.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: #e9e9e9;
  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;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
body {
  font-size: 18px;
}
iframe {
  max-width: 100%;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus {
  outline: none !important;
  text-decoration: none;
}
p {
  margin-bottom: 20px;
}
.none {
  display: none !important;
}
.vina-row-fluid {
  width: 100%;
  float: left;
}
.text-uppercase {
  text-transform: uppercase;
}
.hidden {
  display: none !important;
}
i b {
  display: none;
}
.visible {
  visibility: visible !important;
}
.no-visible {
  visibility: hidden !important;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
.sp-mobile-menu {
  z-index: 10;
}
.sp-mobile-menu ul {
  width: 100% !important;
}
.sp-mobile-menu ul li {
  background: rgba(0,0,0,0.9);
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0,0,0,0.55);
}
#loader-wrapper #loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -ms-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#loader-wrapper #loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  -webkit-animation: spin 3s linear infinite;
  -moz-animation: spin 3s linear infinite;
  -ms-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader-wrapper #loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -ms-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
#sp-header-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  padding: 40px 0px;
  display: block;
  visibility: visible !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#sp-header-wrapper.shrink {
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: rgba(0,0,0,0.7);
  -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;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 30px;
  font-weight: bold;
  line-height: 38px;
}
#sp-header-wrapper .logo-wrapper .logo-text a {
  color: #fff;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper .search {
  margin-top: 10px;
}
#sp-header-wrapper .search form {
  margin: 0;
}
#sp-header-wrapper #header {
  visibility: visible !important;
}
.vina-logo .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
#vina-submit {
  text-transform: uppercase;
  font-weight: 700;
  height: 60px;
  -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;
  font-size: 18px;
  padding: 0px 40px;
  margin-right: 15px;
  margin-left: 15px;
  display: inline-block;
  box-shadow: inset 0px -5px 0px rgba(0,0,0,0.15);
  line-height: 60px;
}
#vina-title {
  font-size: 80px;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  line-height: 120px;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
}
.social-inner {
  overflow: hidden;
  float: left;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  margin-right: 10px;
  -webkit-transform: translateZ(0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.vina-text-inner {
  overflow: hidden;
  float: left;
  display: inline-block;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  position: relative;
}
.vina-text-inner .vina-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vina-text-inner .vina-text p {
  line-height: 200px;
}
.vina-text-inner .vina-text p strong,
.vina-text-inner .vina-text p span {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.body-innerwrapper {
  overflow-x: hidden;
  position: relative;
}
body.featured #sp-main-body-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}
#sp-feature-wrapper {
  text-align: center;
  position: relative;
  z-index: 1;
}
#sp-feature-wrapper #feature {
  color: #fff;
}
#sp-feature-wrapper #feature p {
  font-size: 24px;
  line-height: 120%;
  margin: 0 80px;
  margin-bottom: 20px;
}
#sp-feature-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 170px;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.vina-awesome-slider .ws-title {
  width: 100%;
  background: none !important;
  text-align: center;
  padding: 0 !important;
}
.vina-awesome-slider .ws-title .container span {
  font-size: 40px !important;
  font-weight: bold;
}
.vina-awesome-slider .ws-title .container h1 {
  font-family: 'PT Sans Narrow';
  font-size: 120px !important;
  color: #ffffff;
  text-transform: uppercase;
  margin: 30px 0 0 0;
  line-height: 140px;
}
.vina-awesome-slider .ws-title > span {
  display: none;
}
.vina-awesome-slider .caption-date {
  line-height: 60px;
  font-weight: 300;
  color: #ffffff;
  text-shadow: 1px 1px #000000;
  clear: both;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 0 0 0;
  display: block;
  position: relative;
  overflow: hidden;
  position: relative;
}
.vina-awesome-slider .caption-date span {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.vina-awesome-slider .caption-date span:before,
.vina-awesome-slider .caption-date span:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -100%;
  height: 5px;
  width: 100%;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  margin-top: -5px;
}
.vina-awesome-slider .caption-date span:after {
  left: auto;
  right: -100%;
}
.vina-awesome-slider .caption-submit {
  font-size: 14px;
  margin: 30px 0 0 0;
  overflow: hidden;
}
.scdp-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 500px;
  z-index: 99;
}
.scdp-wrapper-center {
  margin-bottom: 40px;
}
div.scdp-number-horz {
  margin: 0 !important;
  float: none !important;
}
.scdp-digits-wrapper {
  border: 1px solid #fff;
  padding: 5px 10px;
}
div.scdp-label-horz {
  float: left;
  height: auto !important;
  display: inline-block;
  width: 100%;
}
.scdp-unit-row {
  font-family: "Roboto";
  font-weight: bold;
}
div.sc-fx-wrapper {
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
}
div.scdp-digits-wrapper,
div.scdp-label-wrapper {
  top: 0 !important;
}
.vina-octogon {
  text-align: center;
  position: relative;
  overflow: hidden;
}
#sp-about-wrapper {
  position: relative;
  padding-bottom: 100px;
}
#sp-about-wrapper .lead {
  padding: 0px 100px;
}
.vina-about .about-info p {
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 18px;
}
.vina-about .about-img {
  padding: 5px 10px;
}
.vina-about .about-img img {
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.info-event .event-background {
  padding: 70px 0px;
}
.info-event .fact {
  text-transform: uppercase;
  vertical-align: middle;
  padding: 40px 0px;
}
.info-event .fact p {
  line-height: 20px;
  margin: 0;
}
.info-event .fact .title {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bold;
}
.info-event .fact .pi-counter {
  margin: 0;
}
.info-event .fact .pi-counter-count {
  line-height: 80px;
  font-size: 80px;
  margin: 0 0 20px;
}
.vina-service-list {
  margin-bottom: 30px;
}
.vina-service-list .vina-service-item {
  position: relative;
  margin-bottom: 40px;
}
.vina-service-list .vina-service-item .media {
  cursor: pointer;
  -webkit-transition: 600ms;
  -moz-transition: 600ms;
  -o-transition: 600ms;
  transition: 600ms;
  padding: 30px 0px;
}
.vina-service-list .vina-service-item .media h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 34px;
  margin-top: 0;
}
.vina-service-list .vina-service-item .media.feature {
  padding: 30px 30px;
}
.vina-service-list .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;
  margin-right: 15px;
  margin-left: 15px;
  position: relative;
}
.vina-service-list .vina-service-item .sp-blocknumber .circle {
  position: relative;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  line-height: 66px;
  font-size: 36px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
}
.media:hover .circles:before {
  -webkit-animation: spin 3s linear infinite;
  -moz-animation: spin 3s linear infinite;
  -ms-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
.media:hover .circles .circle:after {
  -webkit-animation: spin_inverse 3s linear infinite;
  -moz-animation: spin_inverse 3s linear infinite;
  -ms-animation: spin_inverse 3s linear infinite;
  animation: spin_inverse 3s linear infinite;
}
.about-submit {
  padding: 30px 0px;
}
h2.word-rotator-title {
  font-size: 34px;
  font-weight: 300;
  margin: 0 0 30px 0;
  line-height: 50px;
  overflow: hidden;
  text-align: center;
}
h2.word-rotator-title .inverted {
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
  min-height: 50px;
  -webkit-transform: rotateX(-180deg) \9;
  -o-transform: rotateX(-180deg) \9;
  transform: rotateX(-180deg) \9;
}
h2.word-rotator-title .inverted span {
  text-shadow: none !important;
}
.lead {
  text-align: center;
  margin-bottom: 30px;
}
.bg-overlay {
  overflow: hidden;
}
.bg-overlay:before {
  position: absolute;
  width: 100%;
  height: 170px;
  top: 0;
  left: 0;
  content: "";
}
.bg-overlay:after {
  position: absolute;
  width: 100%;
  height: 170px;
  bottom: 0;
  left: 0;
  content: "";
}
.bg-overlay-before {
  position: absolute;
  width: 100%;
  height: 170px;
  top: 0;
  left: 0;
  z-index: 9;
}
.bg-overlay-after {
  position: absolute;
  width: 100%;
  height: 170px;
  bottom: 0;
  left: 0;
  z-index: 9;
}
#sp-speakers-wrapper .vina-event-speakers {
  position: relative;
  padding-top: 200px;
  padding-bottom: 300px;
}
#sp-speakers-wrapper #sp-speakers {
  position: relative;
}
#sp-speakers-wrapper .vina-carousel-content .item {
  position: relative;
}
#sp-speakers-wrapper .vina-carousel-content .item .vina-item-link {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
}
#sp-speakers-wrapper .vina-carousel-content .item .vina-item-link img {
  width: 100%;
  float: left;
}
#sp-speakers-wrapper .vina-carousel-content .item .vina-item-link:after {
  content: "Readmore";
  position: absolute;
  top: 100px;
  left: 50%;
  width: 100px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: -50px;
  opacity: 0;
  z-index: 2;
  font-size: 14px;
}
#sp-speakers-wrapper .vina-carousel-content .item .text-block {
  position: absolute;
  bottom: -115px;
  left: 0;
  float: left;
  width: 100%;
  background: rgba(0,0,0,0.25);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
#sp-speakers-wrapper .vina-carousel-content .item:hover .text-block {
  bottom: 0px;
}
#sp-speakers-wrapper .vina-carousel-content .item:hover .vina-item-link:after {
  opacity: 1;
}
#sp-speakers-wrapper .vina-carousel-content .item:hover .image-block img {
  opacity: 0.5;
}
.vina-carousel-content .text-block {
  text-align: center;
}
.vina-carousel-content .text-block .caption {
  padding: 20px 0 0 0;
  overflow: hidden;
  font-size: 14px;
}
.vina-carousel-content .text-block .caption-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0 0 0 0;
}
.vina-carousel-content .text-block .caption-category {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 14px;
}
.mfp-container .gallery-content p {
  margin-bottom: 15px;
}
.mfp-container .gallery-content .info i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.mfp-container .gallery-info .info-media {
  margin-bottom: 15px;
}
.mfp-container .gallery-info .info-media .date {
  margin-right: 10px;
}
.mfp-container .gallery-info .info-media .category {
  margin-right: 10px;
}
.mfp-container .gallery-info .info-media i {
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.social-line {
  margin: 0;
  line-height: 30px;
  list-style: none;
  display: inline-block;
  text-align: center;
  -webkit-transform: translateZ(0);
  margin: 10px 0px;
}
.social-line li {
  overflow: hidden;
  float: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.social-line li a {
  width: 100%;
  display: inline-block;
}
.social-line li a i {
  display: inline-block;
}
.social-line.preset {
  margin-bottom: 0px;
}
#sp-venue-wrapper {
  padding-bottom: 100px;
  position: relative;
}
#sp-venue-wrapper #vina-title {
  margin-bottom: 60px;
}
.vina-venue .vina-awesome-slider {
  z-index: 0;
}
.vina-venue .vina-awesome-slider .ws_bullets {
  bottom: 25px;
}
.vina-venue .vina-awesome-slider .ws_bullets a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.vina-venue .vina-awesome-slider .ws_bullets .ws_bulframe {
  display: none !important;
}
.vina-venue .venue-hotel {
  position: relative;
}
.vina-venue .venue-hotel img {
  width: 100%;
}
.vina-venue .venue-hotel .hotel-info {
  position: absolute;
  top: 70px;
  right: 30px;
  width: 35%;
}
.vina-venue .content {
  padding: 50px 20px 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 250px;
}
.vina-venue .content h4 {
  font-size: 24px;
  line-height: 40px;
  margin: 0;
  height: 40px;
  position: absolute;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 20px;
  top: -20px;
  width: 150px;
}
.vina-venue .content p {
  margin-bottom: 10px;
  line-height: 24px;
}
.vina-venue .car ul {
  margin: 0;
  list-style: none;
}
.vina-venue .car ul li {
  line-height: 24px;
  margin-bottom: 10px;
}
.vina-venue .hotel .name {
  font-size: 50px;
  line-height: 50px;
}
.vina-venue .hotel i {
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
#sp-location-wrapper .vina-location {
  position: relative;
  padding-top: 200px;
  padding-bottom: 300px;
}
#sp-location-wrapper .bg-overlay {
  z-index: 9;
}
#sp-location-wrapper .row-fluid {
  visibility: visible !important;
}
#sp-location-wrapper #vina-title {
  font-size: 28px;
  text-align: left;
  line-height: 60px;
}
.vina-location .location-map {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.vina-location .location-map #sp_simple_map_canvas {
  max-height: 100%;
  min-height: 100%;
  height: 100% !important;
  width: 100%;
}
.vina-location .location-info {
  position: relative;
  font-size: 18px;
  float: left;
  z-index: 9;
}
.vina-location .location-info .location-info-inner {
  padding: 55px 40px;
}
#sp-sponsors-wrapper {
  padding-bottom: 100px;
  position: relative;
}
#sp-sponsors-wrapper #sp-sponsors {
  position: relative;
}
.event-sponsors #carousel-sponsors {
  margin: 0 !important;
}
.event-sponsors a {
  display: block;
  text-align: center;
  border-radius: 0px;
  padding: 10px;
}
.event-sponsors a.carousel-control {
  top: 50%;
  padding: 4px;
  font-size: 28px;
  line-height: 34px;
  height: 34px;
  width: 34px;
  margin-top: -17px;
}
.event-sponsors a.carousel-control.left {
  left: -60px;
}
.event-sponsors a.carousel-control.right {
  right: -60px;
}
.event-sponsors #vina-submit {
  margin-top: 60px;
}
.event-sponsors .vina-sponsors > div {
  height: auto !important;
  position: inherit !important;
  overflow: visible !important;
}
.event-sponsors .vina-sponsors > div > div {
  height: auto !important;
  position: inherit !important;
  overflow: visible !important;
}
.event-sponsors .vina-sponsors .carousel-inner .item .row-fluid {
  -webkit-animation-name: none !important;
  animation-name: none !important;
}
#sp-schedule-wrapper .vina-event-schedule {
  padding-top: 200px;
  padding-bottom: 300px;
  position: relative;
}
#sp-schedule-wrapper #sp-schedule {
  position: relative;
}
#sp-schedule-wrapper .vina-title {
  margin: 20px 0px 40px;
}
#sp-schedule-wrapper .vina-submit-inner {
  margin: 60px 0px 120px;
  position: relative;
}
.schedule-wrapper {
  margin-top: 30px;
  border-top: none;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
.vina-tab ul.nav-pills {
  margin: 0;
  text-align: center;
}
.vina-tab ul.nav-pills li {
  float: none;
  display: inline-block;
}
.vina-tab ul.nav-pills li a {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 15px;
  line-height: 20px;
  padding: 20px 40px;
  text-align: center;
}
.vina-tab ul.nav-pills li a strong {
  line-height: 30px;
  font-size: 20px;
}
.vina-tab .tab-pane {
  padding: 30px;
}
.vina-tab .tab-content {
  overflow: hidden;
}
.sp-timeline {
  position: relative;
  margin-bottom: -3px !important;
}
.sp-timeline .sp-box {
  background: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-timeline .timeline-item-box {
  position: relative;
  z-index: 2;
}
.sp-timeline .timeline-item-box.odd {
  margin-top: 70px;
}
.sp-timeline .timeline-item-box.odd:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-width: 10px;
  top: 30%;
  margin-top: -15px;
}
.sp-timeline .timeline-item-box.odd:after {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-width: 9px;
  top: 30%;
  margin-top: -15px;
}
.sp-timeline .timeline-item-box.even {
  margin-top: 120px;
}
.sp-timeline .timeline-item-box.even:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-width: 10px;
  top: 30%;
  margin-top: -15px;
}
.sp-timeline .timeline-item-box.even:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-width: 9px;
  top: 30%;
  margin-top: -15px;
}
.sp-timeline .sp-timeline-bar:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  left: 50%;
  margin-left: -4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.sp-timeline .sp-timeline-bar h2 {
  margin: 20px 15px;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 0px;
}
.sp-timeline i:before {
  display: inline-block;
  margin: 10px 0;
  font-size: 26px;
  padding: 0;
  line-height: 22px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 100%;
}
.sp-timeline.first-child .sp-timeline-bar h2 {
  margin-top: 0;
}
.sp-timeline.last-child .sp-timeline-bar h2 {
  margin-bottom: 0;
}
.sp-timeline .vina-img-inner {
  float: left;
  margin-right: 10px;
}
.vina-tab-content {
  margin: 20px 0px;
  padding: 20px 0px;
}
#sp-gallery-wrapper {
  padding-bottom: 100px;
  position: relative;
}
#sp-gallery-wrapper #vina-title {
  text-align: center;
}
#sp-gallery-wrapper ul.gallery {
  margin: 0;
}
#sp-gallery-wrapper .img-polaroid {
  border: none;
  box-shadow: none;
}
#sp-gallery-wrapper .gallery-filters {
  width: 100%;
  text-align: center;
}
#sp-gallery-wrapper .gallery-filters a {
  border-radius: 0;
  background: transparent;
  margin: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
  line-height: 30px;
  text-shadow: none;
}
#sp-gallery-wrapper ul.gallery li {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 24.9% \9 !important;
}
#sp-gallery-wrapper ul.gallery li > a {
  margin: 0;
  padding: 0;
}
#sp-gallery-wrapper .description_wrapper {
  text-align: center;
}
#sp-gallery-wrapper .description_wrapper .description {
  margin-top: 60px;
}
#sp-gallery-wrapper .description_wrapper h3 {
  font-size: 20px;
}
#sp-gallery-wrapper .description_wrapper a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  display: inline-block;
  margin-top: 20px;
}
#sp-gallery-wrapper .modal {
  width: 940px;
  margin-left: -470px;
}
#sp-gallery-wrapper .modal-body {
  max-height: 500px;
}
.gallery-title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.gallery-img-full {
  padding: 0px 15px 15px 0px;
}
.gallery-img-full img {
  width: 100%;
}
.gallery-content h3 {
  margin-top: 0;
}
#sp-testimonials-wrapper {
  padding: 70px 0px;
  position: relative;
}
#sp-testimonials-wrapper #sp-testimonials {
  position: relative;
}
#sp-testimonials-wrapper #sp-testimonials .vina-ticker-content .header-block span.up,
#sp-testimonials-wrapper #sp-testimonials .vina-ticker-content .header-block span.down {
  width: 46px;
  height: 46px;
  background: none;
  line-height: 46px;
  text-align: center;
  text-indent: 0;
  display: inline-block;
  font-size: 34px;
}
#sp-testimonials-wrapper #sp-testimonials .vina-ticker-content .header-block span.toggle {
  display: none;
}
.vina-ticker-content .header-block {
  position: absolute !important;
  top: 0;
  right: 0;
}
.vina-ticker-content .vina-item {
  border: none !important;
  display: inline-block !important;
}
.vina-ticker-content .vina-item .vina-item-block {
  border: 1px solid #fff;
  position: relative;
  display: inline-block;
  margin-left: 50px;
  float: right;
}
.vina-ticker-content .vina-item .vina-item-img {
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: -50px;
}
.vina-ticker-content .vina-item .text-block {
  padding: 50px 50px 50px 100px;
}
.vina-ticker-content .vina-item .text-block .title {
  margin-bottom: 10px;
  font-size: 24px;
}
.vina-ticker-content .vina-item .text-block .introtext {
  font-size: 15px;
}
.vina-img-inner {
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.vina-img-large {
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
.vina-img-large .vina-img a {
  display: inline;
  width: 100%;
  float: left;
}
#sp-blog-wrapper .vina-event-blog {
  padding-top: 200px;
  padding-bottom: 300px;
  position: relative;
}
#sp-blog-wrapper .vina-img-large {
  width: 100%;
  height: auto;
  line-height: normal;
}
#sp-blog-wrapper .vina-img-large .vina-img {
  position: initial;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#sp-blog-wrapper .vina-img-large .vina-img img {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 100%;
}
#sp-blog-wrapper #sp-blog {
  position: relative;
}
#sp-blog-wrapper .owl-theme,
#sp-speakers-wrapper .owl-theme {
  overflow: initial !important;
}
#sp-blog-wrapper .owl-theme .owl-controls .owl-buttons div,
#sp-speakers-wrapper .owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  border-radius: 0;
  padding: 0;
  height: 30px;
  width: 30px;
  text-indent: -999999px;
}
#sp-blog-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev,
#sp-speakers-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -40px;
}
#sp-blog-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:before,
#sp-speakers-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
  content: "\f0d9";
  font-family: FontAwesome;
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 30px;
  text-align: center;
  top: 0;
  left: 0;
  text-indent: initial;
}
#sp-blog-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next,
#sp-speakers-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -40px;
}
#sp-blog-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:before,
#sp-speakers-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:before {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 30px;
  text-align: center;
  top: 50%;
  top: 0;
  left: 0;
  text-indent: initial;
}
#sp-speakers-wrapper .owl-theme .owl-controls .owl-buttons div {
  top: 40%;
}
.vina-blog .block-header {
  font-weight: bold;
}
.vina-blog .block-header .title {
  font-size: 26px;
  text-align: center;
  line-height: 32px;
  margin: 0;
  padding: 30px;
  font-weight: bold;
}
.vina-blog .block-header .info {
  padding: 10px 30px 10px 30px;
  overflow: hidden;
  font-size: 16px;
}
.vina-blog .block-header .info .date {
  float: right;
}
.vina-blog .block-header .info .category {
  margin: 0 10px;
}
.vina-blog .block-header .info .author {
  float: left;
}
.vina-blog .block-content {
  height: 240px;
  overflow: hidden;
  position: relative;
}
.vina-blog .block-content .image-block {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  opacity: 1;
  box-shadow: none;
  -webkit-transition: all 0.85s ease;
  -moz-transition: all 0.85s ease;
  -o-transition: all 0.85s ease;
  transition: all 0.85s ease;
}
.vina-blog .block-content .readmore {
  text-align: center;
  text-transform: uppercase;
}
.vina-blog .block-content .readmore i {
  margin: 0 5px;
}
.vina-blog .text-block {
  text-align: left;
  padding: 30px;
}
.vina-blog .text-block #vina-submit {
  float: right;
  margin: 0;
}
.vina-blog .item:hover .block-content .image-block {
  opacity: 0;
  -webkit-transform: translateY(260px);
  -moz-transform: translateY(260px);
  -o-transform: translateY(260px);
  transform: translateY(260px);
}
#sp-price-wrapper {
  padding-bottom: 100px;
  position: relative;
}
.price-tables .price-table {
  text-align: center;
  padding: 8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.price-tables .price-table.featured {
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
}
.price-tables .price-table.featured:before {
  content: 'Recommended';
  position: absolute;
  top: 25px;
  right: -65px;
  display: block;
  width: 200px;
  padding: 10px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.price-tables .price-table.featured .price-number {
  font-weight: 700;
}
.price-tables .price-label {
  font-size: 24px;
  padding: 25px 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.price-tables .price-label-title {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.price-tables .price-value {
  font-size: 90px;
  font-weight: 200;
  padding: 20px 15px;
  line-height: 90px;
}
.price-tables .price-unit {
  font-size: 60px;
}
.price-tables .price-table-row {
  font-size: 18px;
  padding: 25px 15px;
}
.price-tables .price-table-row-bottom {
  padding: 25px 15px;
}
.price-tables .price-table-row-bottom #vina-submit {
  margin: 0;
}
#sp-register-wrapper .vina-register-wrapper {
  padding-top: 200px;
  padding-bottom: 300px;
  position: relative;
  background-attachment: fixed;
  background-position: 50% 50%;
}
#sp-register-wrapper .vina-register {
  position: relative;
}
#sp-register-wrapper .fancyInput {
  max-width: 100%;
  width: 100%;
  height: 50px \9 !important;
  font-size: 18px;
  color: #000;
  text-shadow: none;
  vertical-align: middle;
  line-height: 40px;
  line-height: 50px \9;
  overflow: hidden;
  text-align: left;
  padding: 8px 20px;
  background: #fff;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sp-register-wrapper .fancyInput input,
#sp-register-wrapper .fancyInput select {
  height: 50px \9;
  padding: 0px 20px;
  box-shadow: none;
  height: 100%;
  width: 100% \9;
  line-height: 40px;
  line-height: 50px \9;
  margin: 0;
  font-size: 18px;
  color: transparent;
  color: #6D7A83 \9;
  -webkit-box-sizing: border-box \9;
  -moz-box-sizing: border-box \9;
  box-sizing: border-box \9;
}
#sp-register-wrapper .fancyInput input:focus,
#sp-register-wrapper .fancyInput select:focus {
  box-shadow: none;
  outline: none;
}
#sp-register-wrapper .fancyInput select {
  color: #6D7A83;
  border: none;
  width: 100%;
  outline: none;
  padding: 0;
  border-radius: 0;
  height: 40px \9 !important;
}
.rsform p {
  color: #fff;
}
.rsform .rsform-submit-button {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  -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;
  font-size: 24px;
  padding: 20px 35px;
  margin-right: 30px;
  display: inline-block;
  border-radius: 0;
}
.formValidation span {
  color: #fff !important;
  font-size: 11px !important;
}
#userForm .rsform-submit-button {
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1;
  -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;
  font-size: 18px;
  padding: 20px 35px;
  margin-right: 0px;
  display: inline-block;
  border-radius: 0;
}
.col-submit {
  text-align: center;
  margin-top: 60px;
}
#sp-faqs-wrapper {
  padding-bottom: 100px;
  position: relative;
  background: #f5f5f5;
}
#sp-faqs-wrapper #sp-faqs {
  position: relative;
}
.vina-faqs .nav li + li {
  margin-top: 17px;
}
.vina-faqs .nav li a {
  border-radius: 0px;
  display: inline-block;
  width: 100%;
}
.vina-faqs .nav li a i {
  width: 20px;
  text-align: center;
  margin-right: 15px;
  float: left;
  padding: 13px;
  line-height: 20px;
}
.vina-faqs .nav li a .faq-inner {
  display: block;
  overflow: hidden;
  padding: 13px 0px;
  line-height: 20px;
}
.vina-faqs .tab-content {
  font-size: 18px;
  line-height: 24px;
  border-radius: 0px;
  padding: 16px 30px 10px 30px;
  position: relative;
  overflow: initial;
}
.vina-faqs .tab-content:before {
  content: '';
  position: absolute;
  top: 15px;
  left: -10px;
  width: 0;
  height: 0;
}
.vina-faqs .tab-content:after {
  content: '';
  position: absolute;
  top: 15px;
  left: -9px;
  width: 0;
  height: 0;
}
.vina-faqs .tab-content i {
  font-size: 18px;
}
.vina-faqs .tab-content .row-fluid {
  overflow: hidden;
  visibility: visible !important;
  margin: 0;
}
.vina-faqs .vina-submit-inner {
  margin: 60px 100px;
}
#sp-contact-wrapper .vina-contact-wrapper {
  padding-top: 200px;
  padding-bottom: 300px;
  position: relative;
}
#sp-contact-wrapper .fancyInput {
  max-width: 100%;
  width: 100%;
  height: 50px \9 !important;
  font-size: 18px;
  text-shadow: none;
  vertical-align: middle;
  line-height: 40px;
  line-height: 50px \9;
  overflow: hidden;
  text-align: left;
  padding: 8px 20px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sp-contact-wrapper .fancyInput input,
#sp-contact-wrapper .fancyInput select {
  height: 50px \9;
  padding: 0px 20px;
  box-shadow: none;
  height: 100%;
  width: 100% \9;
  line-height: 40px;
  line-height: 50px \9;
  margin: 0;
  font-size: 18px;
  color: transparent;
  color: #6D7A83 \9;
}
#sp-contact-wrapper .fancyInput input:focus,
#sp-contact-wrapper .fancyInput select:focus {
  box-shadow: none;
  outline: none;
}
#sp-contact-wrapper .fancyInput textarea {
  margin: 0;
  min-height: 145px \9;
  color: #6D7A83 \9;
  line-height: 40px;
}
#sp-contact-wrapper .fancyInput.textarea {
  min-height: 145px;
}
#sp-contact-wrapper .fancyInput select {
  border: none;
  width: 100%;
  outline: none;
  padding: 0;
}
#sp-contact-wrapper .row-fluid {
  margin-bottom: 30px;
}
#sp-contact-wrapper .row-fluid:last-child {
  margin-bottom: 0px;
}
#sp-contact-wrapper .form-vina .form-controls {
  width: 100%;
  float: left;
}
#sp-contact-wrapper .form-vina .col-submit {
  margin-top: 0;
  text-align: right;
  width: 100%;
  float: left;
}
#sp-contact-wrapper .form-vina .col-submit .fancyInput {
  padding: 0;
  text-align: center;
  width: 100%;
}
#sp-contact-wrapper .form-vina .col-submit .fancyInput > div {
  display: none;
}
#sp-contact-wrapper .form-vina .col-submit .fancyInput .rsform-submit-button {
  position: relative;
  padding: 20px;
  border: none;
  text-shadow: none;
  margin: 0;
  width: 100%;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  font-size: 18px;
}
#sp-contact-wrapper #userForm .rsform-submit-button {
  width: 100% \9;
  border: none \9;
}
#sp-contact-wrapper .fancyInput input,
#sp-contact-wrapper .fancyInput select,
#sp-register-wrapper .fancyInput input,
#sp-register-wrapper .fancyInput select {
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  color: #6D7A83;
}
#sp-contact-wrapper .fancyInput textarea,
#sp-register-wrapper .fancyInput textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  font-size: 18px;
}
.vina-contact-form {
  position: relative;
}
.contact-info {
  margin-top: 0px;
  color: #fff;
}
.contact-info h4 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 40px;
}
.contact-info .about {
  margin: 0;
  list-style: none;
}
.contact-info .about li {
  padding: 5px 0px;
}
.contact-info .about li i {
  margin-right: 10px;
}
.contact-info ul.social-line {
  margin-top: 20px;
}
#sp-footer-wrapper {
  padding: 60px 0px 40px;
  text-align: center;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
#sp-footer-wrapper ul li a {
  color: #999;
}
#sp-footer-wrapper 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 .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;
}
#sp-footer-wrapper #footer span {
  line-height: 40px;
}
#sp-to-top-wrapper {
  position: relative;
}
#sp-to-top-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}
#sp-to-top-wrapper .row-fluid {
  animation-name: none;
}
.sp-totop {
  display: inline-block;
  z-index: 9999;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.sp-totop small {
  display: none;
}
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;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
}
.ltr #sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
}
.vina-online .header:before {
  content: "\f007";
  font-family: FontAwesome;
  font-size: 34px;
}
#login-form input:not([type='checkbox']) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 8px;
  width: 100%;
}
#login-form .unstyled a {
  font-size: 12px;
}
#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: #22b8f0;
  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;
}
.vina-news ul {
  margin: 0;
}
.vina-news li {
  list-style: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.vina-news li:before {
  content: "\f105";
  font-family: FontAwesome;
}
.vina-news li a {
  color: #999999;
  line-height: 24px;
}
.vina-news li:hover {
  padding-left: 10px;
}
button,
input[type='submit'],
input[type='button'],
submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
button:hover,
button:active,
button.active,
button.disabled,
button[disabled],
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit'].active,
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button']:hover,
input[type='button']:active,
input[type='button'].active,
input[type='button'].disabled,
input[type='button'][disabled],
submit:hover,
submit:active,
submit.active,
submit.disabled,
submit[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
button:active,
button.active,
input[type='submit']:active,
input[type='submit'].active,
input[type='button']:active,
input[type='button'].active,
submit:active,
submit.active {
  background-color: #cccccc \9;
}
button:first-child,
input[type='submit']:first-child,
input[type='button']:first-child,
submit:first-child {
  *margin-left: 0;
}
button:hover,
input[type='submit']:hover,
input[type='button']:hover,
submit:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
button:focus,
input[type='submit']:focus,
input[type='button']:focus,
submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active,
input[type='submit'].active,
input[type='submit']:active,
input[type='button'].active,
input[type='button']:active,
submit.active,
submit:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
button.disabled,
button[disabled],
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button'].disabled,
input[type='button'][disabled],
submit.disabled,
submit[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.social,
input[type='submit'].social,
input[type='button'].social,
submit.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
button.social.facebook,
input[type='submit'].social.facebook,
input[type='button'].social.facebook,
submit.social.facebook {
  color: #0378a9;
}
button.social.facebook:hover,
input[type='submit'].social.facebook:hover,
input[type='button'].social.facebook:hover,
submit.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
button.social.twitter,
input[type='submit'].social.twitter,
input[type='button'].social.twitter,
submit.social.twitter {
  color: #17b8fb;
}
button.social.twitter:hover,
input[type='submit'].social.twitter:hover,
input[type='button'].social.twitter:hover,
submit.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
button.social.pinterest,
input[type='submit'].social.pinterest,
input[type='button'].social.pinterest,
submit.social.pinterest {
  color: #dc4e44;
}
button.social.pinterest:hover,
input[type='submit'].social.pinterest:hover,
input[type='button'].social.pinterest:hover,
submit.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
button.social.gplus,
input[type='submit'].social.gplus,
input[type='button'].social.gplus,
submit.social.gplus {
  color: #9d261d;
}
button.social.gplus:hover,
input[type='submit'].social.gplus:hover,
input[type='button'].social.gplus:hover,
submit.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
button.social:hover,
input[type='submit'].social:hover,
input[type='button'].social:hover,
submit.social:hover {
  text-decoration: none;
}
.btn.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.btn.social.facebook {
  color: #0378a9;
}
.btn.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
.btn.social.twitter {
  color: #17b8fb;
}
.btn.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
.btn.social.pinterest {
  color: #dc4e44;
}
.btn.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
.btn.social.gplus {
  color: #9d261d;
}
.btn.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
.btn.social:hover {
  text-decoration: none;
}
.rtl .vina-carousel-content {
  direction: ltr;
}
.rtl .event-sponsors a.carousel-control.left {
  right: auto;
}
.rtl .sp-timeline .timeline-item-box.even:after {
  border-left-color: #fff;
  border-right-color: transparent;
  right: auto;
  left: 100%;
}
.rtl .sp-timeline .timeline-item-box.even:before {
  display: none;
}
.rtl .sp-timeline .timeline-item-box.odd:before {
  border-right-color: #fff;
  border-left-color: transparent;
  right: 100%;
  left: auto;
}
.rtl .sp-timeline .timeline-item-box.odd:after {
  display: none;
}
.rtl .vina-faqs .nav li a .faq-inner {
  padding-right: 15px;
}
.rtl .contact-info .about li i {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .vina-location .location-info {
  float: right;
}
.rtl #sp-location-wrapper #vina-title {
  text-align: right;
}
.rtl .vina-faqs .tab-content:after {
  left: auto;
  right: -9px;
}
.rtl .vina-faqs .tab-content:before {
  left: auto;
  right: -10px;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 > li >a {
  display: block;
  margin: 0;
  padding: 10px 15px;
  color: #fff;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  color: #999;
  display: block;
}
#sp-main-menu ul.level-0 > li.menu-register:before {
  content: "\f0f0";
  position: absolute;
  right: 15px;
  top: 6px;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-family: FontAwesome;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
}
#sp-main-menu ul.level-0 > li.menu-register > a {
  padding-right: 55px;
}
#sp-main-menu ul.level-0 > li.parent >a span.menu:after {
  position: absolute;
  right: 0;
  font-family: FontAwesome;
  content: "\f107";
  font-size: 16px;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  border-top: 1px solid #eee;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: 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: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 10px;
  color: #999;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  position: relative;
  padding-right: 20px;
  display: block;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 15px;
}
#sp-main-menu li li:not(.sp-menu-group):hover,
#sp-main-menu li li:not(.sp-menu-group).active {
  background: #f5f5f5;
}
#sp-main-menu div.sp-menu-group {
  margin: 10px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eee;
  color: #666;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
  text-transform: uppercase;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px 0 0;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module h4 {
  font-size: 14px;
}
.sp-submenu {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  margin-top: 30px;
  -webkit-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -moz-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -o-transition: margin 100ms, visibility 100ms, opacity 100ms;
  transition: margin 100ms, visibility 100ms, opacity 100ms;
}
.sp-submenu.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  -webkit-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -moz-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -o-transition: margin 300ms, visibility 300ms, opacity 300ms;
  transition: margin 300ms, visibility 300ms, opacity 300ms;
}
.sp-submenu .sp-submenu-wrap {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
}
.sp-submenu .megacol {
  float: left;
}
.sp-submenu.sub-level-child {
  margin-left: 30px;
  margin-top: 0;
}
.sp-submenu.sub-level-child.open {
  margin-left: 0px;
}
.sp-mobile-menu ul li {
  background: rgba(0,0,0,0.9);
}
.sp-mobile-menu ul li:last-child {
  margin-bottom: 10px;
}
.vina-menu {
  position: absolute !important;
  right: 20px;
  top: 0px !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;
}
.ltr .sp-submenu {
  left: 0;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl #sp-main-menu {
  float: right;
}
.rtl #sp-main-menu ul.level-0 > li:hover >a:after,
.rtl #sp-main-menu ul.level-0 > li.active >a:after {
  margin: 0 -10px 0 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu {
  padding: 0 10px;
  padding-right: 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu:after {
  right: inherit;
  left: 0;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  right: inherit;
  left: 10px;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  padding-right: 0;
  padding-left: 20px;
}
.menu-fixed {
  top: 0;
  width: 100%;
  -webkit-animation: fadeInDown 900ms;
  -moz-animation: fadeInDown 900ms;
  -ms-animation: fadeInDown 900ms;
  animation: fadeInDown 900ms;
}
.fixed .hidden-desktop {
  display: none;
}
.module {
  margin-top: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: normal;
}
.module.highlighted,
.module.orange,
.module.dark,
.module.green,
.module.maroon,
.module.blue,
.module.gray,
.module.pink,
.module.red {
  padding: 20px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
}
.module.highlighted h3,
.module.orange h3,
.module.dark h3,
.module.green h3,
.module.maroon h3,
.module.blue h3,
.module.gray h3,
.module.pink h3,
.module.red h3 {
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #fff;
  color: #fff;
}
.module.orange {
  background: #f89406;
}
.module.orange a {
  color: #B66B00;
}
.module.orange a:hover {
  color: #6F4100;
}
.module.dark {
  background: #000;
}
.module.dark a {
  color: #777;
}
.module.dark a:hover {
  color: #888;
}
.module.green {
  background: #46a546;
}
.module.green a {
  color: #63E063;
}
.module.green a:hover {
  color: #43F043;
}
.module.maroon {
  background: #F35D34;
}
.module.maroon a {
  color: #B4300D;
}
.module.maroon a:hover {
  color: #C93F19;
}
.module.blue {
  background: #049cdb;
}
.module.blue a {
  color: #47C9FF;
}
.module.blue a:hover {
  color: #0073A3;
}
.module.gray {
  background: #555;
}
.module.gray a {
  color: #999;
}
.module.gray a:hover {
  color: #777;
}
.module.pink {
  background: #c3325f;
}
.module.pink a {
  color: #FF5C8F;
}
.module.pink a:hover {
  color: #FA2E6E;
}
.module.red {
  background: #9d261d;
}
.module.red a {
  color: #EE4538;
}
.module.red a:hover {
  color: #DA3F33;
}
.sp-dropcap {
  overflow: hidden;
}
.sp-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
img.pull-left,
.pull-left > img {
  margin-right: 15px;
}
img.pull-right,
.pull-right > img {
  margin-left: 15px;
}
.rtl img.pull-left,
.rtl .pull-left > img {
  margin-left: 15px;
}
.rtl img.pull-right,
.rtl .pull-right > img {
  margin-right: 15px;
}
.sp-blocknumber {
  position: relative;
  min-height: 45px;
}
.sp-blocknumber span {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sp-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sp-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span {
  left: 0;
}
.rtl .sp-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span {
  right: 0;
}
.sp-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sp-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sp-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sp-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sp-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sp-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left,
.ltr [class*=" icon-"].pull-left {
  margin-right: .3em;
}
.ltr [class^="icon-"].pull-right,
.ltr [class*=" icon-"].pull-right {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-left,
.rtl [class*=" icon-"].pull-left {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
  margin-right: .3em;
}
.no-modal {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  left: auto;
  margin-left: auto;
  outline: 0 none;
  position: inherit;
  top: auto;
  margin-right: auto;
}
.text-hidden span {
  display: none;
}
.border {
  border: 1px solid ;
}
.rtl .pull-left {
  float: right;
}
.rtl .pull-right {
  float: left;
}
.icon-hidden span {
  display: none !important;
}
#vina_pricing_table {
  padding: 0 20px 20px;
  -webkit-transform: translateZ(0);
}
#vina_pricing_table .pricing_table .thumbnail {
  background: #fff;
  padding: 10px 4px 20px;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  overflow: hidden;
}
#vina_pricing_table .pricing_table .thumbnail .badge h2 {
  font-size: 50px;
  line-height: normal;
}
#vina_pricing_table .pricing_table .thumbnail button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
#vina_pricing_table .pricing_table .thumbnail:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#vina_pricing_table .pricing_table .thumbnail:hover >h2 {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  -ms-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#vina_pricing_table .pricing_table .thumbnail:hover .badge {
  -webkit-animation: swing 1500ms ease;
  -moz-animation: swing 1500ms ease;
  -ms-animation: swing 1500ms ease;
  animation: swing 1500ms ease;
}
#vina_pricing_table .pricing_table .thumbnail:hover p {
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  -ms-animation: moveFromBottom 500ms ease;
  animation: moveFromBottom 500ms ease;
}
#vina_pricing_table .pricing_table .thumbnail:hover button {
  -webkit-animation: bounceInLeft 500ms ease;
  -moz-animation: bounceInLeft 500ms ease;
  -ms-animation: bounceInLeft 500ms ease;
  animation: bounceInLeft 500ms ease;
}
#vina_pricing_table .testimonial .media-body {
  overflow: visible;
}
#vina_pricing_table .testimonial .media-body .testimonial-content {
  padding-bottom: 20px;
  border-bottom: 1px dashed #aaaaaa;
}
#vina_pricing_table .testimonial .media-body .testimonial-author {
  margin-top: 20px !important;
  text-align: center;
}
#vina_pricing_table .testimonial .media-body .testimonial-author .pull-left {
  float: none;
  margin: 0;
}
#vina_pricing_table .testimonial .media-body .testimonial-author .pull-left img {
  margin-right: 0;
}
#vina_company h3 {
  text-align: center;
}
#vina_company .img-polaroid {
  position: relative;
  overflow: hidden;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina_company .img-polaroid figure {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 207px;
  margin: 0;
}
#vina_company .img-polaroid figure:hover .contact a {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
#vina_company .img-polaroid figure img {
  display: block;
  height: 100%;
  width: 100%;
}
#vina_company .img-polaroid figure .contact {
  z-index: 2;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#vina_company .img-polaroid figure .contact a {
  position: absolute;
  display: block;
  width: 50%;
  height: 50%;
  background-repeat: no-repeat;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
#vina_company .img-polaroid figure .contact a em:before {
  font-size: 30px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 104px;
}
#vina_company .img-polaroid figure .contact .tw {
  top: 0;
  left: 0;
  background-color: rgba(0,172,238,0.7);
  -webkit-transform: translate(-100%,-100%);
  -moz-transform: translate(-100%,-100%);
  -ms-transform: translate(-100%,-100%);
  -o-transform: translate(-100%,-100%);
  transform: translate(-100%,-100%);
}
#vina_company .img-polaroid figure .contact .tw:hover {
  background-color: #00acee;
}
#vina_company .img-polaroid figure .contact .fb {
  top: 0;
  right: 0;
  background-color: rgba(59,89,152,0.7);
  -webkit-transform: translate(100%,-100%);
  -moz-transform: translate(100%,-100%);
  -ms-transform: translate(100%,-100%);
  -o-transform: translate(100%,-100%);
  transform: translate(100%,-100%);
}
#vina_company .img-polaroid figure .contact .fb:hover {
  background-color: #3b5998;
}
#vina_company .img-polaroid figure .contact .gp {
  bottom: 0;
  left: 0;
  background-color: rgba(221,75,57,0.7);
  -webkit-transform: translate(-100%,100%);
  -moz-transform: translate(-100%,100%);
  -ms-transform: translate(-100%,100%);
  -o-transform: translate(-100%,100%);
  transform: translate(-100%,100%);
}
#vina_company .img-polaroid figure .contact .gp:hover {
  background-color: #dd4b39;
}
#vina_company .img-polaroid figure .contact .ma {
  bottom: 0;
  right: 0;
  background-color: rgba(153,153,153,0.7);
  -webkit-transform: translate(100%,100%);
  -moz-transform: translate(100%,100%);
  -ms-transform: translate(100%,100%);
  -o-transform: translate(100%,100%);
  transform: translate(100%,100%);
}
#vina_company .img-polaroid figure .contact .ma:hover {
  background-color: #999999;
}
#vina_company #sp_simple_map_canvas {
  border: 1px solid #aaaaaa;
}
#vina_company .info .thumbnail {
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  background: #fff;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina_company .info .thumbnail .sp-blocknumber >span {
  margin-top: 28px;
}
#vina_company .info .thumbnail:hover .sp-blocknumber {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  -ms-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#vina_company .info .thumbnail:hover .sp-blocknumber >span {
  -webkit-animation: bounceInLeft 500ms ease;
  -moz-animation: bounceInLeft 500ms ease;
  -ms-animation: bounceInLeft 500ms ease;
  animation: bounceInLeft 500ms ease;
}
#vina_about_us h3,
#vina_about_us h4 {
  font-weight: normal;
}
#vina_about_us .about_us_header {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
}
#vina_about_us .progress {
  margin-bottom: 12px;
}
#vina_about_us .carousel {
  margin-top: 10px;
  padding: 20px 60px;
  background: #fff;
  line-height: normal;
}
#vina_about_us .carousel .item {
  padding: 7px;
}
#vina_about_us .carousel .item .incon_bg {
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 24px;
  color: #fff;
}
#vina_about_us .carousel .item h4 {
  margin-top: 13px;
}
#vina_about_us .carousel .item p {
  float: left;
  margin-top: 10px;
}
#vina_about_us .carousel .item .item_do {
  overflow: hidden;
}
#vina_about_us .carousel .item .item_do:hover .incon_bg {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  -ms-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#vina_about_us .carousel .item .item_do:hover h4 {
  -webkit-animation: moveFromRight 1000ms ease;
  -moz-animation: moveFromRight 1000ms ease;
  -ms-animation: moveFromRight 1000ms ease;
  animation: moveFromRight 1000ms ease;
}
#vina_about_us .carousel .item .item_do:hover p {
  -webkit-animation: bounceInLeft 1000ms ease;
  -moz-animation: bounceInLeft 1000ms ease;
  -ms-animation: bounceInLeft 1000ms ease;
  animation: bounceInLeft 1000ms ease;
}
#vina_about_us .carousel .carousel-control {
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  outline: none;
  border: 0;
  top: 50%;
  background: transparent;
}
#vina_about_us .carousel .carousel-control.left {
  left: -100px;
}
#vina_about_us .carousel .carousel-control.right {
  right: -100px;
}
#vina_about_us .carousel:hover .carousel-control:hover {
  color: #fff;
}
#vina_about_us .carousel:hover .carousel-control.left {
  left: 10px;
}
#vina_about_us .carousel:hover .carousel-control.left:hover {
  left: 5px;
}
#vina_about_us .carousel:hover .carousel-control.right {
  right: 10px;
}
#vina_about_us .carousel:hover .carousel-control.right:hover {
  right: 5px;
}
#vina_about_us .skill ul {
  margin: 0;
  padding: 0;
}
#vina_about_us .skill ul li {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 20px;
}
#vina_about_us .skill .progress {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina_contact_us .contact_us {
  padding: 10px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina_contact_us .contact_us h3 {
  line-height: 20px;
}
#vina_contact_us .contact_us .qlform {
  position: relative;
}
#vina_contact_us .contact_us .qlform form {
  margin-bottom: 0;
}
#vina_contact_us .contact_us .qlform .control-group {
  margin-bottom: 5px;
}
#vina_contact_us .contact_us .qlform .control-group .control-label {
  width: 100%;
  text-align: left;
}
#vina_contact_us .contact_us .qlform .control-group .controls {
  width: 100%;
  display: block;
  margin: 0;
}
#vina_contact_us .contact_us .qlform .control-group .controls input,
#vina_contact_us .contact_us .qlform .control-group .controls textarea {
  height: auto;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform .control-group .controls textarea {
  height: 135px;
}
#vina_contact_us .contact_us .qlform .control-group.jform_name {
  width: 47%;
  margin-right: 6%;
  float: left;
}
#vina_contact_us .contact_us .qlform .control-group.jform_email {
  width: 47%;
  float: left;
}
#vina_contact_us .map {
  background: #fff;
  padding: 15px 20px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
}
#vina_contact_us .map span {
  margin: 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;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #vina_contact_us .contact_us .qlform .control-group .controls textarea {
    height: 126px;
  }
}
@media (max-width: 1300px) {
  .responsive #vina_company .info .thumbnail {
    min-height: 170px;
  }
  .responsive #vina_contact_us ul.social {
    left: -34px;
  }
  .responsive #vina_contact_us ul.social li a {
    height: 44px;
    width: 44px;
  }
  .responsive #vina_contact_us ul.social li a span {
    margin-top: 10px;
  }
  .responsive #vina_contact_us .map span.contact {
    margin: 0 0 2px 0;
  }
}
@media (max-width: 979px) {
  .responsive #vina_company .img-polaroid {
    width: 45%;
    margin: 10px 2%;
  }
  .responsive #vina_company .info .thumbnail {
    width: 100%;
    margin: 10px 0;
    min-height: 10px;
  }
  .responsive #vina_contact_us .contact_us h3 {
    margin-top: 0;
  }
  .responsive #vina_contact_us .contact_us .qlform .control-group.jform_name,
  .responsive #vina_contact_us .contact_us .qlform .control-group.jform_email {
    margin-right: 0;
    width: 100%;
  }
  .responsive #vina_contact_us .map span {
    margin-top: 20px;
  }
  .responsive #vina_contact_us .map span.contact {
    margin-top: 14px;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .responsive #vina_company .img-polaroid {
    margin: 10px auto;
  }
  .responsive #vina_pricing_table .pricing_table .thumbnail {
    margin-bottom: 20px;
  }
  .responsive #vina_contact_us .contact_us {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .responsive #vina_contact_us .map {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .responsive #vina_contact_us ul.social {
    left: auto;
    margin-left: -20px;
    width: 100%;
    top: -42px;
  }
  .responsive #vina_contact_us ul.social li {
    display: inline-block;
  }
}
@media (max-width: 479px) {
  .responsive #vina_about_us .carousel {
    padding: 20px 40px;
  }
  .responsive #vina_about_us .carousel .item .incon_bg {
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
  .responsive #vina_about_us .carousel .item h4 {
    margin-top: 4px;
  }
  .responsive #vina_company .img-polaroid {
    width: 100%;
  }
  .responsive #vina_pricing_table {
    padding-left: 15px;
    padding-right: 15px;
  }
  .responsive #vina_contact_us .contact_us,
  .responsive #vina_contact_us .map {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 319px) {
  .responsive #vina_about_us .carousel {
    padding: 0 10px;
  }
  .responsive #vina_about_us .carousel .item .item_do {
    padding-bottom: 20px;
    padding-top: 25px;
  }
}
@media (max-width: 1300px) {
  .responsive .vina-awesome-slider .ws-title {
    top: 150px !important;
  }
  .responsive .scdp-container {
    top: 400px;
  }
  .responsive .vina-venue .content {
    min-height: 250px;
  }
  .responsive .vina-venue .venue-hotel .hotel-info {
    top: 30px;
    width: 40%;
  }
  .responsive .vina-venue .venue-hotel img {
    min-height: 600px;
    width: 100% !important;
  }
  .responsive #sp-gallery-wrapper .description_wrapper .description {
    margin-top: 50px;
  }
  .responsive #sp-gallery-wrapper .description_wrapper h3 {
    font-size: 18px;
  }
  .responsive #sp-gallery-wrapper ul.gallery li {
    width: 24.9% !important;
  }
  .responsive .event-sponsors a.carousel-control.right {
    right: -35px;
  }
  .responsive .event-sponsors a.carousel-control.left {
    left: -35px;
  }
  .responsive .vina-blog .block-content {
    height: 190px;
  }
}
@media (max-width: 979px) {
  .responsive #sp-header-wrapper [class*="span"] {
    width: auto;
    float: left;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    float: right;
    position: relative;
  }
  .responsive .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }
  .responsive .row-offcanvas-right {
    right: 0;
  }
  .responsive .row-offcanvas-left {
    left: 0;
  }
  .responsive .row-offcanvas-right
		.sidebar-offcanvas {
    right: -50%;
    left: auto;
  }
  .responsive .row-offcanvas-left
		.sidebar-offcanvas {
    left: -50%;
    right: auto;
  }
  .responsive .row-offcanvas-right.active {
    right: 50%;
  }
  .responsive .row-offcanvas-left.active {
    left: 50%;
  }
  .responsive .row-offcanvas-right.active
		.sidebar-offcanvas {
    right: 0%;
  }
  .responsive .row-offcanvas-left.active  #sp-header-wrapper {
    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 #sp-feature-wrapper {
    padding-bottom: 100px;
  }
  .responsive .vina-awesome-slider .ws-title {
    top: 100px !important;
  }
  .responsive .vina-awesome-slider .ws-title span {
    font-size: 28px;
  }
  .responsive .vina-awesome-slider .ws-title .container h1 {
    font-size: 80px !important;
    line-height: 100px;
  }
  .responsive .scdp-container {
    top: 300px;
  }
  .responsive #vina-title {
    font-size: 60px;
  }
  .responsive .info-event {
    font-weight: normal;
  }
  .responsive div.sc-fx-wrapper {
    font-size: 60px !important;
  }
  .responsive .vina-venue .content {
    min-height: 330px;
  }
  .responsive .vina-venue .venue-hotel .hotel-info {
    width: 50%;
  }
  .responsive .event-sponsors a.carousel-control {
    border: none !important;
    line-height: 20px;
    margin-top: 0px;
    padding: 0px;
  }
  .responsive #sp-gallery-wrapper .modal {
    left: 1%;
    margin-left: 0;
    width: 98%;
  }
  .responsive #sp-gallery-wrapper .description_wrapper a {
    margin-top: 0;
  }
  .responsive .vina-blog .block-header .title {
    font-size: 22px;
  }
  .responsive .vina-blog .block-header .info {
    font-size: 14px;
    padding: 10px;
  }
  .responsive .price-tables .price-table-row {
    font-size: 16px;
  }
  .responsive .price-tables #vina-submit {
    padding: 0 20px;
  }
  .responsive .vina-faqs .tab-content {
    font-size: 15px;
  }
  .responsive .contact-info .social-line li {
    margin-right: 5px;
  }
  .responsive .vina-blog .block-content {
    height: 220px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .responsive #sp-gallery-wrapper .description_wrapper h3 {
    display: none;
  }
}
@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-awesome-slider .ws-title {
    bottom: 0px !important;
    top: 90px;
  }
  .responsive .vina-awesome-slider .ws-title .container h1 {
    font-size: 60px !important;
    line-height: 60px;
    margin-top: 0;
  }
  .responsive .vina-awesome-slider .ws-title .container span {
    font-size: 24px !important;
  }
  .responsive .scdp-container {
    top: 250px;
  }
  .responsive div.sc-fx-wrapper {
    font-size: 50px !important;
  }
  .responsive div.scdp-unit-row {
    padding: 0 5px !important;
  }
  .responsive .info-event {
    position: initial;
  }
  .responsive .info-event .row-fluid [class*="span"] {
    width: 50%;
    float: left;
  }
  .responsive .info-event .row-fluid [class*="span"] span.pull-left {
    margin-left: 15px;
  }
  .responsive #sp-about-wrapper .lead {
    padding: 0 50px;
  }
  .responsive #vina-title {
    line-height: 40px;
  }
  .responsive #carousel-sponsors .row-fluid .span2 {
    width: 50%;
    margin: 0;
    float: left;
  }
  .responsive #sp-gallery-wrapper #vina-title i {
    float: none;
  }
  .responsive .about-thumbnails .row-fluid [class*="span"] {
    width: 50%;
    float: left;
  }
  .responsive .tab-content.lv2 .tab-pane {
    padding: 30px;
  }
  .responsive .sp-timeline .sp-timeline-bar h2.time {
    margin: 50px;
  }
  .responsive .sp-timeline .sp-timeline-bar .timeline-icon {
    display: none;
  }
  .responsive .sp-timeline .timeline-item-box.even {
    margin-top: 0;
  }
  .responsive .tab-content .timeline .post-wrap {
    position: relative;
    margin-top: 70px;
  }
  .responsive .tab-content .timeline .post-media {
    margin: 0;
    position: absolute;
    top: -50px;
    left: 20px;
  }
  .responsive .tab-content .timeline .media-body {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-top: 100px;
  }
  .responsive .tab-content .timeline .media-body .post-title {
    font-size: 24px;
  }
  .responsive #sp-gallery-wrapper ul.gallery li {
    width: 49.9% !important;
    width: 49.9% \9 !important;
  }
  .responsive #sp-gallery-wrapper .description_wrapper .description {
    margin-top: 70px;
  }
  .responsive .event-sponsors .vina-row-fluid [class*="span"] {
    width: 33.33%;
    float: left;
  }
  .responsive .vina-ticker-content .header-block span {
    top: 40px;
  }
  .responsive .price-tables .price-table {
    margin-top: 20px;
  }
  .responsive #sp-register-wrapper .fancyInput {
    margin-bottom: 10px;
  }
  .responsive #sp-faqs-wrapper .vina-submit-inner {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .responsive #sp-faqs-wrapper #vina-submit {
    position: initial;
    margin: 0;
  }
  .responsive .vina-venue .content {
    min-height: 200px;
    margin: 30px;
  }
  .responsive .vina-venue .venue-hotel .hotel-info {
    width: 70%;
  }
  .responsive .vina-venue .venue-hotel .hotel-info .content {
    background: rgba(255,255,255,0.8);
    margin: 0;
  }
  .responsive .vina-blog .block-content {
    height: 170px;
  }
  .responsive .vina-blog .text-block {
    padding: 15px;
  }
  .responsive .social-line li {
    margin-right: 5px;
  }
  .responsive #sp-blog-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next,
  .responsive #sp-speakers-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -20px;
  }
  .responsive #sp-blog-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev,
  .responsive #sp-speakers-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -20px;
  }
  .responsive .animated {
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-animation-name: none !important;
    animation-name: none !important;
  }
  .responsive .overlay {
    background: #000 !important;
  }
}
@media (max-width: 599px) {
  .responsive .row-offcanvas-right
		.sidebar-offcanvas {
    right: -80%;
  }
  .responsive .row-offcanvas-left
		.sidebar-offcanvas {
    left: -80%;
  }
  .responsive .row-offcanvas-right.active {
    right: 80%;
  }
  .responsive .row-offcanvas-left.active {
    left: 80%;
  }
  .responsive .row-offcanvas-left.active  #sp-header-wrapper {
    left: 80%;
  }
  .responsive .sidebar-offcanvas {
    width: 80%;
  }
  .responsive #sp-feature-wrapper:after {
    height: 150px;
  }
  .responsive .vina-awesome-slider .ws-title div {
    margin-top: 0;
    line-height: 20px;
  }
  .responsive .vina-awesome-slider .ws-title .container h1 {
    font-size: 40px !important;
    line-height: 40px;
  }
  .responsive .vina-awesome-slider .ws-title .container span {
    font-size: 20px !important;
  }
  .responsive .scdp-container {
    top: 200px;
  }
  .responsive div.sc-fx-wrapper {
    font-size: 24px !important;
    line-height: 24px !important;
  }
  .responsive div.scdp-label-horz {
    font-size: 12px !important;
  }
  .responsive .scdp-wrapper-center {
    margin-bottom: 0;
  }
  .responsive h2.word-rotator-title {
    font-size: 24px;
  }
  .responsive h2.word-rotator-title .inverted {
    min-height: 40px;
    min-width: 100px;
  }
  .responsive .lead {
    font-size: 16px;
  }
  .responsive .vina-venue .venue-hotel .hotel-info {
    width: 80%;
    right: 10px;
  }
  .responsive #sp-speakers-wrapper .vina-carousel-content .item .vina-item-link:after {
    top: 50px;
  }
  .responsive .vina-tab ul.nav-pills li a {
    padding: 10px;
  }
  .responsive .vina-blog .block-header .title {
    padding: 20px;
  }
  .responsive .vina-blog .block-header .info .author {
    width: 100%;
    float: left;
  }
  .responsive .vina-blog .block-header .info .date {
    width: 100%;
    float: left;
  }
  .responsive .vina-blog .block-content {
    height: 240px;
  }
  .responsive .vina-blog .text-block {
    padding: 30px;
  }
  .responsive #sp-gallery-wrapper .description_wrapper .description {
    margin-top: 40px;
  }
  .responsive .vina-ticker-content .vina-item .text-block {
    padding: 70px 20px 20px;
  }
  .responsive .vina-ticker-content .vina-item .text-block .title {
    font-size: 24px;
  }
  .responsive .vina-ticker-content .vina-item .text-block .introtext {
    font-size: 14px;
  }
  .responsive .vina-ticker-content .vina-item .vina-item-img {
    left: 20px;
    margin-top: 0;
    top: -58px;
  }
  .responsive .vina-ticker-content .vina-item .vina-item-block {
    margin-left: 0;
    margin-top: 50px;
  }
  .responsive .vina-ticker-content .header-block span {
    top: 80px;
  }
  .responsive .vina-location .location-info a {
    font-size: 14px;
  }
  .responsive .text-uppercase {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media (max-width: 479px) {
  .responsive .container {
    padding: 0 10px;
  }
  .responsive .vina-awesome-slider .ws-title {
    top: 75px;
  }
  .responsive .vina-awesome-slider .ws-title > span {
    font-size: 16px !important;
  }
  .responsive .vina-awesome-slider .ws-title span {
    font-size: 16px;
  }
  .responsive .vina-awesome-slider .ws-title #vina-submit {
    display: none;
  }
  .responsive .scdp-container {
    position: initial;
    padding: 40px 0px 100px;
  }
  .responsive .scdp-counter-horz {
    margin-left: 0 !important;
  }
  .responsive div.scdp-unit-row {
    padding: 0 !important;
    text-align: center;
  }
  .responsive .info-event .row-fluid [class*="span"] {
    width: 100%;
  }
  .responsive .info-event .row-fluid [class*="span"] span.pull-left {
    min-width: 30px;
    text-align: center;
    float: left;
  }
  .responsive div.scdp-unit-row {
    margin: 0 auto;
    text-align: center;
    width: 50%;
    margin: 10px 0px;
  }
  .responsive div.scdp-number-horz {
    text-align: center;
  }
  .responsive #vina-title {
    font-size: 50px;
  }
  .responsive .vina-about .about-info p {
    font-size: 14px;
  }
  .responsive #vina-submit {
    padding: 0px 20px;
    font-size: 16px;
    margin: 0px 5px;
  }
  .responsive .vina-logo {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  .responsive #sp-blog-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev,
  .responsive #sp-speakers-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -14px;
  }
  .responsive #sp-blog-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next,
  .responsive #sp-speakers-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -14px;
  }
  .responsive .vina-venue .venue-hotel .hotel-info {
    width: 95%;
  }
  .responsive .vina-venue .venue-hotel .hotel-info .content {
    padding: 20px;
  }
  .responsive .vina-venue .vina-awesome-slider .ws_bullets {
    bottom: 0px;
  }
  .responsive .schedule-tabs .nav > li > a {
    padding: 5px 10px;
    font-size: 11px;
    min-height: 50px;
  }
  .responsive .tab-content .timeline .media-body .post-meta {
    font-size: 18px;
  }
  .responsive .tab-content .timeline .media-body .post-meta .pull-right {
    float: right;
  }
  .responsive .tab-content .timeline .media-body .post-title {
    font-size: 18px;
  }
  .responsive .tab-content .timeline .media-body .post-readmore a {
    margin: 5px;
  }
  .responsive #sp-gallery-wrapper .gallery-filters a {
    margin: 1px;
    padding: 5px 10px;
  }
  .responsive #sp-gallery-wrapper .description_wrapper .description {
    margin-top: 30px;
  }
  .responsive #sp-gallery-wrapper .description_wrapper .description h3 {
    display: none;
  }
  .responsive .event-sponsors .vina-row-fluid [class*="span"] {
    width: 50%;
  }
  .responsive .event-sponsors #carousel-sponsors {
    padding-bottom: 37px;
    position: relative;
  }
  .responsive .event-sponsors a.carousel-control.left {
    bottom: 68px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    top: auto;
  }
  .responsive .event-sponsors a.carousel-control.right {
    bottom: 68px;
    right: 50%;
    margin-right: -30px;
    position: absolute;
    top: auto;
  }
  .responsive .sp-timeline h4.text-right {
    text-align: left;
    overflow: hidden;
    font-size: 16px;
  }
  .responsive .sp-timeline h4.text-right strong {
    font-size: 18px;
  }
  .responsive #sp-footer-wrapper ul li {
    margin: 0;
    margin-right: 5px;
  }
  .responsive .vina-tab ul.nav-pills li {
    width: 33.33%;
  }
  .responsive .vina-tab ul.nav-pills li a {
    padding: 10px 5px;
  }
  .responsive .vina-blog .block-content {
    height: 180px;
  }
  .responsive .vina-blog .text-block {
    padding: 20px;
  }
}
@media (max-width: 319px) {
  .responsive .vina-awesome-slider .ws-title {
    bottom: auto !important;
    top: 50px !important;
  }
  .responsive #sp-header-wrapper {
    position: initial;
    background: #000;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    width: 100%;
    margin-top: 20px;
  }
  .responsive #sp-header-wrapper .vina-menu {
    width: 100% !important;
    position: initial !important;
  }
  .responsive #sp-about-wrapper #vina-submit {
    width: 50%;
    float: left;
    box-sizing: border-box;
    margin: 0;
  }
  .responsive #sp-about-wrapper .lead {
    padding: 0 10px;
  }
  .responsive div.scdp-counter-horz {
    margin-left: 0 !important;
  }
  .responsive div.scdp-number-horz {
    margin-right: 5px;
  }
  .responsive .tab-content.lv2 .tab-pane {
    padding: 0;
  }
  .responsive #sp-gallery-wrapper .gallery-filters a {
    float: left;
  }
  .responsive #sp-gallery-wrapper ul.gallery li {
    width: 99.9% !important;
    width: 99.9% \9 !important;
  }
  .responsive #sp-gallery-wrapper .description_wrapper .description h3 {
    display: block;
  }
  .responsive .event-sponsors a.carousel-control {
    top: 80px;
  }
  .responsive #userForm .rsform-submit-button {
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
  }
  .responsive .vina-faqs .tab-content {
    padding: 15px;
  }
  .responsive #vina-title {
    font-size: 40px;
  }
  .responsive .vina-location .location-info .location-info-inner {
    padding: 20px;
  }
  .responsive #sp-about-wrapper #vina-submit {
    width: 100%;
  }
  .responsive .social-line li {
    margin-right: 5px;
  }
  .responsive .vina-venue .hotel .name {
    font-size: 40px;
  }
  .responsive .vina-venue .content {
    margin: 30px 0px;
  }
  .responsive .vina-venue .content p {
    font-size: 16px;
    line-height: 20px;
  }
  .responsive .vina-tab ul.nav-pills li a {
    border-right: none;
  }
  .responsive .vina-tab .tab-pane {
    padding: 30px 0px;
  }
  .responsive .sp-timeline .timeline-item-box:after,
  .responsive .sp-timeline .timeline-item-box:before {
    display: none;
  }
  .responsive .sp-timeline h4.text-right strong {
    width: 100%;
  }
  .responsive .sp-timeline h4.text-right {
    width: 100%;
  }
  .responsive .vina-logo .logo {
    background-size: 100%;
    width: 100% !important;
  }
  .responsive .vina-blog .block-content {
    height: 220px;
  }
  .responsive .vina-blog .block-content .image-block img {
    height: 220px;
  }
}
.fixed .hidden-desktop {
  display: none;
}
