.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;
}
.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;
}
@-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);
  }
}
@keyframes swingdown {
  0% {
    opacity: .99999;
    transform: rotateX(90deg);
  }
  30% {
    transform: rotateX(-20deg) rotateY(5deg);
    animation-timing-function: ease-in-out;
  }
  65% {
    transform: rotateX(20deg) rotateY(-3deg);
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: rotateX(0);
    animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes swingdown {
  0% {
    opacity: .99999;
    -webkit-transform: rotateX(90deg);
  }
  30% {
    -webkit-transform: rotateX(-20deg) rotateY(5deg);
    -webkit-animation-timing-function: ease-in-out;
  }
  65% {
    -webkit-transform: rotateX(20deg) rotateY(-3deg);
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: rotateX(0);
    -webkit-animation-timing-function: ease-in-out;
  }
}
@-moz-keyframes swingdown {
  0% {
    opacity: .99999;
    -moz-transform: rotateX(90deg);
  }
  30% {
    -moz-transform: rotateX(-20deg) rotateY(5deg);
    -moz-animation-timing-function: ease-in-out;
  }
  65% {
    -moz-transform: rotateX(20deg) rotateY(-3deg);
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: rotateX(0);
    -moz-animation-timing-function: ease-in-out;
  }
}
@-ms-keyframes swingdown {
  0% {
    opacity: .99999;
    -ms-transform: rotateX(90deg);
  }
  30% {
    -ms-transform: rotateX(-20deg) rotateY(5deg);
    -ms-animation-timing-function: ease-in-out;
  }
  65% {
    -ms-transform: rotateX(20deg) rotateY(-3deg);
    -ms-animation-timing-function: ease-in-out;
  }
  100% {
    -ms-transform: rotateX(0);
    -ms-animation-timing-function: ease-in-out;
  }
}
@-o-keyframes swingdown {
  0% {
    opacity: .99999;
    -o-transform: rotateX(90deg);
  }
  30% {
    -o-transform: rotateX(-20deg) rotateY(5deg);
    -o-animation-timing-function: ease-in-out;
  }
  65% {
    -o-transform: rotateX(20deg) rotateY(-3deg);
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: rotateX(0);
    -o-animation-timing-function: ease-in-out;
  }
}
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: #dbdbdb;
  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: 'Lavanderia';
  src: url('../fonts/Lavanderia Sturdy_0.eot');
  src: url('../fonts/Lavanderia Sturdy_0.eot?#iefix') format('embedded-opentype'), url('../fonts/Lavanderia Sturdy_0.woff') format('woff'), url('../fonts/Lavanderia Sturdy_0.ttf') format('truetype'), url('../fonts/Lavanderia Sturdy_0.svg#Lavanderia Sturdy_0') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Silverfake';
  src: url('../fonts/Silverfake.eot');
  src: url('../fonts/Silverfake.eot?#iefix') format('embedded-opentype'), url('../fonts/Silverfake.woff') format('woff'), url('../fonts/Silverfake.ttf') format('truetype'), url('../fonts/Silverfake.svg#Silverfake') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ComingSoon';
  src: url('../fonts/ComingSoon.eot');
  src: url('../fonts/ComingSoon.eot?#iefix') format('embedded-opentype'), url('../fonts/ComingSoon.woff') format('woff'), url('../fonts/ComingSoon.ttf') format('truetype'), url('../fonts/ComingSoon.svg#ComingSoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-family: 'Lavanderia';
  line-height: 50px;
}
h1.page-header {
  line-height: 34px;
  margin-bottom: 15px;
  border: 0;
  font-size: 34px;
  margin-top: 0;
  padding: 4px 0 4px 44px;
}
.tagView h1.page-header,
.genericView h1.page-header {
  font-family: 'Arial';
  padding: 0 0 15px;
  color: #6d6d6d;
  background: none;
}
h2.ItemTitle {
  font-family: 'Lavanderia';
  font-size: 30px;
  margin: 0;
  padding: 4px 0 15px 44px;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
.sp-mobile-menu {
  z-index: 10;
}
#sp-top-wrapper {
  margin-top: 60px;
}
#sp-top-wrapper .logo-wrapper a:focus {
  outline: none;
}
#sp-top-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
}
#sp-top-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-top-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
.vina_social ul {
  margin: 0;
}
.vina_social ul li {
  margin-right: 20px;
}
.vina_social ul li:last-child {
  margin-right: 0;
}
.vina_social ul li a {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  text-align: center;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
  overflow: hidden;
  text-shadow: none;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vina_social ul li a em {
  font-size: 14px;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
  color: #fff;
  font-weight: bold;
  display: block !important;
}
.vina_social ul li a em:before {
  line-height: 30px;
}
.vina_social ul li a:hover {
  background: #fff;
}
.vina_social ul li a:hover em {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  -ms-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
.vina_social .contact span {
  padding-left: 10px;
}
.vina_social .contact span .number {
  font-size: 18px;
  font-weight: bold;
}
.vina_social .contact span.contact-1 {
  font-size: 12px;
}
.vina_social .contact span .icon-envelope {
  font-size: 21px;
  padding-right: 5px;
}
.vina_social .contact span .phone {
  font-size: 16px;
}
#sp-header-wrapper {
  padding-top: 30px;
}
#sp-header-wrapper .container {
  background: #fff;
  position: relative;
}
#sp-header-wrapper #sp-search input {
  width: 60px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 8px 10px;
}
#sp-header-wrapper #sp-search input:focus {
  width: 120px;
}
#sp-header-wrapper #sp-search .search {
  margin-bottom: 0;
}
#sp-header-wrapper #sp-search form {
  margin: 0;
  padding: 14px 0;
}
#sp-header-wrapper #sp-search button {
  cursor: pointer;
  display: inline-block;
  z-index: 0;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  position: relative;
  padding: 8px 15px;
  vertical-align: middle;
  overflow: hidden;
  border: 0;
  padding: 9px 15px;
}
#sp-header-wrapper #sp-search button:after {
  bottom: 50%;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 600ms ease 0s;
  -moz-transition: all 600ms ease 0s;
  -o-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
  width: 100%;
  z-index: -1;
}
#sp-header-wrapper #sp-search button:hover,
#sp-header-wrapper #sp-search button:focus {
  text-decoration: inherit;
  outline: none;
}
#sp-header-wrapper #sp-search button:hover:after,
#sp-header-wrapper #sp-search button:focus:after {
  bottom: 0;
  height: 100%;
  width: 100%;
}
#sp-breadcrumb-wrapper {
  margin-top: 5px;
}
#sp-breadcrumb-wrapper .container {
  background: none repeat scroll 0 0 #F8F8F8;
  border-bottom: 1px solid #DEDEDE;
}
.vina-carousel >p {
  margin-bottom: 0;
}
.body-innerwrapper {
  overflow-x: hidden;
}
#sp-feature-wrapper {
  text-align: center;
  margin-top: 5px;
}
.vina-jssor-image-slider .vina-caption.default {
  background: rgba(0,0,0,0.8) !important;
  clip: auto !important;
  height: auto !important;
}
.vina-jssor-image-slider .vina-caption.default h3 {
  font-family: 'Lavanderia';
  text-transform: capitalize;
  font-size: 48px;
  line-height: 65px;
  margin-bottom: 7px;
}
.vina-jssor-image-slider .vina-caption.default p {
  color: #FFFFFF;
  font-family: Verdana;
  margin-bottom: 0;
  font-size: 12px;
  text-shadow: 1px 1px 0 #000000;
}
#sp-position1 {
  padding: 20px;
}
#sp-position1 .custom {
  font-size: 24px;
  text-align: center;
}
#sp-position1 .custom .title-user2 {
  font-family: 'Lavanderia';
  font-size: 36px;
  width: 100%;
}
#sp-position1 .custom .content-user2 {
  font-size: 14px;
  padding: 0 80px;
}
#sp-position1 .custom .book {
  padding-top: 20px;
  text-align: center;
  width: 100%;
}
#sp-position1 .custom .book .bg-left-book {
  background: url("../images/bg/book-left.png") no-repeat scroll 0 center;
  float: left;
  height: 26px;
  font-size: 0;
  padding: 10px 0;
  width: 43%;
}
#sp-position1 .custom .book .bg-right-book {
  background: url("../images/bg/book-right.png") no-repeat scroll 100% center;
  float: right;
  height: 26px;
  padding: 10px 0;
  font-size: 0;
  width: 43%;
}
#sp-position1 .custom .book .buy-now {
  border: medium none;
  border-radius: 0;
  color: #FFFFFF;
  font-weight: bold;
  margin: 0;
  padding: 14px 0;
  width: 14%;
  cursor: pointer;
  display: inline-block;
  z-index: 0;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  position: relative;
  padding: 8px 15px;
  vertical-align: middle;
  overflow: hidden;
}
#sp-position1 .custom .book .buy-now:after {
  bottom: 50%;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 600ms ease 0s;
  -moz-transition: all 600ms ease 0s;
  -o-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
  width: 100%;
  z-index: -1;
}
#sp-position1 .custom .book .buy-now:hover,
#sp-position1 .custom .book .buy-now:focus {
  text-decoration: inherit;
  outline: none;
}
#sp-position1 .custom .book .buy-now:hover:after,
#sp-position1 .custom .book .buy-now:focus:after {
  bottom: 0;
  height: 100%;
  width: 100%;
}
#sp-users-wrapper #users {
  padding: 30px 0;
}
#sp-users-wrapper #users >[class*="span"]:first-child {
  padding-left: 20px;
}
#sp-users-wrapper #users >[class*="span"]:last-child {
  padding-right: 20px;
}
.article #sp-users-wrapper .container {
  background: #fff;
}
#sp-user1 .user-info {
  text-align: center;
}
#sp-user1 .user-info .hi-icon .icons-image {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  cursor: pointer;
  height: 93px;
  margin: 15px 0 0;
  overflow: hidden;
  padding-top: 43px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 136px;
  z-index: 1;
}
#sp-user1 .user-info .hi-icon p {
  margin: 0;
}
#sp-user1 .user-info .hi-text h4 {
  font-size: 17px;
  text-transform: uppercase;
  margin: 0;
}
#sp-user1 .user-info .hi-text p {
  font-size: 12px;
  font-weight: normal;
  padding-top: 10px;
}
#sp-main-body-wrapper #sp-left {
  margin-right: 5px;
  margin-top: 5px;
}
#sp-main-body-wrapper #sp-message-area.span6 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 5px;
  width: 52.992%;
}
#sp-main-body-wrapper #sp-message-area.span6 .module {
  padding: 0 20px;
}
#sp-main-body-wrapper #sp-message-area.span9 {
  width: 76.497%;
  background: #fff;
}
#sp-main-body-wrapper #sp-message-area.span12 {
  background: #fff;
}
#sp-main-body-wrapper #sp-right {
  margin-top: 5px;
  margin-left: 5px;
}
#sp-main-body-wrapper .module {
  padding: 0 15px;
}
#sp-left .vina-blogs .moduleItemImage {
  margin-bottom: 17px;
  max-width: 100%;
}
#sp-left .vina-blogs .media-body a {
  margin-bottom: 22px;
  margin-top: 7px;
}
#sp-left .latest-blog .media-body {
  display: inline-block;
}
#sp-left .our-services .accordion-toggle {
  color: #fff;
  border-radius: 0;
  font-family: 'Arial';
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  outline: medium none;
  padding: 10px 0 10px 45px;
  text-decoration: none;
}
#sp-left .our-services .accordion-group {
  border: 0;
  margin-bottom: 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
}
#sp-left .our-services .accordion-group .accordion-inner {
  border: 0;
  padding: 9px 0 0;
}
#sp-left .our-services .accordion-group:nth-child(1) .collapse:before {
  background: url("../images/bg/accordion-0.png") no-repeat scroll 3% 50% #CCCCCC;
  -webkit-transition: al 0.4s ease-out;
  -moz-transition: al 0.4s ease-out;
  -o-transition: al 0.4s ease-out;
  transition: al 0.4s ease-out;
}
#sp-left .our-services .accordion-group:nth-child(2) .collapse:before {
  background: url("../images/bg/accordion-1.png") no-repeat scroll 3% 50% #CCCCCC;
}
#sp-left .our-services .accordion-group:nth-child(3) .collapse:before {
  background: url("../images/bg/accordion-2.png") no-repeat scroll 3% 50% #CCCCCC;
}
#sp-left .our-services .accordion-group:nth-child(4) .collapse:before {
  background: url("../images/bg/accordion-3.png") no-repeat scroll 3% 50% #CCCCCC;
}
#sp-left .our-services .accordion-group:nth-child(5) .collapse:before {
  background: url("../images/bg/accordion-4.png") no-repeat scroll 3% 50% #CCCCCC;
}
#sp-left .our-services .accordion-group .accordion-heading {
  z-index: 2;
  position: relative;
}
#sp-left .our-services .accordion-group .collapse {
  overflow: visible;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#sp-left .our-services .accordion-group .collapse::before {
  content: "";
  height: 40px;
  position: absolute;
  right: 0;
  top: -40px;
  width: 100%;
  z-index: 1;
}
#sp-component-area {
  min-height: 0;
}
#sp-center .our-recent .content-vina {
  padding-bottom: 8px;
}
#sp-center .our-recent .moduleItemImage {
  max-width: 47%;
}
#sp-center .our-recent li {
  margin-bottom: 7px;
}
#sp-center .our-recent li.clearList {
  margin-bottom: 0;
}
#sp-center .our-recent .moduleItemTitle {
  color: #6D6D6D;
  font-size: 17px;
  font-weight: bold;
  min-height: 40px;
  line-height: 20px;
}
#sp-center .custom.vina-carousel {
  padding: 25px 0 10px;
  overflow: hidden;
}
#sp-center .custom.vina-carousel .carousel {
  cursor: pointer;
  margin-bottom: 0px;
}
#sp-center .custom.vina-carousel .carousel .carousel-inner .item p {
  width: 74%;
  margin-bottom: 0;
  float: left;
  font-size: 13px;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  font-variant: normal;
  font-weight: normal;
}
#sp-center .custom.vina-carousel .carousel .carousel-inner .item p .item-open {
  color: #4F4F4F;
  float: left;
  font-size: 60px;
  font-style: normal;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: -20px;
  margin-right: 0px;
  font-family: Arial;
}
#sp-center .custom.vina-carousel .carousel .carousel-inner .item p .item-close {
  color: #4F4F4F;
  float: right;
  font-size: 60px;
  font-style: normal;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: -20px;
  margin-right: 0px;
  font-family: Arial;
}
#sp-center .custom.vina-carousel .carousel .carousel-inner .item .author-info {
  width: 26%;
  float: left;
  padding-top: 10px;
  font-family: Myriad Pro;
  line-height: 30px;
  font-weight: bold;
}
#sp-center .custom.vina-carousel .carousel .carousel-inner .item .author-info .author {
  width: 100%;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: bold;
  float: left;
}
#sp-center .custom.vina-carousel .carousel .carousel-inner .item .author-info .country-author {
  width: 100%;
  font-weight: 100;
  font-size: 15px;
  float: left;
}
#sp-center .custom.vina-carousel .carousel .carousel-control {
  height: 20px;
  width: 20px;
  font-size: 0;
  border: none;
  color: #000;
  background: transparent;
}
#sp-center .custom.vina-carousel .carousel .carousel-control:hover,
#sp-center .custom.vina-carousel .carousel .carousel-control:focus {
  outline: none;
}
#sp-center .custom.vina-carousel .carousel .carousel-control.left {
  right: 45px;
  left: auto;
  top: 90%;
}
#sp-center .custom.vina-carousel .carousel .carousel-control.left:before {
  content: "\f0a8";
  font-family: FontAwesome;
  font-size: 22px;
}
#sp-center .custom.vina-carousel .carousel .carousel-control.right {
  top: 90%;
  right: 15px;
  left: auto;
}
#sp-center .custom.vina-carousel .carousel .carousel-control.right:before {
  content: "\f0a9";
  font-family: FontAwesome;
  font-size: 22px;
}
#sp-center .custom.vina-carousel strong {
  float: right;
  padding-top: 20px;
  line-height: 20px;
}
#sp-right .our-partners .content-vina {
  overflow: hidden;
  padding-bottom: 7px;
}
#sp-right .our-partners .gallery {
  margin: 0;
}
#sp-right .our-partners .img-polaroid {
  border: medium none;
  box-shadow: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  margin: 0 2.5px 5px;
}
#sp-right .our-partners .img-polaroid img {
  -webkit-transition: all 400ms linear 0s;
  -moz-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  width: 100%;
}
#sp-right .our-partners .img-polaroid img:hover {
  -webkit-transform: scale(1.15) rotate(-1.75deg);
  -moz-transform: scale(1.15) rotate(-1.75deg);
  -o-transform: scale(1.15) rotate(-1.75deg);
  transform: scale(1.15) rotate(-1.75deg);
}
#sp-right .our-partners .see-other {
  cursor: pointer;
  display: inline-block;
  z-index: 0;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  position: relative;
  padding: 8px 15px;
  vertical-align: middle;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 12px;
  color: #fff;
  padding: 9px 0;
  text-align: center;
  width: 100%;
}
#sp-right .our-partners .see-other:after {
  bottom: 50%;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 600ms ease 0s;
  -moz-transition: all 600ms ease 0s;
  -o-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
  width: 100%;
  z-index: -1;
}
#sp-right .our-partners .see-other:hover,
#sp-right .our-partners .see-other:focus {
  text-decoration: inherit;
  outline: none;
}
#sp-right .our-partners .see-other:hover:after,
#sp-right .our-partners .see-other:focus:after {
  bottom: 0;
  height: 100%;
  width: 100%;
}
.vina-gallery .gallery li >.img-polaroid {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 2px;
}
ul.breadcrumb {
  margin: 0;
  background: transparent;
}
.pagination ul > li.pagination-active > a,
.pagination ul > li.pagination-active > span {
  background-color: #F5F5F5;
}
.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;
}
.sp-border {
  position: relative;
}
.sp-border::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-bottom-wrapper {
  padding-top: 5px;
}
#sp-bottom-wrapper #bottom {
  padding: 20px 0;
}
#sp-bottom-wrapper #sp-bottom1 .t3-module {
  border: medium none;
  background: none repeat scroll 0 0 transparent;
  color: inherit;
}
#sp-bottom-wrapper #sp-bottom1 .t3-module.call-us {
  background: url("../images/bg/world-map.png") no-repeat scroll 25px 0 transparent;
  padding-top: 96px;
}
#sp-bottom-wrapper #sp-bottom1 .t3-module.call-us h4 {
  font-weight: normal;
  font-size: 18px;
  padding-bottom: 10px;
}
#sp-bottom-wrapper #sp-bottom1 .t3-module.call-us h4 .phone-number {
  font-weight: bold;
}
#sp-bottom-wrapper #sp-bottom1 .t3-module .module-inner .module-ct {
  padding: 25px;
  background: inherit;
  color: inherit;
}
#sp-bottom-wrapper #sp-bottom1 .t3-module .module-inner .module-ct:after,
#sp-bottom-wrapper #sp-bottom1 .t3-module .module-inner .module-ct:before {
  content: "";
  display: table;
  line-height: 0;
}
#sp-bottom-wrapper #sp-bottom1 .t3-module .module-inner .module-ct .custom p .phone-number {
  background: url("../images/hwritten-line.png") no-repeat scroll 10px 100% transparent;
  display: block;
  font-family: 'DesyrelRegular', Arial, Helvetica, sans-serif;
  font-size: 30px;
  padding-bottom: 20px;
}
#sp-bottom-wrapper #sp-bottom2 button {
  border-radius: 0px;
}
#sp-bottom-wrapper #sp-bottom2 p {
  margin-bottom: 10px;
}
#sp-bottom-wrapper #sp-bottom4 .form-sign-up {
  margin-top: 10px;
}
#sp-bottom-wrapper #sp-bottom4 .form-sign-up input {
  border-radius: 0px;
  margin: 0px;
}
#sp-bottom-wrapper #sp-bottom4 .form-sign-up button {
  border-radius: 0px;
}
#sp-footer-wrapper {
  margin-bottom: 60px;
  position: relative;
}
#sp-footer-wrapper #footer {
  padding: 20px 0;
}
#sp-footer-wrapper::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
#sp-footer-wrapper ul li a {
  color: #999;
}
#sp-footer-wrapper .sp-totop {
  margin-right: 25px;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .sp-totop {
  display: inline-block;
}
#sp-footer-wrapper .sp-totop i {
  color: #fff;
}
#sp-footer-wrapper .sp-totop small {
  display: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.moduleItemReadMore {
  cursor: pointer;
  display: inline-block;
  z-index: 0;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  position: relative;
  padding: 8px 15px;
  vertical-align: middle;
  overflow: hidden;
  padding: 10px 20px;
  font-weight: 100;
  margin-top: 1px;
  font-size: 14px;
}
.moduleItemReadMore:after {
  bottom: 50%;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 600ms ease 0s;
  -moz-transition: all 600ms ease 0s;
  -o-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
  width: 100%;
  z-index: -1;
}
.moduleItemReadMore:hover,
.moduleItemReadMore:focus {
  text-decoration: inherit;
  outline: none;
}
.moduleItemReadMore:hover:after,
.moduleItemReadMore:focus:after {
  bottom: 0;
  height: 100%;
  width: 100%;
}
.btn-vina {
  cursor: pointer;
  display: inline-block;
  z-index: 0;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  position: relative;
  padding: 8px 15px;
  vertical-align: middle;
  overflow: hidden;
}
.btn-vina:after {
  bottom: 50%;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 600ms ease 0s;
  -moz-transition: all 600ms ease 0s;
  -o-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
  width: 100%;
  z-index: -1;
}
.btn-vina:hover,
.btn-vina:focus {
  text-decoration: inherit;
  outline: none;
}
.btn-vina:hover:after,
.btn-vina:focus:after {
  bottom: 0;
  height: 100%;
  width: 100%;
}
.rtl #sp-main-body-wrapper #sp-left {
  margin-right: 0;
  margin-left: 5px;
}
.rtl #sp-main-body-wrapper #sp-right {
  margin-left: 0;
  margin-right: 5px;
}
.rtl #sp-top-wrapper .logo {
  background-position: right center;
}
.rtl .module.sp-vina .header {
  padding: 15px 44px 15px 0;
}
body:not(.homepage).rtl #sp-main-body-wrapper .module.sp-vina .header {
  padding: 15px 60px 15px 0;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
  margin-left: 25px;
}
.ltr #sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
  margin-right: 25px;
}
.rtl #sp-footer-wrapper .sp-totop {
  margin-left: 25px;
  margin-right: inherit;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
#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: 12px;
}
#login-form button {
  cursor: pointer;
  display: inline-block;
  z-index: 0;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  position: relative;
  padding: 8px 15px;
  vertical-align: middle;
  overflow: hidden;
}
#login-form button:after {
  bottom: 50%;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 600ms ease 0s;
  -moz-transition: all 600ms ease 0s;
  -o-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
  width: 100%;
  z-index: -1;
}
#login-form button:hover,
#login-form button:focus {
  text-decoration: inherit;
  outline: none;
}
#login-form button:hover:after,
#login-form button:focus:after {
  bottom: 0;
  height: 100%;
  width: 100%;
}
#login-form input[type="checkbox"] {
  display: none;
}
#login-form input[type="checkbox"] + label {
  position: relative;
  z-index: 1;
  padding-left: 30px;
  margin-left: 10px;
  line-height: 28px;
}
#login-form input[type="checkbox"] + label::before {
  content: "\f096";
  color: #bdc3c7;
  text-align: center;
  line-height: 10px;
  font-family: "FontAwesome";
  font-size: 24px;
  width: 16px;
  margin-left: -10px;
  height: 16px;
  padding: 0;
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 0;
}
#login-form input[type="checkbox"]:checked  + label::after {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 18px;
  margin-left: -9px;
  top: -1px;
  left: 0;
  color: #ec5353;
  position: absolute;
  z-index: -1;
}
.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;
  -webkit-transform: rotate(62deg);
  -moz-transform: rotate(62deg);
  -ms-transform: rotate(62deg);
  -o-transform: rotate(62deg);
  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;
}
.vina-news li:before {
  content: "\f101";
  font-family: FontAwesome;
}
.vina-news li a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  color: #999999;
  line-height: 24px;
}
.vina-news li:hover a {
  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;
}
.category-desc {
  margin-bottom: 39px;
}
.login form.form-horizontal {
  background: none repeat scroll 0 0 #EEEEEE;
  margin: 0 auto;
  padding-top: 30px;
  width: 50%;
}
.readmore {
  cursor: pointer;
  display: inline-block;
  z-index: 0;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  position: relative;
  padding: 8px 15px;
  vertical-align: middle;
  overflow: hidden;
}
.readmore:after {
  bottom: 50%;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 600ms ease 0s;
  -moz-transition: all 600ms ease 0s;
  -o-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
  width: 100%;
  z-index: -1;
}
.readmore:hover,
.readmore:focus {
  text-decoration: inherit;
  outline: none;
}
.readmore:hover:after,
.readmore:focus:after {
  bottom: 0;
  height: 100%;
  width: 100%;
}
.profile .dl-horizontal dt {
  width: 180px;
}
.profile .dl-horizontal dd {
  display: block;
  margin-left: 230px;
}
.search-results dt,
.search-results dd {
  display: block;
}
body:not(.homepage) #sp-main-body-wrapper #sp-right {
  margin-top: 0;
}
body:not(.homepage) #sp-main-body-wrapper #sp-left {
  margin-top: 0;
}
body:not(.homepage) #sp-main-body-wrapper .module {
  padding: 0;
  background: #fff;
}
body:not(.homepage) #sp-main-body-wrapper .module.sp-vina .header {
  padding: 15px 0 15px 60px;
}
body:not(.homepage) #sp-main-body-wrapper #sp-message-area {
  padding: 20px;
  margin: 0;
  background: #fff;
}
body:not(.homepage) .content-vina {
  margin: 15px;
}
.rtl .vina_social ul li:last-child {
  margin-right: 20px;
}
.rtl .vina_social ul li:first-child {
  margin-right: 0;
}
.rtl h2.ItemTitle,
.rtl h1.page-header {
  padding: 4px 44px 15px 0;
}
.rtl .vina-categories li {
  position: relative;
}
.rtl .vina-categories li:before {
  position: absolute;
}
.rtl .vina-categories li:hover {
  padding-right: 10px;
}
.rtl .vina-categories li a {
  padding-right: 25px;
  padding-left: 0;
}
.rtl #k2Container.userView .userItemView .k2ReadMore {
  right: inherit;
  top: 20px;
  left: -28px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rtl #k2Container.userView .userItemView .itemDateCreated {
  margin-left: 15px;
  margin-right: 0;
}
.rtl #sp-left .our-services .accordion-toggle {
  padding: 10px 45px 10px 0 !important;
}
.rtl #sp-left .our-services .accordion-group:nth-child(1) .collapse:before {
  background: url("../images/bg/accordion-0.png") no-repeat scroll right 10px center #CCCCCC;
}
.rtl #sp-left .our-services .accordion-group:nth-child(2) .collapse:before {
  background: url("../images/bg/accordion-1.png") no-repeat scroll right 10px center #CCCCCC;
}
.rtl #sp-left .our-services .accordion-group:nth-child(3) .collapse:before {
  background: url("../images/bg/accordion-2.png") no-repeat scroll right 10px center #CCCCCC;
}
.rtl #sp-left .our-services .accordion-group:nth-child(4) .collapse:before {
  background: url("../images/bg/accordion-3.png") no-repeat scroll right 10px center #CCCCCC;
}
.rtl #sp-left .our-services .accordion-group:nth-child(5) .collapse:before {
  background: url("../images/bg/accordion-4.png") no-repeat scroll right 10px center #CCCCCC;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #sp-center .our-recent .content-vina {
    padding-bottom: 10px;
  }
  #sp-right .our-partners .content-vina {
    padding-bottom: 10px;
  }
  #sp-header-wrapper #sp-search .search {
    margin-right: -1px;
  }
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  padding: 0;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 > li >a {
  display: block;
  border-right: 1px solid transparent;
  margin: 0;
  color: #000;
  padding: 5px 20px;
  line-height: 56px;
  cursor: pointer;
  display: inline-block;
  z-index: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  text-shadow: none;
  vertical-align: middle;
  overflow: hidden;
}
#sp-main-menu ul.level-0 > li >a:before {
  content: "";
  top: 0;
  height: 5px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  width: 0;
  z-index: 3;
  background: #ccc;
}
#sp-main-menu ul.level-0 > li >a:after {
  content: "";
  top: 0;
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  width: 0;
  z-index: -1;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  color: #999;
  display: block;
}
#sp-main-menu ul.level-0 > li:hover a:before,
#sp-main-menu ul.level-0 > li.active a:before {
  width: 100%;
}
#sp-main-menu ul.level-0 > li:hover a:after,
#sp-main-menu ul.level-0 > li.active a:after {
  width: 100%;
}
#sp-main-menu ul.level-0 > li.parent:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#sp-main-menu ul.level-0 > li.parent >a {
  padding: 5px 30px 5px 20px;
  border-right: 1px solid transparent;
  position: relative;
}
#sp-main-menu ul.level-0 > li.parent >a span.menu .menu-title:after {
  position: absolute;
  right: 10px;
  top: 5px;
  font-family: FontAwesome;
  content: "\f107";
  font-size: 16px;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  border-top: 1px solid #eee;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: padding 400ms;
  -moz-transition: padding 400ms;
  -o-transition: padding 400ms;
  transition: padding 400ms;
}
#sp-main-menu li li:not(.sp-menu-group):hover {
  padding-left: 15px;
}
#sp-main-menu li li:not(.sp-menu-group):hover > a {
  color: #fff;
}
#sp-main-menu li li:not(.sp-menu-group):first-child {
  border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 10px;
  color: #999;
}
#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 span.menu::after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 3px;
}
#sp-main-menu li li:not(.sp-menu-group):hover,
#sp-main-menu li li:not(.sp-menu-group).active {
  background: #f5f5f5;
}
#sp-main-menu div.sp-menu-group {
  margin: 10px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eee;
  color: #666;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
  text-transform: uppercase;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px 0 0;
  text-transform: none;
  font-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;
  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: 0;
  -webkit-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -moz-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -o-transition: margin 300ms, visibility 300ms, opacity 300ms;
  transition: margin 300ms, visibility 300ms, opacity 300ms;
}
.sp-submenu .sp-submenu-wrap {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
}
.sp-submenu .megacol {
  float: left;
}
.sp-submenu.sub-level-child {
  margin-left: 30px;
  margin-top: 0;
}
.sp-submenu.sub-level-child.open {
  margin-left: 0px;
}
.ltr .sp-submenu {
  left: 0;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl #sp-main-menu {
  float: right;
}
.rtl #sp-main-menu ul.level-0 > li >a {
  border-right: 0;
  border-left: 1px solid transparent;
}
.rtl #sp-main-menu ul.level-0 > li:hover >a,
.rtl #sp-main-menu ul.level-0 > li.active >a {
  border-left: 1px solid #fff;
  border-right: 0;
}
.rtl #sp-main-menu ul.level-0 > li:hover >a:after,
.rtl #sp-main-menu ul.level-0 > li.active >a:after {
  margin: 0 -10px 0 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a {
  padding: 5px 20px 5px 30px;
  border-left: 1px solid transparent;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu {
  padding: 0 10px;
  padding-right: 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu .menu-title: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-main-menu li li:not(.sp-menu-group).parent >a span.menu:after {
  right: inherit;
  left: 10px;
}
.rtl #sp-main-menu li li:not(.sp-menu-group):hover {
  padding-right: 10px;
  padding-left: inherit;
}
.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;
}
.vina-menu {
  position: absolute !important;
  right: 20px;
  top: 14px !important;
  padding: 8px 14px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: auto !important;
  margin: 0 !important;
}
.vina-menu:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.vina-menu:after {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.vina-menu-small {
  position: absolute !important;
  right: 5px;
  top: 5px;
  padding: 4px 10px 5px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: auto !important;
  margin: 0 !important;
  color: #fff !important;
}
.vina-menu-small:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.vina-menu-small:after {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background: none !important;
}
.sp-mobile-menu {
  position: relative;
  background: #000;
  z-index: 10;
}
.sp-mobile-menu select.select-menu {
  width: 32px;
  height: 27px;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.sp-mobile-menu >ul >li {
  border-bottom: 1px solid #333;
}
.sp-mobile-menu >ul >li:last-child {
  border: none;
}
.sp-mobile-menu >ul >li ul.collapse li {
  background: #333;
}
.sp-mobile-menu >ul >li ul.collapse ul li {
  background: #444;
}
.sp-mobile-menu ul {
  width: 100% !important;
}
.sp-mobile-menu ul li {
  background: rgba(0,0,0,0.9);
}
.sp-mobile-menu ul li:last-child {
  margin-bottom: 10px;
}
.sp-mobile-menu ul li a {
  color: #fff !important;
}
.sp-mobile-menu .menu-mobile-wrapper {
  position: fixed;
  width: 50%;
}
.sp-mobile-menu .mobile-inner {
  margin-top: 40px;
  overflow: auto;
  max-height: 600px;
}
.sp-mobile-menu .mobile-inner >ul >li {
  border-bottom: 1px solid #333;
  background: rgba(0,0,0,0.9);
}
.sp-mobile-menu .mobile-inner >ul >li:last-child {
  border: none;
}
.sp-mobile-menu .mobile-inner >ul >li ul.collapse li {
  background: #333;
}
.sp-mobile-menu .mobile-inner >ul >li ul.collapse ul li {
  background: #444;
}
@media (max-width: 979px) {
  .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-left {
    left: 0;
  }
  .responsive .row-offcanvas-left
		.sidebar-offcanvas {
    left: -50%;
    right: auto;
  }
  .responsive .row-offcanvas-left.active
		.sidebar-offcanvas {
    left: 0;
    right: auto;
  }
  .responsive .row-offcanvas-left.active {
    left: 50%;
  }
  .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;
  }
}
@media (max-width: 599px) {
  .responsive .row-offcanvas-left
		.sidebar-offcanvas {
    left: -80%;
  }
  .responsive .row-offcanvas-left.active {
    left: 80%;
  }
  .responsive .sidebar-offcanvas {
    width: 80%;
  }
}
.rtl .vina-menu-small {
  left: 5px;
  right: inherit;
}
li.preset1:hover {
  background: #ec5353 !important;
}
li.preset2:hover {
  background: #aa792f !important;
}
li.preset3:hover {
  background: #263a83 !important;
}
li.preset4:hover {
  background: #4EA770 !important;
}
li.preset5:hover {
  background: #F37331 !important;
}
#k2Container.itemView .itemIntroText {
  font-size: 12px;
  line-height: 23px;
  font-weight: normal;
  font-style: italic;
  color: #444444;
  padding: 4px 0 12px;
}
.itemSocialSharing {
  padding: 8px 0;
}
.itemSocialSharing .itemTwitterButton {
  float: left;
  margin: 2px 24px 0 0;
}
.itemSocialSharing .itemFacebookButton {
  float: left;
  margin-right: 24px;
  width: 200px;
}
.itemContentFooter {
  border-top: 1px solid #DDDDDD;
  color: #999999;
  display: block;
  margin: 16px 0 4px;
  padding: 4px;
  text-align: right;
}
div.itemRatingBlock {
  padding: 8px 0;
}
div.itemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 4px 0 0;
  margin: 0;
  color: #999;
}
div.itemRatingForm {
  display: block;
  vertical-align: middle;
  line-height: 25px;
  float: left;
}
div.itemRatingForm .formLogLoading {
  background: url(../images/k2/loading.gif) no-repeat left center;
  height: 25px;
  padding: 0 0 0 20px;
}
div.itemRatingForm .itemRatingLog {
  font-size: 11px;
  margin: 0;
  padding: 0 0 0 4px;
  float: left;
}
div.itemRatingForm .itemRatingList {
  position: relative;
  float: left;
  width: 125px;
  height: 25px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background: transparent url(../images/k2/transparent_star.gif) repeat-x;
  background-position: 0 0;
}
div.itemRatingForm .itemRatingList a {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000px;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
div.itemRatingForm .itemRatingList a:hover {
  background: transparent url(../images/k2/transparent_star.gif) left -1000px repeat-x;
  background-position: left bottom;
}
div.itemRatingForm .itemRatingList a.one-star {
  width: 20%;
  z-index: 6;
}
div.itemRatingForm .itemRatingList a.two-stars {
  width: 40%;
  z-index: 5;
}
div.itemRatingForm .itemRatingList a.three-stars {
  width: 60%;
  z-index: 4;
}
div.itemRatingForm .itemRatingList a.four-stars {
  width: 80%;
  z-index: 3;
}
div.itemRatingForm .itemRatingList a.five-stars {
  width: 100%;
  z-index: 2;
}
div.itemRatingForm .itemRatingList li {
  display: inline;
  background: none;
  padding: 0;
}
div.itemRatingForm .itemRatingList .itemCurrentRating {
  background: transparent url(../images/k2/transparent_star.gif) left -1000px repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000px;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
  cursor: pointer;
  z-index: 1;
  background-position: 0 center;
  margin: 0;
  padding: 0;
}
span.siteRoot {
  display: none;
}
.TagsBlock {
  border: 0;
  padding: 4px 0;
}
.TagsBlock span {
  padding-right: 39px;
  color: #6d6d6d;
  font-weight: normal;
}
.TagsBlock ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
.TagsBlock ul li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}
.itemAuthorBlock {
  background: transparent;
  border: 0;
  margin: 0 0 16px 0;
  padding: 8px;
}
.itemAuthorBlock .itemAuthorAvatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  float: left;
  display: block;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
}
.itemAuthorBlock .itemAuthorDetails {
  margin: 0;
  padding: 4px 0 0 0;
}
.itemAuthorBlock .itemAuthorDetails h3 .authorName {
  margin: 0 0 4px 0;
  padding: 0;
}
.itemAuthorBlock .itemAuthorDetails h3 .authorName a {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
}
.itemAuthorBlock .itemAuthorDetails span .itemAuthorUrl {
  font-weight: bold;
  color: #555;
  border-right: 1px solid #ccc;
  padding: 0 8px 0 0;
  margin: 0 4px 0 0;
}
.itemAuthorBlock .itemAuthorDetails span .itemAuthorEmail {
  font-weight: bold;
  color: #555;
}
.itemAuthorBlock .itemAuthorDetails span .itemAuthorEmail a {
  font-weight: normal;
}
.itemAuthorBlock:hover .itemAuthorAvatar {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
}
.itemComments {
  background: transparent;
  border: 0;
  padding: 16px;
}
.itemComments .itemCommentsCounter {
  border-bottom: 1px solid #cccccc;
}
.itemComments .itemCommentsCounter:before {
  content: "\f0e6";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.itemComments ul.itemCommentsList {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.itemComments ul.itemCommentsList li {
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.itemComments ul.itemCommentsList li img {
  border: 1px solid #cccccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  float: left;
  margin: 4px 4px 4px 0;
  padding: 4px;
  background: #fff;
}
.itemComments ul.itemCommentsList li.authorResponse {
  background: #fff;
  border: 0;
  margin-bottom: 10px;
}
.itemComments ul.itemCommentsList li.unpublishedComment {
  background: #ffeaea;
}
.itemComments ul.itemCommentsList li span.commentDate {
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
  border-right: 1px solid #ccc;
  font-weight: bold;
  font-size: 14px;
}
.itemComments ul.itemCommentsList li span.commentAuthorName {
  font-weight: bold;
  font-size: 14px;
}
.itemComments ul.itemCommentsList li span.commentAuthorEmail {
  display: none;
}
.itemComments ul.itemCommentsList li span.commentLink {
  margin-left: 8px;
}
.itemComments ul.itemCommentsList li span.commentLink a {
  font-size: 11px;
  color: #999;
  text-decoration: underline;
}
.itemComments ul.itemCommentsList li span.commentLink a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline;
}
.itemComments ul.itemCommentsList li span.commentToolbar {
  display: block;
  clear: both;
}
.itemComments ul.itemCommentsList li span.commentToolbar a {
  font-size: 11px;
  color: #999;
  text-decoration: underline;
  margin-right: 4px;
}
.itemComments ul.itemCommentsList li span.commentToolbar a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline;
}
.itemComments ul.itemCommentsList li span.commentToolbarLoading {
  background: url(../images/k2/searchLoader.gif) no-repeat 100% 50%;
}
.itemCommentsForm h3 {
  margin: 0;
  padding: 0 0 4px 0;
}
.itemCommentsForm form input#submitCommentButton {
  border: 0;
  padding: 5px 10px;
  margin: 16px 0 0;
  display: block;
  font-size: 16px;
}
.itemCommentsForm form label {
  display: block;
  margin: 12px 0 0 2px;
}
.itemCommentsForm form textarea.inputbox {
  display: block;
  width: 350px;
  height: 160px;
  margin: 0;
}
.itemCommentsForm form input.inputbox {
  display: block;
  width: 350px;
  margin: 0;
}
.itemCommentsForm form span#formLog {
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  font-weight: bold;
  color: #CF1919;
}
.itemCommentsForm form .formLogLoading {
  background: url(../images/k2/loading.gif) no-repeat left center;
}
.itemCommentsForm .itemCommentsFormNotes {
  border-top: 2px solid #ccc;
}
div.k2FeedIcon {
  padding: 4px 8px;
}
div.k2FeedIcon a {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url(../images/k2/feed.png) no-repeat 50% 50%;
}
div.k2FeedIcon a span {
  display: none;
}
.k2Padding {
  padding: 4px;
}
.even {
  background: #fffff0;
  padding: 2px;
  border-bottom: 1px dotted #ccc;
}
.odd {
  background: #fff;
  padding: 2px;
  border-bottom: 1px dotted #ccc;
}
div.k2Pagination {
  padding: 8px;
  margin: 24px 0 4px 0;
  text-align: center;
  color: #999;
}
div.k2Pagination ul {
  text-align: center;
}
div.k2Pagination ul li {
  display: inline;
}
.clr {
  border: medium none;
  clear: both;
  display: block;
  float: none;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.vina-header-toolbar {
  margin: 0;
  padding: 0;
}
.vina-header-toolbar li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.vina-header-toolbar li:last-child {
  margin-right: 0;
}
.vina-header-toolbar li a {
  color: #000;
}
#k2Container.itemListView .itemListCategoriesBlock {
  position: relative;
}
#k2Container.itemListView .itemListCategoriesBlock .k2FeedIcon {
  position: absolute;
  top: 4px;
  right: 0;
}
#k2Container.itemListView .itemListCategoriesBlock h1 {
  margin: 0 0 5px 0;
}
#k2Container.itemListView .itemListCategoriesBlock .itemListCategory {
  background: transparent;
  margin-bottom: 25px;
  border: 0;
  padding: 8px 0;
}
#k2Container.itemListView .itemList .itemContainer {
  background: #fff;
  margin-bottom: 15px;
}
#k2Container.itemListView .itemList .itemContainer .catItemView {
  border: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
#k2Container.itemListView .itemList .itemContainer .catItemView:hover {
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}
#k2Container.itemListView .itemList .itemContainer .catItemView div.catItemBody {
  clear: both;
  padding-bottom: 0;
}
#k2Container.itemListView .itemList .itemContainer .catItemView .k2ReadMore {
  cursor: pointer;
  display: inline-block;
  z-index: 0;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  position: relative;
  padding: 8px 15px;
  vertical-align: middle;
  overflow: hidden;
  margin-top: 4px;
}
#k2Container.itemListView .itemList .itemContainer .catItemView .k2ReadMore:after {
  bottom: 50%;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 600ms ease 0s;
  -moz-transition: all 600ms ease 0s;
  -o-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
  width: 100%;
  z-index: -1;
}
#k2Container.itemListView .itemList .itemContainer .catItemView .k2ReadMore:hover,
#k2Container.itemListView .itemList .itemContainer .catItemView .k2ReadMore:focus {
  text-decoration: inherit;
  outline: none;
}
#k2Container.itemListView .itemList .itemContainer .catItemView .k2ReadMore:hover:after,
#k2Container.itemListView .itemList .itemContainer .catItemView .k2ReadMore:focus:after {
  bottom: 0;
  height: 100%;
  width: 100%;
}
#k2Container.itemListView .itemList .itemContainer .catItemImageBlock {
  padding: 0;
  margin-bottom: 0;
}
#k2Container.itemListView .itemList .itemContainer .catItemImageBlock .catItemImage {
  margin-bottom: 0;
}
#k2Container.itemListView .itemList .itemContainer .catItemImageBlock .catItemImage img {
  border: 0;
  padding: 0;
}
#k2Container.itemListView .itemList .itemContainer .catItemCategory {
  border: 0;
}
#k2Container.itemListView .itemList .itemContainer .catItemCommentsLink {
  border: 0;
  margin: 0;
}
#k2Container.itemListView .itemList .itemContainer .catItemHitsBlock {
  border: 0;
}
#k2Container.itemListView .itemList .itemContainer .catItemTagsBlock {
  float: left;
  margin: 20px 0 0;
  padding: 0;
  border: 0;
}
#k2Container.itemListView .itemList .itemContainer .catItemLinks {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
#k2Container.itemListView .itemList .itemContainer .catItemLinks .catItemRatingBlock {
  float: left;
  padding: 0;
  margin-right: 15px;
}
#k2Container.itemListView .itemList .itemContainer .catItemLinks .catItemRatingBlock a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#k2Container.itemListView #itemListLinks {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
#k2Container.itemListView #itemListLinks .itemContainer {
  background: transparent;
  margin-bottom: 5px;
}
#k2Container.itemListView #itemListLinks .itemContainer .catItemView {
  border: 0;
}
#k2Container.itemListView #itemListLinks .itemContainer .catItemView:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-left: 10px;
}
#k2Container.itemListView #itemListLinks .itemContainer .catItemView .catItemTitle {
  font-size: 12px;
  margin: 0;
  line-height: 20px;
  padding: 0;
  font-weight: normal;
}
#k2Container.itemListView #itemListLinks .itemContainer .catItemView .catItemTitle [class^="icon-"],
#k2Container.itemListView #itemListLinks .itemContainer .catItemView .catItemTitle [class*=" icon-"] {
  float: left;
  margin: 0 5px 0 1px;
  font-size: 7px;
  line-height: 20px;
}
#k2Container.itemView {
  background: #fff;
  border: 0;
  position: relative;
  overflow: hidden;
}
#k2Container.itemView .itemHeader {
  float: left;
  width: 100%;
}
#k2Container.itemView .itemBackToTop a {
  text-decoration: inherit;
  text-transform: capitalize;
}
#k2Container.itemView .itemBackToTop a:before {
  font-size: 40px;
}
#k2Container.itemView .itemBackToTop a:foucs:before {
  outline: none;
}
#k2Container.itemView .itemBackToTop a .hidden {
  display: none;
}
#k2Container.itemView .vina-item-last li {
  display: block;
  background: transparent;
  border: 0;
  line-height: 24px;
  padding: 0;
  margin: 0;
}
#k2Container.itemView .vina-item-last a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding-left: 5px;
}
#k2Container.itemView .vina-item-last a:hover {
  padding-left: 15px;
}
#k2Container.itemView .itemBody {
  float: left;
  width: 100%;
}
#k2Container.itemView .vina-header-toolbar .itemCategory {
  border: 0;
}
#k2Container.itemView .vina-header-toolbar a {
  color: #6d6d6d;
}
#k2Container.itemView .itemImageBlock {
  margin-bottom: 10px;
  padding-left: 0;
}
#k2Container.itemView .itemIntroText {
  font-size: 12px;
  line-height: 23px;
  font-weight: normal;
  font-style: italic;
}
#k2Container.itemView .itemFullText {
  clear: both;
  padding: 0 5px;
}
#k2Container.itemView div.itemNavigation {
  background: transparent;
}
#k2Container.itemView div.itemRatingBlock .itemRatingList a {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
#k2Container.itemView div.itemRatingBlock span {
  width: 125px;
  line-height: 24px;
  color: #6d6d6d;
}
#k2Container.itemView div.itemRatingBlock .itemRatingLog {
  line-height: 24px;
}
#k2Container.itemView .itemTagsBlock {
  border: 0;
  padding: 4px 0;
}
#k2Container.itemView .itemTagsBlock span {
  padding-right: 39px;
  color: #6d6d6d;
  font-weight: normal;
}
#k2Container.itemView div.itemCommentsForm form input#submitCommentButton {
  border: 0;
  padding: 5px 10px;
}
#k2Container.itemView .commentToolbar .modal {
  left: 0;
  margin-left: 0;
  position: relative;
  top: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#k2Container.itemView div.itemComments {
  background: transparent;
  border: 0;
}
#k2Container.itemView div.itemComments .itemCommentsCounter {
  border-bottom: 1px solid #cccccc;
}
#k2Container.itemView div.itemComments .itemCommentsCounter:before {
  content: "\f0e6";
  font-family: "FontAwesome";
  margin-right: 5px;
}
#k2Container.itemView div.itemComments ul.itemCommentsList li {
  padding: 5px 0;
}
#k2Container.itemView div.itemComments ul.itemCommentsList li img {
  border: 1px solid #cccccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#k2Container.itemView div.itemComments ul.itemCommentsList li.authorResponse {
  background: #fff;
  border: 0;
  margin-bottom: 10px;
}
#k2Container.itemView .itemAuthorBlock {
  background: transparent;
  border: 0;
}
#k2Container.itemView .itemAuthorBlock .itemAuthorAvatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#k2Container.itemView .itemAuthorBlock:hover .itemAuthorAvatar {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
}
#k2Container.tagView {
  border: 0;
}
#k2Container.tagView .tagItemView {
  border: 0;
  margin: 0 0 15px 0;
  background: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
}
#k2Container.tagView .tagItemView .k2ReadMore {
  cursor: pointer;
  display: inline-block;
  z-index: 0;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  position: relative;
  padding: 8px 15px;
  vertical-align: middle;
  overflow: hidden;
  margin-top: 4px;
}
#k2Container.tagView .tagItemView .k2ReadMore:after {
  bottom: 50%;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 600ms ease 0s;
  -moz-transition: all 600ms ease 0s;
  -o-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
  width: 100%;
  z-index: -1;
}
#k2Container.tagView .tagItemView .k2ReadMore:hover,
#k2Container.tagView .tagItemView .k2ReadMore:focus {
  text-decoration: inherit;
  outline: none;
}
#k2Container.tagView .tagItemView .k2ReadMore:hover:after,
#k2Container.tagView .tagItemView .k2ReadMore:focus:after {
  bottom: 0;
  height: 100%;
  width: 100%;
}
#k2Container.tagView .tagItemView:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#k2Container.tagView .tagItemView .vina-header-toolbar .tagItemCategory {
  border: 0;
  padding: 4px;
  display: inline-block;
}
#k2Container.tagView .tagItemView .vina-header-toolbar .tagItemDateCreated {
  padding: 2px;
  display: inline-block;
}
#k2Container.tagView .tagItemView span.tagItemImage {
  margin-bottom: 0;
}
#k2Container.tagView .tagItemView span.tagItemImage img {
  border: 0;
  padding: 0;
}
#k2Container.userView {
  border: 0;
}
#k2Container.userView .userBlock {
  position: relative;
  background: white;
  border: 0;
  margin-bottom: 25px;
}
#k2Container.userView .userBlock .k2FeedIcon {
  float: left;
  position: absolute;
  top: 4px;
  right: 0;
}
#k2Container.userView .userItemView {
  background: #fff;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
}
#k2Container.userView .userItemView div.userItemBody {
  clear: both;
  padding-bottom: 0;
}
#k2Container.userView .userItemView div.userItemBody span.userItemImage {
  margin-top: 8px;
  margin-bottom: 0;
}
#k2Container.userView .userItemView div.userItemBody div.userItemIntroText {
  padding-bottom: 0;
}
#k2Container.userView .userItemView div.userItemTagsBlock {
  padding: 0;
  border: 0;
  margin: 20px 0 0;
  border-bottom: 0;
}
#k2Container.userView .userItemView .k2ReadMore {
  cursor: pointer;
  display: inline-block;
  z-index: 0;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  position: relative;
  padding: 8px 15px;
  vertical-align: middle;
  overflow: hidden;
  margin-top: 4px;
}
#k2Container.userView .userItemView .k2ReadMore:after {
  bottom: 50%;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 600ms ease 0s;
  -moz-transition: all 600ms ease 0s;
  -o-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
  width: 100%;
  z-index: -1;
}
#k2Container.userView .userItemView .k2ReadMore:hover,
#k2Container.userView .userItemView .k2ReadMore:focus {
  text-decoration: inherit;
  outline: none;
}
#k2Container.userView .userItemView .k2ReadMore:hover:after,
#k2Container.userView .userItemView .k2ReadMore:focus:after {
  bottom: 0;
  height: 100%;
  width: 100%;
}
#k2Container.userView .userItemView:hover {
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}
#k2Container.userView .userItemView .vina-header-toolbar .userItemCategory {
  border: 0;
}
#k2Container.userView .userItemView .vina-header-toolbar a {
  color: #6d6d6d;
}
#k2Container.userView .userItemView .vina-header-toolbar .userItemCommentsLink {
  border: 0;
}
#k2Container.genericView div.genericItemBody {
  clear: both;
}
#k2Container.genericView div.genericItemCategory {
  border-right: 0;
}
#k2Container.genericView .genericItemView {
  background: #fff;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
  border: 0;
}
#k2Container.genericView .genericItemView .k2ReadMore {
  cursor: pointer;
  display: inline-block;
  z-index: 0;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  position: relative;
  padding: 8px 15px;
  vertical-align: middle;
  overflow: hidden;
  margin-top: 4px;
}
#k2Container.genericView .genericItemView .k2ReadMore:after {
  bottom: 50%;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 600ms ease 0s;
  -moz-transition: all 600ms ease 0s;
  -o-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
  width: 100%;
  z-index: -1;
}
#k2Container.genericView .genericItemView .k2ReadMore:hover,
#k2Container.genericView .genericItemView .k2ReadMore:focus {
  text-decoration: inherit;
  outline: none;
}
#k2Container.genericView .genericItemView .k2ReadMore:hover:after,
#k2Container.genericView .genericItemView .k2ReadMore:focus:after {
  bottom: 0;
  height: 100%;
  width: 100%;
}
.k2AccountPage table.admintable {
  width: 100%;
}
.k2AccountPage table.admintable th.k2ProfileHeading {
  background: transparent;
}
.k2AccountPage table.admintable td.key,
.k2AccountPage table.admintable td.paramlist_key {
  background: transparent;
  border: 0;
  display: inline-block;
}
.itemRatingForm {
  line-height: 22px;
}
.vina-search input[type="text"] {
  -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%;
}
.vina-search .button {
  cursor: pointer;
  display: inline-block;
  z-index: 0;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  position: relative;
  padding: 8px 15px;
  vertical-align: middle;
  overflow: hidden;
}
.vina-search .button:after {
  bottom: 50%;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 600ms ease 0s;
  -moz-transition: all 600ms ease 0s;
  -o-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
  width: 100%;
  z-index: -1;
}
.vina-search .button:hover,
.vina-search .button:focus {
  text-decoration: inherit;
  outline: none;
}
.vina-search .button:hover:after,
.vina-search .button:focus:after {
  bottom: 0;
  height: 100%;
  width: 100%;
}
.vina-categories ul {
  margin: 0;
}
.vina-categories li {
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.vina-categories li:before {
  content: "\f138";
  font-family: FontAwesome;
}
.vina-categories li:hover {
  padding-left: 10px;
}
.vina-categories li a {
  padding-left: 5px;
  color: #999;
}
div.k2CalendarBlock {
  min-height: 235px;
  height: auto;
  margin-bottom: 8px;
}
div.k2CalendarBlock table.calendar {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-collapse: collapse;
}
div.k2CalendarBlock tr td {
  line-height: 28px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #f4f4f4;
  background: #fff;
}
div.k2CalendarBlock tr td.calendarNavMonthNext,
div.k2CalendarBlock tr td.calendarCurrentMonth,
div.k2CalendarBlock tr td.calendarNavMonthPrev {
  background: #fff;
  text-align: center;
}
div.k2CalendarBlock tr td.calendarNavMonthNext a,
div.k2CalendarBlock tr td.calendarCurrentMonth a,
div.k2CalendarBlock tr td.calendarNavMonthPrev a {
  font-size: 20px;
  text-decoration: none;
}
div.k2CalendarBlock tr td.calendarDayName {
  background: #e9e9e9;
  font-size: 11px;
  width: 14.2%;
}
div.k2CalendarBlock tr td.calendarToday {
  background: #135cae;
  color: #fff;
}
div.k2CalendarBlock tr td.calendarDateEmpty {
  background: #fbfbfb;
}
div.k2CalendarBlock tr td .calendarTodayLinked {
  background: #135cae;
  color: #fff;
  padding: 0;
}
div.k2CalendarBlock tr td .calendarTodayLinked a {
  display: block;
  padding: 2px;
  color: #fff;
  text-decoration: none;
}
div.k2CalendarBlock tr td .calendarTodayLinked a:hover {
  display: block;
  background: #BFD9FF;
  padding: 2px;
  text-decoration: none;
}
.vina-blogs li {
  list-style: none;
  border: 0;
  margin: 0;
  background: transparent;
}
.vina-blogs ul {
  margin: 0;
  background: transparent;
  padding: 0;
}
.vina-blogs .moduleItemTitle {
  display: block;
  font-size: 14px;
  overflow: hidden;
  color: #000;
  line-height: 18px;
  font-weight: 400;
}
.vina-blogs .moduleItemImage {
  width: 100%;
  overflow: hidden;
}
.vina-blogs img {
  -webkit-transition: all 400ms linear 0s;
  -moz-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}
.vina-blogs img:hover {
  -webkit-transform: scale(1.15) rotate(-1.75deg);
  -moz-transform: scale(1.15) rotate(-1.75deg);
  -o-transform: scale(1.15) rotate(-1.75deg);
  transform: scale(1.15) rotate(-1.75deg);
}
.vina-blogs .moduleItemDateCreated {
  font-size: 12px;
  color: #999999;
}
.vina-blogs .moduleItemDateCreated i:before {
  font-size: 16px;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  border: 0;
  margin: 0;
}
.vina-tag {
  color: #fff !important;
  font-weight: bold;
  background: #cccccc;
  display: inline-block;
  line-height: 26px;
  padding: 0 17px !important;
  margin-bottom: 15px;
  font-size: 100% !important;
  margin-right: 25px;
  position: relative;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  top: 0;
  content: "";
  cursor: pointer;
  text-align: center;
  text-transform: lowercase;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vina-tag:before {
  color: rgba(255,255,255,0.9);
  background: #cccccc;
  display: inline-block;
  padding: 10px 10px 8px;
  position: absolute;
  top: 4px;
  right: -6px;
  z-index: 1;
  content: "";
  cursor: pointer;
  -webkit-transform: rotateY(6deg) rotateZ(-45deg) scaleX(1) scaleY(1) scaleZ(1);
  -moz-transform: rotateY(6deg) rotateZ(-45deg) scaleX(1) scaleY(1) scaleZ(1);
  -o-transform: rotateY(6deg) rotateZ(-45deg) scaleX(1) scaleY(1) scaleZ(1);
  transform: rotateY(6deg) rotateZ(-45deg) scaleX(1) scaleY(1) scaleZ(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vina-tag:after {
  display: inline-block;
  background: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 9px;
  right: 0;
  z-index: 2;
  content: "";
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.vina-tag:focus {
  text-decoration: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vina-tag:focus:before {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  right: -8px;
}
.vina-tag:hover {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
  font-size: 100% !important;
}
div.catItemHeader span.catItemDateCreated,
div.tagItemHeader span.tagItemDateCreated {
  font-size: 12px;
}
.module {
  margin-top: 5px;
}
.module:first-child {
  margin-top: 0;
}
.module h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: normal;
}
.module.sp-vina:first-child {
  margin-top: 0;
}
.module.sp-vina .header {
  font-family: 'Lavanderia';
  font-size: 30px;
  margin: 0;
  padding: 15px 0 15px 44px;
}
.module.highlighted,
.module.orange,
.module.dark,
.module.green,
.module.maroon,
.module.blue,
.module.gray,
.module.pink,
.module.red {
  padding: 20px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
}
.module.highlighted h3,
.module.orange h3,
.module.dark h3,
.module.green h3,
.module.maroon h3,
.module.blue h3,
.module.gray h3,
.module.pink h3,
.module.red h3 {
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #fff;
  color: #fff;
}
.module.orange {
  background: #f89406;
}
.module.orange a {
  color: #B66B00;
}
.module.orange a:hover {
  color: #6F4100;
}
.module.dark {
  background: #000;
}
.module.dark a {
  color: #777;
}
.module.dark a:hover {
  color: #888;
}
.module.green {
  background: #46a546;
}
.module.green a {
  color: #63E063;
}
.module.green a:hover {
  color: #43F043;
}
.module.maroon {
  background: #F35D34;
}
.module.maroon a {
  color: #B4300D;
}
.module.maroon a:hover {
  color: #C93F19;
}
.module.blue {
  background: #049cdb;
}
.module.blue a {
  color: #47C9FF;
}
.module.blue a:hover {
  color: #0073A3;
}
.module.gray {
  background: #555;
}
.module.gray a {
  color: #999;
}
.module.gray a:hover {
  color: #777;
}
.module.pink {
  background: #c3325f;
}
.module.pink a {
  color: #FF5C8F;
}
.module.pink a:hover {
  color: #FA2E6E;
}
.module.red {
  background: #9d261d;
}
.module.red a {
  color: #EE4538;
}
.module.red a:hover {
  color: #DA3F33;
}
.sp-dropcap {
  overflow: hidden;
}
.sp-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
img.pull-left,
.pull-left > img {
  margin-right: 15px;
}
img.pull-right,
.pull-right > img {
  margin-left: 15px;
}
.rtl img.pull-left,
.rtl .pull-left > img {
  margin-left: 15px;
}
.rtl img.pull-right,
.rtl .pull-right > img {
  margin-right: 15px;
}
.sp-blocknumber {
  position: relative;
  min-height: 45px;
}
.sp-blocknumber span {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sp-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sp-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span {
  left: 0;
}
.rtl .sp-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span {
  right: 0;
}
.sp-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sp-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sp-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sp-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sp-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sp-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left,
.ltr [class*=" icon-"].pull-left {
  margin-right: .3em;
}
.ltr [class^="icon-"].pull-right,
.ltr [class*=" icon-"].pull-right {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-left,
.rtl [class*=" icon-"].pull-left {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
  margin-right: .3em;
}
.no-modal {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  left: auto;
  margin-left: auto;
  outline: 0 none;
  position: inherit;
  top: auto;
  margin-right: auto;
}
.text-hidden span {
  display: none;
}
.border {
  border: 1px solid ;
}
.rtl .pull-left {
  float: right;
}
.rtl .pull-right {
  float: left;
}
.icon-hidden span {
  display: none !important;
}
#vina_pricing_table {
  padding: 0 20px 20px;
  -webkit-transform: translateZ(0);
}
#vina_pricing_table .pricing_table .thumbnail {
  background: #fff;
  padding: 10px 4px 20px;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  overflow: hidden;
}
#vina_pricing_table .pricing_table .thumbnail .badge h2 {
  font-size: 50px;
  line-height: normal;
}
#vina_pricing_table .pricing_table .thumbnail button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  z-index: 0;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  position: relative;
  padding: 8px 15px;
  vertical-align: middle;
  overflow: hidden;
  border: 0;
}
#vina_pricing_table .pricing_table .thumbnail button:after {
  bottom: 50%;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 600ms ease 0s;
  -moz-transition: all 600ms ease 0s;
  -o-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
  width: 100%;
  z-index: -1;
}
#vina_pricing_table .pricing_table .thumbnail button:hover,
#vina_pricing_table .pricing_table .thumbnail button:focus {
  text-decoration: inherit;
  outline: none;
}
#vina_pricing_table .pricing_table .thumbnail button:hover:after,
#vina_pricing_table .pricing_table .thumbnail button:focus:after {
  bottom: 0;
  height: 100%;
  width: 100%;
}
#vina_pricing_table .pricing_table .thumbnail:hover >h2 {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  -ms-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#vina_pricing_table .pricing_table .thumbnail:hover .badge {
  -webkit-animation: swing 1500ms ease;
  -moz-animation: swing 1500ms ease;
  -ms-animation: swing 1500ms ease;
  animation: swing 1500ms ease;
}
#vina_pricing_table .pricing_table .thumbnail:hover p {
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  -ms-animation: moveFromBottom 500ms ease;
  animation: moveFromBottom 500ms ease;
}
#vina_pricing_table .pricing_table .thumbnail:hover button {
  -webkit-animation: bounceInLeft 500ms ease;
  -moz-animation: bounceInLeft 500ms ease;
  -ms-animation: bounceInLeft 500ms ease;
  animation: bounceInLeft 500ms ease;
}
#vina_pricing_table .testimonial .media-body {
  overflow: visible;
}
#vina_pricing_table .testimonial .media-body .testimonial-content {
  padding-bottom: 20px;
  border-bottom: 1px dashed #aaaaaa;
}
#vina_pricing_table .testimonial .media-body .testimonial-author {
  margin-top: 20px !important;
  text-align: center;
}
#vina_pricing_table .testimonial .media-body .testimonial-author .pull-left {
  float: none;
  margin: 0;
}
#vina_pricing_table .testimonial .media-body .testimonial-author .pull-left img {
  margin-right: 0;
}
#vina_company h3 {
  text-align: center;
}
#vina_company .img-polaroid {
  position: relative;
  overflow: hidden;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina_company .img-polaroid figure {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 207px;
  margin: 0;
}
#vina_company .img-polaroid figure:hover .contact a {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
#vina_company .img-polaroid figure img {
  display: block;
  height: 100%;
  width: 100%;
}
#vina_company .img-polaroid figure .contact {
  z-index: 2;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#vina_company .img-polaroid figure .contact a {
  position: absolute;
  display: block;
  width: 50%;
  height: 50%;
  background-repeat: no-repeat;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
#vina_company .img-polaroid figure .contact a em:before {
  font-size: 30px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 104px;
}
#vina_company .img-polaroid figure .contact .tw {
  top: 0;
  left: 0;
  background-color: rgba(0,172,238,0.7);
  -webkit-transform: translate(-100%,-100%);
  -moz-transform: translate(-100%,-100%);
  -ms-transform: translate(-100%,-100%);
  -o-transform: translate(-100%,-100%);
  transform: translate(-100%,-100%);
}
#vina_company .img-polaroid figure .contact .tw:hover {
  background-color: #00acee;
}
#vina_company .img-polaroid figure .contact .fb {
  top: 0;
  right: 0;
  background-color: rgba(59,89,152,0.7);
  -webkit-transform: translate(100%,-100%);
  -moz-transform: translate(100%,-100%);
  -ms-transform: translate(100%,-100%);
  -o-transform: translate(100%,-100%);
  transform: translate(100%,-100%);
}
#vina_company .img-polaroid figure .contact .fb:hover {
  background-color: #3b5998;
}
#vina_company .img-polaroid figure .contact .gp {
  bottom: 0;
  left: 0;
  background-color: rgba(221,75,57,0.7);
  -webkit-transform: translate(-100%,100%);
  -moz-transform: translate(-100%,100%);
  -ms-transform: translate(-100%,100%);
  -o-transform: translate(-100%,100%);
  transform: translate(-100%,100%);
}
#vina_company .img-polaroid figure .contact .gp:hover {
  background-color: #dd4b39;
}
#vina_company .img-polaroid figure .contact .ma {
  bottom: 0;
  right: 0;
  background-color: rgba(153,153,153,0.7);
  -webkit-transform: translate(100%,100%);
  -moz-transform: translate(100%,100%);
  -ms-transform: translate(100%,100%);
  -o-transform: translate(100%,100%);
  transform: translate(100%,100%);
}
#vina_company .img-polaroid figure .contact .ma:hover {
  background-color: #999999;
}
#vina_company #sp_simple_map_canvas {
  border: 1px solid #aaaaaa;
}
#vina_company .info .thumbnail {
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  background: #fff;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina_company .info .thumbnail .sp-blocknumber >span {
  margin-top: 28px;
}
#vina_company .info .thumbnail:hover .sp-blocknumber {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  -ms-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#vina_company .info .thumbnail:hover .sp-blocknumber >span {
  -webkit-animation: bounceInLeft 500ms ease;
  -moz-animation: bounceInLeft 500ms ease;
  -ms-animation: bounceInLeft 500ms ease;
  animation: bounceInLeft 500ms ease;
}
#vina_about_us h3,
#vina_about_us h4 {
  font-weight: normal;
}
#vina_about_us .about_us_header {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
}
#vina_about_us .progress {
  margin-bottom: 12px;
}
#vina_about_us .carousel {
  margin-top: 10px;
  padding: 20px 60px;
  background: #fff;
  line-height: normal;
}
#vina_about_us .carousel .item {
  padding: 7px;
}
#vina_about_us .carousel .item .incon_bg {
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 24px;
  color: #fff;
}
#vina_about_us .carousel .item h4 {
  margin-top: 13px;
}
#vina_about_us .carousel .item p {
  float: left;
  margin-top: 10px;
}
#vina_about_us .carousel .item .item_do {
  overflow: hidden;
}
#vina_about_us .carousel .item .item_do:hover .incon_bg {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  -ms-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#vina_about_us .carousel .item .item_do:hover h4 {
  -webkit-animation: moveFromRight 1000ms ease;
  -moz-animation: moveFromRight 1000ms ease;
  -ms-animation: moveFromRight 1000ms ease;
  animation: moveFromRight 1000ms ease;
}
#vina_about_us .carousel .item .item_do:hover p {
  -webkit-animation: bounceInLeft 1000ms ease;
  -moz-animation: bounceInLeft 1000ms ease;
  -ms-animation: bounceInLeft 1000ms ease;
  animation: bounceInLeft 1000ms ease;
}
#vina_about_us .carousel .carousel-control {
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  outline: none;
  border: 0;
  top: 50%;
  background: transparent;
}
#vina_about_us .carousel .carousel-control.left {
  left: -100px;
}
#vina_about_us .carousel .carousel-control.right {
  right: -100px;
}
#vina_about_us .carousel:hover .carousel-control:hover {
  color: #fff;
}
#vina_about_us .carousel:hover .carousel-control.left {
  left: 10px;
}
#vina_about_us .carousel:hover .carousel-control.left:hover {
  left: 5px;
}
#vina_about_us .carousel:hover .carousel-control.right {
  right: 10px;
}
#vina_about_us .carousel:hover .carousel-control.right:hover {
  right: 5px;
}
#vina_about_us .skill ul {
  margin: 0;
  padding: 0;
}
#vina_about_us .skill ul li {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 20px;
}
#vina_about_us .skill .progress {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina_contact_us .contact_us {
  padding: 10px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina_contact_us .contact_us h3 {
  line-height: 20px;
}
#vina_contact_us .contact_us .qlform {
  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;
}
#vina_contact_us .map span {
  margin: 10px 0 0;
  display: inline;
  width: 100%;
}
#vina_contact_us .map span em {
  display: inline-block;
  margin-right: 2px;
  width: 20px;
}
#vina_contact_us .map span.contact {
  margin-bottom: 9px;
  display: block;
}
#vina_contact_us ul.social {
  text-align: center;
  position: absolute;
  margin: 0;
  top: 20%;
  left: -42px;
}
#vina_contact_us ul.social li {
  list-style: none;
  margin-bottom: 20px;
}
#vina_contact_us ul.social li a {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  text-align: center;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
  overflow: hidden;
  text-shadow: none;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina_contact_us ul.social li a em {
  font-size: 24px;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
  color: #fff;
  font-weight: bold;
  display: block !important;
  margin-top: 12px;
}
#vina_contact_us ul.social li a:hover {
  background: #fff;
}
#vina_contact_us ul.social li a:hover em {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  -ms-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #vina_contact_us .contact_us .qlform .control-group .controls textarea {
    height: 126px;
  }
}
@media (max-width: 1300px) {
  .responsive #vina_company .info .thumbnail {
    min-height: 170px;
  }
  .responsive #vina_contact_us ul.social {
    left: -34px;
  }
  .responsive #vina_contact_us ul.social li a {
    height: 44px;
    width: 44px;
  }
  .responsive #vina_contact_us ul.social li a span {
    margin-top: 10px;
  }
  .responsive #vina_contact_us .map span.contact {
    margin: 0 0 2px 0;
  }
}
@media (max-width: 979px) {
  .responsive #vina_company .img-polaroid {
    width: 45%;
    margin: 10px 2%;
  }
  .responsive #vina_company .info .thumbnail {
    width: 100%;
    margin: 10px 0;
    min-height: 10px;
  }
  .responsive #vina_contact_us .contact_us h3 {
    margin-top: 0;
  }
  .responsive #vina_contact_us .contact_us .qlform .control-group.jform_name,
  .responsive #vina_contact_us .contact_us .qlform .control-group.jform_email {
    margin-right: 0;
    width: 100%;
  }
  .responsive #vina_contact_us .map span {
    margin-top: 20px;
  }
  .responsive #vina_contact_us .map span.contact {
    margin-top: 14px;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .responsive #vina_company .img-polaroid {
    margin: 10px auto;
  }
  .responsive #vina_pricing_table .pricing_table .thumbnail {
    margin-bottom: 20px;
  }
  .responsive #vina_contact_us .contact_us {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .responsive #vina_contact_us .map {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .responsive #vina_contact_us ul.social {
    left: auto;
    margin-left: -20px;
    width: 100%;
    top: -42px;
  }
  .responsive #vina_contact_us ul.social li {
    display: inline-block;
  }
}
@media (max-width: 479px) {
  .responsive #vina_about_us .carousel {
    padding: 20px 40px;
  }
  .responsive #vina_about_us .carousel .item .incon_bg {
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
  .responsive #vina_about_us .carousel .item h4 {
    margin-top: 4px;
  }
  .responsive #vina_company .img-polaroid {
    width: 100%;
  }
  .responsive #vina_pricing_table {
    padding-left: 15px;
    padding-right: 15px;
  }
  .responsive #vina_contact_us .contact_us,
  .responsive #vina_contact_us .map {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 319px) {
  .responsive #vina_about_us .carousel {
    padding: 0 10px;
  }
  .responsive #vina_about_us .carousel .item .item_do {
    padding-bottom: 20px;
    padding-top: 25px;
  }
}
@media (max-width: 1280px) {
  .responsive .media,
  .responsive .media-body {
    overflow: visible;
  }
  .responsive #sp-main-body-wrapper #sp-message-area.span6 {
    width: 52%;
  }
  .responsive #sp-left .our-services .accordion-toggle {
    font-size: 14px;
  }
  .responsive .vina-jssor-image-slider .vina-caption.default p {
    font-size: 18px;
    padding-bottom: 5px;
  }
}
@media (max-width: 979px) {
  .responsive #sp-header-wrapper [class*="span"] {
    width: auto;
    float: left;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    float: right;
  }
  .responsive .module.sp-vina .header {
    font-size: 24px;
  }
  .responsive #sp-top-wrapper {
    margin-top: 47px;
  }
  .responsive .vina_social .contact span .phone,
  .responsive .vina_social .contact span .number {
    font-size: 14px;
    padding: 0;
  }
  .responsive #sp-top-wrapper .logo {
    background-size: 75% auto;
  }
  .responsive .our-partners .gallery li {
    width: 16.66% !important;
  }
  .responsive .our-partners .see-other {
    margin-top: 30px;
  }
  .responsive #sp-main-body-wrapper #sp-left.span3 {
    width: 30%;
  }
  .responsive #sp-main-body-wrapper #sp-message-area.span6 {
    width: 69.3%;
  }
  .responsive #sp-main-body-wrapper #sp-right.span3 {
    width: 100%;
    margin-left: 0;
  }
  .responsive .cateBody .media-body {
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    max-width: 600px;
    min-width: 180px;
    margin: 0 20px;
  }
  .responsive #sp-top-wrapper .logo {
    background-position: center center;
    background-size: auto auto;
    width: 100% !important;
  }
  .responsive .row-fluid [class*="span"] {
    width: 100% !important;
  }
  .responsive #sp-left .latest-blog .media-body {
    display: block;
  }
  .responsive #sp-left .vina-blogs a {
    margin-bottom: 5px;
  }
  .responsive .vina_social {
    text-align: center;
  }
  .responsive .vina_social ul {
    float: none;
    width: auto;
    margin: 20px 0 0 0;
    display: inline-block;
  }
  .responsive .vina_social .contact {
    width: 100%;
  }
  .responsive #sp-header-wrapper [class*="span"] {
    float: left;
    width: auto !important;
  }
  .responsive #sp-header-wrapper #sp-search form {
    margin-left: 20px;
  }
  .responsive #sp-menu {
    min-height: 0;
  }
  .responsive #sp-position1 .custom .book .buy-now {
    width: 25%;
  }
  .responsive #sp-position1 .custom .book .bg-left-book,
  .responsive #sp-position1 .custom .book .bg-right-book {
    width: 35%;
  }
  .responsive #sp-position1 .custom .content-user2 {
    padding: 0;
  }
  .responsive #sp-left .our-services .accordion-toggle {
    padding: 10px 0 10px 60px;
  }
  .responsive #sp-left .latest-blog .moduleItemImage {
    width: auto;
  }
  .responsive #sp-center .our-recent .moduleItemImage {
    max-width: 100%;
  }
  .responsive #bottom > [class*="span"] {
    margin-top: 20px;
  }
  .responsive #bottom > [class*="span"] > .module {
    margin: 0 20px;
  }
}
@media (max-width: 599px) {
  .responsive #sp-top-wrapper {
    margin-top: 43px;
  }
  .responsive .vina-item-last ul {
    margin: 0;
  }
  .responsive #sp-feature {
    min-height: 0;
  }
  .responsive .vina-jssor-image-slider {
    display: none;
  }
  .responsive #sp-users-wrapper #users {
    padding: 0;
  }
}
@media (max-width: 479px) {
  .responsive .container {
    margin: 0 10px;
  }
  .responsive .vina_social .contact > span {
    display: block;
    line-height: 24px;
    font-size: 14px;
  }
  .responsive #sp-footer1 span {
    margin: 2px 20px;
    display: inline-block;
  }
  .responsive #sp-footer-wrapper ul.nav {
    margin: 0;
  }
  .responsive #sp-top-wrapper .logo {
    background-size: 100% auto;
  }
  .responsive #sp-header-wrapper #sp-search input:focus {
    width: 60px;
  }
  .responsive #k2Container .itemList .ItemTitle {
    font-size: 18px;
    line-height: 26px;
    margin-right: 70px;
  }
  .responsive #k2Container h1 {
    font-size: 26px;
  }
  .responsive div.itemContentFooter {
    text-align: left;
  }
  .responsive div.itemTwitterButton {
    display: inline-block;
    float: none;
  }
  .responsive div.itemGooglePlusOneButton {
    display: inline-block;
  }
  .responsive div.itemCommentsForm form input.inputbox {
    width: 100%;
  }
  .responsive div.itemCommentsForm form textarea.inputbox {
    width: 100%;
  }
  .responsive .vina_comments .media .pull-left {
    float: left;
  }
  .responsive .vina_comments .media .pull-right {
    float: right;
  }
}
@media (max-width: 319px) {
  .responsive #k2Container .itemList .ItemTitle {
    font-size: 18px;
    margin-right: 0;
    display: inline-block;
  }
  .responsive #sp-top-wrapper {
    margin-top: 15px;
  }
  .responsive .vina_social ul li {
    margin-right: 10px;
  }
  .responsive #sp-left .our-services .accordion-toggle {
    font-size: 12px;
    padding: 10px 0 10px 45px;
  }
  .responsive .module.sp-vina .header {
    font-size: 16px;
  }
  .responsive #sp-center .our-recent .moduleItemTitle {
    font-size: 14px;
  }
  .responsive .latest-blog .moduleItemImage img {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  body:not(.homepage).responsive #sp-main-body-wrapper #sp-right {
    width: 22.97%;
    margin-left: 5px;
  }
}
@media (max-width: 979px) {
  body:not(.homepage).responsive #sp-main-body-wrapper #sp-right {
    width: 22.8%;
  }
}
@media (max-width: 767px) {
  body:not(.homepage).responsive #sp-main-body-wrapper #sp-right {
    margin-left: 0;
    margin-top: 5px;
  }
}
@media (max-width: 1280px) {
  body:not(.homepage).rtl.responsive #sp-main-body-wrapper #sp-right {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  body:not(.homepage).rtl.responsive #sp-main-body-wrapper #sp-right {
    margin-right: 0;
  }
}
.fixed .hidden-desktop {
  display: none;
}
