.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);
  }
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0,0);
    -webkit-transform-origin: 20% 20%;
  }
  to {
    -webkit-transform: scale(1,1);
  }
}
@-moz-keyframes zoom {
  from {
    -moz-transform: scale(0,0);
    -moz-transform-origin: 20% 20%;
  }
  to {
    -moz-transform: scale(1,1);
  }
}
@-ms-keyframes zoom {
  from {
    -ms-transform: scale(0,0);
    -ms-transform-origin: 20% 20%;
  }
  to {
    -ms-transform: scale(1,1);
  }
}
@-o-keyframes zoom {
  from {
    -o-transform: scale(0,0);
    -o-transform-origin: 20% 20%;
  }
  to {
    -o-transform: scale(1,1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0,0);
    transform-origin: 20% 20%;
  }
  to {
    transform: scale(1,1);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  12% {
    transform: rotate(-40deg);
  }
  24% {
    transform: rotate(-80deg);
  }
  38% {
    ransform: rotate(-40deg);
  }
  52% {
    transform: rotate(0deg);
  }
  62% {
    transform: rotate(40deg);
  }
  74% {
    transform: rotate(80deg);
  }
  86% {
    transform: rotate(40deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
  }
  12% {
    -moz-transform: rotate(-40deg);
  }
  24% {
    -moz-transform: rotate(-80deg);
  }
  38% {
    -moz-transform: rotate(-40deg);
  }
  52% {
    -moz-transform: rotate(0deg);
  }
  62% {
    -moz-transform: rotate(40deg);
  }
  74% {
    -moz-transform: rotate(80deg);
  }
  86% {
    -moz-transform: rotate(40deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  12% {
    -webkit-transform: rotate(-40deg);
  }
  24% {
    -webkit-transform: rotate(-80deg);
  }
  38% {
    -webkit-transform: rotate(-40deg);
  }
  52% {
    -webkit-transform: rotate(0deg);
  }
  62% {
    -webkit-transform: rotate(40deg);
  }
  74% {
    -webkit-transform: rotate(80deg);
  }
  86% {
    -webkit-transform: rotate(40deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-o-keyframes rotate {
  0% {
    -o-transform: rotate(0deg);
  }
  12% {
    -o-transform: rotate(-40deg);
  }
  24% {
    -o-transform: rotate(-80deg);
  }
  38% {
    -o-transform: rotate(-40deg);
  }
  52% {
    -o-transform: rotate(0deg);
  }
  62% {
    -o-transform: rotate(40deg);
  }
  74% {
    -o-transform: rotate(80deg);
  }
  86% {
    -o-transform: rotate(40deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@-ms-keyframes rotate {
  0% {
    -ms-transform: rotate(0deg);
  }
  12% {
    -ms-transform: rotate(-40deg);
  }
  24% {
    -ms-transform: rotate(-80deg);
  }
  38% {
    -ms-transform: rotate(-40deg);
  }
  52% {
    -ms-transform: rotate(0deg);
  }
  62% {
    -ms-transform: rotate(40deg);
  }
  74% {
    -ms-transform: rotate(80deg);
  }
  86% {
    -ms-transform: rotate(40deg);
  }
  100% {
    -ms-transform: rotate(0deg);
  }
}
.btn {
  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;
  *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);
}
.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;
}
.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);
}
.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;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.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;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -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;
}
.page-header {
  padding-bottom: 10px;
  margin: 0 0 20px;
}
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;
  box-shadow: none;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.homepage #sp-main-body-wrapper [class*="span"],
[class*="menu-slider"] #sp-main-body-wrapper [class*="span"] {
  min-height: 0;
}
.homepage #sp-main-body-wrapper .media,
[class*="menu-slider"] #sp-main-body-wrapper .media {
  margin-top: 0;
}
.menu-module-variations #users {
  margin-top: 37px;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
#sp-header-wrapper {
  background: #fff;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  display: block;
  z-index: 90;
  width: 100%;
  position: fixed;
}
#sp-header-wrapper .logo-wrapper a:focus {
  outline: none;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper #header {
  visibility: visible !important;
  position: relative;
  z-index: 99;
}
#sp-header-wrapper #header > [class*="span"]:not(#sp-menu) {
  margin-top: 20px;
}
#sp-header-wrapper .search {
  margin-top: 10px;
}
#sp-header-wrapper .search form {
  margin: 0;
}
.bg-line {
  background: url(../images/bg/bg-line.png) no-repeat;
  height: 14px;
  margin: 0 auto;
  max-width: 264px;
}
#sp-search .search {
  margin: 2px 0;
}
#sp-search .search .form-inline {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: inline-block;
}
#sp-search .search .button {
  background: transparent !important;
  border: 0;
  padding: 7px 8px 7px 7px;
  text-shadow: none;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  width: 34px;
}
#sp-search .search .button:focus {
  outline: none;
}
#sp-search .search i {
  color: #707070;
  font-size: 14px;
  position: absolute;
  top: 9px;
  right: 10px;
  pointer-events: none;
}
#sp-search .search #mod-search-searchword,
#sp-search .search .searchword {
  border: 0;
  padding: 7px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 34px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 0;
  background: #fff;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#sp-search .search .form-inline {
  border: 1px solid #dddddd;
  width: 34px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#sp-search .search .form-inline:hover,
#sp-search .search .form-inline:focus {
  width: auto;
}
#sp-search .search .form-inline:hover #mod-search-searchword,
#sp-search .search .form-inline:hover .searchword,
#sp-search .search .form-inline:focus #mod-search-searchword,
#sp-search .search .form-inline:focus .searchword {
  padding: 7px 10px;
  width: 120px;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.vina-slider-home.vina-slider .vina-camera-slider .camera_caption h3,
.vina-slider-home.vina-slider .vina-camera-slider .camera_caption h4 {
  font-size: 50px;
  line-height: 43px;
}
.vina-slider-home.vina-slider .vina-camera-slider .camera_caption h3 {
  font-weight: 600;
}
.vina-slider-home.vina-slider .vina-camera-slider .camera_caption h4 {
  font-weight: 300;
  text-transform: capitalize;
}
.vina-slider-home.vina-slider .vina-camera-slider .camera_caption p {
  font-size: 20px;
  line-height: 24px;
  margin-top: 28px;
  max-width: 470px;
}
.vina-slider .vina-camera-slider-wrapper {
  margin-bottom: -6px;
}
.vina-slider .vina-camera-slider .camera_wrap {
  margin-bottom: 0 !important;
}
.vina-slider .vina-camera-slider .camera_wrap .camera_pag {
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 0;
  right: 0;
}
.vina-slider .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li {
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.vina-slider .vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li > span {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 0;
  left: 0;
}
.vina-slider .vina-camera-slider .camera_prev,
.vina-slider .vina-camera-slider .camera_next {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  line-height: 50px;
  background: #c1cfd5;
  text-align: center;
  color: #fff;
}
.vina-slider .vina-camera-slider .camera_prev:hover,
.vina-slider .vina-camera-slider .camera_next:hover {
  background: #e4e4e4;
}
.vina-slider .vina-camera-slider .camera_prev:hover:before,
.vina-slider .vina-camera-slider .camera_next:hover:before {
  color: #fff;
}
.vina-slider .vina-camera-slider .camera_prev:before,
.vina-slider .vina-camera-slider .camera_next:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  line-height: 50px;
  font-size: 40px;
}
.vina-slider .vina-camera-slider .camera_prev > span,
.vina-slider .vina-camera-slider .camera_next > span {
  background: transparent;
}
.vina-slider .vina-camera-slider .camera_prev {
  left: 50px;
}
.vina-slider .vina-camera-slider .camera_prev:before {
  content: "\f104";
}
.vina-slider .vina-camera-slider .camera_next {
  right: 50px;
}
.vina-slider .vina-camera-slider .camera_next:before {
  content: "\f105";
}
.vina-slider .vina-camera-slider .camera_caption {
  color: #000;
}
.vina-slider .vina-camera-slider .camera_caption > div {
  background: transparent;
}
.vina-slider .vina-camera-slider .camera_caption h3,
.vina-slider .vina-camera-slider .camera_caption h4 {
  font-size: 50px;
  font-weight: 300;
  line-height: 44px;
}
.vina-slider .vina-camera-slider .camera_caption h3 .h {
  font-weight: 900;
}
.vina-slider .vina-camera-slider .camera_caption h3 .e {
  font-weight: 800;
}
.vina-slider .vina-camera-slider .camera_caption h3 .b {
  font-weight: bold;
}
.vina-slider .vina-camera-slider .camera_caption h3 .s {
  font-weight: 600;
}
.vina-slider .vina-camera-slider .camera_caption h3 .m {
  font-weight: 500;
}
.vina-slider .vina-camera-slider .camera_caption p {
  font-size: 15px;
  margin-top: 22px;
}
.vina-slider .vina-camera-slider .camera_caption .slide-btn {
  margin-top: 55px;
}
.vina-slider .vina-camera-slider .camera_caption .slide-btn a {
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff !important;
  font-size: 14px;
  margin-right: 10px;
  padding: 0;
  text-transform: uppercase;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
  position: relative;
  outline: none;
  text-decoration: none;
  letter-spacing: 1px;
}
.vina-slider .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;
}
.vina-slider .vina-camera-slider .camera_caption .slide-btn a > span:before {
  padding: 10px 26px 10px 27px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.vina-slider .vina-camera-slider .camera_caption .slide-btn a:focus,
.vina-slider .vina-camera-slider .camera_caption .slide-btn a:hover {
  outline: none;
  background: none;
}
.vina-slider .vina-camera-slider .camera_caption .slide-btn a:focus > span,
.vina-slider .vina-camera-slider .camera_caption .slide-btn a:hover > span {
  -webkit-transform: rotateX(90deg) translateY(-22px);
  -moz-transform: rotateX(90deg) translateY(-22px);
  -o-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px);
}
.vina-slider .vina-camera-slider .camera_caption .slide-btn a:focus > span:before,
.vina-slider .vina-camera-slider .camera_caption .slide-btn a:hover > span:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.vina-jshopping-treview .vina-treeview-jshopping {
  margin-top: 0;
}
.vina-jshopping-treview .vina-treeview-jshopping .treeview-red li {
  background-image: url(../images/treeview-gray-line.gif);
  background-position: 0 -61px !important;
  border-top: 0;
}
.vina-jshopping-treview .vina-treeview-jshopping .treeview-red li:last-child {
  background-image: url(../images/treeview-gray-line-last.gif);
  background-position: 7px -61px !important;
  background-repeat: no-repeat !important;
}
.vina-jshopping-treview .vina-treeview-jshopping .treeview-red li > div {
  background-position: 0 0;
  float: right;
  margin-right: -16px;
  margin-top: 5px;
}
.vina-jshopping-treview .vina-treeview-jshopping .treeview-red li.expandable > div {
  background-image: url(../images/icon/icon-open.png);
}
.vina-jshopping-treview .vina-treeview-jshopping .treeview-red li.collapsable > div {
  background-image: url(../images/icon/icon-close.png);
}
.vina-jshopping-treview ul.level0 > li {
  border: 1px solid #e4e4e4;
  background-image: none !important;
  padding: 12px 32px 10px 18px !important;
}
.vina-jshopping-treview ul.level0 > li:first-child {
  border-top: 1px solid #e4e4e4 !important;
}
.vina-jshopping-treview ul.level0 > li a {
  color: #353535;
}
.vina-jshopping-treview ul.level0 > li a:focus {
  outline: none;
  text-decoration: inherit;
}
.vina-jshopping-treview ul.level0 > li > a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.vina-jshopping-treview ul.sub-menu > li {
  padding: 19px 0 6px 36px !important;
}
.module.vina-theme-forest {
  color: #fff;
  margin-top: -1px;
  position: relative;
  z-index: 1;
}
.module.vina-theme-forest:after {
  position: absolute;
  z-index: 0;
  bottom: -15px;
  content: " ";
  margin-left: -15px;
  left: 50%;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  -webkit-transform: translateZ(0);
}
.module.vina-theme-forest .container {
  padding: 21px 0;
}
.module.vina-theme-forest .pull-left {
  font-size: 27px;
  font-weight: 300;
  line-height: 30px;
  margin-top: 8px;
}
.module.vina-theme-forest .pull-left .bold {
  font-weight: bold;
}
.module.vina-theme-forest .pull-right a {
  border: 0;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 13px 18px;
}
.module.vina-theme-forest .pull-right a:hover:before {
  width: 25px;
  height: 25px;
}
.module.vina-theme-forest .pull-right a:before {
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  content: '';
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff',endColorstr='#000000');
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
#sp-users-wrapper {
  padding: 14px 0 35px;
}
.vina-features .custom {
  margin-bottom: 13px;
}
.vina-features [class*="span"] >.media {
  margin-top: 43px;
}
.vina-features [class*="span"] >.media:hover .icon >div {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.vina-features [class*="span"] >.media:hover .icon >div > div {
  background: none;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.vina-features .icon {
  cursor: pointer;
  width: 60px;
  height: 60px;
  margin-top: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/bg/bg-icon.png) no-repeat;
  position: relative;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.vina-features .icon div {
  position: absolute;
  width: 100%;
  -webkit-transition: all 700ms;
  -moz-transition: all 700ms;
  -o-transition: all 700ms;
  transition: all 700ms;
  height: 100%;
  top: 0;
  margin: 0;
  left: 0;
  overflow: hidden;
  content: "";
}
.vina-features .icon > div {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.vina-features .icon > div > div {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center;
}
.vina-features .icon i {
  width: 100%;
  line-height: 60px;
  margin: 0 auto;
}
.vina-features i {
  line-height: 30px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}
.vina-features .media-body {
  padding-left: 10px;
}
.vina-features .media-heading {
  font-weight: 500;
}
.vina-paypal > .nav-pills > li > a {
  margin: 0;
  padding: 0;
}
.vina-paypal > .nav-pills > li > a:focus {
  outline: none;
}
.vina-paypal > .nav-pills > li > a img {
  filter: url("data:image/svg+xml;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");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.vina-paypal > .nav-pills > li > a img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.shop-categories .vina-categories li {
  display: block;
}
.shop-categories .vina-categories li:hover > a {
  color: white !important;
}
.shop-categories .vina-categories li:hover > a:before {
  color: white !important;
}
.shop-categories .vina-categories a {
  margin: 0;
}
#vina-services .h {
  font-weight: 800;
}
#vina-services .b {
  font-weight: 700;
}
#vina-services .s {
  font-weight: 600;
}
#vina-services .m {
  font-weight: 500;
}
#vina-services .n {
  font-weight: 400;
}
#vina-services .vina-features {
  margin-top: 32px;
}
#vina-services .vina-features i {
  line-height: 60px;
  width: 100%;
}
#vina-services .vina-features > .media {
  border-bottom: 1px solid #f0f0f0;
  padding-top: 25px;
}
#vina-services .vina-features > .media:hover .icon div {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
#vina-services .vina-features > .media:hover .icon > div > div {
  background: none !important;
}
#vina-services .vina-features > .media:last-child {
  border-bottom: 0;
}
#vina-services .vina-features > .media > .media-body {
  padding-left: 25px;
  margin-bottom: 26px;
}
#vina-services .vina-features > .media .media-heading {
  font-weight: normal;
  color: #2b2b2b;
  font-size: 27px;
  margin: 0 0 18px;
}
#vina-services h3 {
  font-size: 27px;
  font-weight: normal;
  color: #2b2b2b;
  text-transform: uppercase;
}
#vina-services .title-other {
  margin-bottom: 51px;
}
#vina-services .title-other h3 {
  margin-bottom: 13px;
}
#vina-services #service {
  margin: 34px 0 49px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 31px;
}
#vina-services #service .service-img {
  margin-top: 34px;
}
#vina-services #service h2 {
  font-size: 39px;
  font-weight: 300;
  color: #2b2b2b;
  text-transform: uppercase;
}
#vina-services #service-other {
  margin: 34px 0 50px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 70px;
}
#vina-services .out-skills h3 {
  margin: -10px 0 0;
}
#vina-services .out-skills .progress {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina-services .out-skills p {
  font-size: 16px;
  color: #B7B7B7;
}
#vina-services .out-skills p strong {
  font-weight: 500;
}
#vina-services .vina-tab {
  margin-right: 32px;
}
#vina-services .vina-tab .tab-content {
  padding: 10px 30px 13px 28px;
}
#vina-services .vina-tab .tab-content .media .pull-right img {
  margin-top: 36px;
  max-width: 239px;
}
#vina-services .vina-tab .tab-content .media-heading {
  margin-bottom: 26px;
  margin-top: 16px;
}
#vina-services .nav.vina-list-icon li {
  margin: 14px 0;
}
#vina-services .nav.vina-list-icon i:before {
  margin-left: 1px;
  font-size: 16px;
  margin-right: 6px;
}
#vina-services .chosse-us {
  margin-bottom: 52px;
}
.module.vina-porfolio {
  background: #f9f9f9;
}
.module.vina-porfolio h3 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 72px;
  margin-bottom: 17px;
  color: #101010;
}
.module.vina-porfolio h3 span {
  font-weight: 600;
}
.module.vina-porfolio p {
  font-size: 22px;
}
.module.vina-porfolio p > img {
  margin: 21px 0 22px;
}
.module.vina-porfolio .section-title {
  margin: 0;
}
.module.vina-porfolio .gallery-filters {
  text-align: center;
  margin-bottom: 19px;
  white-space: normal;
}
.module.vina-porfolio .gallery-filters a {
  font-size: 13px;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  margin: 0 5px 20px;
  padding: 5px 23px;
}
.module.vina-porfolio ul.gallery {
  margin: 0;
  text-align: center;
  width: 100%;
  margin: 0;
}
.module.vina-porfolio ul.gallery .img-polaroid {
  border: 0;
  padding: 0;
  margin: 0;
}
.module.vina-porfolio ul.gallery .item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  -o-perspective: 300px;
  -ms-perspective: 300px;
  perspective: 300px;
}
.module.vina-porfolio ul.gallery .item .modal-body img {
  -webkit-transform: translateZ(0);
}
.module.vina-porfolio ul.gallery .item .item-info {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.module.vina-porfolio ul.gallery .item .item-info .item-img {
  background-position: center center;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  margin: 0;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.module.vina-porfolio ul.gallery .item .item-info .item-img a {
  padding: 0;
  border: 0;
  background: none;
}
.module.vina-porfolio ul.gallery .item .item-info .item-img:focus {
  outline: none;
}
.module.vina-porfolio ul.gallery .item .item-info .item-img img {
  width: 100%;
  display: block;
}
.module.vina-porfolio ul.gallery .item .gallery-info {
  position: absolute;
  top: 0;
  opacity: 0 !important;
  padding: 20px;
  border: 5px solid #fff;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  -moz-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
  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);
}
.module.vina-porfolio ul.gallery .item .gallery-info .gallery-info-wrapper {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0px,-50%);
  -moz-transform: translate(0px,-50%);
  -ms-transform: translate(0px,-50%);
  -o-transform: translate(0px,-50%);
  transform: translate(0px,-50%);
}
.module.vina-porfolio ul.gallery .item .gallery-info .link-wrapper {
  margin-bottom: 20px;
}
.module.vina-porfolio ul.gallery .item .gallery-info .link-wrapper a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  display: inline-block;
  line-height: 38px;
  width: 38px;
  margin-right: 10px;
}
.module.vina-porfolio ul.gallery .item .gallery-info .link-wrapper a > i:before {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}
.module.vina-porfolio ul.gallery .item .gallery-info .info h3.title {
  font-weight: 500;
  font-size: 20px;
  margin: 0;
}
.module.vina-porfolio 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);
}
.module.vina-porfolio ul.gallery .item:hover .item-img {
  -webkit-transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  -moz-transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  -o-transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  opacity: 0;
}
.gallery-filters {
  margin-bottom: 20px;
}
ul.gallery {
  display: block;
  margin: -5px;
}
ul.gallery .item-img {
  margin: 5px;
}
ul.gallery li {
  display: block;
  padding: 0;
  margin: 0;
  float: left;
}
ul.gallery li > a {
  margin: 5px;
  display: block;
  position: relative;
}
ul.gallery .modal .close-modal {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #ccc;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.3);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  z-index: 1;
}
.visiable-gallery {
  animation-name: none !important;
  -moz-animation: none !important;
  -webkit-animation: none !important;
  visibility: visible !important;
}
div.star-rating a {
  background: url("../images/star.gif") no-repeat scroll 0 0 rgba(0,0,0,0);
}
div.star-rating-hover a {
  background: url("../images/star.gif") no-repeat scroll 0 -32px rgba(0,0,0,0);
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.vina-carousel-jshopping.owl-carousel .plabel {
  top: 2px;
  left: 2px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.vina-carousel-jshopping.owl-carousel .plabel.Sale {
  left: inherit;
  right: 2px;
}
#sp-position1 .vina-product-slide .vina-carousel-jshopping .owl-buttons .owl-prev {
  left: -5px;
}
#sp-position1 .vina-product-slide .vina-carousel-jshopping .owl-buttons .owl-next {
  right: -5px;
}
.module.vina-shop-area.sale-products .header {
  margin-top: 10px;
  position: relative;
  z-index: 0;
  display: block;
  padding-bottom: 38px;
  margin-bottom: 36px;
}
.module.vina-shop-area.sale-products .header:before,
.module.vina-shop-area.sale-products .header:after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  display: inline-block;
  margin: 0 auto;
}
.module.vina-shop-area.sale-products .header:after {
  width: 50%;
  height: 1px;
  background: #e0e0e0;
  content: "";
}
.module.vina-shop-area.sale-products .header:before {
  content: "\f10c";
  font-family: FontAwesome;
  font-size: 10px;
  bottom: -5px;
  background: white;
  width: 8px;
  display: inline-block;
  color: #e0e0e0;
  z-index: 2;
}
.module.vina-shop-area.page-shop .header {
  margin-bottom: 7px;
  margin-top: 10px;
}
.module.vina-shop-area.page-shop .custom p > img {
  margin: 15px 0 17px;
}
.module.vina-shop-area .header {
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  color: #101010;
  margin-bottom: 16px;
  margin-top: 82px;
}
.module.vina-shop-area .header .bold {
  font-weight: 600;
}
.module.vina-shop-area .custom {
  font-size: 22px;
}
.module.vina-shop-area .custom p > img {
  margin: 21px 0;
}
.vina-product-slide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.vina-product-slide .vina-carousel-jshopping {
  position: relative;
}
.vina-product-slide .vina-carousel-jshopping:hover .owl-buttons {
  opacity: 1;
  filter: alpha(opacity=100);
}
.vina-product-slide .vina-carousel-jshopping .owl-controls {
  margin-top: 33px;
  margin-bottom: 43px;
}
.vina-product-slide .vina-carousel-jshopping .owl-controls .owl-page span {
  border: 1px solid #869791;
}
.vina-product-slide .vina-carousel-jshopping .item:hover .morebutton {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: moveFromTop 600ms ease;
  -moz-animation: moveFromTop 600ms ease;
  -o-animation: moveFromTop 600ms ease;
  animation: moveFromTop 600ms ease;
  -webkit-animation: moveFromTop 600ms ease;
  -moz-animation: moveFromTop 600ms ease;
  -ms-animation: moveFromTop 600ms ease;
  animation: moveFromTop 600ms ease;
}
.vina-product-slide .vina-carousel-jshopping .item:hover .image-block .img_product {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.vina-product-slide .vina-carousel-jshopping .image-block .img_product {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid transparent;
}
.vina-product-slide .vina-carousel-jshopping .info {
  margin: 5px 0;
  display: block;
}
.vina-product-slide .vina-carousel-jshopping .info .stars_no_active {
  display: inline-block;
}
.vina-product-slide .vina-carousel-jshopping .text-block {
  padding-bottom: 63px;
}
.vina-product-slide .vina-carousel-jshopping .text-block h3.title a {
  font-size: 14px;
  margin-bottom: 0;
  display: block;
  text-transform: capitalize;
  font-weight: 500;
  margin-top: 17px;
}
.vina-product-slide .vina-carousel-jshopping .text-block .price-block {
  padding: 0;
}
.vina-product-slide .vina-carousel-jshopping .text-block .price-block span {
  font-size: 18px;
  margin: 0;
  font-weight: 500;
}
.vina-product-slide .vina-carousel-jshopping .text-block .price-block i {
  font-size: 14px;
  margin-right: 10px;
  color: #000;
}
.vina-product-slide .vina-carousel-jshopping .text-block .vina-addto {
  position: absolute;
  z-index: 1;
  bottom: 0;
  display: inline-block;
  left: 0;
  height: 50px;
  width: 100%;
  text-align: center;
}
.vina-product-slide .vina-carousel-jshopping .text-block .vina-addto:hover a.addtowishlist,
.vina-product-slide .vina-carousel-jshopping .text-block .vina-addto:hover a.vina-link {
  -webkit-transform: translate(0,0) rotate(0);
  -moz-transform: translate(0,0) rotate(0);
  -o-transform: translate(0,0) rotate(0);
  transform: translate(0,0) rotate(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.vina-product-slide .vina-carousel-jshopping .text-block .vina-addto a {
  display: inline-block;
  font-size: 12px;
  padding: 0 10px 0 9px;
  margin: 0 6px;
  text-align: center;
  line-height: 33px;
  background: #fff;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.vina-product-slide .vina-carousel-jshopping .text-block .vina-addto a.addtowishlist {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(50%,0);
  -moz-transform: translate(50%,0);
  -o-transform: translate(50%,0);
  transform: translate(50%,0);
}
.vina-product-slide .vina-carousel-jshopping .text-block .vina-addto a.vina-link {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.vina-product-slide .vina-carousel-jshopping .text-block .vina-addto a.addtocart {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 8px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: normal;
  color: #000 !important;
}
.vina-product-slide .vina-carousel-jshopping .text-block .vina-addto a.addtocart:hover {
  color: #fff !important;
}
.vina-product-slide .vina-carousel-jshopping .text-block .vina-addto a.addtocart:hover i {
  color: #fff !important;
}
.vina-product-slide .vina-carousel-jshopping .text-block .vina-addto a.addtocart i {
  font-size: 14px;
  margin-right: 5px;
}
.vina-product-slide .vina-carousel-jshopping .image-block {
  position: relative;
}
.vina-product-slide .vina-carousel-jshopping .morebutton-icon {
  position: absolute;
  pointer-events: none;
  width: 100%;
  top: 50%;
  margin-top: -25px;
}
.vina-product-slide .vina-carousel-jshopping .morebutton {
  width: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 50px !important;
  -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,0.8);
  -moz-box-shadow: 0 0 0 5px rgba(0,0,0,0.8);
  box-shadow: 0 0 0 5px rgba(0,0,0,0.8);
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  display: inline-block;
  color: #fff;
  padding: 0;
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 300px;
  -webkit-transition: all 400ms linear 0s;
  -moz-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  z-index: 50;
  margin: 0;
  position: relative;
  text-align: center;
}
.vina-product-slide .vina-carousel-jshopping .owl-buttons {
  opacity: 0;
  filter: alpha(opacity=0);
}
.vina-product-slide .vina-carousel-jshopping .owl-buttons .owl-prev,
.vina-product-slide .vina-carousel-jshopping .owl-buttons .owl-next {
  border: 0;
  background: #292929;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 0;
  padding: 0 14px;
  line-height: 30px;
  top: 50%;
  position: absolute;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
.vina-product-slide .vina-carousel-jshopping .owl-buttons .owl-prev:before,
.vina-product-slide .vina-carousel-jshopping .owl-buttons .owl-next:before {
  font-size: 34px;
  line-height: 47px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
.vina-product-slide .vina-carousel-jshopping .owl-buttons .owl-prev {
  left: 4px;
}
.vina-product-slide .vina-carousel-jshopping .owl-buttons .owl-prev:before {
  content: "\f104";
}
.vina-product-slide .vina-carousel-jshopping .owl-buttons .owl-next {
  right: 4px;
}
.vina-product-slide .vina-carousel-jshopping .owl-buttons .owl-next:before {
  content: "\f105";
}
.module h3.header-carousel {
  padding: 61px 0 32px;
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 40px;
}
.module h3.header-carousel .bold {
  font-weight: 600;
}
.vina-ticker-jshopping .vina-item {
  border-bottom: solid 1px #e4e4e4 !important;
}
.vina-ticker-jshopping .vina-item .title a {
  color: #555;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  width: 100%;
  font-weight: normal;
  min-height: 25px;
  margin: 0;
  text-transform: capitalize;
}
.vina-ticker-jshopping .vina-item .price-block {
  font-size: 18px;
}
.vina-ticker-jshopping .vina-item .price-block i {
  font-size: 13px;
  margin-right: 15px;
  color: #000;
}
.vina-ticker-jshopping .vina-item .price-block .addtocart {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
}
.vina-promotion-news {
  margin-bottom: 40px;
}
.vina-promotion-news .vina-item {
  border-bottom: solid 1px #e4e4e4 !important;
}
.vina-promotion-news .vina-item .title {
  margin-top: 12px;
  margin-bottom: 8px;
}
.vina-promotion-news .vina-item .title a {
  font-weight: 600;
}
.vina-promotion-news .vina-item .introtext {
  margin-bottom: 6px;
}
.vina-promotion-news .vina-item .vina-readmore {
  margin: 5px 0 15px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 0;
  padding: 0;
}
.vina-promotion-news .vina-item .vina-readmore:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  color: #fff;
  content: attr(data-hover);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translate(-25%,0);
  -moz-transform: translate(-25%,0);
  -ms-transform: translate(-25%,0);
  -o-transform: translate(-25%,0);
  transform: translate(-25%,0);
  text-align: center;
  padding: 6px 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-promotion-news .vina-item .vina-readmore:hover:before,
.vina-promotion-news .vina-item .vina-readmore:focus:before {
  -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-promotion-news .vina-item .vina-readmore:hover span,
.vina-promotion-news .vina-item .vina-readmore:focus span {
  -webkit-transform: translate(100%,0%);
  -moz-transform: translate(100%,0%);
  -ms-transform: translate(100%,0%);
  -o-transform: translate(100%,0%);
  transform: translate(100%,0%);
}
.vina-promotion-news .vina-item .vina-readmore span {
  display: inline-block;
  background: #fff;
  padding: 6px 19px;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.custom_vina-service-slideshow {
  margin-top: -95px;
  position: relative;
  z-index: 9;
}
.custom_vina-service-slideshow .box {
  width: 128px;
  height: 128px;
  position: relative;
  z-index: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
}
.custom_vina-service-slideshow .box:after {
  position: absolute;
  z-index: 0;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  content: "";
  height: 100%;
  top: 0;
  left: 0;
}
.custom_vina-service-slideshow .box:before {
  position: absolute;
  z-index: 1;
  height: 107%;
  left: 0;
  right: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 0;
  display: inline-block;
  margin: 0 auto;
  content: "";
  width: 60px;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -ms-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.custom_vina-service-slideshow .box .content {
  display: inline-block;
  color: #fff;
  width: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 100%;
  z-index: 1;
}
.custom_vina-service-slideshow .box .content .text-center {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
}
.custom_vina-service-slideshow .box .content .text-center.order {
  font-size: 16px;
  text-transform: initial;
  font-weight: normal;
  line-height: 21px;
}
.custom_vina-service-slideshow .box-wrapper {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 11px;
}
.custom_vina-service-slideshow .box-wrapper:hover .icon {
  left: initial;
  margin-top: 0;
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.custom_vina-service-slideshow .box-wrapper:hover .box {
  background: #000;
}
.custom_vina-service-slideshow .box-wrapper:hover .box:before {
  height: 0;
}
.custom_vina-service-slideshow .box-wrapper:hover .box:after {
  -webkit-box-shadow: 0px 0px 0px 10px #000;
  -moz-box-shadow: 0px 0px 0px 10px #000;
  box-shadow: 0px 0px 0px 10px #000;
}
.custom_vina-service-slideshow .box-wrapper .icon {
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  position: absolute;
  color: #fff;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  right: -1px;
  top: 50%;
  margin-top: -25px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
  top: 0;
  border-radius: 50%;
}
.custom_vina-service-slideshow .box-wrapper .icon i:before {
  line-height: 50px;
}
.vina-service-shop {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 48px;
  margin-top: 20px;
}
.vina-service-shop .service {
  margin-bottom: 15px;
}
.vina-service-shop .box-wrapper .media {
  display: inline-block;
  color: #000;
}
.vina-service-shop .box-wrapper .media .icon {
  border: 1px solid #e0e0e0;
  width: 64px;
  height: 64px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  overflow: visible;
  margin: 10px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-service-shop .box-wrapper .media .icon i {
  line-height: 64px;
}
.vina-service-shop .box-wrapper .media .icon:hover {
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.vina-service-shop .box-wrapper .media .icon:hover i {
  line-height: 56px;
}
.vina-service-shop .box-wrapper .media .media-body {
  padding-left: 10px;
  display: inline-block;
}
.vina-service-shop .box-wrapper .media .media-body .media-heading {
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 21px;
  display: inline-block;
}
.vina-service-shop .box-wrapper .media .media-body p {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
.vina-latest-products .product .caption {
  bottom: 0px;
}
.vina-latest-products .header {
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 10px;
  text-align: center;
  color: #000;
}
.vina-latest-products .vina-gridgallery-jshopping-wrapper .vina-filter {
  margin-top: 11px;
  margin-bottom: 10px;
}
.vina-latest-products .vina-gridgallery-jshopping-wrapper .vina-filter .filter-label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  border-bottom: 3px solid #cbcbcb;
}
.vina-latest-products .vina-gridgallery-jshopping-wrapper .image-block:before {
  border: 0;
}
.vina-cart-fixed {
  display: block;
  min-height: 45px;
  position: fixed;
  width: 0;
  right: 0;
  top: 50%;
  margin-top: -80px;
  text-align: center;
  -webkit-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
  z-index: 9999;
  visibility: visible !important;
}
.vina-cart-fixed.open {
  width: auto;
}
.vina-cart-fixed.open #control-label i.icon-remove {
  display: inline-block;
}
.vina-cart-fixed.open #control-label i.icon-info-sign {
  display: none;
}
.vina-cart-fixed #control-label {
  float: none;
  font-size: 30px;
  margin-right: 0;
  text-align: right;
  display: block;
}
.vina-cart-fixed #control-label i {
  cursor: pointer;
  float: right;
  margin-bottom: 6px;
  display: inline-block;
  padding: 8px 12px 8px 13px;
  color: #fff;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.vina-cart-fixed #control-label i.icon-remove {
  display: none;
}
.vina-cart-fixed #control-label i span {
  font-size: 16px;
  margin-left: 5px;
}
.vina-cart-fixed #control-label i:hover {
  background-color: #e4e4e4;
  border-bottom: 3px solid #cbcbcb;
}
.vina-cart-fixed .static-left-content {
  display: table-caption;
  list-style: none;
  margin: 0;
  position: relative;
  left: 100%;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
}
.vina-cart-fixed .static-left-content.open {
  left: 0;
  display: inline-block !important;
}
.vina-cart-fixed .currency-box {
  display: inline-block;
  float: right;
  margin-top: 11px;
  position: relative;
}
.vina-cart-fixed .currency-box .down {
  height: 75%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 17px;
}
.vina-cart-fixed .currency-box .down .caret {
  margin-top: 20px;
}
.vina-cart-fixed .currency-box:hover .down {
  background: #cbcbcb !important;
}
.vina-cart-fixed .currency-box:hover #id_currency {
  background-color: #e4e4e4;
  border-bottom: 3px solid #cbcbcb !important;
}
.vina-cart-fixed .currency-box #id_currency {
  border: 0 none;
  border-radius: 0;
  color: white;
  display: inline-block;
  float: right;
  max-width: 100%;
  width: 59px;
  padding: 10px 3px;
  -webkit-border-radius: 5px 0 0 5px !important;
  -moz-border-radius: 5px 0 0 5px !important;
  border-radius: 5px 0 0 5px !important;
}
.vina-cart-fixed .currency-box #id_currency option {
  background: #000;
}
.vina-cart-fixed .vina-cart {
  text-align: right;
}
.vina-cart-fixed .vina-cart .box-cart {
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
}
.vina-cart-fixed .vina-cart .box-cart a:hover {
  background-color: #e4e4e4;
  border-bottom: 3px solid #cbcbcb;
}
.vina-cart-fixed .vina-cart .box-cart:hover {
  margin-right: 0 !important;
}
.vina-cart-fixed .vina-cart .box-cart#wishlist_total .link_cart i {
  font-size: 21px;
}
.vina-cart-fixed .vina-cart .box-cart#wishlist_total .total_products {
  top: 10px;
}
.vina-cart-fixed .vina-cart .box-cart .total_products {
  display: inline-block;
  left: 30px;
  position: absolute;
  top: 14px;
}
.vina-cart-fixed .vina-cart .box-cart .total_2 {
  font-weight: bold;
  margin-left: 10px;
}
.vina-cart-fixed .vina-cart .box-cart .link_cart {
  position: relative;
  -webkit-border-radius: 5px 0 0 5px !important;
  -moz-border-radius: 5px 0 0 5px !important;
  border-radius: 5px 0 0 5px !important;
  display: inline-block;
  padding: 8px 15px !important;
  color: #fff;
  right: 0;
}
.vina-cart-fixed .vina-cart .box-cart .link_cart:focus {
  outline: none;
}
.vina-cart-fixed .vina-cart .box-cart .link_cart i {
  font-size: 24px;
}
.vina-cart-fixed .vina-cart .box-cart .link_cart:hover {
  text-decoration: none;
}
.vina-cart-fixed .vina-cart .box-cart .link_cart:hover .total_2 {
  text-decoration: none !important;
}
.vina-cart-fixed .vina-cart .box-cart .cart_num {
  background: none repeat scroll 0 0 #34495e;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
  line-height: 18px;
  font-size: 14px;
  min-width: 8px;
  text-align: center;
}
.sp-totop {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  bottom: 20px;
  display: block;
  min-height: 45px;
  overflow: hidden;
  position: fixed;
  right: 10px;
  text-align: center;
  -webkit-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
  width: 45px;
  line-height: 45px;
  z-index: 9999;
  visibility: visible !important;
}
.sp-totop.hidden-top {
  bottom: -100px;
}
.sp-totop:focus {
  outline: none;
  text-decoration: initial;
}
.sp-totop:hover {
  background-color: #e4e4e4;
  border-bottom: 3px solid #cbcbcb;
}
.sp-totop i {
  color: #fff;
  font-size: 24px;
  margin: 8px 0 0;
}
.vina-manufacturers-js .vina-manufacturers-jshopping {
  border-top: 1px solid #e4e4e4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: visible;
}
.vina-manufacturers-js .vina-manufacturers-jshopping:hover .vina-next,
.vina-manufacturers-js .vina-manufacturers-jshopping:hover .vina-prev {
  opacity: 1;
  filter: alpha(opacity=100);
}
.vina-manufacturers-js .vina-manufacturers-jshopping .vina-prev {
  left: -21px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vina-manufacturers-js .vina-manufacturers-jshopping .vina-prev:before {
  content: "\f104";
}
.vina-manufacturers-js .vina-manufacturers-jshopping .vina-next {
  right: -21px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vina-manufacturers-js .vina-manufacturers-jshopping .vina-next:before {
  content: "\f105";
}
.vina-manufacturers-js .vina-manufacturers-jshopping .vina-next,
.vina-manufacturers-js .vina-manufacturers-jshopping .vina-prev {
  text-indent: 0;
  height: 38px;
  top: 50%;
  width: 38px;
  margin-top: -20px;
  background: transparent;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  opacity: 0;
  filter: alpha(opacity=0);
}
.vina-manufacturers-js .vina-manufacturers-jshopping .vina-next:before,
.vina-manufacturers-js .vina-manufacturers-jshopping .vina-prev:before {
  position: absolute;
  z-index: 0;
  width: 100%;
  font-size: 50px;
  top: 0;
  left: 0;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #e4e4e4;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
.vina-slide-banner {
  text-align: center;
}
.vina-slide-banner > div {
  height: 100% !important;
  position: initial !important;
}
.vina-slide-banner > div.carousel {
  position: relative !important;
}
.vina-slide-banner .carousel {
  margin: 0 auto !important;
  height: 100% !important;
  display: inline-block;
  max-width: 100%;
}
.vina-slide-banner .carousel .item {
  background: #000;
}
.vina-slide-banner .carousel .item img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.vina-slide-banner .carousel .item:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.vina-slide-banner .carousel .item:hover .carousel-caption .text:after,
.vina-slide-banner .carousel .item:hover .carousel-caption .text:before {
  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);
}
.vina-slide-banner .carousel .item:hover .carousel-caption p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.vina-slide-banner .carousel .item:hover .carousel-caption h4:after {
  width: 70%;
}
.vina-slide-banner .carousel .carousel-inner {
  display: inline-block;
}
.vina-slide-banner .carousel .carousel-caption {
  background: transparent;
  text-align: center;
  padding: 0;
  height: 100%;
}
.vina-slide-banner .carousel .carousel-caption .text {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  left: 0;
  margin: 0 auto;
  right: 0;
  display: inline-block;
  content: "";
}
.vina-slide-banner .carousel .carousel-caption .text:after,
.vina-slide-banner .carousel .carousel-caption .text:before {
  position: absolute;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 60px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.vina-slide-banner .carousel .carousel-caption .text:before {
  top: -50px;
  right: 20px;
  bottom: -50px;
  left: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,);
  -moz-transform: scale(0,1);
  -ms-transform: scale(0,1);
  -o-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.vina-slide-banner .carousel .carousel-caption .text:after {
  top: -70px;
  right: 40px;
  bottom: -70px;
  left: 40px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,);
  -moz-transform: scale(1,0);
  -ms-transform: scale(1,0);
  -o-transform: scale(1,0);
  transform: scale(1,0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.vina-slide-banner .carousel .carousel-caption h4 {
  font-size: 35px;
  line-height: 40px;
  position: relative;
  font-weight: 500;
  display: inline-block;
  z-index: 1;
  padding-bottom: 9px;
  margin-bottom: 12px;
}
.vina-slide-banner .carousel .carousel-caption h4:after {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 1px;
  background: #fff;
  content: "";
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  margin: 0 auto;
}
.vina-slide-banner .carousel .carousel-caption p {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0,-10px,0);
  -moz-transform: translate3d(0,-10px,0);
  -o-transform: translate3d(0,-10px,0);
  transform: translate3d(0,-10px,0);
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.vina-slide-banner .carousel ul.carousel-indicators {
  position: absolute;
  bottom: 30px;
  text-align: center;
  margin: 0;
  right: 20px;
  top: auto;
  overflow: visible !important;
  visibility: visible !important;
}
.vina-slide-banner .carousel ul.carousel-indicators li {
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin-left: 13px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  position: relative;
  z-index: 0;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vina-slide-banner .carousel ul.carousel-indicators li:after {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: transparent;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  padding: 3px;
  border: 0;
  content: "";
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -5px;
  left: -5px;
}
.custom.vina-banner-1 {
  min-height: 170px;
  color: #fff;
  position: relative;
  z-index: 0;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-position: top left !important;
  background-size: cover !important;
  overflow: hidden;
}
.custom.vina-banner-1:hover:before {
  border: 0px double rgba(0,0,0,0.4);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.custom.vina-banner-1:before {
  opacity: 1;
  filter: alpha(opacity=100);
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  border: 100px solid rgba(0,0,0,0.4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s cubic-bezier(0.940,0.850,0.100,0.620);
  -moz-transition: all 0.6s cubic-bezier(0.940,0.850,0.100,0.620);
  -o-transition: all 0.6s cubic-bezier(0.940,0.850,0.100,0.620);
  transition: all 0.6s cubic-bezier(0.940,0.850,0.100,0.620);
}
.custom.vina-banner-1 .item-banner {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  height: auto;
  width: 100%;
  content: "";
}
.custom.vina-banner-1 p {
  margin: 0;
}
.custom.vina-banner-1 .text {
  font-size: 30px;
  line-height: 36px;
}
.custom.vina-banner-1 a {
  color: #fff;
  text-transform: uppercase;
  line-height: 18px;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 13px;
  display: inline-block;
  margin-top: 23px;
  position: relative;
  z-index: 0;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.custom.vina-banner-1 a:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.custom.vina-banner-1 a:hover {
  color: #fff;
}
.custom.vina-banner-1 a:hover:before {
  height: 100%;
}
.custom.vina-banner-2 {
  margin-top: 11px;
  display: inline-block;
}
.custom.vina-banner-2 p {
  margin: 0;
}
.custom.vina-banner-2 .item-banner {
  position: relative;
  z-index: 0;
  text-align: center;
  display: inline-block;
  max-width: 100%;
}
.custom.vina-banner-2 .item-banner .text {
  font-size: 30px;
  line-height: 36px;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  left: 0;
  right: 0;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  height: auto;
  content: "";
}
.custom.vina-banner-2 a {
  display: inline-block;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.custom.vina-banner-2 a:before {
  position: absolute;
  z-index: 0;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -50px;
  cursor: pointer;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  content: "";
  display: inline-block;
  height: 100px;
  width: 100px;
  border: 50px solid rgba(0,0,0,0.4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  -o-transform: scale(5);
  transform: scale(5);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.custom.vina-banner-2 a:hover:before {
  opacity: 0;
  filter: alpha(opacity=0);
  border: 0px solid rgba(0,0,0,0.4);
  visibility: hidden;
}
.custom.vina-banner-2 .banner .last {
  margin-left: 0 !important;
}
.custom.vina-banner-2 .banner > [class*="span"] {
  width: 50%;
}
.custom.vina-banner-2 .banner > [class*="span"]:first-child {
  padding-right: 15px;
}
.custom.vina-banner-2 .banner > [class*="span"]:last-child {
  padding-left: 15px;
}
#sp-banner-wrapper {
  margin-bottom: 40px;
}
#sp-banner-wrapper #banner > [class*="span"]:first-child {
  padding-right: 4px;
  width: 32%;
}
#sp-banner-wrapper #banner > [class*="span"]:last-child {
  padding-left: 26px;
  width: 68%;
  margin-left: 0;
}
#sp-banner {
  margin-left: 10px;
}
iframe {
  max-width: 100% !important;
}
#sp-services-wrapper {
  margin: 37px 0 79px;
}
#sp-services-wrapper .module.vina-tab {
  margin-left: 30px;
}
#sp-services-wrapper .header {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 14px;
  text-transform: uppercase;
  color: #000;
}
#sp-services-wrapper .header .bold {
  font-weight: 600;
}
#about-accordion {
  margin: 0;
}
#about-accordion .accordion-inner {
  border-top: 0;
  padding: 12px 0 6px;
}
#about-accordion .accordion {
  margin-bottom: 0;
}
#about-accordion .accordion-group {
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  border: 1px solid #e4e4e4;
  border-top: 0;
}
#about-accordion .accordion-group:first-child {
  border-top: 1px solid #e4e4e4;
}
#about-accordion .accordion-body {
  padding: 0 19px;
}
#about-accordion .accordion-body.collapse:before {
  content: "";
}
#about-accordion .accordion-body.collapse.in {
  overflow: visible;
  border-top: 1px solid #E5E5E5;
}
#about-accordion .accordion-body.collapse.in:before {
  content: "-";
  background: #fff;
  position: absolute;
  z-index: 1;
  font-size: 30px;
  line-height: 13px;
  padding-bottom: 5px;
  width: 18px;
  top: -31px;
  left: 19px;
  text-align: center;
  color: #4d4e50;
  border: 1px solid #6A6A6A;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#about-accordion .accordion-toggle {
  position: relative;
  z-index: 1;
  color: #4d4e50;
  font-size: 100%;
  height: 25px;
  font-size: 18px;
  font-weight: normal;
  margin-left: 18px;
  padding: 13px 0 4px 28px;
}
#about-accordion .accordion-toggle:focus {
  outline: none;
  text-decoration: inherit;
}
#about-accordion .accordion-toggle:before {
  border: 1px solid #6A6A6A;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "+";
  display: block;
  font-size: 30px;
  left: 1px;
  line-height: 18px;
  position: absolute;
  text-align: center;
  top: 12px;
  width: 18px;
  z-index: -1;
}
#about-accordion .accordion-toggle.collapsed:before {
  border: 1px solid #6A6A6A;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "+";
  display: block;
  font-size: 30px;
  left: 1px;
  line-height: 18px;
  position: absolute;
  text-align: center;
  top: 12px;
  width: 18px;
  z-index: -1;
}
.vina-tab #tab-services,
.vina-tab #tab-product {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.vina-tab #tab-services >li,
.vina-tab #tab-product >li {
  margin-bottom: 0;
  margin-right: 1px;
  background: #e9e9e9;
}
.vina-tab #tab-services >li >a,
.vina-tab #tab-product >li >a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  margin: 0;
  background: none;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 400;
  color: #212121;
}
.vina-tab #tab-services >li.active > a,
.vina-tab #tab-services >li:hover > a,
.vina-tab #tab-services >li:focus > a,
.vina-tab #tab-product >li.active > a,
.vina-tab #tab-product >li:hover > a,
.vina-tab #tab-product >li:focus > a {
  color: #fff;
  outline: none;
}
.vina-tab .tab-content {
  border: 1px solid #e9e9e9;
  border-top: 0;
  padding: 10px 39px 10px 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-tab .tab-content .row-fluid {
  visibility: visible !important;
}
.vina-tab .tab-content .body {
  max-width: 370px;
  margin-top: 14px;
}
.vina-tab .tab-content .heading {
  font-size: 20px;
  margin-bottom: 26px;
  font-weight: 500;
}
.vina-tab .tab-content .img {
  max-width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 31px;
  margin-bottom: -10px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.vina-tab .tab-content .img:focus {
  outline: 0;
}
.vina-tab .tab-content .img img {
  border: 1px solid #e9e9e9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  margin-left: 0;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.vina-tab .tab-content .img img:hover {
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  border-radius: 20%;
}
.module.vina-our-team .header-carousel {
  padding: 61px 0 42px;
}
.module.vina-our-team .item >ul > li {
  color: #fff;
  max-width: 156px;
  padding: 0 37px;
  text-align: center;
}
.module.vina-our-team .item >ul > li >  div {
  overflow: hidden;
  cursor: pointer;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/bg/bg-team.png) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: inline-block;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 500ms 0s;
  -moz-transition: all 500ms 0s;
  -o-transition: all 500ms 0s;
  transition: all 500ms 0s;
}
.module.vina-our-team .item >ul > li >  div:hover {
  background: none;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.module.vina-our-team .item >ul > li >  div > div {
  height: 140px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 140px;
}
.module.vina-our-team .item >ul > li >  div > div > div {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.module.vina-our-team .item >ul > li >  div > div > div >div {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.module.vina-our-team .item >ul > li >  div > div div {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.module.vina-our-team .item >ul > li h4 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 7px;
  padding-top: 15px;
  margin-top: -7px;
}
.module.vina-our-team .item >ul > li p {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 19px;
}
.module.vina-our-team .vina-social {
  padding-bottom: 23px;
}
.module.vina-our-team .vina-social li {
  margin: 2px;
}
.module.vina-our-team .vina-social a {
  border: 1px solid #333544;
  text-align: center;
  display: inline-block;
  line-height: 33px;
  width: 33px;
}
.module.vina-our-team .vina-social a i:before {
  font-size: 16px;
  color: #333544;
}
.module.vina-our-team .vina-social a:hover {
  border: 1px solid #fff;
}
.module.vina-our-team .vina-social a:hover i:before {
  color: #fff;
}
.module.vina-our-team ul,
.module.vina-our-team li {
  margin: 0;
  padding: 0;
}
.module.vina-our-team ul li,
.module.vina-our-team li li {
  display: inline-block;
}
#sp-testiminals-wrapper .carousel {
  margin: 0;
}
#sp-testiminals-wrapper .vina-testiminals p {
  max-width: 860px;
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto;
}
#sp-testiminals-wrapper .vina-testiminals p i {
  font-size: 34px;
  margin-bottom: 18px;
  display: block;
}
#sp-testiminals-wrapper .vina-testiminals p i:before {
  color: #cbeff7;
}
#sp-testiminals-wrapper .vina-testiminals .vina-people {
  margin-bottom: 44px;
}
#sp-testiminals-wrapper .vina-testiminals .vina-people > div {
  background: url("../images/bg/bg-team.png") no-repeat scroll center center / 100% 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  display: inline-block;
  margin-top: 32px;
  margin-bottom: 5px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#sp-testiminals-wrapper .vina-testiminals .vina-people > div:hover {
  -webkit-animation: 400ms ease 0s normal none 1 rotate;
  -moz-animation: 400ms ease 0s normal none 1 rotate;
  -o-animation: 400ms ease 0s normal none 1 rotate;
  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-testiminals-wrapper .vina-testiminals .vina-people > div > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 140px;
  overflow: hidden;
  position: relative;
  width: 140px;
}
#sp-testiminals-wrapper .vina-testiminals .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-testiminals-wrapper .vina-testiminals .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-testiminals-wrapper .vina-testiminals .vina-people > div > div div {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
#sp-testiminals-wrapper .vina-testiminals .vina-people img {
  margin: 0 auto;
  cursor: pointer;
}
#sp-testiminals-wrapper .vina-testiminals .vina-people h4 {
  font-size: 18px;
  font-weight: 500;
}
#sp-testiminals-wrapper .vina-testiminals .vina-people p {
  font-size: 13px;
}
#sp-right h3.header,
#sp-left h3.header {
  font-size: 20px;
  color: #000;
  margin-bottom: 22px;
}
.menu-shop #sp-right .vina-jshopping-treview .vina-treeview-jshopping,
.menu-shop #sp-left .vina-jshopping-treview .vina-treeview-jshopping {
  margin-top: 22px;
}
.menu-shop #sp-right .vina-jshopping-treview h3.header,
.menu-shop #sp-left .vina-jshopping-treview h3.header {
  margin-bottom: 8px;
}
.vina-follow > ul {
  margin-top: 9px;
}
.vina-follow > ul i {
  color: #fff;
}
.vina-follow > ul i:before {
  font-size: 14px;
}
.vina-follow > ul a {
  border-radius: 1px;
  line-height: 36px;
  margin-right: 7px;
  padding: 0;
  text-align: center;
  overflow: hidden;
  width: 36px;
}
.vina-follow > ul a:hover i:before {
  -webkit-animation: 500ms ease 0s normal none 1 moveFromTop;
  -moz-animation: 500ms ease 0s normal none 1 moveFromTop;
  -o-animation: 500ms ease 0s normal none 1 moveFromTop;
  animation: 500ms ease 0s normal none 1 moveFromTop;
  -webkit-animation: 500ms ease 0s normal none 1 moveFromTop;
  -moz-animation: 500ms ease 0s normal none 1 moveFromTop;
  -ms-animation: 500ms ease 0s normal none 1 moveFromTop;
  animation: 500ms ease 0s normal none 1 moveFromTop;
}
.vina-follow > ul a.facebook {
  background: #2369b8;
}
.vina-follow > ul a.twitter {
  background: #38c1f3;
}
.vina-follow > ul a.linkedin {
  background: #0276a5;
}
.vina-follow > ul a.pinterest {
  background: #ea2100;
}
.vina-follow > ul a.youtube {
  background: #d93217;
}
.vina-follow > ul a.rss {
  background: #ffa200;
}
.k2Pagination {
  width: 100%;
  border-top: 1px solid #EFEFEF;
}
.pagination {
  margin-bottom: 71px;
  margin-top: 30px;
}
.pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination ul li {
  margin: 0 4px;
  display: inline-block;
}
.pagination ul li a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d4d4d4;
  font-size: 13px;
  color: #333333;
  padding: 3px 11px;
}
.pagination ul li:first-child a,
.pagination ul li:last-child a {
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
}
.vina-carousel {
  background-attachment: fixed;
  background-size: cover;
}
.vina-carousel .carousel-inner .item {
  color: #fff;
  text-align: center;
}
.vina-carousel .carousel .carousel-control.left,
.vina-carousel .carousel .carousel-control.right {
  border: 0;
  background: #292929;
  font-size: 34px;
  padding: 12px 20px;
  top: 55px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vina-carousel .carousel .carousel-control.left:before,
.vina-carousel .carousel .carousel-control.right:before {
  color: #fff;
}
.vina-carousel .carousel .carousel-control.left {
  left: 0;
}
.vina-carousel .carousel .carousel-control.right {
  right: 0;
}
.vina-categories ul,
.vina-categories li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vina-categories ul li,
.vina-categories li li {
  display: block !important;
}
.vina-categories a {
  font-size: 13px;
  font-weight: normal;
  margin: 14px 0;
  display: inline-block;
  color: #000 !important;
}
.vina-categories a:before {
  content: "\f10c";
  font-family: FontAwesome;
  color: #e9e9e9;
  font-size: 12px;
  margin-right: 9px;
}
.vina-categories a:focus {
  text-decoration: inherit;
}
.vina-categories li a.active,
.vina-categories li a:hover,
.vina-categories li a:focus {
  background: none;
  outline: none;
}
.vina-categories li.activeCategory,
.vina-categories li:hover,
.vina-categories li:focus {
  background: none;
}
.vina-categories li.activeCategory a:before,
.vina-categories li:hover a:before,
.vina-categories li:focus a:before {
  content: "\f111";
}
#myCarousel .carousel-control {
  width: 40px;
  font-size: 40px;
}
#sp-main_subscribe-wrapper {
  margin-bottom: 57px;
}
.vina-main-subscribe {
  background: url("../../../images/background/subscribe.png") no-repeat;
  color: #000;
  background-size: 100% 100%;
  position: relative;
  z-index: 0;
}
.vina-main-subscribe:before {
  content: "";
  background-color: rgba(255,255,255,0.3);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vina-main-subscribe form {
  margin: 0;
}
.vina-main-subscribe .acymailing_module_form {
  max-width: 942px;
  padding: 33px 0 46px !important;
  text-align: center;
}
.vina-main-subscribe .acymailing_module_form td {
  padding: 0;
}
.vina-main-subscribe .acymailing_module_form td input {
  margin-bottom: 0;
}
.vina-main-subscribe .acymailing_module_form td.acysubbuttons {
  position: relative;
  z-index: 0;
  background: #000;
  left: -2px;
}
.vina-main-subscribe .acymailing_module_form td.acysubbuttons:before {
  width: 10%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  background-color: #000;
}
.vina-main-subscribe .acymailing_module_form td.acysubbuttons:hover:before {
  width: 100%;
}
.vina-main-subscribe .acymailing_module_form .acymailing_introtext {
  display: inline-block;
  margin-bottom: 35px !important;
}
.vina-main-subscribe .acymailing_module_form .acymailing_introtext h4 {
  font-size: 40px;
  font-weight: normal;
  line-height: 46px;
}
.vina-main-subscribe .acymailing_module_form .acymailing_introtext h3 {
  font-size: 65px;
  position: relative;
  line-height: 77px;
  padding-bottom: 15px;
  margin-bottom: 23px;
  z-index: 0;
  font-weight: bold;
}
.vina-main-subscribe .acymailing_module_form .acymailing_introtext h3:after {
  content: "";
  width: 65px;
  display: inline-block;
  margin: 0 auto;
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: auto;
  bottom: 0;
  height: 2px;
  background-color: #000;
}
.vina-main-subscribe .acymailing_module_form .acymailing_introtext p {
  font-size: 16px;
  line-height: 20px;
}
.vina-main-subscribe .acysubbuttons .subbutton {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  text-shadow: none;
  background: transparent;
  border: 0;
  margin-left: 0;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  width: 160px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.vina-main-subscribe .acyfield_email input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  color: #c5c5c5;
  border: 1px solid #c5c5c5;
  height: 50px;
  padding: 4px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.menu-category-blog .item-page,
.menu-single-article .item-page {
  margin-bottom: 40px;
}
#sp-bottom-wrapper {
  background: #282b2c;
  padding: 40px 0;
  border-top: 6px solid #e4e4e4;
}
#sp-bottom-wrapper .header {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
#sp-bottom-wrapper .menu-bottom ul li {
  list-style: square;
  color: #9d9e9f;
  font-size: 10px;
  margin: 13px 0 13px 9px;
}
#sp-bottom-wrapper .menu-bottom ul li a {
  background: none;
  font-size: 13px;
  display: inline;
  margin-left: 5px;
  color: #9d9e9f;
}
#sp-bottom-wrapper .logo-bottom {
  color: #9d9e9f;
  font-size: 13px;
  line-height: 20px;
}
#sp-bottom-wrapper .vina-tweets .media-list i {
  color: #fff;
}
#sp-bottom-wrapper .vina-tweets .media-list i:before {
  margin-top: 3px;
}
#sp-bottom-wrapper .vina-tweets .media-list p {
  color: #9d9e9f;
  font-size: 13px;
  line-height: 18px;
}
#sp-bottom-wrapper .vina-tweets .media-list p a:hover {
  text-decoration: underline;
}
.vina-flickr .gallery {
  margin: 22px 0 0 2px;
}
.vina-flickr .gallery .item-img {
  margin: 0 5px 5px 0;
}
.vina-flickr .gallery .item-img a {
  display: block;
  overflow: hidden;
}
.vina-flickr .gallery .item-img a img {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.vina-flickr .gallery .item-img a:hover img {
  -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-breadcrumb {
  margin-bottom: 60px;
}
.vina-breadcrumb ul.breadcrumb {
  margin: 0;
  padding: 46px 0 45px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-right: 0;
  background: transparent;
}
.vina-breadcrumb ul.breadcrumb li {
  text-shadow: none;
}
.vina-breadcrumb ul.breadcrumb h1,
.vina-breadcrumb ul.breadcrumb span,
.vina-breadcrumb ul.breadcrumb a {
  display: inline-block;
  font-weight: 500;
}
.vina-breadcrumb ul.breadcrumb span,
.vina-breadcrumb ul.breadcrumb a {
  font-size: 14px;
}
.vina-breadcrumb ul.breadcrumb span.icon-home,
.vina-breadcrumb ul.breadcrumb a.icon-home {
  font-size: 20px;
}
.vina-breadcrumb ul.breadcrumb .icon-double-angle-right {
  margin: 0 10px;
}
.vina-breadcrumb .current-page {
  font-size: 36px;
  margin: 0;
  padding: 38px 0;
  color: #fff;
  font-weight: 300;
  line-height: 38px;
}
.tab-shop #tab-position > li {
  width: 50%;
}
#tab-position > li {
  width: 33.3333%;
  border-top: 1px solid transparent;
}
#tab-position > li:first-child a {
  border-left: 1px solid #f1f1f1;
}
#tab-position > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #f1f1f1;
  margin: 0;
  border-bottom: 0;
  border-left: 0;
  font-weight: 500;
  font-size: 16px;
}
#tab-position > li > a:focus {
  outline: none;
}
.vina-icon ul li p i {
  width: 15px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 1px;
}
.vina-icon ul li p:hover i {
  font-size: 16px;
}
.page-header {
  font-size: 30px;
}
.sp-border {
  position: relative;
}
.sp-border::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.social ul {
  padding-top: 8px;
}
.social ul li {
  display: inline-block;
  margin: 0px 0px 0px 20px;
}
.social a {
  color: #9d9e9f !important;
  font-size: 16px;
  padding: 0 3px;
}
#sp-footer-wrapper {
  background: #252829;
  border-top: 1px solid #303334;
  padding: 14px 0;
}
#sp-footer-wrapper .copyright {
  color: #9d9e9f;
  font-size: 13px;
}
#sp-footer-wrapper .copyright a:hover {
  text-decoration: underline;
}
#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 {
  display: inline-block;
}
#sp-footer-wrapper .sp-totop i {
  color: #fff;
}
#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/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
  padding-top: 8px;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
}
.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;
}
.login_block .row-fluid > [class*="span"] {
  text-align: left;
}
.logout .form-horizontal .controls {
  margin-left: 0;
}
.logout .form-horizontal .controls button {
  border: 0;
  font-size: 20px;
  font-weight: bold;
  width: auto;
  padding: 7px 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.logout .form-horizontal .controls button:hover {
  background: #e4e4e4;
  border-bottom: 3px solid #cbcbcb;
}
#user-registration .form-actions button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 14px;
  border: 0;
}
#user-registration .form-actions button:hover,
#user-registration .form-actions button:focus {
  background: #e4e4e4;
  border-bottom: 3px solid #cbcbcb;
  outline: none;
}
.vina-login.jshop {
  padding: 0;
}
.vina-login .controls button {
  border: 0;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
  width: 100%;
}
.vina-login .controls button:hover {
  background-color: #e4e4e4;
  border-bottom: 3px solid #cbcbcb;
}
.vina-login input.button {
  line-height: 24px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  width: auto;
  border: 0;
  margin-left: 10px;
  display: inline-block;
}
.vina-login input.button:hover {
  background: #e4e4e4;
  border-bottom: 3px solid #cbcbcb;
}
.vina-login input.checkbox {
  width: auto;
}
.vina-login .reset_password {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-top: 12px;
}
#login-form {
  border: 1px solid #e4e4e4;
  padding: 20px;
}
#login-form input:not([type='checkbox']) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 4px 8px;
  width: 100%;
}
#login-form input[type="submit"]:active,
#login-form input[type="submit"]:focus,
#login-form input[type="submit"]:hover {
  background: #e4e4e4;
  border-bottom: 3px solid #cbcbcb;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
#login-form .unstyled a {
  font-size: 13px;
  color: #000;
}
#login-form #form-login-submit button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}
#login-form #form-login-submit button:hover,
#login-form #form-login-submit button:focus {
  background: #e4e4e4;
  border-bottom: 3px solid #cbcbcb;
  outline: none;
}
#login-form input[type="checkbox"] + label {
  position: relative;
  z-index: 1;
  padding-left: 30px;
  margin-left: 10px;
  line-height: 28px;
}
#login-form input[type="checkbox"] + label::before {
  content: "\f096";
  color: #bdc3c7;
  text-align: center;
  line-height: 10px;
  font-family: "FontAwesome";
  font-size: 24px;
  width: 16px;
  margin-left: -10px;
  height: 16px;
  padding: 0;
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 0;
}
#login-form input[type="checkbox"]:checked  + label::after {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 18px;
  margin-left: -9px;
  top: -1px;
  left: 0;
  position: absolute;
  z-index: -1;
}
.cate-title {
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 40px;
  padding-bottom: 44px;
  position: relative;
  z-index: 1;
}
.cate-title a {
  color: #313232;
}
.cate-title:after {
  border-bottom: 1px solid #535353;
  bottom: -1px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 60px;
  z-index: -1;
}
.blog .item-list {
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 40px;
  padding-bottom: 44px;
  position: relative;
  z-index: 1;
}
.blog .item-list:after {
  border-bottom: 1px solid #535353;
  bottom: -1px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 60px;
  z-index: -1;
}
.blog .item-list a {
  color: #313232;
}
.blog .introtext-image {
  margin-bottom: 26px;
}
.blog .vina-readmore {
  margin-top: 15px;
}
.blog .vina-item-date {
  margin-top: 7px;
  padding-top: 17px;
}
.blog .entry-title {
  font-size: 24px;
  font-weight: normal;
}
.blog .entry-title a {
  color: #313232;
}
.blog .pagination {
  margin-top: -20px;
}
.blog .blogItemView {
  padding: 0 0 0 15px;
}
.category-list #limit {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-left: 25px;
}
.category-list .category {
  margin-top: 40px;
}
.category-list .category li {
  list-style: none;
  width: 100%;
  display: block;
  margin: 6px 0;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 40px;
  padding-bottom: 44px;
  position: relative;
  z-index: 1;
}
.category-list .category li:after {
  border-bottom: 1px solid #535353;
  bottom: -1px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 60px;
  z-index: -1;
}
.category-list .category li .list-hits {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  min-width: 40px;
  padding: 5px 10px;
}
.category-list .category li:last-child {
  border: 0;
}
.category-list .category li:last-child:after {
  border: 0;
}
.category-list .category .list-title a {
  color: #313232;
  font-weight: 500;
}
.categories-list .item-title a {
  font-size: 24px;
  color: #313232;
}
.categories-list .item-title span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 19px;
}
.search-results dt,
.search-results dd {
  display: inherit;
  margin: 5px 0;
}
.item-page .entry-meta.muted {
  background: none !important;
}
.item-page .entry-title {
  border: 0;
  margin-bottom: 0;
}
.item-page .entry-title a {
  font-weight: 500;
}
.item-page .fulltext-image {
  margin-bottom: 30px;
}
.item-page .item-page-body {
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 40px;
  padding-bottom: 44px;
  position: relative;
  z-index: 1;
}
.item-page .item-page-body:after {
  border-bottom: 1px solid #535353;
  bottom: -1px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 60px;
  z-index: -1;
}
.item-page .item-page-body > .media-body {
  padding-left: 30px;
}
.vina_comments {
  background: #fff;
}
.vina_comments ul {
  margin: 0;
  padding: 0;
}
.vina_comments li {
  list-style: none;
  border-bottom: 0;
  background: #fff;
  padding: 0;
  margin-bottom: 10px;
}
.vina_comments img {
  border: 0;
  padding: 0;
}
.vina_comments .comment_link {
  margin: 0 0 15px;
  background: #f5f5f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 9px 12px;
  font-size: 13px;
  position: relative;
  z-index: 1;
}
.vina_comments .comment_link:after {
  width: 30px;
  height: 23px;
  background: #f5f5f5;
  position: absolute;
  transform: rotate(62deg);
  left: 8px;
  bottom: -4px;
  z-index: -1;
  content: " ";
}
.vina_comments .lcUsername {
  display: block;
  line-height: 30px;
}
.vina_comments .lcUsername a {
  color: #999;
}
.vina_comments .lcCommentDate {
  color: #999;
  font-size: 12px;
}
.vina_comments .lcComment {
  color: #999;
}
.module.porfolio-page {
  margin-bottom: 85px;
  background: none;
}
.module.porfolio-page h3 {
  margin-top: 0;
}
.module.porfolio-page ul.gallery .item {
  margin: 10px;
}
.module.porfolio-page .gallery-filters {
  margin-bottom: 46px;
}
button,
input[type='submit'],
input[type='button'],
submit {
  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;
  *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);
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
button:hover,
button:active,
button.active,
button.disabled,
button[disabled],
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit'].active,
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button']:hover,
input[type='button']:active,
input[type='button'].active,
input[type='button'].disabled,
input[type='button'][disabled],
submit:hover,
submit:active,
submit.active,
submit.disabled,
submit[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
button:active,
button.active,
input[type='submit']:active,
input[type='submit'].active,
input[type='button']:active,
input[type='button'].active,
submit:active,
submit.active {
  background-color: #cccccc \9;
}
button:first-child,
input[type='submit']:first-child,
input[type='button']:first-child,
submit:first-child {
  *margin-left: 0;
}
button:hover,
input[type='submit']:hover,
input[type='button']:hover,
submit: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;
}
button:focus,
input[type='submit']:focus,
input[type='button']:focus,
submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active,
input[type='submit'].active,
input[type='submit']:active,
input[type='button'].active,
input[type='button']:active,
submit.active,
submit: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);
}
button.disabled,
button[disabled],
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button'].disabled,
input[type='button'][disabled],
submit.disabled,
submit[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;
}
button.social,
input[type='submit'].social,
input[type='button'].social,
submit.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
button.social.facebook,
input[type='submit'].social.facebook,
input[type='button'].social.facebook,
submit.social.facebook {
  color: #0378a9;
}
button.social.facebook:hover,
input[type='submit'].social.facebook:hover,
input[type='button'].social.facebook:hover,
submit.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
button.social.twitter,
input[type='submit'].social.twitter,
input[type='button'].social.twitter,
submit.social.twitter {
  color: #17b8fb;
}
button.social.twitter:hover,
input[type='submit'].social.twitter:hover,
input[type='button'].social.twitter:hover,
submit.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
button.social.pinterest,
input[type='submit'].social.pinterest,
input[type='button'].social.pinterest,
submit.social.pinterest {
  color: #dc4e44;
}
button.social.pinterest:hover,
input[type='submit'].social.pinterest:hover,
input[type='button'].social.pinterest:hover,
submit.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
button.social.gplus,
input[type='submit'].social.gplus,
input[type='button'].social.gplus,
submit.social.gplus {
  color: #9d261d;
}
button.social.gplus:hover,
input[type='submit'].social.gplus:hover,
input[type='button'].social.gplus:hover,
submit.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
button.social:hover,
input[type='submit'].social:hover,
input[type='button'].social:hover,
submit.social:hover {
  text-decoration: none;
}
.btn.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.btn.social.facebook {
  color: #0378a9;
}
.btn.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
.btn.social.twitter {
  color: #17b8fb;
}
.btn.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
.btn.social.pinterest {
  color: #dc4e44;
}
.btn.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
.btn.social.gplus {
  color: #9d261d;
}
.btn.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
.btn.social:hover {
  text-decoration: none;
}
.vina-border-bottom {
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 40px;
  padding-bottom: 44px;
  position: relative;
  z-index: 1;
}
.vina-border-bottom:after {
  border-bottom: 1px solid #535353;
  bottom: -1px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 60px;
  z-index: -1;
}
.icon-pagelines:before {
  content: "\f18c";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-thumbs-o-up:before {
  content: "\f087";
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .custom.vina-banner-1 {
    background-attachment: initial !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: initial !important;
  }
}
.rtl .vina-cart-fixed {
  right: initial;
  left: 0;
}
.rtl .vina-cart-fixed .vina-cart {
  text-align: left;
}
.rtl .vina-cart-fixed .vina-cart .box-cart .total_2 {
  margin-left: 0 !important;
}
.rtl .vina-cart-fixed .vina-cart .box-cart .link_cart {
  -webkit-border-radius: 0 5px 5px 0px !important;
  -moz-border-radius: 0 5px 5px 0px !important;
  border-radius: 0 5px 5px 0px !important;
}
.rtl .vina-cart-fixed .vina-cart .box-cart .total_products {
  left: inherit;
  right: 7px;
  top: 0;
}
.rtl .vina-cart-fixed .vina-cart .box-cart#wishlist_total .total_products {
  top: 5px;
}
.rtl .vina-cart-fixed .currency-box {
  float: left;
}
.rtl .vina-cart-fixed .currency-box .down {
  right: inherit;
  left: 0;
}
.rtl .vina-cart-fixed .currency-box #id_currency {
  -webkit-border-radius: 0 5px 5px 0px !important;
  -moz-border-radius: 0 5px 5px 0px !important;
  border-radius: 0 5px 5px 0px !important;
}
.rtl .vina-cart-fixed #control-label i {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  float: left;
}
.rtl .vina-cart-fixed .static-left-content {
  left: -100%;
}
.rtl .vina-cart-fixed .static-left-content.open {
  left: 0;
}
.rtl .jshop_button_print {
  float: left;
}
.rtl .jshop .product_label {
  left: -5px;
}
.rtl .vina-service-shop .box-wrapper .media .media-body {
  padding-left: inherit;
  padding-right: 10px;
}
.rtl #sp-banner-wrapper #banner > [class*="span"]:first-child {
  padding-right: 0;
  padding-left: 4px;
}
.rtl #sp-banner-wrapper #banner > [class*="span"]:last-child {
  padding-left: 0;
  padding-right: 26px;
  margin-right: 0;
}
.rtl .vina-main-subscribe .acymailing_module_form td.acysubbuttons {
  left: 0;
  right: -2px;
}
.rtl .vina-item-body {
  padding-left: 0;
  padding-right: 20px;
}
.rtl .vina-blog-large .catItemView {
  padding: 0 15px 0 0;
}
.rtl div.rating-cancel,
.rtl div.star-rating {
  float: right;
}
.rtl .productfull .shopping-cart .btn-cart {
  position: relative;
}
.rtl .productfull .shopping-cart .btn-cart i {
  position: absolute;
  left: 13px;
  top: 11px;
  width: 100%;
}
.rtl .productfull .shopping-cart .btn-cart i:before {
  left: 0;
}
.rtl .custom.vina-banner-2 .banner > [class*="span"]:last-child {
  padding-left: 0;
  padding-right: 15px;
  margin-right: 0;
}
.rtl .custom.vina-banner-2 .banner > [class*="span"]:first-child {
  padding-right: 0;
  padding-left: 15px;
}
.rtl .custom_vina-subscribe .content .input-append .btn {
  padding: 0 0px 0 26px;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}
.rtl .custom_vina-subscribe .content .input-append .btn:before {
  left: inherit;
  right: -19px;
}
.rtl .custom_vina-banner .banner > [class*="span"]:first-child {
  padding-right: 0;
  padding-left: 5px;
}
.rtl .custom_vina-banner .banner > [class*="span"]:last-child {
  padding-left: 0;
  margin-right: 0;
  padding-right: 5px;
}
.rtl #sp-search .search i {
  left: 10px;
  right: inherit;
}
.rtl .vina-carousel-jshopping {
  direction: ltr;
}
.rtl .vina-camera-slider {
  direction: ltr;
}
.rtl #sp-main-menu ul.level-0 {
  margin-left: 0;
}
.rtl .vina-jshopping-treview .vina-treeview-jshopping .treeview-red li {
  text-align: left;
}
.rtl .vina-jshopping-treview .vina-treeview-jshopping .treeview-red li > div {
  float: left;
  margin-right: initial;
  margin-left: 0px;
}
.rtl .stars_active {
  float: left;
}
.rtl .vina-carousel .carousel .carousel-control.left {
  right: inherit;
  left: 0;
}
.rtl .vina-carousel .carousel .carousel-control.right {
  left: inherit;
  right: 0;
}
.rtl #sp-services-wrapper #about-accordion .accordion-toggle {
  padding: 13px 28px 4px 0;
  margin-left: inherit;
  margin-right: 18px;
}
.rtl #sp-services-wrapper #about-accordion .accordion-toggle:before {
  left: inherit;
  right: 1px;
}
.rtl #sp-services-wrapper #about-accordion .accordion-body.collapse.in:before {
  left: inherit;
}
.rtl #sp-main-menu .vina-categories a:after {
  content: "";
}
.rtl .vina-categories a:after {
  margin-left: 9px;
  color: #e9e9e9;
  content: "\f10c";
  font-family: FontAwesome;
  font-size: 12px;
}
.rtl .vina-categories a:before {
  content: "";
}
.rtl .vina-categories li.activeCategory a:after,
.rtl .vina-categories li:hover a:after,
.rtl .vina-categories li:focus a:after {
  content: "\f111";
}
.rtl .vina-categories li.activeCategory a:before,
.rtl .vina-categories li:hover a:before,
.rtl .vina-categories li:focus a:before {
  content: "";
}
.rtl .tophits_products .block_item {
  padding: 0;
}
.rtl .tophits_products .block_item a img {
  margin: 0;
}
.rtl .vina-search input[type="text"]:active,
.rtl .vina-search input[type="text"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul.level-0 {
  margin-left: 30px;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 > li >a {
  display: block;
  margin: 0;
  padding: 10px 25px;
  line-height: 60px;
  border-right: 1px solid #fff;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 0;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#sp-main-menu ul.level-0 > li >a:after {
  top: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  width: 100%;
  z-index: -1;
}
#sp-main-menu ul.level-0 > li >a:hover,
#sp-main-menu ul.level-0 > li >a:focus {
  text-decoration: inherit;
  outline: none;
}
#sp-main-menu ul.level-0 > li >a:hover:after,
#sp-main-menu ul.level-0 > li >a:focus:after {
  top: 0;
  height: 100%;
  width: 100%;
}
#sp-main-menu ul.level-0 > li >a:focus {
  outline: none;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  color: #999;
  display: block;
}
#sp-main-menu ul.level-0 > li.active > a:after {
  top: 0;
  height: 100% !important;
}
#sp-main-menu ul.level-0 > li:hover > a:after {
  top: 0;
  height: 100%;
  width: 100%;
}
#sp-main-menu ul.level-0 > li.parent {
  position: relative;
}
#sp-main-menu ul.level-0 > li.parent:after {
  -webkit-transition: all 600ms ease 600ms;
  -moz-transition: all 600ms ease 600ms;
  -o-transition: all 600ms ease 600ms;
  transition: all 600ms ease 600ms;
}
#sp-main-menu ul.level-0 > li.parent:hover {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#sp-main-menu ul.level-0 > li.parent:hover:after {
  border-left: 10px solid transparent;
  -webkit-transition: all 600ms ease 600ms;
  -moz-transition: all 600ms ease 600ms;
  -o-transition: all 600ms ease 600ms;
  transition: all 600ms ease 600ms;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #eee;
  bottom: -15px;
  content: '';
  left: 50%;
  z-index: 9;
  margin-left: -10px;
  position: absolute;
}
#sp-main-menu ul.level-0 > li.parent >a {
  padding: 10px 23px;
}
#sp-main-menu ul.level-0 > li.parent >a span.menu:after {
  position: absolute;
  right: 11px;
  font-family: FontAwesome;
  content: "\f107";
  font-size: 16px;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  position: relative;
  text-transform: capitalize;
  padding-left: 20px;
  background: #fff;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):first-child {
  border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group).active > a {
  font-weight: bold;
}
#sp-main-menu li li:not(.sp-menu-group):before {
  content: "\f04d";
  font-family: FontAwesome;
  font-size: 6px;
  left: 10px;
  -webkit-transition: color 600ms ease 0s;
  -moz-transition: color 600ms ease 0s;
  -o-transition: color 600ms ease 0s;
  transition: color 600ms ease 0s;
  line-height: 35px;
  color: #b3b3b3;
  position: absolute;
}
#sp-main-menu li li:not(.sp-menu-group):after {
  top: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transition: all 600ms ease 0s;
  -moz-transition: all 600ms ease 0s;
  -o-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
  width: 0;
  z-index: 0;
}
#sp-main-menu li li:not(.sp-menu-group):hover,
#sp-main-menu li li:not(.sp-menu-group):focus {
  text-decoration: inherit;
  outline: none;
}
#sp-main-menu li li:not(.sp-menu-group):hover > a,
#sp-main-menu li li:not(.sp-menu-group):focus > a {
  font-weight: bold;
}
#sp-main-menu li li:not(.sp-menu-group):hover:after,
#sp-main-menu li li:not(.sp-menu-group):focus:after {
  top: 0;
  height: 100%;
  width: 100%;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  text-decoration: none;
  -webkit-transition: background 600ms;
  -moz-transition: background 600ms;
  -o-transition: background 600ms;
  transition: background 600ms;
  padding: 10px;
  color: #666666;
  z-index: 1;
  position: relative;
}
#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:before {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 15px;
}
#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 li li:not(.sp-menu-group):hover:before,
#sp-main-menu li li:not(.sp-menu-group).active:before {
  z-index: 99;
}
#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: #666;
}
#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: 10px 0 0;
  text-transform: none;
  font-size: 14px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module h4 {
  font-size: 14px;
}
#sp-main-menu .vina-categories a:before {
  content: "";
}
#sp-main-menu .menu-show-product .block_item {
  padding: 0;
}
#sp-main-menu .menu-show-product .block_item:hover {
  padding: 0 !important;
}
#sp-main-menu .menu-show-product .block_item:after {
  background: none !important;
}
#sp-main-menu .menu-show-product .block_item:before {
  content: "";
}
#sp-main-menu .menu-show-product .block_item a {
  padding: 0;
  font-size: 13px;
}
#sp-main-menu .menu-show-product .block_item .media-body {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
#sp-main-menu .menu-show-product .block_item .media-body .item_name {
  margin: 0;
}
li.jshop_menu.jshop_menu_level_1 {
  display: none !important;
}
.sp-submenu {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  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;
}
.sp-submenu.open {
  z-index: 99;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  padding-top: 20px;
}
.sp-submenu.open:after {
  top: 15px;
  content: '';
  width: 100%;
  position: absolute;
}
.sp-submenu .sp-submenu-wrap {
  background: #fff;
  -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);
}
.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;
  margin-top: -15px;
}
.vina-menu {
  position: absolute !important;
  right: 0;
  top: 10px !important;
  padding: 10px 14px 8px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: auto !important;
  margin: 0 !important;
  font-family: 'Kotta One';
  font-size: 38px;
}
.vina-menu:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.vina-menu-small {
  position: absolute !important;
  right: 5px;
  top: 5px;
  padding: 4px 4px 3px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: auto !important;
  margin: 0 !important;
  font-family: 'Kotta One';
  font-size: 36px;
}
.vina-menu-small:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.sp-mobile-menu {
  background: #686868;
}
.sp-mobile-menu > ul > li img {
  display: none;
}
.sp-mobile-menu > ul > li.parent.open {
  border-top: 1px solid #5C5C5C;
}
.sp-mobile-menu ul li {
  background: #e6e6e6;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #fff;
  position: relative;
  padding: 0;
}
.sp-mobile-menu ul li.last {
  border-bottom: 0;
}
.sp-mobile-menu ul li.parent.open > a {
  color: #fff;
  border-bottom: 1px solid #5C5C5C;
}
.sp-mobile-menu ul li.parent.open > span.sp-menu-toggler i {
  background: #fff;
}
.sp-mobile-menu ul li a {
  font-size: 17px;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  font-weight: 600;
  width: 100%;
  padding: 0 7px 0 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-mobile-menu ul li.active > span.sp-menu-toggler i,
.sp-mobile-menu ul li:hover > span.sp-menu-toggler i {
  background: #fff;
}
.sp-mobile-menu ul li > ul li {
  background: #777777;
  border-top: 0;
  border-bottom: 1px solid #5C5C5C;
}
.sp-mobile-menu ul li > ul li a {
  color: #fff;
}
.sp-mobile-menu ul li > ul > li.parent.open > a {
  color: #fff;
}
.sp-mobile-menu ul li > ul > li.parent.open > span.sp-menu-toggler i {
  background: #fff;
}
.sp-mobile-menu ul li > ul > li a {
  font-size: 14px;
}
.sp-mobile-menu ul li > ul > li.active span.sp-menu-toggler i,
.sp-mobile-menu ul li > ul > li:hover span.sp-menu-toggler i {
  background: #fff;
}
.sp-mobile-menu ul li > ul > li > span.sp-menu-toggler i {
  color: #fff;
}
.sp-mobile-menu ul li > ul > li > ul > li.parent.open > a {
  color: #fff;
}
.sp-mobile-menu ul li > ul > li > ul > li.parent.open > span.sp-menu-toggler i {
  background: #fff;
}
.sp-mobile-menu ul li > ul > li > ul > li.active span.sp-menu-toggler i,
.sp-mobile-menu ul li > ul > li > ul > li:hover span.sp-menu-toggler i {
  background: #fff;
}
.sp-mobile-menu ul li > ul > li > ul > li > span.sp-menu-toggler i {
  color: #fff;
}
.sp-mobile-menu ul li span.sp-menu-toggler {
  height: 40px;
  position: absolute;
  right: 3px;
  top: 0;
}
.sp-mobile-menu ul li span.sp-menu-toggler i {
  width: 28px;
  height: 28px;
  font-size: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 28px;
  margin-top: 5px;
  background: #289daa;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.sp-mobile-menu ul li span.sp-menu-toggler i.icon-angle-down:before {
  content: "\f0d8";
}
.sp-mobile-menu ul li span.sp-menu-toggler i.icon-angle-right:before {
  content: "\f0da";
}
.sp-mobile-menu .header-button {
  height: 38px;
  line-height: 38px;
  text-align: right;
  border-bottom: 1px solid #5C5C5C;
}
.sp-mobile-menu .header-button p {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 65px;
  text-transform: uppercase;
}
.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 {
  padding: 10px 20px;
}
.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: 10px;
}
.rtl #sp-main-menu li li:not(.sp-menu-group) {
  padding-right: 20px;
  padding-left: 0;
}
.rtl #sp-main-menu li li:not(.sp-menu-group):before {
  left: inherit;
  right: 10px;
}
.rtl #sp-main-menu li li:not(.sp-menu-group):after {
  left: inherit;
  right: 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:before {
  right: inherit;
  left: 10px;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  padding-right: 0;
  padding-left: 20px;
}
.rtl #sp-main-menu .menu-show-product .block_item {
  padding: 0;
}
.rtl #sp-main-menu .menu-show-product .block_item a img {
  margin: 0;
}
.menu-fixed {
  top: 0;
  width: 100%;
  -webkit-animation: fadeInDown 900ms;
  -moz-animation: fadeInDown 900ms;
  -o-animation: fadeInDown 900ms;
  animation: fadeInDown 900ms;
  -webkit-animation: fadeInDown 900ms;
  -moz-animation: fadeInDown 900ms;
  -ms-animation: fadeInDown 900ms;
  animation: fadeInDown 900ms;
}
.fixed .hidden-desktop {
  display: none;
}
.menu-shop .shop-categories ul li {
  display: inline-block;
}
li.menu-layout {
  padding: 0 !important;
}
li.menu-layout > a {
  padding: 20px !important;
}
li.menu-layout > a > .menu {
  text-align: center;
}
li.menu-layout > a > .menu > .menu-title {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
li.menu-preset1:after {
  background: #28a8dd !important;
}
li.menu-preset1:before {
  color: #28a8dd !important;
}
li.menu-preset2:after {
  background: #31a857 !important;
}
li.menu-preset2:before {
  color: #31a857 !important;
}
li.menu-preset3:after {
  background: #eb2b83 !important;
}
li.menu-preset3:before {
  color: #eb2b83 !important;
}
li.menu-preset4:after {
  background: #85c5d4 !important;
}
li.menu-preset4:before {
  color: #85c5d4 !important;
}
li.menu-preset5:after {
  background: #f37331 !important;
}
li.menu-preset5:before {
  color: #f37331 !important;
}
li.menu-preset6:after {
  background: #bd3340 !important;
}
li.menu-preset6:before {
  color: #bd3340 !important;
}
.module {
  margin-top: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: normal;
}
.module h3 .bold {
  font-weight: bold;
}
.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-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;
}
.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;
}
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;
}
.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;
}
.sp-blocknumber span.circle {
  -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;
}
.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;
}
.no-modal {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  left: auto;
  margin-left: auto;
  outline: 0 none;
  position: inherit;
  top: auto;
  margin-right: auto;
}
.text-hidden span {
  display: none;
}
.border {
  border: 1px solid ;
}
.rtl .pull-left {
  float: right;
}
.rtl .pull-right {
  float: left;
}
.icon-hidden span {
  display: none !important;
}
.vina-mail span {
  display: inline !important;
  font-weight: normal !important;
  height: auto !important;
  position: initial !important;
  text-align: left !important;
  top: 0 !important;
  width: auto !important;
  margin: 0 !important;
  line-height: normal !important;
}
#vina-faq {
  margin-bottom: 50px;
}
#vina_pricing_table {
  padding: 0;
  -webkit-transform: translateZ(0);
}
#vina_pricing_table h2 {
  font-size: 36px;
  font-weight: normal;
  margin-top: -7px;
}
#vina_pricing_table p {
  font-size: 13px;
}
#vina_pricing_table ul.pricing_table {
  float: left;
  margin-bottom: 79px;
  width: 100%;
}
#vina_pricing_table ul.pricing_table li.thumbnail {
  display: inline-block;
  list-style: none;
  float: left;
  background: #fff;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vina_pricing_table ul.pricing_table li.thumbnail .item-pricing {
  margin: 0;
}
#vina_pricing_table ul.pricing_table li.thumbnail .item-title {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-right: 0;
}
#vina_pricing_table ul.pricing_table li.thumbnail .item-title h2 {
  color: #333333;
}
#vina_pricing_table ul.pricing_table li.thumbnail .infor-pricing {
  border-right: 0;
}
#vina_pricing_table ul.pricing_table li.thumbnail p {
  margin: 0;
}
#vina_pricing_table ul.pricing_table li.thumbnail:last-child .item-title {
  border-right: 1px solid #e3e3e3;
}
#vina_pricing_table ul.pricing_table li.thumbnail:last-child .infor-pricing {
  border-right: 1px solid #e3e3e3;
}
#vina_pricing_table ul.pricing_table li.thumbnail:hover {
  -webkit-transform: scaleY(1.1);
  -moz-transform: scaleY(1.1);
  -ms-transform: scaleY(1.1);
  -o-transform: scaleY(1.1);
  transform: scaleY(1.1);
}
#vina_pricing_table ul.pricing_table li.thumbnail:hover .item-title {
  border: 0;
  background: none !important;
  border-bottom: 1px solid #e3e3e3;
}
#vina_pricing_table ul.pricing_table li.thumbnail:hover .infor-pricing {
  border: 0;
}
#vina_pricing_table .pricing_table {
  margin: 0;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 4px;
  margin-bottom: 42px;
}
#vina_pricing_table .pricing_table .thumbnail {
  background: #faf9f9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#vina_pricing_table .pricing_table .thumbnail .item-title {
  padding: 14px 0;
  background: #363636;
}
#vina_pricing_table .pricing_table .thumbnail h2 {
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
}
#vina_pricing_table .pricing_table .thumbnail .item-pricing {
  margin: 9px;
}
#vina_pricing_table .pricing_table .thumbnail .infor-pricing {
  border: 1px solid #e3e3e3;
  border-top: 0;
}
#vina_pricing_table .pricing_table .thumbnail .body-pricing {
  border: 1px solid #e3e3e3;
  padding-bottom: 36px;
  border-right: 0;
  border-left: 0;
  background: #fff;
}
#vina_pricing_table .pricing_table .thumbnail h3 {
  font-size: 55px;
  font-weight: normal;
  padding: 11px 0 27px;
  margin: 0;
}
#vina_pricing_table .pricing_table .thumbnail h3 .money {
  font-size: 21px;
  color: #000;
}
#vina_pricing_table .pricing_table .thumbnail h3 .month {
  font-size: 17px;
  left: 4px;
  top: -19px;
}
#vina_pricing_table .pricing_table .thumbnail h3 sub {
  font-size: 11px;
  color: #000;
  left: -16px;
}
#vina_pricing_table .pricing_table .thumbnail button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  background: #000;
  margin: 15px 0;
  padding: 7px 17px;
}
#vina_pricing_table .pricing_table .thumbnail p {
  border-bottom: 1px solid #F0F0F0;
  font-size: 13px;
  margin: 0 13px;
  padding: 9px 0;
}
#vina_pricing_table .pricing_table .thumbnail button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
#vina_pricing_table .pricing_table .thumbnail:hover {
  -webkit-box-shadow: 0 1px 10px -5px #000;
  -moz-box-shadow: 0 1px 10px -5px #000;
  box-shadow: 0 1px 10px -5px #000;
  z-index: 2;
}
#vina_pricing_table .pricing_table .thumbnail:hover h2 {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  -o-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  -ms-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#vina_pricing_table .pricing_table .thumbnail:hover h3 {
  -webkit-animation: bounceOut 800ms ease;
  -moz-animation: bounceOut 800ms ease;
  -o-animation: bounceOut 800ms ease;
  animation: bounceOut 800ms ease;
  -webkit-animation: bounceOut 800ms ease;
  -moz-animation: bounceOut 800ms ease;
  -ms-animation: bounceOut 800ms ease;
  animation: bounceOut 800ms ease;
}
#vina_pricing_table .pricing_table .thumbnail:hover p {
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  -o-animation: moveFromBottom 500ms ease;
  animation: moveFromBottom 500ms ease;
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  -ms-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;
  -o-animation: bounceInLeft 500ms ease;
  animation: bounceInLeft 500ms ease;
  -webkit-animation: bounceInLeft 500ms ease;
  -moz-animation: bounceInLeft 500ms ease;
  -ms-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;
}
#vina_company .img-polaroid figure {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: auto;
  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;
}
#vina_company .img-polaroid figure .contact a em:before {
  color: #fff;
  display: inline-block;
  font-size: 30px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 100%;
}
#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;
  background: #fff;
  overflow: hidden;
  -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;
  -o-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  -ms-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;
  -o-animation: bounceInLeft 500ms ease;
  animation: bounceInLeft 500ms ease;
  -webkit-animation: bounceInLeft 500ms ease;
  -moz-animation: bounceInLeft 500ms ease;
  -ms-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%;
  margin-right: 10px;
  font-size: 24px;
  color: #fff;
}
#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;
  -o-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  -ms-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;
  -o-animation: moveFromRight 1000ms ease;
  animation: moveFromRight 1000ms ease;
  -webkit-animation: moveFromRight 1000ms ease;
  -moz-animation: moveFromRight 1000ms ease;
  -ms-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;
  -o-animation: bounceInLeft 1000ms ease;
  animation: bounceInLeft 1000ms ease;
  -webkit-animation: bounceInLeft 1000ms ease;
  -moz-animation: bounceInLeft 1000ms ease;
  -ms-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;
  outline: none;
  border: 0;
  height: 40px;
  line-height: 26px;
  width: 40px;
  top: 50%;
  background: transparent;
}
#vina_about_us .carousel .carousel-control:before {
  font-size: 40px;
  line-height: 40px;
}
#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-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#sp_simple_map_canvas {
  height: 435px !important;
}
.vina-map {
  padding: 6px;
  border: 1px solid #f0f0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-register {
  background: #f0f0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 40px;
}
.vina-register .page-header {
  font-size: 26px;
  padding: 15px 0;
  text-transform: uppercase;
}
.vina-register .k2AccountPage {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-register .k2AccountPageUpdate .button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 20px;
  border: 0;
  margin-top: 30px;
  padding: 8px 15px;
}
.vina-register .k2AccountPageUpdate .button:hover,
.vina-register .k2AccountPageUpdate .button:focus {
  outline: none;
  background: #e4e4e4;
  border-bottom: 3px solid #cbcbcb;
}
.vina-register input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vina-login {
  width: 50%;
  margin: 0 auto;
  background: #f0f0f0;
}
.vina-login h2 {
  font-size: 24px;
  padding: 20px 0;
  margin: 0;
  text-transform: uppercase;
}
.vina-login input {
  -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;
  height: auto;
  line-height: 36px;
  width: 70%;
  float: left;
}
.vina-login .controls {
  margin: 0;
}
.vina-login .controls button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  text-shadow: none;
}
.vina-login form {
  padding: 20px;
}
.vina-login .control-label {
  width: auto;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
  padding: 10px 20px;
}
.vina-login .control-label label {
  font-size: 16px;
  font-weight: 500;
}
#vina_contact_us .header {
  font-size: 20px;
}
#vina_contact_us .bold {
  font-weight: bold;
}
#vina_contact_us .contact-infor .media >i {
  font-size: 20px;
}
#vina_contact_us .contact-infor .media-list .media {
  margin-top: 2px;
}
#vina_contact_us .contact-infor .media-list .media:first-child {
  margin-top: 24px;
}
#vina_contact_us .module.vina-follow {
  margin-top: 7px;
}
#vina_contact_us .contact_us {
  padding: 0;
  margin-bottom: 88px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina_contact_us .contact_us h2 {
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 11px;
  margin-top: 38px;
}
#vina_contact_us .contact_us p {
  font-size: 13px;
}
#vina_contact_us .contact_us h3 {
  line-height: 20px;
}
#vina_contact_us .contact_us .qlform {
  position: relative;
}
#vina_contact_us .contact_us .qlform form {
  margin-bottom: 0;
}
#vina_contact_us .contact_us .qlform .control-group {
  margin-bottom: 5px;
}
#vina_contact_us .contact_us .qlform .control-group .control-label {
  width: 100%;
  text-align: left;
}
#vina_contact_us .contact_us .qlform .control-group .controls {
  width: 100%;
  display: block;
  margin: 0;
}
#vina_contact_us .contact_us .qlform .control-group .controls input,
#vina_contact_us .contact_us .qlform .control-group .controls textarea {
  height: auto;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform .control-group .controls input.submit {
  width: auto;
  border: 0 none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 12px;
  font-weight: 600;
  margin-top: 15px;
  padding: 13px 24px;
  text-transform: uppercase;
}
#vina_contact_us .contact_us .qlform .control-group .controls textarea {
  height: 135px;
}
#vina_contact_us .contact_us .qlform .control-group.jform_name {
  width: 47%;
  margin-right: 6%;
  float: left;
}
#vina_contact_us .contact_us .qlform .control-group.jform_email {
  width: 47%;
  float: left;
}
#vina_contact_us .map {
  background: #fff;
  padding: 15px 20px 10px;
  -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-project h2 {
  color: #101010;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}
#vina-project h2.gallery-project {
  margin-bottom: 40px;
}
#vina-project .time-line-project {
  margin-left: 40px;
}
#vina-project .wrap {
  max-width: 60%;
  margin: 0 auto;
  padding-left: 20px;
  border-radius: 0%;
}
#vina-project .wrap li {
  margin: 2em 0;
  list-style-type: none;
  position: relative;
}
#vina-project .wrap li input {
  display: none;
}
#vina-project .wrap li .lab {
  margin: 23px 0 10px;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 1px;
  cursor: pointer;
}
#vina-project .wrap li .date {
  position: absolute;
  left: -120px;
  top: 50%;
  margin-top: -7px;
  font-size: 14px;
}
#vina-project .wrap li .circle {
  width: 8px;
  height: 8px;
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -4px;
  border-radius: 50%;
}
#vina-project .wrap li .content {
  max-height: 50px;
  border: 2px solid transparent;
  padding: 0px 10px 20px 0px;
  border-radius: 10px;
  position: relative;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#vina-project .wrap li .content p {
  display: none;
}
#vina-project .wrap li .content:before,
#vina-project .wrap li .content:after {
  width: 0px;
  height: 0px;
  position: absolute;
  top: 50%;
  right: 100%;
  border: solid transparent;
  content: "";
}
#vina-project .wrap li .content:before {
  border-width: 15px;
  border-right-color: inherit;
  margin-top: -12px;
}
#vina-project .wrap li .content:after {
  border-width: 13px;
  margin-top: -10px;
  border-right-color: #fff;
}
#vina-project .wrap li .content p {
  font-size: 14px;
  color: transparent;
  transition: color 0.2s linear;
}
#vina-project input:checked ~ .content {
  max-height: 200px;
  display: block;
  padding-left: 20px;
  border-color: #fff;
}
#vina-project input:checked ~ .content p {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  display: block;
}
#vina-project input:checked ~ .content .lab {
  cursor: auto;
}
#vina-project .vina-other h3 {
  color: #101010;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 28px;
}
#vina-project .vina-other ul {
  margin: 0;
}
#vina-project .vina-other ul.upcoming li {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#vina-project .vina-other ul.upcoming li:hover {
  padding-left: 15px;
}
#vina-project .vina-other ul.list-hands {
  margin-top: 33px;
}
#vina-project .vina-other li {
  list-style: none;
  border-bottom: 1px solid #dfdfdf;
  line-height: 22px;
  padding: 7px 0;
}
#vina-project .vina-other li i {
  margin-right: 5px;
}
#vina-project .vina-other li:last-child {
  border-bottom: 0;
}
#vina-project ul#gallery .item-img img {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#vina-project ul#gallery .item-img a {
  overflow: hidden;
  display: block;
}
#vina-project ul#gallery .item-img a:hover img {
  -webkit-transform: rotate(5deg) scale(1.2);
  -moz-transform: rotate(5deg) scale(1.2);
  -o-transform: rotate(5deg) scale(1.2);
  transform: rotate(5deg) scale(1.2);
}
@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;
  }
}
div.rating-cancel a,
div.rating-cancel a {
  background: url(../images/delete.gif) no-repeat 0 0px;
}
div.rating-cancel.star-rating-hover a,
div.rating-cancel.star-rating-hover a {
  background: url(../images/delete.gif) no-repeat 0 -16px;
}
div.star-rating-on a {
  background-position: 0 -32px !important;
}
.jshop {
  padding-right: 35px;
}
.jshop.list_related > .row-fluid {
  margin-bottom: 20px;
}
.jshop h1 {
  font-size: 60px;
  font-weight: 300;
  margin-top: 6px;
  color: #000;
  text-transform: uppercase;
}
.jshop h1 .bold {
  font-weight: bold;
}
#mxcpr {
  display: none;
}
.jshop_list_product .image_block {
  padding: 0;
  max-width: 100%;
}
.jshop_list_product #order {
  font-size: 13px;
  outline: none;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  padding: 8px 4px;
  width: 200px;
}
.block_product,
.vina-jshopping-product {
  overflow: hidden;
}
.product {
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product:hover .review_mark {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: 500ms ease 0s normal none 1 moveFromLeft;
  -moz-animation: 500ms ease 0s normal none 1 moveFromLeft;
  -o-animation: 500ms ease 0s normal none 1 moveFromLeft;
  animation: 500ms ease 0s normal none 1 moveFromLeft;
  -webkit-animation: 500ms ease 0s normal none 1 moveFromLeft;
  -moz-animation: 500ms ease 0s normal none 1 moveFromLeft;
  -ms-animation: 500ms ease 0s normal none 1 moveFromLeft;
  animation: 500ms ease 0s normal none 1 moveFromLeft;
}
.product:hover .buttons {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product:hover .buttons .cart {
  -webkit-animation: 500ms ease 0s normal none 1 moveFromLeft;
  -moz-animation: 500ms ease 0s normal none 1 moveFromLeft;
  -o-animation: 500ms ease 0s normal none 1 moveFromLeft;
  animation: 500ms ease 0s normal none 1 moveFromLeft;
  -webkit-animation: 500ms ease 0s normal none 1 moveFromLeft;
  -moz-animation: 500ms ease 0s normal none 1 moveFromLeft;
  -ms-animation: 500ms ease 0s normal none 1 moveFromLeft;
  animation: 500ms ease 0s normal none 1 moveFromLeft;
}
.product:hover .buttons .cart-detail {
  -webkit-animation: 500ms ease 0s normal none 1 moveFromRight;
  -moz-animation: 500ms ease 0s normal none 1 moveFromRight;
  -o-animation: 500ms ease 0s normal none 1 moveFromRight;
  animation: 500ms ease 0s normal none 1 moveFromRight;
  -webkit-animation: 500ms ease 0s normal none 1 moveFromRight;
  -moz-animation: 500ms ease 0s normal none 1 moveFromRight;
  -ms-animation: 500ms ease 0s normal none 1 moveFromRight;
  animation: 500ms ease 0s normal none 1 moveFromRight;
}
.product .review_mark {
  position: absolute;
  margin-top: 0;
  padding: 1px 0;
  z-index: 3;
  width: 100% !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background: rgba(255,255,255,0.9);
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.product .review_mark > div {
  margin: 0 auto;
}
.product .product_label {
  position: absolute;
  z-index: 4;
  margin: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  left: 0;
}
.product .product_label.Sale {
  left: inherit;
  right: 0;
}
.product .caption {
  font-size: 13px;
  position: absolute;
  background: #fff !important;
  opacity: 0.86;
  filter: alpha(opacity=86);
  bottom: 0;
  z-index: 4;
  padding: 10px 0;
  width: 100%;
}
.product .caption a,
.product .caption .jshop_price span {
  font-weight: 500;
}
.product .caption a {
  color: #000;
}
.product .caption a:focus {
  outline: none;
  text-decoration: none;
}
.product .caption .jshop_price span {
  font-size: 16px;
}
.product .caption .old_price,
.product .caption .jshop_price {
  display: inline-block;
  margin: 0 7px;
}
.product .caption .old_price {
  text-decoration: line-through;
  color: #000;
}
.product .jshop_img {
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .buttons {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 4;
  bottom: 0;
  width: 100%;
  padding: 0;
  height: 100%;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  left: 0;
}
.product .buttons a {
  text-align: center;
  display: inline-block;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  top: 40%;
  width: 44px;
  position: absolute;
  margin-bottom: 5px;
  line-height: 44px;
  color: #fff;
}
.product .buttons a.cart {
  left: 0;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.product .buttons a.cart-detail {
  right: 0;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.product .buttons a:focus {
  outline: none;
}
.product .buttons a i {
  font-size: 14px;
}
.product .buttons a .hidden {
  font-size: 0;
  line-height: 0;
  padding-bottom: 0;
  display: block;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  visibility: visible;
}
.product .buttons a:hover {
  height: auto;
  display: inline-block;
}
.product .buttons a:hover i {
  font-size: 18px;
}
.product .buttons a:hover .hidden {
  font-size: 11px;
  padding-bottom: 10px;
  line-height: 18px;
}
.tophits_products li {
  max-width: 100%;
}
.tophits_products .item_name a,
.tophits_products .item_price {
  font-size: 14px;
  font-weight: 500;
  color: #2a2a2a;
}
#id_currency {
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#id_currency:focus {
  outline: none;
}
.stars_active {
  background-image: url("../images/star.gif");
  background-position: 0 -32px;
  background-repeat: repeat-x;
  height: 16px;
}
.stars_no_active {
  background-image: url("../images/star.gif");
  background-position: 0 0;
  background-repeat: repeat-x;
  height: 16px;
}
.productfull h2 {
  font-size: 25px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.productfull .button_back input {
  background: #e4e4e4;
  border: 0;
  border-bottom: 3px solid #cbcbcb;
  text-shadow: none;
  color: #a9a9a9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.productfull .button_back input:hover,
.productfull .button_back input:focus {
  color: #fff;
  outline: none;
}
.productfull .body-product {
  padding-left: 43px;
}
.productfull .prod_attr_img {
  display: none;
}
.productfull .prod_price {
  font-size: 25px;
  margin-top: 8px;
  padding-bottom: 8px;
}
.productfull .prod_price #block_price {
  font-size: 27px;
  color: #d5100c;
}
.productfull .prod_price #old_price {
  font-size: 20px;
  color: #c6c6c6;
  margin-left: 5px;
}
.productfull .image_middle {
  position: relative;
}
.productfull .image_middle .product_label {
  z-index: 1;
}
.productfull #list_product_image_middle a {
  display: inline-block;
  max-width: 100%;
  position: relative;
}
.productfull #list_product_image_middle a img {
  border: 1px solid #f0f0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productfull #list_product_image_thumb > ul {
  margin-top: 25px;
}
.productfull #list_product_image_thumb > ul > li {
  max-width: 84px !important;
}
.productfull #list_product_image_thumb .jshop_img_thumb {
  border: 1px solid #e5e5e5;
  margin: 0 5px;
  display: block;
}
.productfull #list_product_image_thumb .jshop_img_thumb img {
  cursor: pointer;
}
.productfull .text_zoom {
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 10px;
}
.productfull .text_zoom i {
  color: #fff;
  font-size: 20px;
}
.productfull .vina-tab .tab-content {
  padding: 10px 30px 12px 28px;
}
.productfull .jshop_prod_attributes {
  margin-top: 20px;
}
.productfull .jshop_prod_attributes .attributes_title {
  font-size: 20px;
}
.productfull .jshop_prod_attributes .attributes_body select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-left: 1px;
  height: 28px;
  padding: 2px;
  text-align: center;
  font-size: 16px;
  width: 154px;
  margin: 6px 0 0 18px;
}
.productfull .jshop_prod_attributes .attributes_body select:focus {
  outline: none;
}
.productfull .jshop_prod_description {
  font-size: 13px;
}
.productfull .jshop_prod_description strong {
  font-size: 18px;
  font-weight: 500;
}
.productfull .prod_buttons {
  margin-top: 5px;
}
.productfull .prod_buttons .prod_qty {
  font-size: 25px;
}
.productfull .prod_buttons .table_qty tr,
.productfull .prod_buttons .table_qty td {
  border: 1px solid #dadada;
  padding: 0;
}
.productfull .prod_buttons .table_qty .vina-qtyminus {
  overflow: hidden;
}
.productfull .prod_buttons .table_qty .vina-qtyminus .qtyminus {
  padding-bottom: 23px;
}
.productfull .prod_buttons .table_qty .qtyminus,
.productfull .prod_buttons .table_qty .qtyplus,
.productfull .prod_buttons .table_qty #quantity {
  color: #3c3c3c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  padding: 0;
  margin: 0;
  width: 43px;
  height: 43px;
}
.productfull .prod_buttons .table_qty .qtyminus,
.productfull .prod_buttons .table_qty .qtyplus {
  background: #f5f5f5 !important;
  font-size: 24px;
}
.productfull .prod_buttons .table_qty .qtyminus:focus,
.productfull .prod_buttons .table_qty .qtyplus:focus {
  outline: none;
}
.productfull .prod_buttons .lablel-qty {
  font-size: 20px;
  font-weight: 500;
  float: left;
  padding: 13px 0;
  margin-right: 47px;
}
.productfull .prod_buttons .prod_qty_input {
  width: 50%;
  float: left;
}
.productfull .prod_buttons .prod_qty_input #quantity {
  font-size: 16px;
  text-align: center;
}
.productfull .prod_buttons .buttons {
  padding-left: 0;
  width: auto;
}
.productfull .shopping-cart {
  margin-top: 14px;
}
.productfull .shopping-cart .btn-cart {
  display: inline-block;
}
.productfull .shopping-cart .btn-cart input:focus {
  outline: none;
}
.productfull .shopping-cart .btn-cart:after {
  border: 1px solid transparent;
}
.productfull .shopping-cart .btn-cart.btn-add-wish:after {
  border: 1px solid #e4e4e4;
}
.productfull .shopping-cart .btn-cart.btn-cart:hover:after {
  border: 1px solid #e4e4e4;
}
.productfull .shopping-cart .btn-cart.btn-cart:hover i,
.productfull .shopping-cart .btn-cart.btn-cart:hover .submit-cart {
  color: #fff;
}
.productfull .shopping-cart .btn-cart i {
  color: #a9a9a9;
  position: relative;
  z-index: 0;
}
.productfull .shopping-cart .btn-cart i:before {
  font-size: 15px;
  left: 12px;
  position: absolute;
  top: 0;
  z-index: 9;
  pointer-events: none;
}
.productfull .shopping-cart .btn-cart .submit-cart {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0 none;
  color: #a9a9a9;
  font-size: 15px;
  font-weight: 600;
  line-height: 19px;
  padding: 9px 19px 10px 37px;
  text-shadow: none;
  text-transform: capitalize;
  background: #e4e4e4;
  border: 0;
  border-bottom: 3px solid #cbcbcb;
}
.productfull .box-content {
  display: block;
  margin-top: 0;
  border: 1px solid #eee;
  padding: 22px 45px 20px 31px;
}
.productfull .box-content .comments-title {
  font-size: 25px;
  font-weight: 500;
}
.productfull .box-content .review {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 30px;
}
.productfull #jshop_review_write {
  font-size: 13px;
}
.productfull #jshop_review_write .btn-comment {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 12px;
  padding: 12px 21px;
  font-family: raleway;
  font-weight: 500;
}
.productfull #jshop_review_write .inputbox {
  width: 50%;
  height: 40px;
  padding: 4px 15px;
  color: #979797;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productfull #jshop_review_write #review_review {
  width: 100%;
  min-height: 183px;
  border: 1px solid #d7d7d7;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productfull .vina_related .related_header {
  font-size: 27px;
  margin: 53px 0 29px;
  font-weight: 300;
  border: 0;
}
.productfull .vina_related .related_header .bold {
  font-weight: 500;
}
.vina-cart .jshop_img_description_center .jshop_img {
  border: 1px solid #ebebeb;
}
.vina-cart .row-product {
  display: table;
}
.vina-cart .row-product .span2 {
  vertical-align: middle;
}
.vina-cart h3.header {
  margin-bottom: 34px;
}
.vina-cart .cart .row-product {
  margin-bottom: 20px;
}
.vina-cart .jshop_subtotal tr,
.vina-cart .jshop_subtotal td {
  padding: 10px 0;
}
.vina-cart .jshop_subtotal .total {
  border-top: 1px solid #ebebeb;
}
.vina-cart .jshop-navigation {
  margin-top: 10px;
}
.vina-cart .jshop-navigation a {
  overflow: hidden;
}
.vina-cart .jshop-navigation a img {
  opacity: 0;
  filter: alpha(opacity=0);
}
.vina-cart .jshop-navigation a:hover span {
  -webkit-animation: 500ms ease 0s normal none 1 moveFromRight;
  -moz-animation: 500ms ease 0s normal none 1 moveFromRight;
  -o-animation: 500ms ease 0s normal none 1 moveFromRight;
  animation: 500ms ease 0s normal none 1 moveFromRight;
  -webkit-animation: 500ms ease 0s normal none 1 moveFromRight;
  -moz-animation: 500ms ease 0s normal none 1 moveFromRight;
  -ms-animation: 500ms ease 0s normal none 1 moveFromRight;
  animation: 500ms ease 0s normal none 1 moveFromRight;
}
.vina-cart .jshop-navigation a:hover img {
  -webkit-animation: 500ms ease 0s normal none 1 moveFromLeft;
  -moz-animation: 500ms ease 0s normal none 1 moveFromLeft;
  -o-animation: 500ms ease 0s normal none 1 moveFromLeft;
  animation: 500ms ease 0s normal none 1 moveFromLeft;
  -webkit-animation: 500ms ease 0s normal none 1 moveFromLeft;
  -moz-animation: 500ms ease 0s normal none 1 moveFromLeft;
  -ms-animation: 500ms ease 0s normal none 1 moveFromLeft;
  animation: 500ms ease 0s normal none 1 moveFromLeft;
  opacity: 1;
  filter: alpha(opacity=100);
}
.vina-curren h3.header {
  margin-bottom: 21px;
}
#jshop_module_cart {
  margin-bottom: 10px;
}
#jshop_module_cart a {
  padding: 10px;
  font-weight: 500;
  font-family: arial;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#jshop_module_cart a i {
  font-size: 24px;
}
#jshop_module_cart a > span {
  margin-left: 10px;
}
#jshop_module_cart a:hover >span {
  text-decoration: underline;
}
#checkout td {
  width: 50%;
}
#checkout td a {
  background: #B6A7A4;
  color: #FFFFFF;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#checkout td a img {
  display: none;
}
table.jshop {
  padding: 0;
}
table.jshop .table-header td {
  color: #fff;
  font-weight: bold;
}
table.jshop .table-header .js_img {
  width: 9%;
}
table.jshop .table-header .js_item {
  width: 25%;
}
table.jshop .table-header .js_price {
  width: 15%;
}
table.jshop .table-header .js_number {
  width: 15%;
}
table.jshop .table-header .js_total {
  width: 15%;
}
table.jshop .table-header .js_remove {
  width: 10%;
}
table.jshop .jshop_prod_cart .product_name a {
  color: #000;
}
table.jshop .jshop_prod_cart img.jshop_img {
  border: 0;
}
table.jshop.coupons td {
  vertical-align: middle;
  padding: 5px 10px;
}
table.jshop.coupons td .inputbox {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 0 0 10px;
}
table.jshop.coupons td .button {
  color: #fff;
  padding: 6px 11px;
  border: 0;
  text-shadow: none;
  margin: 0 0 0 10px;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.login_block #remember_me {
  display: block;
}
.login_block .row-fluid > [class*="span"] {
  display: block;
  margin: 5px 0;
}
.login_block .row-fluid > .span9 {
  padding-left: 50px;
}
#jshop_menu_order {
  margin: 0;
  border: 0;
  width: 100%;
}
#jshop_menu_order .jshop_order_step {
  padding: 10px;
  line-height: 18px;
  color: #000;
}
#jshop_menu_order .jshop_order_step:last-child:after {
  content: "";
}
#jshop_menu_order .jshop_order_step a,
#jshop_menu_order .jshop_order_step span:not(.number) {
  color: #000;
  font-size: 14px;
}
#jshop_menu_order .jshop_order_step #active_step {
  color: #fff;
}
#jshop_menu_order .jshop_order_step .number {
  background-color: #fff;
  float: left;
  font-size: 14px;
  line-height: 16px;
  margin: 0 8px 0 10px;
  padding: 3px 10px 6px;
  color: #000;
}
#jshop_menu_order .jshop_order_step:after {
  font-family: FontAwesome;
  content: "\f0a4";
  margin-left: 25px;
  font-size: 30px;
  color: #fff;
  font-style: normal;
  font-weight: normal;
}
#vina_check_out form {
  border: 1px solid #EEEEEE;
  margin: 0;
  padding: 30px 10px 10px 10px;
  border-top: 0;
}
#vina_check_out form .jshop_register {
  width: 100%;
  padding: 10px 0;
}
#vina_check_out .next {
  border: 0;
  color: #fff;
  padding: 5px 10px;
  text-shadow: none;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 15px;
}
#vina_check_out .next:hover {
  border-bottom: 3px solid #cbcbcb;
  background: #e4e4e4;
}
#vina_check_out .fielderror {
  background: none !important;
  border: 1px solid #049cdb;
}
#vina_check_out .requiredtext {
  font-size: 14px;
}
.vina_jsproduct .jshop {
  position: relative;
}
.vina_jsproduct .vina-like {
  position: absolute;
  bottom: 0;
}
.vina_jsproduct .image_middle {
  overflow: visible;
}
.vina_jsproduct .jshop_img_description ul {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  margin: 3px 0 0;
}
.vina_jsproduct .jshop_img_description ul li {
  max-width: 87px;
}
.vina_jsproduct .jshop_img_description ul .jshop_img_thumb {
  cursor: pointer;
  margin: 2px;
}
.vina_jsproduct #list_product_image_middle .lightbox {
  display: block;
  position: relative;
  z-index: 0;
  max-width: 347px;
}
.vina_jsproduct #list_product_image_middle .text_zoom {
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.vina_jsproduct #list_product_image_middle .text_zoom .icon-zoom-in {
  color: #fff;
}
.vina_jsproduct .body-product {
  color: #000;
}
.vina_jsproduct .body-product .js_short_description {
  margin-top: 30px;
  display: inline-block;
}
.vina_jsproduct .body-product h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  margin: -7px 0 6px;
}
.vina_jsproduct .body-product .vina-rating {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 11px;
  height: 22px;
}
.vina_jsproduct .body-product .vina-rating .vina-write {
  margin-left: 20px;
}
.vina_jsproduct .body-product .vina-rating .vina-write,
.vina_jsproduct .body-product .vina-rating td {
  font-size: 13px;
  color: #000;
}
.vina_jsproduct .body-product .vina-info {
  margin-top: 4px;
}
.vina_jsproduct .body-product .vina-info tr,
.vina_jsproduct .body-product .vina-info td {
  line-height: 28px;
  font-size: 15px;
}
.vina_jsproduct .body-product .vina-info .product_name_title,
.vina_jsproduct .body-product .vina-info .bold {
  font-weight: 600;
}
.vina_jsproduct .body-product .vina-info .product_name {
  font-weight: normal;
}
.vina_jsproduct .body-product .prod_price {
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  margin: 14px 0 5px;
}
.vina_jsproduct .body-product .prod_price .lable {
  display: inline-block;
}
.vina_jsproduct .body-product .prod_price #block_price {
  font-size: 30px;
  display: inline-block;
}
.vina_jsproduct .body-product .prod_price #old_price {
  font-size: 18px;
  color: #a9a9a9;
  display: inline-block;
}
.vina_jsproduct .body-product .jshop_prod_attributes {
  margin-bottom: 4px;
  display: inline-block;
  margin: 7px 0;
  width: 100%;
}
.vina_jsproduct .body-product .jshop_prod_attributes:first-child {
  display: block;
}
.vina_jsproduct .body-product .jshop_prod_attributes .bold {
  font-weight: 600;
}
.vina_jsproduct .body-product .jshop_prod_attributes .attributes_title {
  min-width: 50px;
  width: auto;
}
.vina_jsproduct .body-product .jshop_prod_attributes .vina-attributes select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 135px;
  margin: 0;
}
.vina_jsproduct .body-product .jshop_prod_attributes .vina-attributes select:focus {
  outline: none;
}
.vina_jsproduct .body-product .jshop_prod_attributes .input_type_radio > input[type="radio"] {
  display: none;
}
.vina_jsproduct .body-product .jshop_prod_attributes .input_type_radio .radio_attr_label {
  font-size: 0;
}
.vina_jsproduct .body-product .jshop_prod_attributes .input_type_radio .radio_attr_label img {
  width: 11px;
  height: 11px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.vina_jsproduct .body-product .jshop_prod_attributes .input_type_radio > input[type="radio"]:checked  + label img {
  width: 20px;
  height: 20px;
}
.vina_jsproduct .body-product .jshop_prod_attributes .attributes_name.bold {
  display: block;
  margin-right: 80px;
}
.vina_jsproduct .vina_related .related_header {
  font-weight: normal;
  line-height: 34px;
  margin-bottom: 30px;
  padding: 0;
}
.vina_jsproduct .vina_related .related_header span {
  font-size: 30px;
  color: #000;
  display: inline-block;
  position: relative;
  z-index: 0;
  line-height: 34px;
  padding: 4px 0;
}
.vina_jsproduct .vina_related .related_header span:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.vina_jsproduct #jshop_review_write {
  font-size: 13px;
}
.vina_jsproduct #jshop_review_write .btn-comment {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  text-shadow: none;
  display: inline-block;
  font-size: 12px;
  padding: 8px 15px;
  font-family: raleway;
  font-weight: 500;
  margin-left: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.vina_jsproduct #jshop_review_write .btn-comment:hover,
.vina_jsproduct #jshop_review_write .btn-comment:focus {
  color: #a9a9a9;
  background: #e4e4e4;
  border-bottom: 3px solid #cbcbcb;
}
.vina_jsproduct #jshop_review_write .btn-comment .comment {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  text-shadow: none;
  font-size: 15px;
  padding: 0;
}
.vina_jsproduct #jshop_review_write .btn-comment .comment:focus {
  outline: none;
}
.vina_jsproduct #jshop_review_write form {
  margin: 0;
}
.vina_jsproduct #jshop_review_write .inputbox {
  width: 50%;
  height: 40px;
  padding: 4px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #979797;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina_jsproduct #jshop_review_write #review_review {
  width: 100%;
  min-height: 183px;
  border: 1px solid #d7d7d7;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina_jsproduct .js-comment .comments-title {
  font-size: 25px;
  font-weight: 500;
}
.vina_jsproduct .js-comment .review {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 30px;
}
.vina_jsproduct #product-details-tab {
  margin: 0 0 5px;
  border: 0;
}
.vina_jsproduct #product-details-tab li a {
  float: left;
  font-weight: normal;
  font-size: 15px;
  text-decoration: none;
  color: #a9a9a9;
  margin: 0px 12px 0px 0px;
  padding: 14px;
  background: #e4e4e4;
  font-weight: 600;
  border: 0;
  border-bottom: 3px solid #cbcbcb;
  text-transform: uppercase;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.vina_jsproduct #product-details-tab li:hover > a,
.vina_jsproduct #product-details-tab li > .active > a {
  color: #fff;
}
.add-to-basket > span {
  font-size: 28px;
}
.add-to-basket > span > span {
  font-size: 12px;
  position: relative;
  left: -11px;
  top: -8px;
  color: #fff !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .productfull .jshop_prod_attributes .attributes_body select {
    text-indent: 50px;
  }
}
@media (max-width: 1280px) {
  .responsive #sp-main-menu ul.level-0 > li > a {
    font-size: 13px;
    padding: 0 15px;
  }
  .responsive #sp-main-menu ul.level-0 > li.parent > a {
    padding: 0 15px;
  }
  .responsive #sp-main-menu ul.level-0 > li.parent > a span.menu:after {
    right: 0;
  }
  .responsive .vina-slider.vina-slider-home .vina-camera-slider .camera_caption h3,
  .responsive .vina-slider.vina-slider-home .vina-camera-slider .camera_caption h4 {
    font-size: 42px;
    line-height: 42px;
  }
  .responsive .vina-slider.vina-slider-home .vina-camera-slider .camera_caption p {
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
  }
  .responsive .vina-slider .vina-camera-slider .camera_caption .slide-btn {
    margin-top: 20px;
  }
  .responsive .vina-slider .vina-camera-slider .camera_caption .slide-btn a > span,
  .responsive .vina-slider .vina-camera-slider .camera_caption .slide-btn a > span:before {
    padding: 8px 20px;
  }
  .responsive .vina-main-subscribe .acymailing_module_form {
    max-width: 742px;
  }
  .responsive .vina-service-shop .box-wrapper .media {
    display: list-item;
    list-style: none;
  }
  .responsive .vina-service-shop .box-wrapper .media .media-body {
    display: list-item;
  }
  .responsive .vina-service-shop .box-wrapper .media .media-body p {
    font-size: 12px;
    line-height: 16px;
  }
  .responsive .vina-slide-banner .carousel .carousel-caption .text:before,
  .responsive .vina-slide-banner .carousel .carousel-caption .text:after {
    border: 0;
  }
  .responsive .module.vina-banner-2 {
    margin-top: 0;
  }
  .responsive .custom.vina-banner-2 .banner > [class*="span"]:last-child {
    padding-left: 5px;
  }
  .responsive .custom.vina-banner-2 .banner > [class*="span"]:first-child {
    padding-right: 5px;
  }
  .responsive .custom.vina-banner-1 {
    min-height: 142px;
  }
  .responsive #sp-banner-wrapper #banner > [class*="span"]:last-child {
    padding-left: 7px;
  }
  .responsive .vina-ticker-jshopping .vina-item .price-block {
    font-size: 16px;
  }
  .responsive .vina-ticker-jshopping .vina-item .price-block i {
    font-size: 12px;
    margin-right: 3px;
  }
  .responsive #sp-header-wrapper #header > [class*="span"]:not(#sp-menu) {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .responsive .module.vina-theme-forest .pull-left {
    font-size: 22px;
  }
  .responsive #sp-team-wrapper .vina-our-team .item > ul > li {
    padding: 0 10px;
  }
  .responsive .vina-blogs .media-body {
    overflow: visible;
  }
  .responsive #tab-position > li > a {
    padding: 8px 5px;
  }
}
@media (max-width: 979px) {
  .responsive .sp-mobile-menu {
    top: 59px;
  }
  .responsive #sp-header-wrapper {
    padding-bottom: 0;
  }
  .responsive #sp-header-wrapper #header > [class*="span"]:not(#sp-menu) {
    width: 50%;
    margin-left: 0;
  }
  .responsive #sp-header-wrapper #header > [class*="span"]#sp-search {
    padding-right: 70px;
  }
  .responsive #sp-header-wrapper #header > [class*="span"]#sp-search .search .form-inline {
    width: auto;
  }
  .responsive #sp-header-wrapper #header > [class*="span"]#sp-search .search .form-inline #mod-search-searchword,
  .responsive #sp-header-wrapper #header > [class*="span"]#sp-search .search .form-inline .searchword {
    width: 120px;
    padding: 7px 10px;
  }
  .responsive #sp-header-wrapper [class*="span"] {
    width: auto;
    float: left;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    float: right;
    position: relative;
    margin: 0;
  }
  .responsive #sp-header-wrapper .container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .responsive .vina-login {
    width: 80% !important;
  }
  .responsive .vina-service-shop .box-wrapper .media .media-body .media-heading {
    font-size: 16px;
    margin-top: 13px;
  }
  .responsive #sp-main_subscribe-wrapper {
    margin-top: 30px;
  }
  .responsive .vina-main-subscribe .acymailing_module_form {
    padding: 23px 0 36px !important;
    max-width: 542px;
  }
  .responsive .vina-main-subscribe .acymailing_module_form .acymailing_introtext h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .responsive .vina-main-subscribe .acymailing_module_form .acymailing_introtext h3 {
    font-size: 40px;
    line-height: 46px;
  }
  .responsive .vina-main-subscribe .acyfield_email input {
    height: 40px;
    width: 250px !important;
  }
  .responsive .vina-main-subscribe .acysubbuttons .subbutton {
    height: 40px;
    width: 130px;
    font-size: 16px;
  }
  .responsive .vina-slider .vina-camera-slider .camera_caption > div {
    margin-top: -40px;
  }
  .responsive .vina-slider .vina-camera-slider .camera_caption .slide-btn a > span,
  .responsive .vina-slider .vina-camera-slider .camera_caption .slide-btn a > span:before {
    padding: 4px 12px;
    font-size: 12px;
  }
  .responsive .vina-slider .vina-camera-slider .camera_prev,
  .responsive .vina-slider .vina-camera-slider .camera_next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 40px;
  }
  .responsive .vina-slider .vina-camera-slider .camera_prev:before,
  .responsive .vina-slider .vina-camera-slider .camera_next:before {
    line-height: 40px;
    font-size: 30px;
  }
  .responsive .vina-slider.vina-slider-shop .vina-camera-slider .camera_caption > div {
    max-width: 300px;
  }
  .responsive .vina-slider.vina-slider-shop .vina-camera-slider .camera_caption h3,
  .responsive .vina-slider.vina-slider-shop .vina-camera-slider .camera_caption h4 {
    font-size: 30px;
    line-height: 30px;
  }
  .responsive .vina-slider.vina-slider-shop .vina-camera-slider .camera_caption .slide-btn {
    margin-top: 0;
  }
  .responsive .vina-slider.vina-slider-home .vina-camera-slider .camera_caption h3,
  .responsive .vina-slider.vina-slider-home .vina-camera-slider .camera_caption h4 {
    font-size: 28px;
    line-height: 28px;
  }
  .responsive .vina-slider.vina-slider-home .vina-camera-slider .camera_caption p {
    font-size: 16px;
    line-height: 24px;
    max-width: 280px;
  }
  .responsive .sp-main-menu-toggler {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 48px;
    line-height: 54px;
    padding: 0;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    border: 0;
    top: 5px;
    color: #fff;
    font-family: 'Kotta One';
    font-size: 56px;
    right: 0;
    width: 48px;
  }
  .responsive .sp-main-menu-toggler span {
    font-family: 'Kotta One';
    font-size: 56px;
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 54px;
  }
  .responsive .sp-main-menu-toggler:focus {
    outline: none;
  }
  .responsive .sp-main-menu-toggler.active {
    height: 48px;
    padding: 0;
    width: 48px;
    outline: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .responsive .sp-main-menu-toggler.active .close {
    display: none !important;
  }
  .responsive .sp-main-menu-toggler.active .open {
    display: inline-block !important;
  }
  .responsive .module.vina-shop-area.sale-products .header {
    font-size: 24px;
  }
  .responsive .custom_vina-service-slideshow .box {
    width: 100px;
    height: 100px;
  }
  .responsive .custom_vina-service-slideshow .box .content .text-center {
    font-size: 13px;
    line-height: 18px;
  }
  .responsive .custom_vina-service-slideshow .box-wrapper .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .responsive .custom_vina-service-slideshow .box-wrapper .icon i {
    font-size: 20px !important;
  }
  .responsive .custom_vina-service-slideshow .box-wrapper .icon i:before {
    line-height: 35px;
  }
  .responsive #sp-left h3.header,
  .responsive #sp-right h3.header {
    font-size: 16px;
  }
  .responsive #jshop_menu_order .jshop_order_step {
    padding: 10px 0;
  }
  .responsive #jshop_menu_order .jshop_order_step:after {
    margin-left: 10px;
    font-size: 20px;
  }
  .responsive .vina-jshopping-treview ul li a {
    font-size: 12px !important;
  }
  .responsive .vina-ticker-jshopping .vina-item .title a {
    font-size: 12px;
    line-height: 16px;
  }
  .responsive #login-form .unstyled li {
    line-height: 14px;
  }
  .responsive #login-form .unstyled a {
    font-size: 11px;
  }
  .responsive .jshop_list_product .product .name {
    font-size: 12px;
    text-transform: lowercase;
  }
  .responsive .vina-slide-banner .carousel .carousel-caption h4 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }
  .responsive .custom.vina-banner-1 {
    min-height: 109px;
  }
  .responsive .custom.vina-banner-1 .text {
    font-size: 22px;
    line-height: 26px;
  }
  .responsive .custom.vina-banner-1 a {
    font-size: 13px;
    line-height: 17px;
    padding: 4px 8px;
    margin-top: 10px;
  }
  .responsive .custom.vina-banner-2 .item-banner .text {
    font-size: 24px;
    line-height: 30px;
  }
  .responsive #sp-banner-wrapper #banner > [class*="span"]:first-child {
    padding-right: 2px;
  }
  .responsive .product .caption {
    padding: 0;
  }
  .responsive .product .buttons {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .responsive .product .buttons a {
    width: 30px;
    line-height: 30px;
  }
  .responsive .product .buttons a i {
    font-size: 14px;
  }
  .responsive .product .buttons a:hover .hidden {
    display: none;
  }
  .responsive .product:hover .buttons .cart,
  .responsive .product:hover .buttons .cart-detail {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
  }
  .responsive .product:hover .review_mark {
    display: none;
  }
  .responsive .vina-product-slide .vina-carousel-jshopping .owl-buttons {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .responsive .vina-product-slide .vina-carousel-jshopping .text-block .vina-addto a {
    margin: 0 3px;
  }
  .responsive .vina-product-slide .vina-carousel-jshopping .text-block .vina-addto a.vina-link,
  .responsive .vina-product-slide .vina-carousel-jshopping .text-block .vina-addto a.addtowishlist {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0,0) rotate(0);
    -moz-transform: translate(0,0) rotate(0);
    -o-transform: translate(0,0) rotate(0);
    transform: translate(0,0) rotate(0);
  }
  .responsive .vina-ticker-jshopping .vina-item .price-block i {
    display: block;
  }
  .responsive .vina-promotion-news {
    display: none;
  }
  .responsive .vina-promotion-news .vina-item .title a {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .responsive .vina-promotion-news .vina-item .introtext {
    font-size: 12px;
    line-height: 16px;
  }
  .responsive .module.vina-shop-area.page-shop .header {
    font-size: 24px;
  }
  .responsive .vina-latest-products .header {
    font-size: 24px;
  }
  .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;
  }
  .responsive .sidebar-offcanvas ul {
    width: 100% !important;
  }
  .responsive #vina-project .time-line-project input:checked ~ .content {
    max-height: none;
  }
  .responsive .module.vina-theme-forest .pull-left {
    font-size: 18px;
    margin-top: 0;
  }
  .responsive .module.vina-theme-forest .pull-right a {
    padding: 7px;
  }
  .responsive .vina-porfolio-gallery ul.gallery .item:hover .gallery-info {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .responsive .vina-porfolio-gallery ul.gallery .item:hover .gallery-info .link-wrapper {
    margin-top: 0;
  }
  .responsive .vina-porfolio-gallery ul.gallery .item .gallery-info .link-wrapper {
    margin-bottom: 10px;
  }
  .responsive .vina-porfolio-gallery ul.gallery .item .gallery-info .link-wrapper a {
    line-height: 20px;
    width: 20px;
  }
  .responsive .vina-porfolio-gallery ul.gallery .item .gallery-info .link-wrapper a > i:before {
    font-size: 12px;
  }
  .responsive .vina-porfolio-gallery ul.gallery .item .gallery-info .info .title {
    font-size: 16px;
  }
  .responsive #sp-team-wrapper .vina-our-team .item > ul > li {
    padding: 0 25px;
    margin-bottom: 20px;
  }
  .responsive .vina-tab #tab-services > li > a,
  .responsive .vina-tab #tab-product > li > a {
    font-size: 14px;
    padding: 10px;
  }
  .responsive #sp-footer-wrapper ul {
    margin: 0;
  }
  .responsive #k2Container.itemView h1.itemTitle {
    margin-right: 60px;
  }
  .responsive #k2Container.itemListView .catItemTitle {
    font-size: 20px;
    line-height: 28px;
  }
  .responsive #k2Container.itemListView .vina-category-title {
    font-size: 26px;
  }
  .responsive .vina-blogs .moduleItemImage {
    width: 100%;
    margin-right: 0;
  }
  .responsive .vina-blogs .moduleItemImage img {
    width: 100%;
  }
  .responsive .vina-blogs .moduleItemTitle {
    display: inline-block;
    min-height: 0;
    margin-top: 5px;
  }
  .responsive .vina-blogs .moduleItemDateCreated {
    margin-top: 0;
  }
  .responsive .vina-blogs .media-heading {
    margin: 0;
  }
  .responsive .jshop h1 {
    font-size: 40px;
  }
  .responsive .vina-breadcrumb .current-page {
    font-size: 26px;
  }
  .responsive .productfull .body-product {
    padding-left: 0;
  }
  .responsive .productfull .prod_buttons .table_qty .qtyminus,
  .responsive .productfull .prod_buttons .table_qty .qtyplus,
  .responsive .productfull .prod_buttons .table_qty #quantity {
    width: 30px;
    height: 30px;
  }
  .responsive .productfull .prod_buttons .btn-cart {
    padding: 7px 21px 11px 20px;
    height: 30px;
  }
  .responsive .productfull .prod_buttons .icon-shopping-cart {
    left: 20px;
  }
  .responsive .productfull .jshop_prod_attributes .attributes_body select {
    margin: 18px 0 0 19px;
    width: 142px;
  }
  .responsive #tab-position > li > a {
    font-size: 13px;
    padding: 8px 0;
  }
  .responsive .vina-blog-large .vina-header-toolbar li {
    margin-right: 15px;
  }
  .responsive .vina-blog-view .page-header {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
  }
  .responsive #jshop_module_cart a {
    padding: 10px 4px;
  }
}
@media (max-width: 767px) {
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    max-width: 600px;
    min-width: 180px;
    padding: 0 20px;
  }
  .responsive .sp-totop {
    width: 35px;
    line-height: 35px;
    min-height: 35px;
    right: 5px;
  }
  .responsive .sp-totop i {
    font-size: 18px;
  }
  .responsive .vina-login .control-label {
    margin-bottom: 15px;
    width: 100%;
  }
  .responsive .vina-login .login_block .row-fluid > .span9 {
    padding-left: 0;
  }
  .responsive .vina-login input {
    width: 100%;
  }
  .responsive .vina-login input.checkbox,
  .responsive .vina-login input.button {
    width: auto;
  }
  .responsive #jshop_menu_order .jshop_order_step:after {
    font-size: 0;
  }
  .responsive .vina-service-shop .box-wrapper .media {
    margin: 0 70px;
    width: 100%;
  }
  .responsive .vina-service-shop .box-wrapper .media .media-body .media-heading {
    margin-top: 21px;
  }
  .responsive .vina-product-slide .vina-carousel-jshopping .item {
    display: inline-block;
  }
  .responsive .vina-product-slide .vina-carousel-jshopping .item .image-block {
    display: inline-block;
  }
  .responsive .vina-product-slide .vina-carousel-jshopping .text-block .vina-addto a.addtocart {
    padding: 7px 8px 2px;
    font-size: 0;
  }
  .responsive #sp-bottom-wrapper {
    padding-bottom: 10px !important;
  }
  .responsive #sp-bottom-wrapper .logo-bottom {
    margin-top: 15px;
  }
  .responsive #sp-header-wrapper #sp-menu {
    min-height: 0;
  }
  .responsive #sp-header-wrapper #sp-logo {
    display: inline-block;
    width: auto;
  }
  .responsive #sp-header-wrapper #sp-logo .logo-wrapper {
    display: inline;
  }
  .responsive #sp-feature-wrapper .vina-slider-home .slider p {
    font-size: 24px;
  }
  .responsive #sp-feature-wrapper .vina-slider-home .slide-btn a {
    font-size: 24px;
    padding: 25px 26px 25px 27px;
  }
  .responsive .vina-slider.vina-slider-home .vina-camera-slider .camera_caption h3,
  .responsive .vina-slider.vina-slider-home .vina-camera-slider .camera_caption h4 {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
  }
  .responsive .vina-slider.vina-slider-home .vina-camera-slider .camera_caption p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
  }
  .responsive .vina-slider.vina-slider-shop .vina-camera-slider .camera_caption > div {
    max-width: 361px;
    margin-left: -60px;
  }
  .responsive .vina-slider.vina-slider-shop .vina-camera-slider .camera_caption p {
    margin: 0;
    font-size: 13px;
    line-height: 17px;
  }
  .responsive .vina-slider .vina-camera-slider .camera_caption .slide-btn {
    margin-top: 10px;
  }
  .responsive .vina-slider .vina-camera-slider .camera_caption .slide-btn a > span,
  .responsive .vina-slider .vina-camera-slider .camera_caption .slide-btn a > span:before {
    padding: 0px 6px;
    font-size: 10px;
  }
  .responsive .vina-slider .vina-camera-slider .camera_prev {
    left: 20px;
  }
  .responsive .vina-slider .vina-camera-slider .camera_next {
    right: 20px;
  }
  .responsive .vina-theme-forest .container {
    text-align: center;
  }
  .responsive .vina-theme-forest .container > [class*="pull-"] {
    width: 100%;
  }
  .responsive .vina-theme-forest .container > .pull-right {
    margin: 13px 0;
  }
  .responsive .vina-theme-forest .container > .pull-right a {
    display: inline;
  }
  .responsive .vina-theme-forest .container > .pull-right a:hover:before {
    width: 15px;
    height: 15px;
  }
  .responsive .social .custom {
    text-align: center;
  }
  .responsive #vina-project .time-line-project {
    margin-left: 0;
  }
  .responsive .vina-cart-fixed #control-label {
    font-size: 24px;
  }
  .responsive .vina-cart-fixed #control-label i {
    padding: 5px 9px 5px 10px;
  }
  .responsive .vina-porfolio-gallery ul.gallery .item .gallery-info .link-wrapper {
    margin-bottom: 5px;
  }
  .responsive .vina-porfolio-gallery ul.gallery .item .gallery-info .link-wrapper a {
    width: 18px;
    line-height: 18px;
  }
  .responsive .vina-porfolio-gallery ul.gallery .item .gallery-info .link-wrapper a i:before {
    font-size: 12px;
  }
  .responsive .vina-porfolio-gallery ul.gallery .item .gallery-info .info .title {
    font-size: 12px;
  }
  .responsive #sp-team-wrapper .vina-our-team .item > ul > li {
    padding: 0 10px;
  }
  .responsive #sp-services {
    margin-top: 15px;
  }
  .responsive #sp-services > .vina-tab {
    margin-left: 0;
  }
  .responsive .vina-tab .tab-content {
    padding: 10px 20px;
  }
  .responsive .vina-tab .tab-content .body {
    max-width: inherit;
  }
  .responsive .vina-tab .tab-content .img {
    text-align: center;
    margin-bottom: 23px;
  }
  .responsive .vina-blogs .media-body {
    overflow: hidden;
  }
  .responsive .vina-blogs .moduleItemImage {
    width: auto;
    float: left;
    margin-right: 10px;
  }
  .responsive .vina-blogs .moduleItemTitle {
    display: block;
    margin-top: 0px;
  }
  .responsive .vina-blogs .moduleItemDateCreated {
    margin-top: 0;
  }
  .responsive .vina-blogs .media-heading {
    margin: 0 0 5px;
  }
  .responsive .custom_vina-service-slideshow .service [class*="span"] {
    width: 33.333333333333%;
    float: left;
  }
  .responsive #sp-banner-wrapper {
    margin-bottom: 20px;
  }
  .responsive #sp-banner-wrapper #banner [class*="span"] {
    float: left;
  }
  .responsive .categoy-list-product .row-fluid {
    margin: 0;
  }
  .responsive .custom.vina-banner-1 {
    min-height: 85px;
  }
  .responsive .custom.vina-banner-1 .text {
    font-size: 16px;
    line-height: 22px;
  }
  .responsive .custom.vina-banner-1 a {
    font-size: 12px;
    line-height: 16px;
    padding: 3px 6px;
  }
  .responsive .custom.vina-banner-2 .item-banner .text {
    font-size: 16px;
    line-height: 20px;
  }
  .responsive #sp-banner-wrapper #banner > [class*="span"]:last-child {
    padding-left: 10px;
  }
  .responsive .vina-ticker-jshopping .vina-items,
  .responsive .vina-ticker-jshopping .vina-item,
  .responsive .vina-ticker-k2 .vina-items,
  .responsive .vina-ticker-k2 .vina-item {
    display: inline-block;
    width: 100%;
    left: 0;
    margin: 0 auto !important;
    text-align: center;
  }
  .responsive .vina-ticker-jshopping .vina-items .stars_no_active,
  .responsive .vina-ticker-jshopping .vina-item .stars_no_active,
  .responsive .vina-ticker-k2 .vina-items .stars_no_active,
  .responsive .vina-ticker-k2 .vina-item .stars_no_active {
    margin: 0 auto;
  }
  .responsive .vina-jshopping-treview .vina-treeview-jshopping {
    margin-top: 0;
  }
  .responsive #sp-right .vina-promotion-news h3.header {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
  .responsive #sp-footer2 .social {
    text-align: center;
  }
  .responsive #sp-footer-wrapper .copyright {
    text-align: center;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .responsive #sp-feature-wrapper .vina-slider-shop p {
    font-size: 22px;
    line-height: 28px;
  }
  .responsive #sp-feature-wrapper .vina-slider-shop .slide-btn a {
    font-size: 22px;
    margin-top: 24px;
  }
  .responsive .list_product .row-fluid:after,
  .responsive .list_product .clearfix:after {
    clear: none;
  }
  .responsive .list_product .row-fluid > [class*="span"],
  .responsive .list_product .clearfix > [class*="span"] {
    width: 50%;
    padding: 10px;
    float: left;
    text-align: center;
  }
  .responsive .vina-breadcrumb {
    margin-bottom: 20px;
  }
  .responsive .vina-breadcrumb [class*="span"] {
    display: inline-block;
  }
  .responsive .vina-breadcrumb ul.breadcrumb {
    float: left !important;
    padding: 15px 0;
  }
  .responsive .vina-breadcrumb .current-page {
    padding: 15px 0 0;
  }
  .responsive .jshop_pagination {
    clear: both;
  }
  .responsive .jshop_list_product {
    margin-left: -10px;
  }
  .responsive .categoy-list-product {
    margin-right: -10px;
  }
  .responsive .vina_jsproduct {
    margin-right: 0;
  }
  .responsive .vina-blog-list {
    margin-right: 0;
  }
  .responsive .vina-blog-list .catItemHeader {
    margin-top: 15px;
  }
  .responsive .vina-blog-list .catItemIntroText {
    margin: 10px 0;
  }
  .responsive .module.vina-porfolio ul.gallery li {
    width: 50% !important;
  }
  .responsive .vina-promotion-news {
    display: block;
  }
  .responsive #k2Container {
    padding-right: 0;
  }
  .responsive #k2Container.vina-blog-mansory.itemListView .itemList .itemContainer {
    margin-bottom: 20px;
  }
  .responsive .vina-item-body {
    margin-right: 0;
  }
  .responsive .vina-item-body .itemTitle {
    font-size: 24px;
    line-height: 30px;
  }
  .responsive #vina_pricing_table .pricing_table .thumbnail {
    float: left;
    margin: 0 auto 20px;
    max-width: 270px;
    width: 50% !important;
  }
  .responsive #vina_pricing_table .pricing_table .thumbnail:nth-child(2n+1) {
    clear: both;
  }
  .responsive .jshop {
    padding-right: 0;
  }
  .responsive .jshop h1 {
    text-align: center;
  }
}
@media (max-width: 599px) {
  .responsive .vina-porfolio-gallery .gallery-filters {
    margin-bottom: 10px;
    white-space: normal;
  }
  .responsive .vina-porfolio-gallery #porfolio .isotope-item {
    width: 50% !important;
  }
  .responsive .vina-porfolio-gallery #porfolio .isotope-item .gallery-info .link-wrapper {
    margin-top: 35px;
  }
  .responsive .vina-slider .vina-camera-slider {
    left: 80px !important;
  }
  .responsive .vina-slider .vina-camera-slider .camera_caption.right {
    left: 186px !important;
  }
  .responsive .vina-slider.vina-slider-shop .vina-camera-slider .camera_caption > div {
    max-width: 300px;
  }
  .responsive .vina-slider.vina-slider-shop .vina-camera-slider .camera_caption h3,
  .responsive .vina-slider.vina-slider-shop .vina-camera-slider .camera_caption h4 {
    font-size: 18px;
    line-height: 20px;
  }
  .responsive #sp-header-wrapper .container {
    width: auto !important;
  }
  .responsive .vina-breadcrumb .current-page {
    font-size: 20px;
  }
  .responsive #vina_check_out form {
    padding: 10px;
  }
  .responsive #jshop_menu_order .jshop_order_step .number {
    margin-bottom: 10px;
  }
  .responsive .vina-service-shop .box-wrapper .media {
    margin: 0;
  }
  .responsive .vina-service-shop .box-wrapper .media .icon {
    float: left;
  }
  .responsive .vina-service-shop .box-wrapper .media .media-body .media-heading {
    margin-top: 23px;
  }
  .responsive .list_product .row-fluid > [class*="span"] {
    width: 100%;
  }
  .responsive .vina-item-body {
    padding-left: 0;
  }
  .responsive .vina-item-view > .media .pull-left {
    margin-right: 0;
  }
  .responsive .vina-item-view > .media > .media-body {
    display: inline-block;
    margin-top: 15px;
    overflow: visible;
    padding: 0;
  }
  .responsive table.jshop.cart .js_img,
  .responsive table.jshop.cart .jshop_img_description_center {
    display: none;
  }
  .responsive .custom.vina-banner-1 {
    min-height: 135px;
  }
  .responsive #sp-banner-wrapper #banner > [class*="span"]:first-child {
    padding-right: 0;
    width: 100%;
  }
  .responsive #sp-banner-wrapper #banner > [class*="span"]:last-child {
    padding-left: 0;
    width: 100%;
    margin-top: 5px;
  }
  .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 #vina-project .time-line-project {
    padding-left: 50px;
  }
}
@media (max-width: 479px) {
  .responsive #sp-header-wrapper {
    border-bottom: 0;
    padding: 0;
  }
  .responsive #sp-header-wrapper .container {
    padding: 0;
  }
  .responsive #sp-header-wrapper #header > [class*="span"]#sp-search {
    padding-right: 0;
    width: 100%;
    margin-top: 10px;
    border-radius: 0;
  }
  .responsive #sp-header-wrapper #header > [class*="span"]#sp-search .search .form-inline {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .responsive #sp-header-wrapper #header > [class*="span"]#sp-search .search .form-inline .searchword,
  .responsive #sp-header-wrapper #header > [class*="span"]#sp-search .search .form-inline #mod-search-searchword {
    width: 282px;
  }
  .responsive #sp-header-wrapper #sp-logo {
    width: 100% !important;
  }
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    margin: 0 auto;
  }
  .responsive #sp-header-wrapper #sp-menu[class*="span"] {
    width: 100%;
  }
  .responsive #sp-feature-wrapper {
    padding-top: 0;
  }
  .responsive .vina-menu {
    width: 100% !important;
    border: 0 !important;
    top: 48px !important;
  }
  .responsive .vina-breadcrumb ul.breadcrumb .icon-double-angle-right {
    margin: 0;
  }
  .responsive .itemComments ul.itemCommentsList li img {
    float: left;
  }
  .responsive #sp-main_subscribe-wrapper {
    margin-top: 0;
    margin-bottom: 27px;
  }
  .responsive .vina-main-subscribe .acymailing_module_form {
    margin: 0 10px !important;
    padding: 13px 0 26px !important;
  }
  .responsive .vina-main-subscribe .acymailing_module_form .acymailing_introtext h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .responsive .vina-main-subscribe .acymailing_module_form .acymailing_introtext p {
    font-size: 13px;
    line-height: 18px;
  }
  .responsive .vina-main-subscribe .acyfield_email input {
    height: 30px;
    width: 120px !important;
  }
  .responsive .vina-main-subscribe .acysubbuttons .subbutton {
    width: 96px;
    height: 30px;
    padding: 5px 8px !important;
    font-size: 12px;
  }
  .responsive .module.vina-porfolio h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .responsive .module.vina-porfolio p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 30px;
  }
  .responsive .vina-login {
    margin-bottom: 20px !important;
  }
  .responsive #sp-banner-wrapper #banner [class*="span"] {
    float: none;
    width: 100% !important;
    padding: 0 !important;
  }
  .responsive #sp-banner-wrapper #banner [class*="span"].last {
    margin-bottom: 10px;
  }
  .responsive .vina-product-slide .vina-carousel-jshopping .owl-controls {
    margin-bottom: 0;
  }
  .responsive .module.vina-our-team .header-carousel {
    margin-top: 30px;
  }
  .responsive .vina-manufacturers-js .vina-manufacturers-jshopping {
    margin: 0 !important;
  }
  .responsive .sp-main-menu-toggler {
    top: 59px;
    left: 0;
    right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .responsive .sp-mobile-menu {
    top: 97px;
  }
  .responsive .container {
    padding: 0 10px;
  }
  .responsive .module.vina-theme-forest .container {
    padding: 10px 0;
  }
  .responsive .module.vina-theme-forest .pull-right a:before {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
  }
  .responsive .module.vina-slider .vina-camera-slider .camera_caption {
    left: 70px !important;
  }
  .responsive .module.vina-slider .vina-camera-slider .camera_caption.right {
    left: 70px !important;
  }
  .responsive .module.vina-slider .vina-camera-slider .camera_prev {
    left: 0;
  }
  .responsive .module.vina-slider .vina-camera-slider .camera_next {
    right: 0;
  }
  .responsive .module.vina-slider.vina-slider-shop .vina-camera-slider .camera_caption > div {
    max-width: 250px;
  }
  .responsive .module.vina-slider.vina-slider-home .vina-camera-slider .camera_caption h3,
  .responsive .module.vina-slider.vina-slider-home .vina-camera-slider .camera_caption h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .responsive .module.vina-slider.vina-slider-home .vina-camera-slider .camera_caption p {
    max-width: 210px;
  }
  .responsive .blog .blogItemView {
    padding: 0 15px 0 0;
  }
  .responsive .vina-features .media .pull-left,
  .responsive .vina-tweets .media .pull-left {
    float: left;
    margin: 0;
  }
  .responsive .vina-porfolio-gallery #porfolio .isotope-item .gallery-info .link-wrapper {
    margin-top: 0;
  }
  .responsive .vina-tab #tab-services > li {
    margin: 0 0 5px 0;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
  }
  .responsive .vina-tab #tab-services > li:hover {
    background: transparent;
  }
  .responsive .vina-tab #tab-services > li > a {
    background: #e9e9e9;
    margin: 0 5px 0 0;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .responsive .vina-tab #tab-services > li > a:hover {
    background: #8cb6e2;
  }
  .responsive .vina-tab #tab-services > li.active {
    background: transparent;
  }
  .responsive .vina-tab #tab-services > li.active > a {
    background: #8cb6e2;
  }
  .responsive .vina-tab .tab-content {
    padding: 10px;
  }
  .responsive .vina-tab .tab-content .heading {
    margin-bottom: 10px;
  }
  .responsive div.itemCommentsForm form input.inputbox {
    width: 100%;
  }
  .responsive div.itemCommentsForm form textarea.inputbox {
    width: 100%;
  }
  .responsive .page-header {
    font-size: 24px;
  }
  .responsive .tophits_products .media .pull-left {
    float: left;
  }
  .responsive .list_product .row-fluid > [class*="span"] {
    text-align: right;
  }
  .responsive .productfull h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .responsive .productfull .js-comment {
    padding: 22px 15px 20px;
  }
  .responsive .productfull #jshop_review_write .inputbox {
    width: 100%;
  }
  .responsive .itemListView .media .catItemView {
    padding: 0;
  }
  .responsive .vina-user-img {
    margin: 0 auto;
  }
  .responsive .vina-user {
    margin: 0;
  }
  .responsive .media .create-date {
    float: left;
  }
  .responsive .vina-blog-large .itemDateCreated,
  .responsive .itemView .itemDateCreated {
    width: 100%;
    float: none;
  }
  .responsive .vina-blog-view .page-header {
    font-size: 18px;
    line-height: 24px;
  }
  .responsive .vina-item-view .itemDateCreated {
    width: auto;
    float: left;
  }
  .responsive #vina_pricing_table .pricing_table .thumbnail {
    width: 100% !important;
  }
  .responsive .jshop table.jshop.cart >tbody tr td {
    font-size: 12px;
  }
  .responsive .jshop table.jshop.coupons td .button {
    margin-top: 5px;
  }
  .responsive #checkout td a {
    font-size: 12px;
  }
  .responsive .module.vina-porfolio ul.gallery li {
    width: 100% !important;
  }
  .responsive #vina-project .wrap li .lab {
    font-size: 14px;
  }
  .responsive #vina-project .time-line-project {
    padding-left: 70px;
  }
  .responsive #vina-project .vina-other .media .pull-left {
    float: left;
  }
  .responsive #vina-project .vina-other .media .pull-right {
    float: right;
  }
  .responsive #sp-bottom-wrapper .menu-bottom ul li {
    margin-left: 10px;
  }
}
@media (max-width: 319px) {
  .responsive .vina-porfolio-gallery ul.gallery .item .gallery-info {
    padding: 0;
    border: 0;
  }
  .responsive .vina-porfolio-gallery ul.gallery .item .gallery-info .link-wrapper {
    margin-top: 5px;
  }
  .responsive #sp-header-wrapper #header > [class*="span"]#sp-search .search .form-inline .searchword,
  .responsive #sp-header-wrapper #header > [class*="span"]#sp-search .search .form-inline #mod-search-searchword {
    width: 202px;
  }
  .responsive .module.vina-slider .vina-camera-slider .camera_caption > div {
    display: none;
  }
  .responsive .module.vina-slider-shop .vina-camera-slider .camera_caption > div {
    display: none;
  }
  .responsive .vina-service-shop .box-wrapper .media .icon {
    width: 54px;
    height: 54px;
  }
  .responsive .vina-service-shop .box-wrapper .media .icon i {
    line-height: 54px;
    font-size: 24px !important;
  }
  .responsive .vina-service-shop .box-wrapper .media .icon:hover i {
    line-height: 46px;
  }
  .responsive .vina-service-shop .box-wrapper .media .media-body {
    padding-left: 0;
  }
  .responsive .module.vina-shop-area.page-shop .header {
    font-size: 18px;
  }
  .responsive .vina-manufacturers-js .vina-manufacturers-jshopping {
    display: none;
  }
  .responsive .jshop h1 {
    font-size: 28px;
  }
  .responsive .productfull .vina_related .related_header {
    font-size: 22px;
  }
  .responsive .productfull .jshop_prod_attributes {
    margin-top: 0;
  }
  .responsive .productfull .jshop_prod_attributes .attributes_body select {
    width: 132px;
    margin: 6px 0 0;
  }
  .responsive .productfull .prod_buttons .btn-cart {
    margin-top: 5px;
    float: left;
  }
  .responsive .productfull .prod_buttons .icon-shopping-cart {
    left: -136px;
    top: 10px;
  }
  .responsive .productfull .prod_buttons > tbody > tr {
    display: inline-block;
  }
  .responsive .productfull .prod_buttons > tbody > tr > td {
    display: inline-block;
  }
  .responsive .vina-blog-list .catItemHeader > .media-body {
    overflow: visible;
    padding: 0;
  }
  .responsive .vina-blog-list .catItemHeader > .media-body .vina-header-toolbar {
    display: inline-block;
  }
  .responsive #k2Container.itemListView .catItemTitle {
    font-size: 16px;
    line-height: 20px;
  }
  .responsive .vina-readmore {
    padding: 5px 10px;
  }
  .responsive .vina-blog-view > .userBlock >.pull-left {
    float: left;
  }
}
.fixed .hidden-desktop {
  display: none;
}
