.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}
@-moz-keyframes moveFromLeft {
  from {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -moz-transform: translateX(0%);
    opacity: 1;
  }
}
@-ms-keyframes moveFromLeft {
  from {
    -ms-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -ms-transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes moveFromRight {
  from {
    -moz-transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(0%);
  }
}
@-ms-keyframes moveFromRight {
  from {
    -ms-transform: translateX(100%);
  }
  to {
    -ms-transform: translateX(0%);
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(200%) scale(0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(200%) scale(0.5);
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-ms-keyframes moveFromBottom {
  from {
    -ms-transform: translateY(200%) scale(0.5);
    opacity: 0;
  }
  to {
    -ms-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes moveFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes moveFromTop {
  from {
    opacity: 0;
    -moz-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0%);
  }
}
@-ms-keyframes moveFromTop {
  from {
    opacity: 0;
    -ms-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -ms-transform: translateY(0%);
  }
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-ms-keyframes swing {
  20% {
    -ms-transform: rotate(15deg);
  }
  40% {
    -ms-transform: rotate(-10deg);
  }
  60% {
    -ms-transform: rotate(5deg);
  }
  80% {
    -ms-transform: rotate(-5deg);
  }
  100% {
    -ms-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fontsize {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-moz-keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-ms-keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-o-keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateX(30px);
  }
  80% {
    -ms-transform: translateX(-10px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
  background-image: -o-linear-gradient(top,#08c,#0044cc);
  background-image: linear-gradient(to bottom,#08c,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.page-header {
  padding-bottom: 10px;
  margin: 0 0 20px;
}
.entry-meta.muted {
  background: #e5e5e5;
  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: 'Futura LT Book';
  src: url('../fonts/Futura LT Book.eot');
  src: url('../fonts/Futura LT Book.eot?#iefix') format('embedded-opentype'), url('../fonts/Futura LT Book.woff') format('woff'), url('../fonts/Futura LT Book.ttf') format('truetype'), url('../fonts/Futura LT Book.svg#Futura LT Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
.body-innerwrapper {
  font-family: 'Futura LT Book';
}
.disable-effect {
  visibility: visible !important;
}
iframe {
  max-width: 100%;
}
ul {
  margin: 0;
  padding: 0;
}
.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-mobile-menu ul li {
  background: rgba(0,0,0,0.9);
}
.sp-mobile-menu ul li a {
  color: #fff !important;
}
#sp-header-wrapper {
  padding: 20px 0;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper .search {
  margin-top: 10px;
}
#sp-header-wrapper .search form {
  margin: 0;
}
.body-innerwrapper {
  overflow-x: hidden;
}
#sp-main-body-wrapper {
  padding: 30px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#sp-users-wrapper {
  padding: 30px 0;
}
ul.breadcrumb {
  margin: 0;
  padding-left: 0;
  padding-right: 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;
}
.page-header {
  font-size: 30px;
}
.sp-border {
  position: relative;
}
.sp-border::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-footer-wrapper {
  padding: 30px 0;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}
#sp-footer-wrapper ul li a {
  color: #999;
  font-size: 14px;
}
#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;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
}
.ltr #sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
#login-form input:not([type='checkbox']) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 8px;
  width: 100%;
}
#login-form .unstyled a {
  font-size: 14px;
}
#login-form input[type="checkbox"] {
  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: #0977E3;
  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;
  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;
}
.element-invisible {
  float: left;
  line-height: 30px;
  margin-right: 5px;
}
.categories-list h3.item-title {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 15px;
  margin: 0px 0 15px;
}
.categories-list .collapse {
  margin-left: 20px;
}
.categories-list .category-desc {
  margin-bottom: 25px;
}
.page-header h2 {
  margin: 0;
}
ul.list-striped {
  margin: 0;
  list-style: none;
}
ul.list-striped li {
  width: 100%;
  float: left;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
ul.list-striped li .list-hits {
  text-shadow: none;
  margin-top: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.blog-date {
  color: #FFFFFF;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  padding: 5px;
  text-align: center;
  width: 75px;
}
div.blog-date .sp_date_day {
  border-right: 2px solid #FFFFFF;
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 26px;
  font-weight: 700;
  line-height: 23px;
  margin-right: -2px;
  padding-top: 3px;
  width: 50%;
}
div.blog-date .sp_date_month {
  float: left;
  font-family: Arial !important;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  width: 50%;
}
div.blog-date-2 {
  float: left;
  display: block;
  text-align: center;
  color: #fff;
  margin: 0 10px 0 0;
  padding: 5px 10px;
}
div.blog-date-2 .sp_date_day_2 {
  display: block;
  line-height: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.vina-form {
  margin: 25px auto;
  width: 390px;
  position: relative;
  font-family: 'Futura LT Book';
  margin-bottom: 100px;
  color: #fff;
  overflow: hidden;
}
.vina-form a {
  color: #fff;
}
.vina-form .page-header {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  border: none;
  float: left;
}
.vina-form .page-header h1 {
  display: block;
  float: left;
  text-decoration: none;
  color: white;
  font-size: 24px;
  padding: 12px 22px 12px 22px;
  margin: 0;
}
.vina-form .vina-form-description {
  padding: 0 20px;
  padding-bottom: 10px;
  line-height: 25px;
}
.vina-form .well {
  padding: 5%;
  width: 90%;
  background: none;
  border: none;
  box-shadow: none;
  float: left;
}
.vina-form .well .vina-control select,
.vina-form .well .vina-control input[type="text"],
.vina-form .well .vina-control input[type="password"],
.vina-form .well .vina-control input[type="datetime"],
.vina-form .well .vina-control input[type="datetime-local"],
.vina-form .well .vina-control input[type="date"],
.vina-form .well .vina-control input[type="month"],
.vina-form .well .vina-control input[type="time"],
.vina-form .well .vina-control input[type="week"],
.vina-form .well .vina-control input[type="number"],
.vina-form .well .vina-control input[type="email"],
.vina-form .well .vina-control input[type="url"],
.vina-form .well .vina-control input[type="search"],
.vina-form .well .vina-control input[type="tel"],
.vina-form .well .vina-control input[type="color"],
.vina-form .well .vina-control .uneditable-input {
  width: 90%;
  height: 40px;
  margin-bottom: 10px;
  padding: 0 5%;
  border: none;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
}
.vina-form .well .vina-control textarea {
  width: 90% !important;
  margin: 0 0 10px 0;
  padding: 5%;
  border: none;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
}
.vina-form #remember {
  float: left;
  margin-right: 5px;
  background: #fff;
}
.vina-form .nav-stacked {
  float: left;
  width: 100%;
  margin: 0;
}
.vina-form .nav-stacked li a {
  color: #fff;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.vina-news ul {
  margin: 0;
}
.vina-news li {
  list-style: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.vina-news li:before {
  content: "\f105";
  font-family: FontAwesome;
}
.vina-news li a {
  color: #999999;
  line-height: 24px;
}
.vina-news li:hover {
  padding-left: 10px;
}
.vina-mail {
  display: inline !important;
  font-weight: normal !important;
  height: auto !important;
  position: initial !important;
  text-align: left !important;
  width: auto !important;
  margin: 0 !important;
  line-height: normal !important;
}
.vina-mail span {
  display: inline !important;
  font-weight: normal !important;
  height: auto !important;
  position: initial !important;
  text-align: left !important;
  top: 0 !important;
  width: auto !important;
  margin: 0 !important;
  line-height: normal !important;
}
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;
}
.visiable-gallery {
  -moz-animation-name: none !important;
}
#sp-menu {
  margin-top: 0px;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl .sp-submenu.sub-level {
  margin-top: 35px;
}
.rtl .sp-submenu.sub-level.open {
  margin-top: 0;
  -webkit-transition: margin 200ms;
  -moz-transition: margin 200ms;
  -o-transition: margin 200ms;
  transition: margin 200ms;
}
.rtl .sp-submenu.sub-level-child {
  margin-right: 30px;
}
.rtl .sp-submenu.sub-level-child.open {
  margin-right: 0px;
  -webkit-transition: margin 200ms;
  -moz-transition: margin 200ms;
  -o-transition: margin 200ms;
  transition: margin 200ms;
}
.rtl .sp-submenu .megacol {
  float: left;
}
.ltr .sp-submenu {
  left: 0;
}
.ltr .sp-submenu.sub-level {
  margin-top: 30px;
}
.ltr .sp-submenu.sub-level.open {
  margin-top: 0;
  -webkit-transition: margin 200ms;
  -moz-transition: margin 200ms;
  -o-transition: margin 200ms;
  transition: margin 200ms;
}
.ltr .sp-submenu.sub-level-child {
  margin-left: 30px;
}
.ltr .sp-submenu.sub-level-child.open {
  margin-left: 0px;
  -webkit-transition: margin 200ms;
  -moz-transition: margin 200ms;
  -o-transition: margin 200ms;
  transition: margin 200ms;
}
.ltr .sp-submenu .megacol {
  float: left;
}
.sp-submenu {
  position: absolute;
  top: 0;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
}
.sp-submenu .sp-submenu-wrap {
  background: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
}
.sp-submenu.open {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}
#sp-main-menu >ul {
  float: right;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0 1px 0 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#sp-main-menu ul.level-0 > li >a {
  display: block;
  margin: 0;
  padding: 35px 15px;
  color: #fff;
  font-family: 'Futura LT Book';
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  position: relative;
  z-index: 0;
}
#sp-main-menu ul.level-0 > li >a:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 0;
  top: 0px;
  left: 0;
  z-index: -1;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-size: 13px;
  color: #999;
  display: block;
}
#sp-main-menu ul.level-0 > li >.sp-submenu {
  padding-top: 10px;
}
#sp-main-menu ul.level-0 > li:hover a:before,
#sp-main-menu ul.level-0 > li.active a:before {
  height: 100%;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#sp-main-menu ul.level-0 > li.parent:after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  bottom: -30px;
  left: 50%;
  margin-left: -10px;
  z-index: -1;
  opacity: 0;
}
#sp-main-menu ul.level-0 > li.parent:hover:after {
  z-index: 1;
  opacity: 1;
  bottom: -10px;
  -webkit-transition: bottom 300ms, opacity 300ms;
  -moz-transition: bottom 300ms, opacity 300ms;
  -o-transition: bottom 300ms, opacity 300ms;
  transition: bottom 300ms, opacity 300ms;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  border-top: 1px solid #eee;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):first-child {
  border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 10px;
  color: #999;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#sp-main-menu li li:not(.sp-menu-group) a:before {
  position: absolute;
  content: " ";
  width: 0;
  height: 100%;
  top: 0px;
  left: 0;
  z-index: -1;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group) a:after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px;
  border-color: transparent #fff transparent transparent;
  top: 50%;
  margin-top: -40px;
  z-index: -1;
  opacity: 1;
  right: 0;
}
#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: 4px;
  z-index: 1;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):hover > a:before,
#sp-main-menu li li:not(.sp-menu-group).active > a:before {
  width: 100%;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
#sp-main-menu li li:not(.sp-menu-group):hover > a span.menu:after,
#sp-main-menu li li:not(.sp-menu-group).active > a span.menu:after {
  right: 40px;
}
#sp-main-menu div.sp-menu-group {
  margin: 10px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-title {
  border-bottom: 1px solid #eee;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-title .menu-title {
  text-transform: uppercase;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px;
  color: #999;
}
.sp-mobile-menu {
  position: relative;
}
.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:last-child {
  margin-bottom: 10px;
}
.vina-menu {
  position: absolute !important;
  right: 20px;
  top: 15px !important;
  padding: 8px 16px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: auto !important;
  margin: 0 !important;
}
.vina-menu:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.vina-menu-small {
  position: absolute !important;
  right: 5px;
  top: 5px;
  padding: 3px 8px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: auto !important;
  margin: 0 !important;
}
.vina-menu-small:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.module {
  margin-top: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: normal;
}
.module.highlighted,
.module.orange,
.module.dark,
.module.green,
.module.maroon,
.module.blue,
.module.gray,
.module.pink,
.module.red {
  padding: 20px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
}
.module.highlighted h3,
.module.orange h3,
.module.dark h3,
.module.green h3,
.module.maroon h3,
.module.blue h3,
.module.gray h3,
.module.pink h3,
.module.red h3 {
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #fff;
  color: #fff;
}
.module.orange {
  background: #f89406;
}
.module.orange a {
  color: #B66B00;
}
.module.orange a:hover {
  color: #6F4100;
}
.module.dark {
  background: #000;
}
.module.dark a {
  color: #777;
}
.module.dark a:hover {
  color: #888;
}
.module.green {
  background: #46a546;
}
.module.green a {
  color: #63E063;
}
.module.green a:hover {
  color: #43F043;
}
.module.maroon {
  background: #F35D34;
}
.module.maroon a {
  color: #B4300D;
}
.module.maroon a:hover {
  color: #C93F19;
}
.module.blue {
  background: #049cdb;
}
.module.blue a {
  color: #47C9FF;
}
.module.blue a:hover {
  color: #0073A3;
}
.module.gray {
  background: #555;
}
.module.gray a {
  color: #999;
}
.module.gray a:hover {
  color: #777;
}
.module.pink {
  background: #c3325f;
}
.module.pink a {
  color: #FF5C8F;
}
.module.pink a:hover {
  color: #FA2E6E;
}
.module.red {
  background: #9d261d;
}
.module.red a {
  color: #EE4538;
}
.module.red a:hover {
  color: #DA3F33;
}
.k2Pagination {
  margin: 0;
}
.k2Pagination .pagination {
  margin: 0;
}
.k2Pagination .pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.k2Pagination .pagination ul li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 8px;
  border: 1px solid #848484;
  color: #A7A7A7;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
}
.pagination {
  margin: 0;
}
.pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagination ul li a {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  margin: 8px;
  border: 1px solid #848484;
  color: #A7A7A7;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
}
#sp-header-wrapper {
  position: fixed;
  padding: 0;
  width: 100%;
  z-index: 1000;
}
#sp-header-wrapper .container {
  background: url(../images/medical_background/bg-inner.png);
  padding: 10px;
  padding-top: 0;
}
#sp-header-wrapper #header {
  position: relative;
}
#sp-header-wrapper .logo-wrapper {
  padding-top: 10px;
  padding-left: 25px;
  padding-bottom: 10px;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper #sp-search {
  float: right;
  margin-left: -15px;
}
#sp-header-wrapper #sp-menu {
  float: right;
}
#sp-header-wrapper .search {
  margin-top: 10px;
  margin-bottom: 0;
}
#sp-header-wrapper .search form {
  margin: 0;
  -webkit-border-radius: 32px 0 0 32px;
  -moz-border-radius: 32px 0 0 32px;
  border-radius: 32px 0 0 32px;
}
#sp-header-wrapper .search form ::i-block-chrome,
#sp-header-wrapper .search form #mod-search-searchword {
  max-width: 59px !important;
}
#sp-header-wrapper .search form #mod-search-searchword {
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  -webkit-transform: translateZ(0);
  z-index: 10;
  height: 61px;
  max-width: 63px;
  margin-left: 0px;
  margin-right: -63px;
  outline: none;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 0;
  position: relative;
  right: 0px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
#sp-header-wrapper .search form #mod-search-searchword:focus {
  max-width: 190px !important;
  opacity: 1;
  filter: alpha(opacity=100);
  height: 41px;
  margin-top: 8px;
  padding: 3px 6px 3px 16px;
  margin-left: 30px;
  right: 18px;
  z-index: 5;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#sp-header-wrapper .search form #mod-search-searchword:hover {
  cursor: pointer;
}
#sp-header-wrapper .search form .button {
  z-index: 7;
  -webkit-transform: translateZ(0);
  margin-right: -32px;
  -webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  border: 0;
  position: relative;
  font-size: 24px;
  text-shadow: none;
  background-image: none;
  width: 64px;
  height: 64px;
}
#sp-header-wrapper .search form .button:after {
  width: 50px;
  height: 50px;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 7px;
  left: 7px;
  content: "";
}
#sp-header-wrapper .search form .button i {
  position: relative;
  z-index: 100;
}
#sp-feature-wrapper {
  background: #E0E0E0;
}
#sp-feature-wrapper .container {
  width: 100%;
  max-width: 100%;
}
#sp-feature-wrapper .vina-camera-slider .camera_wrap {
  margin-bottom: 0 !important;
}
#sp-feature-wrapper .vina-camera-slider .camera_caption {
  padding: 0;
  max-width: 540px !important;
  left: auto !important;
  right: 120px !important;
  top: 200px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#sp-feature-wrapper .vina-camera-slider .camera_caption > div {
  background: none;
}
#sp-feature-wrapper .vina-camera-slider .camera_caption h3 {
  background: url(../images/medical_background/slide-bg.png);
  font-family: 'Futura LT Book';
  font-size: 36px;
  line-height: normal;
  font-weight: normal;
  margin-bottom: 0 !important;
  padding: 20px;
  text-shadow: none;
  padding-bottom: 0;
  height: auto !important;
  width: auto !important;
  -webkit-animation: moveFromLeft 500ms ease;
  -moz-animation: moveFromLeft 500ms ease;
  -ms-animation: moveFromLeft 500ms ease;
  animation: moveFromLeft 500ms ease;
}
#sp-feature-wrapper .vina-camera-slider .camera_caption p {
  margin: 0 0 12px 0;
  padding: 0 20px;
  line-height: 28px;
  font-family: 'Futura LT Book';
  background: url(../images/medical_background/slide-bg.png);
  font-size: 16px;
  text-shadow: none;
  font-weight: normal;
  padding-bottom: 25px;
  -webkit-animation: moveFromRight 500ms ease;
  -moz-animation: moveFromRight 500ms ease;
  -ms-animation: moveFromRight 500ms ease;
  animation: moveFromRight 500ms ease;
}
#sp-feature-wrapper .vina-camera-slider .camera_caption a {
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  -ms-animation: moveFromBottom 500ms ease;
  animation: moveFromBottom 500ms ease;
}
#sp-feature-wrapper .vina-camera-slider .camera_pag {
  opacity: 1 !important;
  left: auto !important;
  width: 100%;
  bottom: 250px;
  position: absolute;
  height: 44px;
}
#sp-feature-wrapper .vina-camera-slider .camera_pag ul {
  width: 100%;
  text-align: center !important;
  padding: 0 !important;
  margin: 0 !important;
}
#sp-feature-wrapper .vina-camera-slider .camera_pag ul li {
  display: inline-block !important;
  float: none !important;
  width: 16px;
  height: 16px;
  padding: 9px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#sp-feature-wrapper .vina-camera-slider .camera_pag ul li span {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 9px;
  top: 9px;
}
#sp-feature-wrapper .vina-awesome-slider .ws-title {
  padding: 0;
  max-width: 497px !important;
  width: auto !important;
  background: none;
}
#sp-feature-wrapper .vina-awesome-slider .ws-title > div {
  margin: 0;
}
#sp-feature-wrapper .vina-awesome-slider .ws-title span {
  background: url(../images/medical_background/slide-bg.png);
  font-family: 'Futura LT Book';
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 0 !important;
  padding: 20px;
  text-shadow: none;
  padding-bottom: 0;
  height: auto !important;
  opacity: 1 !important;
  display: block;
}
#sp-feature-wrapper .vina-awesome-slider .ws-title p {
  margin: 0 0 12px 0;
  padding: 0 20px;
  line-height: 28px;
  font-family: 'Futura LT Book';
  background: url(../images/medical_background/slide-bg.png);
  font-size: 16px;
  text-shadow: none;
  font-weight: normal;
  padding-bottom: 25px;
}
#sp-feature-wrapper .vina-awesome-slider .ws_bullets a {
  display: inline-block !important;
  float: none !important;
  width: 16px;
  height: 16px;
  padding: 9px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#sp-feature-wrapper .vina-awesome-slider .ws_bullets a span {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 9px;
  top: 9px;
  position: absolute;
}
#sp-feature-wrapper .vina-awesome-slider .ws_bullets .ws_bulframe {
  display: none !important;
}
.vina-link {
  background: url(../images/medical_background/slide-bg.png) !important;
  padding: 12px 20px !important;
  display: inline-block;
  text-decoration: none;
  font-family: 'Futura LT Book' !important;
  font-size: 18px !important;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vina-link:hover {
  color: #fff;
}
#sp-bottom-wrapper {
  padding: 95px 0 40px;
  line-height: 30px;
}
#sp-bottom-wrapper h3.medical-title,
#sp-bottom-wrapper h3.header {
  font-family: 'Futura LT Book';
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  margin-bottom: 30px;
}
#sp-bottom-wrapper h3.medical-title:after,
#sp-bottom-wrapper h3.header:after {
  position: absolute;
  width: 70px;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: -15px;
  content: "";
}
#sp-bottom-wrapper h4 {
  font-family: 'Futura LT Book';
  font-size: 18px;
  text-transform: uppercase;
  line-height: 18px;
}
#sp-bottom-wrapper ul.about {
  margin-top: 10px;
}
#sp-bottom-wrapper ul.about li {
  list-style: none;
  line-height: 30px;
}
#sp-bottom-wrapper ul.about li em {
  width: 25px;
  display: inline-block;
}
#sp-bottom-wrapper #sp-bottom2 .k2ItemsBlock ul li {
  list-style: none;
  padding: 0;
  border: 0;
  margin-bottom: 5px;
  background: transparent;
}
#sp-bottom-wrapper #sp-bottom2 .k2ItemsBlock ul li .moduleItemIntrotext {
  line-height: 24px;
}
#sp-bottom-wrapper #sp-bottom2 .k2ItemsBlock ul li .moduleItemIntrotext .moduleItemImage {
  float: left;
  margin-right: 10px;
}
#sp-bottom-wrapper #sp-bottom2 .k2ItemsBlock ul li .moduleItemReadMore {
  font-style: italic;
}
#sp-bottom-wrapper #sp-bottom3 iframe {
  background: #fff;
  width: 100% !important;
}
#sp-pay-wrapper .container {
  padding: 10px;
  margin-bottom: -60px;
  position: relative;
}
#sp-pay-wrapper #pay {
  position: relative;
  color: #fff;
}
#sp-pay-wrapper #pay .medical-pay .row-fluid [class*="span"] {
  margin-left: 10px;
  width: 32.764%;
  padding: 20px;
}
#sp-pay-wrapper #pay .medical-pay .row-fluid [class*="span"] h3 {
  font-family: 'Futura LT Book';
  font-size: 28px;
  text-transform: uppercase;
  font-weight: normal;
}
#sp-pay-wrapper #pay .medical-pay .row-fluid [class*="span"] a {
  color: #fff;
  outline: none;
  text-decoration: none;
}
#sp-pay-wrapper #pay .medical-pay .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
#sp-pay-wrapper #pay .medical-pay .row-fluid [class*="span"]:last-child {
  float: right;
}
#sp-position-wrapper {
  width: 100%;
  float: left;
}
#sp-position-wrapper .container {
  padding: 0 10px;
}
#sp-position-wrapper #position {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  margin-top: 10px;
  float: left;
  position: relative;
  z-index: 100;
}
#sp-position-wrapper #position [class*="span"] {
  padding: 10px;
}
#sp-position-wrapper #position .position {
  padding: 20px 25px;
  min-height: 160px;
  color: #fff;
  font-family: 'Futura LT Book';
}
#sp-position-wrapper #position .position h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
}
#sp-position-wrapper #position .position p {
  line-height: 24px;
}
#sp-position-wrapper #position .position label {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
}
#sp-position-wrapper #position .position label:after {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  width: 31px;
  height: 28px;
  pointer-events: none;
  background: url(../images/medical_background/select.png) no-repeat #fff;
  background-position: 100%;
}
#sp-position-wrapper #position .position select {
  margin: 0;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #969696;
  outline: none;
}
#sp-position-wrapper #position .position a {
  padding: 5px 10px;
  border: 1px solid #fff;
  display: inline-block;
  margin-top: 15px;
  color: #fff;
}
#sp-position-wrapper #position .position a:hover {
  background: #fff;
}
#sp-position-wrapper #position .position ul {
  margin: 0;
  padding: 0;
}
#sp-position-wrapper #position .position ul li {
  list-style: none;
  padding: 9px 0;
}
#sp-position-wrapper #position .position .textarea,
#sp-position-wrapper #position .position input[type="text"],
#sp-position-wrapper #position .position input[type="password"],
#sp-position-wrapper #position .position input[type="datetime"],
#sp-position-wrapper #position .position input[type="datetime-local"],
#sp-position-wrapper #position .position input[type="date"],
#sp-position-wrapper #position .position input[type="month"],
#sp-position-wrapper #position .position input[type="time"],
#sp-position-wrapper #position .position input[type="week"],
#sp-position-wrapper #position .position input[type="number"],
#sp-position-wrapper #position .position input[type="email"],
#sp-position-wrapper #position .position input[type="url"],
#sp-position-wrapper #position .position input[type="search"],
#sp-position-wrapper #position .position input[type="tel"],
#sp-position-wrapper #position .position input[type="color"],
#sp-position-wrapper #position .position .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #969696;
  max-width: 96%;
}
#sp-position-wrapper #position .position .position {
  padding: 0;
}
#sp-support-wrapper {
  text-align: center;
  font-family: 'Futura LT Book';
}
#sp-support-wrapper #support {
  padding: 65px 0 40px 0;
  border-bottom: 1px solid #D6D6D6;
}
#sp-support-wrapper span.support-img {
  display: block;
  max-width: 282px;
  max-height: 282px;
  border: 10px solid #EFEFEF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  margin-bottom: 30px;
}
#sp-support-wrapper span.support-img:hover {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sp-support-wrapper span.support-img .support-img-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 0;
}
#sp-support-wrapper .suport-title {
  margin: 0;
  float: left;
  width: 100%;
}
#sp-support-wrapper .support-des {
  margin-top: 15px;
  float: left;
  width: 80%;
  padding: 0 10%;
}
#sp-support-wrapper h3 {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 10px;
}
#sp-services-wrapper #services {
  padding: 40px 0;
}
#sp-services-wrapper #services h3.header {
  position: relative;
  margin-bottom: 20px;
}
#sp-services-wrapper #services h3.header:after {
  position: absolute;
  width: 70px;
  height: 1px;
  background: #000;
  left: 0;
  bottom: -5px;
  content: "";
}
#sp-services-wrapper #services h3.header span {
  font-family: 'Futura LT Book';
  font-size: 21px;
  text-transform: uppercase;
  font-weight: normal;
}
#sp-services-wrapper #services ul {
  margin-top: 10px;
  padding: 0;
  width: 100%;
}
#sp-services-wrapper #services ul li {
  list-style: none;
  padding: 10px 10%;
  font-size: 15px;
  margin: 10px 0;
  text-align: left;
}
#sp-services-wrapper #services ul li span {
  float: right;
}
#sp-services-wrapper #services a {
  margin-top: 10px;
  display: inline-block;
}
#sp-services-wrapper #services .price-table .price-plan {
  font-size: 38px;
}
#sp-promotion-wrapper #promotion {
  font-family: 'Futura LT Book';
  padding: 45px 0;
  color: #fff;
}
#sp-promotion-wrapper #promotion h1 {
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 0;
}
#sp-promotion-wrapper #promotion .promotion-content {
  width: 68%;
  display: inline-block;
}
#sp-promotion-wrapper #promotion .promotion-link {
  width: 30%;
  float: right;
  text-align: right;
}
#sp-promotion-wrapper #promotion .promotion-link a {
  padding: 20px 25px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
#sp-promotion-wrapper #promotion .promotion-link a:before {
  content: '';
  position: absolute;
  border: #fff solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
#sp-promotion-wrapper:hover #promotion .promotion-link a {
  background: #fff;
}
#sp-promotion-wrapper:hover #promotion .promotion-link a:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
#sp-team-wrapper #team {
  padding: 10px 0 0 0;
}
#sp-team-wrapper #team h3.header {
  margin-bottom: 30px;
}
#sp-team-wrapper #team h3.header span {
  font-family: 'Futura LT Book';
  font-size: 36px;
  text-transform: uppercase;
  font-weight: normal;
}
#sp-team-wrapper #team #sp-team1 {
  position: relative;
}
#sp-team-wrapper #team #sp-team1 .vina-scroller-k2 {
  width: 100%;
}
#sp-team-wrapper #team #sp-team1 .vina-scroller-k2 .main-container {
  padding: 0;
  border: 0;
  width: 100% !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
#sp-team-wrapper #team #sp-team1 .vina-scroller-k2 .main-container .slider_holder {
  width: 100% !important;
}
#sp-team-wrapper #team #sp-team1 .vina-scroller-k2 .main-container .slider_holder ul li {
  text-align: center;
}
#sp-team-wrapper #team #sp-team1 .vina-scroller-k2 .main-container .slider_holder ul li .slide {
  background: #F4F4F4;
}
#sp-team-wrapper #team #sp-team1 .vina-scroller-k2 .main-container .slider_holder ul li p {
  float: left;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 11px;
  width: 100%;
  color: #333;
}
#sp-team-wrapper #team #sp-team1 .vina-scroller-k2 .main-container .slider_holder ul li:hover .header-scroller .imgholder img.bw,
#sp-team-wrapper #team #sp-team1 .vina-scroller-k2 .main-container .slider_holder ul li:hover .header-scroller .imgholder img.thumb {
  opacity: 0.1 !important;
}
#sp-team-wrapper #team #sp-team1 .vina-scroller-k2 .main-container .slider_holder ul li:hover .hover-more-sign {
  padding: 8px;
  width: 88px;
  height: 88px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 40% !important;
  top: 35% !important;
  position: absolute;
  z-index: 1000 !important;
  opacity: 1 !important;
  display: block;
  overflow: hidden;
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  -ms-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#sp-team-wrapper #team #sp-team1 .vina-scroller-k2 .main-container .slider_holder ul li:hover .hover-more-sign:before {
  width: 100%;
  height: 40%;
  display: block;
  content: "+";
  font-size: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  text-shadow: none;
  padding: 30% 0;
}
#sp-team-wrapper #team #sp-team1 .vina-scroller-k2 .main-container .slider_holder ul li .header-scroller {
  position: relative;
  display: block;
  float: left;
}
#sp-team-wrapper #team #sp-team1 .vina-scroller-k2 .main-container .slider_holder ul li .header-scroller .imgholder {
  float: left;
  z-index: 10 !important;
}
#sp-team-wrapper #team #sp-team1 .vina-scroller-k2 .main-container .slider_holder ul li .header-scroller .imgholder img.bw,
#sp-team-wrapper #team #sp-team1 .vina-scroller-k2 .main-container .slider_holder ul li .header-scroller .imgholder img.thumb {
  left: 0 !important;
  top: 0 !important;
  display: block;
  width: 100%;
}
#sp-team-wrapper #team #sp-team1 .vina-scroller-k2 .main-container .slider_holder ul li .header-scroller h3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 100 !important;
  margin-bottom: 0;
  background: url("../images/medical_background/scroller.png");
  text-shadow: none;
  color: #000;
}
#sp-team-wrapper #team #sp-team1 .vina-scroller-k2 .main-container .slider_holder ul li a.morebutton {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 none;
  display: inline-block;
  height: auto;
  line-height: normal;
  margin-bottom: 11px;
  font-style: italic;
  margin-top: 0;
  background: transparent;
  font-weight: bold;
}
#sp-team-wrapper #team #sp-team1 .vina-scroller-k2 .main-container .slider_holder ul li a.morebutton:hover {
  color: #000;
}
#sp-team-wrapper #team #sp-team1 .vina-scroller-k2 .toolbar {
  outline: none !important;
}
#sp-team-wrapper #team #sp-team1 .vina-scroller-k2 .toolbar .left {
  background: url(../images/medical_background/left.png);
  right: 40px;
  width: 26px;
  height: 26px;
  left: auto;
  top: -66px;
  text-indent: -100000px;
  opacity: 1;
  border: 0;
}
#sp-team-wrapper #team #sp-team1 .vina-scroller-k2 .toolbar .right {
  background: url(../images/medical_background/right.png);
  right: 0px;
  width: 26px;
  height: 26px;
  left: auto;
  top: -66px;
  text-indent: -100000px;
  opacity: 1;
  border: 0;
}
#sp-team-wrapper #team #sp-team2 .carousel {
  overflow: hidden;
}
#sp-team-wrapper #team #sp-team2 .carousel .carousel-inner {
  padding-left: 4px;
}
#sp-team-wrapper #team #sp-team2 .carousel .testimonials {
  padding: 20px 0;
  background: url(../images/medical_background/testimonial.png);
  cursor: pointer;
}
#sp-team-wrapper #team #sp-team2 .carousel .testimonials .testimonials-name {
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#sp-team-wrapper #team #sp-team2 .carousel .testimonials .testimonials-name span.test-icon {
  width: 59px;
  height: 39px;
  float: left;
  margin-left: -4px;
  text-align: center;
  padding-top: 8px;
  margin-right: 12px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#sp-team-wrapper #team #sp-team2 .carousel .testimonials .testimonials-name span.test-icon em {
  color: #fff;
  font-size: 26px;
}
#sp-team-wrapper #team #sp-team2 .carousel .testimonials .testimonials-name h3 {
  font-family: 'Futura LT Book';
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 2px;
}
#sp-team-wrapper #team #sp-team2 .carousel .testimonials .testimonials-main {
  margin: 25px 15px 0;
  padding-top: 15px;
  border-top: 1px solid #EAEAEA;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#sp-team-wrapper #team #sp-team2 .carousel .testimonials .testimonials-main span {
  display: block;
  font-size: 80px;
  color: #848484;
  font-weight: bold;
  margin-bottom: -30px;
}
#sp-team-wrapper #team #sp-team2 .carousel .testimonials .testimonials-main span.end {
  text-align: right;
}
#sp-team-wrapper #team #sp-team2 .carousel .testimonials .testimonials-main p {
  padding: 0 32px;
  line-height: 24px;
}
#sp-team-wrapper #team #sp-team2 .carousel .testimonials:hover .testimonials-main {
  overflow: hidden;
}
#sp-team-wrapper #team #sp-team2 .carousel .testimonials:hover .testimonials-main span.top {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  -ms-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#sp-team-wrapper #team #sp-team2 .carousel .testimonials:hover .testimonials-main p {
  -webkit-animation: moveFromRight 500ms ease;
  -moz-animation: moveFromRight 500ms ease;
  -ms-animation: moveFromRight 500ms ease;
  animation: moveFromRight 500ms ease;
}
#sp-team-wrapper #team #sp-team2 .carousel .testimonials:hover .testimonials-main span.end {
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  -ms-animation: moveFromBottom 500ms ease;
  animation: moveFromBottom 500ms ease;
}
#sp-team-wrapper #team #sp-team2 .carousel .carousel-control {
  outline: none !important;
  width: 26px;
  height: 26px;
  left: auto;
  top: 45px;
  text-indent: -100000px;
  opacity: 1;
  border: 0;
}
#sp-team-wrapper #team #sp-team2 .carousel .carousel-control.left {
  background: url(../images/medical_background/left.png);
  right: 55px;
}
#sp-team-wrapper #team #sp-team2 .carousel .carousel-control.right {
  background: url(../images/medical_background/right.png);
  right: 15px;
}
#sp-breadcrumb-wrapper .breadcrumb {
  padding: 18px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: url(../images/medical_background/breadcrumbs.png);
}
#sp-breadcrumb-wrapper .breadcrumb > li {
  text-shadow: none;
}
#sp-breadcrumb-wrapper .breadcrumb > li a {
  color: #333;
}
#sp-breadcrumb-wrapper .breadcrumb > li:last-child {
  font-weight: bold;
  font-family: 'Futura LT Book';
}
#sp-breadcrumb-wrapper .breadcrumb > li:last-child .divider {
  color: #ccc;
  font-size: 14px;
  font-weight: normal;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.fiximage.modal {
  left: 0 !important;
  top: 0 !important;
  margin: 0 auto !important;
  right: auto !important;
  position: relative !important;
  z-index: 5 !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
#sp-main-body-wrapper {
  padding: 0;
}
#sp-main-body-wrapper .container {
  min-height: 0;
}
#sp-main-body-wrapper .container #main-body {
  padding-bottom: 20px;
  padding-top: 16px;
}
#sp-main-body-wrapper .componentheading {
  margin-bottom: 20px;
}
#sp-main-body-wrapper .post .tcvn-img {
  width: 100%;
  margin-bottom: 20px;
}
#sp-main-body-wrapper .post .tcvn-img .img-polaroid {
  display: block;
}
#sp-main-body-wrapper .post.item-page img {
  margin-right: 0;
  width: 100%;
}
#sp-main-body-wrapper .post .page-header {
  font-size: 24px;
}
#sp-main-body-wrapper .post .team-top {
  border: 10px solid #fff;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 2px #e6e6e6;
  -moz-box-shadow: 1px 1px 2px #e6e6e6;
  box-shadow: 1px 1px 2px #e6e6e6;
  position: relative;
  -webkit-transform: translateZ(0);
}
#sp-main-body-wrapper .post .team-top img.topimg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  position: relative;
}
#sp-main-body-wrapper .post .team-top .team-info {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  background: #FFFFFF;
  top: 0;
  left: 0;
}
#sp-main-body-wrapper .post .team-top .team-info .social-share {
  margin-top: 15px;
  text-align: center;
}
#sp-main-body-wrapper .post .team-top .team-info .social-share a {
  width: 35px;
  height: 30px;
  padding-top: 5px;
  display: inline-block;
  background: #5FAAE3;
  color: #fff;
}
#sp-main-body-wrapper .post .team-top .team-info .social-share a:hover {
  background: url("../images/medical_background/bg-inner.png");
  color: #5FAAE3;
}
#sp-main-body-wrapper .post .team-top .team-info .social-share a em {
  font-size: 24px;
}
#sp-main-body-wrapper .post .team-top:hover img.top-img {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
#sp-main-body-wrapper .post .team-top:hover .team-info {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
#sp-main-body-wrapper .post .team-top p {
  margin: 0;
}
#sp-main-body-wrapper .post p.com-text {
  margin-bottom: 30px;
  padding: 10px;
  background: url("../images/medical_background/bg-inner.png");
}
#sp-main-body-wrapper .post .com-info {
  margin-bottom: 40px;
}
#sp-main-body-wrapper .post .abo-text {
  border: 1px solid #DDDDDD;
  padding: 10px;
  background: url("../images/medical_background/bg-inner.png");
}
#sp-main-body-wrapper .post .abo-text #myCarousel {
  float: left;
  width: 50%;
  margin: 0 15px 0 0;
}
#sp-main-body-wrapper .post .abo-text #myCarousel .carousel-control {
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
}
#sp-main-body-wrapper .post .abo-text #myCarousel:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
}
#sp-main-body-wrapper .post .abo-text h2 {
  font-size: 28px;
}
#sp-main-body-wrapper .post .abo-text h2 img,
#sp-main-body-wrapper .post .tab-content img {
  margin-right: 15px;
}
#sp-main-body-wrapper .post .sp-test {
  padding: 10px;
}
#sp-main-body-wrapper .post .test-body {
  overflow: hidden;
}
#sp-main-body-wrapper .post .abo-testimonial .pull-left {
  margin-right: 15px;
}
#sp-main-body-wrapper .blog .page-header h1 {
  font-size: 38px;
  margin: 0;
}
#sp-main-body-wrapper .blog .items-row {
  margin-bottom: 10px;
}
#sp-main-body-wrapper .blog .item .pull-left {
  float: none;
}
#sp-main-body-wrapper .blog .item .pull-left .introtext-image {
  width: 40%;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
#sp-main-body-wrapper .blog .item .muted > time {
  margin: 0 2px;
}
#sp-main-body-wrapper .blog .item a.readmore {
  font-style: italic;
  font-weight: bold;
}
#sp-main-body-wrapper .blog .item .post h2.entry-title a {
  font-size: 24px;
}
#sp-main-body-wrapper .blog .vina-button {
  margin-top: 13px;
}
#sp-main-body-wrapper .search .page-header {
  padding-bottom: 0;
  border-bottom: 0;
}
#sp-main-body-wrapper .search .page-header h1 {
  font-family: 'Futura LT Book';
}
#sp-main-body-wrapper .search #searchForm .searchintro {
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#sp-main-body-wrapper .search #searchForm select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#sp-main-body-wrapper .search #searchForm label,
#sp-main-body-wrapper .search #searchForm input,
#sp-main-body-wrapper .search #searchForm select {
  display: inline-block;
  margin: 0 5px 0 0;
}
#sp-main-body-wrapper .search #searchForm fieldset {
  border: 1px solid #eee;
  padding: 15px;
  padding-top: 5px;
}
#sp-main-body-wrapper .search #searchForm fieldset.only {
  padding-bottom: 0;
  margin-bottom: 10px;
}
#sp-main-body-wrapper .search #searchForm fieldset.only input {
  margin-top: 4px;
}
#sp-main-body-wrapper .search #searchForm fieldset legend {
  width: auto;
  padding: 0 5px;
  border: 0;
  margin-bottom: 0;
}
#sp-main-body-wrapper .search #searchForm fieldset .phrases-box input {
  margin-top: -2px;
}
#sp-main-body-wrapper .search #searchForm fieldset .ordering-box {
  margin-top: 10px;
}
#sp-main-body-wrapper .search .search-results dt {
  display: block;
  margin-top: 10px;
}
#sp-main-body-wrapper #k2Container .userinfo {
  float: left;
  width: 80%;
}
#sp-main-body-wrapper #k2Container .userinfo .userDescription {
  float: left;
}
#sp-main-body-wrapper #k2Container.k2AccountPage table.admintable {
  width: 100%;
  margin-top: 30px;
}
#sp-main-body-wrapper #k2Container.k2AccountPage table.admintable td.key,
#sp-main-body-wrapper #k2Container.k2AccountPage table.admintable td.paramlist_key {
  border: 0;
  background: transparent;
}
#sp-main-body-wrapper #k2Container.k2AccountPage table.admintable td.key label,
#sp-main-body-wrapper #k2Container.k2AccountPage table.admintable td.paramlist_key label {
  margin-right: 10px;
}
#sp-main-body-wrapper #k2Container.k2AccountPage table.admintable textarea,
#sp-main-body-wrapper #k2Container.k2AccountPage table.admintable input[type="text"],
#sp-main-body-wrapper #k2Container.k2AccountPage table.admintable input[type="password"],
#sp-main-body-wrapper #k2Container.k2AccountPage table.admintable input[type="datetime"],
#sp-main-body-wrapper #k2Container.k2AccountPage table.admintable input[type="datetime-local"],
#sp-main-body-wrapper #k2Container.k2AccountPage table.admintable input[type="date"],
#sp-main-body-wrapper #k2Container.k2AccountPage table.admintable input[type="month"],
#sp-main-body-wrapper #k2Container.k2AccountPage table.admintable input[type="time"],
#sp-main-body-wrapper #k2Container.k2AccountPage table.admintable input[type="week"],
#sp-main-body-wrapper #k2Container.k2AccountPage table.admintable input[type="number"],
#sp-main-body-wrapper #k2Container.k2AccountPage table.admintable input[type="email"],
#sp-main-body-wrapper #k2Container.k2AccountPage table.admintable input[type="url"],
#sp-main-body-wrapper #k2Container.k2AccountPage table.admintable input[type="search"],
#sp-main-body-wrapper #k2Container.k2AccountPage table.admintable input[type="tel"],
#sp-main-body-wrapper #k2Container.k2AccountPage table.admintable input[type="color"],
#sp-main-body-wrapper #k2Container.k2AccountPage table.admintable .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#sp-main-body-wrapper #k2Container.k2AccountPage table.admintable .CodeMirror-wrapping {
  border: 1px solid #ccc;
  width: 90%;
  margin-bottom: 5px;
}
#sp-main-body-wrapper #k2Container.k2AccountPage table.admintable #image {
  margin-bottom: 5px;
}
#sp-main-body-wrapper #k2Container.k2AccountPage th.k2ProfileHeading {
  background: transparent;
}
#sp-main-body-wrapper #k2Container.k2AccountPage .k2AccountPageUpdate {
  text-align: center;
}
#sp-main-body-wrapper #k2Container.k2AccountPage .k2AccountPageUpdate button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  background: #414141;
}
#sp-main-body-wrapper #k2Container.k2AccountPage .k2AccountPageUpdate button:hover {
  color: #fff;
}
#sp-main-body-wrapper #k2Container.itemListView.doctors-list .itemListCategoriesBlock {
  border-bottom: 0;
}
#sp-main-body-wrapper #k2Container.itemListView .border-doctors {
  display: block;
  background: url("../images/medical_background/border_categories.png") no-repeat;
  width: 100%;
  height: 2px;
  background-position: center center;
  margin-bottom: 40px;
}
#sp-main-body-wrapper #k2Container.itemListView .itemListCategoriesBlock {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
#sp-main-body-wrapper #k2Container.itemListView .itemListCategoriesBlock .itemListCategory {
  border: 0;
  background: transparent;
  margin-top: 0;
  position: relative;
}
#sp-main-body-wrapper #k2Container.itemListView .itemListCategoriesBlock .itemListCategory h1 {
  font-family: 'Futura LT Book';
  margin-top: 0;
  text-transform: uppercase;
  font-size: 24px;
}
#sp-main-body-wrapper #k2Container.itemListView .itemListCategoriesBlock .itemListCategory .img-category {
  padding: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 15px;
  margin-right: 20px;
  float: left;
}
#sp-main-body-wrapper #k2Container.itemListView .itemListCategoriesBlock .itemListCategory img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 0;
  padding: 0;
  width: 100% !important;
}
#sp-main-body-wrapper #k2Container.itemListView .itemListCategoriesBlock .itemListCategory .k2FeedIcon {
  position: absolute;
  right: 14px;
  top: 18px;
}
#sp-main-body-wrapper #k2Container.itemListView .itemListCategoriesBlock .itemListCategory p {
  color: #848484;
}
#sp-main-body-wrapper #k2Container.itemListView .itemListSubCategories .subCategoryContainer .subCategory {
  background: transparent;
  border: 0;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
}
#sp-main-body-wrapper #k2Container.itemListView .itemListSubCategories .subCategoryContainer .subCategory .subCategoryImage {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #dddddd;
  overflow: hidden;
  width: 115px;
  height: 115px;
  margin: 0 auto;
  position: relative;
}
#sp-main-body-wrapper #k2Container.itemListView .itemListSubCategories .subCategoryContainer .subCategory .subCategoryImage .subCategoryMore {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  padding-top: 35%;
}
#sp-main-body-wrapper #k2Container.itemListView .itemListSubCategories .subCategoryContainer .subCategory .subCategoryImage .subCategoryMore em {
  font-size: 30px;
  color: #fff;
}
#sp-main-body-wrapper #k2Container.itemListView .itemListSubCategories .subCategoryContainer .subCategory .subCategoryImage:hover .subCategoryMore {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  -ms-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#sp-main-body-wrapper #k2Container.itemListView .itemListSubCategories .subCategoryContainer .subCategory .subCategoryImage img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
#sp-main-body-wrapper #k2Container.itemListView .itemListSubCategories .subCategoryContainer .subCategory h4 {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  text-align: left;
  padding-left: 18px;
}
#sp-main-body-wrapper #k2Container.itemListView .itemListSubCategories .subCategoryContainer .subCategory h4:before {
  content: "+";
  font-size: 24px;
  position: absolute;
  left: 0;
  bottom: 1px;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .row-fluid {
  margin-bottom: 0;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors {
  border: 0;
  background: #F4F4F4;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors:hover .catItemView .catItemBody .catItemImageBlock .catItemImage {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors:hover .catItemView .catItemBody .catItemImageBlock .img-hover-doctor {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  -ms-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
  top: 20%;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors:hover .catItemView .catItemBody .catItemImageBlock .catItemInfo {
  color: #fff !important;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors:hover .catItemView .catItemBody .catItemImageBlock .catItemInfo em,
#sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors:hover .catItemView .catItemBody .catItemImageBlock .catItemInfo a {
  color: #fff !important;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors .catItemView {
  border: 0;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors .catItemView .vina_catHeader {
  padding-top: 8px;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors .catItemView .vina_catHeader .catItemCategory-Hits {
  display: block;
  float: none;
  padding: 0 10px;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors .catItemView .vina_catHeader .catItemCategory-Hits .catItemHitsBlock {
  float: right;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors .catItemView .catItemBody .catItemImageBlock {
  float: none;
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  position: relative;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors .catItemView .catItemBody .catItemImageBlock .catItemImage {
  -webkit-transform: translateZ(0);
  padding: 0;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors .catItemView .catItemBody .catItemImageBlock .catItemImage a {
  float: none;
  display: block;
  border: 0;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors .catItemView .catItemBody .catItemImageBlock .catItemImage a img {
  width: 100% !important;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors .catItemView .catItemBody .catItemImageBlock .img-hover-doctor {
  position: absolute;
  width: 88px;
  height: 88px;
  padding: 8px;
  left: 30%;
  top: -100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors .catItemView .catItemBody .catItemImageBlock .img-hover-doctor .img-hover-doctor-inner {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  height: 65%;
  padding-top: 35%;
  text-align: center;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors .catItemView .catItemBody .catItemImageBlock .img-hover-doctor .img-hover-doctor-inner a {
  color: #fff;
  font-size: 70px;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors .catItemView .catItemBody .catItemImageBlock .catItemInfo {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-bottom: 10px;
  background: url("../images/medical_background/scroller.png");
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors .catItemView .catItemBody .catItemImageBlock .catItemInfo h2.catItemTitle {
  display: inline-block;
  margin-top: 8px;
  font-family: 'Futura LT Book';
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  margin-left: 15px;
  margin-bottom: 0;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors .catItemView .catItemBody .catItemImageBlock .catItemInfo h2.catItemTitle span.color {
  color: #fff;
  padding: 0 6px;
  font-size: 18px;
  margin-right: 5px;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors .catItemView .catItemBody .catItemImageBlock .catItemInfo .cate-ul-rate-li-cate {
  margin-left: 15px;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors .catItemView .catItemBody .catItemImageBlock .catItemInfo .cate-ul-rate-li-cate a {
  color: #848484;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors .catItemView .catItemBody .catItemIntroText {
  padding: 4px 15px;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors .catItemView .catItemBody .catItemReadMore {
  display: block;
  text-align: center;
  margin: 0;
  padding: 5px 0;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors .catItemView .catItemBody .catItemReadMore a.k2ReadMore {
  font-weight: normal;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .catItemHeader {
  float: left;
  width: 100%;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .catItemHeader .category-ul {
  background: #e5e5e5;
  float: left;
  width: 100%;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .catItemHeader .category-ul li {
  list-style: none;
  padding: 5px 0;
  display: inline-block;
  margin-right: 7px;
  margin-left: 8px;
  float: right;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .catItemHeader .category-ul li .catItemHitsBlock {
  border-bottom: 0;
  padding: 0;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .catItemHeader .category-ul li .catItemCommentsLink {
  margin: 0;
  padding: 0;
  border-right: 0;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .catItemBody {
  float: left;
  padding: 0px 0px 7px 0px;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .catItemBody .catItemImageBlock {
  padding: 0;
  margin-bottom: 0;
  float: left;
  margin-right: 10px;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .catItemBody .catItemImageBlock .catItemImage {
  padding-top: 8px;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .catItemBody .catItemImageBlock .catItemImage a {
  overflow: hidden;
  position: relative;
  float: left;
  border: 5px solid #EAEAEA;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .catItemBody .catItemImageBlock .catItemImage a img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 0;
  padding: 0;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .catItemfooter {
  margin-bottom: 20px;
  color: #848484;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .catItemfooter ul li {
  display: inline-block;
  margin-right: 50px;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .catItemfooter ul li.catItemTagsBlock span {
  display: inline-block;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .catItemfooter ul li.catItemTagsBlock ul.catItemTags {
  display: inline-block;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .catItemfooter ul li .catItemDateModified {
  border: 0;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .catItemfooter ul li:last-child {
  margin: 0;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .vina_catHeader {
  float: left;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 3px;
  font-family: 'Futura LT Book';
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .vina_catHeader .catItemDateCreated {
  width: 100px;
  margin-right: 15px;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .vina_catHeader .catItemDateCreated span {
  display: block;
  color: #fff;
  text-align: center;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .vina_catHeader .catItemDateCreated span.vina_d {
  font-size: 28px;
  line-height: normal;
  padding-top: 8px;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .vina_catHeader .catItemDateCreated span.vina_m {
  line-height: 30px;
  padding-bottom: 5px;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .vina_catHeader .catItemDateCreated span.vina_y {
  background: #5FAAE3;
  line-height: 30px;
  font-size: 16px;
  background: url("../images/medical_background/bg-y.png");
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .vina_catHeader h2.catItemTitle {
  line-height: normal;
  font-family: 'Futura LT Book';
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .vina_catHeader h2.catItemTitle a {
  color: #848484;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .vina_catHeader .catItemRatingBlock {
  padding-top: 4px;
  padding-bottom: 2px;
  float: left;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .vina_catHeader .catItemRatingBlock span {
  padding-top: 2px;
  padding-right: 5px;
  float: left;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .vina_catHeader .catItemRatingBlock ul li a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .vina_catHeader .catItemCommentsLink {
  float: left;
  border-right: 0;
  margin-left: 10px;
  padding-top: 6px;
  color: #848484;
  padding-bottom: 5px;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .vina_catHeader .catItemCommentsLink a {
  color: #848484;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .vina_catHeader .cate-ul-rate-li-cate {
  float: left;
  padding-top: 6px;
  color: #848484;
  padding-bottom: 5px;
  margin-right: 15px;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .vina_catHeader .cate-ul-rate-li-cate a {
  color: #848484;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .vina_catHeader .catItemHitsBlock {
  float: left;
  margin-left: 10px;
  padding: 6px 0 0 0;
  border: 0;
  color: #848484;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .catItemReadMore {
  padding: 5px 4px 5px 10px;
  margin-right: -1px;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .catItemReadMore a {
  font-style: italic;
  font-weight: bold;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList #itemListPrimary .row-fluid:nth-last-child(2) .itemContainer {
  border-bottom: 0 !important;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer {
  margin-top: 0;
  margin-bottom: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  overflow: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #ddd;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer .catItemView {
  padding: 0;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer .catItemView .catItemLinks {
  float: left;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer .catItemView .catItemLinks .catItemTagsBlock {
  border-bottom: 0;
  padding-left: 8px;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer .catItemView .catItemLinks .catItemTagsBlock ul.catItemTags li a {
  padding: 4px;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList #itemListLinks {
  background: transparent;
  border: 0;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList #itemListLinks .catItemImage {
  display: none;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList #itemListLinks .itemContainer {
  margin: 0;
  width: auto !important;
  padding-left: 20px;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList #itemListLinks .itemContainer h3 {
  margin: 0;
  line-height: normal;
  float: left;
  font-size: 18px;
  margin-bottom: 5px;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList #itemListLinks .itemContainer .catItemImageBlock {
  margin: 0;
  padding: 0;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList ul.cat-ul-rate li {
  list-style: none;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList ul.cat-ul-rate li.cate-ul-rate-li-rate {
  float: left;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList ul.cat-ul-rate li.cate-ul-rate-li-rate .catItemRatingBlock {
  padding: 4px 0;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList ul.cat-ul-rate li.cate-ul-rate-li-rate .catItemRatingBlock span {
  padding: 2px 9px 0 7px;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList ul.cat-ul-rate li.cate-ul-rate-li-rate a {
  -webkit-transition: 0s all;
  -moz-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList ul.cat-ul-rate li.cate-ul-rate-li-cate {
  float: right;
  border-left: 1px solid #DDDDDD;
  padding: 7px 4px 7px 7px;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList ul.hit-date li {
  list-style: none;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList ul.hit-date li.li-DateModified {
  float: left;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList ul.hit-date li.li-DateModified span.catItemDateModified {
  margin: 0;
  padding: 4px 7px;
  text-align: left;
  border-top: 0;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList ul.hit-date li.li-hit {
  float: right;
  border-left: 1px solid #DDDDDD;
}
#sp-main-body-wrapper #k2Container.itemListView .itemList ul.hit-date li.li-hit .catItemHitsBlock {
  border-bottom: 0;
}
#sp-main-body-wrapper #k2Container.userView .userBlock {
  margin-bottom: 30px;
  position: relative;
  background: transparent;
  border: 0;
}
#sp-main-body-wrapper #k2Container.userView .userBlock h1 {
  font-family: 'Futura LT Book';
  float: left;
}
#sp-main-body-wrapper #k2Container.userView .userBlock img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#sp-main-body-wrapper #k2Container.userView .userBlock .k2FeedIcon {
  position: absolute;
  right: 14px;
  top: 18px;
}
#sp-main-body-wrapper #k2Container.userView .userItemList .userItemView {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 25px;
  padding-bottom: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  overflow: hidden;
}
#sp-main-body-wrapper #k2Container.userView .userItemList .userItemView:last-child {
  border-bottom: 0;
}
#sp-main-body-wrapper #k2Container.userView .userItemList .userItemView .userItemHeader {
  float: left;
  width: 100%;
  padding: 0 0 10px 0;
}
#sp-main-body-wrapper #k2Container.userView .userItemList .userItemView .userItemHeader .userItemDateCreated {
  width: 80px;
  margin-right: 15px;
}
#sp-main-body-wrapper #k2Container.userView .userItemList .userItemView .userItemHeader .userItemDateCreated span {
  display: block;
  color: #fff;
  text-align: center;
}
#sp-main-body-wrapper #k2Container.userView .userItemList .userItemView .userItemHeader .userItemDateCreated span.vina_d {
  font-size: 28px;
  line-height: normal;
}
#sp-main-body-wrapper #k2Container.userView .userItemList .userItemView .userItemHeader .userItemDateCreated span.vina_y {
  background: #5FAAE3;
}
#sp-main-body-wrapper #k2Container.userView .userItemList .userItemView .userItemHeader h3.userItemTitle {
  line-height: normal;
  font-size: 28px;
  font-family: 'Futura LT Book';
  font-weight: bold;
  margin-top: 0;
  padding-top: 0;
}
#sp-main-body-wrapper #k2Container.userView .userItemList .userItemView .userItemHeader h3.userItemTitle a:hover {
  color: #5FAAE3;
}
#sp-main-body-wrapper #k2Container.userView .userItemList .userItemView .userItemHeader .userItemCategory {
  border: 0;
}
#sp-main-body-wrapper #k2Container.userView .userItemList .userItemView .userItemBody {
  padding-left: 0;
  padding-right: 7px;
}
#sp-main-body-wrapper #k2Container.userView .userItemList .userItemView .userItemBody .userItemImage {
  margin-bottom: 0;
}
#sp-main-body-wrapper #k2Container.userView .userItemList .userItemView .userItemBody .userItemIntroText {
  padding: 4px 0px;
}
#sp-main-body-wrapper #k2Container.userView .userItemList .userItemView .userItemBody .userItemReadMore {
  padding: 5px 4px 5px 10px;
  font-style: italic;
}
#sp-main-body-wrapper #k2Container.userView .userItemList .userItemView .userItemLinks .userItemTagsBlock {
  border-bottom: 0;
}
#sp-main-body-wrapper #k2Container.userView .userItemList .userItemView .userItemLinks .userItemTagsBlock .userItemTags li a {
  padding: 4px;
}
#sp-main-body-wrapper #k2Container.userView .userItemList .row-fluid {
  margin-bottom: 0;
}
#sp-main-body-wrapper #k2Container.tagView .tagItemCategory {
  border: 0;
}
#sp-main-body-wrapper #k2Container.tagView .tagItemList .tagItemView {
  margin-bottom: 25px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #fff;
  overflow: hidden;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #dddddd;
}
#sp-main-body-wrapper #k2Container.tagView .tagItemList .tagItemView:last-child {
  border-bottom: 0;
}
#sp-main-body-wrapper #k2Container.tagView .tagItemList .tagItemView .tagItemHeader {
  float: left;
  width: 100%;
  padding: 0 0 10px 0;
}
#sp-main-body-wrapper #k2Container.tagView .tagItemList .tagItemView .tagItemHeader .tagItemDateCreated {
  width: 80px;
  margin-right: 15px;
}
#sp-main-body-wrapper #k2Container.tagView .tagItemList .tagItemView .tagItemHeader .tagItemDateCreated span {
  display: block;
  color: #fff;
  text-align: center;
}
#sp-main-body-wrapper #k2Container.tagView .tagItemList .tagItemView .tagItemHeader .tagItemDateCreated span.vina_d {
  font-size: 28px;
  line-height: normal;
}
#sp-main-body-wrapper #k2Container.tagView .tagItemList .tagItemView .tagItemHeader .tagItemDateCreated span.vina_y {
  background: #5FAAE3;
}
#sp-main-body-wrapper #k2Container.tagView .tagItemList .tagItemView .tagItemHeader h2.tagItemTitle {
  line-height: normal;
  font-size: 28px;
  font-family: 'Futura LT Book';
  font-weight: bold;
  margin-top: 0;
  padding-top: 15px;
}
#sp-main-body-wrapper #k2Container.tagView .tagItemList .tagItemView .tagItemHeader h2.tagItemTitle a {
  color: #848484;
  outline: none;
}
#sp-main-body-wrapper #k2Container.tagView .tagItemList .tagItemView .tagItemBody {
  float: left;
  padding: 0 8px 8px 3px;
}
#sp-main-body-wrapper #k2Container.tagView .tagItemList .tagItemView .tagItemBody .tagItemIntroText {
  padding-bottom: 4px;
}
#sp-main-body-wrapper #k2Container.tagView .tagItemList .tagItemView .tagItemBody .tagItemReadMore a {
  font-style: italic;
  font-weight: bold;
}
#sp-main-body-wrapper #k2Container.tagView .tagItemList .tagItemView .tagItemBody .tagItemImageBlock span.tagItemImage a {
  overflow: hidden;
  position: relative;
  float: left;
  border: 5px solid #FFFFFF;
  -webkit-box-shadow: 1px 0 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 0 5px rgba(0,0,0,0.1);
  box-shadow: 1px 0 5px rgba(0,0,0,0.1);
}
#sp-main-body-wrapper #k2Container.tagView .tagItemList .tagItemView .tagItemBody .tagItemImageBlock span.tagItemImage a img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 0;
  padding: 0;
}
#sp-main-body-wrapper #k2Container.tagView .tagItemList .row-fluid {
  margin-bottom: 0;
}
#sp-main-body-wrapper #k2Container.itemView {
  border: 0;
  color: #5f5f5f;
  background: #fff;
  padding-bottom: 0;
}
#sp-main-body-wrapper #k2Container.itemView h3 {
  font-family: 'Futura LT Book';
  font-size: 24px;
}
#sp-main-body-wrapper #k2Container.itemView.medical-services .vinaHeader .itemDateCreated span.vina_d {
  font-size: 28px;
  line-height: normal;
  padding-top: 8px;
}
#sp-main-body-wrapper #k2Container.itemView.medical-services .vinaHeader .itemDateCreated span.vina_m {
  line-height: 30px;
  padding-bottom: 5px;
}
#sp-main-body-wrapper #k2Container.itemView.medical-services .vinaHeader .itemDateCreated span.vina_y {
  background: #5FAAE3;
  line-height: 30px;
  font-size: 16px;
  background: url("../images/medical_background/bg-y.png");
}
#sp-main-body-wrapper #k2Container.itemView.medical-services .itemIntroText {
  padding: 10px;
  background: url("../images/medical_background/bg-inner.png");
  margin-bottom: 10px;
  margin-top: 5px;
  font-style: italic;
}
#sp-main-body-wrapper #k2Container.itemView.our-doctors .itemHeader .vinaHeader {
  padding-top: 8px;
}
#sp-main-body-wrapper #k2Container.itemView.our-doctors .itemHeader .vinaHeader h1.itemTitle {
  display: inline-block;
  margin-top: 8px;
  font-family: 'Futura LT Book';
  font-weight: normal;
  font-size: 18px;
}
#sp-main-body-wrapper #k2Container.itemView.our-doctors .itemHeader .vinaHeader h1.itemTitle span.color {
  font-size: 24px;
  color: #fff;
  padding: 6px;
  margin-right: 10px;
}
#sp-main-body-wrapper #k2Container.itemView.our-doctors .itemHeader .vinaHeader .tool-bar {
  display: block;
  float: none;
  padding-left: 10px;
}
#sp-main-body-wrapper #k2Container.itemView.our-doctors .vinaItem-header {
  margin-bottom: 15px;
}
#sp-main-body-wrapper #k2Container.itemView.our-doctors .vinaItem-header .itemExtraFields {
  padding: 0 !important;
  border: 0 !important;
  margin-top: 0 !important;
}
#sp-main-body-wrapper #k2Container.itemView.our-doctors .vinaItem-header .itemExtraFields ul {
  margin-top: 0;
}
#sp-main-body-wrapper #k2Container.itemView.our-doctors .vinaItem-header .itemExtraFields ul li {
  list-style: none;
  line-height: 30px;
  padding: 7px 0;
  border-bottom: 1px solid #ddd;
  background: transparent;
  color: #777777;
}
#sp-main-body-wrapper #k2Container.itemView.our-doctors .vinaItem-header .itemExtraFields ul li span.itemExtraFieldsLabel {
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  float: left;
  margin: 0 4px 0 0;
  width: 30%;
}
#sp-main-body-wrapper #k2Container.itemView.our-doctors .vinaItem-header .itemExtraFields ul li span.itemExtraFieldsValue {
  width: 68%;
  display: inline-block;
}
#sp-main-body-wrapper #k2Container.itemView.our-doctors .vinaItem-header .itemExtraFields ul li:last-child {
  border-bottom: 0;
}
#sp-main-body-wrapper #k2Container.itemView.our-doctors .vinaItem-header .itemImageBlock {
  padding: 10px 0 0 0;
}
#sp-main-body-wrapper #k2Container.itemView.our-doctors .vinaItem-header .itemImageBlock .itemImage a.modal {
  border: 1px solid #dddddd !important;
}
#sp-main-body-wrapper #k2Container.itemView.our-doctors .vinaItem-header .itemNavigation {
  padding: 4px 0 !important;
  width: 100% !important;
}
#sp-main-body-wrapper #k2Container.itemView.our-doctors .vinaItem-header .itemNavigation a {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#sp-main-body-wrapper #k2Container.itemView.our-doctors .itemIntroText {
  padding: 10px;
  background: url("../images/medical_background/bg-inner.png");
}
#sp-main-body-wrapper #k2Container.itemView.our-doctors h3.doctor-name {
  margin-bottom: 5px;
}
#sp-main-body-wrapper #k2Container.itemView.our-doctors .doctor-border {
  width: 100px;
  margin-bottom: 20px;
  height: 2px;
  background: #5FAAE3;
  display: inline-block;
}
#sp-main-body-wrapper #k2Container.itemView.our-doctors #gallery-doctors {
  display: inline-block;
  margin: 30px auto;
}
#sp-main-body-wrapper #k2Container.itemView.our-doctors .itemFullText {
  border-bottom: 1px solid #bdbdbd;
}
#sp-main-body-wrapper #k2Container.itemView.our-doctors .itemFullText h3 {
  position: relative;
  padding-left: 20px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
}
#sp-main-body-wrapper #k2Container.itemView.our-doctors .itemFullText h3:before {
  position: absolute;
  left: 0;
  content: "+";
  font-size: 24px;
  top: 12px;
}
#sp-main-body-wrapper #k2Container.itemView.our-doctors .itemFullText ul li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  margin-right: 10px;
  color: #bdbdbd;
}
#sp-main-body-wrapper #k2Container.itemView.our-doctors .itemFullText ul.gallery li:before {
  content: "";
  margin: 0;
}
#sp-main-body-wrapper #k2Container.itemView ul li {
  list-style: none;
}
#sp-main-body-wrapper #k2Container.itemView .itemHeader {
  float: left;
  width: 100%;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#sp-main-body-wrapper #k2Container.itemView .itemHeader .itemToolbar {
  margin-top: 0;
  padding: 0;
}
#sp-main-body-wrapper #k2Container.itemView .itemHeader .itemToolbar .itemDateCreated {
  float: left;
  padding: 5px 15px 5px 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 2px 1px 2px #D2D0CD;
  -moz-box-shadow: 2px 1px 2px #D2D0CD;
  box-shadow: 2px 1px 2px #D2D0CD;
  font-size: 14px;
}
#sp-main-body-wrapper #k2Container.itemView .itemHeader .itemToolbar ul li {
  float: right;
  border-left: 0;
  padding: 4px;
}
#sp-main-body-wrapper #k2Container.itemView .itemHeader .itemToolbar ul li.linkMail,
#sp-main-body-wrapper #k2Container.itemView .itemHeader .itemToolbar ul li.print {
  padding: 7px 4px;
}
#sp-main-body-wrapper #k2Container.itemView .itemHeader .vinaHeader {
  float: left;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 3px;
  color: #848484;
}
#sp-main-body-wrapper #k2Container.itemView .itemHeader .vinaHeader a {
  color: #848484;
}
#sp-main-body-wrapper #k2Container.itemView .itemHeader .vinaHeader .itemDateCreated {
  width: 90px;
  margin-right: 15px;
}
#sp-main-body-wrapper #k2Container.itemView .itemHeader .vinaHeader .itemDateCreated span {
  display: block;
  color: #fff;
  text-align: center;
  font-family: 'Futura LT Book';
}
#sp-main-body-wrapper #k2Container.itemView .itemHeader .vinaHeader .itemDateCreated span.vina_d {
  font-size: 28px;
  line-height: normal;
  padding-top: 8px;
}
#sp-main-body-wrapper #k2Container.itemView .itemHeader .vinaHeader .itemDateCreated span.vina_m {
  line-height: 30px;
  padding-bottom: 5px;
  font-size: 16px;
}
#sp-main-body-wrapper #k2Container.itemView .itemHeader .vinaHeader .itemDateCreated span.vina_y {
  background: #5FAAE3;
  line-height: 30px;
  font-size: 16px;
  background: url("../images/medical_background/bg-y.png");
}
#sp-main-body-wrapper #k2Container.itemView .itemHeader .vinaHeader h1.itemTitle {
  line-height: normal;
  font-size: 24px;
  margin: 20px 0 10px 0;
  font-family: 'Futura LT Book';
}
#sp-main-body-wrapper #k2Container.itemView .itemHeader .vinaHeader h1.itemTitle:hover {
  color: #848484;
}
#sp-main-body-wrapper #k2Container.itemView .itemHeader .vinaHeader .itemCategory {
  padding-top: 5px;
  padding-left: 0;
  display: inline-block;
  float: left;
  border: 0;
  margin-right: 20px;
}
#sp-main-body-wrapper #k2Container.itemView .itemHeader .vinaHeader .itemRatingBlock {
  float: left;
  padding-top: 3px;
  padding-bottom: 1px;
  display: inline-block;
  margin-right: 20px;
}
#sp-main-body-wrapper #k2Container.itemView .itemHeader .vinaHeader .itemRatingBlock span {
  padding-top: 2px;
}
#sp-main-body-wrapper #k2Container.itemView .itemHeader .vinaHeader .itemRatingBlock ul li a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#sp-main-body-wrapper #k2Container.itemView .itemHeader .vinaHeader .itemHits {
  display: inline-block;
  float: left;
  padding-top: 5px;
  margin-right: 20px;
}
#sp-main-body-wrapper #k2Container.itemView .itemHeader .vinaHeader .itemComments {
  float: left;
  clear: none;
  background: transparent;
  padding: 5px;
}
#sp-main-body-wrapper #k2Container.itemView .itemBody {
  float: left;
  padding: 0;
  width: 100%;
  border: 0;
  overflow: hidden;
}
#sp-main-body-wrapper #k2Container.itemView .itemBody .itemImageBlock {
  padding: 10px 10px 0 0;
  margin-bottom: 0;
}
#sp-main-body-wrapper #k2Container.itemView .itemBody .itemImageBlock .itemImage a {
  overflow: hidden;
  position: relative;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 5px solid #EAEAEA !important;
  width: 96%;
  -webkit-box-shadow: 1px 0 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 0 5px rgba(0,0,0,0.1);
  box-shadow: 1px 0 5px rgba(0,0,0,0.1);
}
#sp-main-body-wrapper #k2Container.itemView .itemBody .itemImageBlock .itemImage a img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  padding: 0;
  width: 100% !important;
}
#sp-main-body-wrapper #k2Container.itemView .itemBody .itemIntroText {
  font-weight: normal;
  font-size: 14px;
  padding: 0 10px;
}
#sp-main-body-wrapper #k2Container.itemView .itemBody .itemFullText {
  padding: 0 10px;
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#sp-main-body-wrapper #k2Container.itemView .itemBody h3.view-details {
  margin-left: 12px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Futura LT Book';
  font-size: 24px;
  margin-top: 30px;
}
#sp-main-body-wrapper #k2Container.itemView .itemBody .itemContentFooter {
  border-top: 0;
}
#sp-main-body-wrapper #k2Container.itemView .itemBody .itemHits {
  padding: 4px 0;
  margin-right: 50px;
}
#sp-main-body-wrapper #k2Container.itemView .itemBody .itemRatingBlock ul li a {
  -webkit-transition: 0s all;
  -moz-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
}
#sp-main-body-wrapper #k2Container.itemView .itemBody .itemTagsBlock {
  border-bottom: 0;
  padding-left: 0;
  display: inline-block;
  margin-right: 70px;
}
#sp-main-body-wrapper #k2Container.itemView .itemBody .itemTagsBlock ul.itemTags li a {
  padding-bottom: 4px;
}
#sp-main-body-wrapper #k2Container.itemView .itemBody .itemAuthor a {
  padding-bottom: 4px;
}
#sp-main-body-wrapper #k2Container.itemView .itemSocialSharing {
  float: left;
  width: 100%;
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 0px;
}
#sp-main-body-wrapper #k2Container.itemView .itemSocialSharing h3 {
  font-family: 'Futura LT Book';
  font-size: 24px;
  text-transform: uppercase;
}
#sp-main-body-wrapper #k2Container.itemView .itemLinks .itemTagsBlock {
  border-bottom: 0;
}
#sp-main-body-wrapper #k2Container.itemView .itemLinks .itemTagsBlock .itemTags li a {
  padding: 4px;
}
#sp-main-body-wrapper #k2Container.itemView .itemAuthorBlock {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0;
}
#sp-main-body-wrapper #k2Container.itemView .itemNavigation {
  border-bottom: 0;
  border-top: 1px solid #dddddd;
  background: transparent;
  float: left;
  width: 100%;
  margin-top: 20px;
  padding: 0;
  padding-top: 8px;
  margin-bottom: 10px;
}
#sp-main-body-wrapper #k2Container.itemView .itemNavigation a {
  padding: 10px 14px;
  background: #A3A3A3;
  font-family: 'Futura LT Book';
  color: #fff;
}
#sp-main-body-wrapper #k2Container.itemView .itemNavigation a.itemPrevious {
  float: left;
}
#sp-main-body-wrapper #k2Container.itemView .itemNavigation a.itemNext {
  float: right;
}
#sp-main-body-wrapper #k2Container.itemView .itemDateModified {
  margin-left: 70px;
  color: #848484;
  font-style: italic;
  padding-bottom: 4px;
}
#sp-main-body-wrapper #k2Container.itemView .itemAuthorLatest,
#sp-main-body-wrapper #k2Container.itemView .itemRelated {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 4px 0;
  border: 0;
}
#sp-main-body-wrapper #k2Container.itemView .itemAuthorLatest ul,
#sp-main-body-wrapper #k2Container.itemView .itemRelated ul {
  margin: 0;
}
#sp-main-body-wrapper #k2Container.itemView .itemAuthorLatest ul li.even,
#sp-main-body-wrapper #k2Container.itemView .itemAuthorLatest ul li.odd,
#sp-main-body-wrapper #k2Container.itemView .itemRelated ul li.even,
#sp-main-body-wrapper #k2Container.itemView .itemRelated ul li.odd {
  border-bottom: 0;
  background: transparent;
  padding: 2px 0;
}
#sp-main-body-wrapper #k2Container.itemView .itemAuthorLatest ul li.even:before,
#sp-main-body-wrapper #k2Container.itemView .itemAuthorLatest ul li.odd:before,
#sp-main-body-wrapper #k2Container.itemView .itemRelated ul li.even:before,
#sp-main-body-wrapper #k2Container.itemView .itemRelated ul li.odd:before {
  content: "+";
  font-size: 24px;
  margin-right: 10px;
}
#sp-main-body-wrapper #k2Container.itemView .itemAuthorLatest ul li.even a,
#sp-main-body-wrapper #k2Container.itemView .itemAuthorLatest ul li.odd a,
#sp-main-body-wrapper #k2Container.itemView .itemRelated ul li.even a,
#sp-main-body-wrapper #k2Container.itemView .itemRelated ul li.odd a {
  color: #848484;
  outline: none;
  text-decoration: none;
}
#sp-main-body-wrapper #k2Container.itemView .itemAuthorLatest ul li:hover,
#sp-main-body-wrapper #k2Container.itemView .itemRelated ul li:hover {
  background: ;
}
#sp-main-body-wrapper #k2Container.itemView .itemRelated ul li.even,
#sp-main-body-wrapper #k2Container.itemView .itemRelated ul li.odd {
  border-bottom: 0;
  float: left;
  padding: 2px 0;
  margin-bottom: 10px;
  width: 100%;
}
#sp-main-body-wrapper #k2Container.itemView .itemRelated ul li.even a.itemRelTitle,
#sp-main-body-wrapper #k2Container.itemView .itemRelated ul li.even div.itemRelCat,
#sp-main-body-wrapper #k2Container.itemView .itemRelated ul li.even img.itemRelImg,
#sp-main-body-wrapper #k2Container.itemView .itemRelated ul li.odd a.itemRelTitle,
#sp-main-body-wrapper #k2Container.itemView .itemRelated ul li.odd div.itemRelCat,
#sp-main-body-wrapper #k2Container.itemView .itemRelated ul li.odd img.itemRelImg {
  display: inline-block;
  margin-right: 15px;
}
#sp-main-body-wrapper #k2Container.itemView .itemRelated ul li.even img.itemRelImg,
#sp-main-body-wrapper #k2Container.itemView .itemRelated ul li.odd img.itemRelImg {
  margin-top: 5px;
}
#sp-main-body-wrapper #k2Container.itemView .itemComments {
  clear: both;
  border: 0;
  background: transparent;
  padding: 10px 0;
}
#sp-main-body-wrapper #k2Container.itemView .itemComments .itemCommentsForm {
  width: 95%;
}
#sp-main-body-wrapper #k2Container.itemView .itemComments h3 {
  font-family: 'Futura LT Book';
  font-size: 24px;
  text-transform: uppercase;
}
#sp-main-body-wrapper #k2Container.itemView .itemComments select,
#sp-main-body-wrapper #k2Container.itemView .itemComments textarea,
#sp-main-body-wrapper #k2Container.itemView .itemComments input[type="text"],
#sp-main-body-wrapper #k2Container.itemView .itemComments input[type="password"],
#sp-main-body-wrapper #k2Container.itemView .itemComments input[type="datetime"],
#sp-main-body-wrapper #k2Container.itemView .itemComments input[type="datetime-local"],
#sp-main-body-wrapper #k2Container.itemView .itemComments input[type="date"],
#sp-main-body-wrapper #k2Container.itemView .itemComments input[type="month"],
#sp-main-body-wrapper #k2Container.itemView .itemComments input[type="time"],
#sp-main-body-wrapper #k2Container.itemView .itemComments input[type="week"],
#sp-main-body-wrapper #k2Container.itemView .itemComments input[type="number"],
#sp-main-body-wrapper #k2Container.itemView .itemComments input[type="email"],
#sp-main-body-wrapper #k2Container.itemView .itemComments input[type="url"],
#sp-main-body-wrapper #k2Container.itemView .itemComments input[type="search"],
#sp-main-body-wrapper #k2Container.itemView .itemComments input[type="tel"],
#sp-main-body-wrapper #k2Container.itemView .itemComments input[type="color"],
#sp-main-body-wrapper #k2Container.itemView .itemComments .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  padding: 14px 6px;
}
#sp-main-body-wrapper #k2Container.itemView .itemComments p.itemCommentsFormNotes {
  border: 0;
  font-style: italic;
}
#sp-main-body-wrapper #k2Container.itemView .itemComments label {
  font-family: 'Futura LT Book';
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  margin: 12px 0 8px;
}
#sp-main-body-wrapper #k2Container.itemView .itemComments .commentToolbar a.modal {
  border: 0 none;
  box-shadow: none;
  left: 0;
  margin-left: 0;
  position: relative;
  top: 0;
}
#sp-main-body-wrapper #k2Container.itemView .itemComments ul.itemCommentsList li.authorResponse {
  border: 0;
  padding: 0;
  background: transparent;
}
#sp-main-body-wrapper #k2Container.itemView .itemComments .info-comment {
  position: relative;
}
#sp-main-body-wrapper #k2Container.itemView .itemComments .info-comment input#submitCommentButton {
  position: absolute;
  right: -12px;
  bottom: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 14px 6px;
  text-shadow: none;
}
#sp-main-body-wrapper #sp-right .module,
#sp-main-body-wrapper #sp-left .module {
  position: relative;
  background: #fff;
}
#sp-main-body-wrapper #sp-right .module ul.category-services,
#sp-main-body-wrapper #sp-left .module ul.category-services {
  margin-bottom: 0;
  border: 0;
  background: transparent;
}
#sp-main-body-wrapper #sp-right .module h3.header,
#sp-main-body-wrapper #sp-left .module h3.header {
  padding: 10px 0;
  position: relative;
  margin-bottom: 15px;
  font-family: 'Futura LT Book';
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
}
#sp-main-body-wrapper #sp-right .module h3.header:after,
#sp-main-body-wrapper #sp-left .module h3.header:after {
  position: absolute;
  width: 65px;
  height: 1px;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  background: #bdbdbd;
}
#sp-main-body-wrapper #sp-right .module .k2FeedIcon,
#sp-main-body-wrapper #sp-left .module .k2FeedIcon {
  position: absolute;
  top: 13px;
  right: 10px;
}
#sp-main-body-wrapper #sp-right .module ul li,
#sp-main-body-wrapper #sp-left .module ul li {
  list-style: none;
}
#sp-main-body-wrapper #sp-right .module ul li.even,
#sp-main-body-wrapper #sp-right .module ul li.odd,
#sp-main-body-wrapper #sp-left .module ul li.even,
#sp-main-body-wrapper #sp-left .module ul li.odd {
  background: transparent;
}
#sp-main-body-wrapper #sp-right .module .mod-content,
#sp-main-body-wrapper #sp-left .module .mod-content {
  padding: 0 0 10px 0;
}
#sp-main-body-wrapper #sp-right .module .k2Avatar img,
#sp-main-body-wrapper #sp-left .module .k2Avatar img {
  margin: 2px 10px 10px 0;
}
#sp-main-body-wrapper #sp-right .module.vina-k2-content ul li,
#sp-main-body-wrapper #sp-left .module.vina-k2-content ul li {
  width: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 24px;
}
#sp-main-body-wrapper #sp-right .module.vina-k2-content ul li .header-content,
#sp-main-body-wrapper #sp-left .module.vina-k2-content ul li .header-content {
  width: 100%;
}
#sp-main-body-wrapper #sp-right .module.vina-k2-content ul li.even,
#sp-main-body-wrapper #sp-right .module.vina-k2-content ul li.odd,
#sp-main-body-wrapper #sp-left .module.vina-k2-content ul li.even,
#sp-main-body-wrapper #sp-left .module.vina-k2-content ul li.odd {
  padding-bottom: 7px;
  padding-top: 7px;
  border-bottom: 1px solid #dddddd;
}
#sp-main-body-wrapper #sp-right .module.vina-k2-content ul li.lastItem,
#sp-main-body-wrapper #sp-left .module.vina-k2-content ul li.lastItem {
  border-bottom: 0;
}
#sp-main-body-wrapper #sp-right .module.vina-k2-content ul li:first-child,
#sp-main-body-wrapper #sp-left .module.vina-k2-content ul li:first-child {
  padding-top: 0;
}
#sp-main-body-wrapper #sp-right .module.vina-k2-content ul li .moduleItemHits,
#sp-main-body-wrapper #sp-left .module.vina-k2-content ul li .moduleItemHits {
  border-right: 0;
}
#sp-main-body-wrapper #sp-right .module.vina-k2-content ul li a.moduleItemTitle,
#sp-main-body-wrapper #sp-left .module.vina-k2-content ul li a.moduleItemTitle {
  text-decoration: none;
  outline: none;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
#sp-main-body-wrapper #sp-right .module.vina-k2-content ul li a.moduleItemReadMore,
#sp-main-body-wrapper #sp-left .module.vina-k2-content ul li a.moduleItemReadMore {
  font-style: italic;
  font-weight: bold;
}
#sp-main-body-wrapper #sp-right .module.vina-k2-content ul li span,
#sp-main-body-wrapper #sp-left .module.vina-k2-content ul li span {
  margin-right: 10px;
}
#sp-main-body-wrapper #sp-right .module.vina-k2-content ul li span a,
#sp-main-body-wrapper #sp-left .module.vina-k2-content ul li span a {
  color: #333333;
}
#sp-main-body-wrapper #sp-right .module.vina-k2-content .moduleItemIntrotext,
#sp-main-body-wrapper #sp-left .module.vina-k2-content .moduleItemIntrotext {
  line-height: 24px;
}
#sp-main-body-wrapper #sp-right .module.vina-k2-content .moduleItemIntrotext p,
#sp-main-body-wrapper #sp-left .module.vina-k2-content .moduleItemIntrotext p {
  margin-bottom: 0;
}
#sp-main-body-wrapper #sp-right .module.vina-k2-content .moduleItemIntrotext .moduleItemImage,
#sp-main-body-wrapper #sp-left .module.vina-k2-content .moduleItemIntrotext .moduleItemImage {
  float: left;
  margin: 5px 0px;
  width: 100%;
}
#sp-main-body-wrapper #sp-right .module.vina-k2-content .moduleItemIntrotext .moduleItemImage img,
#sp-main-body-wrapper #sp-left .module.vina-k2-content .moduleItemIntrotext .moduleItemImage img {
  margin: 0;
  width: 100%;
  border: 0;
}
#sp-main-body-wrapper #sp-right .module.vina-comment .carousel,
#sp-main-body-wrapper #sp-left .module.vina-comment .carousel {
  position: relative;
}
#sp-main-body-wrapper #sp-right .module.vina-comment .carousel .item,
#sp-main-body-wrapper #sp-left .module.vina-comment .carousel .item {
  background: transparent;
  border: 0;
}
#sp-main-body-wrapper #sp-right .module.vina-comment .carousel .item .lcUsername,
#sp-main-body-wrapper #sp-left .module.vina-comment .carousel .item .lcUsername {
  font-family: 'Futura LT Book';
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}
#sp-main-body-wrapper #sp-right .module.vina-comment .carousel .item .lcCommentDate,
#sp-main-body-wrapper #sp-left .module.vina-comment .carousel .item .lcCommentDate {
  color: #bdbdbd;
  margin-right: 20px;
}
#sp-main-body-wrapper #sp-right .module.vina-comment .carousel .item a,
#sp-main-body-wrapper #sp-left .module.vina-comment .carousel .item a {
  color: #848484 !important;
  text-decoration: none;
  outline: none;
}
#sp-main-body-wrapper #sp-right .module.vina-comment .carousel .item .lcComment,
#sp-main-body-wrapper #sp-left .module.vina-comment .carousel .item .lcComment {
  margin-top: 20px;
  padding: 30px 40px;
  background: url("../images/medical_background/categories.png");
  display: block;
  line-height: 22px;
}
#sp-main-body-wrapper #sp-right .module.vina-comment .carousel .item .lcComment .comment-start,
#sp-main-body-wrapper #sp-left .module.vina-comment .carousel .item .lcComment .comment-start {
  width: 26px;
  height: 19px;
  background: url("../images/medical_background/comment-start.png") no-repeat;
  display: block;
  margin-bottom: 13px;
  margin-left: -20px;
}
#sp-main-body-wrapper #sp-right .module.vina-comment .carousel .item .lcComment .comment-end,
#sp-main-body-wrapper #sp-left .module.vina-comment .carousel .item .lcComment .comment-end {
  width: 26px;
  height: 19px;
  background: url("../images/medical_background/comment-en.png") no-repeat right;
  display: block;
  width: 100%;
  margin-top: 13px;
  margin-left: 20px;
}
#sp-main-body-wrapper #sp-right .module.vina-comment .carousel .carousel-control,
#sp-main-body-wrapper #sp-left .module.vina-comment .carousel .carousel-control {
  top: -40px;
  width: 26px;
  height: 26px;
  text-indent: -100000px;
  outline: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
#sp-main-body-wrapper #sp-right .module.vina-comment .carousel .carousel-control.left,
#sp-main-body-wrapper #sp-left .module.vina-comment .carousel .carousel-control.left {
  background: url(../images/medical_background/left.png);
  right: 50px;
  left: auto;
}
#sp-main-body-wrapper #sp-right .module.vina-comment .carousel .carousel-control.right,
#sp-main-body-wrapper #sp-left .module.vina-comment .carousel .carousel-control.right {
  background: url(../images/medical_background/right.png);
  right: 15px;
}
#sp-main-body-wrapper #sp-right .module.vina-categories .k2CategoriesListBlock ul,
#sp-main-body-wrapper #sp-left .module.vina-categories .k2CategoriesListBlock ul {
  margin: 0;
}
#sp-main-body-wrapper #sp-right .module.vina-categories .k2CategoriesListBlock ul >li,
#sp-main-body-wrapper #sp-left .module.vina-categories .k2CategoriesListBlock ul >li {
  line-height: 40px;
  list-style: none;
  font-family: 'Futura LT Book';
  color: #848484;
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  border-bottom: 1px solid #dddddd;
  font-size: 16px;
}
#sp-main-body-wrapper #sp-right .module.vina-categories .k2CategoriesListBlock ul >li:before,
#sp-main-body-wrapper #sp-left .module.vina-categories .k2CategoriesListBlock ul >li:before {
  font-size: 24px;
  content: "+";
  width: 15px;
  position: absolute;
  left: 0;
  top: -2px;
}
#sp-main-body-wrapper #sp-right .module.vina-categories .k2CategoriesListBlock ul >li.activeCategory a,
#sp-main-body-wrapper #sp-left .module.vina-categories .k2CategoriesListBlock ul >li.activeCategory a {
  font-weight: normal;
}
#sp-main-body-wrapper #sp-right .module.vina-categories .k2CategoriesListBlock ul >li a,
#sp-main-body-wrapper #sp-left .module.vina-categories .k2CategoriesListBlock ul >li a {
  color: #848484;
  outline: none;
  text-decoration: none;
}
#sp-main-body-wrapper #sp-right .module.vina-categories .k2CategoriesListBlock ul >li ul,
#sp-main-body-wrapper #sp-left .module.vina-categories .k2CategoriesListBlock ul >li ul {
  margin-left: 15px;
}
#sp-main-body-wrapper #sp-right .module.vina-categories .k2CategoriesListBlock ul >li ul >li,
#sp-main-body-wrapper #sp-left .module.vina-categories .k2CategoriesListBlock ul >li ul >li {
  list-style: none;
  text-transform: none;
  border-top: 1px solid #bdbdbd;
  border-bottom: 0;
  margin-left: -35px;
  padding-left: 55px;
}
#sp-main-body-wrapper #sp-right .module.vina-categories .k2CategoriesListBlock ul >li ul >li:before,
#sp-main-body-wrapper #sp-left .module.vina-categories .k2CategoriesListBlock ul >li ul >li:before {
  left: 35px;
}
#sp-main-body-wrapper #sp-right .module.r-opening ul.category-services,
#sp-main-body-wrapper #sp-left .module.r-opening ul.category-services {
  padding: 0;
}
#sp-main-body-wrapper #sp-right .module.r-opening ul.category-services li,
#sp-main-body-wrapper #sp-left .module.r-opening ul.category-services li {
  color: #5f5f5f;
  border-bottom: 1px solid #dddddd;
}
#sp-main-body-wrapper #sp-right .module.r-opening ul.category-services li:last-child,
#sp-main-body-wrapper #sp-left .module.r-opening ul.category-services li:last-child {
  border-bottom: 0;
}
div.blog-date {
  color: #FFFFFF;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  padding: 5px;
  text-align: center;
  width: 75px;
}
div.blog-date .sp_date_day {
  border-right: 2px solid #FFFFFF;
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 26px;
  font-weight: 700;
  line-height: 23px;
  margin-right: -2px;
  padding-top: 3px;
  width: 50%;
}
div.blog-date .sp_date_month {
  float: left;
  font-family: Arial !important;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  width: 50%;
}
div.blog-date-2 {
  float: left;
  display: block;
  text-align: center;
  color: #fff;
  margin: 0 10px 0 0;
  padding: 5px 10px;
}
div.blog-date-2 .sp_date_day_2 {
  display: block;
  line-height: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.vina-button {
  padding: 8px 14px !important;
  background: #A3A3A3 !important;
  font-family: 'Futura LT Book';
  color: #fff !important;
  font-size: 18px !important;
  border-radius: 0 !important;
  border: none !important;
  text-shadow: none;
  -webkit-transition: all 0.4s !important;
  -moz-transition: all 0.4s !important;
  -o-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.vina-submit {
  padding: 5px 14px !important;
  background: #fff !important;
  font-family: 'Futura LT Book';
  color: #A3A3A3 !important;
  font-size: 16px !important;
  border-radius: 0 !important;
  border: none !important;
  text-shadow: none !important;
  -webkit-transition: all 0.4s !important;
  -moz-transition: all 0.4s !important;
  -o-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.rtl #sp-header-wrapper #sp-search {
  float: left;
  margin-left: -30px;
}
.rtl #sp-header-wrapper #sp-search .search {
  float: left;
}
.rtl #sp-header-wrapper #sp-search .search form {
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
}
.rtl #sp-header-wrapper #sp-search .search form #mod-search-searchword {
  margin-left: -32px;
  margin-right: 0;
}
.rtl #sp-header-wrapper #sp-search .search form #mod-search-searchword:focus {
  margin-left: 0;
}
.rtl #sp-header-wrapper .logo-wrapper {
  padding-right: 25px;
  padding-left: 0;
}
.rtl #sp-position-wrapper #position .position label:after {
  right: auto;
  left: 0;
}
.rtl #sp-position-wrapper #position .position ul li span {
  float: left !important;
}
.rtl #sp-services-wrapper #services h3.header:after {
  left: auto;
  right: 0;
}
.rtl #sp-services-wrapper #services ul li span {
  float: left !important;
}
.rtl #sp-team-wrapper #team #sp-team1 .vina-scroller-k2 .toolbar .left {
  right: auto;
  left: 0px;
}
.rtl #sp-team-wrapper #team #sp-team1 .vina-scroller-k2 .toolbar .right {
  right: auto;
  left: 40px;
}
.rtl #sp-team-wrapper #team #sp-team2 .carousel .testimonials .testimonials-name span.test-icon {
  float: right;
  margin-left: 12px;
  margin-right: 0;
}
.rtl #sp-team-wrapper #team #sp-team2 .carousel .carousel-control.left {
  right: auto;
  left: 12px;
}
.rtl #sp-team-wrapper #team #sp-team2 .carousel .carousel-control.right {
  right: auto;
  left: 50px;
}
.rtl #sp-pay-wrapper #pay .medical-pay .row-fluid [class*="span"] {
  margin-right: 10px;
  margin-left: 0;
}
.rtl #sp-pay-wrapper #pay .medical-pay .row-fluid [class*="span"]:first-child {
  margin-right: 0;
}
.rtl #sp-bottom-wrapper h3.medical-title:after,
.rtl #sp-bottom-wrapper h3.header:after {
  left: auto;
  right: 0;
}
.rtl #sp-main-body-wrapper #k2Container.itemListView .itemListCategoriesBlock .itemListCategory .img-category {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.rtl #sp-main-body-wrapper #k2Container.itemListView .itemListSubCategories .subCategoryContainer .subCategory {
  direction: ltr;
}
.rtl #sp-main-body-wrapper #k2Container.itemListView .itemListSubCategories .subCategoryContainer .subCategory h4 {
  padding-right: 18px;
  padding-left: 0;
  text-align: right;
}
.rtl #sp-main-body-wrapper #k2Container.itemListView .itemListSubCategories .subCategoryContainer .subCategory h4:before {
  right: 0;
  left: auto;
}
.rtl #sp-main-body-wrapper #k2Container.itemListView .itemList .vina_catHeader .catItemDateCreated {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.rtl #sp-main-body-wrapper #k2Container.itemListView .itemList .vina_catHeader .cate-ul-rate-li-cate,
.rtl #sp-main-body-wrapper #k2Container.itemListView .itemList .vina_catHeader .catItemRatingBlock,
.rtl #sp-main-body-wrapper #k2Container.itemListView .itemList .vina_catHeader .catItemCommentsLink,
.rtl #sp-main-body-wrapper #k2Container.itemListView .itemList .vina_catHeader .catItemHitsBlock {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.rtl #sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors .catItemView .catItemBody .catItemImageBlock .catItemInfo h2.catItemTitle {
  margin-left: auto;
  margin-right: 15px;
}
.rtl #sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors .catItemView .catItemBody .catItemImageBlock .catItemInfo h2.catItemTitle span.color {
  margin-right: 0;
  margin-left: 5px;
  display: inline-block;
}
.rtl #sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors .catItemView .catItemBody .catItemImageBlock .catItemInfo .cate-ul-rate-li-cate {
  margin-left: auto;
  margin-right: 15px;
}
.rtl #sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors .catItemView .catItemBody .catItemImageBlock .catItemInfo .cate-ul-rate-li-cate em {
  margin-left: 5px;
}
.rtl #sp-main-body-wrapper #k2Container.itemView.our-doctors .itemHeader .vinaHeader h1.itemTitle span.color {
  display: inline-block;
  margin-left: 10px;
  margin-right: 0;
}
.rtl #sp-main-body-wrapper #k2Container.itemView.our-doctors .vinaItem-header .itemExtraFields ul li span.itemExtraFieldsLabel {
  margin-right: 0;
  float: right;
}
.rtl #sp-main-body-wrapper #k2Container.itemView.our-doctors .itemFullText ul li:before {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.rtl #sp-main-body-wrapper #k2Container.itemView.our-doctors .itemFullText h3 {
  padding-left: 0;
  padding-right: 20px;
}
.rtl #sp-main-body-wrapper #k2Container.itemView.our-doctors .itemFullText h3:before {
  left: auto;
  right: 0;
}
.rtl #sp-main-body-wrapper #k2Container.itemView .itemHeader .vinaHeader .itemDateCreated {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.rtl #sp-main-body-wrapper #k2Container.itemView .itemHeader .vinaHeader .itemCategory,
.rtl #sp-main-body-wrapper #k2Container.itemView .itemHeader .vinaHeader .itemRatingBlock,
.rtl #sp-main-body-wrapper #k2Container.itemView .itemHeader .vinaHeader .itemHits,
.rtl #sp-main-body-wrapper #k2Container.itemView .itemHeader .vinaHeader .itemComments {
  float: right;
  margin-right: 0;
  margin-left: 15px;
  width: auto;
}
.rtl #sp-main-body-wrapper #k2Container.itemView .itemComments .info-comment input#submitCommentButton {
  right: auto;
  left: -12px;
}
.rtl #sp-main-body-wrapper #k2Container.tagView div.k2FeedIcon a,
.rtl #sp-main-body-wrapper #k2Container.tagView div.k2FeedIcon a:hover {
  float: left;
}
.rtl #sp-main-body-wrapper #k2Container.tagView .tagItemList .tagItemView .tagItemHeader .tagItemDateCreated {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.rtl #sp-main-body-wrapper #k2Container.userView .userBlock .k2FeedIcon {
  right: auto;
  left: 14px;
}
.rtl #sp-main-body-wrapper #k2Container.userView .userBlock img {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.rtl #sp-main-body-wrapper #k2Container.userView .userItemList .userItemView .userItemHeader .userItemDateCreated {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.rtl #sp-main-body-wrapper #sp-right .module h3.header:after,
.rtl #sp-main-body-wrapper #sp-left .module h3.header:after {
  left: auto;
  right: 0;
}
.rtl #sp-main-body-wrapper #sp-right .module h3.header:before,
.rtl #sp-main-body-wrapper #sp-left .module h3.header:before {
  float: right;
  line-height: 30px;
  margin-right: 0;
  margin-left: 5px;
}
.rtl #sp-main-body-wrapper #sp-right .module.vina-categories .k2CategoriesListBlock ul > li,
.rtl #sp-main-body-wrapper #sp-left .module.vina-categories .k2CategoriesListBlock ul > li {
  padding-left: 0;
  padding-right: 20px;
}
.rtl #sp-main-body-wrapper #sp-right .module.vina-categories .k2CategoriesListBlock ul > li:before,
.rtl #sp-main-body-wrapper #sp-left .module.vina-categories .k2CategoriesListBlock ul > li:before {
  left: auto;
  right: 0;
}
.rtl #sp-main-body-wrapper #sp-right .module.vina-categories .k2CategoriesListBlock ul > li a span.catCounter,
.rtl #sp-main-body-wrapper #sp-left .module.vina-categories .k2CategoriesListBlock ul > li a span.catCounter {
  display: inline-block;
  padding-right: 5px;
}
.rtl #sp-main-body-wrapper #sp-right .module.vina-k2-content ul li .header-content span,
.rtl #sp-main-body-wrapper #sp-left .module.vina-k2-content ul li .header-content span {
  display: inline-block;
}
.rtl #sp-main-body-wrapper #sp-right .module.vina-k2-content ul li .header-content span.moduleItemDateCreated,
.rtl #sp-main-body-wrapper #sp-left .module.vina-k2-content ul li .header-content span.moduleItemDateCreated {
  margin-right: 0;
}
.rtl #sp-main-body-wrapper #sp-right .module.vina-comment .carousel .carousel-control.left,
.rtl #sp-main-body-wrapper #sp-left .module.vina-comment .carousel .carousel-control.left {
  left: 0;
  right: auto;
}
.rtl #sp-main-body-wrapper #sp-right .module.vina-comment .carousel .carousel-control.right,
.rtl #sp-main-body-wrapper #sp-left .module.vina-comment .carousel .carousel-control.right {
  right: auto;
  left: 30px;
}
.rtl #sp-main-body-wrapper #sp-right .module.vina-comment .carousel .item .lcComment .comment-end,
.rtl #sp-main-body-wrapper #sp-left .module.vina-comment .carousel .item .lcComment .comment-end {
  background-position: left center;
}
ul.ca-menu {
  margin: 40px 0;
  padding: 0;
}
ul.ca-menu li {
  list-style: none;
  display: inline-block;
  text-align: center;
  border: 10px solid #FFFFFF;
  -webkit-box-shadow: 0px 0px 23px #E6E6E6;
  -moz-box-shadow: 0px 0px 23px #E6E6E6;
  box-shadow: 0px 0px 23px #E6E6E6;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  -webkit-transform: translateZ(0);
  background: #fff;
  margin-bottom: 20px;
}
ul.gallery li >a {
  -webkit-transform: translateZ(0);
}
ul.ca-menu li h2.ca-main {
  color: white;
  margin: -10px -10px 20px -10px;
  padding: 10px;
}
#sp-component ul.ca-menu li button {
  border-radius: 0 !important;
  background: #414141 !important;
  border: 0 !important;
}
ul.ca-menu li:hover {
  z-index: 999;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  background-color: #FFFFFF;
}
div.k2CalendarBlock {
  height: auto;
  margin-bottom: 0;
  min-height: 170px;
}
div.k2CalendarBlock table.calendar {
  width: 100%;
}
ul.category-services {
  margin-bottom: 30px;
  border: 1px solid #dddddd;
  padding: 12px;
}
ul.category-services li {
  line-height: 42px;
  border-bottom: 1px solid #fff;
  color: #5FAAE3;
}
ul.category-services li:last-child {
  border-bottom: 0;
}
ul.category-services li span {
  float: right;
}
.time-line {
  padding-top: 20px;
  padding-bottom: 30px;
}
.time-line table.timetable {
  width: 100%;
  border: 1px solid #dadada;
}
.time-line table.timetable thead tr th {
  padding-top: 15px;
  padding-bottom: 15px;
}
.time-line table.timetable tbody tr {
  border: 0;
  border-top: 1px solid #dadada;
  background: transparent;
}
.time-line table.timetable tbody tr td {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.time-line table.timetable tbody tr td em {
  font-size: 14px;
  font-weight: normal;
  color: #bdbdbd;
}
.time-line table.timetable tbody tr td:first-child {
  border-right: 1px solid #dadada;
}
ul.language li:before {
  content: "\f024";
  font-family: "FontAwesome";
  margin-right: 15px;
}
.ribbon-start,
.ribbon,
.ribbon-end {
  background-image: -webkit-gradient(linear,100% 0%,0% 100%,from(transparent),color-stop(0.25,transparent),color-stop(0.25,rgba(0,0,0,0.15)),color-stop(0.50,rgba(0,0,0,0.15)),color-stop(0.50,transparent),color-stop(0.75,transparent),color-stop(0.75,rgba(0,0,0,0.15)),to(rgba(0,0,0,0.15)));
  background-image: -webkit-linear-gradient(right top,transparent 0%,transparent 25%,rgba(0,0,0,0.15) 25%,rgba(0,0,0,0.15) 50%,transparent 50%,transparent 75%,rgba(0,0,0,0.15) 75%,rgba(0,0,0,0.15) 100%);
  background-image: -moz-linear-gradient(left bottom,transparent 0%,transparent 25%,rgba(0,0,0,0.15) 25%,rgba(0,0,0,0.15) 50%,transparent 50%,transparent 75%,rgba(0,0,0,0.15) 75%,rgba(0,0,0,0.15) 100%);
  background-image: -ms-linear-gradient(right bottom,transparent 0%,transparent 25%,rgba(0,0,0,0.15) 25%,rgba(0,0,0,0.15) 50%,transparent 50%,transparent 75%,rgba(0,0,0,0.15) 75%,rgba(0,0,0,0.15) 100%);
  background-image: -o-linear-gradient(right bottom,transparent 0%,transparent 25%,rgba(0,0,0,0.15) 25%,rgba(0,0,0,0.15) 50%,transparent 50%,transparent 75%,rgba(0,0,0,0.15) 75%,rgba(0,0,0,0.15) 100%);
  background-image: linear-gradient(right bottom,transparent 0%,transparent 25%,rgba(0,0,0,0.15) 25%,rgba(0,0,0,0.15) 50%,transparent 50%,transparent 75%,rgba(0,0,0,0.15) 75%,rgba(0,0,0,0.15) 100%);
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  -ms-background-size: 3px 3px;
  -o-background-size: 3px 3px;
  background-size: 3px 3px;
}
.ribbon-start,
.ribbon,
.ribbon-end {
  height: 50px;
  float: left;
  position: relative;
  width: 15%;
}
.ribbon-start {
  margin-left: 10px;
}
.ribbon-start,
.ribbon-end {
  overflow: hidden;
}
.ribbon {
  margin: 0 -10px;
  top: -10px;
  width: 70%;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(147,147,147,0.9);
  -moz-box-shadow: 0px 0px 2px 0px rgba(147,147,147,0.9);
  box-shadow: 0px 0px 2px 0px rgba(147,147,147,0.9);
}
.ribbon:after,
.ribbon:before {
  border-top: 10px solid rgba(255,255,255,0.5);
  bottom: -10px;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.ribbon:after {
  border-left: 10px solid transparent;
  left: 0;
}
.ribbon:before {
  border-right: 10px solid transparent;
  right: 0;
}
.ribbon-start:after,
.ribbon-start:before,
.ribbon-end:after,
.ribbon-end:before {
  content: '';
  height: 50px;
  position: absolute;
  top: 0;
  width: 50px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ribbon-start:after,
.ribbon-end:after {
  background: #fff;
}
.ribbon-start:after {
  left: -20px;
}
.ribbon-end:after {
  right: -20px;
}
.ribbon-start:before,
.ribbon-end:before {
  background: rgba(0,0,0,0.5);
}
.ribbon-start:before {
  left: -19px;
}
.ribbon-end:before {
  right: -19px;
}
@-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%);
  }
}
.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 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#vina_pricing_table ul li {
  padding: 15px 0;
  font-size: 18px;
  margin: 10px 0;
  font-weight: 300;
}
.price-table {
  text-align: center;
  margin: 0 20px;
  padding: 10px 0;
  font-family: 'Futura LT Book';
}
.price-table .price-title {
  font-weight: 300;
  font-size: 24px;
}
.price-table .price-plan {
  line-height: 80px;
  font-weight: 400;
  font-size: 48px;
  margin: 0 -20px;
  position: relative;
  color: #fff;
}
.price-table .price-plan:before,
.price-table .price-plan:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -20px;
  border-width: 10px;
  border-style: solid;
}
.price-table .price-plan:before {
  left: 0;
}
.price-table .price-plan:after {
  right: 0;
}
.price-table .price-plan span {
  font-size: 30px;
}
#vina_company h3 {
  text-align: center;
}
#vina_company .company-des {
  background: #0977E3;
  color: #fff;
  font-family: 'Futura LT Book';
  float: left;
  margin-bottom: 40px;
  position: relative;
}
#vina_company .company-des > div {
  padding: 20px;
}
#vina_company .company-des .popover {
  padding: 0;
  position: relative;
  display: block;
  max-width: 100%;
  border: none;
}
#vina_company .company-des .popover .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,0.25);
  border-bottom-width: 0;
}
#vina_company .sp-team {
  padding: 35px 30px 0;
}
#vina_company .sp-team .sp-member {
  font-family: 'Futura LT Book';
}
#vina_company .sp-team .sp-member h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 14px;
  color: #656565;
}
#vina_company .sp-team .sp-member .sp-designation {
  font-weight: bold;
}
#vina_company .sp-team .sp-member .image-wrapper {
  position: relative;
}
#vina_company .sp-team .sp-member .image-wrapper img.img-thumbnail {
  border: 3px solid #f0ece1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: -3px;
}
#vina_company .sp-team .sp-member .social-icons {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  right: 0;
  margin-right: -15px;
}
#vina_company .sp-team .sp-member .social-icons a {
  display: block;
  margin-bottom: 5px;
}
#vina_company .sp-team .sp-member .social-icons a i {
  font-size: 13px;
  text-align: center;
  padding: 0;
  width: 28px;
  height: 28px;
  line-height: 23px;
  display: inline-block;
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
#vina_company .sp-team .sp-member .social-icons a i.icon-facebook {
  color: #527ebf;
  border: 3px solid #527ebf;
}
#vina_company .sp-team .sp-member .social-icons a i.icon-facebook:hover {
  background: #527ebf;
  color: #fff;
}
#vina_company .sp-team .sp-member .social-icons a i.icon-twitter {
  color: #1abfdf;
  border: 3px solid #1abfdf;
}
#vina_company .sp-team .sp-member .social-icons a i.icon-twitter:hover {
  background: #1abfdf;
  color: #fff;
}
#vina_company .sp-team .sp-member .social-icons a i.icon-google-plus {
  color: #d74a38;
  border: 3px solid #d74a38;
}
#vina_company .sp-team .sp-member .social-icons a i.icon-google-plus:hover {
  background: #d74a38;
  color: #fff;
}
#vina_company .sp-team .sp-member .social-icons a i.icon-envelope {
  color: #666;
  border: 3px solid #666;
}
#vina_company .sp-team .sp-member .social-icons a i.icon-envelope:hover {
  background: #666;
  color: #fff;
}
#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: 20px;
}
#vina_about_us .history {
  font-family: 'Futura LT Book';
}
#vina_about_us .history .media {
  margin: 0;
}
#vina_about_us .history .history-date {
  text-align: center;
  padding: 20px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #e8e8e8;
  margin-bottom: 50px;
  margin-right: 30px;
  position: relative;
  float: left;
}
#vina_about_us .history .history-date span {
  font-size: 18px;
  color: #828282;
  font-weight: 700;
}
#vina_about_us .history .history-date:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 50px;
  background: #e8e8e8;
  top: 100%;
  left: 50%;
}
#vina_about_us .history .top span {
  color: #fff;
}
#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: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_porfolio {
  margin-left: 0;
  margin-top: 15px;
}
#vina_porfolio .gallery-filters {
  width: 100%;
  text-align: center;
  margin-bottom: 46px;
}
#vina_porfolio .gallery-filters a.btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 2px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 5px;
  padding: 10px 14px;
  background: transparent;
  color: #999;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  float: left;
}
#vina_porfolio .gallery-filters a.btn:focus {
  outline: none;
}
#vina_porfolio_2 ul {
  list-style: none;
  margin: 0;
  width: 100%;
  float: left;
}
#vina_porfolio_2 ul li {
  float: left;
}
#vina_porfolio_2 #filter ul li {
  float: left;
  width: 25%;
}
ul#vina_gallery {
  margin: 10px 0px 0px 0px;
  text-align: center;
}
ul#vina_gallery .item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 3px;
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  -o-perspective: 300px;
  -ms-perspective: 300px;
  perspective: 300px;
}
ul#vina_gallery .item .item-info {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
ul#vina_gallery .item .item-info .item-img {
  background-position: center center;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
ul#vina_gallery .item .item-info .item-img a {
  padding: 0;
  border: none;
  background: none;
}
ul#vina_gallery .item .item-info .item-img:focus {
  outline: none;
}
ul#vina_gallery .item .item-info .item-img img {
  width: 100%;
  display: block;
}
ul#vina_gallery .item .gallery-info {
  position: relative;
  position: absolute;
  top: 0;
  opacity: 0 !important;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  text-align: center;
  font-size: 14px;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
  -moz-transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
  -o-transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
  transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
}
ul#vina_gallery .item .gallery-info .link-wrapper {
  margin-top: 43px;
  margin-bottom: 20px;
}
ul#vina_gallery .item .gallery-info .link-wrapper a {
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
}
ul#vina_gallery .item .gallery-info .info {
  padding: 0 30px;
  line-height: 24px;
}
ul#vina_gallery .item .gallery-info .info h3.title {
  font-weight: bold;
  margin-bottom: 10px;
}
ul#vina_gallery .item:hover .gallery-info {
  opacity: 1 !important;
  -webkit-transform: rotate3d(1,0,0,0deg);
  -moz-transform: rotate3d(1,0,0,0deg);
  -o-transform: rotate3d(1,0,0,0deg);
  transform: rotate3d(1,0,0,0deg);
}
ul#vina_gallery .item:hover .item-img {
  -webkit-transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  -moz-transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  -o-transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  opacity: 0;
}
ul#vina_gallery .view {
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
}
ul#vina_gallery .view img {
  display: block;
  position: relative;
}
ul#vina_gallery .view .mask,
ul#vina_gallery .view .content {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
ul#vina_gallery .view .mask-1,
ul#vina_gallery .view .mask-2 {
  height: 500px;
  width: 500px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
ul#vina_gallery .view .mask-1 {
  left: auto;
  right: 0;
  -webkit-transform: rotate(53deg) translateX(-235px);
  -moz-transform: rotate(53deg) translateX(-235px);
  -o-transform: rotate(53deg) translateX(-235px);
  transform: rotate(53deg) translateX(-235px);
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
ul#vina_gallery .view .mask-2 {
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(53deg) translateX(235px);
  -moz-transform: rotate(53deg) translateX(235px);
  -o-transform: rotate(53deg) translateX(235px);
  transform: rotate(53deg) translateX(235px);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
ul#vina_gallery .view .content {
  background: rgba(0,0,0,0.9);
  height: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transform: rotate(-33.5deg) translate(-235px,166px);
  -moz-transform: rotate(-33.5deg) translate(-235px,166px);
  -o-transform: rotate(-33.5deg) translate(-235px,166px);
  transform: rotate(-33.5deg) translate(-235px,166px);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: all 0.4s ease-in-out 0.3s;
  -moz-transition: all 0.4s ease-in-out 0.3s;
  -o-transition: all 0.4s ease-in-out 0.3s;
  transition: all 0.4s ease-in-out 0.3s;
}
ul#vina_gallery .view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  margin: 20px 0 0 0;
  background: transparent;
  margin-top: 5px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
ul#vina_gallery .view p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #fff;
  padding: 10px 20px 20px;
  text-align: center;
}
ul#vina_gallery .view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}
ul#vina_gallery .view:hover .mask-1,
ul#vina_gallery .view:hover .view-ninth:hover .mask-2 {
  -webkit-transform: rotate(53deg) translateX(1px);
  -moz-transform: rotate(53deg) translateX(1px);
  -o-transform: rotate(53deg) translateX(1px);
  transform: rotate(53deg) translateX(1px);
}
ul#vina_gallery .view:hover .mask-2 {
  -webkit-transform: rotate(53deg) translateX(-1px);
  -moz-transform: rotate(53deg) translateX(-1px);
  -o-transform: rotate(53deg) translateX(-1px);
  transform: rotate(53deg) translateX(-1px);
}
ul#vina_gallery .view:hover .content {
  width: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
  top: 40px;
  -webkit-transform: rotate(0deg) translate(0,0);
  -moz-transform: rotate(0deg) translate(0,0);
  -o-transform: rotate(0deg) translate(0,0);
  transform: rotate(0deg) translate(0,0);
  padding-bottom: 10px;
}
#vina_faq .accordion-group {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina_faq .accordion-heading .accordion-toggle {
  height: auto;
  line-height: 45px;
  color: #656565;
  background: #f2f2f2;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  font-size: 18px;
  overflow: hidden;
}
#vina_faq .accordion-heading .accordion-toggle i {
  height: 45px;
  width: 30px;
  background: #999999;
  line-height: 45px;
  text-align: center;
  color: #fff;
}
#vina_faq .accordion-inner {
  border: 1px solid #ccc;
  border-top: none;
}
#vina_faq span.number {
  height: 45px;
  width: 30px;
  display: inline-block;
  color: #fff;
  text-align: center;
  margin-right: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#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: 16px;
}
#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: 20px 0 0;
  display: block;
  width: 100%;
}
#vina_contact_us .map span em {
  display: inline-block;
  margin-right: 2px;
  width: 20px;
}
#vina_contact_us .map span.contact {
  margin-bottom: 12px;
}
#vina_contact_us 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;
}
.vina-service-page .vina-service-item {
  font-family: 'Futura LT Book';
  position: relative;
  padding-bottom: 30px;
}
.vina-service-page .vina-service-item .media {
  cursor: pointer;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 600ms;
  -moz-transition: 600ms;
  -o-transition: 600ms;
  transition: 600ms;
}
.vina-service-page .vina-service-item .media h2 {
  font-size: 45px;
  font-weight: normal;
  line-height: 65px;
}
.vina-service-page .vina-service-item .media:hover .sp-blocknumber {
  -webkit-animation: bounceIn 0.7s ease-in-out;
  -moz-animation: bounceIn 0.7s ease-in-out;
  -ms-animation: bounceIn 0.7s ease-in-out;
  animation: bounceIn 0.7s ease-in-out;
}
.vina-service-page .vina-service-item .sp-blocknumber {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 5px 0 5px 60px;
  background: url(../images/medical_background/block-shadow.png) 50% 72px no-repeat;
  margin-right: 15px;
}
.vina-service-page .vina-service-item .sp-blocknumber span {
  position: relative;
  top: 0;
  left: 0;
  border: 5px solid #dcdcdc;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 36px;
}
@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 #sp-message-area.span6 #vina_about_us .row-fluid [class*="span"] {
    width: 100%;
    margin: 0;
  }
  .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;
  }
  .responsive ul#vina_gallery .view:hover .content {
    top: 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;
  }
  .responsive #vina_porfolio_2 #filter ul li {
    width: 33%;
  }
  .responsive ul#vina_gallery .item .gallery-info .info .description {
    display: none;
  }
  .responsive ul#vina_gallery .view p {
    display: none;
  }
  .responsive ul#vina_gallery .view:hover .content {
    top: 20%;
  }
}
@media (max-width: 767px) {
  .responsive #vina_company .img-polaroid {
    margin: 10px auto;
  }
  .responsive ul#vina_gallery .item .gallery-info .info h3.title {
    font-size: 15px;
  }
  .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;
  }
  .responsive #vina_porfolio_2 ul li {
    width: 50%;
  }
  .responsive #vina_porfolio_2 #filter ul li {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .responsive #vina_porfolio .gallery-filters a.btn {
    padding: 5px 10px;
    font-size: 14px;
  }
  .responsive ul#vina_gallery .item .gallery-info .info h3.title {
    display: none;
  }
  .responsive #vina_faq .accordion-heading .accordion-toggle {
    padding: 0 20px;
  }
  .responsive #vina_faq .accordion-heading .accordion-toggle i {
    margin-right: -20px;
  }
  .responsive #vina_faq span.number {
    margin-left: -20px;
    margin-right: 0;
  }
  .responsive #vina_porfolio_2 #filter ul li {
    width: 100%;
  }
}
@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_contact_us .contact_us,
  .responsive #vina_contact_us .map {
    padding-left: 10px;
    padding-right: 10px;
  }
  .responsive ul#vina_gallery .item .gallery-info .link-wrapper {
    margin-top: 28px;
  }
  .responsive #vina_faq .accordion-heading .accordion-toggle {
    font-size: 16px;
  }
  .responsive #vina_porfolio_2 ul li {
    width: 100%;
  }
}
@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: 1300px) {
  .responsive .vina-blogs .media-body {
    overflow: visible;
  }
  .responsive .vina-blogs .moduleItemDateCreated {
    margin-top: 10px;
    display: inline-block;
  }
  .responsive #sp-feature-wrapper .vina-awesome-slider .ws-title {
    max-width: 437px !important;
    top: 100px;
    right: 50px;
  }
  .responsive #sp-feature-wrapper .vina-awesome-slider .ws-title span {
    font-size: 28px;
  }
  .responsive #sp-feature-wrapper .vina-awesome-slider .ws-title p {
    font-size: 14px;
  }
  .responsive #sp-feature-wrapper .vina-awesome-slider .ws-title .vina-link {
    float: right;
  }
  .responsive #sp-team-wrapper #team #sp-team2 .carousel .testimonials .testimonials-main span {
    line-height: 56px;
  }
  .responsive #sp-pay-wrapper #pay .medical-pay .row-fluid [class*="span"] {
    width: 32.624%;
  }
  .responsive #sp-promotion-wrapper #promotion h1 {
    margin-top: 0;
  }
  .responsive #sp-bottom-wrapper #sp-bottom2 .k2ItemsBlock ul li .moduleItemIntrotext {
    line-height: 20px;
  }
  .responsive #sp-main-body-wrapper #sp-right .module.vina-categories .k2CategoriesListBlock ul >li ul >li {
    line-height: 40px;
    font-size: 15px;
  }
}
@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 .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;
  }
  .responsive #k2Container.itemView h1.itemTitle {
    margin-right: 60px;
  }
  .responsive #k2Container.itemListView .catItemTitle {
    margin-right: 40px;
    font-size: 22px;
  }
  .responsive #k2Container.itemListView .vina-category-title {
    font-size: 26px;
  }
  .responsive #sp-position-wrapper {
    margin-top: 0 !important;
  }
  .responsive .vina-blogs .moduleItemImage {
    width: 100%;
    margin-right: 0;
  }
  .responsive .vina-blogs .moduleItemImage img {
    width: 100%;
  }
  .responsive .vina-blogs .moduleItemTitle {
    display: inline-block;
    min-height: 0;
    margin-top: 5px;
  }
  .responsive .vina-blogs .moduleItemDateCreated {
    margin-top: 0;
  }
  .responsive .vina-blogs .media-heading {
    margin: 0;
  }
  .responsive #sp-position-wrapper #position {
    margin-top: 10px !important;
  }
  .responsive #sp-position-wrapper #position .position {
    font-size: 12px;
  }
  .responsive #sp-position-wrapper #position .position h3 {
    font-size: 16px;
  }
  .responsive .vina-awesome-slider .ws_bullets {
    bottom: 0px !important;
  }
  .responsive #sp-promotion-wrapper #promotion .promotion-link a {
    text-align: left;
    padding: 20px 15px;
  }
  .responsive #sp-main-body-wrapper #k2Container.itemView .itemHeader .vinaHeader h1.itemTitle {
    font-size: 26px;
  }
  .responsive #sp-main-body-wrapper #k2Container.itemListView .itemList .vina_catHeader h2.catItemTitle {
    font-size: 24px;
  }
  .responsive #sp-main-body-wrapper #k2Container.itemListView .itemList .catItemfooter ul li {
    margin-right: 20px;
  }
  .responsive #sp-pay-wrapper #pay .medical-pay .row-fluid [class*="span"] {
    width: 32.394%;
  }
  .responsive #sp-bottom-wrapper {
    line-height: 24px;
  }
  .responsive #sp-bottom-wrapper h3.header {
    font-size: 20px;
  }
  .responsive #sp-bottom-wrapper #sp-bottom2 .k2ItemsBlock ul li .moduleItemIntrotext {
    line-height: 19px;
  }
  .responsive #sp-bottom-wrapper ul.about li {
    line-height: 24px;
  }
  .responsive #sp-bottom-wrapper #sp-bottom3 iframe {
    height: 300px !important;
  }
  .responsive #sp-feature-wrapper .vina-camera-slider .camera_wrap {
    max-height: 500px;
  }
  .responsive #sp-feature-wrapper .vina-camera-slider .camera_wrap img {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .responsive #sp-feature-wrapper .vina-camera-slider .camera_caption {
    right: 0 !important;
    top: 100px !important;
  }
  .responsive #sp-feature-wrapper .vina-camera-slider .camera_pag {
    bottom: 20px !important;
  }
  .responsive #sp-team-wrapper #team h3.header span {
    font-size: 30px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .responsive #sp-main-body-wrapper #sp-right .module.vina-comment .carousel .carousel-control,
  .responsive #sp-main-body-wrapper #sp-left .module.vina-comment .carousel .carousel-control {
    top: -10px;
  }
  .responsive #sp-position-wrapper #position .position ul li {
    overflow: hidden;
  }
  .responsive #sp-services-wrapper #services .price-table .price-plan {
    font-size: 28px;
  }
  .responsive #sp-services-wrapper #services ul li {
    margin: 0;
    display: inline-block;
    float: left;
    padding: 10px 0px;
    text-align: center;
    width: 100%;
  }
  .responsive #sp-services-wrapper #services ul li span {
    float: left;
    width: 100%;
  }
  .responsive #sp-team-wrapper #team #sp-team2 .carousel .testimonials .testimonials-main span {
    line-height: 35px;
    font-size: 55px;
  }
  .responsive #sp-team-wrapper #team #sp-team2 .carousel .carousel-control {
    top: 80px;
  }
  .responsive #sp-pay-wrapper #pay .medical-pay .row-fluid [class*="span"] h3 {
    font-size: 19px;
  }
  .responsive #sp-support-wrapper h3 {
    font-size: 14px;
    line-height: 27px;
  }
  .responsive .ribbon-start,
  .responsive .ribbon-end {
    width: 23%;
  }
  .responsive .ribbon {
    width: 54%;
  }
  .responsive #sp-main-body-wrapper #k2Container.itemListView .itemList .vina_catHeader h2.catItemTitle {
    margin: 0;
  }
  .responsive #sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors .catItemView .catItemBody .catItemImageBlock .catItemInfo h2.catItemTitle {
    margin-top: 0;
    margin-left: 5px;
  }
  .responsive #sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors .catItemView .catItemBody .catItemImageBlock .catItemInfo h2.catItemTitle span.color {
    font-size: 14px;
    margin-right: 0;
  }
  .responsive #sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors .catItemView .catItemBody .catItemImageBlock .catItemInfo .cate-ul-rate-li-cate {
    margin-left: 5px;
  }
  .responsive #sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors:hover .catItemView .catItemBody .catItemImageBlock .img-hover-doctor {
    width: 58px;
    height: 58px;
  }
  .responsive #sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors:hover .catItemView .catItemBody .catItemImageBlock .img-hover-doctor .img-hover-doctor-inner {
    padding-top: 20%;
    height: 80%;
  }
  .responsive #sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors .catItemView .catItemBody .catItemIntroText {
    padding: 0 5px;
  }
  .responsive #sp-main-body-wrapper #sp-right .module h3.header {
    font-size: 17px;
  }
  .responsive #sp-main-body-wrapper #sp-right .module h3.header:before {
    font-size: 17px;
    margin-right: 0;
  }
  .responsive #sp-main-body-wrapper #sp-right .module.r-k2-comment .carousel .item .lcComment {
    padding: 10px 25px;
  }
}
@media (max-width: 767px) {
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    max-width: 600px;
    min-width: 180px;
    padding: 0 20px;
  }
  .responsive .vina-blogs .media-body {
    overflow: hidden;
  }
  .responsive .vina-blogs .moduleItemImage {
    width: auto;
    float: left;
    margin-right: 10px;
  }
  .responsive .vina-blogs .moduleItemTitle {
    display: block;
    min-height: 55px;
    margin-top: 0px;
  }
  .responsive .vina-blogs .moduleItemDateCreated {
    margin-top: 0;
  }
  .responsive .vina-blogs .media-heading {
    margin: 0 0 5px;
  }
  .responsive #sp-services-wrapper #services #sp-services1 {
    padding-left: 0px;
  }
  .responsive #sp-services-wrapper #services h3.header {
    margin-top: 20px;
  }
  .responsive #sp-promotion-wrapper #promotion h1 {
    font-size: 24px;
    margin: 0;
    line-height: 30px;
  }
  .responsive #sp-promotion-wrapper #promotion .promotion-content {
    width: 100%;
    text-align: center;
  }
  .responsive #sp-promotion-wrapper #promotion .promotion-link {
    width: 100%;
    text-align: center;
  }
  .responsive #sp-team-wrapper #team #sp-team2 .carousel .carousel-control {
    top: 50px;
  }
  .responsive #sp-pay-wrapper #pay .medical-pay .row-fluid [class*="span"] {
    width: 100%;
    float: left;
    margin: 0;
    margin-bottom: 10px;
  }
  .responsive #sp-bottom-wrapper .module {
    margin-bottom: 20px;
  }
  .responsive #sp-position-wrapper #position .position {
    font-size: 15px;
  }
  .responsive #sp-position-wrapper #position .position h3 {
    font-size: 20px;
  }
  .responsive .module h3 {
    margin: 10px 0px;
  }
  .responsive #sp-main-body-wrapper .post .abo-text #myCarousel {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .responsive #sp-main-body-wrapper .post .abo-text h2 {
    font-size: 21px;
    line-height: normal;
  }
  .responsive #sp-main-body-wrapper .post .tab {
    margin-left: 0;
  }
  .responsive #sp-main-body-wrapper .post .tab .tabbale .tab-img {
    position: relative;
    display: block;
    margin: 0 auto;
    top: 0;
    left: 0;
  }
  .responsive #sp-main-body-wrapper .post .tab .tabbale .tab-content {
    margin-top: 10px;
    padding-left: 10px;
  }
  .responsive #sp-main-body-wrapper #k2Container.itemView .itemContentFooter {
    text-align: left;
  }
  .responsive #sp-main-body-wrapper #k2Container.itemView .itemContentFooter .itemDateModified {
    margin-left: 10px;
    line-height: 30px;
  }
  .responsive #sp-main-body-wrapper #k2Container.itemView .itemHeader .vinaHeader h1.itemTitle {
    font-size: 22px;
    margin: 0;
  }
  .responsive #sp-main-body-wrapper #k2Container.itemView .itemBody .itemImageBlock {
    width: 100%;
    padding: 15px 0;
  }
  .responsive #sp-main-body-wrapper #k2Container.itemView .itemBody .itemImageBlock span.itemImage {
    width: 80%;
    margin: 0 auto;
  }
  .responsive #sp-main-body-wrapper #k2Container.itemView.our-doctors #gallery-doctors ul.gallery li {
    width: 50% !important;
  }
  .responsive #sp-main-body-wrapper #k2Container.itemListView .itemList .vina_catHeader h2.catItemTitle {
    font-size: 22px;
    margin: 0;
  }
  .responsive #sp-main-body-wrapper #k2Container.itemListView .itemList .catItemBody .catItemImageBlock {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .responsive #sp-main-body-wrapper #k2Container.itemListView .itemList .catItemBody .catItemImageBlock .catItemImage a {
    float: none;
    display: block;
  }
  .responsive #sp-main-body-wrapper #k2Container.itemListView .itemList .catItemBody .catItemImageBlock .catItemImage a img {
    width: 100% !important;
  }
  .responsive #sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors {
    width: 60%;
    margin: 0 auto 20px;
  }
  .responsive #sp-main-body-wrapper #k2Container.itemListView .itemList .itemContainer.our-list-doctors .catItemView .catItemBody .catItemImageBlock .img-hover-doctor {
    left: 31%;
  }
  .responsive #sp-main-body-wrapper #k2Container.tagView .tagItemList .tagItemView .tagItemHeader h2.tagItemTitle {
    font-size: 22px;
  }
  .responsive #sp-main-body-wrapper #k2Container.userView .userItemList .userItemView .userItemHeader h3.userItemTitle {
    font-size: 21px;
  }
  .responsive #sp-main-body-wrapper #sp-right .module.r-k2-content ul li {
    float: left;
  }
  .responsive #sp-main-body-wrapper #sp-right .module.r-k2-content ul li .moduleItemIntrotext ul.info {
    width: 45%;
    float: left;
  }
  .responsive #sp-feature-wrapper .vina-camera-slider .camera_wrap {
    max-height: 440px;
  }
  .responsive .vina-form .well {
    float: none;
  }
  .responsive #sp-main-body-wrapper .blog .item .post h2.entry-title {
    font-size: 24px;
    line-height: 30px;
  }
  .responsive #sp-services-wrapper #services ul {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .responsive .row-offcanvas-left
		.sidebar-offcanvas {
    left: -80%;
  }
  .responsive .row-offcanvas-left.active {
    left: 80%;
  }
  .responsive .sidebar-offcanvas {
    width: 80%;
  }
  .responsive #sp-feature {
    margin-top: 0 !important;
  }
  .responsive .vina-item-last ul {
    margin: 0;
  }
  .responsive #k2Container.itemListView .itemList .itemContainer .catItemImageBlock {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .responsive #k2Container.itemListView .itemList .itemContainer .catItemImageBlock img {
    width: 100% !important;
  }
  .responsive #sp-feature-wrapper .vina-awesome-slider .ws-title span {
    padding: 20px;
  }
  .responsive #sp-feature-wrapper .vina-awesome-slider .ws-title p {
    display: none;
  }
  .responsive #sp-feature-wrapper .vina-camera-slider .camera_caption {
    max-width: 440px !important;
    top: 50px !important;
  }
  .responsive #sp-feature-wrapper .vina-camera-slider .camera_caption h3 {
    font-size: 24px;
  }
  .responsive #sp-feature-wrapper .vina-camera-slider .camera_caption p {
    display: none;
  }
  .responsive #sp-header-wrapper {
    position: inherit;
  }
  .responsive #sp-breadcrumb-wrapper {
    margin-top: 0 !important;
  }
  .responsive #sp-main-body-wrapper #k2Container.itemView .itemHeader .vinaHeader h1.itemTitle {
    padding: 0;
  }
  .responsive #sp-main-body-wrapper #k2Container.itemListView .itemList .vina_catHeader h2.catItemTitle {
    padding: 0;
  }
  .responsive #sp-main-body-wrapper #k2Container.tagView .tagItemList .tagItemView .tagItemHeader h2.tagItemTitle {
    padding: 0;
  }
}
@media (max-width: 479px) {
  .responsive .container {
    padding: 0 10px;
  }
  .responsive #k2Container.itemView .itemHeader .itemDateCreated {
    height: 70px;
    width: 70px;
  }
  .responsive #k2Container.itemView .itemHeader .itemDateCreated span.vina_d {
    font-size: 14px;
  }
  .responsive #k2Container.itemView .itemHeader .itemDateCreated span.vina_m {
    font-size: 12px;
  }
  .responsive #k2Container.itemView .itemHeader .itemDateCreated span.vina_y {
    font-size: 14px;
  }
  .responsive #k2Container.itemView .itemHeader h1.itemTitle {
    font-size: 18px;
    line-height: 24px;
    padding-top: 0;
  }
  .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 #sp-header-wrapper .container {
    margin: 0 10px;
  }
  .responsive #sp-header-wrapper [class*="span"] {
    width: 100%;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    float: right;
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .responsive #sp-header-wrapper .logo-wrapper {
    padding: 0 10px;
  }
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    background-size: 100% 100%;
    background-position: 50%;
    width: auto !important;
  }
  .responsive #sp-header-wrapper .vina-menu {
    color: #fff;
    position: absolute !important;
    float: left;
    width: 100% !important;
    height: 100%;
    padding: 0px !important;
    margin: 0 !important;
    border: none;
    top: 0 !important;
    left: 0 !important;
  }
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    margin-left: 0;
  }
  .responsive .sp-main-menu-toggler {
    width: 76% !important;
    padding-left: 12%;
    padding-right: 12%;
    left: 0;
    border: none;
    bottom: 0;
    top: auto !important;
  }
  .responsive #sp-feature-wrapper .vina-awesome-slider .ws-title {
    display: none !important;
  }
  .responsive #sp-feature-wrapper .vina-camera-slider .camera_caption {
    display: none !important;
  }
  .responsive .vina-form {
    width: 100%;
  }
  .responsive .registration .vina-form .well .vina-control select,
  .responsive .registration .vina-form .well .vina-control textarea,
  .responsive .registration .vina-form .well .vina-control input[type="text"],
  .responsive .registration .vina-form .well .vina-control input[type="password"],
  .responsive .registration .vina-form .well .vina-control input[type="datetime"],
  .responsive .registration .vina-form .well .vina-control input[type="datetime-local"],
  .responsive .registration .vina-form .well .vina-control input[type="date"],
  .responsive .registration .vina-form .well .vina-control input[type="month"],
  .responsive .registration .vina-form .well .vina-control input[type="time"],
  .responsive .registration .vina-form .well .vina-control input[type="week"],
  .responsive .registration .vina-form .well .vina-control input[type="number"],
  .responsive .registration .vina-form .well .vina-control input[type="email"],
  .responsive .registration .vina-form .well .vina-control input[type="url"],
  .responsive .registration .vina-form .well .vina-control input[type="search"],
  .responsive .registration .vina-form .well .vina-control input[type="tel"],
  .responsive .registration .vina-form .well .vina-control input[type="color"],
  .responsive .registration .vina-form .well .vina-control .uneditable-input {
    width: 80%;
  }
  .responsive #sp-main-body-wrapper #k2Container.itemView .itemHeader .vinaHeader h1.itemTitle {
    font-size: 18px;
  }
  .responsive #sp-main-body-wrapper #k2Container.itemListView .itemList .vina_catHeader h2.catItemTitle {
    font-size: 18px;
  }
  .responsive #sp-main-body-wrapper #k2Container.tagView .tagItemList .tagItemView .tagItemHeader h2.tagItemTitle {
    font-size: 18px;
  }
  .responsive #sp-main-body-wrapper #k2Container.userView .userItemList .userItemView .userItemHeader h3.userItemTitle {
    font-size: 18px;
  }
  .responsive #sp-main-body-wrapper .blog .item .post h2.entry-title {
    line-height: 22px;
  }
  .responsive #sp-main-body-wrapper .blog .item .post h2.entry-title a {
    font-size: 18px;
  }
  .responsive #sp-main-body-wrapper .post .page-header {
    line-height: 22px;
  }
  .responsive #sp-main-body-wrapper .post .page-header a {
    font-size: 18px;
  }
}
@media (max-width: 319px) {
  .responsive #k2Container.itemView .itemHeader h1.itemTitle {
    font-size: 16px;
    line-height: 20px;
    margin-right: 45px;
  }
  .responsive #k2Container.itemListView .vina-category-title {
    font-size: 18px;
  }
  .responsive .vina-blogs .moduleItemImage {
    float: left;
    margin: 0;
    width: 100%;
  }
  .responsive .vina-blogs .media-body {
    overflow: visible;
  }
  .responsive .vina-blogs .media-body .moduleItemTitle {
    overflow: visible;
  }
  .responsive #sp-feature-wrapper {
    display: none;
  }
  .responsive #sp-position-wrapper #position .position ul li {
    display: inline-block;
  }
  .responsive #sp-services-wrapper #services .price-table .price-plan {
    font-size: 28px;
  }
  .responsive #sp-services-wrapper #services ul li {
    margin: 0;
    display: inline-block;
    float: left;
    padding: 10px 0px;
    text-align: center;
    width: 100%;
  }
  .responsive #sp-services-wrapper #services ul li span {
    float: left;
    width: 100%;
  }
  .responsive #sp-team-wrapper #team h3.header span {
    font-size: 24px;
  }
  .responsive #sp-team-wrapper #team #sp-team1 .vina-scroller-k2 .toolbar .left,
  .responsive #sp-team-wrapper #team #sp-team1 .vina-scroller-k2 .toolbar .right {
    top: -35px;
  }
  .responsive #sp-team-wrapper #team #sp-team1 .vina-scroller-k2 .main-container .slider_holder ul li .slide {
    max-width: 220px !important;
  }
  .responsive #sp-team-wrapper #team #sp-team2 .carousel .carousel-control {
    top: 90px;
  }
  .responsive #sp-team-wrapper #team #sp-team2 .carousel .testimonials .testimonials-main span {
    line-height: 35px;
    font-size: 55px;
  }
  .responsive #sp-pay-wrapper #pay .medical-pay .row-fluid [class*="span"] h3 {
    font-size: 19px;
  }
  .responsive #sp-support-wrapper h3 {
    font-size: 15px;
    line-height: 17px;
  }
  .responsive .ribbon-start,
  .responsive .ribbon-end {
    width: 23%;
  }
  .responsive .ribbon {
    width: 54%;
  }
  .responsive .registration .vina-form .well .vina-control select,
  .responsive .registration .vina-form .well .vina-control textarea,
  .responsive .registration .vina-form .well .vina-control input[type="text"],
  .responsive .registration .vina-form .well .vina-control input[type="password"],
  .responsive .registration .vina-form .well .vina-control input[type="datetime"],
  .responsive .registration .vina-form .well .vina-control input[type="datetime-local"],
  .responsive .registration .vina-form .well .vina-control input[type="date"],
  .responsive .registration .vina-form .well .vina-control input[type="month"],
  .responsive .registration .vina-form .well .vina-control input[type="time"],
  .responsive .registration .vina-form .well .vina-control input[type="week"],
  .responsive .registration .vina-form .well .vina-control input[type="number"],
  .responsive .registration .vina-form .well .vina-control input[type="email"],
  .responsive .registration .vina-form .well .vina-control input[type="url"],
  .responsive .registration .vina-form .well .vina-control input[type="search"],
  .responsive .registration .vina-form .well .vina-control input[type="tel"],
  .responsive .registration .vina-form .well .vina-control input[type="color"],
  .responsive .registration .vina-form .well .vina-control .uneditable-input {
    width: 52%;
  }
}
.fixed .hidden-desktop {
  display: none;
}
