.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}
@-moz-keyframes moveFromLeft {
  from {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -moz-transform: translateX(0%);
    opacity: 1;
  }
}
@-ms-keyframes moveFromLeft {
  from {
    -ms-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -ms-transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes moveFromRight {
  from {
    -moz-transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(0%);
  }
}
@-ms-keyframes moveFromRight {
  from {
    -ms-transform: translateX(100%);
  }
  to {
    -ms-transform: translateX(0%);
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(200%) scale(0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(200%) scale(0.5);
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-ms-keyframes moveFromBottom {
  from {
    -ms-transform: translateY(200%) scale(0.5);
    opacity: 0;
  }
  to {
    -ms-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes moveFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes moveFromTop {
  from {
    opacity: 0;
    -moz-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0%);
  }
}
@-ms-keyframes moveFromTop {
  from {
    opacity: 0;
    -ms-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -ms-transform: translateY(0%);
  }
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-ms-keyframes swing {
  20% {
    -ms-transform: rotate(15deg);
  }
  40% {
    -ms-transform: rotate(-10deg);
  }
  60% {
    -ms-transform: rotate(5deg);
  }
  80% {
    -ms-transform: rotate(-5deg);
  }
  100% {
    -ms-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fontsize {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-moz-keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-ms-keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-o-keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateX(30px);
  }
  80% {
    -ms-transform: translateX(-10px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.btn {
  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;
}
.entry-meta.muted {
  background: #e8e8e8;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 12px;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
  margin: 0 5px;
}
.entry-meta ul {
  margin: 0 5px;
}
.entry-meta ul.actions {
  float: right;
}
.entry-meta ul.actions li {
  display: inline-block;
}
.entry-meta ul.actions li.print-icon a::before {
  content: "\f02f";
}
.entry-meta ul.actions li.email-icon a::before {
  content: "\f003";
}
.entry-meta ul.actions li.edit-icon a::before {
  content: "\f044";
}
.entry-meta ul.actions li a {
  font-family: FontAwesome;
  display: block;
  font-size: 14px;
  margin-left: 5px;
}
.entry-meta ul.actions li a img {
  display: none;
}
.entry-meta ul.actions li a span {
  display: none;
}
ul.pagenav {
  list-style: none;
  padding: 0;
  clear: both;
  margin-top: 10px;
  margin-left: 0;
  overflow: hidden;
}
ul.pagenav .pagenav-prev {
  float: left;
}
ul.pagenav .pagenav-next {
  float: right;
}
dl dt,
dl dd {
  display: inline;
}
label.invalid {
  color: #c83025;
}
#editor-xtd-buttons {
  display: inline-block;
  margin-right: 10px;
}
.button2-left {
  display: inline-block;
  margin-right: 10px;
  margin-top: 15px;
}
.toggle-editor {
  display: inline-block;
}
.edit .modal {
  position: inherit;
  top: auto;
  left: auto;
  width: auto;
  margin-left: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
@font-face {
  font-family: 'Lato-Reg';
  src: url('../fonts/Lato-Reg.eot');
  src: url('../fonts/Lato-Reg.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Reg.woff') format('woff'), url('../fonts/Lato-Reg.ttf') format('truetype'), url('../fonts/Lato-Reg.svg#Lato-Reg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
a {
  outline: none !important;
  text-decoration: none;
}
a:hover,
a:focus {
  outline: none !important;
  text-decoration: none;
}
iframe {
  max-width: 100%;
}
.disable-effect {
  visibility: visible !important;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
i b {
  display: none;
}
#helix-shortcode-modal.modal {
  position: absolute;
}
.sp-mobile-menu {
  z-index: 10;
}
.sp-mobile-menu ul {
  width: 100% !important;
}
.sp-mobile-menu ul li {
  background: rgba(0,0,0,0.9);
}
.sp-mobile-menu ul li a {
  color: #fff !important;
}
#myCarousel .carousel-inner .item img {
  width: 100% \9 !important;
}
.modal-body img {
  width: 100%;
}
.carousel-control {
  font-size: 50px;
}
.carousel-control i {
  line-height: 40px;
}
ul.gallery {
  margin: 0;
}
.article-item .testimonial .pull-left {
  width: auto;
}
#sp-top-wrapper {
  background: #2a2a2a;
}
#sp-top-wrapper input {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: initial;
}
.fixed {
  position: fixed;
}
#sp-header-wrapper {
  z-index: 999;
}
#sp-header-wrapper .logo-wrapper {
  padding: 32px 0px;
}
#sp-header-wrapper .logo-wrapper a {
  display: inline-block;
}
#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 .search {
  margin-top: 10px;
}
#sp-header-wrapper .search form {
  margin: 0;
}
#sp-button-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}
.vina-hidden {
  float: left;
  position: relative;
  width: 100%;
  z-index: 10000;
}
.vina-hidden .menu-top-icon {
  bottom: -20px;
  color: #FFFFFF;
  font-family: arial;
  font-size: 13px;
  height: 21px;
  line-height: 18px;
  position: absolute;
  right: 0px;
  text-align: center;
  text-decoration: none;
  width: 48px;
  z-index: 9;
  background: #2a2a2a;
  display: none;
}
.body-innerwrapper {
  overflow-x: hidden;
}
#sp-main-body-wrapper {
  padding: 30px 0px;
}
.article-item {
  margin-bottom: 80px;
  float: left;
  width: 100%;
}
.article-item .pull-left {
  width: 100%;
  position: relative;
}
.article-item .pull-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #000;
  opacity: 0.7;
}
.article-item .pull-left img {
  width: 100%;
  float: left;
  margin: 0;
}
.article-item .pull-left .vina-link {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.article-item .pull-left .vina-link i {
  padding: 15px;
  border: 1px solid #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.article-item .pull-left .entry-header {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
}
.article-item .pull-left .entry-header .article-title {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.article-item .pull-left .entry-header .article-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #000;
  opacity: 0.5;
  z-index: -1;
}
.article-item .pull-left .entry-header i {
  float: left;
  padding: 15px;
  margin-right: 20px;
}
.article-item .pull-left .entry-header h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 12px 0;
  line-height: 20px;
  padding-left: 15px;
  float: left;
}
.article-item .pull-left .entry-header h2 a {
  color: #fff;
}
.article-item .pull-left .entry-header h2 a:hover {
  color: #fff;
}
.article-item .pull-left .blog-time {
  display: inline-block;
  padding: 20px 10px;
  font-style: normal;
  position: absolute;
  top: 0;
  right: 0px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.article-item .pull-left .blog-time .blog-date {
  font-weight: bold;
  font-size: 20px;
  width: 100%;
  float: left;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.article-item .pull-left .blog-time .blog-month {
  font-size: 12px;
  width: 100%;
  float: left;
}
.article-item .article-info {
  display: block;
  position: relative;
  margin-left: 45px;
  padding: 0 20px;
  padding-bottom: 15px;
  background: #fff;
  float: left;
}
.article-item .article-info:after,
.article-item .article-info:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  -webkit-transition: all .6s linear .1s;
  -moz-transition: all .6s linear .1s;
  -o-transition: all .6s linear .1s;
  transition: all .6s linear .1s;
}
.article-item .article-info:before {
  left: 0;
  z-index: 1;
}
.article-item .article-info:after {
  left: 100%;
  z-index: 2;
}
.article-item .article-info .entry-meta.muted {
  background: none;
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
  color: #444444;
}
.article-item .article-info .entry-meta.muted > span {
  margin-right: 15px;
}
.article-item .article-info .readmore-link {
  position: absolute;
  bottom: -35px;
  right: 0;
  text-transform: none;
  line-height: 25px;
  padding: 5px 15px;
  color: #fff;
}
.article-item .article-info-2 {
  margin-left: 0;
  padding: 10px 2% 15px;
  width: 96%;
}
.article-item:hover .pull-left:before {
  height: 100%;
}
.article-item:hover .pull-left .vina-link {
  top: 45%;
  opacity: 1;
}
.article-item:hover .article-info:after {
  left: 0;
}
.vina-column-2 .article-item,
.vina-single .article-item {
  margin-left: 10px;
}
.vina-column-2 .article-item .pull-left .blog-time,
.vina-single .article-item .pull-left .blog-time {
  right: auto;
  left: -10px;
  padding: 20px 12px;
}
.vina-column-2 .article-item .pull-left .blog-time .blog-year,
.vina-single .article-item .pull-left .blog-time .blog-year {
  display: none;
}
.vina-column-2 .article-item .pull-left .entry-header,
.vina-single .article-item .pull-left .entry-header {
  position: relative;
  z-index: 2;
  width: 100%;
  float: left;
  background: #fff;
}
.vina-column-2 .article-item .pull-left .entry-header .article-title:before,
.vina-single .article-item .pull-left .entry-header .article-title:before {
  opacity: 0;
}
.vina-column-2 .article-item .pull-left .entry-header i,
.vina-single .article-item .pull-left .entry-header i {
  display: none;
}
.vina-column-2 .article-item .pull-left .entry-header h2,
.vina-single .article-item .pull-left .entry-header h2 {
  border: none;
}
.vina-column-2 .article-item .pull-left .entry-header h2 a,
.vina-single .article-item .pull-left .entry-header h2 a {
  color: #444444;
}
.vina-column-2 .article-item .article-info,
.vina-single .article-item .article-info {
  margin: 0;
}
.vina-column-2 .article-item:hover .pull-left .vina-link,
.vina-single .article-item:hover .pull-left .vina-link {
  top: 35%;
}
.vina-single {
  width: 100%;
  float: left;
}
.vina-single .article-item {
  width: auto;
  float: none;
}
.vina-single .article-item .pull-left:before {
  opacity: 0;
}
.vina-single .article-item .article-info {
  padding: 0 4%;
  width: 92%;
  float: left;
}
.vina-single .article-item .article-info .entry-header h2 {
  font-size: 30px;
  font-weight: normal;
  margin: 12px 0;
  line-height: 20px;
  padding-left: 15px;
  padding-bottom: 0;
  border: none;
}
.vina-single .article-item .article-info .entry-header h2 a {
  color: #444444;
}
.vina-single .article-item .article-info .entry-header h2 a:hover {
  color: #444444;
}
.vina-single .article-item-2 {
  margin: 0;
  width: 100%;
  float: left;
}
.vina-single .article-item-2 .article-info {
  margin-left: 0;
  padding: 10px 2% 15px;
  width: 96%;
}
.vina-single.category-page .article-item .article-info {
  background: none;
  padding: 0;
}
.category-list ul.category li {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 15px;
  background: #fff;
}
.category-list ul.category li .list-hits {
  margin: 10px 0px;
  padding: 7px 9px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.category-list .element-invisible {
  float: left;
  line-height: 30px;
  margin-right: 5px;
}
.category-list .inputbox {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.category-list .blog-date {
  color: #FFFFFF;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  padding: 5px;
  text-align: center;
  width: 75px;
}
.category-list .blog-date .sp_date_day {
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 26px;
  font-weight: 700;
  line-height: 23px;
  margin-right: -2px;
  padding-top: 3px;
  width: 100%;
}
.category-list .blog-date .sp_date_month {
  float: left;
  font-family: Arial !important;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  width: 100%;
}
.categories-list h3.item-title {
  font-size: 24px;
  line-height: 30px;
  margin: 0px;
}
.categories-list .collapse {
  padding-left: 20px;
  background: #fff;
}
.categories-list .item {
  background: #fff;
  margin-bottom: 5px;
  padding: 15px;
}
.categories-list .blog-date-2 {
  float: left;
  display: block;
  text-align: center;
  color: #fff;
  margin: 0 10px 0 0;
  padding: 5px 10px;
  background-image: url("../images/world-background/bg-goals.png");
}
.categories-list .blog-date-2 .sp_date_day_2 {
  display: block;
  line-height: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
#jc h4 {
  font-size: 25px;
  font-weight: normal;
  float: left;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 60px;
}
#jc #comments {
  width: 100%;
  float: left;
}
#jc #comments h4 {
  margin-top: 0px;
}
#jc #comments .comments-list {
  width: 100%;
  float: left;
  margin: 0;
}
#jc #comments #comments-list-footer {
  width: 100%;
  float: left;
  margin: 0 !important;
}
#jc #comments .comment-anchor {
  display: none;
}
#jc #comments .rbox {
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 3px solid #e7e7e7;
  padding: 20px;
}
#jc #comments .comment-author {
  font-size: 16px;
  width: 100%;
  float: left;
}
#jc #comments .comment-date {
  font-size: 12px;
}
#jc #comments .comment-body {
  font-size: 14px;
  line-height: 20px;
  padding-top: 20px;
}
#jc #comments-form {
  width: 100%;
  float: left;
}
#jc #comments-form label {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
#jc #comments-form .row-item {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
#jc #comments-form .row-45 {
  width: 45%;
  float: left;
}
#jc #comments-form .row-100 {
  width: 100%;
  float: left;
}
#jc #comments-form .row-input {
  border: 1px solid #ccc;
  border-bottom: 2px solid #e7e7e7;
  overflow: hidden;
}
#jc #comments-form .row-left {
  float: left;
}
#jc #comments-form .row-right {
  float: right;
}
#jc #comments-form input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px 3% !important;
  height: 24px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 94%;
  border: none;
  max-width: 100% !important;
}
#jc #comments-form textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 3% !important;
  width: 92%;
  max-width: 100% !important;
  border: none;
}
#jc #comments-form .grippie {
  max-width: 100% !important;
  width: 100%;
}
#jc #comments-form #comments-form-send {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px 25px !important;
  float: right;
  margin-right: 0;
}
#jc #comments-form #comments-form-send a {
  color: #fff;
  text-shadow: none;
}
#jc #comments-footer {
  width: 100%;
  float: left;
}
#jc #comments-form-buttons {
  margin-left: 0 !important;
}
#sp-feature-wrapper {
  text-align: center;
}
#sp-feature-wrapper #feature {
  color: #fff;
}
#sp-feature-wrapper #feature h1 {
  color: #fff;
  font-size: 72px;
  line-height: 100px;
  font-weight: 700;
  margin-bottom: 10px;
}
#sp-feature-wrapper #feature p {
  font-size: 24px;
  line-height: 120%;
  margin: 0 80px;
  margin-bottom: 20px;
}
#sp-feature-wrapper .jssord07l,
#sp-feature-wrapper .jssord07r {
  background: none !important;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 50px !important;
}
#sp-feature-wrapper .jssord07l:hover,
#sp-feature-wrapper .jssord07r:hover {
  opacity: 1;
}
#sp-feature-wrapper .vina-content-slider-wrapper .jssord07l,
#sp-feature-wrapper .vina-content-slider-wrapper .jssord07r,
#sp-feature-wrapper .vina-content-slider-wrapper .jssord07ldn,
#sp-feature-wrapper .vina-content-slider-wrapper .jssord07rdn {
  background: none;
}
#sp-users-wrapper {
  padding: 30px 0;
  border-top: 1px solid #f5f5f5;
  background: #e8e8e8;
}
#sp-position1-wrapper {
  padding: 30px 0px;
}
#sp-clients-wrapper {
  margin-top: 60px;
  padding: 0;
}
#sp-clients-wrapper .bg-inner:before {
  opacity: 0.8;
}
#sp-our-project-wrapper {
  padding: 0;
  text-align: center;
  margin-bottom: 60px;
}
#sp-our-team-wrapper {
  padding: 0;
  text-align: center;
  margin: 60px 0px;
}
#sp-testimonials-wrapper {
  margin: 30px 0px;
  color: #fff;
}
.vina-content-slider-wrapper {
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.vina-our-work,
.vina-clients,
.our-project,
.our-team,
.our-testimonials {
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.bg-inner {
  position: relative;
  z-index: 1;
  padding: 40px 0px;
}
.bg-inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#sp-latest-project-wrapper {
  text-align: center;
  padding: 60px 0px;
}
#sp-position4-wrapper {
  margin: 60px 0px;
}
#sp-position6-wrapper {
  margin: 35px 0px;
}
#sp-our-price-wrapper {
  padding: 40px 0px;
}
#sp-right .module,
#sp-left .module {
  background: #fff;
  border-bottom: 3px solid #e7e7e7;
}
#sp-right .module h3,
#sp-left .module h3 {
  padding: 10px 20px;
  font-size: 20px;
  color: #fff;
  background: #323232;
  margin: 0;
}
#sp-right .module .mod-inner,
#sp-left .module .mod-inner {
  padding: 20px;
}
#sp-breadcrumb-wrapper h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}
#sp-breadcrumb-wrapper #sp-breadcrumb {
  padding: 30px 0px;
}
ul.breadcrumb {
  margin: 10px 0;
  line-height: 35px;
  background: transparent;
  float: right;
  padding: 0px;
}
ul.breadcrumb li {
  text-shadow: none;
}
.pagination ul {
  float: right;
  margin-bottom: 10px;
}
.pagination ul > li > a,
.pagination ul > li > span {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.pagination .counter {
  float: right;
  width: 100%;
  text-align: right;
}
.vina-button,
.vina-button-2,
.vina-button-3 {
  padding: 10px 20px;
  text-transform: uppercase;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.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: 17px;
}
.page-header {
  font-size: 30px;
}
.sp-border {
  position: relative;
}
.sp-border::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-bottom-wrapper {
  padding: 40px 0px;
}
#sp-bottom-wrapper h3 {
  font-size: 20px;
  font-weight: normal;
}
.visiable-gallery {
  animation-name: none !important;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}
#sp-footer-wrapper ul li a {
  color: #999;
}
#sp-footer-wrapper {
  padding: 10px 0px;
  position: relative;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 11px 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
  padding: 0px 15px;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .sp-totop {
  display: inline-block;
  position: absolute;
  padding: 21px 19px;
  top: 0;
}
#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;
}
.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;
}
.vina-online .header:before {
  content: "\f007";
  font-family: FontAwesome;
  font-size: 34px;
}
#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: 8px;
  width: 100%;
}
#login-form .unstyled a {
  font-size: 14px;
}
#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;
  color: #00cd51;
  position: absolute;
  z-index: -1;
}
.login input,
.login textarea,
.registration input,
.registration textarea,
.reset input,
.reset textarea,
.remind input,
.remind textarea,
.contact input,
.contact textarea {
  -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: 8px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.tags {
  width: 100%;
  float: left;
}
.tags a {
  padding: 5px 15px;
  background: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #323232 !important;
  text-shadow: none;
}
.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;
}
.vina-news ul {
  margin: 0;
}
.vina-news li {
  list-style: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.vina-news li:before {
  content: "\f105";
  font-family: FontAwesome;
}
.vina-news li a {
  color: #999999;
  line-height: 24px;
}
.vina-news li:hover {
  padding-left: 10px;
}
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;
}
#sp-menu {
  position: relative;
  z-index: 9;
}
#sp-main-menu {
  float: right;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0 1px 0 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:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
#sp-main-menu ul.level-0 > li >a {
  display: block;
  margin: 0;
  color: #2c2b2b;
  font-weight: bold;
  font-size: 15px;
  padding: 40px 23px;
  text-transform: uppercase;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-size: 13px;
  color: #999;
  display: block;
}
#sp-main-menu ul.level-0 > li.parent >a span.menu {
  position: relative;
}
#sp-main-menu ul.level-0 > li.parent >a span.menu:after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  font-family: FontAwesome;
  content: "\f0dd";
  font-size: 16px;
  color: #d7d7d7;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: -10px;
  width: 20px;
  text-align: center;
}
#sp-main-menu ul.level-0 > li:hover:before,
#sp-main-menu ul.level-0 > li.active:before {
  height: 100%;
}
#sp-main-menu ul.level-0 > li:hover.parent >a span.menu:after {
  color: #fff;
  bottom: -30px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#sp-main-menu ul.level-0 > li.active.parent >a span.menu:after {
  opacity: 0;
}
#sp-main-menu ul.level-0 > li .sub-level >div {
  margin-top: 4px !important;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  border-top: 1px solid #eee;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):first-child {
  border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 10px;
  color: #2c2b2b !important;
}
#sp-main-menu li li:not(.sp-menu-group) >a {
  position: relative;
  z-index: 1;
}
#sp-main-menu li li:not(.sp-menu-group) >a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  position: relative;
  padding-right: 20px;
  display: block;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 15px;
}
#sp-main-menu li li:not(.sp-menu-group):hover >a:before,
#sp-main-menu li li:not(.sp-menu-group).active >a:before {
  width: 100%;
}
#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;
  color: #2c2b2b !important;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px 0 0;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module h4 {
  font-size: 14px;
}
.sp-submenu {
  position: absolute;
  top: 0px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  margin-top: 30px;
  -webkit-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -moz-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -o-transition: margin 100ms, visibility 100ms, opacity 100ms;
  transition: margin 100ms, visibility 100ms, opacity 100ms;
}
.sp-submenu.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
  -webkit-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -moz-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -o-transition: margin 300ms, visibility 300ms, opacity 300ms;
  transition: margin 300ms, visibility 300ms, opacity 300ms;
}
.sp-submenu .sp-submenu-wrap {
  background: #fff;
}
.sp-submenu .megacol {
  float: left;
}
.sp-submenu.sub-level-child {
  margin-left: 30px;
  margin-top: 0;
}
.sp-submenu.sub-level-child.open {
  margin-left: 0px;
}
.sp-mobile-menu ul li {
  background: rgba(0,0,0,0.9);
}
.sp-mobile-menu ul li:last-child {
  margin-bottom: 10px;
}
.vina-menu {
  position: absolute !important;
  right: 20px;
  top: 30px;
  padding: 8px 16px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: auto !important;
  margin: 0 !important;
}
.vina-menu:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.vina-menu-small {
  position: absolute !important;
  right: 5px;
  top: 5px;
  padding: 3px 8px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: auto !important;
  margin: 0 !important;
}
.vina-menu-small:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.ltr .sp-submenu {
  left: 0;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl #sp-main-menu {
  float: right;
}
.rtl #sp-main-menu ul.level-0 > li:hover >a:after,
.rtl #sp-main-menu ul.level-0 > li.active >a:after {
  margin: 0 -10px 0 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu:after {
  left: inherit;
  right: 40%;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  right: inherit;
  left: 10px;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  padding-right: 0;
  padding-left: 20px;
}
.rtl .sp-submenu {
  left: auto;
}
.menu-fixed {
  top: 0;
  width: 100%;
  -webkit-animation: fadeInDown 900ms;
  -moz-animation: fadeInDown 900ms;
  -ms-animation: fadeInDown 900ms;
  animation: fadeInDown 900ms;
}
.fixed .hidden-desktop {
  display: none;
}
.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.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;
}
.vina-social ul {
  overflow: hidden;
}
.vina-social ul li {
  float: left;
}
.vina-social ul li a {
  padding: 7px 12px;
  border-left: 1px solid #393939;
  color: #cfcfcf;
  font-size: 14px;
  display: block;
}
.vina-social ul li a.facebook {
  padding: 7px 15px;
}
.vina-social ul li:last-child a {
  border-right: 1px solid #393939;
}
.menu-top {
  float: right;
  border-left: 1px solid #393939;
}
.menu-top ul {
  overflow: hidden;
}
.menu-top ul li {
  float: left;
  padding: 9px 0px;
}
.menu-top ul li a {
  display: block;
  border-left: 1px solid #cfcfcf;
  line-height: 15px;
  color: #cfcfcf;
  padding: 0 12px;
}
.menu-top ul li a i {
  margin-right: 7px;
}
.menu-top ul li:first-child a {
  border-left: none;
}
#sp-search {
  position: relative;
}
#sp-search .search {
  padding: 0;
  margin: 0;
}
#sp-search form {
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-left: 1px solid #393939;
  border-right: 1px solid #393939;
  position: relative;
}
#sp-search form input {
  width: 180px;
  border: none;
  background: none;
  box-shadow: none;
  height: 26px;
  padding: 4px 6px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 12px;
}
#sp-search form input:focus {
  color: #cfcfcf;
}
#sp-search button {
  background: none;
  box-shadow: none;
  border: none;
  text-shadow: none;
  height: 34px;
}
.vina-title {
  font-weight: lighter !important;
  font-size: 30px !important;
  display: inline-block;
}
.vina-title b {
  font-weight: bold;
}
.vina-title.vina-border {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.vina-title.vina-border:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 20%;
  margin: 0 40%;
}
.vina-title.vina-border-2 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d7d7d7;
}
.vina-title.vina-border-2:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 20%;
  margin: 0 40%;
}
.vina-title.vina-border-2:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sp-feature-wrapper .vina-black {
  margin-right: 10px;
}
#sp-feature-wrapper .vina-content-slider-wrapper .vcs-slide-text .line-1 {
  font-weight: lighter;
}
#sp-feature-wrapper .vina-content-slider-wrapper .vcs-slide-text .line-1 b {
  font-weight: 600;
}
#sp-feature-wrapper .vina-content-slider-wrapper .vcs-slide-text .line-2 {
  font-size: 15px;
  line-height: 26px;
}
.vina-position-1 {
  overflow: hidden;
  position: relative;
}
.vina-position-1:before,
.vina-position-1:after {
  content: " ";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  -webkit-transition: all .6s linear .1s;
  -moz-transition: all .6s linear .1s;
  -o-transition: all .6s linear .1s;
  transition: all .6s linear .1s;
}
.vina-position-1:before {
  right: 0;
  z-index: 1;
}
.vina-position-1:after {
  right: 100%;
  z-index: 2;
}
.vina-position-1 .vina-promotion {
  padding: 30px;
  position: relative;
}
.vina-position-1 .vina-promotion:before,
.vina-position-1 .vina-promotion:after {
  content: " ";
  position: absolute;
  left: 0;
  width: 4px;
  height: 100%;
  -webkit-transition: all .6s linear .1s;
  -moz-transition: all .6s linear .1s;
  -o-transition: all .6s linear .1s;
  transition: all .6s linear .1s;
}
.vina-position-1 .vina-promotion:before {
  top: 0;
  z-index: 1;
}
.vina-position-1 .vina-promotion:after {
  top: 100%;
  z-index: 2;
}
.vina-position-1 .vina-promotion h1 {
  font-size: 29px;
  margin: 0;
  font-weight: normal;
}
.vina-position-1 .vina-promotion p {
  font-size: 14px;
}
.vina-position-1 .vina-button {
  float: right;
  margin-top: 10px;
}
.vina-position-1:hover:after {
  right: 0;
}
.vina-position-1:hover .vina-promotion:after {
  top: 0;
}
.vina-position-1:hover .vina-promotion h1 {
  -webkit-animation: moveFromLeft 1s ease;
  -moz-animation: moveFromLeft 1s ease;
  -ms-animation: moveFromLeft 1s ease;
  animation: moveFromLeft 1s ease;
}
.vina-position-1:hover .vina-promotion p {
  -webkit-animation: moveFromBottom 1s ease;
  -moz-animation: moveFromBottom 1s ease;
  -ms-animation: moveFromBottom 1s ease;
  animation: moveFromBottom 1s ease;
}
.vina-position-1:hover .vina-promotion .vina-button {
  -webkit-animation: moveFromRight 1s ease;
  -moz-animation: moveFromRight 1s ease;
  -ms-animation: moveFromRight 1s ease;
  animation: moveFromRight 1s ease;
}
.vina-list-1 .list-item {
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
.vina-list-1 .list-item .list-img {
  width: 140px;
  height: 162px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.vina-list-1 .list-item .list-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.vina-list-1 .list-item .list-img i {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  padding: 55px 0px;
  display: block;
}
.vina-list-1 .list-item h3 {
  font-size: 20px;
  font-weight: normal;
}
.vina-list-1 .list-item p {
  font-size: 13px;
}
.vina-list-1 .list-item:hover .list-img:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.vina-list-1 .list-item:hover h3 {
  -webkit-animation: moveFromLeft 500ms ease;
  -moz-animation: moveFromLeft 500ms ease;
  -ms-animation: moveFromLeft 500ms ease;
  animation: moveFromLeft 500ms ease;
}
.vina-list-1 .list-item:hover p {
  -webkit-animation: moveFromRight 500ms ease;
  -moz-animation: moveFromRight 500ms ease;
  -ms-animation: moveFromRight 500ms ease;
  animation: moveFromRight 500ms ease;
}
.vina-list-2 {
  margin-top: 30px;
  padding: 0px 30px;
}
.vina-list-2 .list-col {
  width: 50%;
  margin: 0;
  float: left;
}
.vina-list-2 .list-left {
  border-right: 2px solid #cfcfcf;
}
.vina-list-2 .list-left-item {
  cursor: pointer;
  text-align: right;
  padding: 5px 0px;
}
.vina-list-2 .list-left-item .list-2-img {
  width: 94px;
  height: 94px;
  margin: 15px 40px 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  float: right;
  text-align: center;
  position: relative;
  z-index: 1;
}
.vina-list-2 .list-left-item .list-2-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.vina-list-2 .list-left-item .list-2-img i {
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  padding: 27px 0px;
  display: block;
}
.vina-list-2 .list-left-item h3 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0;
}
.vina-list-2 .list-left-item p {
  font-size: 13px;
}
.vina-list-2 .list-left-item:hover .list-2-img:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.vina-list-2 .list-left-item:hover h3 {
  -webkit-animation: moveFromLeft 500ms ease;
  -moz-animation: moveFromLeft 500ms ease;
  -ms-animation: moveFromLeft 500ms ease;
  animation: moveFromLeft 500ms ease;
}
.vina-list-2 .list-left-item:hover p {
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  -ms-animation: moveFromBottom 500ms ease;
  animation: moveFromBottom 500ms ease;
}
.vina-list-2 .list-right-item {
  cursor: pointer;
  text-align: left;
  padding: 5px 0px;
}
.vina-list-2 .list-right-item .list-2-img {
  width: 94px;
  height: 94px;
  margin: 15px 40px 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  float: left;
  text-align: center;
  position: relative;
  z-index: 1;
}
.vina-list-2 .list-right-item .list-2-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.vina-list-2 .list-right-item .list-2-img i {
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  padding: 27px 0px;
  display: block;
}
.vina-list-2 .list-right-item h3 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0;
}
.vina-list-2 .list-right-item p {
  font-size: 13px;
}
.vina-list-2 .list-right-item:hover .list-2-img:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.vina-list-2 .list-right-item:hover h3 {
  -webkit-animation: moveFromRight 500ms ease;
  -moz-animation: moveFromRight 500ms ease;
  -ms-animation: moveFromRight 500ms ease;
  animation: moveFromRight 500ms ease;
}
.vina-list-2 .list-right-item:hover p {
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  -ms-animation: moveFromBottom 500ms ease;
  animation: moveFromBottom 500ms ease;
}
.vina-our-work {
  color: #fff;
  text-align: center;
}
.vina-our-work h3.vina-title {
  position: relative;
  margin-bottom: 20px;
}
.vina-our-work h3.vina-title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 40%;
  height: 2px;
  background: #fff;
  width: 20%;
}
.vina-our-work .list-work {
  padding: 30px 0px;
}
.vina-our-work .list-work .work-item {
  min-height: 200px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vina-our-work .list-work .work-item .item-img {
  padding: 44px 0px;
  width: 100%;
}
.vina-our-work .list-work .work-item .item-img i {
  font-size: 50px;
}
.vina-our-work .list-work .work-item .item-img h3 {
  font-size: 20px;
  font-weight: normal;
}
.vina-our-work .list-work .work-item .item-info {
  display: none;
  padding: 25px 0px;
}
.vina-our-work .list-work .work-item .item-info h3 {
  font-size: 20px;
  text-transform: uppercase;
}
.vina-our-work .list-work .work-item:hover .item-img {
  display: none;
  -webkit-animation: moveFromLeft 500ms ease;
  -moz-animation: moveFromLeft 500ms ease;
  -ms-animation: moveFromLeft 500ms ease;
  animation: moveFromLeft 500ms ease;
}
.vina-our-work .list-work .work-item:hover .item-info {
  display: block;
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  -ms-animation: moveFromBottom 500ms ease;
  animation: moveFromBottom 500ms ease;
}
.our-project {
  color: #fff;
}
.our-project h3.vina-title {
  width: 100%;
  text-align: center;
  float: left;
  margin-bottom: 60px;
}
.our-project #carousel {
  width: 100%;
  float: left;
}
.our-project #carousel .carousel-control {
  background: #000;
  font-size: 30px;
  border: none;
  top: 45%;
  color: #fff;
  opacity: 0.5;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.our-project #carousel .carousel-control:hover {
  opacity: 1;
  color: #fff;
}
.our-project #carousel .carousel-control.left {
  left: -22px;
}
.our-project #carousel .carousel-control.right {
  right: -22px;
}
.our-team {
  color: #fff;
}
.our-team h3.vina-title {
  width: 100%;
  text-align: center;
  float: left;
  margin-bottom: 60px;
}
.our-team #carousel2 {
  width: 100%;
  float: left;
  text-align: left;
}
.our-team #carousel2 .carousel-control {
  background: none;
  font-size: 50px;
  border: none;
  top: 45%;
  color: #fff;
  opacity: 0.8;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.our-team #carousel2 .carousel-control:hover {
  opacity: 1;
  color: #fff;
}
.our-team #carousel2 .carousel-control.left {
  left: -40px;
}
.our-team #carousel2 .carousel-control.right {
  right: -40px;
}
.our-team .team-item .team-img {
  position: relative;
}
.our-team .team-item .team-img .team-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.our-team .team-item .team-img .team-title h4 {
  font-weight: normal;
  font-size: 15px;
  color: #fff;
  position: relative;
  padding: 10px;
  margin: 0;
  z-index: 1;
}
.our-team .team-item .team-img .team-title h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  z-index: -1;
}
.our-team .team-item .team-info {
  margin-left: 20px;
  padding: 15px;
  background: #fff;
  color: #323232;
  border-bottom: 2px solid #323232;
}
.our-team .team-item .team-info p {
  line-height: 20px;
}
.our-team .team-item .vina-social ul {
  float: right;
  margin-top: 2px;
}
.our-team .team-item .vina-social ul li a {
  margin: 0 0px 2px 2px;
  border: none;
}
.our-team .team-item .vina-social ul li:last-child {
  border: none;
}
.our-testimonials .testimonial-item .test-img {
  float: left;
}
.our-testimonials .testimonial-item .test-text {
  float: left;
  width: 65%;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 25px;
}
.our-testimonials .testimonial-item .test-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.3;
}
.our-testimonials .testimonial-item .test-text >div {
  padding: 13px 20px;
  position: relative;
  float: left;
}
.our-testimonials .testimonial-item .test-text >div:before {
  border: 8px solid #fff;
  border-left-color: transparent;
  border-top-color: transparent;
  left: -16px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 30px;
  width: 0;
  opacity: 0.3;
}
.our-testimonials .testimonial-item .test-text >div h4 {
  font-size: 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #fff;
  float: left;
}
.our-testimonials .testimonial-item .test-text >div p {
  line-height: 20px;
  float: left;
  width: 100%;
}
.our-testimonials #carousel-testimonials .carousel-control {
  background: none repeat scroll 0 0 #fff;
  border: medium none;
  border-radius: 0;
  bottom: 0px;
  color: #323232;
  font-size: 20px;
  height: 25px;
  line-height: 20px;
  opacity: 1;
  top: auto;
  width: 25px;
}
.our-testimonials #carousel-testimonials .carousel-control i {
  line-height: 25px;
}
.our-testimonials #carousel-testimonials .carousel-control:hover {
  color: #323232;
}
.our-testimonials #carousel-testimonials .carousel-control.left {
  left: 24px;
}
.our-testimonials #carousel-testimonials .carousel-control.right {
  left: 51px;
}
.our-partners ul li {
  float: left;
  width: 29%;
  margin: 0 2%;
}
.our-partners #carousel-partners {
  width: 100%;
  float: left;
  text-align: center;
  padding: 19px 0px;
  position: relative;
}
.our-partners #carousel-partners:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.3;
}
.our-partners #carousel-partners .carousel-control {
  background: #fff;
  font-size: 20px;
  border: none;
  top: 50%;
  color: #323232;
  opacity: 1;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 26px;
}
.our-partners #carousel-partners .carousel-control i {
  line-height: 30px;
}
.our-partners #carousel-partners .carousel-control:hover {
  color: #323232;
}
.our-partners #carousel-partners .carousel-control.left {
  left: -15px;
}
.our-partners #carousel-partners .carousel-control.right {
  right: -15px;
}
.our-price {
  text-align: center;
}
.our-price > p {
  margin-bottom: 60px;
}
.our-price .price-item {
  border-bottom: 2px solid #d7d7d7;
}
.our-price .price-item h3 {
  padding: 20px 20px 40px 20px;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
}
.our-price .price-item h3 sub {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.our-price .price-item ul {
  padding: 0px 20px;
  margin: 30px 0px;
  overflow: hidden;
}
.our-price .price-item ul li {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.our-price .price-item ul li.buy {
  border-bottom: none;
  margin: 20px 0px;
}
.our-price .price-item .vina-button-2 {
  display: block;
}
.vina-latest-project .filter-autohide {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.vina-latest-project .filter-autohide i {
  padding: 10px 15px;
  display: inline-block;
}
.vina-latest-project .gallery-filters {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.vina-latest-project .gallery-filters a {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 10px 20px;
  font-size: 16px;
  margin: 0 5px !important;
  text-shadow: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vina-latest-project ul {
  margin: 0 !important;
  width: 100%;
}
.vina-latest-project ul li {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.vina-latest-project ul li .img-polaroid {
  position: relative;
  padding: 0;
  margin: 2px;
  border: none;
}
.vina-latest-project ul li .img-polaroid:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}
.vina-latest-project ul li .img-polaroid:after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}
.vina-latest-project ul li .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.vina-latest-project ul li .info .info-inner {
  float: left;
  position: absolute;
  top: -1px;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
}
.vina-latest-project ul li .info a {
  padding: 10px 15px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: none;
}
.vina-latest-project ul li .info .description {
  color: #fff;
}
.vina-latest-project ul li:hover .img-polaroid:before {
  width: 50%;
}
.vina-latest-project ul li:hover .img-polaroid:after {
  width: 50%;
}
.vina-latest-project ul li:hover .info .info-inner {
  top: 40%;
  z-index: 1;
  opacity: 1;
}
.vina-our-power ul li {
  margin-bottom: 21px;
}
.vina-our-power .power-title {
  font-size: 16px;
  margin: 0;
}
.vina-our-power .power-percent {
  position: relative;
  text-align: right;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
}
.vina-our-power .power-percent:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 10px;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.vina-our-power .power-percent.percent-90:before {
  width: 90%;
}
.vina-our-power .power-percent.percent-80:before {
  width: 80%;
}
.vina-our-power .power-percent.percent-50:before {
  width: 50%;
}
.vina-our-power .power-percent.percent-70:before {
  width: 70%;
}
.vina-our-power .power-percent.percent-60:before {
  width: 60%;
}
.vina-accordion .vina-accordion-content .vina-accordion-item {
  padding: 0px;
  height: auto;
}
.vina-accordion .vina-accordion-content .vina-accordion-item span {
  float: left;
  padding: 20px;
}
.vina-accordion .vina-accordion-content .vina-accordion-item p {
  margin: 0;
  padding: 10px;
  display: inline-block;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
}
.vina-accordion .vina-accordion-content .accordion-close span {
  background: url("../images/plus.png") no-repeat scroll center center rgba(0,0,0,0);
}
.vina-watch-video {
  padding: 40px 0px;
  text-align: center;
  color: #fff;
}
.vina-watch-video .video-info {
  padding: 10px 0px;
  font-size: 25px;
}
.vina-watch-video .video-info i {
  color: #fff;
  padding: 0px 80px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vina-watch-video .video-info:hover i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.vina-watch-video .video-play {
  display: none;
  width: 40%;
  margin: 0 30%;
  margin-top: 20px;
}
.vina-watch-video .video-play iframe {
  padding: 5px;
  border: 3px solid #fff;
}
.vina-latest-blog {
  text-align: center;
}
.vina-latest-blog .item {
  padding-bottom: 50px !important;
}
.vina-latest-blog .vina-item {
  margin-left: 10px;
  position: relative;
}
.vina-latest-blog .vina-item .text-block {
  background: #fff;
  padding: 15px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.vina-latest-blog .vina-item .text-block .title {
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 10px;
}
.vina-latest-blog .vina-item .text-block:after,
.vina-latest-blog .vina-item .text-block:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  -webkit-transition: all .6s linear .1s;
  -moz-transition: all .6s linear .1s;
  -o-transition: all .6s linear .1s;
  transition: all .6s linear .1s;
}
.vina-latest-blog .vina-item .text-block:before {
  left: 0;
  z-index: 1;
}
.vina-latest-blog .vina-item .text-block:after {
  left: 100%;
  z-index: 2;
}
.vina-latest-blog .vina-item .blog-time {
  display: inline-block;
  padding: 13px 10px;
  font-style: normal;
  position: absolute;
  top: 0;
  left: -10px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vina-latest-blog .vina-item .blog-time .blog-date {
  font-weight: bold;
  font-size: 20px;
  width: 100%;
  float: left;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.vina-latest-blog .vina-item .blog-time .blog-month {
  font-size: 12px;
  width: 100%;
  float: left;
}
.vina-latest-blog .vina-item .vina-button-2 {
  position: absolute;
  bottom: -35px;
  right: 0;
  text-transform: none;
  line-height: 25px;
  padding: 5px 15px;
}
.vina-latest-blog .vina-item:hover .text-block:after {
  left: 0;
}
.vina-latest-blog .vina-carousel-content .item {
  background: none !important;
}
.vina-latest-blog .vina-carousel-content .owl-controls .owl-buttons div {
  position: absolute;
  top: 40%;
  background: none;
  opacity: 1;
}
.vina-latest-blog .vina-carousel-content .owl-controls .owl-buttons div.owl-prev {
  left: -15px;
  text-indent: -999999;
  color: transparent;
  height: 35px;
  overflow: hidden;
}
.vina-latest-blog .vina-carousel-content .owl-controls .owl-buttons div.owl-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 35px;
  color: #fff;
  float: left;
  width: 100%;
  text-align: center;
  line-height: 35px;
}
.vina-latest-blog .vina-carousel-content .owl-controls .owl-buttons div.owl-next {
  right: -15px;
  text-indent: -999999;
  color: transparent;
  height: 35px;
  overflow: hidden;
}
.vina-latest-blog .vina-carousel-content .owl-controls .owl-buttons div.owl-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 35px;
  color: #fff;
  float: left;
  width: 100%;
  text-align: center;
  line-height: 35px;
}
.vina-clients {
  text-align: center;
  color: #fff;
  z-index: 1;
}
.vina-clients h3 {
  margin-bottom: 40px;
}
.vina-clients .client-item {
  padding: 0px 100px;
}
.vina-clients .client-item .item-info {
  padding: 50px;
  position: relative;
  margin-bottom: 40px;
  line-height: 24px;
}
.vina-clients .client-item .item-info:before {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: -1;
}
.vina-clients .client-item .item-info:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -20px;
  margin-left: -10px;
  border-style: solid;
  border-width: 10px;
  border-color: #fff transparent transparent transparent;
  opacity: 0.2;
  z-index: 1;
}
.vina-clients .client-item .item-img {
  font-size: 14px;
}
.vina-clients .client-item .item-img .title {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 25px;
}
.vina-clients .carousel-control {
  background: none;
  font-size: 50px;
  border: none;
  top: 15%;
  color: #fff;
  opacity: 0.5;
}
.vina-clients .carousel-control:hover {
  opacity: 1;
  color: #fff;
}
.vina-clients .carousel-control.left {
  left: 0;
}
.vina-clients .carousel-control.right {
  right: 0;
}
.vina-clients #myCarousel .carousel-inner .item img {
  width: auto \9 !important;
}
.vina-newsletter .news-info {
  padding: 10px 0px 10px 20px;
  font-size: 16px;
}
.vina-newsletter .news-form form {
  float: right;
  margin: 0;
}
.vina-newsletter .news-form form input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 34px;
  float: left;
  margin: 0;
}
.vina-newsletter .news-form form .vina-button {
  height: 43px;
  margin-left: 15px;
  text-transform: none;
  padding: 4px 25px;
}
.vina-bottom-1 h3 {
  font-weight: bold;
  font-size: 34px !important;
  line-height: 30px;
  margin-bottom: 15px;
}
.vina-bottom-1 i {
  margin-right: 10px;
}
.vina-bottom-1 .about li {
  padding: 2px 0px;
}
.vina-bottom-1 .vina-social {
  margin-top: 15px;
}
.vina-bottom-1 .vina-social ul li a {
  border: 1px solid #393939;
  margin-right: 5px;
  margin-bottom: 5px;
}
.vina-bottom-1 .vina-social ul li i {
  margin: 0;
}
.vina-tweeter h3 {
  margin-bottom: 25px;
}
.vina-tweeter #vina-vscoller-twitter158 .vina-items {
  width: 80% \9;
  float: right \9;
}
.vina-tweeter #vina-vscoller-twitter158 .vina-item {
  background: none;
  color: #c0c0c0;
  padding: 0;
  margin-bottom: 10px;
}
.vina-tweeter #vina-vscoller-twitter158 .vina-item .avatar {
  position: initial;
  margin-right: 10px;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  left: -55px \9;
}
.vina-bottom-3 h3 {
  margin-bottom: 25px;
}
.vina-bottom-3 ul li {
  overflow: hidden;
}
.vina-bottom-3 ul li .img-polaroid {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0;
  background: none;
}
.vina-bottom-3 ul li .img-polaroid:hover {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.vina-follow h3 {
  margin-bottom: 25px;
}
.vina-follow iframe {
  background: none repeat scroll 0 0 #191b25;
  border: 1px solid #323339;
}
.vina-tweeter h3.header {
  margin-left: 16px;
}
.vina-tweeter #vina-vscoller-twitter161 {
  background: none !important;
}
.vina-tweeter #vina-vscoller-twitter161 .vina-items-wrapper {
  margin-left: 16px;
}
.vina-tweeter .vina-item {
  margin-bottom: 10px;
}
.vina-tweeter .vina-header .profile img {
  float: left;
  margin-right: 10px;
}
.vina-tweeter .vina-header .permalink {
  float: right;
}
.module.sidebar-category ul li {
  margin-bottom: 15px;
  border-bottom: 1px solid #323232;
  float: left;
  width: 100%;
}
.module.sidebar-category ul li:last-child {
  margin: 0;
}
.module.sidebar-category ul li i {
  padding: 10px;
  float: left;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.module.sidebar-category ul li a {
  line-height: 30px;
}
.module.sidebar-category ul li .num {
  float: right;
}
.module.sidebar-popular {
  position: relative;
}
.module.sidebar-popular .vina-ticker-content .header-block {
  position: absolute;
  top: 15px;
  right: 0;
}
.module.sidebar-popular .vina-ticker-content .header-block span.up {
  width: 10px;
  background-size: 100%;
  right: 50px;
}
.module.sidebar-popular .vina-ticker-content .header-block span.toggle {
  width: 12px;
  background-size: 100% !important;
}
.module.sidebar-popular .vina-ticker-content .header-block span.down {
  width: 10px;
  background-size: 100%;
  right: 10px;
}
.module.sidebar-popular .vina-ticker-content .vina-item {
  border-bottom: 1px solid #ccc !important;
}
.module.sidebar-popular .vina-ticker-content .vina-item .text-block h4 {
  font-size: 15px;
  position: relative;
  padding-left: 10px;
  font-weight: normal;
  z-index: 1;
}
.module.sidebar-popular .vina-ticker-content .vina-item .text-block h4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 2px;
}
.module.sidebar-popular .vina-ticker-content .vina-item .text-block .info-item {
  margin: 0px 10px 10px 0px;
}
.module.sidebar-popular .vina-ticker-content .vina-item .info {
  font-style: normal;
}
.module.sidebar-popular .vina-ticker-content .vina-item .info i {
  margin-right: 2px;
}
.module.sidebar-newsletter p {
  font-size: 15px;
}
.module.sidebar-newsletter form {
  margin: 0;
}
.module.sidebar-newsletter form .control input {
  border-radius: 0;
  box-sizing: border-box;
  height: auto;
  padding: 8px;
  width: 100%;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.module.sidebar-newsletter form .vina-button {
  padding: 8px 10px;
}
.module.sidebar-tag ul li {
  float: left;
  margin: 0 5px 5px 0px;
}
.module.sidebar-tag ul li a {
  padding: 5px 10px;
  color: #323232;
  float: left;
  border: 1px solid #ccc;
}
.rtl .vina-social ul {
  float: right;
}
.rtl .menu-top {
  border-left: none;
  border-right: 1px solid #393939;
}
.rtl .menu-top ul li a i {
  margin-right: 0;
  margin-left: 7px;
}
.rtl .vina-clients .carousel-control.left {
  right: inherit;
  left: 0;
}
.rtl .vina-clients .carousel-control.right {
  left: inherit;
  right: 0;
}
.rtl .vina-latest-blog {
  direction: ltr;
}
.rtl .our-partners #carousel-partners .carousel-control.left {
  left: -22px;
  right: inherit;
}
.rtl .our-testimonials #carousel-testimonials .carousel-control.left {
  right: 51px;
  left: inherit;
}
.rtl .our-testimonials #carousel-testimonials .carousel-control.right {
  right: 24px;
  left: inherit;
}
.rtl .carousel-control i {
  line-height: 25px;
}
.rtl .our-testimonials .testimonial-item .test-img {
  float: right;
}
.rtl .our-testimonials .testimonial-item .test-text {
  float: right;
  margin-right: 25px;
  margin-left: 25px;
}
.rtl .our-testimonials .testimonial-item .test-text >div:before {
  border-color: #fff transparent transparent #fff;
  right: -16px;
  left: inherit;
}
#comments-footer a {
  display: none !important;
}
.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_services .title {
  text-align: center;
}
#vina_services .title p {
  padding: 0px 20px 20px;
}
#vina_faq .accordion-group {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina_faq .accordion-heading .accordion-toggle {
  height: auto;
  color: #656565;
  background: #f2f2f2;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  font-size: 16px;
  overflow: hidden;
}
#vina_faq .accordion-heading .accordion-toggle i {
  height: 45px;
  width: 30px;
  background: #999999;
  line-height: 45px;
  text-align: center;
  color: #fff;
}
#vina_faq .accordion-inner {
  border: 1px solid #ccc;
  border-top: none;
  padding: 15px 15px;
}
#vina_faq span.number {
  height: 45px;
  width: 30px;
  display: inline-block;
  color: #fff;
  text-align: center;
  margin-right: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 45px;
}
#vina_about_us .vina-title {
  width: 100%;
  text-align: center;
  float: left;
  margin-bottom: 60px;
}
#vina_about_us .about-content {
  margin-bottom: 15px;
  width: 100%;
  float: left;
}
#vina_about_us .about-content h4 {
  font-weight: normal;
  font-size: 20px;
  margin-top: 0px;
}
.about-img {
  width: 100%;
  min-height: 350px;
}
.about-img p {
  display: none;
}
#vina_portfolio .vina-latest-project .gallery-filters {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}
#vina_portfolio .vina-latest-project .gallery-filters a {
  padding: 0px;
  margin: 0 10px 0px 0px !important;
  padding-right: 10px;
  border: none;
  border-right: 1px solid #323232;
  line-height: 15px;
}
#vina_portfolio .vina-latest-project ul li .img-polaroid .img-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#vina_portfolio .vina-latest-project ul li .img-polaroid .img-info >div {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding: 10px 20px;
}
#vina_portfolio .vina-latest-project ul li .img-polaroid .img-info >div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: -1;
}
#vina_portfolio .vina-latest-project ul li .img-polaroid .img-info .description {
  font-size: 20px;
  margin: 0;
}
#vina_portfolio .vina-latest-project ul li .img-polaroid .img-info .tags {
  margin: 0;
}
#vina_portfolio .vina-latest-project ul li .info .description {
  font-size: 20px;
  margin: 0;
}
#vina_portfolio .vina-latest-project ul li .info .tags {
  margin-bottom: 20px;
  color: #fff;
}
#vina_portfolio .vina-latest-project ul li:hover .img-polaroid:before {
  width: 50%;
}
#vina_portfolio .vina-latest-project ul li:hover .img-polaroid:after {
  width: 50%;
}
#vina_portfolio .vina-latest-project ul li:hover .img-polaroid .img-info {
  bottom: -100px;
}
#vina_portfolio .vina-latest-project ul li:hover .info .info-inner {
  top: 40%;
  z-index: 1;
  opacity: 1;
}
#portfolio_detail #vina_about_us .vina-title {
  margin-top: 60px;
  margin-bottom: 20px;
}
#portfolio_detail #vina_about_us .title-des {
  padding: 0px 20%;
  text-align: center;
  width: 60%;
  float: left;
  margin-bottom: 60px;
}
#portfolio_detail ul li {
  margin-bottom: 28px;
  width: 100%;
  float: left;
}
#portfolio_detail ul li .number {
  background: #323232;
  color: #fff;
  float: left;
  font-size: 15px;
  font-weight: bold;
  margin-right: 15px;
  padding: 10px 14px;
}
#portfolio_detail ul li.active .number,
#portfolio_detail ul li:hover .number {
  background: #00cd51;
}
#vina_contact_us .vina-title {
  padding-left: 20px;
  line-height: 20px;
  margin-bottom: 30px;
  font-size: 24px !important;
}
#vina_contact_us .vina-map {
  margin-bottom: 60px;
}
#vina_contact_us .contact_us {
  padding: 10px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
}
#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 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;
  overflow: hidden;
}
#vina_contact_us .map span {
  margin: 20px 0 0;
  display: block;
  width: 100%;
}
#vina_contact_us .map span em {
  display: inline-block;
  margin-right: 2px;
  width: 20px;
}
#vina_contact_us .map span.contact {
  margin-bottom: 12px;
}
#vina_contact_us .map span.contact span {
  display: inline-block;
  margin: 0;
  width: auto;
}
#vina_contact_us .vina-social ul {
  float: right;
  margin-top: 2px;
}
#vina_contact_us .vina-social ul li a {
  margin: 0 0px 2px 2px;
  border: none;
  position: relative;
  z-index: 1;
  margin: 10px;
}
#vina_contact_us .vina-social ul li a:before {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#vina_contact_us .vina-social ul li:last-child {
  border: none;
}
#vina_contact_us .vina-button-2 {
  float: right;
  width: auto !important;
  margin-top: 10px;
}
@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_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_contact_us .contact_us {
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .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_company .img-polaroid {
    width: 100%;
  }
  .responsive #vina_contact_us .contact_us,
  .responsive #vina_contact_us .map {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1300px) {
  .responsive #sp-main-menu ul.level-0 > li > a {
    font-size: 13px;
  }
  .responsive #sp-search form input {
    width: 140px;
  }
  .responsive .vina-position-1 .vina-promotion h1 {
    font-size: 24px;
  }
  .responsive .vina-list-2 .list-right-item .list-2-img,
  .responsive .vina-list-2 .list-left-item .list-2-img {
    margin: 15px 40px;
  }
  .responsive .news-form input {
    width: auto;
  }
  .responsive .vina-our-work .list-work .work-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .responsive .vina-bottom-3 ul.gallery li {
    width: 50% !important;
  }
  .responsive .vina-newsletter .news-form form .vina-button {
    margin-left: 5px;
  }
  .responsive #sp-footer-wrapper ul.nav li a {
    padding: 0 10px;
  }
  .responsive .vina-our-work,
  .responsive .vina-clients,
  .responsive .our-project,
  .responsive .our-team,
  .responsive .our-testimonials {
    background-attachment: initial;
    background-size: 100% 100%;
  }
}
@media (max-width: 979px) {
  .responsive #sp-header-wrapper [class*="span"] {
    width: auto;
    float: left;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    float: right;
    position: relative;
  }
  .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_portfolio .vina-latest-project ul li:hover .info .info-inner {
    top: 12%;
  }
  .responsive #sp-footer-wrapper .sp-totop {
    padding: 10px;
    position: initial;
  }
}
@media (max-width: 1300px) and (min-width: 768px) {
  .responsive .list-work .span3 {
    width: 46%;
    margin: 0 2% 20px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .responsive #sp-search form input {
    width: 60px;
  }
  .responsive .vina-position-1 .vina-promotion h1 {
    font-size: 18px;
  }
  .responsive .vina-position-1 .vina-promotion p {
    font-size: 14px;
  }
  .responsive .vina-position-1 .vina-promotion .vina-button {
    font-size: 13px;
  }
  .responsive .vina-list-2 .list-right-item p {
    padding-left: 20px;
  }
  .responsive .vina-list-2 .list-left-item p {
    padding-right: 20px;
  }
  .responsive .news-form form input {
    width: 110px;
  }
  .responsive .news-form form .vina-button {
    padding: 4px 10px;
    width: auto;
  }
  .responsive .our-team .team-item .team-info {
    margin-left: 0;
  }
  .responsive .our-testimonials .testimonial-item .test-text {
    margin-left: 0;
  }
  .responsive #vina_contact_us .vina-title {
    font-size: 20px !important;
    padding-left: 15px;
  }
  .responsive .vina-single .article-item .article-info .entry-header h2 {
    font-size: 24px;
  }
  .responsive #sp-footer-wrapper ul.nav li {
    margin: 0;
    font-size: 12px;
  }
  .responsive #sp-footer-wrapper ul.nav li a {
    padding: 0 5px;
  }
  .responsive .module.sidebar-popular .vina-ticker-content .vina-item .span4 {
    width: 100%;
    margin: 0;
  }
  .responsive .module.sidebar-popular .vina-ticker-content .vina-item .span8 {
    width: 100%;
    margin: 0;
  }
  .responsive .module.sidebar-popular .vina-ticker-content .vina-item .text-block h4 {
    margin-top: 5px;
  }
}
@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-social {
    float: left;
    width: 32%;
  }
  .responsive #sp-search {
    float: left;
    width: 68%;
  }
  .responsive .vina-social ul li a.youtube {
    border-right: 1px solid #393939;
  }
  .responsive .vina-social ul li a.linkedin {
    display: none;
  }
  .responsive .team-item .vina-social ul li a.youtube {
    border-right: none;
  }
  .responsive .vina-position-1 .vina-button {
    float: left;
  }
  .responsive .vina-position-1 .vina-promotion h1 {
    line-height: 30px;
    margin-bottom: 10px;
  }
  .responsive .vina-list-2 .list-col {
    width: 100%;
  }
  .responsive .vina-list-2 .list-left {
    border-right: none;
  }
  .responsive .vina-our-work .list-work .work-item {
    margin: 10px 0;
    padding: 0px 20px;
  }
  .responsive .vina-latest-project ul.gallery {
    margin: 0 auto;
  }
  .responsive .vina-latest-project ul.gallery li {
    width: 50% !important;
    float: left;
  }
  .responsive .vina-our-power {
    margin-top: 20px;
  }
  .responsive .vina-watch-video .video-info {
    font-size: 16px;
  }
  .responsive .vina-newsletter .news-form form {
    float: left;
    margin-top: 20px;
    width: 100%;
  }
  .responsive .vina-newsletter .news-form form input {
    width: 206px;
  }
  .responsive .vina-newsletter .news-form form .vina-button {
    width: auto;
  }
  .responsive .vina-bottom-1 .vina-social {
    text-align: left;
  }
  .responsive #sp-right {
    margin-bottom: 30px;
  }
  .responsive #sp-right {
    margin-top: 30px;
  }
  .responsive #sp-bottom2,
  .responsive #sp-bottom3,
  .responsive #sp-bottom4 {
    margin-top: 20px;
  }
  .responsive #sp-footer-wrapper #sp-footer2 {
    text-align: left;
    margin-top: 10px;
  }
  .responsive .vina-watch-video .video-play {
    margin: 20px 5% 0;
    width: 90%;
  }
  .responsive .vina-watch-video .video-play iframe {
    margin-left: -8px;
  }
  .responsive .our-team .team-item {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .responsive .our-team .team-item .team-img {
    display: inline-block;
    float: left;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 40%;
  }
  .responsive .our-team .team-item .team-info {
    padding: 20px 3%;
    width: 54%;
    float: left;
    margin: 0;
  }
  .responsive #vina_about_us .about-content {
    text-align: center;
    width: 100%;
    margin-top: 15px;
  }
  .responsive #vina_about_us .about-submit {
    text-align: center;
    width: 100%;
    float: left;
  }
  .responsive #vina-accordion {
    margin-top: 20px;
  }
  .responsive #sp-breadcrumb-wrapper h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .responsive .vina-single .article-item .article-info .entry-header h2 {
    font-size: 24px;
  }
  .responsive ul.breadcrumb {
    width: 100%;
  }
  .responsive #portfolio_detail ul {
    margin-top: 30px;
  }
  .responsive .vina-our-work .list-work .work-item {
    padding: 20px;
    margin: 20px 0px;
  }
  .responsive .vina-our-work .list-work .work-item .item-img {
    padding: 0;
  }
  .responsive .vina-our-work .list-work .work-item .item-info {
    display: block;
    padding: 0;
  }
  .responsive .vina-our-work .list-work .work-item:hover .item-img {
    display: block;
  }
  .responsive .vina-latest-project ul li .info {
    position: initial;
    float: left;
  }
  .responsive .vina-latest-project ul li .info .info-inner {
    position: initial;
    opacity: 1;
  }
  .responsive .vina-latest-project ul li .info a {
    margin: 10px 0px;
  }
  .responsive .vina-latest-project ul li .info .description {
    margin-bottom: 20px;
    color: #323232;
    font-size: 15px;
  }
  .responsive #vina_portfolio .vina-latest-project ul li {
    margin-bottom: 20px;
  }
  .responsive #vina_portfolio .vina-latest-project ul li .info .info-inner .description {
    display: none;
  }
  .responsive #vina_portfolio .vina-latest-project ul li .info .info-inner .tags {
    display: none;
  }
  .responsive #vina_portfolio .vina-latest-project ul li:hover .img-polaroid .img-info {
    display: none;
  }
}
@media (max-width: 599px) {
  .responsive .row-offcanvas-right
		.sidebar-offcanvas {
    right: -80%;
  }
  .responsive .row-offcanvas-left
		.sidebar-offcanvas {
    left: -80%;
  }
  .responsive .row-offcanvas-right.active {
    right: 80%;
  }
  .responsive .row-offcanvas-left.active {
    left: 80%;
  }
  .responsive .sidebar-offcanvas {
    width: 80%;
  }
  .responsive .vina-social {
    text-align: center;
  }
  .responsive .vina-social ul {
    display: inline-block;
  }
  .responsive .vina-social ul li {
    margin: 2px;
  }
  .responsive .vina-social ul li a {
    border: 1px solid #393939;
  }
  .responsive #sp-top-wrapper {
    padding-top: 10px;
  }
  .responsive #sp-social {
    display: none;
  }
  .responsive #sp-search {
    float: left;
    width: 100%;
  }
  .responsive #sp-search .search {
    text-align: left;
    width: 50%;
    float: left;
  }
  .responsive #sp-search form {
    border: 1px solid #393939;
    display: inline-block;
  }
  .responsive #sp-search .menu-top {
    text-align: right;
    width: 50%;
    float: left;
  }
  .responsive .menu-top {
    text-align: center;
    width: 100%;
    border-left: none;
  }
  .responsive .menu-top ul {
    display: inline-block;
  }
  .responsive #sp-feature-wrapper,
  .responsive #sp-breadcrumb-wrapper {
    margin-top: 0 !important;
  }
  .responsive .vina-list-2 .list-left-item h3,
  .responsive .vina-list-2 .list-right-item h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .responsive .vina-latest-project .gallery-filters a {
    margin: 0 5px 5px 0 !important;
    font-size: 14px;
    padding: 10px;
  }
  .responsive .vina-latest-project ul li:hover .info .info-inner {
    top: 20%;
  }
  .responsive .vina-watch-video .video-info {
    font-size: 14px;
  }
  .responsive .vina-watch-video .video-info i {
    padding: 0 40px;
  }
  .responsive .vina-clients .client-item {
    padding: 0 40px;
  }
  .responsive .vina-clients .client-item .item-info {
    padding: 20px;
  }
  .responsive #vina_portfolio .vina-latest-project ul li .img-polaroid .img-info .description {
    font-size: 15px;
  }
  .responsive #sp-footer-wrapper {
    text-align: center;
  }
  .responsive #sp-footer-wrapper .helix-framework {
    margin: 0 !important;
    width: 100%;
  }
  .responsive #sp-footer-wrapper .helix-framework .helix-logo {
    background-position: 50% 50%;
    width: 100%;
  }
  .responsive #sp-footer-wrapper #sp-footer2 {
    text-align: center;
  }
  .responsive #sp-footer-wrapper #sp-footer2 ul.nav {
    margin: 0;
    text-align: center;
  }
  .responsive #sp-footer-wrapper #sp-footer2 ul.nav li {
    margin: 0;
    font-size: 12px;
  }
  .responsive #sp-footer-wrapper #sp-footer2 ul.nav li a {
    padding: 0px 5px;
  }
  .responsive #vina_faq .accordion-heading .accordion-toggle {
    padding: 0 20px;
  }
  .responsive #vina_faq .accordion-heading .accordion-toggle i {
    margin-right: -20px;
  }
  .responsive #vina_faq span.number {
    margin-left: -20px;
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  .responsive .container {
    padding: 0 10px;
  }
  .responsive #sp-header-wrapper .container {
    margin: 0 10px;
  }
  .responsive #sp-header-wrapper [class*="span"] {
    width: 100%;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    float: right;
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .responsive #sp-header-wrapper .logo-wrapper {
    padding: 0 10px;
  }
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    background-position: 50% 50%;
    width: auto !important;
  }
  .responsive #sp-header-wrapper .vina-menu {
    color: #fff;
    position: absolute !important;
    float: left;
    width: 100% !important;
    height: 100%;
    padding: 0px !important;
    margin: 0 !important;
    border: none;
    top: 0 !important;
    left: 0 !important;
  }
  .responsive #sp-header-wrapper .logo-wrapper {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 25px 0px;
  }
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    margin-left: 0;
  }
  .responsive #sp-header-wrapper .logo-wrapper a {
    display: block;
  }
  .responsive .vina-list-2 .list-right-item,
  .responsive .vina-list-2 .list-left-item {
    text-align: center;
  }
  .responsive .vina-list-2 .list-right-item .list-2-img,
  .responsive .vina-list-2 .list-left-item .list-2-img {
    margin: 15px 0px;
    width: 100%;
  }
  .responsive .vina-list-2 .list-right-item .list-2-img:before,
  .responsive .vina-list-2 .list-left-item .list-2-img:before {
    background-position: 50% center;
    background-repeat: no-repeat;
  }
  .responsive .vina-watch-video .video-info {
    font-size: 11px;
  }
  .responsive .vina-watch-video .video-info i {
    padding: 0 20px;
  }
  .responsive .vina-watch-video .video-play {
    display: none;
    margin: 20px 5% 0;
    width: 90%;
  }
  .responsive .vina-latest-project ul li .info .description {
    display: none;
  }
  .responsive .article-item .pull-left {
    float: left;
  }
  .responsive .article-item .pull-left .entry-header h2 {
    float: none;
    font-size: 15px;
  }
  .responsive .vina-latest-project .gallery-filters a {
    float: left;
    display: block;
    width: 38%;
    margin: 0 2% 5px !important;
  }
  .responsive #vina_portfolio .vina-latest-project .gallery-filters a {
    float: left;
    display: block;
    width: 38%;
    margin: 0 2% 5px !important;
  }
  .responsive #vina_portfolio .vina-latest-project ul li .img-polaroid .img-info {
    display: none;
  }
  .responsive #vina_portfolio .vina-latest-project ul li .info .info-inner .tags {
    display: none;
  }
  .responsive #sp-search .search {
    text-align: center;
    width: 100%;
  }
  .responsive #sp-search .menu-top {
    text-align: center;
    width: 100%;
  }
  .responsive .vina-latest-project ul li {
    margin-bottom: 20px;
  }
  .responsive .vina-accordion .vina-accordion-content .vina-accordion-item p {
    font-size: 14px;
  }
  .responsive #vina_faq .accordion-heading .accordion-toggle {
    font-size: 14px;
  }
  .responsive #vina_faq .accordion-heading .accordion-toggle span.number {
    margin-left: -20px;
  }
  .responsive #vina_faq .accordion-heading .accordion-toggle i {
    float: right;
    margin: 0;
    margin-right: -20px;
  }
  .responsive .vina-title {
    font-size: 25px !important;
    width: 100%;
  }
  .responsive #sp-top-wrapper {
    padding: 0;
  }
  .responsive #sp-search {
    padding-top: 10px;
  }
  .responsive .vina-newsletter .news-form form input {
    width: 100%;
    box-sizing: border-box;
    height: 45px !important;
  }
  .responsive .vina-newsletter .news-form form .vina-button {
    width: auto;
    padding: 4px 5px;
    margin: 10px 0px 0 0;
  }
  .responsive .our-testimonials .testimonial-item .test-text {
    width: 58%;
  }
  .responsive .our-testimonials .testimonial-item .test-text > div {
    padding: 13px 10px;
  }
  .responsive #sp-social {
    display: block;
    width: 100%;
  }
  .responsive #sp-top-wrapper {
    padding-top: 10px;
    display: none;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
    animation: moveFromBottom 500ms ease;
    width: 100% !important;
  }
  .responsive .vina-social ul li a.linkedin {
    display: block;
  }
  .responsive #sp-button-wrapper {
    border-top: 5px solid #2a2a2a;
  }
  .responsive .vina-hidden .menu-top-icon {
    display: inline-block;
  }
}
@media (max-width: 319px) {
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    background-size: 100%;
  }
  .responsive .vina-latest-project .gallery-filters a {
    width: 36%;
  }
  .responsive .vina-latest-project ul.gallery li {
    width: 100% !important;
  }
  .responsive .vina-clients .client-item {
    padding: 0 35px;
  }
  .responsive .vina-clients .client-item .item-info {
    padding: 10px;
  }
}
@media (min-width: 480px) {
  .responsive #sp-top-wrapper {
    display: block !important;
  }
}
.fixed .hidden-desktop {
  display: none;
}
.rtl.responsive #sp-header-wrapper [class*="span"] {
  float: right;
}
.rtl.responsive #sp-header-wrapper [class*="span"]#sp-menu {
  float: left;
}
.rtl.responsive .vina-menu {
  right: auto;
  left: 20px;
}
