.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}
@-moz-keyframes moveFromLeft {
  from {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -moz-transform: translateX(0%);
    opacity: 1;
  }
}
@-ms-keyframes moveFromLeft {
  from {
    -ms-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -ms-transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes moveFromRight {
  from {
    -moz-transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(0%);
  }
}
@-ms-keyframes moveFromRight {
  from {
    -ms-transform: translateX(100%);
  }
  to {
    -ms-transform: translateX(0%);
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(200%) scale(0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(200%) scale(0.5);
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-ms-keyframes moveFromBottom {
  from {
    -ms-transform: translateY(200%) scale(0.5);
    opacity: 0;
  }
  to {
    -ms-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes moveFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes moveFromTop {
  from {
    opacity: 0;
    -moz-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0%);
  }
}
@-ms-keyframes moveFromTop {
  from {
    opacity: 0;
    -ms-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -ms-transform: translateY(0%);
  }
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-ms-keyframes swing {
  20% {
    -ms-transform: rotate(15deg);
  }
  40% {
    -ms-transform: rotate(-10deg);
  }
  60% {
    -ms-transform: rotate(5deg);
  }
  80% {
    -ms-transform: rotate(-5deg);
  }
  100% {
    -ms-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fontsize {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-moz-keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-ms-keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-o-keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateX(30px);
  }
  80% {
    -ms-transform: translateX(-10px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.btn {
  font-display: swap;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -webkit-box-shadow: '' inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05) 1px 2px rgba(0,0,0,0.1);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
  -webkit-transition: all background-position .1s linear ease;
  -moz-transition: all background-position .1s linear ease;
  -ms-transition: all background-position .1s linear ease;
  -o-transition: all background-position .1s linear ease;
  transition: all background-position .1s linear ease;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -webkit-box-shadow: '' inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05) 1px 2px rgba(0,0,0,0.1);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-display: swap;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
  font-display: swap;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
  font-display: swap;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
  background-image: -o-linear-gradient(top,#08c,#0044cc);
  background-image: linear-gradient(to bottom,#08c,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  -webkit-transition: all all 200ms ease;
  -moz-transition: all all 200ms ease;
  -ms-transition: all all 200ms ease;
  -o-transition: all all 200ms ease;
  transition: all all 200ms ease;
}
.page-header {
  padding-bottom: 10px;
  margin: 0 0 20px;
}
.entry-meta.muted {
  margin-bottom: 0px;
  font-size: 12px;
  font-display: swap;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
  margin-right: 10px;
}
.entry-meta ul {
  margin: 0 5px;
}
.entry-meta ul.actions {
  margin: 0px;
  float: right;
}
.entry-meta ul.actions li {
  display: inline-block;
}
.entry-meta ul.actions li.print-icon a::before,
.entry-meta ul.actions li.email-icon a::before,
.entry-meta ul.actions li.edit-icon a::before {
  margin-right: 3px;
}
.entry-meta ul.actions li.print-icon {
  margin-right: 5px;
}
.entry-meta ul.actions li.print-icon a::before {
  content: "\f02f";
}
.entry-meta ul.actions li.email-icon a::before {
  content: "\f003";
}
.entry-meta ul.actions li.edit-icon a::before {
  margin-right: 3px;
  content: "\f044";
}
.entry-meta ul.actions li a {
  font-family: FontAwesome;
  display: block;
  font-size: 13px;
  font-display: swap;
}
.entry-meta ul.actions li a img {
  display: none;
}
.entry-meta ul.actions li a span {
  display: none;
}
section.blog:not(.column-1) .post .entry-content .pull-left,
section.blog:not(.column-1) .post .entry-content .pull-right {
  float: none;
}
ul.pagenav {
  list-style: none;
  padding: 0;
  clear: both;
  margin-top: 10px;
  margin-left: 0;
  overflow: hidden;
}
ul.pagenav .pagenav-prev {
  float: left;
}
ul.pagenav .pagenav-next {
  float: right;
}
dl dt,
dl dd {
  display: inline;
}
label.invalid {
  color: #c83025;
}
#editor-xtd-buttons {
  display: inline-block;
  margin-right: 10px;
}
.button2-left {
  display: inline-block;
  margin-right: 10px;
  margin-top: 15px;
}
.toggle-editor {
  display: inline-block;
}
.edit .modal {
  position: inherit;
  top: auto;
  left: auto;
  width: auto;
  margin-left: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.icon-hidden span {
  display: none !important;
}
#vina_pricing_table {
  padding: 0 20px 20px;
  -webkit-transform: translateZ(0);
}
#vina_pricing_table .pricing_table .thumbnail {
  background: #fff;
  padding: 10px 4px 20px;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  -webkit-transition: all all 300ms linear 0s ease;
  -moz-transition: all all 300ms linear 0s ease;
  -ms-transition: all all 300ms linear 0s ease;
  -o-transition: all all 300ms linear 0s ease;
  transition: all all 300ms linear 0s ease;
  overflow: hidden;
}
#vina_pricing_table .pricing_table .thumbnail .badge h2 {
  font-size: 50px;
  line-height: normal;
  font-display: swap;
}
#vina_pricing_table .pricing_table .thumbnail button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
#vina_pricing_table .pricing_table .thumbnail:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#vina_pricing_table .pricing_table .thumbnail:hover >h2 {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#vina_pricing_table .pricing_table .thumbnail:hover .badge {
  -webkit-animation: swing 1500ms ease;
  -moz-animation: swing 1500ms ease;
  animation: swing 1500ms ease;
}
#vina_pricing_table .pricing_table .thumbnail:hover p {
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  animation: moveFromBottom 500ms ease;
}
#vina_pricing_table .pricing_table .thumbnail:hover button {
  -webkit-animation: bounceInLeft 500ms ease;
  -moz-animation: bounceInLeft 500ms ease;
  animation: bounceInLeft 500ms ease;
}
#vina_pricing_table .testimonial .media-body {
  overflow: visible;
}
#vina_pricing_table .testimonial .media-body .testimonial-content {
  padding-bottom: 20px;
  border-bottom: 1px dashed #aaaaaa;
}
#vina_pricing_table .testimonial .media-body .testimonial-author {
  margin-top: 20px !important;
  text-align: center;
}
#vina_pricing_table .testimonial .media-body .testimonial-author .pull-left {
  float: none;
  margin: 0;
}
#vina_pricing_table .testimonial .media-body .testimonial-author .pull-left img {
  margin-right: 0;
}
#vina_company h3 {
  text-align: center;
}
#vina_company .img-polaroid {
  position: relative;
  overflow: hidden;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
}
#vina_company .img-polaroid figure {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 207px;
  margin: 0;
}
#vina_company .img-polaroid figure:hover .contact a {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
#vina_company .img-polaroid figure img {
  display: block;
  height: 100%;
  width: 100%;
}
#vina_company .img-polaroid figure .contact {
  z-index: 2;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#vina_company .img-polaroid figure .contact a {
  position: absolute;
  display: block;
  width: 50%;
  height: 50%;
  background-repeat: no-repeat;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -webkit-transition: all all .25s ease-in-out ease;
  -moz-transition: all all .25s ease-in-out ease;
  -ms-transition: all all .25s ease-in-out ease;
  -o-transition: all all .25s ease-in-out ease;
  transition: all all .25s ease-in-out ease;
}
#vina_company .img-polaroid figure .contact a em:before {
  font-size: 30px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 104px;
  font-display: swap;
}
#vina_company .img-polaroid figure .contact .tw {
  top: 0;
  left: 0;
  background-color: rgba(0,172,238,0.7);
  -webkit-transform: translate(-100%,-100%);
  -moz-transform: translate(-100%,-100%);
  -ms-transform: translate(-100%,-100%);
  -o-transform: translate(-100%,-100%);
  transform: translate(-100%,-100%);
}
#vina_company .img-polaroid figure .contact .tw:hover {
  background-color: #00acee;
}
#vina_company .img-polaroid figure .contact .fb {
  top: 0;
  right: 0;
  background-color: rgba(59,89,152,0.7);
  -webkit-transform: translate(100%,-100%);
  -moz-transform: translate(100%,-100%);
  -ms-transform: translate(100%,-100%);
  -o-transform: translate(100%,-100%);
  transform: translate(100%,-100%);
}
#vina_company .img-polaroid figure .contact .fb:hover {
  background-color: #3b5998;
}
#vina_company .img-polaroid figure .contact .gp {
  bottom: 0;
  left: 0;
  background-color: rgba(221,75,57,0.7);
  -webkit-transform: translate(-100%,100%);
  -moz-transform: translate(-100%,100%);
  -ms-transform: translate(-100%,100%);
  -o-transform: translate(-100%,100%);
  transform: translate(-100%,100%);
}
#vina_company .img-polaroid figure .contact .gp:hover {
  background-color: #dd4b39;
}
#vina_company .img-polaroid figure .contact .ma {
  bottom: 0;
  right: 0;
  background-color: rgba(153,153,153,0.7);
  -webkit-transform: translate(100%,100%);
  -moz-transform: translate(100%,100%);
  -ms-transform: translate(100%,100%);
  -o-transform: translate(100%,100%);
  transform: translate(100%,100%);
}
#vina_company .img-polaroid figure .contact .ma:hover {
  background-color: #999999;
}
#vina_company #sp_simple_map_canvas {
  border: 1px solid #aaaaaa;
}
#vina_company .info .thumbnail {
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  -webkit-transition: all all 300ms linear 0s ease;
  -moz-transition: all all 300ms linear 0s ease;
  -ms-transition: all all 300ms linear 0s ease;
  -o-transition: all all 300ms linear 0s ease;
  transition: all all 300ms linear 0s ease;
  background: #fff;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina_company .info .thumbnail .sp-blocknumber >span {
  margin-top: 28px;
}
#vina_company .info .thumbnail:hover .sp-blocknumber {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#vina_company .info .thumbnail:hover .sp-blocknumber >span {
  -webkit-animation: bounceInLeft 500ms ease;
  -moz-animation: bounceInLeft 500ms ease;
  animation: bounceInLeft 500ms ease;
}
#vina_about_us h3,
#vina_about_us h4 {
  font-weight: normal;
}
#vina_about_us .about_us_header {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
}
#vina_about_us .progress {
  margin-bottom: 12px;
}
#vina_about_us .carousel {
  margin-top: 10px;
  padding: 20px 60px;
  background: #fff;
  line-height: normal;
}
#vina_about_us .carousel .item {
  padding: 7px;
}
#vina_about_us .carousel .item .incon_bg {
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 24px;
  color: #fff;
  font-display: swap;
}
#vina_about_us .carousel .item h4 {
  margin-top: 13px;
}
#vina_about_us .carousel .item p {
  float: left;
  margin-top: 10px;
}
#vina_about_us .carousel .item .item_do {
  overflow: hidden;
}
#vina_about_us .carousel .item .item_do:hover .incon_bg {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#vina_about_us .carousel .item .item_do:hover h4 {
  -webkit-animation: moveFromRight 1000ms ease;
  -moz-animation: moveFromRight 1000ms ease;
  animation: moveFromRight 1000ms ease;
}
#vina_about_us .carousel .item .item_do:hover p {
  -webkit-animation: bounceInLeft 1000ms ease;
  -moz-animation: bounceInLeft 1000ms ease;
  animation: bounceInLeft 1000ms ease;
}
#vina_about_us .carousel .carousel-control {
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  -webkit-transition: all all 300ms linear 0s ease;
  -moz-transition: all all 300ms linear 0s ease;
  -ms-transition: all all 300ms linear 0s ease;
  -o-transition: all all 300ms linear 0s ease;
  transition: all all 300ms linear 0s ease;
  outline: none;
  border: 0;
  top: 50%;
  background: transparent;
}
#vina_about_us .carousel .carousel-control.left {
  left: -100px;
}
#vina_about_us .carousel .carousel-control.right {
  right: -100px;
}
#vina_about_us .carousel:hover .carousel-control:hover {
  color: #fff;
}
#vina_about_us .carousel:hover .carousel-control.left {
  left: 10px;
}
#vina_about_us .carousel:hover .carousel-control.left:hover {
  left: 5px;
}
#vina_about_us .carousel:hover .carousel-control.right {
  right: 10px;
}
#vina_about_us .carousel:hover .carousel-control.right:hover {
  right: 5px;
}
#vina_about_us .skill ul {
  margin: 0;
  padding: 0;
}
#vina_about_us .skill ul li {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 20px;
}
#vina_about_us .skill .progress {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
}
#vina_contact_us .contact_us {
  padding: 10px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina_contact_us .contact_us h3 {
  line-height: 20px;
}
#vina_contact_us .contact_us .qlform {
  padding: 0px 0px 22px;
  position: relative;
}
#vina_contact_us .contact_us .qlform form {
  margin-bottom: 0;
}
#vina_contact_us .contact_us .qlform dl,
#vina_contact_us .contact_us .qlform dd {
  margin: 0;
}
#vina_contact_us .contact_us .qlform dd {
  position: relative;
}
#vina_contact_us .contact_us .qlform dd:before {
  font-family: FontAwesome;
  color: #ccc;
  right: 5px;
  padding-left: 3px;
  border-color: #ccc;
  border-left-width: 1px;
  border-left-style: solid;
  position: absolute;
  top: 5px;
  width: 29px;
  height: 29px;
  font-size: 15px;
  line-height: 29px;
  text-align: center;
  font-display: swap;
}
#vina_contact_us .contact_us .qlform dd.jform_name,
#vina_contact_us .contact_us .qlform dd.jform_email,
#vina_contact_us .contact_us .qlform dd.jform_subject,
#vina_contact_us .contact_us .qlform dd.jform_message {
  display: block;
}
#vina_contact_us .contact_us .qlform dd.jform_name:before {
  content: "\f007";
}
#vina_contact_us .contact_us .qlform dd.jform_email:before {
  content: "\f0e0";
}
#vina_contact_us .contact_us .qlform dd.jform_subject:before {
  content: "\f02b";
}
#vina_contact_us .contact_us .qlform dd.jform_message:before {
  content: "\f075";
}
#vina_contact_us .contact_us .qlform .submit input,
#vina_contact_us .contact_us .qlform .captcha input {
  margin-top: 25px;
  margin-bottom: 0px;
}
#vina_contact_us .contact_us .qlform input.submit {
  height: auto;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 10px 30px;
  background: #323232;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform .captcha input {
  height: auto;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform .cluster {
  margin-bottom: 5px;
}
#vina_contact_us .contact_us .qlform .cluster .control-label {
  width: 100%;
  text-align: left;
}
#vina_contact_us .contact_us .qlform .cluster .cluster {
  width: 100%;
  display: block;
  margin: 0;
}
#vina_contact_us .contact_us .qlform .cluster .cluster input,
#vina_contact_us .contact_us .qlform .cluster .cluster textarea {
  height: auto;
  width: 100%;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform .cluster .cluster textarea {
  height: 121px;
}
#vina_contact_us .contact_us .qlform .cluster .jform_name {
  display: block;
}
#vina_contact_us .contact_us .qlform .cluster .jform_email {
  display: block;
}
#vina_contact_us .map {
  background: #fff;
  padding: 15px 20px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
}
#vina_contact_us .map > span {
  margin: 20px 0 0;
  display: block;
  width: 100%;
}
#vina_contact_us .map > span em {
  display: inline-block;
  margin-right: 2px;
  width: 20px;
}
#vina_contact_us .map > span.contact {
  margin-bottom: 12px;
}
#vina_contact_us .contact span {
  display: inline-block;
  width: auto;
}
#vina_contact_us ul.social {
  text-align: center;
  position: absolute;
  margin: 0;
  top: 20%;
  left: -42px;
}
#vina_contact_us ul.social li {
  list-style: none;
  margin-bottom: 20px;
}
#vina_contact_us ul.social li a {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  text-align: center;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
  -webkit-transition: all all 500ms linear 0s ease;
  -moz-transition: all all 500ms linear 0s ease;
  -ms-transition: all all 500ms linear 0s ease;
  -o-transition: all all 500ms linear 0s ease;
  transition: all all 500ms linear 0s ease;
  overflow: hidden;
  text-shadow: none;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
}
#vina_contact_us ul.social li a em {
  font-size: 24px;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
  -webkit-transition: all all 500ms linear 0s ease;
  -moz-transition: all all 500ms linear 0s ease;
  -ms-transition: all all 500ms linear 0s ease;
  -o-transition: all all 500ms linear 0s ease;
  transition: all all 500ms linear 0s ease;
  color: #fff;
  font-weight: bold;
  display: block !important;
  margin-top: 12px;
  font-display: swap;
}
#vina_contact_us ul.social li a:hover {
  background: #fff;
}
#vina_contact_us ul.social li a:hover em {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#my_projects .vina_projects {
  list-style: none;
  padding: 0;
  position: relative;
  font-size: 0;
  overflow: hidden;
  font-display: swap;
}
#my_projects .vina_projects .projects {
  display: inline-block;
  vertical-align: top;
}
#my_projects .vina_projects a {
  text-decoration: none;
  color: #888;
  display: inline-block;
  position: relative;
  max-width: 100%;
  font-size: 16px;
  font-display: swap;
}
#my_projects .vina_projects a:focus {
  outline: none;
}
#my_projects .vina_projects a img {
  display: inline;
  max-width: 100%;
  height: auto !important;
}
#my_projects .vina_projects .project-label {
  display: block;
  margin: 5px 0 10px;
}
#my_projects .vina_projects .current a {
  color: #000;
}
#my_projects .vina_projects .current a:after {
  content: "";
  display: block;
  border: 10px solid;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 0;
  right: 0;
  border-top: none;
  border-color: #333 transparent;
  margin: auto;
}
#my_projects .vina_projects h3 {
  font-size: 16px;
  font-display: swap;
}
#my_projects .vina_projects .details {
  font-size: 16px;
  font-display: swap;
  display: none;
  position: absolute;
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  background: #444;
  box-shadow: inset 0 10px 20px 5px #333;
  color: #ddd;
  padding: 20px;
  overflow: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #vina_contact_us .contact_us .qlform .control-group .controls textarea {
    height: 126px;
  }
}
@media (max-width: 1300px) {
  .responsive #vina_company .info .thumbnail {
    min-height: 170px;
  }
  .responsive #vina_contact_us ul.social {
    left: -34px;
  }
  .responsive #vina_contact_us ul.social li a {
    height: 44px;
    width: 44px;
  }
  .responsive #vina_contact_us ul.social li a span {
    margin-top: 10px;
  }
  .responsive #vina_contact_us .map span.contact {
    margin: 0 0 2px 0;
  }
}
@media (max-width: 979px) {
  .responsive #vina_company .img-polaroid {
    width: 45%;
    margin: 10px 2%;
  }
  .responsive #vina_company .info .thumbnail {
    width: 100%;
    margin: 10px 0;
    min-height: 10px;
  }
  .responsive #vina_contact_us .contact_us h3 {
    margin-top: 0;
  }
  .responsive #vina_contact_us .contact_us .qlform .control-group.jform_name,
  .responsive #vina_contact_us .contact_us .qlform .control-group.jform_email {
    margin-right: 0;
    width: 100%;
  }
  .responsive #vina_contact_us .map span {
    margin-top: 20px;
  }
  .responsive #vina_contact_us .map span.contact {
    margin-top: 14px;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .responsive #vina_company .img-polaroid {
    margin: 10px auto;
  }
  .responsive #vina_pricing_table .pricing_table .thumbnail {
    margin-bottom: 20px;
  }
  .responsive #vina_contact_us .contact_us {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .responsive #vina_contact_us .map {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .responsive #vina_contact_us ul.social {
    left: auto;
    margin-left: -20px;
    width: 100%;
    top: -42px;
  }
  .responsive #vina_contact_us ul.social li {
    display: inline-block;
  }
}
@media (max-width: 479px) {
  .responsive #vina_about_us .carousel {
    padding: 20px 40px;
  }
  .responsive #vina_about_us .carousel .item .incon_bg {
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
  .responsive #vina_about_us .carousel .item h4 {
    margin-top: 4px;
  }
  .responsive #vina_company .img-polaroid {
    width: 100%;
  }
  .responsive #vina_pricing_table {
    padding-left: 15px;
    padding-right: 15px;
  }
  .responsive #vina_contact_us .contact_us,
  .responsive #vina_contact_us .map {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 319px) {
  .responsive #vina_about_us .carousel {
    padding: 0 10px;
  }
  .responsive #vina_about_us .carousel .item .item_do {
    padding-bottom: 20px;
    padding-top: 25px;
  }
}
.colWidth5 {
  width: 5%;
}
.colWidth10 {
  width: 10%;
}
.colWidth15 {
  width: 15%;
}
.colWidth20 {
  width: 20%;
}
.colWidth25 {
  width: 25%;
}
.colWidth30 {
  width: 30%;
}
.colWidth35 {
  width: 35%;
}
.colWidth40 {
  width: 40%;
}
.colWidth45 {
  width: 45%;
}
.colWidth50 {
  width: 50%;
}
.colWidth55 {
  width: 55%;
}
.colWidth60 {
  width: 60%;
}
.colWidth65 {
  width: 65%;
}
.colWidth70 {
  width: 70%;
}
.colWidth75 {
  width: 75%;
}
.colWidth80 {
  width: 80%;
}
.colWidth85 {
  width: 85%;
}
.colWidth90 {
  width: 95%;
}
.colWidth100 {
  width: 100%;
}
.colWidthpx100 {
  width: 100px;
}
.colWidthpx200 {
  width: 200px;
}
.cellspacing {
  border-spacing: 0;
  border-collapse: collapse;
}
td.cellpadding,
th.cellpadding {
  padding: 0;
}
/*@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CalibriBold';
  src: url('calibribold.eot');
  src: url('../fonts/calibribold.eot') format('embedded-opentype'), url('../fonts/calibribold.woff') format('woff'), url('../fonts/calibribold.ttf') format('truetype'), url('../fonts/calibribold.svg#CalibriBold') format('svg');
}*/
@font-face {
  font-family: 'CalibriRegular';
  font-display: swap;
  src: url('calibri.eot');
  src: url('../fonts/calibri.eot') format('embedded-opentype'), url('../fonts/calibri.woff') format('woff'), url('../fonts/calibri.ttf') format('truetype'), url('../fonts/calibri.svg#CalibriRegular') format('svg');
}
@font-face {
  font-family: "Open Sans";
  src: url("OpenSans-Regular.eot?") format("eot"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#OpenSans") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeuewebfont';
  src: url('../fonts//BebasNeuewebfont.eot');
  src: local('BebasNeuewebfont'), url('../fonts/BebasNeuewebfont.woff') format('woff'), url('../fonts/BebasNeuewebfont.ttf') format('truetype');
}
@font-face {
  font-family: 'PathwayGothicOneRegular';
  src: url('pathwaygothicone-regular.eot');
  src: url('../fonts/pathwaygothicone-regular.eot') format('embedded-opentype'), url('../fonts/pathwaygothicone-regular.woff2') format('woff2'), url('../fonts/pathwaygothicone-regular.woff') format('woff'), url('../fonts/pathwaygothicone-regular.ttf') format('truetype'), url('../fonts/pathwaygothicone-regular.svg#PathwayGothicOneRegular') format('svg');
}
body {
  font-family: CalibriRegular, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  font-display: swap;
}
.icon-pagelines:before {
  content: "\f18c";
}
.icon-thumbs-o-up:before {
  content: "\f087";
}
table.jshop {
  font-family: 'Helvetica', sans-serif;
}
dl.search-results dt,
dl.search-results dd {
  display: block;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
.carousel-control {
  font-size: 40px;
  font-display: swap;
}
.row-fluid {
  margin-bottom: 30px;
}
.row-fluid:first-child {
  margin-bottom: 0px;
}
.jshop .row-fluid:first-child {
  margin-bottom: 20px;
}
.overlay {
  background: none repeat scroll 0 0 rgba(55,177,199,0.3);
  height: 100%;
  display: block;
  left: 50%;
  position: absolute;
  top: 0;
  width: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition: all all 0.3s ease 0s ease;
  -moz-transition: all all 0.3s ease 0s ease;
  -ms-transition: all all 0.3s ease 0s ease;
  -o-transition: all all 0.3s ease 0s ease;
  transition: all all 0.3s ease 0s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
input[type='submit'],
button,
.btn,
.vina-button {
  font: normal 14px/20px CalibriRegular, Arial, Helvetica, sans-serif;
  color: #fff;
  background: #222;
  padding: 10px 20px;
  text-shadow: none !important;
  background-image: none !important;
  border: 0px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1) !important;
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1) !important;
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1) !important;
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1) !important;
  text-align: center;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  font-display: swap;
}
input[type='submit'] th,
input[type='submit'] tr,
input[type='submit'] td,
button th,
button tr,
button td,
.btn th,
.btn tr,
.btn td,
.vina-button th,
.vina-button tr,
.vina-button td {
  text-align: center;
}
input[type='submit']:hover,
button:hover,
.btn:hover,
.vina-button:hover {
  color: #fff;
  background: #f01b48;
}
input[type='submit']:focus,
button:focus,
.btn:focus,
.vina-button:focus {
  color: #fff;
}
input[type='submit']:before,
button:before,
.btn:before,
.vina-button:before {
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
}
.homepage #sp-component-area-wrapper .row-fluid [class*="span"] {
  min-height: 0px;
}
div[id^="vina-copyright"] {
  font-size: 12px !important;
  height: 0px !important;
  overflow: hidden !important;
  font-display: swap;
}
a:focus,
button:focus,
.btn-primary:focus,
input[type='submit']:focus,
input[type='button']:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus,
submit:focus {
  outline: none;
}
ul,
li,
a {
  list-style: none;
  text-decoration: none;
}
ul:hover,
ul:focus,
li:hover,
li:focus,
a:hover,
a:focus {
  text-decoration: none;
}
.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.35;
  font-family: CalibriBold;
  font-display: swap;
}
h1.page-header {
  font-size: 30px;
  font-display: swap;
}
a.product_link {
  font-size: 14px;
  text-transform: uppercase;
  font-family: CalibriBold;
  font-display: swap;
}
.top_menu ul {
  text-align: right;
  display: block;
  margin: 0;
}
.top_menu ul li {
  display: inline-block;
  padding-right: 15px;
}
.top_menu ul li:last-child {
  padding-right: 0px;
}
.custom_language .btn {
  padding: 0 2px;
  border: 0;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.custom_language .btn-group.open .btn.dropdown-toggle {
  background: transparent;
}
.mod_jshopping_cart_ext {
  float: right;
  line-height: 30px;
}
.tagspopular ul,
.tagspopular li,
.tagspopular a {
  float: left;
}
.tagspopular li {
  margin-right: 5px;
}
.tagspopular li a {
  font-size: 12px !important;
  line-height: 1.25 !important;
  display: inline-block;
  padding: 5px 10px;
  margin: 10px 0 0;
  border: 1px solid #888888;
  text-transform: capitalize;
  font-display: swap;
}
#sp-left >div,
#sp-right >div {
  margin: 50px 0 0;
}
#sp-left >div:first-child,
#sp-left >div.vina_categories,
#sp-right >div:first-child,
#sp-right >div.vina_categories {
  margin: 0px;
}
#sp-left >div.gap,
#sp-left >div:last-child,
#sp-right >div.gap,
#sp-right >div:last-child {
  margin: 0;
}
#sp-left ul,
#sp-right ul {
  margin: 0;
}
#sp-left ul li h1,
#sp-left ul li h2,
#sp-left ul li h3,
#sp-left ul li h4,
#sp-left ul li h5,
#sp-left ul li h6,
#sp-left ul li a,
#sp-right ul li h1,
#sp-right ul li h2,
#sp-right ul li h3,
#sp-right ul li h4,
#sp-right ul li h5,
#sp-right ul li h6,
#sp-right ul li a {
  font: 14px/20px CalibriRegular, Arial, Helvetica, sans-serif;
  font-display: swap;
}
#sp-left h3.header,
#sp-right h3.header {
  font-size: 16px;
  margin: 0;
  padding: 10px 0 10px 45px !important;
  background: url(../images/bg-block.png) no-repeat 15px 50%;
  font-display: swap;
}
#sp-left h3.header span,
#sp-right h3.header span {
  padding-left: 10px;
  color: #fff;
}
#sp-left .mod_inner_border .mod-inner,
#sp-right .mod_inner_border .mod-inner {
  border: 1px solid #eee;
  margin-top: 20px;
  padding: 10px;
}
#sp-left .blog_category .mod-inner,
#sp-right .blog_category .mod-inner {
  border: 1px solid #eee;
  border-top: 0px solid #eee;
  margin-top: 0px;
  padding: 10px 20px;
}
#sp-left .blog_category ul li a,
#sp-right .blog_category ul li a {
  position: relative;
  padding: 10px 10px 10px 25px;
}
#sp-left .blog_category ul li a:before,
#sp-right .blog_category ul li a:before {
  content: "\f178";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0px;
  top: 50%;
  margin-top: -4px;
  font-family: FontAwesome;
  font-weight: bold;
  line-height: 8px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: all all 0.5s ease ease;
  -moz-transition: all all 0.5s ease ease;
  -ms-transition: all all 0.5s ease ease;
  -o-transition: all all 0.5s ease ease;
  transition: all all 0.5s ease ease;
}
#sp-left .blog_category ul li a:hover:before,
#sp-right .blog_category ul li a:hover:before {
  left: 8px;
}
#sp-left .vina_categories h3.header,
#sp-right .vina_categories h3.header {
  border-bottom: 0px solid #c60920;
  background: #111 url(../images/bg_category.png) no-repeat 20px 50%;
}
#sp-left .vina_categories h3.header span,
#sp-right .vina_categories h3.header span {
  background-image: none;
}
#sp-left .vina-ticker-jshopping .header-block h3.header,
#sp-right .vina-ticker-jshopping .header-block h3.header {
  border-bottom: 0px;
}
h3.header {
  word-wrap: break-word;
  display: block;
  font-family: CalibriBold;
  line-height: 20px !important;
  text-transform: uppercase;
  font-display: swap;
}
.text-block h4.title {
  word-wrap: break-word;
  display: block;
  font-family: CalibriBold;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px !important;
  font-display: swap;
}
.vina-ticker-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.vina-treeview-jshopping > ul > li > ul > li > a {
  margin-left: 15px;
  font-size: 14px;
  text-transform: capitalize;
  position: relative;
  font-display: swap;
}
div.vina-treeview-jshopping > ul > li > ul > li > a:before {
  content: "\f105";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 5px;
  top: 50%;
  margin-top: -4px;
  font-family: FontAwesome;
  font-weight: bold;
  line-height: 8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all all 0.5s ease;
  -moz-transition: all all 0.5s ease;
  -ms-transition: all all 0.5s ease;
  -o-transition: all all 0.5s ease;
  transition: all all 0.5s ease;
}
div.vina-treeview-jshopping > ul > li > ul > li > a:hover:before {
  left: 10px;
}
div.vina-treeview-jshopping > ul > li > ul > li > ul > li a {
  margin-left: 20px;
  font-size: 14px;
  text-transform: capitalize;
  position: relative;
  font-display: swap;
}
div.vina-treeview-jshopping > ul > li > ul > li > ul > li a:before {
  content: "\f101";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 5px;
  top: 50%;
  margin-top: -4px;
  font-family: FontAwesome;
  line-height: 8px;
  font-weight: normal;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all all 0.5s ease;
  -moz-transition: all all 0.5s ease;
  -ms-transition: all all 0.5s ease;
  -o-transition: all all 0.5s ease;
  transition: all all 0.5s ease;
}
div.vina-treeview-jshopping > ul > li > ul > li > ul > li a:hover:before {
  left: 10px;
}
div.vina-treeview-jshopping > ul.treeview ul {
  margin-top: 0px;
}
div.vina-treeview-jshopping > ul.treeview li {
  border-bottom: 1px solid #e1e1e1;
  padding: 0 !important;
  background: none !important;
  position: relative;
}
div.vina-treeview-jshopping > ul.treeview li .hitarea {
  position: absolute;
  right: 0px;
  top: 50%;
  margin: -20px 0px 0px;
  float: right;
  width: 40px;
  height: 40px;
  content: "";
  z-index: 9;
  background: url("../images/bg-left-menu.png") no-repeat 50% 50%;
}
div.vina-treeview-jshopping > ul.treeview li.collapsable .hitarea {
  top: 0;
  margin-top: 0;
}
div.vina-treeview-jshopping > ul.treeview li a {
  text-decoration: none;
  display: block;
  padding: 10px 10px 10px 20px;
  text-transform: uppercase;
  border-right: none !important;
}
.vina_categories {
  background: #f4f4f4;
}
.vina-cmenu-vertical-jshopping ul li.has-sub > a:after {
  font-family: FontAwesome;
  top: 25% !important;
  content: "\f105" !important;
  margin-top: 0px !important;
  line-height: 20px;
}
.vina-cmenu-vertical-jshopping > ul {
  width: 100% !important;
  background: #fff !important;
}
.vina-cmenu-vertical-jshopping > ul > li > a {
  font: 14px/20px CalibriRegular, Arial, Helvetica, sans-serif !important;
  color: #666 !important;
  border-right: 0px !important;
  padding: 10px 10px 10px 20px;
  text-transform: uppercase;
  font-display: swap;
}
.vina-cmenu-vertical-jshopping > ul.level0 > li.active >a,
.vina-cmenu-vertical-jshopping > ul.level0 > li:hover >a {
  background: transparent !important;
}
.vina-cmenu-vertical-jshopping > ul.level0 > li:last-child >a {
  border-bottom: 0px solid #e1e1e1;
}
.vina-cmenu-vertical-jshopping > ul li.active >a,
.vina-cmenu-vertical-jshopping > ul li:hover >a {
  background: #fff !important;
}
.vina-cmenu-vertical-jshopping ul ul {
  margin-top: 0px !important;
  border: 1px solid #cdcdcd !important;
}
.vina-cmenu-vertical-jshopping ul ul li a {
  width: 100% !important;
}
.vina-cmenu-vertical-jshopping ul ul ul {
  top: 0px !important;
}
.vina-ticker-jshopping,
.vina-ticker-content {
  background-color: #fff !important;
}
.vina-ticker-jshopping .header-block,
.vina-ticker-content .header-block {
  margin-bottom: 20px !important;
}
.vina-ticker-jshopping .header-block > .row-fluid,
.vina-ticker-content .header-block > .row-fluid {
  margin-bottom: 0px;
}
.vina-ticker-jshopping .header-block .text-header,
.vina-ticker-content .header-block .text-header {
  float: left;
}
.vina-ticker-jshopping .header-block .control-block,
.vina-ticker-content .header-block .control-block {
  float: left;
  display: inline-block;
  min-height: 12px;
  line-height: 12px;
  list-style-type: none;
  padding: 14px 0;
}
.vina-ticker-jshopping .header-block .control-block span,
.vina-ticker-content .header-block .control-block span {
  height: 12px;
}
.vina-ticker-jshopping .header-block .control-block span.up,
.vina-ticker-jshopping .header-block .control-block span.down,
.vina-ticker-content .header-block .control-block span.up,
.vina-ticker-content .header-block .control-block span.down {
  width: 8px;
  background-size: 8px;
}
.vina-ticker-jshopping .header-block .control-block span.toggle,
.vina-ticker-jshopping .header-block .control-block span.toggle.et-run,
.vina-ticker-content .header-block .control-block span.toggle,
.vina-ticker-content .header-block .control-block span.toggle.et-run {
  width: 10px;
  background-size: 10px;
}
.vina-ticker-jshopping .header-block .control-block span.toggle.et-run,
.vina-ticker-content .header-block .control-block span.toggle.et-run {
  right: 28px;
}
.vina-ticker-jshopping .header-block .control-block span.toggle,
.vina-ticker-content .header-block .control-block span.toggle {
  right: 26px;
}
.vina-ticker-jshopping .header-block .control-block span.up,
.vina-ticker-content .header-block .control-block span.up {
  right: 42px;
}
.vina-ticker-jshopping .header-block .control-block span.down,
.vina-ticker-content .header-block .control-block span.down {
  right: 15px;
}
.vina-ticker-jshopping .vina-items,
.vina-ticker-jshopping .vina-item,
.vina-ticker-content .vina-items,
.vina-ticker-content .vina-item {
  width: 100%;
}
.vina-ticker-jshopping .vina-item,
.vina-ticker-content .vina-item {
  border-bottom: solid 1px #ddd !important;
  background-color: #fff !important;
}
.vina-ticker-jshopping .vina-item a,
.vina-ticker-content .vina-item a {
  color: #666;
}
.vina-ticker-jshopping .vina-item .vina_price,
.vina-ticker-content .vina-item .vina_price {
  line-height: 20px;
  border-top: 0px solid #ddd;
  border-bottom: 0px solid #ddd;
}
.vina-ticker-jshopping .vina-item .vina_price .jshop_price,
.vina-ticker-jshopping .vina-item .vina_price .old_price,
.vina-ticker-content .vina-item .vina_price .jshop_price,
.vina-ticker-content .vina-item .vina_price .old_price {
  display: block;
}
.vina-camera-slider .camera_wrap {
  margin-bottom: 0px !important;
}
.vina-camera-slider .camera_wrap .camera_pag {
  position: absolute;
  bottom: 7px;
  width: 100%;
}
.vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li {
  width: 10px !important;
  height: 10px !important;
  margin: 0px 3px !important;
  background: #fff !important;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
  -webkit-transition: all all 2s ease;
  -moz-transition: all all 2s ease;
  -ms-transition: all all 2s ease;
  -o-transition: all all 2s ease;
  transition: all all 2s ease;
}
.vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li > span {
  display: none !important;
}
.vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent,
.vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li.camera_hover {
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
  -webkit-transition: all all 2s ease;
  -moz-transition: all all 2s ease;
  -ms-transition: all all 2s ease;
  -o-transition: all all 2s ease;
  transition: all all 2s ease;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span,
.vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li.camera_hover > span {
  display: none !important;
}
.vina-carousel-jshopping .block_item .item_inner {
  padding: 0;
}
.vina-carousel-jshopping .block_item .item_inner h3.title {
  margin: 0;
}
.vina-carousel-jshopping .block_item .item_inner h3.title a {
  color: #444 !important;
}
.block_item .item_inner {
  position: relative;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block_item .item_inner th,
.block_item .item_inner tr,
.block_item .item_inner td {
  text-align: center;
}
.block_item .item_inner .buttons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35%;
  margin: 0 auto;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transition: all all 0.4s ease 0s ease;
  -moz-transition: all all 0.4s ease 0s ease;
  -ms-transition: all all 0.4s ease 0s ease;
  -o-transition: all all 0.4s ease 0s ease;
  transition: all all 0.4s ease 0s ease;
}
.block_item .item_inner .buttons i {
  color: #fff;
}
.block_item .item_inner:hover .buttons {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.block_item .item_inner:hover .images .single-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.block_item:hover .image_block img.first-image {
  opacity: 0;
  filter: alpha(opacity=0);
}
.block_item:hover .image_block img.second-image {
  opacity: 1;
  filter: alpha(opacity=100);
}
.jshop_list_product .image_block {
  padding: 10px 0;
}
.image_block {
  padding: 10px 0;
  overflow: hidden;
  position: relative;
}
.image_block img.jshop_img {
  border: 0px;
  padding: 0px;
}
.image_block a.images {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease;
  -moz-transition: all all 0.2s ease-in-out ease;
  -ms-transition: all all 0.2s ease-in-out ease;
  -o-transition: all all 0.2s ease-in-out ease;
  transition: all all 0.2s ease-in-out ease;
}
.image_block a.images img {
  display: block;
  margin: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease;
  -moz-transition: all all 0.2s ease-in-out ease;
  -ms-transition: all all 0.2s ease-in-out ease;
  -o-transition: all all 0.2s ease-in-out ease;
  transition: all all 0.2s ease-in-out ease;
}
.image_block a.images img.first-image {
  left: 0;
  position: relative;
}
.image_block a.images img.second-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.image_block a.images:hover img.first-image,
.image_block a.images:active img.first-image,
.image_block a.images:focus img.first-image {
  opacity: 0;
  filter: alpha(opacity=0);
}
.image_block a.images:hover img.second-image,
.image_block a.images:active img.second-image,
.image_block a.images:focus img.second-image {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product_label {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 0px !important;
  margin-top: 0px !important;
  z-index: 1;
}
.vina_price {
  float: none;
  line-height: 25px;
  padding: 5px 0;
  border-top: 1px solid #ddd;
}
.old_price {
  text-decoration: none !important;
}
.old_price span {
  text-decoration: line-through;
}
.jshop_price,
.old_price {
  float: none;
  margin: 0;
  font-weight: normal;
  display: inline-block;
}
.jshop_price span {
  font-size: 20px;
  font-weight: bold;
  color: #35ada9;
  font-display: swap;
}
.old_price {
  margin: 0 5px 0 0;
}
.old_price span {
  font-size: 14px;
  color: #888;
  font-display: swap;
}
.review_mark .stars_no_active {
  margin: 3px auto 0px;
}
.name a,
.name h1 {
  font-family: CalibriBold;
  font-weight: normal;
  text-transform: capitalize;
  font-display: swap;
}
.name a {
  display: inline-block;
  font-size: 15px;
  color: #444;
  margin: 0 0 5px;
  font-display: swap;
}
.name h1 {
  font-size: 18px;
  text-transform: uppercase;
  color: #666;
  font-display: swap;
}
.vina_content .name a,
.vina_content .name h1 {
  line-height: 24px;
}
.buttons a.button_buy,
.buttons a.button_detail,
.buttons a.button_wishlist {
  overflow: hidden;
  font-size: 13px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  background: #666666;
  display: inline-block;
  border: none;
  vertical-align: middle;
  color: #fff;
  font-display: swap;
}
input.input-text,
select,
textarea {
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
input,
select,
textarea,
button {
  font: normal 14px/20px CalibriRegular, Arial, Helvetica, sans-serif;
  vertical-align: middle;
  background: #fff;
  font-display: swap;
}
.box_products_sorting .chzn-container-single .chzn-single,
.box_products_sorting .chzn-container-active.chzn-with-drop .chzn-single,
.box_products_count_to_page .chzn-container-single .chzn-single,
.box_products_count_to_page .chzn-container-active.chzn-with-drop .chzn-single {
  background: #fff;
}
.box_products_sorting .chzn-container .chzn-results,
.box_products_count_to_page .chzn-container .chzn-results {
  background: #fff;
}
.image_category_block {
  margin-bottom: 35px;
}
.block_sorting_count_to_page {
  padding: 10px 15px 5px;
  margin: 0 0 25px;
  position: relative;
  border-bottom: 3px solid #eee;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block_sorting_count_to_page select {
  font-size: 12px;
  font-weight: normal;
  color: #aaa;
  width: 88px;
  margin: 0 5px;
  padding: 2px 5px;
  text-align: center;
  background: #fff;
  font-display: swap;
}
.block_sorting_count_to_page .box_products_count_to_page {
  text-align: right;
}
.block_sorting_count_to_page .box_products_count_to_page select {
  width: 60px;
}
.block_sorting_count_to_page .box_pagination {
  text-align: center;
}
.block_sorting_count_to_page .box_pagination th,
.block_sorting_count_to_page .box_pagination tr,
.block_sorting_count_to_page .box_pagination td {
  text-align: center;
}
.block_sorting_count_to_page .box_pagination.pagination_bottom .jshop_pagination {
  display: inline-block;
}
.block_sorting_count_to_page .box_pagination .pagination {
  float: left;
  margin-top: 10px;
  line-height: 14px;
}
.block_sorting_count_to_page .box_pagination .pagination >span {
  float: left;
}
.block_sorting_count_to_page .box_pagination .pagination ul {
  float: left;
}
.block_sorting_count_to_page .box_pagination .pagination ul,
.block_sorting_count_to_page .box_pagination .pagination li,
.block_sorting_count_to_page .box_pagination .pagination a {
  line-height: 14px;
}
.jshop_pagination {
  display: inline-block;
}
.jshop_pagination .pagination {
  display: inline-block;
}
.pagination {
  margin: 0;
  text-align: center;
}
.pagination th,
.pagination tr,
.pagination td {
  text-align: center;
}
.pagination >span {
  padding-right: 3px;
}
.pagination ul {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
}
.pagination ul >li {
  float: left;
}
.pagination ul >li >a,
.pagination ul >li span {
  padding: 0px 5px;
  border: 0;
}
.pagination ul >li >a:hover,
.pagination ul >li span:hover {
  background: transparent;
  text-decoration: underline;
}
.pagination ul >li.pagination-active >a,
.pagination ul >li.pagination-active span {
  text-decoration: underline;
}
.pagination .pagination-inner {
  display: inline-block;
}
.pagination .pagination-inner > span {
  float: left;
}
.counter {
  font-size: 12px;
  font-style: italic;
  text-align: center;
  font-display: swap;
}
.counter th,
.counter tr,
.counter td {
  text-align: center;
}
.main_image.thumbnail {
  padding: 15px;
  background: #f5f5f5;
  border: 0px solid #ddd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -webkit-box-shadow: '' 0 1px 3px rgba(0,0,0,0.055) 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' 0 1px 3px rgba(0,0,0,0.055) 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' 0 1px 3px rgba(0,0,0,0.055) 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' 0 1px 3px rgba(0,0,0,0.055) 1px 2px rgba(0,0,0,0.1);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition: all all .2s ease-in-out ease;
  -moz-transition: all all .2s ease-in-out ease;
  -ms-transition: all all .2s ease-in-out ease;
  -o-transition: all all .2s ease-in-out ease;
  transition: all all .2s ease-in-out ease;
}
.productfull .text_zoom img {
  float: none !important;
}
.text_zoom {
  text-align: center;
}
.text_zoom th,
.text_zoom tr,
.text_zoom td {
  text-align: center;
}
.product_image_middle {
  position: relative;
}
.detailsRight input:focus {
  outline: 0 !important;
}
.detailsRight .btn_add input[type='submit']:focus,
.detailsRight .btn_wishlist input[type='submit']:focus {
  color: #fff;
  background: transparent;
}
.detailsRight .vina_stars .jshop_review,
.detailsRight .vina_stars .reviews {
  font-size: 12px;
  line-height: 1.25;
  display: inline-block;
  font-display: swap;
}
.detailsRight .vina_stars .jshop_review {
  margin-right: 5px;
}
.detailsRight .availability {
  margin: 5px 0;
}
.detailsRight .prod_buttons span {
  display: inline-block;
}
.detailsRight .prod_buttons span input {
  margin-bottom: 0px;
}
.detailsRight .prod_buttons span.prod_qty_input input {
  text-align: center;
  min-width: 60px !important;
  background: none;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.detailsRight .prod_buttons span.btn_add,
.detailsRight .prod_buttons span.btn_wishlist {
  padding: 4px 20px;
  background: #222;
  text-align: center;
  /*
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  */
}
.detailsRight .prod_buttons span.btn_add th,
.detailsRight .prod_buttons span.btn_add tr,
.detailsRight .prod_buttons span.btn_add td,
.detailsRight .prod_buttons span.btn_wishlist th,
.detailsRight .prod_buttons span.btn_wishlist tr,
.detailsRight .prod_buttons span.btn_wishlist td {
  text-align: center;
}
.detailsRight .prod_buttons span.btn_add input,
.detailsRight .prod_buttons span.btn_wishlist input {
  padding: 4px 5px 6px;
  background: transparent;
}
.detailsRight .prod_buttons span.btn_add input:hover,
.detailsRight .prod_buttons span.btn_wishlist input:hover {
  background: transparent;
}
.detailsRight .prod_buttons span.btn_add:before,
.detailsRight .prod_buttons span.btn_wishlist:before {
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
}
.detailsRight .prod_buttons span.btn_add:before {
  content: "\f07a";
}
.detailsRight .prod_buttons span.btn_wishlist {
  margin-left: 5px;
}
.detailsRight .prod_buttons span.btn_wishlist:before {
  content: "\f004";
}
.google-plus-one-button {
  width: 40px;
}
.jshop_prod_attributes .attributes_title {
  margin-top: 5px;
}
.jshop_prod_attributes .attributes_title .attributes_name span {
  margin-left: 5px;
}
.jshop_prod_attributes .attributes_select {
  padding: 2px 0;
}
.jshop_prod_attributes .attributes_select .prod_attr_img {
  display: none;
}
.jshop_prod_attributes .attributes_select select {
  width: 99%;
  background-color: #f4f4f4;
  margin-bottom: 0px;
}
.jshop_prod_attributes .attributes_select select.inputbox {
  padding: 3px 6px;
}
.jshop_prod_attributes .chzn-container {
  width: 99% !important;
}
.tab-block .nav-pills>li>a {
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: CalibriBold;
  color: #fff;
  background: #979898;
  margin-right: 0 5px 0 0;
  padding: 13px 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-display: swap;
}
#vina-description ul,
#vina-description li {
  list-style-type: initial;
}
#sp-top-wrapper {
  padding: 5px 0;
}
#sp-top-wrapper {
  background-color: #ddd;
}
#sp-top-wrapper.box-layout2 {
  background-color: #fff;
}
.rtl .chzn-container.chzn-with-drop .chzn-drop {
  right: 0;
}
.rtl .chzn-container .chzn-drop {
  right: -9999px;
  left: auto;
}
.rtl .chzn-container.chzn-with-drop .chzn-drop {
  right: 0;
}
.rtl .chzn-container-single.chzn-container-single-nosearch .chzn-search {
  right: -9999px;
  left: auto;
}
#sp-top1 .chzn-container {
  float: left;
  padding: 5px 0;
  margin-right: 5px;
  width: 50px !important;
}
.rtl #sp-top1 .chzn-container {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
#sp-top1 .chzn-container.chzn-container-single .chzn-single {
  width: 40px;
  height: 20px;
  line-height: 20px;
  padding: 0px;
  border: 0px;
  background-color: #ddd;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#sp-top1 .chzn-container.chzn-container-single .chzn-single div {
  width: 10px;
}
.rtl #sp-top1 .chzn-container.chzn-container-single .chzn-single div {
  right: auto;
  left: 0;
}
#sp-top1 .chzn-container.chzn-container-single .chzn-single span {
  margin-right: 0px;
}
#sp-top1 .chzn-container .chzn-drop {
  width: 140px;
  border: 0px;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
}
#sp-top1 .chzn-container .chzn-results {
  margin: 0;
  padding: 5px 0;
  background-color: #fff;
}
#sp-top1 .chzn-container .chzn-results li.highlighted {
  background-color: transparent;
  background-image: none;
}
#sp-top1 .chzn-container .chzn-drop {
  padding: 5px 0;
  margin: -2px 0 0;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-box-shadow: '' 0 5px 10px rgba(0,0,0,0.2) 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' 0 5px 10px rgba(0,0,0,0.2) 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' 0 5px 10px rgba(0,0,0,0.2) 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' 0 5px 10px rgba(0,0,0,0.2) 1px 2px rgba(0,0,0,0.1);
}
#sp-top1 .chzn-container-single .chzn-single div {
  right: 0;
}
#sp-top1 .chzn-container-single .chzn-single div b {
  display: inline-block;
  line-height: 20px;
  width: 0;
  margin-top: 8px;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  background-image: none;
}
#sp-top1 ul.chzn-results li {
  padding: 3px 20px;
}
#id_currency.inputbox {
  font: 12px/20px CalibriRegular, Arial, Helvetica, sans-serif;
  float: left;
  width: 52px;
  margin: 0;
  padding: 7px 0;
  border: 0px;
  background: #ddd;
  font-display: swap;
}
#id_currency.inputbox option {
  background: #fff;
}
#sp-top3 .top_menu {
  padding: 5px 0;
}
.custom_vina-language {
  line-height: 18px;
  padding: 5px 0;
}
.custom_vina-language .btn {
  background: #ddd;
}
.custom_vina-language .btn:hover {
  background: #ddd;
}
.custom_vina-language .btn a img {
  margin-top: -2px;
  margin-right: 5px;
}
.custom_vina-language .btn .caret {
  margin-left: 4px;
}
.custom_vina-language ul li a img {
  margin-right: 3px;
}
#sp-logo {
  line-height: 70px;
}
.vina_search {
  background: #fff;
  position: relative;
}
.vina_search button.button {
  position: absolute;
  right: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#sp-advanced-search {
  padding: 18px 0 6px;
}
#sp-advanced-search .vina_search {
  float: right;
}
#sp-advanced-search form {
  width: 100%;
  display: inline-block;
  margin: 0;
}
#sp-advanced-search form .vina_search {
  width: 80%;
}
#sp-advanced-search form .vina_search .inputbox {
  width: 80%;
}
#sp-advanced-search .inputbox {
  float: left;
  text-align: left;
  border: 0;
  background: #fff;
  box-shadow: none;
  height: 32px;
  margin: 0 6px 0 0;
  padding: 4px 18px;
  color: #888;
  font-size: 14px;
  line-height: 14px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-display: swap;
}
#sp-advanced-search .btn,
#sp-advanced-search .button {
  width: 70px;
  height: 40px;
  margin: 0;
  padding: 0px;
  background: #dddddd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#sp-advanced-search .btn i,
#sp-advanced-search .button i {
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out;
}
#searchForm input[type='submit'],
#searchForm button,
#searchForm .btn,
#searchForm .vina-button {
  padding: 6px 20px;
}
#jshop_module_cart {
  position: relative;
  float: right;
  cursor: pointer;
  background: url(../images/icon-cart.png) 10px 50% no-repeat;
}
#jshop_module_cart p {
  margin-bottom: 0px;
}
#jshop_module_cart .my_cart {
  text-transform: uppercase;
}
#jshop_module_cart .my_cart:before {
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: normal;
  content: "\f07a";
  margin-right: 5px;
  width: 26px;
  height: 28px;
  line-height: 30px;
  color: #fff;
  padding-right: 2px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-display: swap;
}
#jshop_module_cart .my_cart:before th,
#jshop_module_cart .my_cart:before tr,
#jshop_module_cart .my_cart:before td {
  text-align: center;
}
#jshop_module_cart .count_products_cart:after {
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f0d7";
  margin-left: 5px;
}
#jshop_module_cart .top-cart-content {
  float: none;
  width: 260px;
  position: absolute;
  top: 100%;
  right: 0px;
  background: #fff;
  padding: 10px;
  text-align: right;
  border: 1px solid #eee;
  z-index: 10;
}
#jshop_module_cart .top-cart-content #top-cart-sidebar {
  margin: 0;
  text-align: left;
}
#jshop_module_cart .top-cart-content #top-cart-sidebar li.item {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#jshop_module_cart .top-cart-content #top-cart-sidebar .product-image {
  float: left;
  width: 50px;
  border: 1px solid #a9a9a9;
}
#jshop_module_cart .top-cart-content #top-cart-sidebar .product-details {
  margin-left: 60px;
}
#jshop_module_cart .top-cart-content #top-cart-sidebar .product-details .btn-remove,
#jshop_module_cart .top-cart-content #top-cart-sidebar .product-details .btn-edit {
  display: block;
  position: absolute;
  top: 4px;
  width: 12px;
  height: 12px;
  text-indent: -999em;
  overflow: hidden;
}
#jshop_module_cart .top-cart-content #top-cart-sidebar .product-details .btn-remove {
  right: 10px;
  background: url(../images/btn_remove.gif) 0 0 no-repeat;
}
#jshop_module_cart .top-cart-content #top-cart-sidebar .product-details .btn-remove:hover {
  background: url(../images/btn_remove.gif) 0 0 no-repeat;
}
#jshop_module_cart .top-cart-content #top-cart-sidebar .product-details .btn-edit {
  right: 30px;
  background: url(../images/btn_edit.gif) 0 0 no-repeat;
}
#jshop_module_cart .top-cart-content #top-cart-sidebar .product-details .name {
  width: 140px;
}
#jshop_module_cart .top-cart-content #top-cart-sidebar .product-details .name a {
  margin: 0px;
}
#jshop_module_cart .top-cart-content .goto_cart {
  margin-top: 5px;
}
#jshop_module_cart .top-cart-content .goto_cart a {
  color: #fff;
  padding: 4px 12px;
  background: #222;
  border-radius: 20px;
}
#jshop_module_cart .top-cart-content .goto_cart a:hover {
  color: #fff;
}
#sp-main-menu-wrapper {
  position: relative;
  background-color: #191919;
}
#sp-main-menu-wrapper #sp-menu li a {
  font-size: 13px;
  font-family: CalibriBold;
  font-display: swap;
}
#sp-main-menu-wrapper #sp-main-menu ul.level-0 > li:hover
					#sp-main-menu-wrapper #sp-main-menu ul.level-0 > li.active {
  background: transparent;
  border-bottom: 0px solid #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
}
#sp-phone {
  text-align: right;
  color: #fff;
  padding: 12px 0;
}
#sp-header-wrapper {
  background-color: #f4f4f4;
}
#sp-header-wrapper {
  padding: 25px 0;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
  font-display: swap;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
  font-display: swap;
}
#sp-header-wrapper .search {
  margin-top: 10px;
}
#sp-header-wrapper .search form {
  margin: 0;
}
#sp-header-wrapper #sp-mini-cart {
  padding: 22px 0 5px;
}
#myCarousel .carousel-control.left {
  left: 20px;
}
#myCarousel .carousel-control.right {
  right: 20px;
}
.box-col-inner,
.banner-bottom-inner {
  margin-bottom: 6px;
  padding: 15px 10px;
}
.box-col-inner .pull-left,
.banner-bottom-inner .pull-left {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 35px;
  margin-right: 10px;
  font-display: swap;
}
.box-col-inner .media-body h3,
.banner-bottom-inner .media-body h3 {
  font: 16px/20px CalibriBold, arial;
  text-transform: uppercase;
  margin: 0;
  font-display: swap;
}
.box-col-inner:hover,
.banner-bottom-inner:hover {
  color: #000;
  cursor: pointer;
}
.box-col-inner {
  background: #f5f5f5;
}
.banner-bottom-inner {
  overflow: hidden;
  text-align: center;
}
.banner-bottom-inner th,
.banner-bottom-inner tr,
.banner-bottom-inner td {
  text-align: center;
}
.banner-bottom-inner:hover .pull-left {
  box-shadow: 0 0 0 6px rgba(0,0,0,0.3);
}
.banner-bottom-inner:hover .pull-left em:before {
  -webkit-animation: moveFromBottom 0.3s forwards;
  -moz-animation: moveFromBottom 0.3s forwards;
  animation: moveFromBottom 0.3s forwards;
}
.banner-bottom-inner .pull-left {
  display: inline-block;
  width: 92px;
  height: 92px;
  text-align: center;
  line-height: 92px;
  font-size: 35px;
  margin-right: 10px;
  border-radius: 100%;
  float: none !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all all 0.3s ease;
  -moz-transition: all all 0.3s ease;
  -ms-transition: all all 0.3s ease;
  -o-transition: all all 0.3s ease;
  transition: all all 0.3s ease;
  font-display: swap;
}
.banner-bottom-inner .pull-left i {
  display: none;
}
.banner-bottom-inner .media-body {
  padding-top: 25px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.banner-bottom-inner .media-body h3 {
  font: 24px/30px CalibriBold, arial;
  text-transform: uppercase;
  font-display: swap;
}
.banner-top-2 .box-col-4 {
  margin: 20px 0 0;
  position: relative;
}
.box-col:hover .overlay {
  left: 0;
  width: 100%;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.banner-top1.banner-top-home1 {
  padding-top: 4px;
}
.banner a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.banner a:before,
.banner a:after {
  position: absolute;
  content: '';
  z-index: 1;
  -webkit-transform: scale(0,1);
  -moz-transform: scale(0,1);
  -ms-transform: scale(0,1);
  -o-transform: scale(0,1);
  transform: scale(0,1);
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  opacity: 0;
}
.banner a:before {
  top: 15%;
  right: 7%;
  bottom: 15%;
  left: 7%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.banner a:after {
  top: 7%;
  right: 15%;
  bottom: 7%;
  left: 15%;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.banner a img {
  width: 100%;
  webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.banner a:hover:before,
.banner a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.banner a:hover img {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  opacity: 0.7;
}
#sp-left .banner a img,
.box-col.box-col-4 .banner a img {
  width: auto !important;
}
.banner.effect-apollo {
  display: inline-block;
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.banner.effect-apollo img {
  margin: 0 auto;
  position: relative;
  display: block;
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05,1.05,1);
  transform: scale3d(1.05,1.05,1);
}
.banner.effect-apollo:before {
  position: absolute;
  top: -100px;
  left: -100px;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  content: '';
  z-index: 1;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,-100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,-100%,0);
}
.banner.effect-apollo:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}
.banner.effect-apollo:hover:before {
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,200%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,200%,0);
}
#sp-users-wrapper {
  padding: 30px 0;
}
#sp-hot-sale-wrapper {
  margin-top: 50px;
}
#sp-message-area h3.header {
  margin: 0 0 30px;
  background: url(../images/border_time.png) repeat-x 0 16px;
}
#sp-message-area h3.header span {
  text-transform: uppercase;
  font: 18px/20px CalibriBold, arial;
  padding-left: 25px;
  padding-right: 5px;
  display: inline-block;
  margin: 0;
  font-display: swap;
}
#sp-tabs-product-home1-wrapper {
  margin-top: 50px;
}
.nav-tabs>li>a,
.nav-pills>li>a {
  margin-right: 1px;
}
.tab-content .row-fluid:last-child {
  margin-bottom: 0px;
}
.tab_btn ul.nav {
  background-color: #f4f4f4;
}
.tab_btn ul.nav li a {
  float: left;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: CalibriBold;
  color: #222222;
  border-right: 2px solid #fff;
  padding: 13px 30px !important;
  background-color: #f4f4f4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-display: swap;
}
.tab_btn ul.nav li.active a,
.tab_btn ul.nav li:hover a {
  background-color: #222222;
  color: #fff;
}
.tab_btn ul.nav.nav-pills>li>a {
  margin-top: 0;
  margin-bottom: 0;
}
.tab_btn ul.nav.nav-pills>.active>a,
.tab_btn ul.nav.nav-pills>.active>a:hover,
.tab_btn ul.nav.nav-pills>.active>a:focus {
  background-color: #222222;
  color: #fff;
}
.custom_tabs_product .tab-content {
  border: 0px;
  overflow: visible;
}
.custom_tabs_product ul.nav-pills li {
  background: #fff;
}
#sp-featured-products-wrapper {
  margin-top: 50px;
}
.top_hits_products .row-fluid:last-child {
  margin-bottom: 0px;
}
.top_hits_products .block_item .item_inner {
  display: inline-block;
  padding: 5px;
  background-color: #f4f4f4;
  margin-bottom: 30px;
}
.top_hits_products .block_item .item_inner .image_block {
  padding: 0;
}
.top_hits_products .block_item .item_inner .vina_content {
  padding-left: 5px;
  text-align: left;
}
.top_hits_products .block_item .item_inner .price_block .old_price,
.top_hits_products .block_item .item_inner .price_block .jshop_price {
  display: block;
}
.top_hits_products .block_item .item_inner .price_block .old_price {
  margin: 0 0 5px;
}
.top_hits_products .block_item .item_inner .price_block .jshop_price span {
  font-size: 18px;
  font-display: swap;
}
.top_hits_products .block_item .item_inner .review_mark .stars_no_active {
  margin: 3px 0px 0px;
}
.visiable-gallery {
  animation-name: none !important;
}
.body-innerwrapper {
  overflow-x: hidden;
}
#sp-main-body-wrapper {
  padding: 30px 0;
}
.breadcrumb {
  padding: 30px 0 0;
  font-size: 14px;
  text-transform: uppercase;
  font-family: CalibriBold;
  font-display: swap;
}
ul.breadcrumb {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
.sp-border {
  position: relative;
}
.sp-border::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-brand {
  border-top: 1px solid #f4f4f4;
}
.vina-manufacturers-jshopping {
  overflow: visible;
  background: #fff !important;
}
.vina-manufacturers-jshopping ul li.item img {
  -webkit-filter: grayscale(100%);
  filter: url("data:image/svg+xml;filter: gray;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: all all 0.5s ease ease;
  -moz-transition: all all 0.5s ease ease;
  -ms-transition: all all 0.5s ease ease;
  -o-transition: all all 0.5s ease ease;
  transition: all all 0.5s ease ease;
}
.vina-manufacturers-jshopping ul li.item img:hover {
  -webkit-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: all all 0.5s ease ease;
  -moz-transition: all all 0.5s ease ease;
  -ms-transition: all all 0.5s ease ease;
  -o-transition: all all 0.5s ease ease;
  transition: all all 0.5s ease ease;
}
.vina-manufacturers-jshopping ul li.item:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.vina-manufacturers-jshopping .vina-prev,
.vina-manufacturers-jshopping .vina-next {
  display: none !important;
}
.vina-manufacturers-jshopping:hover .vina-prev,
.vina-manufacturers-jshopping:hover .vina-next {
  display: block !important;
}
#sp-bottom-link-follow-wrapper,
#sp-bottom-wrapper {
  background-color: #eeeeee;
}
#sp-bottom-link-follow-wrapper h3,
#sp-bottom-wrapper h3 {
  text-transform: uppercase;
}
#sp-bottom-link-follow-wrapper {
  padding: 50px 0 0;
}
#sp-bottom-link-follow-wrapper h3.header {
  font-size: 20px;
  margin-bottom: 15px;
  font-display: swap;
}
#sp-bottom-link-follow-wrapper #sp-follow .mod-inner {
  background: url(../images/border_bottom_link.png) repeat-x center bottom;
  padding-bottom: 30px;
}
#sp-bottom-link-follow-wrapper #sp-follow .news-form form,
#sp-bottom-link-follow-wrapper #sp-follow .news-form input {
  margin-bottom: 0px;
}
#sp-bottom-link-follow-wrapper #sp-follow .news-form input {
  border: 0;
  padding: 10px 6px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#sp-bottom-link-follow-wrapper #sp-follow .news-form .email {
  max-width: 300px;
  height: auto;
  min-height: 20px;
  margin-right: -2px;
  background: #fff;
}
#sp-bottom-link-follow-wrapper #sp-follow .link_social {
  min-width: 250px;
}
.about_us_block p.email,
.about_us_block p.phones {
  padding-left: 20px;
  background: url(../images/email.png) no-repeat center left;
}
.about_us_block p.email {
  background: url(../images/email.png) no-repeat center left;
}
.about_us_block p.phones {
  background: url(../images/phones.png) no-repeat center left;
}
#sp-bottom-wrapper {
  background-color: #eeeeee;
  padding: 20px 0 30px;
}
#sp-bottom-wrapper a:not(.btn) {
  color: #444;
}
#sp-bottom-wrapper h3.header {
  font-size: 16px;
  padding-left: 25px;
  margin-bottom: 15px;
  font-display: swap;
}
#sp-bottom-wrapper ul li a {
  line-height: 30px;
}
#sp-footer-wrapper {
  padding: 12px 0;
  color: #fff;
  background-color: #000;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  font-display: swap;
}
#sp-footer-wrapper ul li a {
  color: #fff;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .sp-totop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #7f7f7f;
  z-index: 9999;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#sp-footer-wrapper .sp-totop i {
  display: block;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  line-height: 40px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  font-display: swap;
}
#sp-footer-wrapper .sp-totop i:before {
  content: "\f106";
}
#sp-footer-wrapper .sp-totop small {
  display: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/grankom-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
  line-height: 30px;
}
#sp-footer2 {
  padding: 11px 0 10px 0;
}
#sp-footer2 p {
  margin: 0;
}
#sp-footer2 .custom {
  line-height: 30px;
}
#mxcpr {
  height: 1px;
  overflow: hidden;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
  margin-top: 7px;
}
.ltr #sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
body.rtl {
  text-align: right;
}
.rtl [class^="icon-"]:before,
.rtl [class*=" icon-"]:before {
  display: inline;
}
.rtl .carousel-control {
  left: 20px;
  right: auto;
}
.rtl .top_menu ul {
  text-align: left;
}
.rtl .top_menu ul li {
  padding-right: 0px;
  padding-left: 15px;
}
.rtl #sp-main-menu ul.level-0 > li {
  margin: 0;
  padding: 0;
}
.rtl .box-layout3 #sp-main-menu ul.level-0 > li >a {
  padding: 15px 12px;
}
.rtl .box-layout3 .mod_jshopping_cart_ext {
  float: right;
}
.rtl .vina_search button.button {
  right: auto;
  left: 0;
}
.rtl .mod_jshopping_cart_ext {
  float: left;
}
.rtl #jshop_module_cart .my_cart:before {
  margin-right: 0px;
  margin-left: 5px;
}
.rtl #jshop_module_cart .top-cart-content {
  right: auto;
  left: 0px;
}
.rtl #id_currency.inputbox {
  float: right;
  width: 45px;
}
.rtl .box-layout2 #id_currency.inputbox {
  background: #fff;
}
.rtl .box-layout3 #id_currency.inputbox {
  background-color: #f4f4f4;
}
.rtl #sp-top-wrapper.top-layout3 #sp-top1 >div.custom .tell-phone {
  margin-left: 15px;
  margin-right: 0px;
  padding: 5px 10px 5px 15px;
  background-position: left center;
}
.rtl .module.account {
  float: left;
  margin-left: 30px;
  margin-right: 0px;
}
.rtl #sp-top-wrapper.top-layout3 #sp-top1 >div.custom {
  float: right;
}
.rtl .custom_vina-language .btn .caret {
  margin-left: 0px;
  margin-right: 4px;
}
.rtl .custom_vina-language .btn a img {
  margin-left: 5px;
  margin-right: 0px;
}
.rtl #sp-advanced-search .inputbox {
  text-align: right;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu:after {
  padding-right: 0px;
  padding-left: 3px;
}
.rtl .vina-camera-slider .camera_target {
  text-align: right !important;
}
.rtl .owl-carousel .owl-wrapper {
  float: left !important;
}
.rtl .vina-manufacturers-jshopping .vina-prev,
.rtl .vina-manufacturers-jshopping .vina-next {
  text-indent: 10000px;
}
.rtl div.vina-treeview-jshopping > ul.treeview li a {
  padding: 10px 20px 10px 10px;
}
.rtl div.vina-treeview-jshopping > ul.treeview li .hitarea {
  left: 0px;
  right: auto;
}
.rtl div.vina-treeview-jshopping > ul > li > ul > li > a:before {
  left: auto;
  right: 5px;
}
.rtl #sp-left h3.header,
.rtl #sp-right h3.header {
  padding: 10px 45px 10px 0px !important;
  background-position: 95% 50%;
}
.rtl #sp-left h3.header span,
.rtl #sp-right h3.header span {
  padding-left: 0px;
  padding-right: 10px;
  background-position: 100% 50%;
}
.rtl #sp-left .blog_category ul li a,
.rtl #sp-right .blog_category ul li a {
  padding: 10px 25px 10px 10px;
}
.rtl #sp-left .blog_category ul li a:before,
.rtl #sp-right .blog_category ul li a:before {
  left: auto;
  right: 0px;
}
.rtl #jc h4 {
  text-align: right;
}
.rtl #comments-form,
.rtl #comments-form p,
.rtl #comments-report-form,
.rtl #comments-report-form p,
.rtl #comments-form span,
.rtl #comments-form .counter {
  text-align: right;
}
.rtl #comments-form .btn,
.rtl #comments-report-form .btn {
  float: right;
}
.rtl .link_social a.social:last-child {
  margin-right: 5px;
}
.rtl .link_social a.social:first-child {
  margin-right: 0px;
}
.rtl .about_us_block p.email,
.rtl .about_us_block p.phones {
  padding-left: 0px;
  padding-right: 20px;
  background-position: center right;
}
.rtl #sp-bottom-wrapper h3.header {
  padding-left: 0px;
  padding-right: 25px;
  background-position: center right;
}
.rtl .module.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev,
.rtl .module.style-layout2 .vina-carousel-content.owl-theme .owl-controls .owl-prev,
.rtl .moduletable.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev,
.rtl .moduletable.style-layout2 .vina-carousel-content.owl-theme .owl-controls .owl-prev,
.rtl .tabs_product_layout2 .moduletable.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev,
.rtl .tabs_product_layout2 .moduletable.style-layout2 .vina-carousel-content.owl-theme .owl-controls .owl-prev {
  left: 60px;
  right: auto;
}
.rtl .module.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-next,
.rtl .module.style-layout2 .vina-carousel-content.owl-theme .owl-controls .owl-next,
.rtl .moduletable.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-next,
.rtl .moduletable.style-layout2 .vina-carousel-content.owl-theme .owl-controls .owl-next,
.rtl .tabs_product_layout2 .moduletable.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-next,
.rtl .tabs_product_layout2 .moduletable.style-layout2 .vina-carousel-content.owl-theme .owl-controls .owl-next {
  left: 10px;
  right: auto;
}
.rtl .module.style-layout3 .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev,
.rtl .moduletable.style-layout3 .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev,
.rtl .tabs_product_layout2 .moduletable.style-layout3 .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev {
  left: 50px;
  right: auto;
}
.rtl .module.style-layout3 .vina-carousel-jshopping.owl-theme .owl-controls .owl-next,
.rtl .moduletable.style-layout3 .vina-carousel-jshopping.owl-theme .owl-controls .owl-next,
.rtl .tabs_product_layout2 .moduletable.style-layout3 .vina-carousel-jshopping.owl-theme .owl-controls .owl-next {
  left: 10px;
  right: auto;
}
.rtl .media [class^="icon-"].pull-left,
.rtl .media [class*=" icon-"].pull-left {
  margin-left: auto;
}
.rtl .vina-accordion-content .vina-accordion-item {
  padding: 10px 35px 10px 10px !important;
}
.rtl .vina-accordion-content .vina-accordion-item.accordion-open span,
.rtl .vina-accordion-content .vina-accordion-item.accordion-close span {
  right: 10px;
  left: auto;
}
.rtl .our-partners .carousel-control.left {
  right: auto;
  left: 40px;
}
.rtl .our-partners .carousel-control.right {
  right: auto;
  left: 0;
}
.rtl #vina_contact_us .vina-title {
  border-right: 2px solid #f01b48;
  border-left: 0px;
}
.rtl #vina_contact_us .vina-title,
.rtl #vina_contact_us .contact_us h3 {
  padding-right: 20px;
  padding-left: 0px;
}
.rtl .slides,
.rtl .flex-control-nav,
.rtl .flex-direction-nav {
  float: left;
}
.rtl .facebook-like-button,
.rtl .facebook-share,
.rtl .pinterest,
.rtl .tweet-button,
.rtl .google-plus-one-button {
  float: right;
  padding-right: 0px;
  padding-left: 0px;
  margin: 2px;
}
.rtl .google-plus-one-button iframe {
  width: 180px !important;
}
.rtl .box-col-inner .pull-left,
.rtl .banner-bottom-inner .pull-left {
  margin-left: 10px;
  margin-right: 0px;
}
.rtl .pull-left {
  float: right;
}
.link_social a.social {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 5px;
  padding: 0;
  background: #333;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  -webkit-transition: all all 200ms ease;
  -moz-transition: all all 200ms ease;
  -ms-transition: all all 200ms ease;
  -o-transition: all all 200ms ease;
  transition: all all 200ms ease;
  font-display: swap;
}
.link_social a.social:last-child {
  margin-right: 0px;
}
.link_social a.social.facebook:hover {
  background: #0378a9;
}
.link_social a.social.rss:hover {
  background: #fd761f;
}
.link_social a.social.twitter:hover {
  background: #17b8fb;
}
.link_social a.social.skype:hover {
  background: #00aeef;
}
.link_social a.social.dribbble:hover {
  background: #f54f91;
}
.link_social a.social.pinterest:hover {
  background: #dc4e44;
}
.link_social a.social.gplus:hover {
  background: #9d261d;
}
.link_social a.social:hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
tr#checkout td.td_1 {
  text-align: left;
}
tr#checkout td.td_1 a {
  float: left;
}
tr#checkout td.td_1 a img {
  float: left;
  margin: 3px 5px 0 0;
}
tr#checkout td.td_2 {
  text-align: right;
}
tr#checkout td.td_2 a {
  float: right;
}
tr#checkout td.td_2 a img {
  float: right;
  margin: 3px 0 0 5px;
}
.jshop.account-login .buttons-set,
.jshop.account-logout .buttons-set {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.jshop.account-login button.vina-button {
  float: left;
}
.jshop_register label {
  float: right;
}
div.jshop_register {
  text-align: right;
}
.step-title .number {
  float: right;
  margin: 0 0 0 5px;
}
.step-title h2 {
  float: right;
}
h2.entry-title {
  margin-top: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-display: swap;
}
.blog .row-fluid:first-child {
  margin-bottom: 30px;
}
.items-leading {
  margin-bottom: 30px;
}
.article-text,
.article_content,
.catItemIntroText {
  float: left;
}
.catItemIntroText {
  margin-top: 20px;
}
.jcomments-links {
  display: inline-block;
}
.blog img.pull-left,
.blog .pull-left > img,
.item-page img.pull-left,
.item-page .pull-left > img {
  margin-right: 0px;
}
.blog .media>.pull-left,
.item-page .media>.pull-left {
  margin-right: 0px;
}
.module.vina-ticker .vina-ticker-jshopping .header-block .span7,
.module.vina-ticker .vina-ticker-content .header-block .span7 {
  float: right;
}
.module.vina-ticker .vina-ticker-jshopping .header-block .span5,
.module.vina-ticker .vina-ticker-content .header-block .span5 {
  float: left;
}
.module.vina-ticker .vina-ticker-jshopping .header-block span.up,
.module.vina-ticker .vina-ticker-content .header-block span.up {
  left: 20px;
  right: auto;
}
.module.vina-ticker .vina-ticker-content .header-block span.toggle,
.module.vina-ticker .vina-ticker-content .header-block span.toggle.et-run,
.module.vina-ticker .vina-ticker-jshopping .header-block span.toggle,
.module.vina-ticker .vina-ticker-jshopping .header-block span.toggle.et-run {
  left: 38px;
  right: auto;
}
.module.vina-ticker .vina-ticker-content .header-block span.down,
.module.vina-ticker .vina-ticker-jshopping .header-block span.down {
  left: 55px;
  right: auto;
}
#jc {
  margin-top: 50px;
}
#jc #comments-form {
  margin-top: 20px;
}
#jc #comments-form p,
#jc #comments-form #comments-form-buttons {
  margin-left: 0px !important;
}
#comments-form input,
#comments-form textarea {
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#comments-form input {
  width: 40%;
  height: 2em;
}
#comments-form input.checkbox {
  width: 16px;
}
#comments-form input.captcha {
  width: 123px;
}
#comments-form textarea {
  width: 80%;
  max-width: none !important;
}
#comments-form .btn div,
#comments-report-form .btn div {
  padding: 10px 20px;
  background-image: none;
  border: 1px solid #ddd;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#comments-footer {
  display: none;
}
.tags a {
  margin-bottom: 5px;
}
.tags a.label {
  color: #fff;
}
.tags a.label:hover {
  color: #fff;
  background: #444;
}
.label,
.badge {
  color: #fff;
  padding: 8px 12px;
  text-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.label:hover,
.badge:hover {
  color: #fff;
  background: #444;
}
.form-list li {
  margin: 0 0 8px;
}
.form-list label {
  display: inline-block;
  margin-bottom: 5px;
  float: left;
  color: #666;
  font-weight: normal;
  position: relative;
  z-index: 0;
}
.form-list label.required em,
.form-list label.required .star {
  float: right;
  font-style: normal;
  color: #eb340a;
  position: absolute;
  top: 0;
  right: -8px;
}
.form-list .input-box {
  display: block;
  clear: both;
  width: 260px;
}
.form-list .field {
  float: left;
  width: 275px;
}
.jshop .login-users input {
  padding: 4px 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.jshop .login-users input#remember_me {
  float: left;
  margin-right: 5px;
}
.jshop .login-users form .row-fluid {
  margin-bottom: 10px;
}
.jshop .login-users form .row-fluid:first-child {
  margin-bottom: 10px;
}
.jshop.account-login h1.header,
.jshop.account-logout h1.header,
.jshop.account-create h1.header,
.jshop.editaccount_block h1.header,
.jshop.account_block h1.header,
.jshop.vina_wishlist h1.header {
  font-family: CalibriRegular, Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 28px;
  font-weight: normal;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  margin: 0 0 25px;
  padding: 0 0 10px 0;
  font-display: swap;
}
.jshop.account-login .content,
.jshop.account-logout .content {
  min-height: 345px;
  padding: 14px 21px;
  border: 1px solid #ccc;
  border-bottom: 0;
}
.jshop.account-login .content h2,
.jshop.account-logout .content h2 {
  font-weight: bold;
  font-size: 13px;
  margin: 0 0 14px;
  padding: 0 0 5px 23px;
  border-bottom: 1px solid #ddd;
  background-position: 0 1px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  font-display: swap;
}
.jshop.account-login .buttons-set,
.jshop.account-logout .buttons-set {
  border: 1px solid #ccc;
  border-top: 0;
  margin: 0;
  padding: 8px 13px;
  background: #f1f1f1;
}
.jshop.account-login .buttons-set > a,
.jshop.account-logout .buttons-set > a {
  line-height: 31px;
}
.jshop.account-login .new-users h2,
.jshop.account-logout .new-users h2 {
  background-image: url(../images/i_page1.gif);
}
.jshop.account-login .login-users h2,
.jshop.account-logout .login-users h2 {
  background-image: url(../images/i_page2.gif);
}
.jshop .box-account {
  border: 1px solid #ddd;
  box-sizing: border-box;
  float: left;
  margin: 20px 0;
  padding: 15px;
  width: 100%;
}
.jshop .box-account .box-head {
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px;
  text-align: right;
  overflow: hidden;
}
.jshop .box-account .box-head h2 {
  float: left;
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #333;
  font-display: swap;
}
.jshop .box-account .jshop_profile_data span,
.jshop .box-account .jshop_profile_data .name {
  font-weight: normal;
  font-size: 14px;
  font-family: 'arial';
  line-height: 20px;
  color: #555555;
  font-display: swap;
}
.form-list {
  margin: 0;
}
.form-list input.inputbox,
.form-list select.inputbox {
  width: 254px;
  padding: 2px;
  height: 30px;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
}
.jshop.account-logout .content {
  min-height: 50px;
}
.fieldset {
  border: 1px solid #ddd;
  background: none;
  padding: 22px 25px 12px 33px;
  margin: 28px 0;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.fieldset .legend {
  float: left;
  font-weight: normal;
  font-size: 16px;
  background: #fff;
  margin: -33px 0 0 -10px;
  padding: 0 8px;
  position: relative;
  line-height: 1.35;
  font-display: swap;
}
.fields {
  width: 100%;
  float: left;
}
.account-create p.required {
  font-size: 11px;
  text-align: right;
  color: #EB340A;
  display: inline-block;
  font-display: swap;
}
.account-create .buttons-set button.vina-button {
  display: inline-block;
}
.jshop_register {
  width: 100% !important;
  padding: 15px 0 !important;
  float: left;
  overflow: hidden;
}
.jshop_register .input-box input,
.jshop_register .input-box select {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  height: 35px;
  line-height: 35px;
  padding: 2px;
  width: 254px;
}
.jshop_register .field {
  float: left;
  width: 275px;
}
.jshop_register .fields {
  margin: 0 0 8px;
}
.jshop_register label {
  float: left;
  color: #666;
  font-weight: normal;
  position: relative;
  z-index: 0;
}
.jshop_register label.required em {
  float: right;
  font-style: normal;
  color: #eb340a;
  position: absolute;
  top: 0;
  right: -8px;
}
.jshop_register .input-box {
  display: block;
  clear: both;
  width: 260px;
}
.fields input[type="radio"],
.fields input[type="checkbox"] {
  float: none;
  margin: 0px 5px 0 0;
}
.jshop table.cart th {
  font-size: 12px;
  padding: 14px 12px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #ccc;
  background-color: transparent;
  font-display: swap;
}
.jshop table.cart td {
  padding: 20px 10px 10px;
  border: 1px solid #ccc;
}
.jshop table.cart td input {
  text-align: center;
  border: 1px solid #ccc;
  padding: 6px 16px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.jshop table.cart td input[type="text"] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.jshop table.cart td.product_name a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  font-display: swap;
}
.jshop table.cart td.jshop_img_description_center .jshop_img {
  width: 80px;
}
.jshop table.cart .jshop_prod_cart td input {
  width: 60% !important;
  box-sizing: border-box;
  padding: 0;
  min-height: 30px;
}
.jshop table .jshop_price span {
  font-size: 16px;
  font-display: swap;
}
.jshop table.jshop_subtotal .value {
  width: 100%;
}
.jshop table.activate-code td {
  display: inline-block;
  vertical-align: middle;
}
.jshop table.activate-code td .inputbox {
  margin: 0;
  padding: 9px 10px;
}
.jshop #checkout a {
  font-size: 13px;
  text-transform: uppercase;
  color: #333;
  font-display: swap;
}
.jshop #checkout a.btn {
  background-color: transparent !important;
}
.jshop.wishlish_buttons #checkout a.btn {
  font-family: 'Helvetica', sans-serif;
  font-weight: bold;
}
.jshop.activate-code input {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.step-title {
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
  margin-bottom: 20px;
  padding: 8px 10px;
  color: #777;
  cursor: default;
  overflow: hidden;
  display: none;
}
.step-title.active {
  display: block;
}
.step-title .number {
  float: left;
  padding: 0px 8px;
  margin: 0 5px 0 0;
  line-height: 25px;
  color: #fff;
  font-size: 16px;
  text-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-display: swap;
}
.step-title h2 {
  float: left;
  color: #333;
  font-size: 13px;
  line-height: 28px !important;
  margin: 0;
  font-display: swap;
}
div.jshop_register .input-box .inputbox {
  width: 254px;
}
.menu_checkout {
  border-bottom: 1px solid #f1f1f1;
}
.menu_checkout h3.header {
  font-family: 'helvetica';
  font-size: 16px;
  line-height: 40px !important;
  font-display: swap;
}
#jshop_menu_order {
  border: none !important;
  background: none;
  display: inline-block;
  padding: 0;
  width: 100%;
}
#jshop_menu_order ul {
  margin: 0px;
  padding: 0px;
}
#jshop_menu_order ul span.item_menu_order {
  line-height: 25px;
  border: 0;
  margin: 0;
  padding: 5px 8px;
  color: #333;
  display: block;
  text-decoration: none;
}
.jshop-place td {
  padding-top: 20px;
}
#vina_contact_us .contact_block {
  display: inline-block;
  margin-bottom: 20px;
}
#vina_contact_us .logo_contact {
  padding: 20px 0 47px;
}
#vina_contact_us .vina-title,
#vina_contact_us .contact_us h3 {
  padding-left: 20px;
  line-height: 20px;
  margin-bottom: 18px;
  font-size: 24px !important;
  font-display: swap;
}
#vina_contact_us .contact_us,
#vina_contact_us .map {
  border: 1px solid #ccc;
}
#vina_contact_us .jform_message textarea {
  border: 1px solid #ccc;
}
#vina_contact_us .jform_message textarea:focus:invalid:focus {
  border-color: #e9322d;
}
#vina_contact_us .vina-map {
  margin-bottom: 60px;
}
#vina_contact_us .vina-social ul,
#vina_contact_us .vina-social li {
  float: left;
}
#vina_contact_us .vina-social ul {
  margin-left: 0px;
  margin-top: 15px;
}
#vina_contact_us .vina-social ul li {
  margin-right: 10px;
}
#vina_contact_us .vina-social ul li a {
  padding: 5px 12px;
  border: 1px solid #666;
}
#vina_contact_us .vina-social ul li a.facebook {
  padding: 5px 15px;
}
#vina_contact_us .vina-social ul li a b {
  display: none;
}
.module.mod_latest_blog .vina-carousel-content.owl-theme .owl-controls {
  display: none !important;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 4s;
  -moz-transition: all 4s;
  -o-transition: all 4s;
  transition: all 4s;
  -webkit-transition: all all 4s ease;
  -moz-transition: all all 4s ease;
  -ms-transition: all all 4s ease;
  -o-transition: all all 4s ease;
  transition: all all 4s ease;
}
.module.mod_latest_blog .vina-carousel-content.owl-theme .owl-controls .owl-next,
.module.mod_latest_blog .vina-carousel-content.owl-theme .owl-controls .owl-prev {
  top: 30%;
}
.module.mod_latest_blog .vina-carousel-content.owl-theme:hover .owl-controls {
  display: block !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.vina-carousel-content {
  background: #fff !important;
}
.vina-carousel-content .item a {
  color: #444 !important;
}
.vina-carousel-content .item .image-block {
  overflow: hidden;
}
.vina-carousel-content .item .image-block img {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition: all all 0.6s ease;
  -moz-transition: all all 0.6s ease;
  -ms-transition: all all 0.6s ease;
  -o-transition: all all 0.6s ease;
  transition: all all 0.6s ease;
}
.vina-carousel-content .item .image-block:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.vina-carousel-content .text-block {
  padding-right: 10px;
  margin: 10px 0 15px;
}
.vina-carousel-content .text-block h3.title {
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  font-display: swap;
}
.blog-time {
  padding-left: 25px;
  margin-bottom: 8px;
  background: url(../images/blog_time.png) no-repeat center left;
  color: #35ada9;
  text-decoration: underline;
}
.blog-time .blog-month {
  margin: 0 6px;
}
.readmore a {
  background: url(../images/readmore.jpg) no-repeat center left;
  padding-left: 20px;
}
.owl-prev,
.owl-next {
  display: none !important;
}
.vina-camera-slider .camera_next > span {
  background-image: none;
}
.vina-camera-slider .camera_prev,
.vina-camera-slider .camera_next,
.vina-camera-slider .camera_commands {
  top: 45%;
}
.owl-prev,
.owl-next,
.flex-prev,
.flex-next,
.vina-next,
.vina-prev,
.camera_next,
.camera_prev,
.camera_play,
.camera_stop,
.camera_commands {
  position: absolute;
  text-indent: -9999px;
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0px solid #EFEFEF;
  z-index: 10;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease;
  -moz-transition: all all 0.2s ease-in-out ease;
  -ms-transition: all all 0.2s ease-in-out ease;
  -o-transition: all all 0.2s ease-in-out ease;
  transition: all all 0.2s ease-in-out ease;
}
#sp-hot-sale  .vina-carousel-jshopping.owl-theme .owl-controls .owl-next {
  right: 15px;
}
.vina-carousel-jshopping.owl-theme .owl-controls .owl-next,
.vina-carousel-content.owl-theme .owl-controls .owl-next,
.carousel .flex-direction-nav  .flex-next,
.vina-manufacturers-jshopping .vina-next,
.box-layout4 .vina-camera-slider .camera_amber_skin .camera_next > span,
.carousel-control.right {
  background: #e5e5e5 url(../images/btn-slider.png) 100% 0 no-repeat !important;
}
.vina-carousel-jshopping.owl-theme .owl-controls .owl-next:hover,
.vina-carousel-content.owl-theme .owl-controls .owl-next:hover,
.carousel .flex-direction-nav  .flex-next:hover,
.vina-manufacturers-jshopping .vina-next:hover,
.box-layout4 .vina-camera-slider .camera_amber_skin .camera_next > span:hover,
.carousel-control.right:hover {
  background-position: 100% 100% !important;
}
.vina-carousel-jshopping.owl-theme .owl-controls .owl-prev,
.vina-carousel-content.owl-theme .owl-controls .owl-prev,
.carousel .flex-direction-nav  .flex-prev,
.vina-manufacturers-jshopping .vina-prev,
.box-layout4 .vina-camera-slider .camera_amber_skin .camera_prev > span,
.carousel-control.left {
  background: #f1f1f1 url(../images/btn-slider.png) 0 0 no-repeat !important;
}
.vina-carousel-jshopping.owl-theme .owl-controls .owl-prev:hover,
.vina-carousel-content.owl-theme .owl-controls .owl-prev:hover,
.carousel .flex-direction-nav  .flex-prev:hover,
.vina-manufacturers-jshopping .vina-prev:hover,
.box-layout4 .vina-camera-slider .camera_amber_skin .camera_prev > span:hover,
.carousel-control.left:hover {
  background-position: 0 100% !important;
}
.vina-carousel-jshopping.owl-theme .owl-controls .owl-next,
.vina-carousel-content.owl-theme .owl-controls .owl-next,
.carousel .flex-direction-nav  .flex-next,
.vina-manufacturers-jshopping .vina-next,
.box-layout4 .vina-camera-slider .camera_amber_skin .camera_next > span {
  right: 0;
}
.vina-carousel-jshopping.owl-theme .owl-controls .owl-prev,
.vina-carousel-content.owl-theme .owl-controls .owl-prev,
.carousel .flex-direction-nav  .flex-prev,
.vina-manufacturers-jshopping .vina-prev,
.box-layout4 .vina-camera-slider .camera_amber_skin .camera_prev > span {
  left: 0;
}
.box-layout4 .vina-camera-slider .camera_amber_skin .camera_next > span:hover,
.carousel-control.right:hover {
  background-color: #f01b48 !important;
  background-position: 100% 100% !important;
}
.box-layout4 .vina-camera-slider .camera_amber_skin .camera_prev > span:hover,
.carousel-control.left:hover {
  background-color: #f01b48 !important;
  background-position: 0 100% !important;
}
.box-layout4 .vina-camera-slider .camera_amber_skin .camera_next > span,
.box-layout4 .vina-camera-slider .camera_amber_skin .camera_prev > span,
.carousel-control.left,
.carousel-control.right {
  background-color: #e5e5e5 !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease;
  -moz-transition: all all 0.2s ease-in-out ease;
  -ms-transition: all all 0.2s ease-in-out ease;
  -o-transition: all all 0.2s ease-in-out ease;
  transition: all all 0.2s ease-in-out ease;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-control.left,
.carousel-control.right {
  border: 0;
}
.carousel-control.left i,
.carousel-control.right i {
  display: none;
  border: 0px;
}
.carousel-control.left {
  left: -30px;
}
.carousel-control.right {
  right: -30px;
}
.module.mod_latest_blog_layout4 .vina-carousel-content.owl-theme .owl-controls {
  display: block !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.module.mod_latest_blog_layout4 .vina-carousel-content.owl-theme .owl-controls .owl-next {
  right: -30px;
}
.module.mod_latest_blog_layout4 .vina-carousel-content.owl-theme .owl-controls .owl-prev {
  left: -60px;
}
#sp-our-team .carousel-control,
.our-project .carousel-control,
.our-partners .carousel-control {
  background: #fff !important;
  font-size: 20px;
  top: 50%;
  color: #323232;
  opacity: 1;
  width: 30px;
  height: 30px;
  line-height: 26px;
  font-display: swap;
}
#sp-our-team .carousel-control.left,
#sp-our-team .carousel-control.right,
.our-project .carousel-control.left,
.our-project .carousel-control.right,
.our-partners .carousel-control.left,
.our-partners .carousel-control.right {
  border: 1px solid #e9e9e9;
  width: 30px;
  height: 30px;
  background-image: none !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#sp-our-team .carousel-control.left i,
#sp-our-team .carousel-control.right i,
.our-project .carousel-control.left i,
.our-project .carousel-control.right i,
.our-partners .carousel-control.left i,
.our-partners .carousel-control.right i {
  display: block;
  color: #101010;
  font-size: 20px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  font-display: swap;
}
#sp-our-team .carousel-control.left,
#sp-our-team .carousel-control.right,
.our-partners .carousel-control.left,
.our-partners .carousel-control.right {
  background-color: transparent !important;
}
.our-project .carousel-control.left,
.our-project .carousel-control.right {
  border: 1px solid #fff;
}
.our-partners .carousel-control.left,
.our-partners .carousel-control.right {
  border: 1px solid #e9e9e9;
  width: 30px;
  height: 30px;
  background-color: transparent !important;
  background-image: none !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.our-partners .carousel-control.left i,
.our-partners .carousel-control.right i {
  display: block;
  color: #101010;
  font-size: 20px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  font-display: swap;
}
.our-partners .carousel-control.left {
  right: 40px;
  left: auto;
}
.our-partners .carousel-control.right {
  right: 0;
  left: auto;
}
.our-partners .carousel-control.left,
.our-partners .carousel-control.right {
  top: -80px;
}
.vina-carousel-jshopping.owl-carousel,
.vina-carousel-content.owl-carousel {
  display: inline-block !important;
  overflow: visible !important;
}
.vina-carousel-jshopping.owl-theme .owl-controls,
.vina-carousel-content.owl-theme .owl-controls {
  margin-top: 0px;
}
.vina-carousel-jshopping.owl-theme .owl-controls .owl-prev,
.vina-carousel-jshopping.owl-theme .owl-controls .owl-next,
.vina-carousel-content.owl-theme .owl-controls .owl-prev,
.vina-carousel-content.owl-theme .owl-controls .owl-next {
  top: 40%;
  filter: Alpha(Opacity=100);
  opacity: 1;
}
.vina-carousel-jshopping .owl-prev,
.vina-carousel-jshopping .owl-next,
.vina-carousel-content .owl-prev,
.vina-carousel-content .owl-next {
  display: block !important;
}
.carousel .flex-direction-nav a {
  top: 40%;
  text-indent: 9999em;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.carousel .flex-direction-nav a:before {
  display: none;
}
.chzn-container ul.chzn-results {
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}
.chzn-container ul.chzn-results li.highlighted {
  background-color: transparent;
  background-image: none;
}
.chzn-container-single .chzn-single,
.chzn-container-active.chzn-with-drop .chzn-single {
  padding: 3px;
  color: #444;
  height: 20px;
  line-height: 20px;
  border: 1px solid #aaa;
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.chzn-container-single .chzn-drop {
  border: 1px solid #ddd;
  border-top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.tooltip-inner {
  min-width: 70px;
  padding: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.lt-ie9 #sp-main-menu ul.level-0 > li > a {
  padding: 17px 15px;
  font-size: 13px !important;
  font-display: swap;
}
.lt-ie9 #sp-advanced-search .inputbox {
  line-height: 32px;
}
.lt-ie9 .breadcrumb>li {
  float: left;
}
.zoomContainer {
  width: 0 !important;
  height: 0 !important;
}
.rtl .pull-left {
  float: right;
}
.rtl .pull-right {
  float: left;
}
.rtl #sp-phone {
  text-align: left;
}
i b {
  display: none;
}
.menu-layout-2 #sp-main-body-wrapper {
  padding: 0 !important;
}
.mod_latest_blog.style-layout2 h3.title {
  font-family: Open Sans;
  text-transform: none;
}
.mod_latest_blog.style-layout2 .item {
  position: relative;
}
.mod_latest_blog.style-layout2 .item .readmore {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  max-width: 129px;
  margin: 0 auto;
  text-align: center;
  padding: 3px;
  border: 1px solid #000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transition: all all 0.4s ease 0s ease;
  -moz-transition: all all 0.4s ease 0s ease;
  -ms-transition: all all 0.4s ease 0s ease;
  -o-transition: all all 0.4s ease 0s ease;
  transition: all all 0.4s ease 0s ease;
}
.mod_latest_blog.style-layout2 .item .readmore a {
  display: inline-block;
  color: #fff !important;
  text-transform: uppercase;
  font: 14px/20px Open Sans, Arial;
  padding: 5px 10px 5px 20px;
  background: #3a3a3a url(../images/quick_view.png) no-repeat 4px 50%;
}
.mod_latest_blog.style-layout2 .item:hover .readmore {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.style-layout2 .vina_content {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.style-layout2 .vina_content h3.title a {
  font-size: 15px;
  text-transform: capitalize;
  font-family: Open Sans;
  padding-top: 7px;
  margin-bottom: 0;
  font-display: swap;
}
.style-layout2 .vina_content .vina_price {
  border-top: 0px solid #ddd;
  border-bottom: 0px solid #ddd;
  margin: 0 0 5px;
  font-size: 18px;
  color: #00aeef;
  font-family: 'Open Sans';
  font-display: swap;
}
.style-layout2 .vina_content .vina_price .price-block {
  padding-top: 0px;
}
.style-layout2 .vina_content .vina_price .jshop_price span {
  font-weight: normal;
  font-size: 18px;
  font-family: 'Open Sans';
  font-display: swap;
}
.style-layout2 .block_item .item_inner {
  border: 1px solid #f4f4f4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.style-layout2 .block_item .item_inner .item_content {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.style-layout2 .block_item .item_inner .image_block {
  position: static;
}
.style-layout2 .block_item .item_inner .buttons {
  position: static;
  visibility: visible;
  display: inline-block;
  padding-top: 10px;
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.style-layout2 .block_item .item_inner .buttons a.button_buy,
.style-layout2 .block_item .item_inner .buttons a.button_detail,
.style-layout2 .block_item .item_inner .buttons a.button_wishlist {
  padding: 5px 6px;
  font: normal 14px/19px Open Sans, Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  height: auto;
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.style-layout2 .block_item .item_inner .buttons a.button_buy,
.style-layout2 .block_item .item_inner .buttons a.button_detail {
  width: auto;
}
.style-layout2 .block_item .item_inner .buttons a.button_buy {
  float: left;
}
.style-layout2 .block_item .item_inner .buttons a.button_buy i {
  padding-right: 7px;
}
.style-layout2 .block_item .item_inner .buttons a.button_wishlist {
  float: right;
  padding: 5px 3px;
}
.style-layout2 .block_item .item_inner .buttons a.button_wishlist i {
  line-height: 19px;
  padding: 0px 15px 0 8px;
}
.style-layout2 .block_item .item_inner .buttons a.button_wishlist i:before {
  line-height: 20px;
}
.style-layout2 .block_item .item_inner .buttons a.button_detail {
  position: absolute;
  top: -195px;
  left: 0;
  right: 0;
  overflow: visible;
  max-width: 100px;
  margin: 0 auto;
  background: #3a3a3a url(../images/quick_view.png) no-repeat 6px 50%;
  display: inline-block;
  padding: 5px 5px 5px 10px;
  font: 14px/20px Open Sans, Arial;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transition: all all 0.4s ease 0s ease;
  -moz-transition: all all 0.4s ease 0s ease;
  -ms-transition: all all 0.4s ease 0s ease;
  -o-transition: all all 0.4s ease 0s ease;
  transition: all all 0.4s ease 0s ease;
}
.style-layout2 .block_item .item_inner .buttons a.button_detail i {
  display: none !important;
}
.style-layout2 .block_item .item_inner .buttons a.button_detail:before {
  content: "";
  position: absolute;
  border: 1px solid #000;
  width: 107%;
  height: 130%;
  margin: 0 auto;
  left: -4%;
  right: 0;
  top: -20%;
}
.style-layout2 .block_item:hover .item_inner .buttons a.button_detail {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#sp-top-wrapper.box-layout2 {
  border-bottom: 1px solid #cccccc;
}
#sp-top-wrapper.box-layout2 #sp-top1 .custom_vina-language .btn {
  background: #fff;
}
#sp-top-wrapper.box-layout2 #sp-top1 .custom_vina-language .btn:hover {
  background: #fff;
}
#sp-top-wrapper.box-layout2 #sp-top1 .chzn-container.chzn-container-single .chzn-single {
  background: #fff;
}
#sp-header-wrapper.box-layout2 {
  background-color: #fff;
}
#sp-header-wrapper.box-layout2 .vina_search,
#sp-header-wrapper.box-layout2 .vina_search input {
  background: #f4f4f4;
}
#sp-header-wrapper.box-layout2 #sp-advanced-search2 .inputbox {
  background: #f4f4f4;
}
#sp-main-menu-wrapper.box-layout2 #sp-main-menu .vina-cmenu-jshopping {
  background-color: transparent;
}
#sp-main-menu-wrapper.box-layout2 #sp-main-menu .vina-cmenu-jshopping > ul {
  background: transparent;
}
#sp-main-menu-wrapper.box-layout2 #sp-main-menu .vina-cmenu-jshopping > ul > li a {
  color: #999;
  background: transparent;
}
#sp-main-menu-wrapper.box-layout2 #sp-main-menu .vina-cmenu-jshopping > ul > li.active > a,
#sp-main-menu-wrapper.box-layout2 #sp-main-menu .vina-cmenu-jshopping > ul > li:hover > a {
  color: #999;
  background: transparent;
}
#sp-feature-wrapper {
  padding: 30px 0 0 0;
}
.vina-camera-slider .camera_wrap .camera_caption > div {
  background: none !important;
}
.vina-camera-slider .camera_wrap .camera_caption > div img {
  max-width: 500px !important;
}
.text_caption {
  z-index: 50;
}
.camera_caption h2.title,
.camera_caption h3.subtitle {
  font-family: 'Open Sans';
  text-align: left;
  font-size: 50px;
  text-transform: uppercase;
  font-display: swap;
}
.camera_caption h2.title {
  font-weight: bold;
  text-align: left;
  color: #000;
  text-shadow: 1px 1px rgba(0,0,0,0.1);
  transition-property: left, opacity;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.camera_caption h3.subtitle {
  color: #d97d1d;
  padding: 0;
  margin: 0;
}
.camera_caption .intro {
  font-family: Open Sans;
  font-size: 30px;
  line-height: 35px;
  text-align: left;
  color: #000;
  text-transform: none;
  font-weight: normal;
  text-shadow: 1px 1px rgba(0,0,0,0.1);
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  font-display: swap;
}
.camera_caption .link {
  padding: 0;
  margin-top: 15px;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.camera_caption .link a {
  font-size: 13px !important;
  color: #fff;
  padding: 10px 20px !important;
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
  font-display: swap;
}
.camera_caption .link a:hover {
  background: #ff0072 !important;
  text-decoration: none;
  color: #fff;
}
.camera_slider_layout2 .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li {
  background: #000 !important;
}
#sp-banner-top-wrapper {
  padding-top: 20px;
}
.module.mod_latest_blog_layout2,
.module.mod_new_products,
.module.tabs_product_layout2 {
  margin-top: 50px !important;
}
.module.mod_latest_blog_layout2 h3.header span,
.module.mod_new_products h3.header span,
.module.tabs_product_layout2 h3.header span {
  font-size: 25px;
  margin-bottom: 30px;
  font-family: Open sans;
  word-wrap: break-word;
  display: block;
  line-height: 30px !important;
  text-transform: none;
  border-bottom: 1px solid #ccc;
  font-display: swap;
}
.module.mod_latest_blog_layout2 .vina-carousel-content.owl-theme .owl-controls .owl-prev,
.module.mod_latest_blog_layout2 .vina-carousel-content.owl-theme .owl-controls .owl-next,
.module.mod_latest_blog_layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev,
.module.mod_latest_blog_layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-next,
.module.mod_new_products .vina-carousel-content.owl-theme .owl-controls .owl-prev,
.module.mod_new_products .vina-carousel-content.owl-theme .owl-controls .owl-next,
.module.mod_new_products .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev,
.module.mod_new_products .vina-carousel-jshopping.owl-theme .owl-controls .owl-next {
  top: -78px;
}
.module.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev,
.module.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-next,
.moduletable.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev,
.moduletable.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-next {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.module.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev,
.moduletable.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev {
  left: auto;
  right: 60px;
}
.module.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-next,
.moduletable.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-next {
  right: 10px;
}
.module.style-layout2 .vina-carousel-content.owl-theme .owl-controls .owl-prev,
.module.style-layout2 .vina-carousel-content.owl-theme .owl-controls .owl-next,
.moduletable.style-layout2 .vina-carousel-content.owl-theme .owl-controls .owl-prev,
.moduletable.style-layout2 .vina-carousel-content.owl-theme .owl-controls .owl-next {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.module.style-layout2 .vina-carousel-content.owl-theme .owl-controls .owl-prev,
.moduletable.style-layout2 .vina-carousel-content.owl-theme .owl-controls .owl-prev {
  left: auto;
  right: 80px;
}
.module.style-layout2 .vina-carousel-content.owl-theme .owl-controls .owl-next,
.moduletable.style-layout2 .vina-carousel-content.owl-theme .owl-controls .owl-next {
  right: 30px;
}
.module.style-layout2.mod_latest_blog_layout2 .vina-carousel-content.owl-theme .owl-controls,
.moduletable.style-layout2.mod_latest_blog_layout2 .vina-carousel-content.owl-theme .owl-controls {
  display: block !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs_product_layout2 .tab-content {
  overflow: visible !important;
}
.tabs_product_layout2 .moduletable.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev,
.tabs_product_layout2 .moduletable.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-next {
  top: -140px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.tabs_product_layout2 .moduletable.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev {
  left: auto;
  right: 60px;
}
.tabs_product_layout2 .moduletable.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-next {
  right: 10px;
}
.review_mark {
  margin-bottom: 8px;
}
#sp-banner-bottom-wrapper {
  margin-top: 45px;
}
.menu-layout-3 .body-innerwrapper {
  background-color: #dcdcdc;
}
.box-layout3 > div.container {
  background: #fff;
  padding: 0px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sp-users-wrapper.box-layout3 .container {
  padding-top: 30px;
}
#sp-top-wrapper.box-layout3,
#sp-header-wrapper.box-layout3,
#sp-main-menu-wrapper.box-layout3,
#sp-feature-wrapper.box-layout3,
#sp-users-wrapper.box-layout3,
#sp-banner-top-wrapper.box-layout3,
#sp-hot-sale-wrapper.box-layout3,
#sp-main-body-wrapper.box-layout3,
#sp-bottom-link-follow-wrapper.box-layout3,
#sp-bottom-wrapper.box-layout3,
#sp-footer-wrapper.box-layout3,
#sp-brand-wrapper.box-layout3,
#sp-breadcrumb-wrapper.box-layout3,
#sp-main-body-wrapper.box-layout3 {
  padding: 0px !important;
  background-color: #dcdcdc !important;
}
#sp-top-wrapper.top-layout3 {
  background: #dcdcdc;
}
#sp-top-wrapper.top-layout3 #top {
  padding: 5px 0;
  background-color: #f4f4f4;
}
#sp-top-wrapper.top-layout3 #sp-top1 >div.custom {
  float: left;
  display: inline-block;
  font: 16px/20px Open Sans, Arial, Helvetica, sans-serif;
  color: #000;
  text-align: left;
}
#sp-top-wrapper.top-layout3 #sp-top1 >div.custom .tell-phone {
  float: left;
  margin-right: 12px;
  margin-left: 5px;
  /*padding: 5px 15px 5px 10px;*/
  /*background: url(../images/bg_currency.png) no-repeat right center;*/
}
#sp-top-wrapper.top-layout3 #sp-top1 >div.custom .tell-phone i {
  display: none;
}
#sp-top-wrapper.top-layout3 #sp-top1 >div.custom .tell-phone:before {
  border: 1px solid #ddd;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#sp-top-wrapper.top-layout3 #sp-top1 .chzn-container.chzn-container-single .chzn-single {
  background-color: #f4f4f4;
}
#sp-top-wrapper.top-layout3 .custom_vina-language .btn {
  background: #f4f4f4;
}
#sp-header-wrapper.box-layout3 #header {
  padding: 20px 0;
}
#sp-main-menu-wrapper.box-layout3 #main-menu #sp-main-menu ul.level-0 > li {
  margin: 0;
}
#sp-main-menu-wrapper.box-layout3 #main-menu #sp-main-menu ul.level-0 > li:hover,
#sp-main-menu-wrapper.box-layout3 #main-menu #sp-main-menu ul.level-0 > li.active {
  background: #000;
}
#sp-feature-wrapper.box-layout3 #feature {
  background: #fff;
  padding: 30px 0;
}
#sp-hot-sale-wrapper.box-layout3 {
  margin-top: 0px;
}
#sp-hot-sale-wrapper.box-layout3 >div.container {
  padding-top: 50px;
}
#sp-main-body-wrapper.box-layout3 #main-body {
  padding: 30px 0;
}
#sp-brand-wrapper.box-layout3 #sp-brand {
  border-top: 1px solid #ddd;
}
#sp-bottom-link-follow-wrapper.box-layout3 >div.container {
  background-color: #f9f7f7;
}
#sp-bottom-link-follow-wrapper.box-layout3 #bottom-link-follow {
  padding: 50px 0 0;
}
#sp-bottom-wrapper.box-layout3 >div.container {
  background-color: #f9f7f7;
}
#sp-bottom-wrapper.box-layout3 #bottom {
  padding: 20px 0 30px;
}
#sp-footer-wrapper.box-layout3 >div.container {
  background-color: #000;
}
#sp-footer-wrapper.box-layout3 #footer {
  padding: 12px 0;
}
.module.camera_slider_layout3 .camera_caption h2.title {
  font-size: 50px;
  color: #ff9600;
  font-display: swap;
}
.module.camera_slider_layout3 .camera_caption h3.subtitle {
  font-size: 30px;
  margin-bottom: 15px;
  font-display: swap;
}
.module.camera_slider_layout3 .camera_caption .intro {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #fff;
  font-display: swap;
}
.module.camera_slider_layout3 .camera_caption .link a {
  background: transparent !important;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 5px;
  padding: 8px 25px !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out ease;
  -moz-transition: all 0.3s ease-in-out ease;
  -ms-transition: all 0.3s ease-in-out ease;
  -o-transition: all 0.3s ease-in-out ease;
  transition: all 0.3s ease-in-out ease;
}
.module.hot-sale-layout3 h3.header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
/*.module.hot-sale-layout3 h3.header span {
  font-size: 30px;
  font-display: swap;
  margin: 0;
  padding-bottom: 3px;
  line-height: 1.35 !important;
  font-family: 'Yanone Kaffeesatz';
  background: url(../images/border_tab.png) no-repeat left bottom;
}*/
#sp-message-area .module.computer_position h3.header,
#sp-message-area .module.camera_position h3.header,
#sp-message-area .module.tablets_position h3.header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  background-image: none;
}
/*#sp-message-area .module.computer_position h3.header span,
#sp-message-area .module.camera_position h3.header span,
#sp-message-area .module.tablets_position h3.header span {
  font-size: 30px;
  margin: 0;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 3px;
  line-height: 1.35 !important;
  font-family: 'Yanone Kaffeesatz';
  background: url(../images/border_tab.png) no-repeat left bottom;
  font-display: swap;
}*/
#sp-message-area h3.header {
  margin: 0 0 30px;
  background: url(../images/border_time.png) repeat-x 0 16px;
}
.style-layout3 .block_item .item_inner {
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.style-layout3 .block_item .item_inner .vina_content {
  padding: 10px 10px 0px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.style-layout3 .block_item .item_inner .vina_content h3.title {
  text-align: left;
}
.style-layout3 .block_item .item_inner .vina_content h3.title a {
  font: 16px/20px Open Sans, Arial, Helvetica, sans-serif;
  margin: 0;
  font-display: swap;
}
.style-layout3 .block_item .item_inner .vina_content h3.title a:hover {
  text-decoration: underline;
  color: #fff !important;
}
.style-layout3 .block_item .item_inner .vina_content .vina_price {
  text-align: left;
  border-top: 0px;
  border-bottom: 1px solid #ddd;
}
.style-layout3 .block_item .item_inner .vina_content .jshop_price {
  padding-top: 0px;
  margin-right: 3px;
}
.style-layout3 .block_item .item_inner .vina_content .jshop_price span {
  font-weight: normal;
  font-size: 18px;
  font-family: BebasNeuewebfont;
  font-display: swap;
}
.style-layout3 .block_item .item_inner .vina_content .old_price span {
  font-weight: normal;
  font-size: 15px;
  font-family: 'Open Sans';
  font-display: swap;
}
.style-layout3 .block_item .item_inner .vina_content .review_mark {
  width: 100%;
  display: inline-block;
  text-align: left;
  margin-bottom: 0px;
  padding-top: 5px;
  font-display: swap;
}
.style-layout3 .block_item .item_inner .vina_content .review_mark .stars_no_active {
  margin: 0px;
}
.style-layout3 .block_item .item_inner .buttons {
  visibility: visible;
  display: inline-block;
  padding-top: 0px;
  bottom: 28.5%;
  width: 100%;
  border-top: 1px solid #ddd;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.style-layout3 .block_item .item_inner .buttons a.button_buy,
.style-layout3 .block_item .item_inner .buttons a.button_detail,
.style-layout3 .block_item .item_inner .buttons a.button_wishlist {
  padding: 5px 19px;
  text-align: center;
  white-space: nowrap;
  float: left;
  width: 33%;
  height: auto;
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;
  overflow: hidden;
  color: #fff !important;
  background: #fff !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.style-layout3 .block_item .item_inner .buttons a.button_buy i,
.style-layout3 .block_item .item_inner .buttons a.button_detail i,
.style-layout3 .block_item .item_inner .buttons a.button_wishlist i {
  font-size: 24px;
  color: #2089a7;
  font-display: swap;
}
.style-layout3 .block_item .item_inner .buttons a.button_buy,
.style-layout3 .block_item .item_inner .buttons a.button_detail {
  border-right: 1px solid #ddd;
}
.style-layout3 .block_item .item_inner .image_block {
  padding: 10px 0px 60px;
}
.style-layout3 .block_item .item_inner:hover {
  border: 1px solid #f4f4f4;
}
.style-layout3 .block_item .item_inner:hover .vina_content {
  background-color: #2089a7;
}
.style-layout3 .block_item .item_inner:hover .vina_content h3.title a {
  color: #fff !important;
}
.style-layout3 .block_item .item_inner:hover .vina_content .jshop_price span {
  color: #ffd202;
}
.style-layout3 .block_item .item_inner:hover .vina_content .old_price span {
  color: #fff !important;
}
.style-layout3 .block_item .item_inner:hover .buttons {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.module.style-layout3 {
  margin-bottom: 30px;
}
.banner-bottom-layout3 {
  margin-bottom: 30px;
}
#sp-position3 .module.style-layout3 {
  margin-bottom: 0px;
}
/*#sp-left .module.bestseller_layout3 h3.header,
#sp-left .module.latest_blog_layout3 h3.header,
#sp-right .module.bestseller_layout3 h3.header,
#sp-right .module.latest_blog_layout3 h3.header {
  font-size: 30px !important;
  font-family: 'Yanone Kaffeesatz';
  padding: 20px 0 20px 30px !important;
  background: #ff3636 url(../images/bg_title.png) no-repeat left center;
  border-bottom: 0px solid #cb0d35;
  font-display: swap;
}*/
#sp-left .module.bestseller_layout3 h3.header:before,
#sp-left .module.latest_blog_layout3 h3.header:before,
#sp-right .module.bestseller_layout3 h3.header:before,
#sp-right .module.latest_blog_layout3 h3.header:before {
  content: "\f005";
  color: #fff;
  margin-right: 15px;
  font-family: FontAwesome;
  font-weight: normal;
}
#sp-left .module.latest_blog_layout3 .vina-ticker-content .vina-items-wrapper .vina-items .vina-item,
#sp-right .module.latest_blog_layout3 .vina-ticker-content .vina-items-wrapper .vina-items .vina-item {
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important;
  background-color: #fff !important;
}
#sp-left .module.bestseller_layout3 .vina-ticker-jshopping,
#sp-right .module.bestseller_layout3 .vina-ticker-jshopping {
  background-color: #2089a7 !important;
}
#sp-left .module.bestseller_layout3 .vina-ticker-jshopping .vina-items-wrapper .vina-item,
#sp-right .module.bestseller_layout3 .vina-ticker-jshopping .vina-items-wrapper .vina-item {
  background-color: #2089a7 !important;
}
#sp-left .module.bestseller_layout3 .vina-ticker-jshopping .header-block,
#sp-left .module.latest_blog_layout3 .vina-ticker-content .header-block,
#sp-right .module.bestseller_layout3 .vina-ticker-jshopping .header-block,
#sp-right .module.latest_blog_layout3 .vina-ticker-content .header-block {
  padding: 10px 0;
  background: #ff3636 url(../images/bg_title.png) no-repeat left center;
  border-bottom: 0px solid #cb0d35;
}
#sp-left .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block,
#sp-left .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block,
#sp-right .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block,
#sp-right .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block {
  padding: 12px 0;
}
#sp-left .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block span,
#sp-left .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block span,
#sp-right .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block span,
#sp-right .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block span {
  height: 25px;
}
#sp-left .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block span.up,
#sp-left .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block span.down,
#sp-left .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block span.up,
#sp-left .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block span.down,
#sp-right .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block span.up,
#sp-right .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block span.down,
#sp-right .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block span.up,
#sp-right .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block span.down {
  width: 13px;
  background-size: 13px;
}
#sp-left .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block span.toggle,
#sp-left .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block span.toggle.et-run,
#sp-left .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block span.toggle,
#sp-left .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block span.toggle.et-run,
#sp-right .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block span.toggle,
#sp-right .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block span.toggle.et-run,
#sp-right .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block span.toggle,
#sp-right .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block span.toggle.et-run {
  width: 17px;
  background-size: 17px;
}
#sp-left .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block span.up,
#sp-left .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block span.up,
#sp-right .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block span.up,
#sp-right .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block span.up {
  right: 52px;
}
#sp-left .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block span.toggle.et-run,
#sp-left .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block span.toggle.et-run,
#sp-right .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block span.toggle.et-run,
#sp-right .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block span.toggle.et-run {
  right: 32px;
}
#sp-left .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block span.toggle,
#sp-left .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block span.toggle,
#sp-right .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block span.toggle,
#sp-right .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block span.toggle {
  right: 28px;
}
#sp-left .module.bestseller_layout3 .vina-ticker-jshopping h3.header,
#sp-left .module.latest_blog_layout3 .vina-ticker-content h3.header,
#sp-right .module.bestseller_layout3 .vina-ticker-jshopping h3.header,
#sp-right .module.latest_blog_layout3 .vina-ticker-content h3.header {
  padding: 10px 0 10px 30px !important;
  background-color: transparent !important;
  background-image: none;
}
/*#sp-left .module.bestseller_layout3 .vina-ticker-jshopping h4.title a,
#sp-left .module.latest_blog_layout3 .vina-ticker-content h4.title a,
#sp-right .module.bestseller_layout3 .vina-ticker-jshopping h4.title a,
#sp-right .module.latest_blog_layout3 .vina-ticker-content h4.title a {
  font-weight: normal;
  font-size: 20px !important;
  font-family: 'Yanone Kaffeesatz';
  color: #fff !important;
  font-display: swap;
}*/
#sp-left .module.bestseller_layout3 .vina-ticker-jshopping .old_price span,
#sp-left .module.latest_blog_layout3 .vina-ticker-content .old_price span,
#sp-right .module.bestseller_layout3 .vina-ticker-jshopping .old_price span,
#sp-right .module.latest_blog_layout3 .vina-ticker-content .old_price span {
  font-weight: normal;
  font-family: BebasNeuewebfont;
  color: #fff !important;
}
#sp-left .module.bestseller_layout3 .vina-ticker-jshopping .jshop_price span,
#sp-left .module.latest_blog_layout3 .vina-ticker-content .jshop_price span,
#sp-right .module.bestseller_layout3 .vina-ticker-jshopping .jshop_price span,
#sp-right .module.latest_blog_layout3 .vina-ticker-content .jshop_price span {
  font-family: BebasNeuewebfont;
  font-weight: normal;
  color: #ffd202;
}
#sp-left .module.bestseller_layout3 .vina-ticker-jshopping .vina-items-wrapper .vina-item,
#sp-left .module.latest_blog_layout3 .vina-ticker-content .vina-items-wrapper .vina-item,
#sp-right .module.bestseller_layout3 .vina-ticker-jshopping .vina-items-wrapper .vina-item,
#sp-right .module.latest_blog_layout3 .vina-ticker-content .vina-items-wrapper .vina-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-layout3 #sp-phone {
  padding: 9px 0;
}
.box-layout3 #sp-main-menu ul.level-0 > li >a {
  padding: 15px 10px;
}
.search_layout3 {
  /*float: left;*/
  margin-right: 2% !important;
}
.search_layout3 form {
  margin-bottom: 0;
}
.search_layout3 .vina_search {
  background-color: transparent;
}
.search_layout3 .vina_search input {
  margin-bottom: 0;
  padding: 6px 10px !important;
  border: 0px solid #ccc;
  max-width: 193px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.search_layout3 .vina_search button.button {
  top: 0;
  padding: 5px 15px !important;
  background-color: transparent;
}
.search_layout3 .vina_search button.button i {
  color: #969595;
}
#sp-phone .module {
  margin: 0;
}
#sp-phone .module #jshop_module_cart {
  padding: 0 10px;
  border-left: 1px solid #fff;
}
#sp-phone .module #jshop_module_cart .my_cart:before {
  display: none;
}
#sp-phone .module #jshop_module_cart .jshop_quantity_products:hover {
  color: #fff;
}
#sp-phone .mod_jshopping_cart_ext .top-cart-content {
  color: #000;
}
.banner-top-home3 .box-col-inner {
  padding: 0px 10px;
  background: #fff;
}
.module.account {
  float: right;
  margin-right: 30px;
  cursor: pointer;
  position: relative;
}
.module.account h3.header {
  margin: 0;
  padding: 5px 0;
  font: 13px/20px Open Sans, Arial, Helvetica, sans-serif;
  text-transform: none;
}
.module.account h3.header:before,
.module.account h3.header:after {
  font-family: FontAwesome;
  font-weight: normal;
}
.module.account h3.header:before {
  content: "\f007";
  margin-right: 4px;
}
.module.account h3.header:after {
  content: "\f0dd";
  float: right;
  line-height: 15px;
  margin-left: 3px;
}
.module.account .mod-content {
  display: none;
  position: absolute;
  top: 100%;
  right: 0px;
  border: 1px solid #ddd;
  z-index: 10;
  width: 150px;
  background: #fff;
  padding: 0px;
  text-align: left;
}
.module.account .mod-content ul {
  margin-bottom: 0;
}
.module.account .mod-content ul li a {
  padding: 5px;
  border-bottom: 1px solid #ddd;
}
.module.account .mod-content ul li:last-child a {
  border-bottom: 0px;
}
.module.latest_blog_layout3 {
  padding-bottom: 20px;
}
.module.latest_blog_layout3 .vina-carousel-content.owl-theme .owl-controls .owl-prev,
.module.latest_blog_layout3 .vina-carousel-content.owl-theme .owl-controls .owl-next {
  width: 30px !important;
  height: 30px !important;
  background-color: transparent !important;
  border: 1px solid #ddd;
  top: auto;
  bottom: -25px;
  left: 0;
}
.module.latest_blog_layout3 .vina-carousel-content.owl-theme .owl-controls .owl-next {
  left: 40px;
}
.module.latest_blog_layout3 .vina-carousel-content.owl-theme .owl-controls .owl-prev {
  background: url(../images/btn-slide-layout3.png) 0 0 no-repeat !important;
}
.module.latest_blog_layout3 .vina-carousel-content.owl-theme .owl-controls .owl-prev:hover {
  background-position: 0 100% !important;
  border-color: #2089a7;
}
.module.latest_blog_layout3 .vina-carousel-content.owl-theme .owl-controls .owl-next {
  background: url(../images/btn-slide-layout3.png) 100% 0 no-repeat !important;
}
.module.latest_blog_layout3 .vina-carousel-content.owl-theme .owl-controls .owl-next:hover {
  background-position: 100% 100% !important;
  border-color: #2089a7;
}
.module.latest_blog_layout3.mod_latest_blog .vina-carousel-content.owl-theme .owl-controls {
  display: block !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.module.style-layout3 .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev,
.module.style-layout3 .vina-carousel-content.owl-theme .owl-controls .owl-prev,
.module.style-layout3 .carousel .flex-direction-nav .flex-prev,
.module.style-layout3 .vina-manufacturers-jshopping .vina-prev,
.moduletable.style-layout3 .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev,
.moduletable.style-layout3 .vina-carousel-content.owl-theme .owl-controls .owl-prev,
.moduletable.style-layout3 .carousel .flex-direction-nav .flex-prev,
.moduletable.style-layout3 .vina-manufacturers-jshopping .vina-prev {
  background: url(../images/btn-slide-layout3.png) 0 0 no-repeat !important;
}
.module.style-layout3 .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev:hover,
.module.style-layout3 .vina-carousel-content.owl-theme .owl-controls .owl-prev:hover,
.module.style-layout3 .carousel .flex-direction-nav .flex-prev:hover,
.module.style-layout3 .vina-manufacturers-jshopping .vina-prev:hover,
.moduletable.style-layout3 .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev:hover,
.moduletable.style-layout3 .vina-carousel-content.owl-theme .owl-controls .owl-prev:hover,
.moduletable.style-layout3 .carousel .flex-direction-nav .flex-prev:hover,
.moduletable.style-layout3 .vina-manufacturers-jshopping .vina-prev:hover {
  background-position: 0 100% !important;
  border-color: #2089a7;
}
.module.style-layout3 .vina-carousel-jshopping.owl-theme .owl-controls .owl-next,
.module.style-layout3 .vina-carousel-content.owl-theme .owl-controls .owl-next,
.module.style-layout3 .carousel .flex-direction-nav .flex-next,
.module.style-layout3 .vina-manufacturers-jshopping .vina-next,
.moduletable.style-layout3 .vina-carousel-jshopping.owl-theme .owl-controls .owl-next,
.moduletable.style-layout3 .vina-carousel-content.owl-theme .owl-controls .owl-next,
.moduletable.style-layout3 .carousel .flex-direction-nav .flex-next,
.moduletable.style-layout3 .vina-manufacturers-jshopping .vina-next {
  background: url(../images/btn-slide-layout3.png) 100% 0 no-repeat !important;
}
.module.style-layout3 .vina-carousel-jshopping.owl-theme .owl-controls .owl-next:hover,
.module.style-layout3 .vina-carousel-content.owl-theme .owl-controls .owl-next:hover,
.module.style-layout3 .carousel .flex-direction-nav .flex-next:hover,
.module.style-layout3 .vina-manufacturers-jshopping .vina-next:hover,
.moduletable.style-layout3 .vina-carousel-jshopping.owl-theme .owl-controls .owl-next:hover,
.moduletable.style-layout3 .vina-carousel-content.owl-theme .owl-controls .owl-next:hover,
.moduletable.style-layout3 .carousel .flex-direction-nav .flex-next:hover,
.moduletable.style-layout3 .vina-manufacturers-jshopping .vina-next:hover {
  background-position: 100% 100% !important;
  border-color: #2089a7;
}
.module.style-layout3 .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev,
.module.style-layout3 .vina-carousel-jshopping.owl-theme .owl-controls .owl-next,
.moduletable.style-layout3 .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev,
.moduletable.style-layout3 .vina-carousel-jshopping.owl-theme .owl-controls .owl-next {
  top: -60px;
  width: 30px !important;
  height: 30px !important;
  background-color: transparent !important;
  border: 1px solid #ddd;
}
.module.style-layout3 .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev,
.moduletable.style-layout3 .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev {
  left: auto;
  right: 50px;
}
.module.style-layout3 .vina-carousel-jshopping.owl-theme .owl-controls .owl-next,
.moduletable.style-layout3 .vina-carousel-jshopping.owl-theme .owl-controls .owl-next {
  right: 10px;
}
.module.style-layout3.mod_latest_blog_layout2 .vina-carousel-content.owl-theme .owl-controls,
.moduletable.style-layout3.mod_latest_blog_layout2 .vina-carousel-content.owl-theme .owl-controls {
  display: block !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.vina-who-online {
  line-height: 30px;
}
.vina-who-online p {
  margin: 0;
}
.module.camera_slider_layout4 .vina-camera-slider .camera_caption {
  color: #000;
}
.module.camera_slider_layout4 .vina-camera-slider .camera_caption h3,
.module.camera_slider_layout4 .vina-camera-slider .camera_caption h4 {
  font-size: 50px;
  line-height: 43px;
  font-display: swap;
}
.module.camera_slider_layout4 .vina-camera-slider .camera_caption h4 {
  font-family: Calibri;
  font-weight: normal;
  font-display: swap;
}
.module.camera_slider_layout4 .vina-camera-slider .camera_caption p {
  font-size: 20px;
  line-height: 24px;
  margin-top: 28px;
  max-width: 470px;
  font-display: swap;
}
.module.camera_slider_layout4 .vina-camera-slider .camera_caption .slide-btn a {
  border: 1px solid #fff;
  color: #fff !important;
  font-size: 14px;
  margin-right: 10px;
  padding: 0;
  text-transform: uppercase;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
  position: relative;
  outline: none;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-transition: all all 400ms ease;
  -moz-transition: all all 400ms ease;
  -ms-transition: all all 400ms ease;
  -o-transition: all all 400ms ease;
  transition: all all 400ms ease;
  font-display: swap;
}
.module.camera_slider_layout4 .vina-camera-slider .camera_caption .slide-btn a > span {
  position: relative;
  display: inline-block;
  padding: 10px 26px 10px 27px;
  background: transparent;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#sp-header-wrapper.box-layout4 {
  background: #fff;
}
#sp-our-portfolio-wrapper,
#sp-about-us-wrapper {
  padding: 90px 0 0;
}
#sp-about-us-wrapper .module .sp_strong h3.header {
  font-size: 25px;
  font-display: swap;
}
#sp-feature-wrapper.box-layout4 {
  padding: 0px !important;
}
.vina-purchase {
  padding: 24px 0;
}
.vina-purchase h1,
.vina-purchase h2,
.vina-purchase h3,
.vina-purchase h4 {
  font-family: CalibriRegular;
  color: #fff;
  font-size: 31px;
  font-weight: normal;
  margin: 0;
  font-display: swap;
}
.vina-purchase .vina-button {
  float: right;
  color: #000;
  background-color: #fff;
  padding: 11px 33px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
}
.vina-purchase .vina-button:hover {
  color: #000;
  background-color: #fff;
}
.our-services .icon {
  width: 60px;
  height: 60px;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.our-services .icon i {
  width: 100%;
  line-height: 60px;
  margin: 0 auto;
  text-align: center;
}
.our-services .icon i th,
.our-services .icon i tr,
.our-services .icon i td {
  text-align: center;
}
.our-services .media {
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition: all all 0.6s ease;
  -moz-transition: all all 0.6s ease;
  -ms-transition: all all 0.6s ease;
  -o-transition: all all 0.6s ease;
  transition: all all 0.6s ease;
}
.our-services .media .icon {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition: all all 0.6s ease;
  -moz-transition: all all 0.6s ease;
  -ms-transition: all all 0.6s ease;
  -o-transition: all all 0.6s ease;
  transition: all all 0.6s ease;
}
.our-services .media .icon i {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition: all all 0.6s ease;
  -moz-transition: all all 0.6s ease;
  -ms-transition: all all 0.6s ease;
  -o-transition: all all 0.6s ease;
  transition: all all 0.6s ease;
}
.our-services .media:hover .icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.our-services .media:hover .icon i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#sp-our-experience-wrapper {
  padding-top: 100px;
}
#sp-our-experience .mod-inner .custom {
  color: #fff;
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}
#sp-our-experience .mod-inner .custom th,
#sp-our-experience .mod-inner .custom tr,
#sp-our-experience .mod-inner .custom td {
  text-align: center;
}
#sp-our-experience .mod-inner .custom .bg-opacity {
  position: relative;
  padding: 100px 0;
  width: 100%;
  height: 100%;
}
#sp-our-experience .mod-inner .custom .bg-opacity:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#sp-our-experience .mod-inner .custom h3.header {
  font-family: Calibri;
  font-size: 32px;
  padding: 0 0 46px;
  margin-bottom: 48px;
  display: inline-block;
  font-display: swap;
}
.our-experience-inner {
  z-index: 0;
  position: relative;
}
.our-experience-inner .experience-content .item {
  float: left;
  width: 20%;
  text-align: center;
}
.our-experience-inner .experience-content .item th,
.our-experience-inner .experience-content .item tr,
.our-experience-inner .experience-content .item td {
  text-align: center;
}
.our-experience-inner .experience-content .item .power-percent {
  position: relative;
  width: 117px;
  height: 117px;
  line-height: 117px;
  display: inline-block;
  border: 1px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.our-experience-inner .experience-content .item .power-percent:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #fff;
}
#our-portfolio ul.gallery li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#our-portfolio ul.gallery li >a {
  margin: 0;
  padding: 0;
  border: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
}
#sp-latest-blog-layout4-wrapper {
  padding: 90px 0;
  background-color: #f4f4f4;
}
#sp-latest-blog-layout4-wrapper .vina-carousel-content {
  background-color: #f4f4f4 !important;
}
#sp-latest-blog-layout4-wrapper .vina-carousel-content .item {
  background-color: #f4f4f4 !important;
}
.vina-accordion-content .vina-accordion-item,
.vina-accordion-content .vina-accordion-container {
  background: transparent !important;
  color: #101010 !important;
  border: 1px solid #e9e9e9;
}
.vina-accordion-content .vina-accordion-item {
  padding: 10px 10px 10px 35px !important;
}
.vina-accordion-content .vina-accordion-item p {
  margin-bottom: 0;
}
.vina-accordion-content .vina-accordion-item.accordion-open span,
.vina-accordion-content .vina-accordion-item.accordion-close span {
  right: auto;
  left: 10px;
}
.vina-accordion-content .vina-accordion-item.accordion-close span {
  background: url(../images/icon_add.png) center center no-repeat;
}
.vina-accordion-content .vina-accordion-container {
  border-top: 0px;
}
.our-partners .row-box {
  width: 100%;
  margin-bottom: 18px;
  display: inline-block;
}
.our-partners .span4 {
  padding: 10px;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.our-partners .span4 th,
.our-partners .span4 tr,
.our-partners .span4 td {
  text-align: center;
}
.our-partners .span4 img {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition: all all 0.6s ease;
  -moz-transition: all all 0.6s ease;
  -ms-transition: all all 0.6s ease;
  -o-transition: all all 0.6s ease;
  transition: all all 0.6s ease;
}
.our-partners .span4:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.our-partners .span4:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#sp-our-testiminals-wrapper {
  margin-top: 50px;
}
#sp-our-testiminals-wrapper .mod-inner .custom {
  color: #fff;
  padding: 70px 0 50px;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
}
#sp-our-testiminals-wrapper .mod-inner .custom th,
#sp-our-testiminals-wrapper .mod-inner .custom tr,
#sp-our-testiminals-wrapper .mod-inner .custom td {
  text-align: center;
}
#sp-our-testiminals-wrapper .mod-inner .custom h3.header-carousel {
  padding: 0 0 32px;
  font-size: 32px;
  text-transform: uppercase;
  font-family: Calibri;
  font-display: swap;
}
#sp-our-testiminals-wrapper .mod-inner .custom h3.header-carousel span {
  font-family: CalibriBold;
  font-display: swap;
}
#sp-our-testiminals-wrapper .mod-inner .custom .carousel-inner p {
  max-width: 860px;
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto;
  font-display: swap;
}
#sp-our-testiminals-wrapper .mod-inner .custom .carousel-inner p i {
  font-size: 34px;
  margin-bottom: 18px;
  display: block;
  font-display: swap;
}
#sp-our-testiminals-wrapper .mod-inner .custom .vina-people > div {
  padding: 8px;
  display: inline-block;
  margin-top: 32px;
  margin-bottom: 5px;
  background: url("../images/bg-team.png") no-repeat scroll center center / 100% 100%;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-transition: all all 400ms ease;
  -moz-transition: all all 400ms ease;
  -ms-transition: all all 400ms ease;
  -o-transition: all all 400ms ease;
  transition: all all 400ms ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sp-our-testiminals-wrapper .mod-inner .custom .vina-people > div > div {
  overflow: hidden;
  position: relative;
  width: 140px;
  height: 140px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sp-our-testiminals-wrapper .mod-inner .custom .vina-people > div > div div {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sp-our-testiminals-wrapper .mod-inner .custom .vina-people > div > div > div {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sp-our-testiminals-wrapper .mod-inner .custom .vina-people > div > div > div > div {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sp-our-testiminals-wrapper .mod-inner .custom .vina-people > div:hover {
  -o-animation: 400ms ease 0s normal none 1 rotate;
  -webkit-animation: 400ms ease 0s normal none 1 rotate;
  -moz-animation: 400ms ease 0s normal none 1 rotate;
  -ms-animation: 400ms ease 0s normal none 1 rotate;
  animation: 400ms ease 0s normal none 1 rotate;
}
#sp-our-testiminals-wrapper .mod-inner .custom .vina-people img {
  margin: 0 auto;
  cursor: pointer;
}
.module.vina-our-video {
  padding: 30px 0px;
  color: #fff;
  text-align: center;
}
.module.vina-our-video th,
.module.vina-our-video tr,
.module.vina-our-video td {
  text-align: center;
}
.module.vina-our-video .video-info {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  font-display: swap;
}
.module.vina-our-video .video-info i {
  color: #fff;
  padding: 0px 80px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all all 0.5s ease;
  -moz-transition: all all 0.5s ease;
  -ms-transition: all all 0.5s ease;
  -o-transition: all all 0.5s ease;
  transition: all all 0.5s ease;
}
.module.vina-our-video .video-info i b {
  display: none;
}
.module.vina-our-video .video-info:hover i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.module.vina-our-video .video-play {
  display: none;
  width: 40%;
  margin: 0 30%;
  margin-top: 20px;
}
.c100.p1 .bar {
  -webkit-transform: rotate(3.6deg);
  -moz-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  -o-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
.c100.p2 .bar {
  -webkit-transform: rotate(7.2deg);
  -moz-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  -o-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
.c100.p3 .bar {
  -webkit-transform: rotate(10.8deg);
  -moz-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  -o-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
.c100.p4 .bar {
  -webkit-transform: rotate(14.4deg);
  -moz-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  -o-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
.c100.p5 .bar {
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg);
}
.c100.p6 .bar {
  -webkit-transform: rotate(21.6deg);
  -moz-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  -o-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
.c100.p7 .bar {
  -webkit-transform: rotate(25.2deg);
  -moz-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  -o-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
.c100.p8 .bar {
  -webkit-transform: rotate(28.8deg);
  -moz-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  -o-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
.c100.p9 .bar {
  -webkit-transform: rotate(32.4deg);
  -moz-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  -o-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
.c100.p10 .bar {
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  transform: rotate(36deg);
}
.c100.p11 .bar {
  -webkit-transform: rotate(39.6deg);
  -moz-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  -o-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
.c100.p12 .bar {
  -webkit-transform: rotate(43.2deg);
  -moz-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  -o-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.c100.p13 .bar {
  -webkit-transform: rotate(46.8deg);
  -moz-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  -o-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}
.c100.p14 .bar {
  -webkit-transform: rotate(50.4deg);
  -moz-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  -o-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
.c100.p15 .bar {
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  transform: rotate(54deg);
}
.c100.p16 .bar {
  -webkit-transform: rotate(57.6deg);
  -moz-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  -o-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
.c100.p17 .bar {
  -webkit-transform: rotate(61.2deg);
  -moz-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  -o-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
.c100.p18 .bar {
  -webkit-transform: rotate(64.8deg);
  -moz-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  -o-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
.c100.p19 .bar {
  -webkit-transform: rotate(68.4deg);
  -moz-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  -o-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
.c100.p20 .bar {
  -webkit-transform: rotate(72deg);
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -o-transform: rotate(72deg);
  transform: rotate(72deg);
}
.c100.p21 .bar {
  -webkit-transform: rotate(75.6deg);
  -moz-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  -o-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}
.c100.p22 .bar {
  -webkit-transform: rotate(79.2deg);
  -moz-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  -o-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
.c100.p23 .bar {
  -webkit-transform: rotate(82.8deg);
  -moz-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  -o-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
.c100.p24 .bar {
  -webkit-transform: rotate(86.4deg);
  -moz-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  -o-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
.c100.p25 .bar {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c100.p26 .bar {
  -webkit-transform: rotate(93.6deg);
  -moz-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  -o-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}
.c100.p27 .bar {
  -webkit-transform: rotate(97.2deg);
  -moz-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  -o-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
.c100.p28 .bar {
  -webkit-transform: rotate(100.8deg);
  -moz-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  -o-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.c100.p29 .bar {
  -webkit-transform: rotate(104.4deg);
  -moz-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  -o-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
.c100.p30 .bar {
  -webkit-transform: rotate(108deg);
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -o-transform: rotate(108deg);
  transform: rotate(108deg);
}
.c100.p31 .bar {
  -webkit-transform: rotate(111.6deg);
  -moz-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  -o-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}
.c100.p32 .bar {
  -webkit-transform: rotate(115.2deg);
  -moz-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  -o-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
.c100.p33 .bar {
  -webkit-transform: rotate(118.8deg);
  -moz-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  -o-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
.c100.p34 .bar {
  -webkit-transform: rotate(122.4deg);
  -moz-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  -o-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
.c100.p35 .bar {
  -webkit-transform: rotate(126deg);
  -moz-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -o-transform: rotate(126deg);
  transform: rotate(126deg);
}
.c100.p36 .bar {
  -webkit-transform: rotate(129.6deg);
  -moz-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  -o-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
.c100.p37 .bar {
  -webkit-transform: rotate(133.2deg);
  -moz-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  -o-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}
.c100.p38 .bar {
  -webkit-transform: rotate(136.8deg);
  -moz-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  -o-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
.c100.p39 .bar {
  -webkit-transform: rotate(140.4deg);
  -moz-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  -o-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
.c100.p40 .bar {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  transform: rotate(144deg);
}
.c100.p41 .bar {
  -webkit-transform: rotate(147.6deg);
  -moz-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  -o-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
.c100.p42 .bar {
  -webkit-transform: rotate(151.2deg);
  -moz-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  -o-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}
.c100.p43 .bar {
  -webkit-transform: rotate(154.8deg);
  -moz-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  -o-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
.c100.p44 .bar {
  -webkit-transform: rotate(158.4deg);
  -moz-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  -o-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
.c100.p45 .bar {
  -webkit-transform: rotate(162deg);
  -moz-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -o-transform: rotate(162deg);
  transform: rotate(162deg);
}
.c100.p46 .bar {
  -webkit-transform: rotate(165.6deg);
  -moz-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  -o-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
.c100.p47 .bar {
  -webkit-transform: rotate(169.2deg);
  -moz-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  -o-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}
.c100.p48 .bar {
  -webkit-transform: rotate(172.8deg);
  -moz-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  -o-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
.c100.p49 .bar {
  -webkit-transform: rotate(176.4deg);
  -moz-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  -o-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
.c100.p50 .bar {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c100.p51 .bar {
  -webkit-transform: rotate(183.6deg);
  -moz-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  -o-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}
.c100.p52 .bar {
  -webkit-transform: rotate(187.2deg);
  -moz-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  -o-transform: rotate(187.2deg);
  transform: rotate(187.2deg);
}
.c100.p53 .bar {
  -webkit-transform: rotate(190.8deg);
  -moz-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  -o-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}
.c100.p54 .bar {
  -webkit-transform: rotate(194.4deg);
  -moz-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  -o-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}
.c100.p55 .bar {
  -webkit-transform: rotate(198deg);
  -moz-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  -o-transform: rotate(198deg);
  transform: rotate(198deg);
}
.c100.p56 .bar {
  -webkit-transform: rotate(201.6deg);
  -moz-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  -o-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}
.c100.p57 .bar {
  -webkit-transform: rotate(205.2deg);
  -moz-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  -o-transform: rotate(205.2deg);
  transform: rotate(205.2deg);
}
.c100.p58 .bar {
  -webkit-transform: rotate(208.8deg);
  -moz-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  -o-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}
.c100.p59 .bar {
  -webkit-transform: rotate(212.4deg);
  -moz-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  -o-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}
.c100.p60 .bar {
  -webkit-transform: rotate(216deg);
  -moz-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -o-transform: rotate(216deg);
  transform: rotate(216deg);
}
.c100.p61 .bar {
  -webkit-transform: rotate(219.6deg);
  -moz-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  -o-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}
.c100.p62 .bar {
  -webkit-transform: rotate(223.2deg);
  -moz-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  -o-transform: rotate(223.2deg);
  transform: rotate(223.2deg);
}
.c100.p63 .bar {
  -webkit-transform: rotate(226.8deg);
  -moz-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  -o-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}
.c100.p64 .bar {
  -webkit-transform: rotate(230.4deg);
  -moz-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  -o-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}
.c100.p65 .bar {
  -webkit-transform: rotate(234deg);
  -moz-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  -o-transform: rotate(234deg);
  transform: rotate(234deg);
}
.c100.p66 .bar {
  -webkit-transform: rotate(237.6deg);
  -moz-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  -o-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}
.c100.p67 .bar {
  -webkit-transform: rotate(241.2deg);
  -moz-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  -o-transform: rotate(241.2deg);
  transform: rotate(241.2deg);
}
.c100.p68 .bar {
  -webkit-transform: rotate(244.8deg);
  -moz-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  -o-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}
.c100.p69 .bar {
  -webkit-transform: rotate(248.4deg);
  -moz-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  -o-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}
.c100.p70 .bar {
  -webkit-transform: rotate(252deg);
  -moz-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  -o-transform: rotate(252deg);
  transform: rotate(252deg);
}
.c100.p71 .bar {
  -webkit-transform: rotate(255.6deg);
  -moz-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  -o-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}
.c100.p72 .bar {
  -webkit-transform: rotate(259.2deg);
  -moz-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  -o-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}
.c100.p73 .bar {
  -webkit-transform: rotate(262.8deg);
  -moz-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  -o-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}
.c100.p74 .bar {
  -webkit-transform: rotate(266.4deg);
  -moz-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  -o-transform: rotate(266.4deg);
  transform: rotate(266.4deg);
}
.c100.p75 .bar {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.c100.p76 .bar {
  -webkit-transform: rotate(273.6deg);
  -moz-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  -o-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}
.c100.p77 .bar {
  -webkit-transform: rotate(277.2deg);
  -moz-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  -o-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}
.c100.p78 .bar {
  -webkit-transform: rotate(280.8deg);
  -moz-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  -o-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}
.c100.p79 .bar {
  -webkit-transform: rotate(284.4deg);
  -moz-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  -o-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
}
.c100.p80 .bar {
  -webkit-transform: rotate(288deg);
  -moz-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -o-transform: rotate(288deg);
  transform: rotate(288deg);
}
.c100.p81 .bar {
  -webkit-transform: rotate(291.6deg);
  -moz-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  -o-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}
.c100.p82 .bar {
  -webkit-transform: rotate(295.2deg);
  -moz-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  -o-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}
.c100.p83 .bar {
  -webkit-transform: rotate(298.8deg);
  -moz-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  -o-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}
.c100.p84 .bar {
  -webkit-transform: rotate(302.4deg);
  -moz-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  -o-transform: rotate(302.4deg);
  transform: rotate(302.4deg);
}
.c100.p85 .bar {
  -webkit-transform: rotate(306deg);
  -moz-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  -o-transform: rotate(306deg);
  transform: rotate(306deg);
}
.c100.p86 .bar {
  -webkit-transform: rotate(309.6deg);
  -moz-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  -o-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}
.c100.p87 .bar {
  -webkit-transform: rotate(313.2deg);
  -moz-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  -o-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}
.c100.p88 .bar {
  -webkit-transform: rotate(316.8deg);
  -moz-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  -o-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}
.c100.p89 .bar {
  -webkit-transform: rotate(320.4deg);
  -moz-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  -o-transform: rotate(320.4deg);
  transform: rotate(320.4deg);
}
.c100.p90 .bar {
  -webkit-transform: rotate(324deg);
  -moz-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  -o-transform: rotate(324deg);
  transform: rotate(324deg);
}
.c100.p91 .bar {
  -webkit-transform: rotate(327.6deg);
  -moz-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  -o-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}
.c100.p92 .bar {
  -webkit-transform: rotate(331.2deg);
  -moz-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  -o-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}
.c100.p93 .bar {
  -webkit-transform: rotate(334.8deg);
  -moz-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  -o-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}
.c100.p94 .bar {
  -webkit-transform: rotate(338.4deg);
  -moz-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  -o-transform: rotate(338.4deg);
  transform: rotate(338.4deg);
}
.c100.p95 .bar {
  -webkit-transform: rotate(342deg);
  -moz-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  -o-transform: rotate(342deg);
  transform: rotate(342deg);
}
.c100.p96 .bar {
  -webkit-transform: rotate(345.6deg);
  -moz-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  -o-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}
.c100.p97 .bar {
  -webkit-transform: rotate(349.2deg);
  -moz-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  -o-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}
.c100.p98 .bar {
  -webkit-transform: rotate(352.8deg);
  -moz-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  -o-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}
.c100.p99 .bar {
  -webkit-transform: rotate(356.4deg);
  -moz-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  -o-transform: rotate(356.4deg);
  transform: rotate(356.4deg);
}
.c100.p100 .bar {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
  clip: rect(auto,auto,auto,auto);
}
.pie-fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.c100.p100 .bar:after,
.c100.p100 .fill {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.circle {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.c100 .slice,
.c100 .bar,
.c100 .fill,
.c100 .percent,
.c100 .percent:before {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition: all all 0.6s ease;
  -moz-transition: all all 0.6s ease;
  -ms-transition: all all 0.6s ease;
  -o-transition: all all 0.6s ease;
  transition: all all 0.6s ease;
}
.c100:hover .percent {
  color: #000;
}
.c100:hover .percent:before {
  background-color: #fff;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.c100:hover .bar,
.c100:hover .fill,
.c100:hover .slice {
  clip: rect(0px,154px,154px,0px);
}
.c100 {
  position: relative;
  font-size: 120px;
  width: 154px;
  height: 154px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-display: swap;
}
.c100 .percent {
  position: absolute;
  width: 150px;
  border: 2px solid rgba(0,0,0,0.4);
  border-radius: 50%;
  left: 0;
  top: 0;
  z-index: 0;
  line-height: 150px;
  font-size: 0.2em;
  color: #fff;
  display: block;
  white-space: nowrap;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-display: swap;
}
.c100 .percent th,
.c100 .percent tr,
.c100 .percent td {
  text-align: center;
}
.c100 .percent:before {
  content: "";
  background-color: #000;
  position: absolute;
  width: 117px;
  height: 117px;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  line-height: 117px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.c100 .slice {
  position: absolute;
  width: 154px;
  height: 154px;
  clip: rect(0px,154px,154px,77px);
}
.c100 .bar,
.c100 .fill {
  text-indent: 9999em;
}
.c100 .bar {
  position: absolute;
  border: 2px solid #fff;
  width: 150px;
  height: 150px;
  clip: rect(0px,77px,154px,0px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.c100 .fill {
  position: absolute;
  border: 2px solid #fff;
  width: 150px;
  height: 150px;
  clip: rect(0px,77px,154px,0px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#sp-main-body-wrapper.box-layout4 .btn-primary,
#sp-main-body-wrapper.box-layout4 button,
#sp-main-body-wrapper.box-layout4 input[type='submit'],
#sp-main-body-wrapper.box-layout4 input[type='button'],
#sp-main-body-wrapper.box-layout4 submit,
#sp-main-body-wrapper.box-layout4 .btn,
#sp-main-body-wrapper.box-layout4 .vina-button {
  border: 1px solid #e4e4e4 !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}
#sp-main-body-wrapper.box-layout4 h3.vina-title {
  font-family: Calibri;
  font-size: 32px;
  font-weight: normal;
  font-display: swap;
}
.module .vina-title {
  font-family: Calibri;
  font-size: 32px;
  font-weight: normal;
  display: inline-block;
  font-display: swap;
}
.our-project h3.header,
.our-project h3.vina-title,
.our-experience-inner h3.header,
.our-experience-inner h3.vina-title {
  display: inline-block;
  position: relative;
}
.our-project h3.header:after,
.our-project h3.vina-title:after,
.our-experience-inner h3.header:after,
.our-experience-inner h3.vina-title:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 40%;
  height: 2px;
  background: #fff;
  width: 20%;
}
#vina_about_us h3.vina-title {
  display: inline-block;
  position: relative;
}
#vina_about_us h3.vina-title:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 40%;
  height: 2px;
  background: #333;
  width: 20%;
}
h3.vina-title {
  text-transform: uppercase;
}
.bg-inner {
  position: relative;
  z-index: 1;
  padding: 40px 0px;
}
.vina-button,
.vina-button-2,
.vina-button-3 {
  padding: 10px 20px;
  text-transform: uppercase;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1) !important;
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1) !important;
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1) !important;
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1) !important;
  -webkit-transition: all all 0.5s ease;
  -moz-transition: all all 0.5s ease;
  -o-transition: all all 0.5s ease;
  transition: all all 0.5s ease;
  -webkit-transition: all all all 0.5s ease ease;
  -moz-transition: all all all 0.5s ease ease;
  -ms-transition: all all all 0.5s ease ease;
  -o-transition: all all all 0.5s ease ease;
  transition: all all all 0.5s ease ease;
}
.vina-button-2 {
  background: #323232 !important;
  color: #fff !important;
}
.vina-our-work,
.vina-clients,
.our-project,
.our-team,
.testimonials-partners {
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.vina-list-1 {
  padding-top: 30px;
}
.vina-list-1 .list-item {
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
.vina-list-1 .list-item .list-img {
  width: 140px;
  height: 140px;
  margin: 60px auto;
  position: relative;
  background-color: #323232;
  z-index: 0;
  -webkit-transition: all .3s linear .1s;
  -moz-transition: all .3s linear .1s;
  -o-transition: all .3s linear .1s;
  transition: all .3s linear .1s;
  -webkit-transition: all all .3s linear .1s ease;
  -moz-transition: all all .3s linear .1s ease;
  -ms-transition: all all .3s linear .1s ease;
  -o-transition: all all .3s linear .1s ease;
  transition: all all .3s linear .1s ease;
}
.vina-list-1 .list-item .list-img i {
  color: #fff;
  font-size: 50px;
  line-height: 140px;
  padding: 0px;
  display: block;
  -webkit-transition: all .3s linear .1s;
  -moz-transition: all .3s linear .1s;
  -o-transition: all .3s linear .1s;
  transition: all .3s linear .1s;
  -webkit-transition: all all .3s linear .1s ease;
  -moz-transition: all all .3s linear .1s ease;
  -ms-transition: all all .3s linear .1s ease;
  -o-transition: all all .3s linear .1s ease;
  transition: all all .3s linear .1s ease;
  font-display: swap;
}
.vina-list-1 .list-item h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 10px 0;
  font-display: swap;
}
.vina-list-1 .list-item p {
  font-size: 13px;
  font-display: swap;
}
.vina-list-1 .list-item:hover .list-img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.vina-list-1 .list-item:hover .list-img i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.vina-list-1 .list-item:hover h3 {
  -webkit-animation: moveFromLeft 500ms ease;
  -moz-animation: moveFromLeft 500ms ease;
  animation: moveFromLeft 500ms ease;
}
.vina-list-1 .list-item:hover p {
  -webkit-animation: moveFromRight 500ms ease;
  -moz-animation: moveFromRight 500ms ease;
  animation: moveFromRight 500ms ease;
}
.vina-list-2 {
  margin-top: 30px;
  padding: 0px 30px 30px;
}
.vina-list-2 .list-col {
  width: 50%;
  margin: 0;
  float: left;
}
.vina-list-2 .list-left {
  float: left;
  border-right: 2px solid #cfcfcf;
}
.vina-list-2 .list-left-item,
.vina-list-2 .list-right-item {
  cursor: pointer;
  padding: 20px 0px;
}
.vina-list-2 .list-left-item .list-2-img,
.vina-list-2 .list-right-item .list-2-img {
  width: 70px;
  height: 70px;
  margin: 15px 40px 0px;
  text-align: center;
  position: relative;
}
.vina-list-2 .list-left-item .list-2-img:before,
.vina-list-2 .list-right-item .list-2-img:before {
  content: "";
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  z-index: 1;
  background: #323232;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all all 0.5s ease;
  -moz-transition: all all 0.5s ease;
  -ms-transition: all all 0.5s ease;
  -o-transition: all all 0.5s ease;
  transition: all all 0.5s ease;
}
.vina-list-2 .list-left-item .list-2-img i,
.vina-list-2 .list-right-item .list-2-img i {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 35px;
  line-height: 18px;
  padding: 27px 0px;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all all 0.5s ease;
  -moz-transition: all all 0.5s ease;
  -ms-transition: all all 0.5s ease;
  -o-transition: all all 0.5s ease;
  transition: all all 0.5s ease;
  font-display: swap;
}
.vina-list-2 .list-left-item h3,
.vina-list-2 .list-right-item h3 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0;
  font-display: swap;
}
.vina-list-2 .list-left-item p,
.vina-list-2 .list-right-item p {
  font-size: 13px;
  font-display: swap;
}
.vina-list-2 .list-left-item:hover .list-2-img:before,
.vina-list-2 .list-right-item:hover .list-2-img:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.vina-list-2 .list-left-item {
  float: right;
  text-align: right;
}
.vina-list-2 .list-left-item .list-2-img {
  float: right;
}
.vina-list-2 .list-left-item:hover h3 {
  -webkit-animation: moveFromLeft 500ms ease;
  -moz-animation: moveFromLeft 500ms ease;
  animation: moveFromLeft 500ms ease;
}
.vina-list-2 .list-left-item:hover p {
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  animation: moveFromBottom 500ms ease;
}
.vina-list-2 .list-right-item {
  float: left;
  text-align: left;
}
.vina-list-2 .list-right-item .list-2-img {
  float: left;
}
.vina-list-2 .list-right-item:hover h3 {
  -webkit-animation: moveFromRight 500ms ease;
  -moz-animation: moveFromRight 500ms ease;
  animation: moveFromRight 500ms ease;
}
.vina-list-2 .list-right-item:hover p {
  -webkit-animation: moveFromRight 500ms ease;
  -moz-animation: moveFromRight 500ms ease;
  animation: moveFromRight 500ms ease;
}
#vina_services .title {
  text-align: center;
}
#vina_services .title th,
#vina_services .title tr,
#vina_services .title td {
  text-align: center;
}
#sp-our-price-wrapper {
  padding: 40px 0px;
}
.module.our-price .sp_strong h3.header span {
  background-image: none !important;
}
.our-price {
  text-align: center;
}
.our-price th,
.our-price tr,
.our-price td {
  text-align: center;
}
.our-price > p {
  margin-bottom: 60px;
}
.our-price .price-item {
  background: #fff;
  border-bottom: 2px solid #d7d7d7;
}
.our-price .price-item h3 {
  color: #fff;
  background: #323232;
  padding: 20px 20px 40px 20px;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all all 0.5s ease;
  -moz-transition: all all 0.5s ease;
  -ms-transition: all all 0.5s ease;
  -o-transition: all all 0.5s ease;
  transition: all all 0.5s ease;
}
.our-price .price-item h3 sub {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.our-price .price-item ul {
  padding: 0px 20px;
  margin: 30px 0px;
  overflow: hidden;
}
.our-price .price-item ul li {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.our-price .price-item ul li.buy {
  border-bottom: none;
  margin: 20px 0px;
}
.our-price .price-item .vina-button-2 {
  display: block;
}
.vina-our-work {
  color: #fff;
  text-align: center;
}
.vina-our-work h3.vina-title {
  color: #fff;
  position: relative;
}
.vina-our-work p {
  margin: 0 0 10px;
}
.vina-our-work .list-work {
  padding: 30px 0px;
}
.vina-our-work .list-work .work-item {
  min-height: 200px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all all 0.5s ease;
  -moz-transition: all all 0.5s ease;
  -ms-transition: all all 0.5s ease;
  -o-transition: all all 0.5s ease;
  transition: all all 0.5s ease;
  background: #fff;
  color: #444444;
}
.vina-our-work .list-work .work-item .item-img {
  padding: 44px 0px;
  width: 100%;
}
.vina-our-work .list-work .work-item .item-img i {
  font-size: 50px;
  font-display: swap;
}
.vina-our-work .list-work .work-item .item-img h3 {
  font-size: 20px;
  font-weight: normal;
  font-display: swap;
}
.vina-our-work .list-work .work-item .item-info {
  display: none;
  padding: 25px 0px;
}
.vina-our-work .list-work .work-item .item-info h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-display: swap;
}
.vina-our-work .list-work .work-item:hover {
  color: #fff;
}
.vina-our-work .list-work .work-item:hover h3 {
  color: #fff;
}
.vina-our-work .list-work .work-item:hover .item-img {
  display: none;
  -webkit-animation: moveFromLeft 500ms ease;
  -moz-animation: moveFromLeft 500ms ease;
  animation: moveFromLeft 500ms ease;
}
.vina-our-work .list-work .work-item:hover .item-info {
  display: block;
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  animation: moveFromBottom 500ms ease;
}
#sp-our-price-wrapper {
  padding: 40px 0px;
}
.our-price {
  text-align: center;
}
.our-price th,
.our-price tr,
.our-price td {
  text-align: center;
}
.our-price > p {
  margin-bottom: 60px;
}
.our-price .price-item {
  background: #fff;
  border-bottom: 2px solid #d7d7d7;
}
.our-price .price-item h3 {
  color: #fff;
  background: #323232;
  padding: 20px 20px 40px 20px;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all all 0.5s ease;
  -moz-transition: all all 0.5s ease;
  -ms-transition: all all 0.5s ease;
  -o-transition: all all 0.5s ease;
  transition: all all 0.5s ease;
}
.our-price .price-item h3 sub {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.our-price .price-item ul {
  padding: 0px 20px;
  margin: 30px 0px;
  overflow: hidden;
}
.our-price .price-item ul li {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.our-price .price-item ul li.buy {
  border-bottom: none;
  margin: 20px 0px;
}
.our-price .price-item .vina-button-2 {
  display: block;
}
#sp-testimonials-partners-wrapper {
  margin: 30px 0 0;
  color: #fff;
}
.testimonials-partners h3.vina-title {
  color: #fff;
}
.testimonials-partners #carousel-testimonials .carousel-control {
  background-color: #fff !important;
  border: medium none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  bottom: 0px;
  color: #323232;
  font-size: 20px;
  height: 25px;
  line-height: 20px;
  opacity: 1;
  top: auto;
  width: 25px;
  background-image: none !important;
  font-display: swap;
}
.testimonials-partners #carousel-testimonials .carousel-control.left i,
.testimonials-partners #carousel-testimonials .carousel-control.right i {
  display: block;
}
.testimonials-partners #carousel-testimonials .carousel-control i {
  line-height: 25px;
}
.testimonials-partners #carousel-testimonials .carousel-control.left {
  left: 24px;
}
.testimonials-partners #carousel-testimonials .carousel-control.right {
  left: 51px;
}
.testimonials-partners .testimonial-item .test-img {
  float: left;
}
.testimonials-partners .testimonial-item .test-text {
  float: left;
  width: 65%;
  position: relative;
  margin-left: 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.testimonials-partners .testimonial-item .test-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.3;
}
.testimonials-partners .testimonial-item .test-text >div {
  padding: 13px 20px;
  position: relative;
  float: left;
}
.testimonials-partners .testimonial-item .test-text >div:before {
  border: 8px solid #fff;
  border-left-color: transparent;
  border-top-color: transparent;
  left: -16px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 30px;
  width: 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.testimonials-partners .testimonial-item .test-text >div h4 {
  color: #fff;
  font-size: 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #fff;
  float: left;
  font-display: swap;
}
.testimonials-partners .testimonial-item .test-text >div p {
  line-height: 20px;
  float: left;
  width: 100%;
}
.testimonials-partners .our-partners #carousel-partners {
  width: 100%;
  float: left;
  text-align: center;
  padding: 19px 0px;
  position: relative;
}
.testimonials-partners .our-partners #carousel-partners:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.testimonials-partners .our-partners ul {
  margin: 0;
  padding: 0;
}
.testimonials-partners .our-partners ul li {
  float: left;
  width: 29%;
  margin: 0 2%;
}
.testimonials-partners .our-partners .carousel-control {
  background: #fff !important;
  font-size: 20px;
  top: 50%;
  color: #323232;
  opacity: 1;
  width: 30px;
  height: 30px;
  line-height: 26px;
  font-display: swap;
}
.testimonials-partners .our-partners .carousel-control i {
  line-height: 30px;
}
.testimonials-partners .our-partners .carousel-control.left {
  left: -15px;
}
.testimonials-partners .our-partners .carousel-control.right {
  right: -15px;
}
.vina-button-3 {
  background: none !important;
  color: #e67c8e !important;
  border: 1px solid #e4e4e4;
  display: inline-block;
}
#vina_about_us {
  text-align: center;
}
#vina_about_us th,
#vina_about_us tr,
#vina_about_us td {
  text-align: center;
}
#vina_about_us .vina-title {
  text-align: center;
  padding-bottom: 46px;
  margin-bottom: 48px;
}
#vina_about_us .row-fluid {
  text-align: left;
}
#vina_about_us .about-content {
  margin-bottom: 15px;
  width: 100%;
  float: left;
}
#vina_about_us .about-content h4 {
  font-family: Calibri;
  font-weight: normal;
  font-size: 30px;
  margin-top: 0px;
  font-display: swap;
}
.about-img {
  width: 100%;
  min-height: 350px;
}
.about-img p {
  display: none;
}
.about-img {
  background: url(../images/about-1.png) no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}
#sp-our-team-wrapper {
  padding: 40px 0 0;
  text-align: center;
}
#sp-our-team-wrapper th,
#sp-our-team-wrapper tr,
#sp-our-team-wrapper td {
  text-align: center;
}
#sp-our-team-wrapper .module .sp_strong h3.header span {
  padding: 0;
  margin-bottom: 0;
  background-image: none;
}
#sp-our-team-wrapper .bg-inner {
  padding: 0;
}
.team-item {
  color: #666;
}
.team-item a {
  color: #666;
}
.team-item .team-info {
  padding: 15px 0 0;
}
.team-item .person-info {
  line-height: 20px;
}
.team-item .person-info h4 {
  font-family: Calibri;
  font-weight: normal;
  font-size: 20px;
  font-display: swap;
}
.team-social-link ul {
  display: inline-block;
  margin: 0;
}
.team-social-link ul li {
  float: left;
}
.our-team .team-item .team-img {
  text-align: center;
}
.our-team .team-item .team-img th,
.our-team .team-item .team-img tr,
.our-team .team-item .team-img td {
  text-align: center;
}
.our-team .team-item .team-img img {
  width: 210px;
  height: 210px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.our-team .team-item .team-social-link {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition: all all 0.6s ease;
  -moz-transition: all all 0.6s ease;
  -ms-transition: all all 0.6s ease;
  -o-transition: all all 0.6s ease;
  transition: all all 0.6s ease;
}
.our-team .team-item .team-social-link ul li a {
  position: relative;
  margin: 5px;
  padding: 7px 12px;
  border: 1px solid #a3a3a3;
  font-size: 18px;
  display: block;
  color: #a3a3a3;
  z-index: 1;
  font-display: swap;
}
.our-team .team-item .team-social-link ul li a.facebook {
  padding: 7px 15px;
}
.our-team .team-item .person-info p.text-muted {
  font-weight: bold;
}
.our-team .team-item:hover .team-social-link {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: moveFromLeft 500ms ease;
  -moz-animation: moveFromLeft 500ms ease;
  animation: moveFromLeft 500ms ease;
}
.team-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.team-title h4 {
  font-weight: normal;
  font-size: 15px;
  color: #fff;
  position: relative;
  padding: 10px;
  margin: 0;
  z-index: 1;
  font-display: swap;
}
.team-title h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: -1;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#sp-our-project-wrapper {
  padding: 0;
  text-align: center;
  background: #f9f9f9;
}
.our-project h3.vina-title {
  color: #666;
  text-align: center;
}
.our-project h3.vina-title th,
.our-project h3.vina-title tr,
.our-project h3.vina-title td {
  text-align: center;
}
.our-project .item .span4 {
  overflow: hidden;
  position: relative;
}
.our-project .item .span4 img {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition: all all 0.6s ease;
  -moz-transition: all all 0.6s ease;
  -ms-transition: all all 0.6s ease;
  -o-transition: all all 0.6s ease;
  transition: all all 0.6s ease;
}
.our-project .item .span4 .project-content {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition: all all 0.6s ease;
  -moz-transition: all all 0.6s ease;
  -ms-transition: all all 0.6s ease;
  -o-transition: all all 0.6s ease;
  transition: all all 0.6s ease;
}
.our-project .item .span4 .project-content p {
  color: #fff;
}
.our-project .item .span4:hover img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.our-project .item .span4:hover .project-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  animation: moveFromBottom 500ms ease;
}
.our-project .carousel,
.our-team .carousel {
  width: 100%;
  float: left;
}
.our-project .carousel .carousel-control,
.our-team .carousel .carousel-control {
  background: #000;
  font-size: 30px;
  top: 45%;
  color: #fff;
  width: 30px;
  height: 30px;
  font-display: swap;
}
.our-project .carousel .carousel-control.left,
.our-team .carousel .carousel-control.left {
  left: -22px;
}
.our-project .carousel .carousel-control.right,
.our-team .carousel .carousel-control.right {
  right: -22px;
}
.our-project .carousel .carousel-control:hover,
.our-team .carousel .carousel-control:hover {
  opacity: 1;
  color: #fff;
}
#vina_services h3.vina-title,
.vina-our-work h3.vina-title,
.our-project h3.vina-title,
.our-price h3.vina-title,
#sp-our-team h3.vina-title {
  display: inline-block;
  position: relative;
  padding-bottom: 46px;
  margin-bottom: 48px;
}
#vina_services h3.vina-title:after,
.vina-our-work h3.vina-title:after,
.our-project h3.vina-title:after,
.our-price h3.vina-title:after,
#sp-our-team h3.vina-title:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 40%;
  height: 2px;
  width: 20%;
}
.our-price .sp_strong h3.header span {
  margin: 0 !important;
  padding: 0 !important;
}
#vina_services h3.vina-title:after,
.our-project h3.vina-title:after,
.our-price h3.vina-title:after,
#sp-our-team h3.vina-title:after {
  background: #666;
}
.vina-our-work h3.vina-title:after {
  background: #fff;
}
ul.gallery {
  margin: -1px !important;
}
.gallery-filters {
  margin-bottom: 30px;
}
.gallery-filters a.btn {
  padding: 4px 20px;
  border: 1px solid #e4e4e4 !important;
  background-color: #fff;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
}
ul.gallery .item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
}
ul.gallery .item .item-info .item-img {
  background-position: center center;
  margin: 0;
  display: block;
  overflow: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
}
ul.gallery .item .item-info .item-img img {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition: all all 0.6s ease;
  -moz-transition: all all 0.6s ease;
  -ms-transition: all all 0.6s ease;
  -o-transition: all all 0.6s ease;
  transition: all all 0.6s ease;
}
ul.gallery .item .gallery-info {
  position: absolute;
  top: 0;
  opacity: 0 !important;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  width: 100%;
  height: 100%;
  color: #fff;
  -webkit-transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
  -moz-transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
  -o-transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
  transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition: all all 0.6s ease;
  -moz-transition: all all 0.6s ease;
  -ms-transition: all all 0.6s ease;
  -o-transition: all all 0.6s ease;
  transition: all all 0.6s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-display: swap;
}
ul.gallery .item .gallery-info .gallery-info-wrapper {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 55%;
  -webkit-transform: translate(0px,-50%);
  -moz-transform: translate(0px,-50%);
  -ms-transform: translate(0px,-50%);
  -o-transform: translate(0px,-50%);
  transform: translate(0px,-50%);
}
ul.gallery .item .gallery-info .link-wrapper {
  margin-bottom: 10px;
}
ul.gallery .item .gallery-info .link-wrapper a {
  vertical-align: middle;
  border: 1px solid #fff;
  display: inline-block;
  line-height: 38px;
  width: 38px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
ul.gallery .item .gallery-info .link-wrapper a > i {
  line-height: 38px;
}
ul.gallery .item .gallery-info .link-wrapper a > i:before {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-display: swap;
}
ul.gallery .item .gallery-info .info h3.title {
  font-size: 18px;
  margin: 0;
  font-display: swap;
}
ul.gallery .item:hover .item-img img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
ul.gallery .item:hover .gallery-info {
  opacity: 1 !important;
  -webkit-transform: rotate3d(1,0,0,0deg);
  -moz-transform: rotate3d(1,0,0,0deg);
  -o-transform: rotate3d(1,0,0,0deg);
  transform: rotate3d(1,0,0,0deg);
  background: rgba(0,0,0,0.5);
}
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.flex-container a:hover,
.flex-container a:focus,
.flex-slider a:hover,
.flex-slider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0,0,0,0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0,0,0,0.2);
  box-shadow: '' 0 1px 4px rgba(0,0,0,0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel ul.slides li {
  margin-right: 16px;
  padding: 5px 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0,0,0,0.8);
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  font-display: swap;
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
  font-display: swap;
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0,0,0,0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0,0,0,0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
ul.level-0 >li.first .sp-submenu .megacol {
  float: left;
}
ul.level-0 >li.first .sp-submenu .megacol .sp-menu .menu-item {
  padding: 10px;
  text-align: center;
}
ul.level-0 >li.first .sp-submenu .megacol .sp-menu .menu-item th,
ul.level-0 >li.first .sp-submenu .megacol .sp-menu .menu-item tr,
ul.level-0 >li.first .sp-submenu .megacol .sp-menu .menu-item td {
  text-align: center;
}
ul.level-0 >li.first .sp-submenu .megacol .sp-menu .menu-item span.menu .menu-image {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition: all all 0.6s ease;
  -moz-transition: all all 0.6s ease;
  -ms-transition: all all 0.6s ease;
  -o-transition: all all 0.6s ease;
  transition: all all 0.6s ease;
}
ul.level-0 >li.first .sp-submenu .megacol .sp-menu .menu-item span.menu span.menu-title {
  margin-top: 15px;
  display: block;
}
ul.level-0 >li.first .sp-submenu .megacol .sp-menu .menu-item:hover span.menu .menu-image {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.box-layout2 #sp-main-menu ul.level-0 > li,
.box-layout3 #sp-main-menu ul.level-0 > li {
  background-image: none;
}
/*#sp-main-menu-wrapper.box-layout3 #sp-main-menu ul.level-0 li a {
  font-size: 16px;
  font-family: 'Noto Sans';
  font-display: swap;
}*/
#sp-main-menu-wrapper.box-layout3 #sp-main-menu ul.level-0 > li.parent >a span.menu:after {
  right: 0px;
}
#sp-main-menu-wrapper.box-layout3 #sp-main-menu div.sp-menu-group a.sp-menu-group {
  font-size: 15px;
  font-display: swap;
}
#sp-main-menu-wrapper.box-layout3 #sp-main-menu li li:not(.sp-menu-group) a {
  font-size: 13px;
  padding: 10px 4px;
  text-transform: uppercase;
  font-display: swap;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  background: url(../images/border_menu.png) right center no-repeat;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  -webkit-transition: all all 200ms ease;
  -moz-transition: all all 200ms ease;
  -ms-transition: all all 200ms ease;
  -o-transition: all all 200ms ease;
  transition: all all 200ms ease;
}
#sp-main-menu ul.level-0 > li:last-child {
  background-image: none;
}
#sp-main-menu ul.level-0 > li >a {
  font-size: 14px !important;
  display: block;
  margin: 0;
  padding: 12px 16px;
  color: #fff;
  text-transform: uppercase;
  background-position: 100% 50% no-repeat;
  font-display: swap;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  color: #999;
  display: block;
  font-display: swap;
}
#sp-main-menu ul.level-0 > li:hover >a,
#sp-main-menu ul.level-0 > li.active >a {
  background: url(../images/arrow_menu.png) 50% 100% no-repeat;
}
#sp-main-menu ul.level-0 > li:hover.parent >a span.menu:after,
#sp-main-menu ul.level-0 > li.active.parent >a span.menu:after {
  display: none;
}
#sp-main-menu ul.level-0 > li.parent >a span.menu:after {
  position: absolute;
  right: 5px;
  font-family: FontAwesome;
  content: "\f0d7";
  font-size: 16px;
  padding-right: 3px;
  font-display: swap;
}
#sp-main-menu li #menu-button {
  display: none !important;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  border-top: 1px solid #eee;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  -webkit-transition: all all 200ms ease;
  -moz-transition: all all 200ms ease;
  -ms-transition: all all 200ms ease;
  -o-transition: all all 200ms ease;
  transition: all all 200ms ease;
}
#sp-main-menu li li:not(.sp-menu-group):first-child {
  border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 10px;
  color: #666;
  font-display: swap;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  position: relative;
  padding-right: 20px;
  display: block;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 15px;
  font-display: swap;
}
#sp-main-menu li li:not(.sp-menu-group):hover,
#sp-main-menu li li:not(.sp-menu-group).active {
  background: #f5f5f5;
}
#sp-main-menu div.sp-menu-group {
  margin: 10px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eee;
  color: #444;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
  text-transform: uppercase;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 0px 0 0;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  font-display: swap;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module h4 {
  font-size: 14px;
  font-display: swap;
}
.megacol .megacol.col1 {
  margin-right: 20px;
}
.sp-submenu {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  margin-top: 30px;
  -webkit-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -moz-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -o-transition: margin 100ms, visibility 100ms, opacity 100ms;
  transition: margin 100ms, visibility 100ms, opacity 100ms;
  -webkit-transition: all margin 100ms, visibility 100ms, opacity 100ms ease;
  -moz-transition: all margin 100ms, visibility 100ms, opacity 100ms ease;
  -ms-transition: all margin 100ms, visibility 100ms, opacity 100ms ease;
  -o-transition: all margin 100ms, visibility 100ms, opacity 100ms ease;
  transition: all margin 100ms, visibility 100ms, opacity 100ms ease;
}
.sp-submenu.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  -webkit-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -moz-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -o-transition: margin 300ms, visibility 300ms, opacity 300ms;
  transition: margin 300ms, visibility 300ms, opacity 300ms;
  -webkit-transition: all margin 300ms, visibility 300ms, opacity 300ms ease;
  -moz-transition: all margin 300ms, visibility 300ms, opacity 300ms ease;
  -ms-transition: all margin 300ms, visibility 300ms, opacity 300ms ease;
  -o-transition: all margin 300ms, visibility 300ms, opacity 300ms ease;
  transition: all margin 300ms, visibility 300ms, opacity 300ms ease;
  background: #fff;
}
.sp-submenu.open a {
  color: #666;
}
.sp-submenu .sp-submenu-wrap {
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: '' 0 3px 5px 0 rgba(0,0,0,.2) 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' 0 3px 5px 0 rgba(0,0,0,.2) 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' 0 3px 5px 0 rgba(0,0,0,.2) 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' 0 3px 5px 0 rgba(0,0,0,.2) 1px 2px rgba(0,0,0,0.1);
}
.sp-submenu .megacol {
  float: left;
}
.sp-submenu.sub-level-child {
  margin-left: 30px;
  margin-top: 0;
}
.sp-submenu.sub-level-child.open {
  margin-left: 0px;
}
.sp-mobile-menu ul li {
  background: rgba(0,0,0,0.9);
}
.sp-mobile-menu ul li:last-child {
  margin-bottom: 10px;
}
.close-menu {
  padding: 5px 10px;
  line-height: 26px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  font-display: swap;
}
.vina-menu {
  position: absolute !important;
  right: 10px;
  top: 4px;
  padding: 8px 16px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: auto !important;
  margin: 0 !important;
}
.vina-menu:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  outline: none;
}
.vina-menu-small {
  position: absolute !important;
  right: 5px;
  top: 5px;
  padding: 3px 8px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: auto !important;
  margin: 0 !important;
}
.vina-menu-small:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  outline: none;
}
.ltr .sp-submenu {
  left: 0;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl #sp-main-menu {
  float: right;
}
.rtl #sp-main-menu ul.level-0 > li:hover >a:after,
.rtl #sp-main-menu ul.level-0 > li.active >a:after {
  margin: 0 -10px 0 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu {
  padding: 0 10px;
  padding-right: 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu:after {
  right: inherit;
  left: 0;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  right: inherit;
  left: 10px;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  padding-right: 0;
  padding-left: 20px;
}
.menu-fixed {
  top: 0;
  width: 100%;
  -webkit-animation: fadeInDown 900ms;
  -moz-animation: fadeInDown 900ms;
  animation: fadeInDown 900ms;
}
.fixed .hidden-desktop {
  display: none;
}
.jshop h1 {
  margin-top: 0px;
  font-size: 16px;
  font-display: swap;
}
.jshop label {
  margin: 0px;
  display: inline;
}
.jshop .total {
  font-weight: bold;
}
.jshop .product_list_hr {
  height: 1px;
  border-top: 1px solid #aaa;
  margin-bottom: 10px;
}
.jshop .weightorder {
  text-align: right;
  margin-top: 3px;
}
.jshop .shippingfree {
  text-align: right;
  margin-top: 3px;
}
.jshop .price_prod_qty_list .qty_line {
  padding-left: 5px;
  padding-right: 5px;
}
.jshop .price_prod_qty_list .qty_price {
  padding-left: 5px;
  font-weight: bold;
}
.jshop .price_prod_qty_list .qty_price span.per_piece {
  font-weight: normal;
}
.jshop .old_price {
  text-decoration: line-through;
  font-style: normal;
}
.jshop .list_product_demo {
  padding-top: 10px;
}
.jshop .list_product_demo .download {
  padding-left: 5px;
}
.jshop .not_available {
  color: red;
  margin-top: 10px;
}
.jshop .product_label {
  position: absolute;
  margin-left: -5px;
  margin-top: -5px;
}
.jshop .product_label .label_name {
  font-weight: bold;
  color: #950000;
}
.jshop .downlod_order_invoice {
  float: right;
}
.jshop .order_payment_params {
  padding-top: 3px;
  font-size: 11px;
  font-display: swap;
}
.jshop .input_type_radio {
  margin-right: 10px;
  white-space: nowrap;
  display: inline-block;
}
.jshop .groups_list .title {
  width: 150px;
}
.jshop td.attributes_title {
  width: 100px;
}
.jshop span.attributes_description {
  font-style: italic;
  display: block;
}
.jshop span.freeattribut_description {
  font-style: italic;
  display: block;
}
.jshop span.extra_fields_description {
  font-style: italic;
}
.jshop .prod_attr_img {
  vertical-align: top;
}
.jshop .cart .product_name {
  text-align: left;
}
.jshop .prod_qty_input input {
  width: 20px;
}
table.jshop {
  border-collapse: collapse;
  border: 0px;
  width: 100%;
}
table.jshop td {
  vertical-align: top;
}
#jshop_menu_order {
  margin-bottom: 10px;
  border: 1px solid #616161;
}
td.jshop_order_step {
  padding: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  vertical-align: middle;
}
.jshop_order_step a {
  vertical-align: top;
  text-decoration: underline;
  font-size: 12px;
  font-display: swap;
}
.table_order_list {
  background-color: #F8F8F9;
  border: 1px solid #333333;
  width: 100%;
}
img.jshop_img_thumb {
  padding: 1px;
  text-align: center;
  border: 1px solid #eee;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  cursor: pointer;
}
div.jshop_prod_description {
  padding-top: 10px;
  padding-bottom: 10px;
}
div.jshop_prod_attributes {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
td.jshop_img_description {
  vertical-align: top;
  text-align: left;
  padding-left: 10px;
}
.jshop_subtotal .value {
  text-align: right;
  white-space: nowrap;
  width: 12%;
}
.jshop_subtotal .name {
  padding-right: 10px;
  text-align: right;
  width: 88%;
}
.jshop_subtotal .free_discount {
  font-size: 11px;
  font-display: swap;
}
.related_header {
  margin-top: 20px;
  border-bottom: 0px;
  font-weight: bold;
}
.td_1 {
  text-align: left;
  font-weight: bold;
}
.td_2 {
  text-align: right;
  font-weight: bold;
}
.jshop_pagination {
  text-align: center;
}
div.jshop_register {
  width: 80%;
  text-align: left;
  padding: 10px;
  padding-left: 0px;
}
div.jshop_register .inputbox {
  width: 240px;
}
.jshop_register .name {
  width: 215px;
}
.register_block .jshop_register .name {
  width: 120px;
}
.editaccount_block .jshop_register .name {
  width: 165px;
}
span.small_header {
  padding-bottom: 3px;
  margin: 0px;
  display: block;
  font-size: 13px;
  font-weight: bold;
  font-display: swap;
}
span.jshop_error {
  color: red;
  font-weight: bold;
  font-size: 14px;
  display: block;
  font-display: swap;
}
span.text_pay_without_reg {
  display: block;
  padding-bottom: 10px;
}
a.policy {
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
}
.jshop_payment_method {
  padding-left: 20px;
}
#active_step {
  font-weight: bold;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
#order_add_info {
  height: 70px;
}
p.jshop_cart_attribute {
  padding-left: 10px;
  font-weight: bold;
  font-style: italic;
  font-size: 11px;
  margin-top: 1px;
  margin-bottom: 4px;
  font-display: swap;
}
p.jshop_cart_extra_field {
  padding-left: 10px;
  font-weight: bold;
  font-style: italic;
  font-size: 11px;
  margin-top: 1px;
  margin-bottom: 4px;
  font-display: swap;
}
.jshop_price {
  color: #950000;
}
span.attr {
  font-weight: bold;
  font-style: italic;
  font-size: 10px;
  font-display: swap;
}
span.review {
  font-weight: bold;
  margin-top: 20px;
  display: block;
}
.review_text_not_login {
  margin-top: 10px;
  font-style: italic;
}
textarea.jshop {
  border: 1px solid #b0b1b2;
}
tr.reviews td {
  padding-bottom: 15px;
}
td.reviews {
  padding-left: 45px;
}
#mxcpr {
  padding-top: 20px;
  text-align: right;
  display: block;
}
#mxcpr a {
  font-size: 9px;
  font-display: swap;
}
.jshop_code_prod {
  color: #999;
  font-weight: normal;
  font-size: 12px;
  font-display: swap;
}
.jshop_list_product .block_product {
  padding-bottom: 20px;
}
.jshop_list_product .jshop .old_price {
  text-decoration: line-through;
  font-style: normal;
  padding-bottom: 1px;
}
.jshop_list_product .jshop .not_available {
  margin-top: 4px;
}
.jshop_list_product .product td {
  vertical-align: top;
}
.jshop_list_product .product .image {
  padding-right: 5px;
}
.jshop_list_product .product .name {
  padding-top: 2px;
}
.jshop_list_product .product .description {
  font-size: 11px;
  padding-bottom: 5px;
  font-display: swap;
}
.jshop_list_product .product .buttons {
  padding-top: 2px;
}
.jshop_list_product .product div.count_commentar {
  text-align: center !important;
}
.jshop_list_product .product .taxinfo {
  font-size: 11px;
  font-display: swap;
}
.jshop_list_product .jshop_related {
  padding-bottom: 5px;
}
.jshop_list_product .box_products_sorting {
  padding-right: 5px;
}
.jshop_list_product .box_products_sorting img {
  cursor: pointer;
}
.jshop_list_product .margin_filter {
  height: 8px;
}
.jshop_list_product .box_manufacrurer {
  padding-right: 5px;
  white-space: nowrap;
}
.jshop_list_product .box_category {
  padding-right: 5px;
  white-space: nowrap;
}
.jshop_list_product .filter_price {
  padding-right: 5px;
  white-space: nowrap;
}
.jshop_list_product .box_price_from {
  padding-right: 3px;
}
.jshop_list_product .clear_filter {
  font-size: 10px;
  padding-left: 5px;
  font-display: swap;
}
.jshop_list_product .product .plusshippinginfo,
.jshop_list_product .product .plusshippinginfo a {
  font-size: 11px;
  font-display: swap;
}
.productfull .vina_price {
  padding: 12px 0;
}
.productfull #block_price {
  font-size: 24px;
  font-weight: bold;
  font-display: swap;
}
.productfull .old_price span {
  font-size: 18px;
  margin-right: 8px;
  font-display: swap;
}
.productfull .taxinfo {
  font-size: 11px;
  font-display: swap;
}
.productfull .plusshippinginfo {
  font-size: 11px;
  font-display: swap;
}
.productfull .plusshippinginfo a {
  font-size: 11px;
  font-display: swap;
}
.productfull .prod_buttons {
  margin: 20px 0px;
}
.productfull .prod_buttons .buttons {
  padding-left: 10px;
}
.productfull div.prod_url {
  text-align: right !important;
}
.productfull .image_middle {
  width: 100px;
}
.productfull .manufacturer_name {
  padding-bottom: 10px;
}
.productfull .prod_free_attribs {
  padding-bottom: 10px;
}
.productfull .price_prod_qty_list {
  margin-bottom: 10px;
}
.productfull .button_back {
  padding-top: 10px;
}
.productfull .text_zoom {
  padding-bottom: 5px;
  padding-top: 3px;
}
.productfull .text_zoom img {
  float: left;
  padding-right: 5px;
}
.productfull a.lightbox:hover {
  color: #000 !important;
}
.jshop_subtotal .plusshippinginfo,
.jshop_subtotal .plusshippinginfo a {
  font-size: 11px;
  font-display: swap;
}
.jshop_list_manufacturer .manufacturer td {
  vertical-align: top;
}
.jshop_list_manufacturer .manufacturer .image {
  padding-right: 5px;
}
.shipping_weight_to_price {
  margin-left: 24px;
  margin-top: 5px;
  border: 1px solid #000;
}
.shipping_weight_to_price .price {
  padding-left: 5px;
}
span.prod_attr_img {
  padding-left: 5px;
}
span.prod_attr_img img {
  width: 20px;
  height: 20px;
}
.radio_attr_label img {
  width: 20px;
  height: 20px;
}
.review_header {
  margin-top: 20px;
  font-weight: bold;
  border-bottom: 1px solid #999;
}
.review_item {
  border-bottom: 1px dotted #999999;
  padding: 10px;
  padding-left: 0px;
}
.review_user {
  font-weight: bold;
}
.review_text {
  padding-top: 2px;
  padding-bottom: 2px;
}
.review_mark {
  color: #333333;
  height: 18px;
}
#jshop_review_write .inputbox {
  width: 90%;
  margin: 0;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transition: all none ease;
  -moz-transition: all none ease;
  -ms-transition: all none ease;
  -o-transition: all none ease;
  transition: all none ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.stars_no_active {
  height: 16px;
  background-image: url(../images/star.gif) !important;
  background-repeat: repeat-x;
  background-position: 0px 0px;
}
.stars_active {
  height: 16px;
  background-image: url(../images/star.gif) !important;
  background-repeat: repeat-x;
  background-position: 0px -32px !important;
}
div.star-rating a {
  background: url(../images/star.gif) no-repeat 0 0px !important;
}
div.star-rating-hover a {
  background: url(../images/star.gif) no-repeat 0 -32px !important;
}
div.rating-cancel.star-rating-hover a {
  background: url(../images/delete.gif) no-repeat 0 -16px !important;
}
div.star-rating-on a {
  background-position: 0 -16px !important;
}
.vendordetailinfo .name {
  width: 130px;
}
.requiredtext {
  padding-bottom: 10px;
  color: #A00;
  font-size: 11px;
  font-display: swap;
}
.jshop_profile_data {
  margin-bottom: 10px;
}
.jshop_profile_data .name {
  font-weight: bold;
}
.jshop_profile_data span {
  font-weight: bold;
}
.jshop_profile_data span.subinfo {
  font-size: 10px;
  font-display: swap;
}
.jshop_profile_data .jshop_user_group_info {
  font-size: 10px;
  font-display: swap;
}
.jshop_menu_level_0,
.jshop_menu_level_0_a {
  margin-top: 3px;
  margin-bottom: 3px;
}
.jshop_menu_level_1,
.jshop_menu_level_1_a {
  padding-left: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.jshop_menu_level_2,
.jshop_menu_level_2_a {
  padding-left: 20px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.jshop_menu_level_0_a a,
.jshop_menu_level_1_a a,
.jshop_menu_level_2_a a {
  font-weight: bold !important;
}
.label_products .block_item {
  margin-bottom: 10px;
}
.top_rating .block_item {
  margin-bottom: 10px;
}
.bestseller_products .block_item {
  margin-bottom: 10px;
}
.latest_products .block_item {
  margin-bottom: 10px;
}
.random_products .block_item {
  margin-bottom: 10px;
}
.jshop_filters .filter_price {
  padding-right: 5px;
}
.jshop_filters .clear_filter {
  display: block;
  font-size: 10px;
  font-display: swap;
}
.jshop_button_print {
  width: 30px;
  float: right;
  padding-top: 3px;
  text-align: right;
}
.extra_fields .extra_fields_group {
  font-weight: bold;
  padding-top: 3px;
}
.filter_characteristic .characteristic_name {
  padding-top: 5px;
}
.filter_characteristic .characteristic_group {
  font-weight: bold;
  padding-top: 5px;
}
.jshop_img_description #list_product_image_thumb {
  display: block;
}
.jshop_categ {
  margin-bottom: 20px;
}
.jshop_prod_cart {
  margin-bottom: 20px;
}
.box_price_to #price_to {
  width: 180px;
}
.box_price_from #price_from {
  width: 180px;
}
.module {
  margin-top: 30px;
}
.module:first-child {
  margin-top: 0;
}
.module h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: normal;
  font-display: swap;
}
.module.highlighted,
.module.orange,
.module.dark,
.module.green,
.module.maroon,
.module.blue,
.module.gray,
.module.pink,
.module.red {
  padding: 20px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  -webkit-box-shadow: '' 0 1px 5px rgba(0,0,0,0.6) inset 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' 0 1px 5px rgba(0,0,0,0.6) inset 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' 0 1px 5px rgba(0,0,0,0.6) inset 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' 0 1px 5px rgba(0,0,0,0.6) inset 1px 2px rgba(0,0,0,0.1);
}
.module.highlighted h3,
.module.orange h3,
.module.dark h3,
.module.green h3,
.module.maroon h3,
.module.blue h3,
.module.gray h3,
.module.pink h3,
.module.red h3 {
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #fff;
  color: #fff;
}
.module.orange {
  background: #f89406;
}
.module.orange a {
  color: #B66B00;
}
.module.orange a:hover {
  color: #6F4100;
}
.module.dark {
  background: #000;
}
.module.dark a {
  color: #777;
}
.module.dark a:hover {
  color: #888;
}
.module.green {
  background: #46a546;
}
.module.green a {
  color: #63E063;
}
.module.green a:hover {
  color: #43F043;
}
.module.maroon {
  background: #F35D34;
}
.module.maroon a {
  color: #B4300D;
}
.module.maroon a:hover {
  color: #C93F19;
}
.module.blue {
  background: #049cdb;
}
.module.blue a {
  color: #47C9FF;
}
.module.blue a:hover {
  color: #0073A3;
}
.module.gray {
  background: #555;
}
.module.gray a {
  color: #999;
}
.module.gray a:hover {
  color: #777;
}
.module.pink {
  background: #c3325f;
}
.module.pink a {
  color: #FF5C8F;
}
.module.pink a:hover {
  color: #FA2E6E;
}
.module.red {
  background: #9d261d;
}
.module.red a {
  color: #EE4538;
}
.module.red a:hover {
  color: #DA3F33;
}
.sp-dropcap {
  overflow: hidden;
}
.sp-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
  font-display: swap;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
  font-display: swap;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
img.pull-left,
.pull-left > img {
  margin-right: 15px;
}
img.pull-right,
.pull-right > img {
  margin-left: 15px;
}
.rtl img.pull-left,
.rtl .pull-left > img {
  margin-left: 15px;
}
.rtl img.pull-right,
.rtl .pull-right > img {
  margin-right: 15px;
}
.sp-blocknumber {
  position: relative;
  min-height: 45px;
}
.sp-blocknumber span {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sp-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sp-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span {
  left: 0;
}
.rtl .sp-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span {
  right: 0;
}
.sp-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sp-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sp-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sp-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sp-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sp-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left,
.ltr [class*=" icon-"].pull-left {
  margin-right: .3em;
}
.ltr [class^="icon-"].pull-right,
.ltr [class*=" icon-"].pull-right {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-left,
.rtl [class*=" icon-"].pull-left {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
  margin-right: .3em;
}
@media (max-width: 319px) {
  .responsive .vina-camera-slider .camera_caption.text_caption {
    left: 0px !important;
  }
  .responsive #sp-advanced-search .btn,
  .responsive #sp-advanced-search .button {
    width: 45px;
  }
  .responsive #sp-bottom-link-follow-wrapper #sp-follow .news-form .email {
    max-width: 130px;
  }
  .responsive .custom.custom_tabs_product ul.nav-pills li {
    width: 100%;
  }
  .responsive .custom.custom_tabs_product ul.nav-pills li a {
    width: 100%;
    margin: 2px 0;
    box-sizing: border-box;
    border-right: 0px;
    text-align: center;
  }
  .responsive .custom.custom_tabs_product ul.nav-pills li a th,
  .responsive .custom.custom_tabs_product ul.nav-pills li a tr,
  .responsive .custom.custom_tabs_product ul.nav-pills li a td {
    text-align: center;
  }
  .responsive .gallery-filters {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .responsive .gallery-filters a {
    float: left;
    width: 100%;
    margin-bottom: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .responsive .form-list input.inputbox,
  .responsive .form-list select.inputbox {
    width: 175px;
  }
  .responsive div.jshop_register .input-box .inputbox,
  .responsive .jshop_register .input-box input,
  .responsive .jshop_register .input-box select {
    width: 215px;
  }
  .responsive .module.mod_latest_blog_layout2 h3.header span,
  .responsive .module.mod_new_products h3.header span,
  .responsive .module.tabs_product_layout2 h3.header span {
    font-size: 20px;
    font-display: swap;
  }
  .responsive .module.style-layout2 .vina-carousel-content.owl-theme .owl-controls .owl-prev,
  .responsive .module.style-layout2 .vina-carousel-content.owl-theme .owl-controls .owl-next,
  .responsive .moduletable.style-layout2 .vina-carousel-content.owl-theme .owl-controls .owl-prev,
  .responsive .moduletable.style-layout2 .vina-carousel-content.owl-theme .owl-controls .owl-next,
  .responsive .module.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev,
  .responsive .module.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-next,
  .responsive .moduletable.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev,
  .responsive .moduletable.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-next {
    top: -68px;
  }
  .responsive .tabs_product_layout2 .moduletable.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev,
  .responsive .tabs_product_layout2 .moduletable.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-next {
    top: -228px !important;
  }
  .responsive .module.style-layout2 .vina-carousel-content.owl-theme .owl-controls .owl-prev,
  .responsive .module.style-layout2 .vina-carousel-content.owl-theme .owl-controls .owl-next,
  .responsive .moduletable.style-layout2 .vina-carousel-content.owl-theme .owl-controls .owl-prev,
  .responsive .moduletable.style-layout2 .vina-carousel-content.owl-theme .owl-controls .owl-next,
  .responsive .module.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev,
  .responsive .module.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-next,
  .responsive .moduletable.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev,
  .responsive .moduletable.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-next,
  .responsive .tabs_product_layout2 .moduletable.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev,
  .responsive .tabs_product_layout2 .moduletable.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-next {
    left: auto;
    width: 30px !important;
    height: 30px !important;
  }
  .responsive .module.style-layout2 .vina-carousel-content.owl-theme .owl-controls .owl-prev,
  .responsive .moduletable.style-layout2 .vina-carousel-content.owl-theme .owl-controls .owl-prev,
  .responsive .module.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev,
  .responsive .moduletable.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev,
  .responsive .tabs_product_layout2 .moduletable.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev {
    right: 50px;
    background: #f1f1f1 url(../images/btn-slider.png) -5px -5px no-repeat !important;
  }
  .responsive .module.style-layout2 .vina-carousel-content.owl-theme .owl-controls .owl-next,
  .responsive .moduletable.style-layout2 .vina-carousel-content.owl-theme .owl-controls .owl-next,
  .responsive .module.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-next,
  .responsive .moduletable.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-next,
  .responsive .tabs_product_layout2 .moduletable.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-next {
    right: 10px;
    background: #e5e5e5 url(../images/btn-slider.png) 90% -5px no-repeat !important;
  }
  .responsive #sp-main-menu-wrapper.box-layout3 .search_layout3 .vina_search input {
    max-width: 115px;
  }
  .responsive #sp-main-body-wrapper.box-layout4 h3.vina-title {
    font-size: 22px;
    font-display: swap;
  }
  .responsive .tell-phone {
    font-size: 11px;
    font-display: swap;
  }
  .responsive .banner-bottom-inner {
    text-align: center !important;
    width: 100% !important;
  }
  .responsive .banner-bottom-inner .pull-left {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .responsive .vina-camera-slider .camera_caption.text_caption h2.title,
  .responsive .vina-camera-slider .camera_caption.text_caption h3.subtitle {
    font-size: 20px;
    font-display: swap;
  }
  .responsive .vina-camera-slider .camera_caption.text_caption .intro subtitle {
    font-size: 16px;
    font-display: swap;
  }
  .responsive .vina-camera-slider .camera_caption.text_caption .link {
    margin-top: 5px;
  }
  .responsive .vina-camera-slider .camera_caption.text_caption .link a {
    font-size: 10px !important;
    padding: 1px 10px !important;
    font-display: swap;
  }
  .responsive .module.camera_slider_layout3 .vina-camera-slider .camera_wrap .camera_caption h3.subtitle {
    font-size: 17px !important;
    font-display: swap;
  }
  .responsive .module.camera_slider_layout3 .vina-camera-slider .camera_wrap .camera_caption .intro {
    display: none !important;
  }
  .responsive .module.camera_slider_layout4 .vina-camera-slider .camera_caption {
    display: none !important;
  }
  .responsive .custom_tabs_product ul.nav-pills li {
    width: 50%;
    padding: 2px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .responsive .custom_tabs_product ul.nav-pills li a {
    width: 100%;
    border-right: 0px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .responsive .custom_tabs_product ul.nav-pills li a th,
  .responsive .custom_tabs_product ul.nav-pills li a tr,
  .responsive .custom_tabs_product ul.nav-pills li a td {
    text-align: center;
  }
  .responsive .custom_tabs_product .tab_btn ul.nav li a {
    font-size: 13px;
    font-display: swap;
  }
  .responsive .tab_btn ul.nav {
    background: #fff !important;
  }
  .responsive .tabs_product_layout2 .moduletable.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-prev,
  .responsive .tabs_product_layout2 .moduletable.style-layout2 .vina-carousel-jshopping.owl-theme .owl-controls .owl-next {
    top: -224px !important;
  }
  .responsive .module.tabs_product_layout2 .tab_btn ul.nav li {
    width: 50%;
    padding-bottom: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .responsive .module.tabs_product_layout2 .tab_btn ul.nav li a {
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .responsive .module.tabs_product_layout2 .tab_btn ul.nav li a th,
  .responsive .module.tabs_product_layout2 .tab_btn ul.nav li a tr,
  .responsive .module.tabs_product_layout2 .tab_btn ul.nav li a td {
    text-align: center;
  }
  .responsive .sp-mobile-menu.nav-collapse ul li a {
    font-size: 13px;
    font-display: swap;
  }
  .responsive .sp-mobile-menu.nav-collapse ul li.menu-item {
    position: relative;
    padding: 0 5px;
  }
  .responsive .sp-mobile-menu.nav-collapse ul li.menu-item span.sp-menu-toggler {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
  }
  .responsive .close-menu {
    padding: 5px !important;
  }
  .responsive #comments-form textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .responsive .gallery-filters.btn-group>.btn,
  .responsive .gallery-filters .btn-group>.dropdown-menu,
  .responsive .gallery-filters .btn-group>.popover {
    font-size: 10px !important;
    font-display: swap;
  }
  .responsive .gallery-filters input[type='submit'],
  .responsive .gallery-filters button,
  .responsive .gallery-filters .btn,
  .responsive .gallery-filters .vina-button {
    padding: 5px !important;
  }
  .responsive #sp-main-menu-wrapper.box-layout3 #sp-phone .module.mod_jshopping_cart_ext {
    width: 100%;
    margin: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .responsive #sp-main-menu-wrapper.box-layout3 #sp-phone .module.mod_jshopping_cart_ext th,
  .responsive #sp-main-menu-wrapper.box-layout3 #sp-phone .module.mod_jshopping_cart_ext tr,
  .responsive #sp-main-menu-wrapper.box-layout3 #sp-phone .module.mod_jshopping_cart_ext td {
    text-align: center;
  }
  .responsive #sp-main-menu-wrapper.box-layout3 #sp-phone .module #jshop_module_cart {
    margin-top: 10px;
    float: none;
    border-left: 0px;
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .module.vina-our-video .video-info {
    font-size: 10px !important;
    line-height: 20px;
    font-display: swap;
  }
  .responsive .module.vina-our-video .video-info i {
    padding: 0px 10px !important;
  }
  .responsive .vina-list-2 {
    padding: 0px 10px 30px;
  }
  .responsive .vina-list-2 .list-left-item,
  .responsive .vina-list-2 .list-right-item {
    float: none;
    text-align: center;
    width: 100%;
  }
  .responsive .vina-list-2 .list-left-item .list-2-img,
  .responsive .vina-list-2 .list-right-item .list-2-img {
    float: none;
    display: inline-block;
  }
}
@media (max-width: 599px) {
  .responsive .row-offcanvas-right
		.sidebar-offcanvas {
    right: -80%;
  }
  .responsive .row-offcanvas-left
		.sidebar-offcanvas {
    left: -80%;
  }
  .responsive .row-offcanvas-right.active {
    right: 80%;
  }
  .responsive .row-offcanvas-left.active {
    left: 80%;
  }
  .responsive .sidebar-offcanvas {
    width: 80%;
  }
  .responsive #lightbox-container-image-box {
    width: 250px !important;
    height: auto !important;
  }
  .responsive #lightbox-container-image-data-box {
    width: 230px !important;
    position: relative;
    z-index: 0;
  }
  .responsive #lightbox-container-image {
    background-color: #fff;
  }
  .responsive #lightbox-nav-btnNext,
  .responsive #lightbox-nav-btnPrev {
    height: 100% !important;
  }
}
@media (max-width: 767px) {
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    padding: 0 10px;
    max-width: 480px;
    min-width: 200px;
  }
  .responsive #sp-logo {
    text-align: center;
  }
  .responsive #sp-logo th,
  .responsive #sp-logo tr,
  .responsive #sp-logo td {
    text-align: center;
  }
  .responsive #sp-advanced-search .vina_search {
    float: none;
    margin: 0 auto;
  }
  .responsive #sp-top1 {
    text-align: center;
  }
  .responsive #sp-top1 th,
  .responsive #sp-top1 tr,
  .responsive #sp-top1 td {
    text-align: center;
  }
  .responsive #id_currency {
    float: none;
    margin: 0 auto;
  }
  .responsive #sp-top1 .chzn-container {
    float: none;
    width: 100% !important;
  }
  .responsive #sp-top1 .chzn-container.chzn-container-single .chzn-single {
    float: none;
    margin: auto;
    width: 52px !important;
  }
  .responsive #sp-top1 .chzn-container.chzn-with-drop .chzn-drop {
    right: 0;
    margin: -2px auto 0 !important;
  }
  .responsive .custom_vina-language .btn-group {
    width: 100%;
  }
  .responsive .custom_vina-language ul.dropdown-menu {
    right: 0;
    margin: 2px auto 0;
    width: 140px;
  }
  .responsive .vina-who-online,
  .responsive .top_menu ul {
    text-align: center;
  }
  .responsive .vina-who-online th,
  .responsive .vina-who-online tr,
  .responsive .vina-who-online td,
  .responsive .top_menu ul th,
  .responsive .top_menu ul tr,
  .responsive .top_menu ul td {
    text-align: center;
  }
  .responsive .module.account {
    float: none;
    margin: 0;
    text-align: center;
  }
  .responsive .module.account th,
  .responsive .module.account tr,
  .responsive .module.account td {
    text-align: center;
  }
  .responsive .module.account h3.header:after {
    float: none;
  }
  .responsive .module.account .mod-wrapper {
    display: inline-block;
    position: relative;
  }
  .responsive .sp-mobile-menu ul li a {
    font-size: 14px;
    font-display: swap;
  }
  .responsive .banner-top {
    text-align: center;
  }
  .responsive .banner-top th,
  .responsive .banner-top tr,
  .responsive .banner-top td {
    text-align: center;
  }
  .responsive .banner,
  .responsive .banner.effect-apollo {
    float: none !important;
  }
  .responsive #sp-feature-wrapper {
    padding: 20px 0;
  }
  .responsive #sp-feature-wrapper #feature h1 {
    font-size: 200%;
    line-height: 200%;
    font-display: swap;
  }
  .responsive #sp-feature-wrapper #feature p {
    font-size: 100%;
    font-display: swap;
  }
  .responsive #sp-feature-wrapper #feature .btn {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 5px;
    font-display: swap;
  }
  .responsive #sp-user1,
  .responsive #sp-user2,
  .responsive #sp-user3 {
    margin-bottom: 30px;
  }
  .responsive .tab_btn ul.nav {
    background-color: #fff;
  }
  .responsive .tab_btn ul.nav.nav-pills>li>a {
    margin-bottom: 5px;
  }
  .responsive #sp-left .module .custom,
  .responsive #sp-right .module .custom {
    text-align: center;
  }
  .responsive #sp-left .module .custom th,
  .responsive #sp-left .module .custom tr,
  .responsive #sp-left .module .custom td,
  .responsive #sp-right .module .custom th,
  .responsive #sp-right .module .custom tr,
  .responsive #sp-right .module .custom td {
    text-align: center;
  }
  .responsive #sp-left .module .custom .banner,
  .responsive #sp-right .module .custom .banner {
    float: none !important;
  }
  .responsive .vina-ticker-jshopping .text-block h4 {
    margin-top: 10px;
    margin-bottom: 5px;
    display: inline-block;
  }
  .responsive #sp-right {
    margin-top: 20px;
  }
  .responsive .top_hits_products .block_item {
    text-align: center;
  }
  .responsive .top_hits_products .block_item th,
  .responsive .top_hits_products .block_item tr,
  .responsive .top_hits_products .block_item td {
    text-align: center;
  }
  .responsive .top_hits_products .block_item .item_inner {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .responsive .blog .items-row .item {
    margin-bottom: 30px;
  }
  .responsive .top_hits_products .block_item .item_inner .vina_content {
    padding-left: 0px;
    margin-top: 10px;
    text-align: center;
  }
  .responsive .review_mark .stars_no_active {
    margin: 2px auto;
  }
  .responsive .top_hits_products .block_item .item_inner .review_mark .stars_no_active {
    margin: 2px auto;
  }
  .responsive .vina-ticker-jshopping {
    text-align: center;
  }
  .responsive .vina-ticker-jshopping th,
  .responsive .vina-ticker-jshopping tr,
  .responsive .vina-ticker-jshopping td {
    text-align: center;
  }
  .responsive .custom .follow_block .news_letter,
  .responsive .custom .follow_block .link_social {
    margin-top: 20px;
  }
  .responsive #sp-footer1 {
    text-align: center;
  }
  .responsive #sp-footer1 th,
  .responsive #sp-footer1 tr,
  .responsive #sp-footer1 td {
    text-align: center;
  }
  .responsive .block_sorting_count_to_page .box_products_sorting,
  .responsive .block_sorting_count_to_page .box_products_count_to_page {
    display: none;
    text-align: center;
  }
  .responsive .block_sorting_count_to_page .box_products_sorting th,
  .responsive .block_sorting_count_to_page .box_products_sorting tr,
  .responsive .block_sorting_count_to_page .box_products_sorting td,
  .responsive .block_sorting_count_to_page .box_products_count_to_page th,
  .responsive .block_sorting_count_to_page .box_products_count_to_page tr,
  .responsive .block_sorting_count_to_page .box_products_count_to_page td {
    text-align: center;
  }
  .responsive .block_sorting_count_to_page .box_products_count_to_page {
    margin-top: 5px;
  }
  .responsive #list_product_image_thumb img {
    float: left;
    width: 25%;
    margin: 10px 0;
  }
  .responsive .gallery-filters.btn-group>.btn,
  .responsive .gallery-filters .btn-group>.dropdown-menu,
  .responsive .gallery-filters .btn-group>.popover {
    font-size: 12px;
    font-display: swap;
  }
  .responsive .gallery-filters input[type='submit'],
  .responsive .gallery-filters button,
  .responsive .gallery-filters .btn,
  .responsive .gallery-filters .vina-button {
    padding: 4px 12px;
  }
  .responsive ul.gallery .item .gallery-info .info,
  .responsive ul.gallery .item .gallery-info .caption-content {
    display: none;
  }
  .responsive ul.gallery .item .gallery-info .link-wrapper {
    margin-bottom: 0px;
  }
  .responsive ul.gallery .item .gallery-info .link-wrapper a {
    line-height: 20px;
    width: 20px;
  }
  .responsive ul.gallery .item .gallery-info .link-wrapper a > i {
    font-size: 10px;
    line-height: 20px;
    font-display: swap;
  }
  .responsive ul.gallery .item .gallery-info .link-wrapper a > i:before {
    font-size: 10px;
    font-display: swap;
  }
  .responsive div.jshop table.cart th {
    font-size: 10px;
    font-display: swap;
  }
  .responsive div.jshop table.cart td {
    padding: 20px 5px 10px;
  }
  .responsive div.jshop table.cart td.product_name a {
    font-size: 10px;
    font-display: swap;
  }
  .responsive .login-users {
    display: inline-block;
    margin-top: 30px;
  }
  .responsive .jshop.account-login .content,
  .responsive .jshop.account-logout .content {
    min-height: 250px;
  }
  .responsive .vina-camera-slider .camera_caption {
    left: 50px !important;
    top: 10% !important;
    width: 380px !important;
  }
  .responsive .vina-camera-slider .camera_wrap .camera_caption.image_caption {
    display: none !important;
  }
  .responsive .module.camera_slider_layout3 .vina-camera-slider .camera_wrap .camera_caption h2.title,
  .responsive .module.camera_slider_layout3 .vina-camera-slider .camera_wrap .camera_caption h3.subtitle {
    font-size: 16px;
    font-display: swap;
  }
  .responsive .module.camera_slider_layout3 .vina-camera-slider .camera_wrap .camera_caption h2.title {
    margin: 5px 0;
  }
  .responsive .module.camera_slider_layout3 .vina-camera-slider .camera_wrap .camera_caption h3.subtitle {
    margin-bottom: 10px;
  }
  .responsive .module.camera_slider_layout3 .vina-camera-slider .camera_wrap .camera_caption .intro {
    font-size: 10px;
    line-height: 14px;
    font-display: swap;
  }
  .responsive .module.camera_slider_layout3 .vina-camera-slider .camera_wrap .camera_caption .link {
    margin-top: 10px;
  }
  .responsive .module.camera_slider_layout3 .vina-camera-slider .camera_wrap .camera_caption .link a {
    font-size: 10px !important;
    padding: 2px 10px !important;
    font-display: swap;
  }
  .responsive .module.camera_slider_layout3 .vina-camera-slider .camera_wrap .camera_caption.image_caption {
    left: 420px !important;
    top: 10% !important;
  }
  .responsive .module.camera_slider_layout3 .vina-camera-slider .camera_caption .link a {
    font-size: 12px !important;
    padding: 4px 14px !important;
    font-display: swap;
  }
  .responsive #sp-banner-top-layout2 {
    margin-top: 20px;
  }
  .responsive #sp-banner-top-wrapper {
    padding-top: 0px;
  }
  .responsive .tabs_product_layout2 .tab_btn ul.nav li a {
    font-size: 14px;
    padding: 13px 10px !important;
    font-display: swap;
  }
  .responsive #sp-top-wrapper.top-layout3 #sp-top1 > div.custom {
    float: none;
  }
  .responsive #sp-top-wrapper.top-layout3 #sp-top1 > div.custom .tell-phone {
    background-image: none;
  }
  .responsive #sp-top-wrapper.top-layout3 #sp-top2 {
    text-align: center;
  }
  .responsive #sp-top-wrapper.top-layout3 #sp-top2 th,
  .responsive #sp-top-wrapper.top-layout3 #sp-top2 tr,
  .responsive #sp-top-wrapper.top-layout3 #sp-top2 td {
    text-align: center;
  }
  .responsive #sp-top-wrapper.top-layout3 #sp-top2 .module.account {
    display: inline-block;
    float: none;
    margin-right: 0px;
  }
  .responsive #sp-top-wrapper.top-layout3 #sp-top2 .module.account h3.header:after {
    float: none;
  }
  .responsive .custom .vina-purchase {
    padding: 20px 0;
  }
  .responsive .custom .vina-purchase h1,
  .responsive .custom .vina-purchase h2,
  .responsive .custom .vina-purchase h3,
  .responsive .custom .vina-purchase h4 {
    font-size: 16px;
    line-height: 30px;
    font-display: swap;
  }
  .responsive .custom .vina-purchase .vina-button {
    padding: 5px 12px;
  }
  .responsive .our-experience-inner .experience-content .item {
    width: 100%;
    margin-bottom: 10px;
  }
  .responsive .vina-accordion-content {
    display: inline-block;
    width: 100%;
    margin-bottom: 100px;
  }
  .responsive .our-partners .row-box {
    margin-bottom: 0px;
  }
  .responsive .our-partners .row-box > div,
  .responsive .our-partners .row-box .span4 {
    margin-bottom: 20px;
  }
  .responsive .module.vina-our-video {
    padding: 15px 0px;
  }
  .responsive .module.vina-our-video .video-info {
    font-size: 13px;
    font-display: swap;
  }
  .responsive .module.vina-our-video .video-info i {
    color: #fff;
    padding: 0px 20px;
  }
  .responsive .our-team .team-item {
    margin-bottom: 20px;
  }
  .responsive .module .sp_strong h3.header {
    font-size: 26px;
    font-display: swap;
  }
  .responsive .our-project .item .row-fluid > div {
    margin-bottom: 20px;
  }
  .responsive .vina-list-2 .list-col {
    width: 100%;
  }
  .responsive .vina-list-2 .list-left {
    border-right: 0px;
  }
  .responsive .vina-our-work .list-work .work-item {
    min-height: 186px;
    margin-bottom: 20px;
  }
  .responsive .vina-our-work .list-work .work-item .item-img {
    padding: 50px 0px;
  }
  .responsive .banner-bottom-content > div {
    text-align: center;
  }
  .responsive .banner-bottom-content > div th,
  .responsive .banner-bottom-content > div tr,
  .responsive .banner-bottom-content > div td {
    text-align: center;
  }
  .responsive .banner-bottom-inner {
    text-align: left;
    width: 300px;
    display: inline-block;
  }
}
@media (max-width: 979px) {
  .responsive .zoomContainer {
    display: none !important;
  }
  .responsive #sp-main-menu-wrapper [class*="span"] {
    width: auto;
    float: left;
  }
  .responsive #sp-main-menu-wrapper [class*="span"]#sp-menu {
    float: right;
  }
  .responsive .sp-mobile-menu ul .menu-item span .menu-image {
    display: none !important;
  }
  .responsive .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }
  .responsive .row-offcanvas-right {
    right: 0;
  }
  .responsive .row-offcanvas-left {
    left: 0;
  }
  .responsive .row-offcanvas-right
		.sidebar-offcanvas {
    right: -50%;
    left: auto;
  }
  .responsive .row-offcanvas-left
		.sidebar-offcanvas {
    left: -50%;
    right: auto;
  }
  .responsive .row-offcanvas-right.active {
    right: 50%;
  }
  .responsive .row-offcanvas-left.active {
    left: 50%;
  }
  .responsive .row-offcanvas-right.active
		.sidebar-offcanvas {
    right: 0%;
  }
  .responsive .row-offcanvas-left.active
		.sidebar-offcanvas {
    left: 0%;
  }
  .responsive .sidebar-offcanvas {
    position: fixed !important;
    top: 0 !important;
    width: 50%;
    height: auto;
    overflow-y: auto;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition: all all 0.6s ease;
    -moz-transition: all all 0.6s ease;
    -ms-transition: all all 0.6s ease;
    -o-transition: all all 0.6s ease;
    transition: all all 0.6s ease;
  }
  .responsive .sidebar-offcanvas ul {
    width: 100% !important;
  }
  .responsive #sp-logo,
  .responsive #sp-advanced-search {
    width: 100%;
    margin-left: 0;
  }
  .responsive #sp-advanced-search .vina_search {
    float: none;
    margin: 0 auto;
  }
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    background-position: center center;
  }
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    width: 100% !important;
  }
  .responsive .box-col {
    margin: 10px 0;
    background: #fff;
    text-align: center;
  }
  .responsive .box-col th,
  .responsive .box-col tr,
  .responsive .box-col td {
    text-align: center;
  }
  .responsive .box-col .box-col-inner,
  .responsive .box-col .banner-bottom-inner,
  .responsive .box-col .banner {
    float: none;
    display: inline-block;
  }
  .responsive .box-col.box-col-4 {
    background: #fff;
  }
  .responsive .vina-camera-slider .camera_caption h2.title,
  .responsive .vina-camera-slider .camera_caption h3.subtitle {
    font-size: 30px;
    font-display: swap;
  }
  .responsive .vina-camera-slider .camera_caption .link a {
    font-size: 12px !important;
    padding: 6px 15px !important;
    font-display: swap;
  }
  .responsive .vina-camera-slider .camera_wrap .camera_caption.image_caption {
    left: 250px !important;
    top: 20% !important;
  }
  .responsive .vina-camera-slider .camera_wrap .camera_caption.image_caption > div img {
    max-width: 250px !important;
  }
  .responsive #sp-our-testiminals-wrapper .carousel-control.right {
    right: 0px;
  }
  .responsive #sp-our-testiminals-wrapper .carousel-control.left {
    left: 0px;
  }
  .responsive .module.camera_slider_layout3 .vina-camera-slider .camera_wrap .camera_caption h2.title,
  .responsive .module.camera_slider_layout3 .vina-camera-slider .camera_wrap .camera_caption h3.subtitle {
    font-size: 22px;
    font-display: swap;
  }
  .responsive .module.camera_slider_layout3 .vina-camera-slider .camera_wrap .camera_caption .intro {
    font-size: 11px;
    font-display: swap;
  }
  .responsive .module.camera_slider_layout3 .vina-camera-slider .camera_wrap .camera_caption.image_caption {
    left: 420px !important;
    top: 10% !important;
  }
  .responsive .module.camera_slider_layout3 .vina-camera-slider .camera_caption .link a {
    font-size: 12px !important;
    padding: 4px 14px !important;
    font-display: swap;
  }
  .responsive .module.camera_slider_layout4 .vina-camera-slider .camera_wrap .camera_caption h3,
  .responsive .module.camera_slider_layout4 .vina-camera-slider .camera_wrap .camera_caption h4 {
    font-size: 30px;
    line-height: 20px;
    font-display: swap;
  }
  .responsive .module.camera_slider_layout4 .vina-camera-slider .camera_wrap .camera_caption p {
    font-size: 18px;
    line-height: 20px;
    margin-top: 15px;
    font-display: swap;
  }
  .responsive .module.camera_slider_layout4 .vina-camera-slider .camera_wrap .camera_caption .slide-btn a > span {
    padding: 5px 15px 5px 15px;
  }
  .responsive .box-col {
    margin: 0px;
  }
  .responsive .box-col-inner {
    margin-bottom: 0px !important;
    padding: 5px 10px !important;
    background: #fff;
  }
  .responsive .box-col-inner .pull-left {
    width: 100%;
  }
  .responsive .box-col-inner .media-body {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px !important;
    font-display: swap;
  }
  .responsive .box-layout3 .box-col {
    background: #fff;
  }
  .responsive #sp-main-menu-wrapper.box-layout3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .responsive #sp-main-menu-wrapper.box-layout3 #sp-menu {
    position: relative;
    width: 0;
  }
  .responsive #sp-main-menu-wrapper.box-layout3 #sp-phone {
    width: 100%;
    margin-left: 0;
    padding-left: 10px;
  }
  .responsive #sp-main-menu-wrapper.box-layout3 .mod_jshopping_cart_ext {
    float: left;
    margin-left: 10px;
  }
  .responsive #sp-main-menu-wrapper.box-layout3 .vina-menu {
    right: 10px;
    top: 7px;
  }
  .responsive .vina-purchase h1,
  .responsive .vina-purchase h2,
  .responsive .vina-purchase h3,
  .responsive .vina-purchase h4 {
    font-size: 20px;
    line-height: 36px;
    font-display: swap;
  }
  .responsive .vina-purchase .vina-button {
    padding: 8px 25px;
  }
  .responsive .follow_block .link_social {
    float: left;
    margin-top: 10px;
  }
  .responsive .vina-list-2 .list-left-item h3,
  .responsive .vina-list-2 .list-right-item h3 {
    font-size: 16px;
    font-display: swap;
  }
  .responsive .vina-list-2 .list-left-item p,
  .responsive .vina-list-2 .list-right-item p {
    padding: 0 10px;
  }
  .responsive .vina-our-work .list-work .work-item .item-info p {
    font-size: 13px;
    font-display: swap;
  }
  .responsive #vina_contact_us .vina-social ul li a {
    display: inline-block;
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .responsive #sp-main-menu ul.level-0 > li.parent >a {
    padding: 12px 10px 12px 10px;
  }
  .responsive #sp-main-menu ul.level-0 > li.parent >a span.menu:after {
    right: 3px;
    padding-right: 0px;
  }
  .responsive #sp-main-menu ul.level-0 > li >a {
    font-size: 13px !important;
    padding: 12px 8px;
    font-display: swap;
  }
  .responsive .vina-camera-slider .camera_wrap .camera_caption > div img {
    max-width: 400px !important;
  }
  .responsive .box-col-inner {
    margin-bottom: 13px;
    padding: 10px 10px;
  }
  .responsive .box-col-inner .media-body {
    font-size: 11px;
    line-height: 12px;
    font-display: swap;
  }
  .responsive .box-col-inner .media-body h3 {
    font: 13px/20px CalibriBold, arial;
    font-display: swap;
  }
  .responsive .module.camera_slider_layout3 .vina-camera-slider .camera_caption.image_caption {
    left: 490px !important;
  }
  .responsive .name a {
    font-size: 14px;
    font-display: swap;
  }
  .responsive .detailsRight .prod_buttons span.prod_qty_input input {
    min-width: 40px !important;
  }
  .responsive .detailsRight .prod_buttons span.btn_add,
  .responsive .detailsRight .prod_buttons span.btn_wishlist {
    padding: 6px 8px;
  }
  .responsive .detailsRight .prod_buttons span.btn_add input,
  .responsive .detailsRight .prod_buttons span.btn_wishlist input {
    font: normal 13px/20px CalibriRegular, Arial, Helvetica, sans-serif;
  	font-display: swap;
  }
  .responsive #sp-message-area .menu_checkout h3.header span {
    font: 16px/20px CalibriBold, arial;
    font-display: swap;
  }
  .responsive .module.mod_latest_blog_layout4 .vina-carousel-content.owl-theme .owl-controls .owl-prev {
    left: -30px;
  }
  .responsive .module.mod_latest_blog_layout4 .vina-carousel-content.owl-theme .owl-controls .owl-next {
    right: 0px;
  }
  .responsive .vina-list-2 .list-left-item p,
  .responsive .vina-list-2 .list-right-item p {
    font-size: 12px;
    font-display: swap;
  }
  .responsive #vina_contact_us .contact_block {
    margin-bottom: 8px;
  }
  .responsive #vina_contact_us .contact_block h3 {
    font-size: 20px !important;
    margin-bottom: 10px;
    font-display: swap;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .responsive .vina-list-2 .list-left-item p {
    padding: 0 150px 0 0;
  }
  .responsive .vina-list-2 .list-right-item p {
    padding: 0 0 0 150px;
  }
}
@media (min-width: 500px) and (max-width: 979px) {
  .responsive .vina-who-online p {
    font-size: 11px;
    font-display: swap;
  }
  .responsive #sp-top-wrapper.top-layout3 #sp-top1 >div.custom .tell-phone {
    margin-right: 5px;
    padding: 5px 5px 5px 10px;
  }
  .responsive .module.account h3.header,
  .responsive .module.account h3.header ul li a {
    font-size: 11px !important;
    font-display: swap;
  }
  .responsive #sp-top-wrapper.top-layout3 #sp-top1 >div.custom .tell-phone,
  .responsive #sp-top-wrapper.top-layout3 .chzn-container,
  .responsive #sp-top-wrapper.top-layout3 .custom_vina-language .btn-group>.btn,
  .responsive #sp-top-wrapper.box-layout4 #sp-top1 >div.custom .tell-phone,
  .responsive #sp-top-wrapper.box-layout4 .chzn-container,
  .responsive #sp-top-wrapper.box-layout4 .custom_vina-language .btn-group>.btn {
    font-size: 10px;
    font-display: swap;
  }
  .responsive #sp-top-wrapper.top-layout3 #id_currency.inputbox,
  .responsive #sp-top-wrapper.box-layout4 #id_currency.inputbox {
    font: 10px/20px CalibriRegular, Arial, Helvetica, sans-serif;
	font-display: swap;  
  }
  .responsive #sp-top-wrapper.top-layout3 #sp-top1 >div.custom,
  .responsive #sp-top-wrapper.box-layout4 #sp-top1 >div.custom {
    font: 10px/20px Open Sans, Arial, Helvetica, sans-serif;
  }
  .responsive #sp-bottom-wrapper h3.header {
    padding: 0 0 0 20px;
  }
  .responsive .tab_btn ul.nav li a {
    font-size: 13px;
    padding: 13px 10px !important;
    font-display: swap;
  }
  .responsive #sp-left h3.header,
  .responsive #sp-right h3.header {
    padding: 10px 0 10px 30px !important;
    background-position: 10px 50%;
  }
  .responsive .vina-ticker-jshopping .header-block .control-block span.up {
    right: 34px;
  }
  .responsive .vina-ticker-jshopping .header-block .control-block span.toggle {
    right: 20px;
  }
  .responsive .vina-ticker-jshopping .header-block .control-block span.toggle.et-run {
    right: 22px;
  }
  .responsive .vina-ticker-jshopping .header-block .control-block span.down {
    right: 10px;
  }
  .responsive .detailsRight .prod_buttons span {
    float: left;
  }
  .responsive .detailsRight .prod_buttons span.prod_qty {
    width: 20%;
  }
  .responsive .owl-carousel .owl-item {
    margin-left: 1px;
  }
  .responsive .vina-accordion-item p {
    font-size: 12px;
    font-display: swap;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .responsive #sp-bottom-wrapper h3.header {
    font-size: 13px;
    font-display: swap;
  }
  .responsive .box-layout3 #sp-logo,
  .responsive .box-layout3 #sp-advanced-search {
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .responsive .box-layout3 #sp-logo th,
  .responsive .box-layout3 #sp-logo tr,
  .responsive .box-layout3 #sp-logo td,
  .responsive .box-layout3 #sp-advanced-search th,
  .responsive .box-layout3 #sp-advanced-search tr,
  .responsive .box-layout3 #sp-advanced-search td {
    text-align: center;
  }
  .responsive #sp-left .module.bestseller_layout3 .vina-ticker-jshopping .header-block,
  .responsive #sp-left .module.latest_blog_layout3 .vina-ticker-content .header-block,
  .responsive #sp-right .module.bestseller_layout3 .vina-ticker-jshopping .header-block,
  .responsive #sp-right .module.latest_blog_layout3 .vina-ticker-content .header-block {
    padding: 4px 0;
  }
  .responsive #sp-left .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block,
  .responsive #sp-left .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block,
  .responsive #sp-right .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block,
  .responsive #sp-right .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block {
    padding: 15px 0;
  }
  .responsive #sp-left .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block span.up,
  .responsive #sp-left .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block span.down,
  .responsive #sp-left .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block span.up,
  .responsive #sp-left .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block span.down,
  .responsive #sp-right .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block span.up,
  .responsive #sp-right .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block span.down,
  .responsive #sp-right .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block span.up,
  .responsive #sp-right .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block span.down {
    width: 8px !important;
    background-size: 8px !important;
  }
  .responsive #sp-left .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block span.up,
  .responsive #sp-left .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block span.up,
  .responsive #sp-right .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block span.up,
  .responsive #sp-right .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block span.up {
    right: 35px !important;
  }
  .responsive #sp-left .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block span.down,
  .responsive #sp-left .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block span.down,
  .responsive #sp-right .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block span.down,
  .responsive #sp-right .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block span.down {
    right: 10px !important;
  }
  .responsive #sp-left .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block span.toggle.et-run,
  .responsive #sp-left .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block span.toggle.et-run,
  .responsive #sp-right .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block span.toggle.et-run,
  .responsive #sp-right .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block span.toggle.et-run {
    right: 22px !important;
  }
  .responsive #sp-left .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block span.toggle,
  .responsive #sp-left .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block span.toggle.et-run,
  .responsive #sp-left .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block span.toggle,
  .responsive #sp-left .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block span.toggle.et-run,
  .responsive #sp-right .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block span.toggle,
  .responsive #sp-right .module.bestseller_layout3 .vina-ticker-jshopping .header-block .control-block span.toggle.et-run,
  .responsive #sp-right .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block span.toggle,
  .responsive #sp-right .module.latest_blog_layout3 .vina-ticker-content .header-block .control-block span.toggle.et-run {
    width: 10px !important;
    background-size: 10px !important;
  }
  .responsive #sp-left .module.bestseller_layout3 h3.header,
  .responsive #sp-left .module.latest_blog_layout3 h3.header,
  .responsive #sp-right .module.bestseller_layout3 h3.header,
  .responsive #sp-right .module.latest_blog_layout3 h3.header {
    font-size: 16px !important;
    padding: 10px 0 10px 15px !important;
    font-display: swap;
  }
  .responsive #sp-left .module.bestseller_layout3 h3.header:before,
  .responsive #sp-left .module.latest_blog_layout3 h3.header:before,
  .responsive #sp-right .module.bestseller_layout3 h3.header:before,
  .responsive #sp-right .module.latest_blog_layout3 h3.header:before {
    margin-right: 10px;
  }
  .responsive .c100:hover .bar,
  .responsive .c100:hover .fill,
  .responsive .c100:hover .slice {
    clip: rect(0px,124px,124px,0px);
  }
  .responsive .c100 {
    width: 124px;
    height: 124px;
  }
  .responsive .c100 .percent {
    width: 120px;
    line-height: 120px;
  }
  .responsive .c100 .percent:before {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
  .responsive .c100 .slice {
    width: 124px;
    height: 124px;
    clip: rect(0px,124px,124px,62px);
  }
  .responsive .c100 .bar {
    width: 120px;
    height: 120px;
    clip: rect(0px,62px,124px,0px);
  }
  .responsive .c100 .fill {
    width: 120px;
    height: 120px;
    clip: rect(0px,62px,124px,0px);
  }
  .responsive .our-team .team-item .team-img img {
    width: 159px;
    height: 159px;
  }
  .responsive .our-team .team-item .person-info p {
    font-size: 13px;
    font-display: swap;
  }
  .responsive .testimonials-partners .testimonial-item .test-text {
    width: 60%;
  }
}
@media (min-width: 979px) and (max-width: 1200px) {
  .responsive .tab_btn ul.nav li a {
    padding: 13px 15px !important;
  }
  .responsive .box-layout3 #sp-phone {
    padding: 6px 0;
  }
  .responsive #sp-main-menu-wrapper.box-layout3 #sp-main-menu ul.level-0 li a {
    font-size: 12px !important;
    font-display: swap;
  }
  .responsive #sp-main-menu-wrapper.box-layout3 #sp-main-menu div.sp-menu-group a.sp-menu-group {
    font-size: 12px !important;
    font-display: swap;
  }
  .responsive #sp-main-menu-wrapper.box-layout3 #sp-main-menu li li:not(.sp-menu-group) a {
    font-size: 11px !important;
    font-display: swap;
  }
  .responsive .box-layout2 #sp-main-menu ul.level-0 > li >a,
  .responsive .main-menu-layout3 #sp-main-menu ul.level-0 > li >a {
    font-size: 12px !important;
    font-display: swap;
  }
  .responsive .box-layout3 #sp-main-menu ul.level-0 > li {
    padding: 0 1px 0 0;
  }
  .responsive .box-layout3 .search_layout3 .vina_search input {
    max-width: 140px;
  }
  .responsive .box-layout3 #jshop_module_cart {
    font-size: 11px;
    font-display: swap;
  }
  .responsive #sp-left .module.bestseller_layout3 .vina-ticker-jshopping .header-block,
  .responsive #sp-left .module.latest_blog_layout3 .vina-ticker-content .header-block,
  .responsive #sp-right .module.bestseller_layout3 .vina-ticker-jshopping .header-block,
  .responsive #sp-right .module.latest_blog_layout3 .vina-ticker-content .header-block {
    padding: 4px 0;
  }
  .responsive #sp-left .module.bestseller_layout3 h3.header,
  .responsive #sp-left .module.latest_blog_layout3 h3.header,
  .responsive #sp-right .module.bestseller_layout3 h3.header,
  .responsive #sp-right .module.latest_blog_layout3 h3.header {
    font-size: 18px !important;
    font-display: swap;
    padding: 10px 0 10px 20px !important;
  }
}
@media (max-width: 767px) {
  .responsive.ltr #sp-footer-wrapper #sp-footer2,
  .responsive.rtl #sp-footer-wrapper #sp-footer2 {
    text-align: center;
  }
  .responsive.ltr #sp-footer-wrapper #sp-footer2 th,
  .responsive.ltr #sp-footer-wrapper #sp-footer2 tr,
  .responsive.ltr #sp-footer-wrapper #sp-footer2 td,
  .responsive.rtl #sp-footer-wrapper #sp-footer2 th,
  .responsive.rtl #sp-footer-wrapper #sp-footer2 tr,
  .responsive.rtl #sp-footer-wrapper #sp-footer2 td {
    text-align: center;
  }
  .responsive.ltr #sp-footer-wrapper .helix-framework,
  .responsive.rtl #sp-footer-wrapper .helix-framework {
    float: none;
  }
}
.fixed .hidden-desktop {
  display: none;
}


.jshop_list_manufacturer .manufacturer { text-align:center; }
.jshop_category_description p {text-align: justify;}
.jshop_category_description img {margin:0 auto; text-align:center;display:block;}
.detailsRight .prod_buttons span.btn_add, .detailsRight .prod_buttons span.btn_wishlist { -webkit-border-radius:0px !important; -moz-border-radius:0px !important; border-radius:0px !important; -webkit-border-radius:0px !important; -moz-border-radius:0px !important; border-radius:0px !important; }
.detailsRight .prod_buttons span.btn_add {margin:5px 0px 0px 0px;}
.detailsRight .prod_buttons span.btn_wishlist {margin:5px 0px 0px 0px;}

.detailsRight .prod_buttons span.btn_add.btn_fast:before { content: "\f058";}
.detailsRight .prod_buttons span.btn_add.btn_fast input {width:auto;}


.text_pay_without_reg a { font-size:18px; }

p.displaydownload{text-align:center!important;}
a.displaydownload{display:inline-block;margin:10px;border:1px solid #bbb;}
