.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
@font-face {
  font-family: 'IcoMoon';
  src: url('../fonts/IcoMoon.eot');
  src: url('../fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../fonts/IcoMoon.woff') format('woff'), url('../fonts/IcoMoon.ttf') format('truetype'), url('../fonts/IcoMoon.svg#IcoMoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'IcoMoon';
  content: attr(data-icon);
  speak: none;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: .25em;
  line-height: 14px;
  background-image: none;
}
dd > span[class^="icon-"] + time,
dd > span[class*=" icon-"] + time {
  margin-left: -0.25em;
}
dl.article-info dd.hits span[class^="icon-"],
dl.article-info dd.hits span[class*=" icon-"] {
  margin-right: 0;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'IcoMoon';
  font-style: normal;
  speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
  font-weight: normal;
}
.icon-joomla:before {
  content: "\e200";
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
  content: "\e005";
}
.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
  content: "\e006";
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
  content: "\e007";
}
.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
  content: "\e008";
}
.icon-arrow-first:before {
  content: "\e003";
}
.icon-arrow-last:before {
  content: "\e004";
}
.icon-arrow-up-2:before {
  content: "\e009";
}
.icon-arrow-right-2:before {
  content: "\e00a";
}
.icon-arrow-down-2:before {
  content: "\e00b";
}
.icon-arrow-left-2:before {
  content: "\e00c";
}
.icon-arrow-up-3:before {
  content: "\e00f";
}
.icon-arrow-right-3:before {
  content: "\e010";
}
.icon-arrow-down-3:before {
  content: "\e011";
}
.icon-arrow-left-3:before {
  content: "\e012";
}
.icon-menu-2:before {
  content: "\e00e";
}
.icon-arrow-up-4:before {
  content: "\e201";
}
.icon-arrow-right-4:before {
  content: "\e202";
}
.icon-arrow-down-4:before {
  content: "\e203";
}
.icon-arrow-left-4:before {
  content: "\e204";
}
.icon-share:before,
.icon-redo:before {
  content: "\27";
}
.icon-undo:before {
  content: "\28";
}
.icon-forward-2:before {
  content: "\e205";
}
.icon-backward-2:before,
.icon-reply:before {
  content: "\e206";
}
.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
  content: "\6c";
}
.icon-undo-2:before {
  content: "\e207";
}
.icon-move:before {
  content: "\7a";
}
.icon-expand:before {
  content: "\66";
}
.icon-contract:before {
  content: "\67";
}
.icon-expand-2:before {
  content: "\68";
}
.icon-contract-2:before {
  content: "\69";
}
.icon-play:before {
  content: "\e208";
}
.icon-pause:before {
  content: "\e209";
}
.icon-stop:before {
  content: "\e210";
}
.icon-previous:before,
.icon-backward:before {
  content: "\7c";
}
.icon-next:before,
.icon-forward:before {
  content: "\7b";
}
.icon-first:before {
  content: "\7d";
}
.icon-last:before {
  content: "\e000";
}
.icon-play-circle:before {
  content: "\e00d";
}
.icon-pause-circle:before {
  content: "\e211";
}
.icon-stop-circle:before {
  content: "\e212";
}
.icon-backward-circle:before {
  content: "\e213";
}
.icon-forward-circle:before {
  content: "\e214";
}
.icon-loop:before {
  content: "\e001";
}
.icon-shuffle:before {
  content: "\e002";
}
.icon-search:before {
  content: "\53";
}
.icon-zoom-in:before {
  content: "\64";
}
.icon-zoom-out:before {
  content: "\65";
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
  content: "\2b";
}
.icon-pencil-2:before {
  content: "\2c";
}
.icon-brush:before {
  content: "\3b";
}
.icon-save-new:before,
.icon-plus-2:before {
  content: "\5d";
}
.icon-ban-circle:before,
.icon-minus-sign:before,
.icon-minus-2:before {
  content: "\5e";
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
  content: "\49";
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
  content: "\47";
}
.icon-new:before,
.icon-plus:before {
  content: "\2a";
}
.icon-plus-circle:before {
  content: "\e215";
}
.icon-minus:before,
.icon-not-ok:before {
  content: "\4b";
}
.icon-minus-circle:before {
  content: "\e216";
}
.icon-unpublish:before,
.icon-cancel:before {
  content: "\4a";
}
.icon-cancel-circle:before {
  content: "\e217";
}
.icon-checkmark-2:before {
  content: "\e218";
}
.icon-checkmark-circle:before {
  content: "\e219";
}
.icon-info:before {
  content: "\e220";
}
.icon-info-2:before,
.icon-info-circle:before {
  content: "\e221";
}
.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
  content: "\45";
}
.icon-question-2:before,
.icon-question-circle:before {
  content: "\e222";
}
.icon-notification:before {
  content: "\e223";
}
.icon-notification-2:before,
.icon-notification-circle:before {
  content: "\e224";
}
.icon-pending:before,
.icon-warning:before {
  content: "\48";
}
.icon-warning-2:before,
.icon-warning-circle:before {
  content: "\e225";
}
.icon-checkbox-unchecked:before {
  content: "\3d";
}
.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
  content: "\3e";
}
.icon-checkbox-partial:before {
  content: "\3f";
}
.icon-square:before {
  content: "\e226";
}
.icon-radio-unchecked:before {
  content: "\e227";
}
.icon-radio-checked:before,
.icon-generic:before {
  content: "\e228";
}
.icon-circle:before {
  content: "\e229";
}
.icon-signup:before {
  content: "\e230";
}
.icon-grid:before,
.icon-grid-view:before {
  content: "\58";
}
.icon-grid-2:before,
.icon-grid-view-2:before {
  content: "\59";
}
.icon-menu:before {
  content: "\5a";
}
.icon-list:before,
.icon-list-view:before {
  content: "\31";
}
.icon-list-2:before {
  content: "\e231";
}
.icon-menu-3:before {
  content: "\e232";
}
.icon-folder-open:before,
.icon-folder:before {
  content: "\2d";
}
.icon-folder-close:before,
.icon-folder-2:before {
  content: "\2e";
}
.icon-folder-plus:before {
  content: "\e234";
}
.icon-folder-minus:before {
  content: "\e235";
}
.icon-folder-3:before {
  content: "\e236";
}
.icon-folder-plus-2:before {
  content: "\e237";
}
.icon-folder-remove:before {
  content: "\e238";
}
.icon-file:before {
  content: "\e016";
}
.icon-file-2:before {
  content: "\e239";
}
.icon-file-add:before,
.icon-file-plus:before {
  content: "\29";
}
.icon-file-remove:before,
.icon-file-minus:before {
  content: "\e017";
}
.icon-file-check:before {
  content: "\e240";
}
.icon-file-remove:before {
  content: "\e241";
}
.icon-save-copy:before,
.icon-copy:before {
  content: "\e018";
}
.icon-stack:before {
  content: "\e242";
}
.icon-tree:before {
  content: "\e243";
}
.icon-tree-2:before {
  content: "\e244";
}
.icon-paragraph-left:before {
  content: "\e246";
}
.icon-paragraph-center:before {
  content: "\e247";
}
.icon-paragraph-right:before {
  content: "\e248";
}
.icon-paragraph-justify:before {
  content: "\e249";
}
.icon-screen:before {
  content: "\e01c";
}
.icon-tablet:before {
  content: "\e01d";
}
.icon-mobile:before {
  content: "\e01e";
}
.icon-box-add:before {
  content: "\51";
}
.icon-box-remove:before {
  content: "\52";
}
.icon-download:before {
  content: "\e021";
}
.icon-upload:before {
  content: "\e022";
}
.icon-home:before {
  content: "\21";
}
.icon-home-2:before {
  content: "\e250";
}
.icon-out-2:before,
.icon-new-tab:before {
  content: "\e024";
}
.icon-out-3:before,
.icon-new-tab-2:before {
  content: "\e251";
}
.icon-link:before {
  content: "\e252";
}
.icon-picture:before,
.icon-image:before {
  content: "\2f";
}
.icon-pictures:before,
.icon-images:before {
  content: "\30";
}
.icon-palette:before,
.icon-color-palette:before {
  content: "\e014";
}
.icon-camera:before {
  content: "\55";
}
.icon-camera-2:before,
.icon-video:before {
  content: "\e015";
}
.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
  content: "\56";
}
.icon-music:before {
  content: "\57";
}
.icon-user:before {
  content: "\22";
}
.icon-users:before {
  content: "\e01f";
}
.icon-vcard:before {
  content: "\6d";
}
.icon-address:before {
  content: "\70";
}
.icon-share-alt:before,
.icon-out:before {
  content: "\26";
}
.icon-enter:before {
  content: "\e257";
}
.icon-exit:before {
  content: "\e258";
}
.icon-comment:before,
.icon-comments:before {
  content: "\24";
}
.icon-comments-2:before {
  content: "\25";
}
.icon-quote:before,
.icon-quotes-left:before {
  content: "\60";
}
.icon-quote-2:before,
.icon-quotes-right:before {
  content: "\61";
}
.icon-quote-3:before,
.icon-bubble-quote:before {
  content: "\e259";
}
.icon-phone:before {
  content: "\e260";
}
.icon-phone-2:before {
  content: "\e261";
}
.icon-envelope:before,
.icon-mail:before {
  content: "\4d";
}
.icon-envelope-opened:before,
.icon-mail-2:before {
  content: "\4e";
}
.icon-unarchive:before,
.icon-drawer:before {
  content: "\4f";
}
.icon-archive:before,
.icon-drawer-2:before {
  content: "\50";
}
.icon-briefcase:before {
  content: "\e020";
}
.icon-tag:before {
  content: "\e262";
}
.icon-tag-2:before {
  content: "\e263";
}
.icon-tags:before {
  content: "\e264";
}
.icon-tags-2:before {
  content: "\e265";
}
.icon-options:before,
.icon-cog:before {
  content: "\38";
}
.icon-cogs:before {
  content: "\37";
}
.icon-screwdriver:before,
.icon-tools:before {
  content: "\36";
}
.icon-wrench:before {
  content: "\3a";
}
.icon-equalizer:before {
  content: "\39";
}
.icon-dashboard:before {
  content: "\78";
}
.icon-switch:before {
  content: "\e266";
}
.icon-filter:before {
  content: "\54";
}
.icon-purge:before,
.icon-trash:before {
  content: "\4c";
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
  content: "\23";
}
.icon-unlock:before {
  content: "\e267";
}
.icon-key:before {
  content: "\5f";
}
.icon-support:before {
  content: "\46";
}
.icon-database:before {
  content: "\62";
}
.icon-scissors:before {
  content: "\e268";
}
.icon-health:before {
  content: "\6a";
}
.icon-wand:before {
  content: "\6b";
}
.icon-eye-open:before,
.icon-eye:before {
  content: "\3c";
}
.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
  content: "\e269";
}
.icon-clock:before {
  content: "\6e";
}
.icon-compass:before {
  content: "\6f";
}
.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
  content: "\e01b";
}
.icon-book:before {
  content: "\e271";
}
.icon-lightning:before,
.icon-flash:before {
  content: "\79";
}
.icon-print:before,
.icon-printer:before {
  content: "\e013";
}
.icon-feed:before {
  content: "\71";
}
.icon-calendar:before {
  content: "\43";
}
.icon-calendar-2:before {
  content: "\44";
}
.icon-calendar-3:before {
  content: "\e273";
}
.icon-pie:before {
  content: "\77";
}
.icon-bars:before {
  content: "\76";
}
.icon-chart:before {
  content: "\75";
}
.icon-power-cord:before {
  content: "\32";
}
.icon-cube:before {
  content: "\33";
}
.icon-puzzle:before {
  content: "\34";
}
.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
  content: "\72";
}
.icon-lamp:before {
  content: "\74";
}
.icon-pin:before,
.icon-pushpin:before {
  content: "\73";
}
.icon-location:before {
  content: "\63";
}
.icon-shield:before {
  content: "\e274";
}
.icon-flag:before {
  content: "\35";
}
.icon-flag-3:before {
  content: "\e275";
}
.icon-bookmark:before {
  content: "\e023";
}
.icon-bookmark-2:before {
  content: "\e276";
}
.icon-heart:before {
  content: "\e277";
}
.icon-heart-2:before {
  content: "\e278";
}
.icon-thumbs-up:before {
  content: "\5b";
}
.icon-thumbs-down:before {
  content: "\5c";
}
.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
  content: "\40";
}
.icon-star-2:before {
  content: "\41";
}
.icon-featured:before,
.icon-default:before,
.icon-star:before {
  content: "\42";
}
.icon-smiley:before,
.icon-smiley-happy:before {
  content: "\e279";
}
.icon-smiley-2:before,
.icon-smiley-happy-2:before {
  content: "\e280";
}
.icon-smiley-sad:before {
  content: "\e281";
}
.icon-smiley-sad-2:before {
  content: "\e282";
}
.icon-smiley-neutral:before {
  content: "\e283";
}
.icon-smiley-neutral-2:before {
  content: "\e284";
}
.icon-cart:before {
  content: "\e019";
}
.icon-basket:before {
  content: "\e01a";
}
.icon-credit:before {
  content: "\e286";
}
.icon-credit-2:before {
  content: "\e287";
}
.icon-expired:before {
  content: "\4b";
}
.width1 {
  width: 1%;
}
.width2 {
  width: 2%;
}
.width3 {
  width: 3%;
}
.width4 {
  width: 4%;
}
.width5 {
  width: 5%;
}
.width6 {
  width: 6%;
}
.width7 {
  width: 7%;
}
.width8 {
  width: 8%;
}
.width9 {
  width: 9%;
}
.width10 {
  width: 10%;
}
.width11 {
  width: 11%;
}
.width12 {
  width: 12%;
}
.width13 {
  width: 13%;
}
.width14 {
  width: 14%;
}
.width15 {
  width: 15%;
}
.width16 {
  width: 16%;
}
.width17 {
  width: 17%;
}
.width18 {
  width: 18%;
}
.width19 {
  width: 19%;
}
.width20 {
  width: 20%;
}
.width21 {
  width: 21%;
}
.width22 {
  width: 22%;
}
.width23 {
  width: 23%;
}
.width24 {
  width: 24%;
}
.width25 {
  width: 25%;
}
.width26 {
  width: 26%;
}
.width27 {
  width: 27%;
}
.width28 {
  width: 28%;
}
.width29 {
  width: 29%;
}
.width30 {
  width: 30%;
}
.width31 {
  width: 31%;
}
.width32 {
  width: 32%;
}
.width33 {
  width: 33%;
}
.width34 {
  width: 34%;
}
.width35 {
  width: 35%;
}
.width36 {
  width: 36%;
}
.width37 {
  width: 37%;
}
.width38 {
  width: 38%;
}
.width39 {
  width: 39%;
}
.width40 {
  width: 40%;
}
.width41 {
  width: 41%;
}
.width42 {
  width: 42%;
}
.width43 {
  width: 43%;
}
.width44 {
  width: 44%;
}
.width45 {
  width: 45%;
}
.width46 {
  width: 46%;
}
.width47 {
  width: 47%;
}
.width48 {
  width: 48%;
}
.width49 {
  width: 49%;
}
.width50 {
  width: 50%;
}
.width51 {
  width: 51%;
}
.width52 {
  width: 52%;
}
.width53 {
  width: 53%;
}
.width54 {
  width: 54%;
}
.width55 {
  width: 55%;
}
.width56 {
  width: 56%;
}
.width57 {
  width: 57%;
}
.width58 {
  width: 58%;
}
.width59 {
  width: 59%;
}
.width60 {
  width: 60%;
}
.width61 {
  width: 61%;
}
.width62 {
  width: 62%;
}
.width63 {
  width: 63%;
}
.width64 {
  width: 64%;
}
.width65 {
  width: 65%;
}
.width66 {
  width: 66%;
}
.width67 {
  width: 67%;
}
.width68 {
  width: 68%;
}
.width69 {
  width: 69%;
}
.width70 {
  width: 70%;
}
.width71 {
  width: 71%;
}
.width72 {
  width: 72%;
}
.width73 {
  width: 73%;
}
.width74 {
  width: 74%;
}
.width75 {
  width: 75%;
}
.width76 {
  width: 76%;
}
.width77 {
  width: 77%;
}
.width78 {
  width: 78%;
}
.width79 {
  width: 79%;
}
.width81 {
  width: 81%;
}
.width82 {
  width: 82%;
}
.width83 {
  width: 83%;
}
.width84 {
  width: 84%;
}
.width85 {
  width: 85%;
}
.width86 {
  width: 86%;
}
.width87 {
  width: 87%;
}
.width88 {
  width: 88%;
}
.width89 {
  width: 89%;
}
.width90 {
  width: 90%;
}
.width91 {
  width: 91%;
}
.width92 {
  width: 92%;
}
.width93 {
  width: 93%;
}
.width94 {
  width: 94%;
}
.width95 {
  width: 95%;
}
.width96 {
  width: 96%;
}
.width97 {
  width: 97%;
}
.width98 {
  width: 98%;
}
.width99 {
  width: 99%;
}
.width100 {
  width: 100%;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
ul,
menu,
dir {
  margin: 0;
  padding: 0;
}
.floatleft {
  float: left;
  margin-right: 5px;
}
.floatright {
  float: right;
  margin-left: 5px;
}
ul,
li {
  list-style-type: none;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ratingbox {
  left: -2px;
  position: relative;
  display: inline-block;
  width: 90px;
  height: 14px;
  background: url("../images/vmgeneral/color-stars.png") repeat-x scroll 0 bottom transparent;
  margin: 0 auto;
}
.ratingbox div,
.ratingbox span {
  background: url(../images/vmgeneral/color-stars.png) repeat-x;
  display: block;
  width: 1%;
  height: 14px;
  position: absolute;
}
.ask-a-question-view .product-summary {
  display: inline-block;
}
.product-summary .width30 {
  width: 30%;
}
.product-summary .width70 {
  width: 70%;
}
.tip {
  float: left;
  color: #fff;
  background: #393939;
  padding: 3px 5px;
  max-width: 200px;
}
.ask-a-question-view table.askform {
  width: 100%;
  margin-bottom: 10px;
}
.ask-a-question-view table.askform input.highlight-button,
.ask-a-question-view table.askform input[type='submit'].highlight-button {
  margin-top: 10px;
}
.ask-a-question-view table.askform,
.ask-a-question-view table.askform tr,
.ask-a-question-view table.askform td {
  width: 100%;
  float: left;
}
.ask-a-question-view table.askform input,
.ask-a-question-view table.askform tr input,
.ask-a-question-view table.askform td input {
  margin-left: 0 !important;
}
.ask-a-question-view .form-field textarea.field {
  width: 100%;
}
.ask-a-question-view .form-field .submit {
  width: 100%;
}
.additional-images img {
  width: 100%;
}
#fancybox-wrap {
  padding: 0;
}
#fancybox-content .continue_link,
#fancybox-content .showcart {
  text-transform: capitalize;
  float: left;
  color: #FFFFFF;
  margin: 0px;
  padding: 5px 10px;
  width: 30%;
  text-align: center;
  border-radius: 0px;
  background-color: #e52b50;
}
#fancybox-content .continue_link:hover,
#fancybox-content .showcart:hover {
  background-color: #132438;
}
#fancybox-content .showcart {
  float: right;
}
#fancybox-content h4 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 14px;
  margin: 20px 0px;
}
#fancybox-content .product-related-products .product-field {
  width: 24%;
  display: inline-block;
}
#fancybox-content .product-related-products .product-field .text-block h2.product-title {
  font-size: 15px;
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
.product-field-display select,
.product-field-display .chzn-container,
.product-field-display .chzn-drop {
  width: 100% !important;
  max-width: none !important;
}
.chzn-container.chzn-container-single .chzn-single {
  background-image: none;
  border-radius: 0;
  border: 1px solid #eef0f2;
  box-shadow: none;
  height: auto !important;
  line-height: inherit !important;
  padding: 0 0 0 8px;
  color: #444444;
}
.chzn-container.chzn-container-single .chzn-drop {
  border: 1px solid #eef0f2 !important;
  border-top: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.chzn-container .chzn-drop {
  border: 1px solid #eef0f2;
  border-top: 0;
}
.chzn-container .chzn-results .highlighted {
  background-color: #fff !important;
  background-image: none !important;
  color: #444444 !important;
}
.category-view .category .category-inner h2 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.category-view .category .category-inner .category-image {
  margin-top: 15px;
}
.row.categories-row {
  margin-bottom: 30px;
}
.orderby-displaynumber {
  position: relative;
  float: left;
  display: inline-block;
  width: 100%;
  margin: 0 0 50px;
}
.display-number {
  display: inline-block;
  line-height: 22px;
  vertical-align: middle;
  text-align: right !important;
  margin: 0 0 0 5px;
}
.display-number select {
  max-width: 70px;
  border: 1px solid #d7e2e6;
  box-shadow: none;
  display: inline-block;
  padding: 0px 5px;
  border-radius: 0;
  margin: 0 5px;
  height: 30px;
  vertical-align: inherit;
  text-align: center;
  background: none;
}
.orderlistcontainer {
  position: relative;
  display: inline-block;
  cursor: default;
  text-align: left;
  line-height: 30px;
  clear: both;
  color: #0e2a36;
  padding: 0 42px 0 12px;
  border: 1px solid #d7e2e6;
  background: #fff;
  z-index: 99;
}
.orderlistcontainer .orderlist {
  right: 0;
}
.orderlistcontainer:first-child {
  margin-right: 60px;
}
.orderlistcontainer:after {
  width: 30px;
  height: 30px;
  background: #132438;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  content: "\f062";
  position: absolute;
  font-family: FontAwesome;
  right: -42px;
  top: 0;
}
.orderlistcontainer div.activeOrder,
.orderlistcontainer div.Order {
  position: relative;
}
.orderlistcontainer div.activeOrder:after,
.orderlistcontainer div.Order:after {
  position: absolute;
  right: -42px;
  top: 0px;
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 14px;
  color: #b3c5cc;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-left: 1px solid #d7e2e6;
}
.orderlistcontainer div.orderlist {
  display: none;
  position: absolute;
  border: 1px solid #cac9c9;
  background: #fff;
  cursor: pointer;
  z-index: 2;
  min-width: 177px;
}
.orderlistcontainer div.orderlist div {
  padding: 0 12px;
}
.orderlistcontainer div.orderlist div:hover {
  color: #eee;
  background: transparent;
}
.orderlistcontainer > div {
  display: inline-block;
}
.orderlistcontainer .title {
  margin-right: 5px;
}
.orderlistcontainer a {
  text-decoration: none;
  display: block;
}
.orderlistcontainer a:hover {
  display: block;
  color: #e52b50;
  background: transparent;
  text-decoration: none;
}
.vm-page-counter {
  float: none;
  max-width: 400px;
}
.vm-pagination {
  line-height: 25px;
}
.vm-pagination .vm-pagination-inner {
  display: inline-block;
  background: #f7f4f4;
  margin: 25px auto 0;
  padding: 10px 20px;
  border-radius: 6px;
}
.vm-pagination .vm-pagination-inner .pagination {
  margin: 0;
}
.vm-pagination .vm-pagination-inner .title-page,
.vm-pagination .vm-pagination-inner .pagination,
.vm-pagination .vm-pagination-inner .vm-page-counter {
  float: left;
  line-height: 34px;
  margin-right: 10px;
}
.vm-pagination .vm-pagination-inner .vm-page-counter {
  margin-right: 0;
}
.vm-pagination.vm-pagination-top {
  display: inline-block;
  margin-left: 20px;
}
.vm-pagination.vm-pagination-top ul {
  display: inline-block;
  margin-right: 5px;
}
.vm-pagination.vm-pagination-bottom {
  width: 100%;
  text-align: center !important;
  padding: 10px 15px;
}
.vm-pagination.vm-pagination-bottom ul {
  display: inline-block;
}
.vm-pagination ul li {
  float: left;
  display: inline-block;
  margin: 0 1px;
}
.vm-pagination ul li a {
  width: 34px;
  height: 34px;
  background: transparent;
  border-radius: 50% !important;
  line-height: 34px;
  color: #0e2a36;
  display: table;
  text-align: center;
  padding: 0;
  border: 0 !important;
}
.vm-pagination ul li.pagination-active a {
  text-decoration: underline;
}
.vm-pagination ul.pagination>.active>a,
.vm-pagination ul.pagination li >a:hover,
.vm-pagination ul.pagination>.active>span,
.vm-pagination ul.pagination li >span:hover {
  color: #fff;
  border-color: #e52b50;
  background-color: #e52b50;
}
.width-percent {
  float: left;
  padding: 0 10px;
}
.width-percent .product-inner .product-overlay {
  padding: 8px 0;
  text-align: center;
}
.width-percent .product-inner .product-overlay i {
  float: none;
  margin: 0 auto !important;
}
.width-percent .product-price div.PricesalesPrice {
  width: 100%;
}
.product-inner .addtocart-area .product-fields {
  display: none;
}
.product-field-display .chzn-container.chzn-container-single .chzn-single {
  padding: 5px 0 5px 8px;
}
.vmproducts .quantity-box,
.vmproducts .quantity-controls,
.topten-view .quantity-box,
.topten-view .quantity-controls,
.latest-view .quantity-box,
.latest-view .quantity-controls,
.featured-view .quantity-box,
.featured-view .quantity-controls,
.browse-view .quantity-box,
.browse-view .quantity-controls {
  display: none;
}
.quantity-box {
  float: left;
  width: 100%;
}
.quantity-box .quantity-minus:focus,
.quantity-box .quantity-plus:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.quantity-box .quantity-minus,
.quantity-box .quantity-plus,
.quantity-box .quantity-input {
  float: left;
  color: #2c3e50;
  width: 46px;
  height: 38px;
  line-height: 38px;
  border-radius: 0;
  background-color: #E1E1E1;
  border: 1px solid #000;
  text-align: center;
  margin: 10px 3px;
  padding: 5px 10px;
}
.quantity-box .quantity-input {
  text-align: center;
  min-width: 45px !important;
  font-size: 14px;
}
.quantity-box .quantity-minus {
  background: #E1E1E1 url(../images/qty-decrease.png) no-repeat center center;
}
.quantity-box .quantity-plus {
  background: #E1E1E1 url(../images/qty-increase.png) no-repeat center center;
}
.vm-price-desc {
  margin-right: 3px;
}
.product-price .price-crossed,
.product-price .vina-percentage,
.product-price .PricediscountAmount span {
  font-size: 14px;
  color: #888888;
  display: inline-block;
}
.product-price .vina-percentage .percentage-label {
  display: none;
}
.product-price .PricediscountAmount {
  display: inline-block;
}
.product-price .price-crossed {
  position: relative;
  padding-right: 10px;
  margin-right: 9px;
  text-decoration: line-through;
}
.product-price .price-crossed:after {
  content: "";
  width: 1px;
  background: #888888;
  position: absolute;
  top: 4px;
  right: 0;
  height: 11px;
}
.product-price div.PricesalesPrice {
  font-size: 24px;
  color: #222222;
  font-weight: bold;
  border-top: 1px solid rgba(19,36,56,0.3);
  border-bottom: 1px solid rgba(19,36,56,0.3);
  padding-left: 4px;
  margin: 9px 0 20px;
  width: 170px;
}
.product .product-inner {
  border: 1px solid transparent;
  cursor: pointer;
  margin-bottom: 65px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product .product-inner:hover {
  border: 1px solid #e52b50;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product .product-inner:hover .product-overlay {
  bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product .product-inner:hover .vm-product-media-container a.image:after {
  border: 1px solid transparent;
}
.product .product-inner:hover .vm-product-media-container a.image .first-image {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product .product-inner:hover .vm-product-media-container a.image .second-image {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product .product-inner:hover .vm-product-media-container a.image.single-image .pro-image img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-inner .quantity-box {
  display: none;
}
.product-inner .product-header {
  position: relative;
}
.product-inner .product-overlay {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
  right: 0;
  background: rgba(19,36,56,0.85);
  height: 60px;
  border-top: 1px solid #e52b50;
  border-bottom: 1px solid #e52b50;
  opacity: 0;
  transition: .4s;
  z-index: 55;
  padding: 18px 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product-inner .product-overlay i {
  display: table;
  float: left;
  font-size: 24px;
  color: #e52b50;
  margin-right: 10px;
  line-height: 22px;
  height: auto;
}
.product-inner .actions,
.product-inner .view-link-container {
  width: 50%;
  float: left;
  text-align: center;
  display: inline-block;
}
.product-inner .addtocart-area,
.product-inner .view-link-container {
  display: inline-block;
  margin: 0 auto;
}
.product-inner .addtocart-area span,
.product-inner .view-link-container span {
  float: left;
}
.product-inner .actions .addtocart-button,
.product-inner .view-link-container a {
  font-family: Roboto Condensed;
  font-size: 11px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  border: 0;
  background: none;
}
.product-inner .view-link-container a {
  display: inline-block;
}
.product-inner .product-status {
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 15px;
}
.product-inner .product-status .status-new,
.product-inner .product-status .status-sale {
  display: block;
  padding: 0 5px;
  min-width: 45px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.product-inner .product-status .status-new {
  margin-bottom: 3px;
  background-color: #132438;
}
.product-inner .product-status .status-sale {
  background-color: #e52b50;
}
.product-inner .text-block {
  padding: 0 6px;
}
.product-inner .vm-product-rating-container {
  margin: 10px 0 5px;
}
.product-inner .product-title {
  font-size: 15px;
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
.product-inner .vm-product-media-container {
  position: relative;
  max-width: none;
}
.product-inner .vm-product-media-container .browseProductImage {
  width: 100%;
}
.product-inner .vm-product-media-container a.image {
  position: relative;
  overflow: hidden;
  display: block;
  text-align: center;
  padding: 0;
}
.product-inner .vm-product-media-container a.image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #89919b;
  opacity: 1;
  visiblity: visible;
  transition: .4s;
}
.product-inner .vm-product-media-container a.image .pro-image {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-inner .vm-product-media-container a.image .first-image {
  display: block;
}
.product-inner .vm-product-media-container a.image .second-image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-inner .vm-product-media-container a.image.single-image .pro-image {
  overflow: hidden;
}
.product-inner .vm-product-media-container a.image.single-image .pro-image img {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.back-to-category {
  float: right;
}
.product-neighbours {
  color: #444;
  width: 100%;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 20px;
}
.product-neighbours a.next-page {
  background: url(../images/vmgeneral/next_16x16.png) no-repeat right;
  padding-right: 30px;
  line-height: 20px;
  float: right;
}
.product-neighbours a.previous-page {
  background: url(../images/vmgeneral/previous_16x16.png) no-repeat left;
  padding-left: 30px;
  line-height: 20px;
  float: left;
}
.vm-product-media-container .main-image img {
  width: 100%;
}
.productdetails-view .vm-product-container .quantity-box .quantity-minus,
.productdetails-view .vm-product-container .quantity-box .quantity-plus,
.productdetails-view .vm-product-container .quantity-box .quantity-input {
  margin: 14px 3px;
}
.productdetails-view .vm-product-container .quantity-box,
.productdetails-view .vm-product-container .addtocart-btn {
  width: auto;
  display: inline-block;
}
.productdetails-view .vm-product-container .quantity-box {
  margin-right: 40px;
}
.productdetails-view .vm-product-container .addtocart-btn {
  position: relative;
  background: #132438;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 67px;
  display: table;
  line-height: 67px;
}
.productdetails-view .vm-product-container .addtocart-btn i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  line-height: 67px;
  z-index: 1;
}
.productdetails-view .vm-product-container .addtocart-btn input {
  position: relative;
  z-index: 2;
  padding: 0 30px 0 55px;
  background: none;
  border: 0;
}
.productdetails-view .vm-product-container .addtocart-btn input:focus {
  background: none;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.productdetails-view .vm-product-container .addtocart-btn:hover {
  background: #e52b50;
}
.productdetails-view .vm-product-container .product-price div.PricesalesPrice {
  font-size: 40px;
  font-weight: bold;
  color: #222;
  margin: 30px 0 0;
  border-top: 0;
  border-bottom: 0;
  padding-left: 0;
  width: 100%;
}
.productdetails-view .vm-product-container .product-price .ps-discount {
  font-size: 14px;
  color: #888888;
  padding: 3px 0;
  padding-right: 5px;
  border-top: 1px solid rgba(19,36,56,0.3);
  border-bottom: 1px solid rgba(19,36,56,0.3);
  display: table;
  margin-bottom: 40px;
}
.productdetails-view .vm-product-container .product-price .vina-percentage .percentage-label {
  display: inline-block;
}
.productdetails-view .vm-product-container .product-price .PricediscountAmount {
  display: inline-block;
}
.productdetails-view .vm-product-container .vm-product-details-container {
  padding-left: 15px;
}
.productdetails-view .vm-product-container .addtocart-area,
.productdetails-view .vm-product-container .manufacturer,
.productdetails-view .vm-product-container .addtocart-bar {
  padding: 0;
}
.productdetails-view .vm-product-container h1 {
  font-size: 30px;
  color: #222;
  margin: -6px 0 25px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: capitalize;
}
.productdetails-view .vm-product-container .product-name {
  width: 100%;
}
.productdetails-view .vm-product-container .back-to-category {
  width: 100%;
  text-align: right;
  margin-bottom: 25px;
  text-decoration: underline;
}
.productdetails-view .vm-product-container .in-stock {
  margin-bottom: 0;
}
.productdetails-view .vm-product-container .product-features {
  margin-left: 15px;
  margin-bottom: 25px;
}
.productdetails-view .vm-product-container .product-features li {
  list-style-type: square;
  margin-bottom: 5px;
  color: #2c3e50;
}
.productdetails-view .vm-product-container .addtocart-bar {
  margin: 20px 0;
}
.productdetails-view .vm-product-container .addtocart-area margin: 0
			.product-fields {
  text-align: left;
}
.productdetails-view .vm-product-container .spacer-buy-area {
  display: inline-block;
  width: 100% !important;
  float: none !important;
  padding: 0;
}
.productdetails-view .vm-product-container .product-short-description {
  margin: 0;
  padding: 0;
}
.productdetails-view .vm-product-container .product-description {
  margin: 0;
}
.productdetails-view .vm-product-container .icons {
  width: 100%;
  margin: 15px 0;
  padding: 15px 0;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  display: inline-block;
}
.productdetails-view .vm-product-container .icons [class^="icon-"],
.productdetails-view .vm-product-container .icons [class*=" icon-"] {
  width: auto;
  height: auto;
}
.productdetails-view .vm-product-container .icons a {
  color: #777;
}
.productdetails-view .vm-product-container .icons > a,
.productdetails-view .vm-product-container .icons .btn-wishlist {
  float: left;
  margin-right: 10px;
  font-weight: normal;
}
.productdetails-view .vm-product-container .icons > a:before,
.productdetails-view .vm-product-container .icons .btn-wishlist:before {
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background-color: #eee;
  color: #222;
  margin-right: 10px;
}
.productdetails-view .vm-product-container .icons > a span,
.productdetails-view .vm-product-container .icons .btn-wishlist span {
  font-family: Arial;
}
.productdetails-view .vm-product-container .link-share {
  display: inline-block;
  width: 100%;
}
#additional-images ul {
  display: inline-block;
}
#additional-images ul li {
  width: 25%;
  display: inline-block;
  float: left;
  padding: 5px;
}
#additional-images ul li img {
  border: 1px solid #eef0f2;
}
#tab-block {
  width: 100%;
  display: inline-block;
  margin-top: 40px;
}
#tab-block ul#tabs-detail-product {
  border-bottom: 1px solid #eee;
}
#tab-block ul#tabs-detail-product >li a {
  display: block !important;
  font-weight: 400;
  font-family: Roboto Condensed;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff !important;
  line-height: 49px;
  padding: 0 25px !important;
  background: #132438 !important;
  border: 0;
  min-width: 115px;
  text-align: center;
}
#tab-block ul#tabs-detail-product >li a:hover {
  color: #fff !important;
  text-decoration: none;
  border: 0;
  background: #e52b50 !important;
}
#tab-block ul#tabs-detail-product >li.active >a {
  color: #fff !important;
  text-decoration: none;
  border: 0;
  background: #e52b50 !important;
}
#tab-block ul#tabs-detail-product >li.active >a:hover,
#tab-block ul#tabs-detail-product >li.active >a:focus {
  color: #fff !important;
  text-decoration: none;
  border: 0;
  background: #e52b50 !important;
}
#tab-block #vinaTabContent {
  width: 100%;
  padding: 30px 15px;
  line-height: 25px;
  border: 1px solid #eee;
  border-top: 0;
}
#tab-block ul.dot-list,
#tab-block ul.dot-list >li {
  list-style-type: disc;
}
#tab-block ul.dot-list {
  padding-left: 20px;
}
textarea.virtuemart,
textarea.customer-comment {
  margin-bottom: 20px;
}
textarea.virtuemart {
  padding: 5px;
}
textarea.virtuemart:hover {
  color: #777;
  background: #fff;
}
textarea.customer-comment:hover {
  color: #777;
  background: #fff;
}
#vina-reviews h4 {
  font-size: 16px;
  line-height: 30px;
}
#vina-reviews h4.review-title {
  border-top: 1px solid #eee;
  margin-top: 20px;
}
#vina-reviews #reviewform {
  padding-bottom: 20px;
}
#vina-reviews #reviewform .rating label {
  display: inline-block;
}
#vina-reviews .list-reviews .highlight {
  border-top: 1px dashed #eee;
  margin-top: 10px;
  padding-top: 10px;
}
#vina-reviews .customer_name {
  font-weight: bold;
  font-size: 14px;
}
#vina-reviews p.customer_name {
  margin-bottom: 5px;
  line-height: normal;
  display: inline-block;
}
#vina-reviews p.vote {
  line-height: normal;
  margin: 5px 0;
}
.write-reviews input,
.write-reviews textarea {
  background: #fff;
  border: 1px solid #f1f1f1;
  color: #777;
  text-align: left;
  padding: 5px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#vina_related_product,
#additional-images {
  position: relative;
}
.vina_list_carousel .buttons {
  display: inline-block;
  float: left;
}
.vina_list_carousel .buttons a {
  color: #333;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 2px;
  text-align: center;
}
.vina_list_carousel .buttons a.list_prev {
  float: left;
}
.vina_list_carousel .buttons a.list_next {
  float: right;
}
#additional-images {
  margin: 10px -3px 40px;
}
#additional-images .vina_list_carousel .caroufredsel_wrapper,
#additional-images .vina_list_carousel .caroufredsel_wrapper > ul {
  min-height: 76px !important;
}
#additional-images .vina_list_carousel .buttons {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 10px 0 0;
}
#additional-images .vina_list_carousel .buttons a {
  width: 23px;
  height: 23px;
  line-height: 23px;
  margin-right: 6px;
  background: #2c2c2c url(../images/bg-arrow-thumail.png) -1px 95% no-repeat;
  text-indent: -9999px;
  border: none;
}
#additional-images .vina_list_carousel .buttons a#next_addition_images {
  background-position: 100% 95%;
}
#tab-block .nav-tabs >li a {
  border: 1px solid #ddd;
  border-radius: 0;
  color: #555;
}
#tab-block .nav-tabs >li a:hover {
  color: #fff;
}
#tab-block .nav-tabs >li:hover a:hover,
#tab-block .nav-tabs >li.active a:hover {
  color: #fff;
}
>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus
#vina_caroufredsel,
#vina_addition_images {
  float: left;
}
>li.active>a > li,
.nav-tabs>li.active>a:hover > li,
.nav-tabs>li.active>a:focus
#vina_caroufredsel > li,
#vina_addition_images > li {
  float: left;
}
#vina_addition_images > li {
  display: inline-block;
  margin: 0 3px;
  background: #f1f1f1;
}
#vina_addition_images > li img {
  width: 100%;
  border: 1px solid #eef0f2;
}
#tabs-detail-product.nav {
  margin: 0;
}
#tabs-detail-product.nav >li >a {
  display: block !important;
}
.productdetails-view .tab-content {
  padding: 15px;
  border: 1px solid #ddd;
  border-top: 0px;
}
.related_prd .item .product {
  border: 1px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.related_prd .item .product:hover {
  border: 1px solid #e52b50;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.related_prd .item .product:hover .vm-product-media-container a:after {
  border: 1px solid transparent;
  border-bottom: 1px solid #e52b50;
}
.related_prd .item .text-block {
  padding: 0 6px;
}
.related_prd .item .vm-product-media-container a {
  width: 100%;
  display: inline-block;
  position: relative;
}
.related_prd .item .vm-product-media-container a img {
  width: 100%;
}
.related_prd .item .vm-product-media-container a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #89919b;
  opacity: 1;
  visiblity: visible;
  transition: .4s;
}
.related_prd .item .product-title {
  font-size: 15px;
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
#vina_related_product {
  width: 100%;
  display: inline-block;
}
#vina_caroufredsel > li {
  float: left;
  margin: 5px 13px;
}
.productdetails .product-related-products #vina_caroufredsel > li .product.product-field {
  width: 100%;
}
.related_prd {
  margin-top: 40px !important;
}
.related_prd h3.header.vina-header {
  font-size: 20px;
  text-transform: uppercase;
  color: #0e2a36;
  border-bottom: 1px solid #e52b50;
  margin: 0;
  font-weight: 400;
  margin: 10px 0 35px;
  padding: 0 0 5px;
  display: table;
}
.related_prd #vina_caroufredsel,
.related_prd .caroufredsel_wrapper {
  height: auto !important;
  min-height: 530px;
}
.related_prd .list_carousel {
  position: relative;
  padding-right: 1px;
}
.related_prd .buttons a {
  position: absolute;
  top: 40%;
  color: transparent;
  display: inline-block;
  zoom: 1;
  font-size: 0;
  margin: 0;
  padding: 15px 18px;
  text-align: center;
  line-height: 1;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0;
  opacity: 100;
  filter: alpha(opacity=10000);
}
.related_prd .buttons a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
  font-size: 15px;
  color: #222222;
}
.related_prd .buttons a#prev_FredSel {
  left: 0;
}
.related_prd .buttons a#next_FredSel {
  right: 0;
}
.related_prd .buttons a#next_FredSel:before {
  content: "\f054";
}
.related_prd .buttons a span {
  display: none;
}
label > em {
  margin-right: 5px;
  color: #e52b50;
}
h1.page-user-title,
h2.page-user-title {
  font-size: 28px;
  margin-bottom: 45px;
  text-transform: uppercase;
}
#vmPaymentForm input {
  color: #444;
  background-color: transparent !important;
}
#adminForm label,
#adminForm .chzn-single,
#userForm label,
#userForm .chzn-single {
  color: #898989;
}
.buttons-set {
  text-align: right;
}
.logout-users form {
  display: inline-block;
  border: 1px dashed #ccc;
  padding: 20px;
  margin-bottom: 30px;
  width: 100%;
}
.logout-users form .btn-logout {
  margin-left: 5px;
}
input.btn-login,
button.btn-login,
button.btn-logout,
input.btn-logout {
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  padding: 7px 20px;
  text-align: center;
  white-space: nowrap;
  background: #132438;
  color: #fff !important;
  text-transform: uppercase;
  border: none;
  text-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input.btn-login:hover,
button.btn-login:hover,
button.btn-logout:hover,
input.btn-logout:hover {
  color: #fff;
  background: #e52b50;
}
#com-form-login-username input,
#com-form-login-password input {
  width: 250px;
  height: 35px;
  padding: 4px 10px;
  border: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.vm-edit-form td {
  width: 50%;
  padding: 10px 0;
}
.vm-edit-form fieldset > span {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.vm-edit-form .adminForm {
  width: 100%;
  margin-bottom: 25px;
}
.vm-edit-form .chzn-container-single .chzn-single a {
  margin: 0;
}
.vm-edit-form .chzn-container-single .chzn-single span {
  height: 30px;
  line-height: 30px;
}
#checkoutForm button,
#checkoutForm input.details-button,
#checkoutForm button.details-button,
#checkoutForm button.btn-login,
#checkoutForm input.btn-login,
.cart-view button,
.cart-view input.details-button,
.cart-view button.details-button,
.cart-view button.btn-login,
.cart-view input.btn-login,
.vmshop-cart-account button,
.vmshop-cart-account input.details-button,
.vmshop-cart-account button.details-button,
.vmshop-cart-account button.btn-login,
.vmshop-cart-account input.btn-login {
  display: inline-block;
  padding: 7px 20px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  background: #132438;
  color: #fff;
  text-transform: uppercase;
  border: none;
  text-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#checkoutForm button:hover,
#checkoutForm input.details-button:hover,
#checkoutForm button.details-button:hover,
#checkoutForm button.btn-login:hover,
#checkoutForm input.btn-login:hover,
.cart-view button:hover,
.cart-view input.details-button:hover,
.cart-view button.details-button:hover,
.cart-view button.btn-login:hover,
.cart-view input.btn-login:hover,
.vmshop-cart-account button:hover,
.vmshop-cart-account input.details-button:hover,
.vmshop-cart-account button.details-button:hover,
.vmshop-cart-account button.btn-login:hover,
.vmshop-cart-account input.btn-login:hover {
  color: #fff;
  background: #e52b50;
}
.cart-view #checkoutForm,
.cart-view form,
.cart-view #com-form-login {
  width: 100%;
  float: left;
  display: inline-block;
}
.cart-view #checkoutForm,
.cart-view #com-form-login {
  margin: 0;
}
.vmshop-cart-account {
  border: 1px dashed #ccc;
  display: inline-block;
  margin: 0 0 30px 0;
  padding: 20px;
  width: 100%;
}
.vmshop-cart-account input.btn-login {
  margin-right: 15px;
}
.vmshop-cart-account .content #com-form-login-username input,
.vmshop-cart-account .content #com-form-login-password input {
  width: 100%;
}
.vmshop-cart-account .new-customer {
  display: inline-block;
}
.vmshop-cart-account a.link-registration:hover {
  text-decoration: underline;
}
.vmshop-cart-account .row-fluid {
  margin-bottom: 5px;
}
.vmshop-cart-account #com-form-login-remember input {
  display: inline-block;
  float: left;
}
.vmshop-cart-account #com-form-login-remember label {
  float: left;
  margin: 0 5px 0 0;
}
#checkoutForm fieldset {
  width: 100%;
  float: left;
  margin: 0;
  display: inline-block;
}
#checkoutForm table.cart-summary tbody {
  border: 1px solid #f2f2f2;
}
#checkoutForm table.cart-summary tr th {
  background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
  border-bottom: solid #E9E8E8 1px;
  padding: 15px 0 8px;
}
#checkoutForm .product-name a {
  font-size: 13px;
  text-transform: uppercase;
}
#checkoutForm .vm-continue-shopping {
  width: 50%;
  float: left;
  padding-bottom: 0;
}
#checkoutForm .billto-shipto {
  width: 100%;
  float: left;
  margin: 0 0 30px 0;
}
#checkoutForm .billto-shipto .width50 {
  border: 1px dashed #ccc;
  float: left;
  min-height: 150px;
  padding: 20px;
  width: 47%;
  margin: 0 0px 0px 6%;
}
#checkoutForm .billto-shipto .width50:first-child {
  margin-left: 0;
}
#checkoutForm .billto-shipto .width50 .output-shipto a {
  color: #898989 !important;
}
#checkoutForm .billto-shipto .width50 .output-shipto a:hover {
  color:  !important;
}
#checkoutForm .billto-shipto .width50 .output-shipto input {
  float: left;
  margin-right: 5px;
}
#checkoutForm .billto-shipto h3 {
  margin: 0 0 10px;
}
#checkoutForm .billto-shipto i {
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
#checkoutForm .billto-shipto a.details:hover {
  text-decoration: underline;
}
#checkoutForm .width50 {
  width: 50%;
  float: left;
}
#checkoutForm .a-center button.fa {
  color: #393939;
  margin-left: 5px;
  margin-top: 6px;
  padding: 0;
  font: normal normal normal 22px/1 FontAwesome;
  background: transparent;
}
#checkoutForm .a-center button.fa.vm2-remove_from_cart {
  margin-left: 0px;
}
#checkoutForm .a-center .vir_quantity {
  display: inline-block;
}
#checkoutForm .a-center .vir_quantity input {
  float: left;
}
#checkoutForm .a-center .vir_quantity button.fa {
  font-size: 18px;
  background: transparent;
}
#checkoutForm .vm-fieldset-pricelist {
  width: 100%;
  margin: 0 0 30px 0;
}
#checkoutForm .cart-summary {
  width: 100%;
}
#checkoutForm .cart-summary tr th {
  font-weight: normal;
  border-right: 1px solid #f2f2f2;
  padding: 10px;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  text-transform: capitalize;
  background: transparent;
}
#checkoutForm .cart-summary .cart-images {
  width: 100%;
  text-align: center;
  float: left;
  padding: 20px 10px;
}
#checkoutForm .cart-summary .cart-images img {
  display: inline-block;
  float: none;
  margin: 0 auto;
  max-width: 150px;
  width: auto;
}
#checkoutForm .cart-summary tbody td {
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  text-align: center;
  vertical-align: middle;
  height: 100%;
}
#checkoutForm .cart-summary tbody td .product-name {
  padding: 10px 0;
}
#checkoutForm .cart-summary tbody td .product-name a {
  margin-bottom: 10px;
}
#checkoutForm .cart-summary tbody .vm-price-value {
  float: none;
}
#checkoutForm .cart-summary tbody .vm-price-value span {
  font-size: 15px;
}
#checkoutForm .cart-summary tbody input.quantity-input {
  float: left;
  width: 40px !important;
  text-align: center;
  padding: 2px;
  display: inline-block;
  border: 1px solid #ddd;
  height: 30px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#checkoutForm .cart-summary tbody .vm2-add_quantity_cart,
#checkoutForm .cart-summary tbody .vm2-remove_from_cart {
  float: right;
  width: 20px;
  padding: 0;
  height: 20px;
  margin: 5px 2px 0;
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#checkoutForm .cart-summary tbody .vm-customfield-cart {
  text-align: center;
  line-height: 20px;
  padding: 0px;
}
#checkoutForm .cart-summary tbody .vm-customfield-cart span {
  float: none;
}
#checkoutForm .cart-summary tbody .tb-total {
  min-height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000;
}
#checkoutForm .cart-summary tbody .tb-total .total-title {
  padding: 15px 20px;
  background-color: #132438;
}
#checkoutForm .cart-summary tbody .tb-total .vm-continue-shopping {
  width: 50%;
  float: left;
}
#checkoutForm .cart-summary tbody .tb-total .vm-continue-shopping .continue_link {
  float: left;
  margin: 0px;
  background-color: #fff;
  color: #000;
  display: block;
  padding: 2px 20px;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
}
#checkoutForm .cart-summary tbody .tb-total .vm-continue-shopping .continue_link:hover {
  color: #fff;
  background-color: #e52b50;
}
#checkoutForm .cart-summary tbody .tb-total .total-block {
  float: left;
  width: 50%;
  line-height: 35px;
  padding-right: 30px;
  text-align: right;
  color: ;
}
#checkoutForm .cart-summary tbody .tb-total .total-block .title,
#checkoutForm .cart-summary tbody .tb-total .total-block .total {
  color: #fff;
  display: inline-block;
}
#checkoutForm .cart-summary tfoot {
  text-align: left;
}
#checkoutForm .cart-summary tfoot a:hover {
  text-decoration: underline;
}
#checkoutForm .cart-summary tfoot .checkoutStep {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 15px;
}
#checkoutForm .cart-summary tfoot .shipment h3,
#checkoutForm .cart-summary tfoot .payment h3 {
  font-family: Open Sans;
  font-size: 13px;
  margin: 0;
}
#checkoutForm .cart-summary tfoot .shipment .buttonBar-left,
#checkoutForm .cart-summary tfoot .payment .buttonBar-left {
  float: right;
}
#checkoutForm .cart-summary tfoot .sectiontableentry2 td .tb-tfoot {
  border: 1px dashed #ccc;
}
#checkoutForm .cart-summary tfoot .sectiontableentry1 td .sectiontableentry1-inner {
  float: left;
  width: 100%;
  padding: 20px;
  border: 1px dashed #ccc;
}
#checkoutForm .cart-summary .tb-tfoot {
  padding: 20px;
}
#checkoutForm .cart-summary .tb-tfoot input {
  margin: 0;
  height: 37px;
  border: 1px solid #f2f2f2;
}
#checkoutForm .cart-summary .tb-tfoot .details-button input {
  background-image: none;
  border-radius: 4px;
}
#checkoutForm .cart-summary .tb-tfoot .coupon {
  width: 300px;
}
#checkoutForm .checkout-button-top {
  display: inline-block;
  float: right;
  text-align: right;
  border: 0;
  width: 100%;
  padding: 20px 40px 10px;
}
#checkoutForm .checkout-button-top button {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  white-space: nowrap;
  background: #132438;
  color: #fff;
  text-transform: uppercase;
  border: none;
  text-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#checkoutForm .checkout-button-top button:hover {
  color: #fff;
  background: #e52b50;
}
#checkoutForm .vm-fieldset-customer-note {
  width: 100%;
  margin: 0 0 30px 0;
  border: 1px dashed #ccc;
  float: left;
  padding: 20px;
}
#checkoutForm .vm-fieldset-customer-note textarea#customer_note_field {
  height: 120px;
  margin: 20px 0;
  overflow: auto;
  width: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#checkoutForm .vm-fieldset-customer-note .vm-fieldset-tos input.terms-of-service {
  float: left;
}
#checkoutForm .vm-fieldset-customer-note .vm-fieldset-tos span.cart {
  float: left;
}
#checkoutForm .vm-fieldset-customer-note .vm-fieldset-tos div.terms-of-service {
  width: 100%;
  float: left;
}
#checkoutForm .vm-fieldset-customer-note .vm-fieldset-tos div.terms-of-service .vmicon {
  display: none;
}
#checkoutForm .vm-fieldset-customer-note .vm-fieldset-tos div.terms-of-service a:hover {
  text-decoration: underline;
}
#checkoutForm .cart-summary tbody .tb-total .vm-continue-shopping .continue_link:hover {
  color: #fff;
}
.vmshop-account h1.header {
  font-size: 28px;
  line-height: 28px;
  font-weight: normal;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  margin: 0 0 25px;
  padding: 0 0 10px 0;
}
.vmshop-account.account-login p,
.vmshop-account.account-logout p {
  color: #888888;
}
.vmshop-account.account-login .content,
.vmshop-account.account-logout .content {
  width: 100%;
  min-height: 345px;
  padding: 14px 21px;
  border: 1px solid #ccc;
  border-bottom: 0;
  display: inline-block;
}
.vmshop-account.account-login .buttons-set,
.vmshop-account.account-logout .buttons-set {
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 13px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.vmshop-account.account-login .buttons-set > a,
.vmshop-account.account-logout .buttons-set > a {
  line-height: 31px;
}
.vmshop-account.account-login .buttons-set input,
.vmshop-account.account-login .buttons-set .vina-button,
.vmshop-account.account-logout .buttons-set input,
.vmshop-account.account-logout .buttons-set .vina-button {
  float: right;
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  background: #132438;
  color: #fff;
  text-transform: uppercase;
  border: 0;
}
.vmshop-account.account-login .buttons-set input:hover,
.vmshop-account.account-login .buttons-set .vina-button:hover,
.vmshop-account.account-logout .buttons-set input:hover,
.vmshop-account.account-logout .buttons-set .vina-button:hover {
  background: #e52b50;
}
.vmshop-cart-account.cart-account-login h2,
.vmshop-account.account-login h2,
.vmshop-account.account-logout h2 {
  font-weight: normal;
  font-size: 15px;
  margin: 0 0 14px;
  padding: 0 0 5px 23px;
  border-bottom: 1px solid #f2f2f2;
  background-position: 0 1px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #444443;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vmshop-cart-account.cart-account-login .new-users h2,
.vmshop-account.account-login .new-users h2,
.vmshop-account.account-logout .new-users h2 {
  background: url(../images/vmgeneral/i_page1.gif) no-repeat;
}
.vmshop-cart-account.cart-account-login .login-users h2,
.vmshop-account.account-login .login-users h2,
.vmshop-account.account-logout .login-users h2 {
  background: url(../images/vmgeneral/i_page2.gif) no-repeat;
}
#userForm,
#paymentForm,
#adminForm {
  border: 1px solid #ccc;
  display: inline-block;
  margin: 0px 0 30px;
  padding: 20px;
  width: 100%;
}
#userForm button,
#paymentForm button,
#adminForm button {
  font: normal 14px/1.1em tahoma, Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  background: #132438;
  color: #fff;
  text-transform: uppercase;
  border: none;
  margin: 5px;
  padding: 10px 20px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#userForm button:hover,
#paymentForm button:hover,
#adminForm button:hover {
  color: #fff;
  background: #e52b50;
}
#userForm h3,
#paymentForm h3,
#adminForm h3 {
  font-size: 16px;
  color: #333;
  width: 100%;
  float: left;
}
#userForm .buttonBar-left,
#paymentForm .buttonBar-left,
#adminForm .buttonBar-left {
  width: 100%;
  float: left;
  text-align: left;
}
#user-registration {
  border: 1px dashed #ccc;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
}
#user-registration input {
  height: 30px;
  line-height: 30px;
  border: 1px solid #ccc;
  border-radius: 0;
  background: none;
  width: 210px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#user-registration input:focus,
#user-registration input.invalid {
  border: 1px solid #ccc !important;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#user-registration button {
  background: #e1e1e1;
  color: #696969;
  padding: 5px 15px;
  margin-right: 5px;
  height: auto;
  text-shadow: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#user-registration button:hover {
  color: #fff;
}
#user-registration .chzn-container-single .chzn-single {
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  border: 1px solid #ccc;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#user-registration label.invalid {
  color: #898989;
  background: transparent;
}
#user-registration .form-actions {
  border-top: medium none;
  margin-top: 0;
  background: none;
}
#tab-1,
#tab-2 {
  width: 100%;
  float: left;
}
.adminlist {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.adminlist th {
  width: 20%;
}
#adminForm .buttonBar-left {
  margin: 10px 0px;
}
#userForm fieldset .control-buttons,
#tab-1 fieldset .control-buttons {
  text-align: left !important;
  margin-bottom: 10px;
}
#userForm fieldset .control-buttons #reg_text,
#tab-1 fieldset .control-buttons #reg_text {
  margin-bottom: 10px;
}
table.user-details input {
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  border: 1px solid #ccc;
  background: none;
  width: 210px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
table.user-details input:focus,
table.user-details input.invalid {
  border: 1px solid #ccc !important;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
table.user-details .chzn-container-single .chzn-single {
  height: 30px;
  line-height: 30px;
  border: 1px solid #ccc;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
table.user-details label.invalid {
  color: #898989;
  background: transparent;
}
ul.nav-tabs.nav-stacked>li:first-child>a,
ul.nav-tabs.nav-stacked>li:last-child>a {
  border-radius: 0 !important;
}
span.text-or {
  font-size: 14px;
  text-transform: uppercase;
  color: #222;
  text-align: center;
  line-height: 45px;
  display: block;
}
.register-links {
  font-family: Arial;
  font-size: 14px;
  color: #e52b50;
  display: table;
  margin: 0 auto;
  text-transform: uppercase;
  border-bottom: 1px solid #e52b50;
}
.register-links:hover {
  color: #132438;
  border-bottom: 1px solid #132438;
}
div.login {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}
div.login .form-links {
  text-align: left;
  margin-top: -16px;
  margin-bottom: 16px;
}
div.login .form-links li {
  display: inline-block;
}
div.login .form-links li a {
  font-family: Arial;
}
div.login img {
  display: inline-block;
  margin: 20px 0;
}
div.login .checkbox {
  text-align: left;
  margin-bottom: 15px;
}
div.login .checkbox input[type="checkbox"] {
  display: inline-block;
  float: left;
  margin-top: 3px;
}
div.login form {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0px;
  border-radius: 0;
}
div.login form .group-control {
  position: relative;
}
div.login form .group-control i {
  color: #959595;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 16px;
}
div.login input,
div.login input:focus,
div.login input.invalid {
  padding: 5px 50px 5px 15px;
  height: 40px;
  background-color: #ececec;
  border: solid 1px #132438;
  width: 100%;
  margin-bottom: 17px;
  border-radius: 1px;
  color: #555;
  font-weight: 400;
}
div.login input:-webkit-autofill,
div.login textarea:-webkit-autofill,
div.login select:-webkit-autofill {
  background-color: #ececec;
  border: solid 1px #132438;
  width: 100%;
  border-radius: 1px;
  color: #555;
  font-weight: 400;
}
div.login input#remember {
  width: auto;
  height: auto;
}
div.login button {
  height: 40px;
  border-radius: 8px;
  background: #132438;
  border: none;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fefefe;
  width: 100%;
  padding: 0 20px;
  text-transform: uppercase;
}
div.login button:hover {
  color: #fff;
}
div.login a:hover {
  text-decoration: underline;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
div#ProOPC .cart-summary button,
div#ProOPC .proopc-p-info-table button {
  background-color: #e6e6e6;
}
div#ProOPC .proopc-btn:focus {
  outline: 0;
}
.edit-address,
.proopc-confirm-order,
.proopc-cartlist,
.proopc-reg-form .proopc-inner,
#proopc-shipments,
#proopc-payments {
  display: inline-block;
}
.proopc-reg-form .proopc-inner {
  width: 100%;
}
div#cf_res_ajax_loader,
div#wk_compare {
  position: fixed !important;
  background-position: center 20px !important;
}
.cf_form .cf_filtering_slider_gutter {
  width: 100%;
}
.cf_form .cf_filtering_slider_gutter_item {
  position: relative;
  float: left;
  width: 9px;
  height: 18px;
}
.cf_form .cf_slider_gutter_l {
  background: url(../images/vmgeneral/slider_rptr.png) center left no-repeat;
}
.cf_form .cf_slider_gutter_r {
  background: url(../images/vmgeneral/bg_price_filter.png) center right no-repeat;
}
.cf_form .cf_slider_gutter_m {
  width: 90%;
  background: url(../images/vmgeneral/bg_price_filter.png) center repeat-x;
  height: 18px;
}
.cf_form .slider_bkg_img {
  margin: 0;
  width: 100%;
  height: 18px;
  background: url(../images/vmgeneral/bkg_slider.png) center repeat-x;
}
.cf_form .cf_flt_wrapper_rtl .slider_bkg_img {
  margin: 0;
}
.cf_form .knob_wrapper {
  height: 14px;
}
.cf_form .cf_filtering_knob {
  height: 18px;
  width: 20px;
  border-radius: 5px;
}
.cf_form .cf_filtering_knob_from,
.cf_form .cf_filtering_knob_to {
  background: url(../images/vmgeneral/slider_knob_to.png) center left no-repeat;
}
.cf_form .cf_filtering_knob_from:hover,
.cf_form .cf_filtering_knob_to:hover {
  background-position: center 0;
}
.cf_form .cf_filtering_knob_from {
  top: 0;
}
.cf_form .cf_filtering_knob_to {
  position: absolute !important;
  top: 0;
  bottom: auto !important;
  background-position: center 100%;
}
.cf_flt_wrapper .cf_flt_header {
  font-size: 16px;
  text-transform: uppercase;
  color: #444;
  margin: 0;
  font-weight: 400;
  padding: 25px 0;
}
.cf_flt_wrapper li.cf_catOption.cfLiLevel0 a {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizelegibility;
  font-size: 14px !important;
  color: #222;
}
.cf_flt_wrapper li.cf_catOption.cfLiLevel1 a {
  list-style: none;
  font-weight: 400;
  font-size: 12px !important;
  color: #222;
}
.cf_flt_wrapper .cf_filters_list li .cf_sel_opt {
  font-weight: normal;
}
.cf_flt_wrapper ul.cf_filters_list {
  padding: 15px 30px 15px 18px;
  margin: 0 0 -15px;
}
.cf_flt_wrapper ul.cf_filters_list li {
  font-size: 14px;
  color: #222;
  margin-bottom: 2px !important;
}
.cf_flt_wrapper ul.cf_filters_list li .cf_option {
  padding: 0 5px;
}
.cf_flt_wrapper ul.cf_filters_list li.cf_li_clear {
  margin-bottom: 15px !important;
}
.cf_flt_wrapper input.cf_smart_search,
.cf_flt_wrapper .cf_wrapper_input_text input[type="search"] {
  width: 100%;
  height: 30px;
  display: inline-block;
  background-color: #fff;
  border: solid 1px #0e2a36;
  padding: 5px 50px 5px 10px;
  color: #666 !important;
  font-size: 16px;
  font-style: italic;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cf_flt_wrapper .cf_wrapper_input_text .form-horizontal input[type="search"] {
  width: 80%;
}
.cf_flt_wrapper .cf_wrapper_input_text .form-horizontal button.cf_search_button {
  width: 18%;
  display: inline-block;
  background: #132438;
  border: 0;
  line-height: 30px;
  padding: 0 10px;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  pointer-events: visible;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.cf_flt_wrapper .cf_wrapper_input_text .form-horizontal button.cf_search_button i {
  color: #fff;
  margin: 0;
  height: 30px !important;
  line-height: 30px !important;
}
.cf_flt_wrapper .cf_wrapper_input_text.cf_wrapper_input_text_2 .form-horizontal input[type="search"],
.cf_flt_wrapper .cf_wrapper_input_text div[id^="cf_wrapper_input_text_price"] .form-horizontal input[type="search"] {
  width: 60px;
  padding: 3px;
}
.cf_flt_wrapper .cf_wrapper_input_text.cf_wrapper_input_text_2 .form-horizontal .cf_search_button,
.cf_flt_wrapper .cf_wrapper_input_text div[id^="cf_wrapper_input_text_price"] .form-horizontal .cf_search_button {
  width: auto;
  padding: 0px 15px;
  cursor: pointer;
  pointer-events: visible;
}
.cf_flt_wrapper .cf_wrapper_input_text.cf_wrapper_input_text_2 .form-horizontal .cf_search_button i before,
.cf_flt_wrapper .cf_wrapper_input_text div[id^="cf_wrapper_input_text_price"] .form-horizontal .cf_search_button i before {
  margin: 0;
}
.cf_flt_wrapper ul.cf_filters_list li a {
  font-size: 14px !important;
}
.cf_flt_wrapper ul.cf_filters_list li,
.cf_flt_wrapper .cf_catOption {
  position: relative;
  padding-right: 15px;
}
.cf_flt_wrapper ul.cf_filters_list li .cf_flt_counter,
.cf_flt_wrapper .cf_catOption .cf_flt_counter {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.cf_resetAll_link {
  text-decoration: underline;
}
.log-desc {
  font-size: 30px;
  text-transform: uppercase;
  color: #222;
  font-weight: 400;
  margin: 0 0 35px;
}
div.logout {
  border: solid 1px #132438;
  display: inline-block;
  margin: 0px 0 20px;
  padding: 20px;
  width: 100%;
}
div.logout .form-horizontal {
  margin: 0;
}
div.logout .form-horizontal .control-group {
  margin: 0;
}
div.logout .form-horizontal .controls {
  margin-left: 0px;
}
div.logout .form-group {
  margin-bottom: 0;
}
div.logout button.btn {
  color: #fefefe;
  border: 0;
  border-radius: 8px;
  padding: 8px 26px;
  text-transform: uppercase;
  background: #132438;
}
div.logout button.btn:hover {
  border: 0;
  background: #e52b50;
}
div.profile .btn-toolbar {
  width: 100%;
  float: left;
}
div.profile .btn-toolbar a.btn {
  background: #132438;
  color: #fff;
  padding: 8px 20px;
  margin-right: 5px;
  height: auto;
  text-shadow: none;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.profile .btn-toolbar a.btn:hover {
  color: #fff;
  background: #e52b50;
}
.profile ul.btn-toolbar {
  margin-bottom: 30px;
}
.profile ul.btn-toolbar li:first-child {
  margin-left: 0 !important;
}
.profile-title {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.profile-content .profile-label {
  font-weight: bold;
}
.profile-content .row {
  margin-bottom: 20px;
}
.block-mini-cart {
  color: #fff;
}
.mini-cart-title {
  color: #fff;
  line-height: 100px;
}
.mini-cart-title i {
  font-size: 24px;
  line-height: 1;
  margin-left: 20px;
  border: 1px solid #fff;
  padding: 7px 9px 7px 7px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mini-cart {
  position: relative;
  cursor: pointer;
}
.mini-cart .mini-cart-content {
  position: absolute;
  background: #fff;
  color: #222222;
  right: 0;
  top: 125px;
  width: 280px;
  padding: 15px 20px 20px 20px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.mini-cart .product_row {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgba(19,36,56,0.15);
  padding: 10px 0 4px;
}
.mini-cart .product_row br {
  display: none;
}
.mini-cart:hover .mini-cart-title {
  color: #e52b50;
}
.mini-cart:hover .mini-cart-title i {
  background-color: #e52b50;
  color: #fff;
}
.mini-cart:hover .mini-cart-content {
  z-index: 999;
  visibility: visible;
  top: 85px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.mini-cart .product_name a {
  font-family: Roboto Condensed;
  font-size: 15px;
  color: #222;
  font-weight: 400;
  margin: 0 0 5px;
}
.mini-cart .subtotal_with_tax {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #666;
  margin: 0;
  float: left;
}
.mini-cart .total {
  font-family: Roboto Condensed;
  font-size: 15px;
  color: #222;
  font-weight: 400;
  margin: 5px 0;
}
.mini-cart .show_cart {
  padding-top: 8px;
}
.mini-cart .show_cart a {
  background: #132438;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  color: #fff;
  padding: 0 17px;
  text-transform: uppercase;
  font-size: 12px;
}
.mini-cart .show_cart a:hover {
  background: #e52b50;
}
.is-sticky .mini-cart-title {
  line-height: 70px;
}
.is-sticky .mini-cart .mini-cart-content {
  top: 95px;
}
.is-sticky .mini-cart:hover .mini-cart-content {
  top: 55px;
}
#sp-menu > .sp-column {
  float: right;
}
#sp-menu .sp-megamenu-wrapper,
#sp-menu .sp-module {
  float: left;
  display: inline-block;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
  display: block;
  float: right;
}
.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li >a {
  display: inline-block;
  padding: 43px 12px;
  line-height: 1;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.sp-megamenu-parent >li.sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f107";
  line-height: 13px;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #132438;
  padding: 10px 35px 30px;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
  display: block;
  cursor: pointer;
  width: 100%;
  padding: 12px 0px;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 0px solid #233e5f;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
.is-sticky #offcanvas-toggler {
  line-height: 70px;
}
#offcanvas-toggler {
  float: right;
  line-height: 100px;
  color: #fff;
}
#offcanvas-toggler >i {
  color: #fff;
  display: inline-block;
  padding: 0 0 0 10px;
  font-size: 18px;
  background: transparent;
  margin: 0;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler >i:hover {
  color: #fff;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  color: #e8e8e8;
  border: 2px solid #eee;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
.close-offcanvas:hover {
  border: 2px solid #e52b50;
  color: #e52b50;
}
.offcanvas-menu {
  width: 280px;
  height: 100%;
  background: #132438;
  color: #fff;
  position: fixed;
  top: 0;
  opacity: 0;
  z-index: 9999;
  overflow-y: auto;
}
.offcanvas-menu .offcanvas-inner {
  padding: 50px 20px 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 18px;
  padding-bottom: 6px;
  border-bottom: 1px solid #132438;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  padding: 0;
  border: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  color: #fff !important;
  border-bottom: 1px solid #e8e8e8;
  padding: 8px 10px 8px 0;
  display: inline-block;
  width: 100%;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover {
  color: #e52b50 !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:before {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.level0 > li {
  padding: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {
  margin: 0 -20px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  border-radius: 0;
  border: 1px solid #eee;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.offcanvas-menu .offcanvas-inner div.vina-treeview-menus .treeview ul {
  background-color: transparent;
}
.ltr .offcanvas-menu {
  -webkit-transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
  transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
}
.ltr .body-innerwrapper:after {
  right: 0;
}
.ltr .offcanvas-menu {
  right: -280px;
}
.ltr.offcanvas .offcanvas-menu {
  right: 0;
}
.body-innerwrapper:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.8);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 999;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
}
.offcanvas .body-innerwrapper:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas .offcanvas-menu {
  opacity: 1;
}
.menu .nav-child.small {
  font-size: inherit;
}
@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
body {
  color: #222;
  line-height: 1.42857143;
}
div[id^="vina-copyright"] {
  font-size: 12px !important;
  height: 0px !important;
  overflow: hidden !important;
}
a {
  color: #222;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
a:focus {
  outline: 0 !important;
}
i b,
i strong,
.fa b,
.fa strong {
  display: none;
}
input[type="submit"]:focus,
button[type="submit"]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
.odd {
  padding: 0;
  border-bottom: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
.carousel-gallery-block > div,
.carousel-gallery-block > div >div {
  height: 100% !important;
  overflow: visible !important;
  margin: 0 !important;
}
.jutooltip * {
  background-image: none !important;
}
.jutooltip .jutooltip-box-br,
.jutooltip .jutooltip-box-bl,
.jutooltip .jutooltip-box-tr,
.jutooltip .jutooltip-box-tl {
  border-radius: 5px;
}
.jutooltip .jutooltip-box-tl {
  color: #fff;
  padding: 5px 10px;
  background-image: none;
  background-color: #132438;
  border-radius: 4px;
}
.jutooltip.jutooltip-top-left .jutooltip-arrow,
.jutooltip.jutooltip-top-right .jutooltip-arrow,
.jutooltip.jutooltip-top-center .jutooltip-arrow,
.jutooltip.jutooltip-bottom-left .jutooltip-arrow,
.jutooltip.jutooltip-bottom-right .jutooltip-arrow,
.jutooltip.jutooltip-bottom-center .jutooltip-arrow,
.jutooltip.jutooltip-left-left .jutooltip-arrow,
.jutooltip.jutooltip-left-right .jutooltip-arrow,
.jutooltip.jutooltip-left-center .jutooltip-arrow,
.jutooltip.jutooltip-right-left .jutooltip-arrow,
.jutooltip.jutooltip-right-right .jutooltip-arrow,
.jutooltip.jutooltip-right-center .jutooltip-arrow {
  background: none !important;
  height: 0;
  width: 0;
}
.jutooltip.jutooltip-top-left .jutooltip-arrow,
.jutooltip.jutooltip-top-right .jutooltip-arrow,
.jutooltip.jutooltip-top-center .jutooltip-arrow {
  border: 7px solid transparent;
  border-top: 6px solid #132438;
}
.jutooltip.jutooltip-bottom-left .jutooltip-arrow,
.jutooltip.jutooltip-bottom-right .jutooltip-arrow,
.jutooltip.jutooltip-bottom-center .jutooltip-arrow {
  border: 7px solid transparent;
  border-bottom: 6px solid #132438;
}
.jutooltip.jutooltip-left-left .jutooltip-arrow,
.jutooltip.jutooltip-left-right .jutooltip-arrow,
.jutooltip.jutooltip-left-center .jutooltip-arrow {
  border: 7px solid transparent;
  border-left: 6px solid #132438;
}
.jutooltip.jutooltip-right-left .jutooltip-arrow,
.jutooltip.jutooltip-right-right .jutooltip-arrow,
.jutooltip.jutooltip-right-center .jutooltip-arrow {
  border: 7px solid transparent;
  border-right: 6px solid #132438;
}
.btn,
.sppb-btn {
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
.offline-inner {
  margin-top: 100px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #999;
}
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
  height: auto;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  width: 100%;
}
#sp-top-bar {
  position: relative;
  z-index: 111;
  padding: 2px 0;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#sp-top-bar .sp-module {
  margin: 0 0 0 20px;
}
#sp-top-bar a {
  color: #fff;
}
#sp-top-bar i {
  font-size: 22px;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
#sp-top-bar ul li {
  line-height: 38px;
}
#sp-top-bar .sp-contact-info li {
  margin-left: 0;
  margin-right: 55px;
}
.sp-module.mod_calendar ul li {
  display: inline-block;
  float: left;
  color: #fff;
  margin-left: 35px;
  line-height: 38px;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons >li {
  display: inline-block;
  margin: 5px 7px;
}
ul.social-icons >li a {
  color: #999999;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li >a:before {
  display: none;
}
.sp-contact-info {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
}
.sp-contact-info li i {
  margin: 0 3px;
}
.body-innerwrapper > #sp-header {
  margin-top: 42px;
}
#sp-header {
  position: relative;
  z-index: 990;
  background: #132438;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
}
#sp-header .logo {
  display: inline-block;
  display: table;
  height: 100px;
}
#sp-header .logo h1 {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header .sp-retina-logo {
  display: none;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
#sp-header-sticky-wrapper.sticky-wrapper.is-sticky {
  height: 70px !important;
}
#sp-header-sticky-wrapper.sticky-wrapper.is-sticky #sp-header {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#sp-header-sticky-wrapper.sticky-wrapper.is-sticky #sp-header .sp-megamenu-parent >li >a {
  padding: 28px 12px;
}
#sp-header-sticky-wrapper.sticky-wrapper.is-sticky #sp-header .logo {
  height: 70px;
}
#sp-header.header-onepage {
  background: rgba(19,36,56,0.6);
}
#sp-header-sticky-wrapper.sticky-wrapper.is-sticky #sp-header.header-onepage {
  background: #132438;
}
#sp-top-bar-sticky-wrapper.sticky-wrapper.is-sticky #sp-top-bar {
  margin-top: -42px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #sp-header .sp-default-logo {
    display: none;
  }
  #sp-header .sp-retina-logo {
    display: block;
  }
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 35px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title h2,
.sp-page-title h3 {
  text-transform: uppercase;
  color: #222;
  font-weight: 400;
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 24px;
}
.sp-page-title h2 {
  font-size: 24px;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
}
.sp-page-title > .container {
  line-height: 1;
}
.sp-page-title .breadcrumb {
  display: inline-block;
  float: right;
  background: none;
  padding: 0;
  margin: 0;
}
.sp-page-title .breadcrumb >.active {
  color: #222;
}
.sp-page-title .breadcrumb li {
  line-height: 24px;
}
.sp-page-title .breadcrumb >span,
.sp-page-title .breadcrumb >li,
.sp-page-title .breadcrumb >li+li:before,
.sp-page-title .breadcrumb >li>a {
  color: #222;
}
.body-innerwrapper {
  overflow-x: hidden;
  -webkit-transition: margin-left 400ms cubic-bezier(0.7,0,0.3,1);
  transition: margin-left 400ms cubic-bezier(0.7,0,0.3,1);
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#sp-main-body {
  padding: 100px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
.sppb-addon-cta .sppb-cta-subtitle {
  margin-bottom: 0;
  line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}
.sppb-addon-image-content {
  position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: 0;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding: 120px 0 120px 50px;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding: 120px 50px 120px 0;
}
@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}
div.k2CategoriesListBlock ul li.activeCategory a {
  font-weight: 400;
  font-weight: normal;
}
#sp-left .sp-module,
#sp-right .sp-module {
  margin-top: 45px;
}
#sp-left .sp-module:first-child,
#sp-right .sp-module:first-child {
  margin-top: 0;
}
#sp-left .sp-module .sp-module-title,
#sp-right .sp-module .sp-module-title {
  font-size: 24px;
  text-transform: uppercase;
  color: #222;
  font-weight: 400;
  margin: 0 0 25px;
  line-height: 26px;
}
#sp-left .sp-module div.k2TagCloudBlock,
#sp-right .sp-module div.k2TagCloudBlock {
  padding: 0;
}
#sp-left .sp-module div.k2TagCloudBlock a,
#sp-right .sp-module div.k2TagCloudBlock a {
  color: #222;
  background: #ecf0f1;
  line-height: 40px;
  margin-right: 3px;
  margin-bottom: 3px;
  padding: 0 22px;
  display: table;
  font-size: 14px;
  border: none;
}
#sp-left .sp-module .tagscloud,
#sp-right .sp-module .tagscloud {
  margin: -2px 0;
}
#sp-left .sp-module .tagscloud .tag-name,
#sp-right .sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
#sp-left .sp-module .tagscloud .tag-name span,
#sp-right .sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
}
#sp-left .sp-module.banner-left,
#sp-right .sp-module.banner-left {
  border-bottom: 0;
}
#sp-left .sp-module.banner-left p,
#sp-right .sp-module.banner-left p {
  margin-bottom: 0;
  overflow: hidden;
}
#sp-left .sp-module.banner-left img,
#sp-right .sp-module.banner-left img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
#sp-left .sp-module.banner-left:hover img,
#sp-right .sp-module.banner-left:hover img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
#sp-left ul >li,
#sp-right ul >li {
  display: block;
  margin-bottom: 15px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
#sp-left ul >li >a,
#sp-right ul >li >a {
  font-size: 16px;
  color: #222;
  display: block;
  -webkit-transition: 300ms;
  transition: 300ms;
}
#sp-left ul >li >a:hover,
#sp-right ul >li >a:hover {
  background: none;
}
#sp-left ul >li:last-child,
#sp-right ul >li:last-child {
  border-bottom: none;
}
#sp-left div.k2LoginBlock ul li,
#sp-right div.k2LoginBlock ul li {
  margin-bottom: 5px;
}
#sp-left div.vina-treeview-virtuemart .treeview li,
#sp-right div.vina-treeview-virtuemart .treeview li {
  background: none;
}
#sp-left .vina-treeview-virtuemart .treeview .hitarea,
#sp-right .vina-treeview-virtuemart .treeview .hitarea {
  position: relative;
  top: 17px;
  float: right;
  width: 8px;
  height: 7px;
  margin-left: 15px;
  cursor: pointer;
}
#sp-left .vina-treeview-virtuemart ul li,
#sp-right .vina-treeview-virtuemart ul li {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#sp-left .vina-treeview-virtuemart ul li.collapsable > a,
#sp-left .vina-treeview-virtuemart ul li.expandable > a,
#sp-right .vina-treeview-virtuemart ul li.collapsable > a,
#sp-right .vina-treeview-virtuemart ul li.expandable > a {
  display: block;
  padding: 10px 0 0;
  margin-right: 20px;
  position: relative;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizelegibility;
  font-size: 14px;
  color: #222;
}
#sp-left .vina-treeview-virtuemart ul li.collapsable ul,
#sp-left .vina-treeview-virtuemart ul li.expandable ul,
#sp-right .vina-treeview-virtuemart ul li.collapsable ul,
#sp-right .vina-treeview-virtuemart ul li.expandable ul {
  padding: 10px 0px 10px 0px;
}
#sp-left .vina-treeview-virtuemart ul li.collapsable ul a,
#sp-left .vina-treeview-virtuemart ul li.expandable ul a,
#sp-right .vina-treeview-virtuemart ul li.collapsable ul a,
#sp-right .vina-treeview-virtuemart ul li.expandable ul a {
  list-style: none;
  font-weight: 400;
  margin: 5px 6px 8px;
  font-size: 12px;
  color: #222;
}
#sp-left .vina-treeview-virtuemart .treeview .hitarea,
#sp-right .vina-treeview-virtuemart .treeview .hitarea {
  display: none;
  background: url(../images/plus.png) no-repeat;
}
#sp-left .vina-treeview-virtuemart .treeview .hitarea:first-child,
#sp-right .vina-treeview-virtuemart .treeview .hitarea:first-child {
  display: block;
}
#sp-left .vina-treeview-virtuemart .treeview .hitarea.collapsable-hitarea,
#sp-right .vina-treeview-virtuemart .treeview .hitarea.collapsable-hitarea {
  background: url(../images/minus.png) no-repeat;
}
#sp-left .vina-treeview-virtuemart .treeview .hitarea.expandable-hitarea,
#sp-right .vina-treeview-virtuemart .treeview .hitarea.expandable-hitarea {
  display: none;
}
#sp-left .vina-treeview-virtuemart .treeview .hitarea.expandable-hitarea:first-child,
#sp-right .vina-treeview-virtuemart .treeview .hitarea.expandable-hitarea:first-child {
  display: block;
}
#sp-left .vina-treeview-virtuemart .treeview .hitarea.collapsable-hitarea,
#sp-right .vina-treeview-virtuemart .treeview .hitarea.collapsable-hitarea {
  display: none;
}
#sp-left .vina-treeview-virtuemart .treeview .hitarea.collapsable-hitarea:first-child,
#sp-right .vina-treeview-virtuemart .treeview .hitarea.collapsable-hitarea:first-child {
  display: block;
}
#sp-left div.k2ItemsBlock .moduleItemImage,
#sp-right div.k2ItemsBlock .moduleItemImage {
  float: left;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 6px;
}
#sp-left div.k2ItemsBlock .moduleItemImage img,
#sp-right div.k2ItemsBlock .moduleItemImage img {
  max-width: 70px;
}
#sp-left div.k2ItemsBlock .moduleItemTitle,
#sp-right div.k2ItemsBlock .moduleItemTitle {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}
#sp-left div.k2ItemsBlock .moduleItemIntrotext,
#sp-right div.k2ItemsBlock .moduleItemIntrotext {
  font-size: 14px;
  line-height: 24px;
  margin: 15px 0 30px;
}
#sp-left .sp-module {
  margin: 0 0 18px;
  border-bottom: 1px solid #e52b50;
  padding-bottom: 25px;
}
#sp-left .sp-module .sp-module-title {
  font-size: 20px;
  text-transform: uppercase;
  color: #0e2a36;
  font-weight: 400;
  margin: 0 0 5px;
  border-bottom: 1px solid #e52b50;
  padding-bottom: 18px;
}
.sp-module .sp-module-title {
  margin: 0 0 20px;
  text-transform: uppercase;
  line-height: 1;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module .categories-module ul {
  margin: 0 10px;
}
.sp-module .latestnews >div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.sp-module .latestnews >div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sp-module .latestnews >div >a {
  display: block;
  font-weight: 400;
}
.sp-module div.k2TagCloudBlock {
  padding: 0;
}
.sp-module div.k2TagCloudBlock a {
  height: 20px;
  background: #282B49;
  text-align: center;
  display: table;
  font-size: 11px;
  color: #ECF0F1;
  border-radius: 1px;
  padding: 1px 14px 0;
  margin-right: 3px;
  margin-bottom: 3px;
  float: left;
}
.sp-module div.k2TagCloudBlock a:hover {
  background: #132438;
  border: 1px solid #ffffff;
}
div.itemTagsBlock,
div.catItemTagsBlock {
  padding: 0;
  display: inline;
  border-bottom: 0;
}
.btn_search span {
  display: none;
}
.k2SearchBlock .k2SearchBlockForm {
  position: relative;
}
.k2SearchBlock .inputbox {
  width: 100%;
  height: 30px;
  background-color: #fff;
  border: solid 1px #d7e2e6;
  padding: 5px 50px 5px 10px;
  color: #999;
  font-size: 16px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k2SearchBlock .btn_search {
  width: 40px;
  height: 28px;
  color: #cecece;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  font-size: 16px;
  line-height: 28px;
  background: transparent;
}
.sp-module .vm-search {
  position: relative;
}
.sp-module .vm-search .btn_search {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  border: 0;
  line-height: 30px;
  padding: 0 10px;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sp-module .vm-search .btn_search i {
  color: #666;
  margin: 0;
  height: 30px !important;
  line-height: 30px !important;
}
.sp-module input#mod_virtuemart_search {
  width: 100%;
  height: 30px;
  background-color: #fff;
  border: solid 1px #0e2a36;
  padding: 5px 50px 5px 10px;
  color: #666;
  font-size: 16px;
  font-style: italic;
  border-radius: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt,
.search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.entry-image img {
  width: 100%;
}
.item .cd1-right,
.item .cd-right {
  padding-left: 15px;
}
.item .cd1-right h5,
.item .cd-right h5 {
  font-size: 36px;
  font-weight: normal;
}
article.item.item-page {
  margin-bottom: 0;
}
.article-info {
  margin: 0 -8px 5px;
  line-height: 12px;
}
.article-info >dd {
  display: inline-block;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  margin: 0 8px;
}
.article-info >dd >i {
  display: inline-block;
  margin-right: 3px;
}
article.item {
  margin-bottom: 50px;
}
.tags {
  margin-top: 20px;
}
.tags >span {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content_rating,
.content_rating + form {
  display: none;
}
.voting-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  display: inline-block;
}
.voting-symbol span.star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.voting-symbol span.star.active:before {
  content: "\f005";
}
.voting-symbol span.star:before {
  content: "\f006";
  padding-right: 5px;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  content: "\f005";
  cursor: pointer;
}
.post_rating {
  margin-bottom: 20px;
}
.post_rating .ajax-loader,
.post_rating .voting-result {
  display: none;
}
.post-format {
  position: absolute;
  top: 0;
  left: -68px;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
  margin-bottom: 30px;
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.entry-header {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.entry-header.has-post-format {
  margin-left: 68px;
}
.entry-header h2 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1;
}
.entry-header h2 a {
  color: #000;
}
.entry-link {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}
.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.entry-link a h4:hover {
  color: rgba(255,255,255,0.85);
}
.entry-link:before {
  position: absolute;
  left: -60px;
  font-size: 300px;
  content: "\f0c1";
  font-family: FontAwesome;
  transform: rotate(90deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
  z-index: -1;
}
.entry-quote {
  position: relative;
  padding: 80px 50px;
  color: rgba(255,255,255,0.9);
}
.entry-quote:before {
  position: absolute;
  left: -40px;
  font-size: 300px;
  content: "\f10e";
  font-family: FontAwesome;
  transform: rotate(15deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
}
.entry-quote blockquote small {
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
}
.entry-quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: none;
}
.carousel-left,
.carousel-right {
  position: absolute;
  top: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-radius: 4px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.carousel-left:hover,
.carousel-right:hover {
  color: #fff;
}
.carousel-left:focus,
.carousel-right:focus {
  color: #fff;
}
.carousel-left {
  left: 10px;
}
.carousel-right {
  right: 10px;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
  padding: 2px 0;
}
.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
  margin: 5px 0;
}
.ci-inner {
  padding-bottom: 23px;
  padding-top: 0px;
  border-top: 1px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ci-inner i {
  width: 78px;
  height: 78px;
  background: #e7e9eb;
  display: table;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 78px;
  text-align: center;
  font-size: 36px;
  color: #222222;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ci-inner p {
  font-size: 16px;
  color: #222;
  text-align: center;
  margin: 5px 0 0;
}
.ci-inner:hover {
  padding-bottom: 0px;
  padding-top: 23px;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.ci-inner:hover i {
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.k2ItemsBlock.mod_recent_post .even,
.k2ItemsBlock.mod_recent_post .odd {
  background: transparent;
}
.k2ItemsBlock.mod_recent_post li {
  margin-bottom: 24px;
}
.k2ItemsBlock.mod_recent_post .moduleItemImage {
  float: left;
  display: inline-block;
  margin-right: 12px;
}
.k2ItemsBlock.mod_recent_post .moduleItemImage img {
  border: 2px solid #ecf0f1;
  width: 58px;
}
.k2ItemsBlock.mod_recent_post .moduleItemTitle {
  color: #ECF0F1;
  font-size: 13px;
  margin: 0px 0px -5px;
  font-weight: 400;
  position: relative;
  top: -4px;
  line-height: 18px;
}
.k2ItemsBlock.mod_recent_post .moduleItemTitle a {
  color: #ecf0f1;
}
.k2ItemsBlock.mod_recent_post .moduleItemTitle a:hover {
  color: #e52b50;
}
.k2ItemsBlock.mod_recent_post .moduleItemDateCreated {
  color: #6d7a83;
  font-size: 13px;
}
.about-bottom .fmore {
  color: #fff;
}
.about-bottom .fmore b {
  font-weight: normal;
  border-bottom: 1px solid #fff;
  margin-right: 2px;
}
.f-logo {
  margin-top: 16px;
  margin-bottom: 20px;
  display: table;
  font-size: 40px;
  color: #fff;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  line-height: 40px;
}
.f-logo img {
  float: left;
}
#sp-bottom {
  position: relative;
  background-color: #132438 !important;
}
#sp-bottom:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #132438;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#sp-bottom p {
  font-size: 13px;
  color: #fff;
  margin: 0;
  line-height: 24px;
}
#sp-bottom .sp-module-title {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 31px;
  font-weight: 400;
  padding-top: 14px;
}
#sp-bottom .qlform .form-horizontal .controls input,
#sp-bottom .qlform .form-horizontal .controls textarea {
  background-color: #132438;
  border: solid 1px #3a4858;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#sp-bottom .qlform .form-horizontal .controls input.submit {
  border: 0;
}
#sp-bottom .qlform .form-horizontal .controls textarea {
  padding: 15px;
  height: 117px;
}
#sp-bottom1 .sp-column .sp-module:first-child {
  margin-bottom: 98px;
}
#sp-bottom2 .sp-column .sp-module:first-child {
  margin-bottom: 100px;
}
#sp-bottom3 .sp-column .sp-module:first-child {
  margin-bottom: 55px;
}
#sp-map-trigger-wrapper {
  background: #121F2F;
}
#sp-map-trigger .contact-info,
#sp-map-trigger .map-trigger {
  display: none;
  width: 100% !important;
}
#sp-map-trigger .contact-info {
  padding-top: 0;
}
.map-trigger-icon {
  font-size: 14px;
  color: #FFFEFE;
  text-transform: uppercase;
  text-align: center;
  display: table;
  margin: 0 auto;
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  z-index: 1000;
  cursor: pointer;
  width: 70px;
}
.map-trigger-icon i {
  width: 69px;
  height: 69px;
  text-align: center;
  line-height: 69px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  display: table;
  margin: 7px auto 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.map-trigger-icon i:hover {
  background: #132438;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#c-info,
#c-info1 {
  margin: 100px 0px 105px;
  display: table;
  width: 100%;
}
#c-info li,
#c-info1 li {
  width: 33.3333%;
  padding: 0px 50px;
  float: left;
  cursor: pointer;
}
#c-info1 .ci-inner i {
  background: transparent;
  color: #fff;
}
#c-info1 .ci-inner p {
  color: #fff;
}
#c-info1 .ci-inner:hover i {
  background: #e52b50;
}
.bottom-active {
  background-image: none !important;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fcc-active {
  visibility: visible !important;
  opacity: 1 !important;
  transition: .4s;
  height: 100% !important;
  overflow: hidden;
}
#sp-footer {
  color: #fff;
  text-align: center;
  padding: 60px 0;
  background: #132438;
}
#sp-footer a {
  color: rgba(255,255,255,0.9);
}
#sp-footer a:hover {
  color: #fff;
}
#sp-footer .sp-copyright {
  margin: 0;
  font-size: 13px;
  color: #fffefe;
  padding: 10px 0 0;
}
#sp-footer ul.social-icons {
  display: table;
  float: right;
}
#sp-footer ul.social-icons >li {
  float: left;
  margin: 0;
  margin-left: 30px;
  font-size: 24px;
}
#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-comingsoon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #fff;
}
.sp-comingsoon .csoon-header {
  background: #132438;
  padding: 57px 0;
  text-align: center;
}
.sp-comingsoon .csoon-header p {
  text-align: center;
}
.sp-comingsoon .csoon-header img {
  text-align: center;
  display: table;
  margin: 0 auto;
}
.sp-comingsoon .sp-comingsoon-title {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: 400;
  margin: 0 0 20px;
}
.sp-comingsoon .sp-comingsoon-content {
  font-size: 14px;
  color: #FFF;
  text-align: center;
  padding: 0 25% 30px;
  line-height: 24px;
}
.sp-comingsoon .sp-comingsoon-countdown {
  font-size: 14px;
  line-height: 1.42857143;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  margin: 80px 15px;
  font-weight: 300;
}
.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
  width: 115px;
  height: 115px;
  line-height: 115px;
  border: 3px solid #e52b50;
  border-radius: 50%;
  display: inline-block;
  font-size: 38px;
  font-weight: 300;
  background-color: #fff;
  color: #132438;
}
.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
  display: block;
  font-family: Roboto Condensed;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  line-height: 40px;
}
.sp-comingsoon .csoon-social {
  background: #e52b50;
  padding: 30px 0;
}
.sp-comingsoon .social-icons li {
  display: inline-block;
  margin: 0 15px;
}
.sp-comingsoon .social-icons li a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  display: table;
  border: 1px solid transparent;
  border-radius: 50%;
}
.sp-comingsoon .social-icons li a:hover {
  color: #fff;
  border: 1px solid #fff;
}
.overlay2 {
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.sp-comingsoon-wrap {
  padding: 85px 0;
  background: url(../images/parallax/6.jpg) no-repeat center center fixed;
  background-size: 100% auto;
  position: relative;
}
.sp-comingsoon-wrap > .container {
  position: relative;
}
.csoon-footer {
  background: #132438;
  padding: 38px 0;
}
.csoon-footer p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  line-height: 24px;
  text-align: center;
}
.csoon-footer a {
  color: #e52b50;
}
a.e-more {
  height: 43px;
  border-radius: 8px;
  background: #e52b50;
  border: none;
  line-height: 43px;
  text-align: center;
  font-size: 14px;
  color: #fefefe;
  padding: 0 30px;
  font-family: Roboto Condensed;
  display: table;
  margin: 0 auto;
}
a.e-more:hover {
  color: #fff;
  background: #132438;
}
.error-title {
  text-align: center;
  background: url(../images/divider.png) no-repeat center;
  margin: 20px 0 0;
}
.error-title span {
  font-family: Roboto Condensed;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
  background: #fff;
  color: #e52b50;
  padding: 0px 50px;
  position: relative;
  top: -14px;
}
.error-title i {
  color: #000;
  font-size: 36px;
  display: table;
  margin: 0px auto;
  background: #fff;
  padding: 0 40px;
  position: relative;
  top: 12px;
}
.error-sub-title {
  font-size: 18px;
  font-style: italic;
  color: #666;
  margin: 0;
  font-family: Roboto;
  font-weight: 300;
  text-align: center;
  padding: 40px 0 70px;
}
.error-content {
  font-family: Roboto;
  padding: 107px 0 80px;
}
.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page .error-page-inner {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.error-page .error-page-inner >div {
  display: table-cell;
  vertical-align: middle;
}
.error-page .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
}
.error-page .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}
.error-page .error-message {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  margin: 0 0 20px;
}
table.category {
  width: 100%;
}
table.category thead >tr,
table.category tbody >tr {
  border: 1px solid #f2f2f2;
}
table.category thead >tr th,
table.category thead >tr td,
table.category tbody >tr th,
table.category tbody >tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  background: #2D2D2D;
  border-radius: 2px;
  color: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-totop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  text-align: center;
  width: 50px;
  height: 50px;
  background: #343537;
  z-index: 9999;
  text-decoration: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: url(../images/backtop.png) center center no-repeat;
}
.sp-totop small {
  display: none;
}
.sp-totop i {
  display: none;
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  line-height: 50px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.hidden-li {
  opacity: 0;
  filter: alpha(opacity=0);
}
.space10 {
  line-height: 0;
  margin-bottom: 10px;
}
.space20 {
  line-height: 0;
  margin-bottom: 20px;
}
.space40 {
  line-height: 0;
  margin-bottom: 40px;
}
.space50 {
  line-height: 0;
  margin-bottom: 50px;
}
.space60 {
  line-height: 0;
  margin-bottom: 60px;
}
.space70 {
  line-height: 0;
  margin-bottom: 70px;
}
.space80 {
  line-height: 0;
  margin-bottom: 80px;
}
.space90 {
  line-height: 0;
  margin-bottom: 90px;
}
.space100 {
  line-height: 0;
  margin-bottom: 100px;
}
.quote-text {
  border-left: 3px solid #e52b50;
  padding-left: 25px;
  line-height: 30px !important;
  font-style: italic;
  padding-bottom: 2px;
}
.ai-inner {
  color: #fff;
  padding-left: 100px;
}
.ai-inner h6 {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  margin: 0;
}
.ai-inner p {
  line-height: 24px;
  font-size: 16px;
  color: #fff;
}
.tick-list li {
  font-size: 18px;
  font-style: italic;
  color: #fff;
  font-weight: 400;
  padding-left: 25px;
  position: relative;
  margin-bottom: 20px;
}
.tick-list li:after {
  content: "\f046";
  font-family: "FontAwesome";
  color: #e52b50;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 1px;
}
#sp-page-builder .page-content .sppb-section {
  margin-top: 0px;
}
.title-dark.home-trainers,
.title-dark.home-studio {
  background: #fff;
}
.title-dark .vina-gridgallery-content-wrapper .filter-label {
  color: #222222 !important;
  background: #fff !important;
  border: 1px solid #222222;
}
#sp-page-builder .sppb-section-title {
  text-align: center;
  background: url(../images/divider.png) no-repeat center 20px;
  margin: 20px 0 0;
}
#sp-page-builder .sppb-section-title .sppb-title-heading {
  padding: 0px 35px;
  display: inline-block;
  background-color: #fff;
  margin: 0 auto 15px;
  text-transform: uppercase;
}
#sp-page-builder .sppb-section-title .sppb-title-heading:after {
  content: "";
  color: #132438;
  font-size: 36px;
  display: block;
  margin: 0px auto;
  position: relative;
  top: 24px;
  width: 123px;
  height: 39px;
  background: #fff url(../images/hand-dark.png) center center no-repeat;
}
#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
  display: block;
  max-width: 100%;
}
#sp-page-builder .sppb-section-title	.sppb-title-subheading,
#sp-page-builder .sppb-title-subheading {
  font-size: 18px;
  font-style: italic;
  color: #666;
  margin: 0;
  font-weight: 400;
  text-align: center;
  padding: 40px 0 70px;
}
#sp-page-builder .title-white .sppb-section-title {
  color: #fff;
  z-index: 1;
  position: relative;
  background: url(../images/divider-lite.png) no-repeat center 20px;
}
#sp-page-builder .title-white .sppb-section-title .sppb-title-heading {
  background-color: transparent;
}
#sp-page-builder .title-white .sppb-section-title .sppb-title-heading:after {
  background: transparent url(../images/hand.png) center center no-repeat;
}
#sp-page-builder .title-white .sppb-section-title .sppb-title-subheading {
  color: #fff;
}
#sp-page-builder .title-white .sppb-carousel .sppb-carousel-arrow.right {
  background: url(../images/next.png) center center no-repeat;
}
#sp-page-builder .title-white .sppb-carousel .sppb-carousel-arrow.left {
  background: url(../images/prev.png) center center no-repeat;
}
#sp-page-builder .title-dark .sppb-section-title {
  color: #222;
}
#sp-page-builder .title-dark .sppb-section-title .sppb-title-subheading {
  color: #666;
}
#sp-page-builder .home-studio .sppb-section-title .sppb-title-heading:after {
  background: #fff url(../images/cycle-dark.png) center center no-repeat;
}
#sp-page-builder .home-studio.title-white .sppb-section-title .sppb-title-heading:after {
  background: transparent url(../images/cycle.png) center center no-repeat;
}
#sp-page-builder .home-about1 .sppb-section-title .sppb-title-heading:after {
  background: #fff url(../images/heart-dark.png) center center no-repeat;
}
#sp-page-builder .home-about1.title-white .sppb-section-title .sppb-title-heading:after {
  background: transparent url(../images/heart.png) center center no-repeat;
}
#sp-page-builder .home-trainers .sppb-section-title .sppb-title-heading:after {
  background: #fff url(../images/shoe-dark.png) center center no-repeat;
}
#sp-page-builder .home-trainers.title-white .sppb-section-title .sppb-title-heading:after {
  background: transparent url(../images/shoe.png) center center no-repeat;
}
#sp-page-builder .home-plans .sppb-section-title .sppb-title-heading:after {
  background: #fff url(../images/pack.png) center center no-repeat;
}
#sp-page-builder .home-plans.title-white .sppb-section-title .sppb-title-heading:after {
  background: transparent url(../images/pack.png) center center no-repeat;
}
#sp-page-builder .home-schedule .sppb-section-title .sppb-title-heading:after {
  background: #fff url(../images/calendar-dark.png) center center no-repeat;
}
#sp-page-builder .home-schedule.title-white .sppb-section-title .sppb-title-heading:after {
  background: transparent url(../images/calendar.png) center center no-repeat;
}
#sp-page-builder .schedule-title .sppb-section-title .sppb-title-heading:after {
  background: #fff url(../images/calendar-dark.png) center center no-repeat;
}
#sp-page-builder .home-join.title-white .sppb-section-title .sppb-title-heading:after {
  background: transparent url(../images/join.png) center center no-repeat;
}
#sp-page-builder .home-news .sppb-section-title .sppb-title-heading:after {
  background: #fff url(../images/news.png) center center no-repeat;
}
#sp-page-builder .contact-content .sppb-section-title .sppb-title-heading:after {
  background: #fff url(../images/target.png) center center no-repeat;
}
#sp-page-builder .pricing-plan1 .sppb-section-title .sppb-title-heading:after {
  font-family: FontAwesome;
  content: "\f0a2";
  background-color: #fff;
  background-image: none;
}
#sp-page-builder .trainers-list .sppb-section-title .sppb-title-heading:after {
  background: #fff url(../images/heart-dark.png) center center no-repeat;
}
#sp-page-builder .courses-list-title .sppb-section-title .sppb-title-heading:after {
  background: #fff url(../images/books.png) center center no-repeat;
}
#sp-page-builder .courses-details-title .sppb-section-title .sppb-title-heading:after {
  height: 45px;
  background: #fff url(../images/man.png) center center no-repeat;
}
.sppb-addon-animated-number .sppb-addon-content .sppb-animated-number-title {
  margin-top: 15px;
}
.section-overlay {
  position: relative;
}
.section-overlay:before {
  content: "";
  background: #000000;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.section-overlay2 {
  position: relative;
}
.section-overlay2:before {
  content: "";
  background: #132438;
  opacity: 0.85;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#sp-page-builder .page-content .sppb-section.home-about {
  z-index: initial;
}
.home-about {
  padding: 110px 0;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white a,
.text-white p {
  color: #fff;
}
.text-dark .sppb-progress {
  background: #e52b50;
}
.text-dark .sppb-progress-bar {
  background: #132438 url(../images/pat.png);
}
.text-dark .about-skills h5 {
  color: #222222;
}
.text-dark .about-info:before,
.text-dark .about-info:after {
  background: #222;
}
.text-dark .about-info li i:before,
.text-dark .about-info li i:after {
  background: #222;
}
.text-dark .about-info li h4 {
  color: #222;
}
.text-dark .about-info li p {
  color: #222;
}
.text-dark .tick-list li {
  color: #222222;
}
.text-dark .ai-inner {
  color: #222222;
}
.text-dark .ai-inner h6 {
  color: #222222;
}
.text-dark .ai-inner p {
  color: #222222;
}
.text-dark.home-about1 h4 {
  color: #222222;
  border-bottom: 1px solid #222;
}
.text-dark.home-schedule .sppb-addon-feature-pro .sppb-addon-content .sppb-feature-box-pro-title,
.text-dark.home-schedule .sppb-addon-feature-pro .sppb-addon-content .si-time,
.text-dark.home-schedule .sppb-addon-feature-pro .sppb-addon-content .si-time:after,
.text-dark.home-schedule .sppb-addon-feature-pro .sppb-addon-content .si-inner a {
  color: #222;
}
.text-dark.home-schedule .sppb-addon-feature-pro .sppb-addon-content i:before,
.text-dark.home-schedule .sppb-addon-feature-pro .sppb-addon-content i:after {
  background: #425060;
}
.text-dark.home-schedule .sppb-addon-feature-pro .sppb-addon-content:hover i {
  background: #132438;
}
.text-dark.home-schedule .sppb-addon-feature-pro .sppb-addon-content:hover i:before,
.text-dark.home-schedule .sppb-addon-feature-pro .sppb-addon-content:hover i:after {
  background: #e84364;
}
.text-dark.home-schedule .sppb-addon-feature-pro .sppb-addon-content:hover .sppb-feature-box-pro-title,
.text-dark.home-schedule .sppb-addon-feature-pro .sppb-addon-content:hover .sppb-addon-text {
  background: #132438;
}
.text-dark.home-schedule .sppb-addon-feature-pro .sppb-addon-content:hover .sppb-feature-box-pro-title,
.text-dark.home-schedule .sppb-addon-feature-pro .sppb-addon-content:hover .si-time,
.text-dark.home-schedule .sppb-addon-feature-pro .sppb-addon-content:hover .si-time:after,
.text-dark.home-schedule .sppb-addon-feature-pro .sppb-addon-content:hover .si-inner a {
  color: #fff;
}
#sp-page-builder .home-about1.text-dark .sppb-addon-text-block .sppb-addon-content:after {
  background: #222222;
}
.about-info {
  position: relative;
  z-index: 777;
  display: table;
  width: 80%;
  margin: 0 auto;
}
.about-info:before,
.about-info:after {
  content: "";
  width: 1px;
  height: 114%;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -7%;
  margin: 0 auto;
}
.about-info:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.about-info:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.about-info li {
  width: 33.3333%;
  float: left;
  display: inline-block;
  cursor: pointer;
}
.about-info li:first-child,
.about-info li:last-child {
  width: 100%;
}
.about-info li i {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: table;
  position: relative;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.about-info li i:before,
.about-info li i:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -23px;
  margin: 0 auto;
  z-index: -1;
  width: 1px;
  height: 186px;
  background: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.about-info li i:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.about-info li i:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.about-info li i img {
  display: table;
  margin: auto;
}
.about-info li i:hover {
  background: #132438;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.about-info li i:hover:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.about-info li i:hover:after {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.about-info li h4 {
  font-family: Roboto Condensed;
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  margin: 30px 0 25px 0;
  text-align: center;
  font-weight: 400;
}
.about-info li p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 0;
}
.banner2 {
  background: #e52b50;
  padding: 50px 0 40px;
}
.banner2 .sppb-addon-cta .sppb-cta-title {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  text-align: center;
}
.banner2 .sppb-addon-cta .sppb-cta-subtitle {
  font-size: 14px;
}
.banner2 .sppb-addon-cta a.sppb-btn {
  height: 54px;
  background: #132438;
  color: #fff;
  line-height: 54px;
  padding: 0 33px;
  margin-left: 45px;
  font-family: Lato;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  top: -5px;
  border-radius: 0;
  border: 1px solid #132438;
}
.banner2 .sppb-addon-cta a.sppb-btn:hover {
  color: #132438;
  border: 1px solid #fff;
  background: #fff;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  border-radius: 30px;
}
.ribbon {
  top: 23px;
  right: -45px;
  height: 50px;
  width: 187px;
  background: #E52B50;
  line-height: 52px;
  text-align: center;
  font-size: 14px;
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.pricing-plan1 {
  padding: 115px 0;
}
.pricing1 {
  height: 295px;
  width: 100%;
  max-width: 515px;
  background: url(../images/xtra/1/1.jpg) no-repeat center center;
  background-size: 100% auto !important;
  display: block;
  margin: 40px 0;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pricing1:hover {
  background-size: 115% auto !important;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pricing1-2 {
  background: url(../images/xtra/1/2.jpg) no-repeat center center;
}
.pricing1-3 {
  background: url(../images/xtra/1/3.jpg) no-repeat center center;
}
.pricing1-4 {
  background: url(../images/xtra/1/4.jpg) no-repeat center center;
}
.pricing1-head {
  font-family: Roboto Condensed;
  font-size: 43px;
  color: #FFF;
  line-height: 78px;
  font-weight: 400;
  text-align: center;
  background: none repeat scroll 0% 0% #E52B50;
  position: absolute;
  z-index: 777;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  top: 107px;
  width: 100%;
  height: 80px;
  left: -108px;
  width: 295px;
  border-radius: 30px 30px 0 0;
}
.pricing1-info {
  position: relative;
  z-index: 666;
  padding: 60px 0 0 175px;
}
.pricing1-info h4 {
  font-family: Roboto Condensed;
  font-size: 43px;
  color: #fff;
  margin: 0;
  font-weight: 400;
  border-bottom: 1px solid #e52b50;
  margin-bottom: 10px;
  display: table;
  padding: 0 11px 10px;
  position: relative;
  left: -11px;
}
.pricing1-info p {
  font-size: 14px;
  color: #fff;
  margin: 0 0 22px;
  line-height: 17px;
}
.pricing1-price {
  font-style: normal;
  font-family: Roboto Condensed;
  font-size: 43px;
  color: #fff;
  display: inline-block;
  line-height: 37px;
  padding-left: 9px;
}
.pricing1-price em {
  font-style: normal;
  font-family: Roboto Condensed;
  font-size: 22px;
  color: #fff;
  display: block;
}
.pricing1-price span {
  font-size: 22px;
}
.parallax-wrap {
  padding: 80px 0 75px;
}
.parallax-wrap.section-overlay:before {
  background: #132438;
  opacity: 0.8;
}
.parallax-wrap .sppb-addon-cta {
  width: 80%;
  margin: 0 auto;
}
.parallax-wrap h3.sppb-cta-title {
  margin: 0;
  font-family: Roboto Condensed;
  font-size: 48px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin: -5px 0;
  padding-bottom: 30px;
}
.parallax-wrap .sppb-cta-text {
  text-align: center;
  line-height: 36px;
  font-size: 24px;
  color: #fff;
  margin: 0 0 45px;
}
.parallax-wrap a.sppb-btn {
  height: 40px;
  background: #e52b50;
  border: 1px solid #e52b50;
  padding: 0 30px;
  line-height: 38px;
  display: table;
  margin: 0 auto;
  font-family: Lato;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
}
.parallax-wrap a.sppb-btn:hover {
  background: transparent;
  color: #fff;
}
#sp-page-builder .pricing-plan2.sppb-section.title-style3 .sppb-title-subheading {
  padding: 40px 0 70px;
}
#sp-page-builder .pricing-plan2.sppb-section.title-style3 .sppb-section-title {
  margin-bottom: 20px;
}
.pricing-plan2 .sppb-col-sm-3 {
  padding: 0 27px;
}
.sppb-addon-pricing-table .sppb-pricing-box {
  border: 0;
  padding: 0;
  background: #eeeeee;
  border-radius: 25px;
  overflow: hidden;
  cursor: pointer;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  line-height: 41px;
  text-align: center;
  font-weight: 400;
  margin: 0;
  text-transform: none;
  font-size: 18px;
}
.sppb-addon-pricing-table .sppb-pricing-title {
  background: #132438;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.sppb-addon-pricing-table .sppb-pricing-duration {
  font-weight: 400;
  border-bottom: 1px solid #132438;
  padding: 20px 15px 12px;
  font-family: Roboto Condensed;
  font-size: 29px;
  color: #222;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.sppb-addon-pricing-table .sppb-pricing-features {
  padding: 10px;
}
.sppb-addon-pricing-table .sppb-pricing-features li {
  padding: 10px 10px;
  font-size: 14px;
  color: #222;
}
.sppb-addon-pricing-table .sppb-pricing-price {
  background: #132438;
  height: 74px;
  color: #fff;
  text-align: center;
  line-height: 74px;
  font-size: 52px;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.sppb-addon-pricing-table .sppb-pricing-price span {
  font-size: 26px;
}
.sppb-addon-pricing-table .sppb-pricing-footer a.sppb-btn-link {
  height: 50px;
  padding: 0 10px;
  line-height: 50px;
  font-family: Roboto Condensed;
  font-size: 17px;
  color: #222;
  text-align: center;
  width: 100%;
  display: table;
  text-decoration: none;
}
.sppb-addon-pricing-table .sppb-pricing-featured .sppb-pricing-title,
.sppb-addon-pricing-table .sppb-pricing-featured .sppb-pricing-price,
.sppb-addon-pricing-table:hover .sppb-pricing-title,
.sppb-addon-pricing-table:hover .sppb-pricing-price {
  background: #e52b50;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.sppb-addon-pricing-table .sppb-pricing-featured .sppb-pricing-duration,
.sppb-addon-pricing-table:hover .sppb-pricing-duration {
  border-bottom: 1px solid #e52b50;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.sppb-addon-pricing-table .sppb-pricing-featured .sppb-pricing-footer a.sppb-btn-link,
.sppb-addon-pricing-table:hover .sppb-pricing-footer a.sppb-btn-link {
  color: #e52b50;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.trainers-list {
  padding: 125px 0 0;
}
.trainer-item .sppb-row {
  margin-left: 0;
  margin-right: 0;
}
.trainer-item .sppb-col-sm-5,
.trainer-item .sppb-col-sm-7 {
  padding: 0;
}
.trainer-item .sppb-col-sm-7:after {
  content: "";
  height: 108px;
  width: 93px;
  position: absolute;
  top: 50%;
  margin-top: -54px;
  z-index: 1;
}
.trainer-item .col-md-10 {
  padding: 43px 0 0 110px;
}
.trainer-item.trainer-even {
  background-color: #132438;
}
.trainer-item.trainer-even .sppb-col-sm-7:after {
  background: url(../images/arrow1.png) no-repeat;
  left: -55px;
}
.trainer-item.trainer-odd {
  background-color: #e52b50;
}
.trainer-item.trainer-odd .sppb-col-sm-7:after {
  background: url(../images/arrow2.png) no-repeat;
  right: -55px;
}
.trainer-item.trainer-odd .sppb-addon-text-block h4 strong {
  border-bottom: 1px solid #132438;
}
.trainer-item.trainer-odd .sppb-progress-bar {
  background-color: #132438 !important;
}
.trainer-item.trainer-odd .tlss-inner {
  background: #132438;
}
.trainer-item.trainer-odd .tl-social-inner {
  background: none repeat scroll 0% 0% rgba(229,43,80,0.7);
}
.trainer-item.trainer-odd .tl-social-inner ul li a:hover {
  background: #132438;
}
.trainer-item h5 {
  position: relative;
  font-family: Roboto Condensed;
  font-size: 14px;
  margin: 0 0 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}
.trainer-item h5 span {
  font-family: Roboto Condensed;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 30px;
  line-height: 15px;
  right: -40px;
  font-style: normal;
  font-weight: 400;
}
.trainer-item .sppb-addon-text-block h4 {
  font-family: Roboto Condensed;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 0 auto 20px;
  font-weight: 400;
  display: table;
}
.trainer-item .sppb-addon-text-block h4 strong {
  display: block;
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid #e52b50;
}
.trainer-item .sppb-addon-text-block p {
  font-size: 16px;
  color: #fff;
}
.tls-schedule h5 {
  font-family: Roboto Condensed;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 25px;
  font-weight: 400;
}
.tlss-inner {
  background: #e52b50;
  float: left;
  margin-right: 15px;
  padding: 3px 10px 5px 56px;
  color: #fff;
  font-size: 10px;
  position: relative;
}
.tlss-inner span {
  font-size: 12px;
  color: #FFF;
  margin: 0 0 -10px;
  display: table;
}
.tlss-inner:after {
  content: "\f017";
  font-family: "FontAwesome";
  color: #FFF;
  font-size: 40px;
  position: absolute;
  top: 1px;
  left: 11px;
}
.trainer-odd {
  background: #e52b50;
}
.tl-social {
  position: relative;
}
.tl-social-inner {
  background: rgba(19,36,56,0.7);
  height: 105px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}
.tl-social-inner ul {
  display: table;
  margin: 33px auto;
}
.tl-social-inner ul li {
  float: left;
  margin: 0 2px;
  background: transparent !important;
}
.tl-social-inner ul li a {
  font-size: 24px;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background: none;
  display: table;
  color: #fff;
  border-radius: 50%;
}
.tl-social-inner ul li a:hover {
  background: #e52b50;
  color: #fff;
}
.sp-module.slider-onepage {
  position: relative;
  margin-top: -142px;
}
.sp-module.slider-onepage .camera_caption h3 {
  font-size: 72px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  font-weight: 600;
}
.sp-module.slider-onepage .camera_caption h3 span {
  display: block;
  font-size: 36px;
  font-weight: 400;
  text-transform: none;
}
.sp-module.slider-multipage .vina-camera-slider .camera_wrap .camera_pag {
  bottom: 252px;
}
.vina-camera-slider .camera_wrap.camera_amber_skin {
  margin-bottom: 0 !important;
}
.vina-camera-slider .camera_thumbs_cont ul {
  display: inline !important;
}
.vina-camera-slider .camera_thumbs_cont ul li {
  display: inline-block !important;
  padding: 3px !important;
}
.vina-camera-slider .camera_thumbs_cont ul li > img {
  display: inline-block;
  margin-top: 0 !important;
}
.vina-camera-slider .camera_prevThumbs,
.vina-camera-slider .camera_nextThumbs,
.vina-camera-slider .camera_prev,
.vina-camera-slider .camera_next,
.vina-camera-slider .camera_commands,
.vina-camera-slider .camera_thumbs_cont {
  background: transparent !important;
}
.vina-camera-slider .camera_bar {
  height: 5px !important;
}
.vina-camera-slider .camera_bar .camera_bar_cont {
  background-color: transparent !important;
}
.vina-camera-slider .camera_bar .camera_bar_cont span {
  top: 0 !important;
  bottom: 0 !important;
  background-color: #fff !important;
}
.vina-camera-slider .camera_prev,
.vina-camera-slider .camera_next,
.vina-camera-slider .camera_commands {
  margin-top: -25px !important;
}
.vina-camera-slider .camera_wrap .camera_pag {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  display: block;
}
.vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul {
  display: block;
}
.vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li {
  width: 12px !important;
  height: 12px !important;
  margin: 5px 7px !important;
  float: none !important;
  display: inline-block !important;
  background: #fff !important;
  border: 0;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li > span {
  width: 12px !important;
  height: 12px !important;
  left: 0 !important;
  top: 0 !important;
}
.vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li:hover,
.vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
  background: #e52b50 !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li:hover > span,
.vina-camera-slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
  background: transparent !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.vina-camera-slider .camera_caption {
  display: table !important;
  height: 100% !important;
}
.vina-camera-slider .camera_caption > div {
  display: table-cell !important;
  width: 100% !important;
  height: 100% !important;
  vertical-align: middle !important;
  background: transparent !important;
}
.home-studio {
  background: #132438;
  padding: 115px 0 100px;
}
.home-stats {
  background: #e52b50;
  padding: 110px 0 110px;
  position: relative;
}
.home-stats h4 {
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  margin: 0px;
  text-align: center;
  font-weight: 400;
  background-color: #e52b50;
  position: relative;
  z-index: 999;
}
.home-stats h4.sppb-animated-number {
  font-size: 48px;
}
.home-stats h4.sppb-animated-number-title {
  font-size: 24px;
}
.home-stats i {
  width: 169px !important;
  height: 169px !important;
  color: #E52B50;
  border-radius: 50%;
  text-align: center;
  font-size: 48px;
  background: #FFF;
  line-height: 225px !important;
  margin: -37px auto 0;
  display: block;
}
.home-stats:after {
  content: "";
  width: 100%;
  height: 241px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #e52b50;
  -webkit-box-shadow: -10px 1px 10px rgba(0,0,0,0.15);
  -moz-box-shadow: -10px 1px 10px rgba(0,0,0,0.15);
  box-shadow: -10px 1px 10px rgba(0,0,0,0.15);
}
.sppb-progress {
  height: 18px;
  border-radius: 0;
  background: #fff;
}
.sppb-progress-bar {
  background: #e52b50 url(../images/pat.png);
}
.home-about.home-about1 h4,
.home-about.home-about1 .ai-inner,
.home-about.home-about1 .ai-inner h6,
.home-about.home-about1 .ai-inner p,
.home-about.home-about1 .tick-list li {
  color: #222;
}
.home-about.home-about1 h4 {
  border-bottom: 1px solid #222;
}
#sp-page-builder .home-about.home-about1 .sppb-addon-text-block .sppb-addon-content:after {
  background: #222;
}
.home-about1 {
  padding: 110px 0;
}
#sp-page-builder .home-about1 .sppb-addon-text-block .sppb-addon-content {
  text-align: left;
  font-style: normal;
  margin: 0;
  padding: 0;
}
#sp-page-builder .home-about1 .sppb-addon-text-block .sppb-addon-content:after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  left: 85px;
  background: #fff;
}
.home-about1 h4 {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  margin: 0 0 30px;
  padding: 0 20px 20px;
}
.home-about1 h4 span {
  margin-right: 50px;
}
.about-skills {
  margin-bottom: 74px;
}
.about-skills h5,
.about-skills .sppb-progress {
  margin-left: 100px;
}
.about-skills .sppb-progress {
  margin-bottom: 25px;
}
.about-skills h5 {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  margin-bottom: 12px;
}
.about-skills h5 span {
  margin-left: 10px;
}
.about-skills h5 span em {
  font-style: normal;
}
.vina-gridgallery-content-wrapper {
  background-color: transparent !important;
}
.vina-gridgallery-content-wrapper .item:hover {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.vina-gridgallery-content-wrapper .filter-labels {
  margin: 15px 5px 87px 0 !important;
}
.vina-gridgallery-content-wrapper .filter-label {
  display: inline-block;
  font-weight: 400;
  font-family: Roboto Condensed;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff !important;
  line-height: 49px;
  margin: 8px 5px 0 0 !important;
  padding: 0 25px !important;
  background: #132438 !important;
  border: 1px solid #fff;
  min-width: 115px;
  text-align: center;
}
.vina-gridgallery-content-wrapper .filter-label.active,
.vina-gridgallery-content-wrapper .filter-label:hover {
  color: #fff !important;
  text-decoration: none;
  border: 1px solid #fb4077;
  background: #e52b50 !important;
}
.vina-gridgallery-content-wrapper .item-inner {
  position: relative;
}
.vina-gridgallery-content-wrapper .item-inner .st-overlay {
  padding: 42px 75px 42px 20px !important;
  text-align: center;
  position: absolute;
  top: -100%;
  height: 100%;
  z-index: 99;
  left: -100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.vina-gridgallery-content-wrapper .item-inner .st-overlay:after {
  content: "";
  background: #132438;
  position: absolute;
  height: 200%;
  width: 100%;
  top: -189px;
  left: -148px;
  z-index: -1;
  transform: rotate(42deg);
  -webkit-transform: rotate(42deg);
  -moz-transform: rotate(42deg);
  -o-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  box-shadow: 5px 5px 0px rgba(0,0,0,0.2);
}
.vina-gridgallery-content-wrapper .item-inner .title {
  margin: 0 0 10px;
  font-family: Roboto Condensed;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
}
.vina-gridgallery-content-wrapper .item-inner .title a {
  color: #fff !important;
}
.vina-gridgallery-content-wrapper .item-inner .info,
.vina-gridgallery-content-wrapper .item-inner .info a {
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  color: #fff !important;
}
.vina-gridgallery-content-wrapper .item-inner .image-block {
  position: relative;
}
.vina-gridgallery-content-wrapper .item-inner .image-block .morebutton {
  background: rgba(229,43,80,0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.vina-gridgallery-content-wrapper .item-inner .image-block .morebutton .si-zoom {
  color: #132438;
  font-size: 24px;
  height: 24px;
  width: 23px;
  margin: 0 auto;
  display: table;
  position: relative;
  top: 50%;
  margin-top: -12px;
  text-align: center;
  z-index: 999;
}
.vina-gridgallery-content-wrapper .item-inner:hover .st-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.vina-gridgallery-content-wrapper .item-inner:hover .image-block .morebutton {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.home-trainers {
  padding: 115px 0px 105px;
  background: #132438;
}
.home-trainers .sppb-carousel-inner.sppb-text-center {
  overflow: visible;
}
.home-quote {
  padding: 115px 0 135px;
  background: #e52b50;
}
.home-quote .sppb-carousel-inner {
  color: #fff;
  width: 895px;
  padding: 0 70px;
  margin: 0 auto;
  background: url(../images/quote-bg.png) no-repeat center 53px;
}
.home-quote .sppb-carousel-indicators {
  bottom: -40px;
}
.sppb-testimonial-pro .sppb-testimonial-message,
.sppb-testimonial-client strong {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  display: table;
  margin: 0 auto;
  line-height: 30px;
  text-align: center;
  font-style: italic;
  padding: 10px 35px;
  background: #e52b50;
}
.sppb-testimonial-pro .sppb-item i {
  background: #e52b50;
  padding: 0 50px;
  margin: 0 auto;
  display: table;
}
.sppb-testimonial-pro .sppb-item .sppb-img-responsive.sppb-avatar {
  width: 106px;
  height: 106px;
  border-radius: 50%;
  border: 4px solid #fff;
  padding: 2px;
  background: #132438;
}
.sppb-carousel-indicators li {
  background: url(../images/dot.png) no-repeat;
  width: 20px;
  height: 19px;
  border: none;
  font-size: 0px;
  display: inline-block;
  height: 20px;
  margin: 0 9px;
  padding: 0;
  cursor: pointer;
}
.sppb-carousel-indicators li:hover,
.sppb-carousel-indicators li.active {
  background: url(../images/dot-act.png);
  width: 20px;
  height: 19px;
  border: none;
  font-size: 0px;
  position: relative;
  top: 0px;
}
.home-plans {
  padding: 103px 0 0;
}
.home-plans .sppb-col-sm-3 {
  padding: 0;
}
.home-plans .sppb-addon-container {
  width: 100%;
  background: #eeeeee;
  height: 436px;
  position: relative;
  display: table;
}
.home-plans .sppb-addon-container .sppb-addon-feature {
  display: table;
  width: 100%;
  height: 436px;
}
.home-plans .sppb-addon-container .sppb-addon-feature .sppb-addon-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.home-plans .sppb-addon-container .sppb-addon-feature .sppb-addon-text > p {
  display: none;
}
.home-plans .sppb-addon-feature .sppb-feature-box-title {
  margin: 0;
  overflow: hidden;
}
.home-plans .sppb-addon-feature .sppb-feature-box-title span {
  margin: 0;
  font-family: Roboto Condensed;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: 400;
  height: 118px;
  line-height: 115px;
  position: relative;
  z-index: 444;
  overflow: hidden;
  display: table;
  width: 100%;
  background: #e52b50;
}
.home-plans .sppb-addon-feature .sppb-feature-box-title span:after {
  background: #132438;
  content: "";
  width: 170%;
  height: 435px;
  display: table;
  top: -317px;
  position: absolute;
  right: -35%;
  z-index: -1;
  border-radius: 50%;
}
.home-plans .sppb-addon-feature .plan-features {
  background: #e52b50;
  position: relative;
}
.home-plans .sppb-addon-feature .sppb-addon-text p {
  font-size: 17px;
  color: #FFF;
  text-shadow: -8px 1px 8px rgba(0,0,0,0.2);
  text-align: center;
  padding: 0px 40px;
  margin: 37px 0 0;
}
.home-plans .sppb-addon-feature .sppb-addon-text .plan-features {
  position: relative;
}
.home-plans .sppb-addon-feature .sppb-addon-text .plan-features:after {
  content: "";
  width: 79px;
  height: 86px;
  background: url("../images/arrow.png") no-repeat scroll 0% 0% transparent;
  position: absolute;
  top: 50%;
  right: -40px;
  margin-top: -90px;
  z-index: 99;
}
.home-plans .sppb-addon-feature.icon-left {
  margin: 0 !important;
}
.home-plans .sppb-addon-feature.icon-left .sppb-addon-text .plan-features:after {
  right: auto;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  left: -40px;
}
.icon-left .plan-features {
  padding: 78px 58px 20px;
}
.icon-left .plan-features span {
  padding-top: 55px;
}
.plan-features {
  padding: 30px 58px 20px;
  display: table;
  width: 100%;
}
.plan-features ul {
  display: table;
  float: left;
  margin-top: 13px;
}
.plan-features ul li {
  text-align: left;
  padding-left: 30px;
  font-size: 21px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
}
.plan-features ul li:after {
  content: "\f192";
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 2px;
  left: 0;
}
.plan-features span {
  background: #132438;
  width: 135px;
  height: 135px;
  padding-top: 30px;
  text-align: center;
  font-size: 26px;
  color: #FFF;
  display: table;
  border-radius: 50%;
  font-weight: 700;
  float: right;
}
.plan-features span em {
  font-style: normal;
  font-size: 52px;
}
div.acymailing_module_success {
  font-size: 24px;
  color: #fff;
  background-color: transparent;
}
.home-newsletter {
  background: #132438;
  padding: 85px 0;
}
.home-newsletter .acymailing_module_form .acymailing_introtext p {
  color: #fff;
  float: left;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 35px;
  margin: 0 20px 0 0;
}
.home-newsletter .acymailing_module_form table.acymailing_form,
.home-newsletter .acymailing_module_form .acymailing_introtext {
  display: inline-block;
}
.acymailing_module .acymailing_module_form td {
  margin: 0;
  padding: 0;
}
.acymailing_module table.acymailing_form {
  margin: 0;
  position: relative;
  z-index: 2;
}
.acymailing_module table.acymailing_form input {
  color: #aaa;
  width: 100%;
  min-width: 472px;
  height: 40px;
  float: left;
  padding: 0 15px;
  margin-bottom: 0;
  height: 35px;
  background-color: #ecf0f1;
  border: 1px solid #ecf0f1;
  border-top: 1px solid #c1c7cc;
  border-radius: 0 !important;
  text-shadow: 0 0 0 transparent !important;
  background-image: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.acymailing_module table.acymailing_form tbody tr {
  display: inline-block;
}
.acymailing_module table.acymailing_form tbody tr * {
  width: 100%;
  display: inline-block;
}
.acymailing_module table.acymailing_form tbody tr td.acysubbuttons input.btn {
  width: 100px !important;
  min-width: 100px !important;
  height: 33px;
  line-height: normal;
  display: inline-block;
  padding: 2px 15px;
  text-align: center;
  white-space: nowrap;
  background: #e52b50;
  color: #fff;
  border: solid 1px #fff !important;
  text-transform: uppercase;
  position: absolute;
  top: 1px;
  right: 1px;
}
.acymailing_module table.acymailing_form tbody tr td.acysubbuttons input.btn:hover {
  background-color: #132438;
  color: #fff;
}
.acymailing_module table.acymailing_form tbody tr td.acysubbuttons input.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.home-schedule {
  padding: 110px 0;
}
.home-schedule.section-overlay:before {
  z-index: -1;
}
.si-time {
  padding-left: 65px;
  font-family: Roboto Condensed;
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.si-time:after {
  content: "\f017";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: 17px;
  left: 0;
}
.si-inner a {
  text-align: center;
  font-family: Roboto Condensed;
  font-size: 22px;
  color: #fff;
  display: table;
  margin: 0 auto;
  transition: .4s;
}
.sppb-addon-feature-pro .si-inner .si-time {
  text-align: left;
}
.home-schedule .section-overlay:before,
.home-schedule .section-overlay2:before {
  z-index: -1;
}
.home-schedule .sppb-addon-feature-pro .sppb-feature-box-pro-title {
  font-size: 33px;
  text-transform: uppercase;
  color: #e52b50;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  background: transparent;
  padding: 10px 25px 25px 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home-schedule .sppb-addon-feature-pro .sppb-addon-text {
  background: transparent;
  padding: 0 25px 25px 25px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home-schedule .sppb-addon-feature-pro .sppb-addon-content i {
  width: 140px;
  height: 140px;
  background: #E52B50;
  border-radius: 50%;
  display: table;
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home-schedule .sppb-addon-feature-pro .sppb-addon-content i img {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home-schedule .sppb-addon-feature-pro .sppb-addon-content i img.sppb-img2 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.home-schedule .sppb-addon-feature-pro .sppb-addon-content i:before,
.home-schedule .sppb-addon-feature-pro .sppb-addon-content i:after {
  content: "";
  width: 1px;
  height: 186px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  top: -23px;
  margin: 0 auto;
  z-index: -1;
}
.home-schedule .sppb-addon-feature-pro .sppb-addon-content i:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.home-schedule .sppb-addon-feature-pro .sppb-addon-content i:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.home-schedule .sppb-addon-feature-pro .sppb-addon-content:hover i {
  background: #fff;
}
.home-schedule .sppb-addon-feature-pro .sppb-addon-content:hover i img.sppb-img2 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.home-schedule .sppb-addon-feature-pro .sppb-addon-content:hover i:before,
.home-schedule .sppb-addon-feature-pro .sppb-addon-content:hover i:after {
  background: #e52b50;
}
.home-schedule .sppb-addon-feature-pro .sppb-addon-content:hover .sppb-feature-box-pro-title {
  color: #fff;
  background: #e52b50;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home-schedule .sppb-addon-feature-pro .sppb-addon-content:hover .sppb-addon-text {
  color: #fff;
  background: #e52b50;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home-schedule .sppb-addon-feature-pro .sppb-addon-content:hover .si-inner a {
  color: #fff;
}
.home-trainers .sppb-carousel-inner > .sppb-item {
  padding: 0;
}
.sppb-carousel .sppb-carousel-arrow {
  z-index: 999;
}
.sppb-carousel .sppb-carousel-arrow i {
  display: none;
}
.sppb-carousel .sppb-carousel-arrow.right {
  background: url(../images/next1.png) center center no-repeat;
}
.sppb-carousel .sppb-carousel-arrow.left {
  background: url(../images/prev1.png) center center no-repeat;
}
.home-trainers .sppb-carousel-pro-text > h2,
.home-trainers .sppb-carousel-pro-text > p {
  display: none;
}
.home-trainers .sppb-carousel .sppb-carousel-arrow.right {
  right: -80px;
}
.home-trainers .sppb-carousel .sppb-carousel-arrow.left {
  left: -80px;
}
.home-trainers .sppb-carousel-indicators {
  bottom: -30px;
}
.tt-overlay {
  background: rgba(229,43,80,0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  transition: .4s;
  opacity: 0;
}
.tt-overlay h5 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 17px;
  font-size: 16px;
  color: #fff;
  margin: 0;
  font-weight: 400;
  text-align: center;
  display: table;
  margin: 0 auto;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  line-height: 20px;
  width: 185px;
}
.tt-overlay h5 a {
  color: #fff;
}
.tt-overlay2 {
  width: 245px;
  height: 260px;
  position: absolute;
  top: -100%;
  left: -100%;
  padding: 20px 0px;
  z-index: 777;
  opacity: 0;
  transition: .6s;
}
.tt-overlay2:after {
  content: "";
  background: #132438;
  position: absolute;
  height: 200%;
  width: 100%;
  top: -202px;
  left: -98px;
  z-index: -1;
  transform: rotate(42deg);
  -webkit-transform: rotate(42deg);
  -moz-transform: rotate(42deg);
  -o-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  box-shadow: 5px 5px 0px rgba(0,0,0,0.2);
}
.tt-overlay2 h4 {
  font-family: Roboto Condensed;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 35px;
  font-weight: 400;
  text-align: left;
}
.tt-overlay2 h4 strong {
  display: block;
  font-family: Roboto;
  font-weight: normal;
  font-size: 14px;
  margin-top: 7px;
}
.tt-overlay2 ul li {
  text-align: left;
  margin-bottom: 5px;
}
.tt-overlay2 ul li a {
  width: 25px;
  height: 25px;
  background: #e52b50;
  border: 2px solid #e52b50;
  color: #fff;
  line-height: 21px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
}
.tt-overlay2 ul li a:hover {
  background: transparent;
  color: #fff;
}
.sppb-carousel-inner .trainer-info {
  overflow: hidden;
  margin: 0px;
  cursor: pointer;
}
.trainer-info:hover .tt-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.trainer-info:hover .tt-overlay2 {
  top: 0;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.trainer-thumb {
  position: relative;
}
.trainer-thumb img {
  width: 100%;
}
.courses-list-title {
  padding: 115px 0 0;
}
.courses-list > .sppb-row > div {
  padding: 0 5px;
  cursor: pointer;
}
.courses-list .course > div {
  padding: 0;
}
.course-info {
  padding: 32px;
  position: relative;
}
.course-info h4 {
  font-size: 32px;
  color: #fff;
  margin: 0;
  font-weight: 400;
  border-bottom: 2px solid rgba(0,0,0,0.4);
  padding: 0 13px 10px;
}
.course-info p {
  font-size: 15px;
  color: #fff;
  line-height: 30px;
  padding: 0;
  margin: 13% 0 8px;
}
.course-info .c-more {
  font-size: 14px;
  color: #fff;
}
.course-info .c-more:hover {
  color: #132438;
}
.course-price {
  font-family: Roboto Condensed;
  color: #fff;
  font-size: 32px;
  padding: 0;
  padding-left: 5px;
  margin: 13% 0 0;
}
.course-price em {
  display: block;
  font-size: 15px;
  font-style: normal;
  margin-bottom: -7px;
}
.course-price span {
  font-size: 15px;
}
.course {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  background: #fe6021;
}
.course .course-info:after {
  content: "";
  width: 54px;
  height: 61px;
  position: absolute;
  top: 15%;
  left: -41px;
  z-index: 555;
}
.course.course1 {
  background: #fe6021;
}
.course.course1 .course-info:after {
  background: url(../images/icons_courses/1.png) no-repeat;
}
.course.course2 {
  background: #3ec7f7;
}
.course.course2 .course-info:after {
  background: url(../images/icons_courses/2.png) no-repeat;
}
.course.course3 {
  background: #71cf38;
}
.course.course3 .course-info:after {
  right: -41px;
  left: auto;
  background: url(../images/icons_courses/3.png) no-repeat;
}
.course.course4 {
  background: #bd7cf9;
}
.course.course4 .course-info:after {
  right: -41px;
  left: auto;
  background: url(../images/icons_courses/4.png) no-repeat;
}
.course.course5 {
  background: #fbbc3f;
}
.course.course5 .course-info:after {
  background: url(../images/icons_courses/5.png) no-repeat;
}
.course.course6 {
  background: #3274b1;
}
.course.course6 .course-info:after {
  right: -41px;
  left: auto;
  background: url(../images/icons_courses/6.png) no-repeat;
}
.courses-details-title {
  padding: 125px 0 0;
}
.cd-inner {
  background: #fe6021;
  display: table;
  width: 100%;
  position: relative;
}
.cd-info {
  padding: 40px 33px;
  position: relative;
}
.cd-info h4 {
  font-family: Roboto Condensed;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  border-bottom: 2px solid rgba(0,0,0,0.4);
  padding-bottom: 10px;
  margin: 0 0 20px;
}
.cd-info h4 span {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 5px;
}
.cd-info p {
  font-size: 18px;
  color: #fff;
  margin: 0;
  line-height: 21px;
}
.cd-info ul {
  padding: 55px 0 40px;
}
.cd-info ul li {
  padding-left: 33px;
  font-size: 18px;
  color: #fff;
  line-height: 29px;
  position: relative;
  margin: 0 0 25px;
}
.cd-info ul li i {
  font-size: 24px;
  position: absolute;
  top: 4px;
  left: 0;
}
.cd-thumb,
.cd-info {
  width: 50%;
  float: left;
}
.cd-thumb img {
  width: 100%;
}
.courses-detail {
  margin-bottom: 90px;
}
.courses-detail h5 {
  font-family: Roboto Condensed;
  font-size: 30px;
  color: #222;
  border-bottom: 1px solid #222;
  padding-bottom: 5px;
  font-weight: 400;
  margin: 0 0 20px;
  display: table;
}
.courses-detail .course-price {
  font-family: Roboto Condensed;
  color: #fff;
  font-size: 43px;
  padding: 0;
  padding-left: 5px;
  margin: 15% 0 0;
}
.courses-detail .course-price em {
  display: block;
  font-size: 21px;
  font-style: normal;
  margin-bottom: -7px;
}
.courses-detail .course-price span {
  font-size: 21px;
}
.courses-detail .cd-right h5 {
  padding: 0px 0px 2px;
  margin: -6px 0 45px;
}
.cd1-right,
.cd-right {
  padding-left: 105px;
}
.cd-right ul {
  margin-bottom: 60px;
}
.cd-right ul li {
  font-size: 18px;
  color: #222;
  margin: 0 0 17px;
}
.cd-right ul li span {
  width: 50%;
  display: inline-block;
}
.cd-right ul li span i {
  width: 28px;
  font-size: 20px;
}
.cd-right ul li em {
  font-style: normal;
  width: 50%;
  float: right;
}
.cd-right p {
  font-size: 18px;
  color: #222;
  margin: 0px;
}
.cd1-left p {
  font-size: 16px;
  color: #222;
  margin: 0 0 60px;
}
.cd1-right ul li {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  color: #222;
  font-style: italic;
  margin-bottom: 17px;
}
.cd1-right ul li:after {
  content: "\f097";
  font-family: "FontAwesome";
  color: #e52b50;
  font-style: normal;
  position: absolute;
  top: 2px;
  left: 0;
}
.cd-trainer div {
  background: #132438;
  float: left;
  margin-right: 52px;
  padding: 5px 10px 5px 60px;
  color: #fff;
  font-size: 10px;
  position: relative;
  margin-bottom: 5px;
}
.cd-trainer div span {
  font-size: 12px;
  color: #FFF;
  margin: 0 0 3px;
  display: table;
}
.cd-trainer div:after {
  content: "\f017";
  font-family: "FontAwesome";
  color: #FFF;
  font-size: 50px;
  position: absolute;
  top: -5px;
  left: 8px;
}
.cd-trainer li {
  float: left;
}
.cd-trainer li h6 {
  margin: 0px 0px 30px;
  font-size: 14px;
  color: #E52B50;
  font-weight: 400;
  padding: 5px 0px 0px;
  display: block;
}
.cs-bar {
  width: 155px;
  height: 155px;
  border-radius: 50%;
  margin: 0px auto;
  display: block;
  position: relative;
}
.cs-bar:after {
  content: " ";
  -webkit-box-shadow: inset 1px 2px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: inset 1px 2px 5px rgba(0,0,0,0.4);
  box-shadow: inset 1px 2px 5px rgba(0,0,0,0.4);
  position: absolute;
  width: 134px;
  height: 134px;
  top: 9px;
  left: 9px;
  right: 0px;
  border-radius: 50%;
  z-index: 888;
}
.chart {
  position: relative;
  display: inline-block;
  width: 155px;
  height: 155px;
  margin-bottom: 0%;
  text-align: center;
  border: 10px solid #d6d6d6;
  border-radius: 50%;
  padding: 0;
  display: block;
  margin: 0 auto;
}
.chart canvas {
  position: absolute;
  top: -7px;
  left: -7px;
  height: 150px !important;
  width: 150px !important;
}
.percent {
  z-index: 2;
  font-size: 50px;
  text-align: center;
  margin: 14px auto;
  display: table;
  color: #222;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #FFF;
  -webkit-box-shadow: inset -2px 1px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: inset -2px 1px 5px rgba(0,0,0,0.4);
  box-shadow: inset -2px 1px 5px rgba(0,0,0,0.4);
  border: 3px solid #D6D6D6;
  position: relative;
  left: 2px;
  top: -2px;
  padding-top: 17px;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: 13px;
}
audio,
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}
.circular-skills {
  padding: 0 0 115px;
}
.circular-skills h3 {
  font-family: Roboto Condensed;
  font-size: 36px;
  color: #222;
  padding: 0px 0px 15px;
  border-bottom: 1px solid #222;
  display: table;
  font-weight: 400;
  margin: 0 auto 45px;
}
.circular-skills ul {
  padding: 25px 0 0;
}
.circular-skills ul li {
  width: 33.3333%;
  padding: 0 25px;
  float: left;
}
.circular-skills ul li h4 {
  font-size: 24px;
  font-weight: 400;
  margin: 20px 0 0;
  text-align: center;
}
.mod_more_courses {
  padding: 0 0 115px;
}
.mod_more_courses .vina-carousel-k2 .owl-controls .owl-buttons {
  text-align: right;
}
#sp-page-builder .sppb-section.team-training {
  padding: 110px 0 90px;
}
#sp-page-builder .sppb-section.team-training.title-style3 .sppb-section-title .sppb-title-heading {
  text-transform: uppercase;
}
#sp-page-builder .sppb-section.team-training.title-style3 .sppb-title-subheading {
  font-size: 24px;
  width: 85%;
  display: inline-block;
  color: #2c3e50;
  line-height: 1.42857143;
}
.team-training .sppb-btn {
  height: 40px;
  background: #132438;
  border: none;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  color: #fefefe;
  padding: 0 30px;
  display: table;
  margin: 0 auto;
  border-radius: 0;
  text-transform: uppercase;
}
.team-training .sppb-btn:hover {
  background: #e52b50;
  color: #fff;
}
.view-article .fancybox-skin {
  padding: 0 !important;
}
.view-article .fancybox-inner {
  overflow: visible !important;
}
.view-article .fancybox-wrap:focus,
.view-article .fancybox-wrap *:focus {
  outline: 0 !important;
}
.view-article .fancybox-close {
  padding: 2px 15px;
  position: absolute;
  bottom: -29px;
  right: 0;
  left: 0;
  height: 29px;
  background: #e7e7e7 url("../images/close.png") no-repeat center center;
  line-height: 29px;
  text-align: center;
  color: #222;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: 400;
  cursor: pointer;
}
.view-article .fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.view-article .fancybox-lock body {
  overflow: hidden !important;
}
.view-article .fancybox-lock-test {
  overflow-y: hidden !important;
}
.view-article .fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fancybox_overlay.png');
}
.view-article .fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.view-article .fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.schedule-title {
  padding: 125px 0 0;
}
.s-time {
  background: #e52b50;
  border-left: 5px solid #132438;
  padding: 13px 15px 8px;
  color: #fff;
  font-family: Roboto Condensed;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  height: 83px;
}
.s-time em {
  font-style: normal;
  font-size: 30px;
  display: block;
}
.s-event {
  background: #132438;
  border-left: 5px solid #e52b50;
  padding: 13px 15px 8px;
  color: #fff;
  font-family: Roboto Condensed;
  font-size: 24px;
  font-weight: 400;
  display: block;
  line-height: 26px;
  text-align: center;
  height: 83px;
  vertical-align: middle;
  display: table-cell;
  width: 130px;
  cursor: pointer;
  transition: .4s;
}
.se-popup {
  background-color: #FFF;
  -webkit-box-shadow: -5px 2px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: -5px 2px 10px rgba(0,0,0,0.5);
  box-shadow: -5px 2px 10px rgba(0,0,0,0.5);
}
.se-popup h5 {
  background: #dddddd;
  font-family: Roboto Condensed;
  font-size: 26px;
  margin: 0;
  font-weight: 500;
  text-align: center;
  padding: 17px 0 12px;
}
.se-popup h5 em {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-top: 5px;
}
.se-popup p {
  font-size: 15px;
  color: #222;
  padding: 0 20px;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
}
.se-time {
  background: #fff;
  font-family: Roboto Condensed;
  font-size: 26px;
  margin: 0;
  font-weight: 500;
  text-align: center;
  padding: 10px 0 0px;
}
.se-trainer {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-top: -3px;
  text-align: center;
  padding-bottom: 10px;
}
.se-rglr {
  background: #e52b50;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 15px;
  line-height: 50px;
  text-align: center;
  font-weight: 400;
  margin: 10px 0;
}
.schedule-table thead tr th {
  font-size: 20px;
  text-transform: uppercase;
  color: #132438;
  font-weight: 400;
  text-align: center;
  padding: 15px 0;
}
.schedule-table tbody tr td {
  padding: 17px 15px;
  position: relative;
}
.div-overlay {
  background: #000000;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.home-download {
  padding: 80px 0 75px;
  background: url(../images/parallax/7.jpg) no-repeat center center fixed;
  background-size: 100% auto;
  position: relative;
  text-align: center;
}
.home-download h4,
.home-download .sppb-cta-title {
  color: #fff;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: center;
  font-family: Roboto Condensed;
  font-size: 30px;
  font-weight: 400;
}
.home-download p,
.home-download .sppb-addon-cta .sppb-cta-subtitle {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin: 0 0 40px;
}
.home-download a {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border: 0;
  text-align: center;
  color: #fff;
  font-family: Roboto Condensed;
  font-size: 14px;
}
.home-download a i {
  font-size: 60px;
  display: block;
  margin-bottom: 5px;
}
.home-download .sppb-btn-default:hover,
.home-download .sppb-btn-default:focus,
.home-download .sppb-btn-default:active,
.home-download .sppb-btn-default.active,
.home-download open > .dropdown-toggle.sppb-btn-default {
  color: #e52b50;
  background-color: transparent;
  border: 0;
}
.schedules_slide_show {
  margin-bottom: 100px;
}
.schedules_slide_show h3.sp-module-title {
  border-bottom: 2px solid #e52b50;
  font-family: Roboto Condensed;
  font-size: 30px;
  color: #132438;
  margin: 0;
  font-weight: 400;
  text-align: center;
  display: table;
  margin: 0 auto 25px;
  padding: 0 0 7px;
}
.our-events-header {
  margin-bottom: 70px;
}
.banner-center {
  background: #e52b50;
  padding: 50px 0 40px;
}
.banner-center p {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  text-align: center;
}
.banner-center p a {
  height: 54px;
  background: #132438;
  color: #fff;
  line-height: 54px;
  padding: 0 33px;
  margin-left: 45px;
  font-family: Lato;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  top: -5px;
  border: 1px solid #132438;
}
.banner-center p a:hover {
  color: #132438;
  border: 1px solid #fff;
  background: #fff;
}
.sppb-carousel-inner > .sppb-item {
  padding: 0;
}
.sppb-carousel-indicators {
  margin-bottom: 0;
}
.home-clients {
  padding: 165px 0 190px;
}
.home-clients.home-clients3 {
  padding: 60px 0;
  background: #eeeeee;
}
.home-clients .sppb-carousel-pro-text > h2 {
  display: none;
}
.home-clients .sppb-carousel-inner > .sppb-item {
  padding: 0;
}
.home-clients .sppb-carousel-indicators {
  bottom: -140px;
}
.home-clients .slick-track .client-thumb {
  width: 24%;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.home-clients .slick-track .client-thumb img {
  display: table;
  margin: 0 auto;
  vertical-align: middle;
}
.home-clients .slick-track .client-thumb img .c-img1 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home-clients .slick-track .client-thumb img.c-img2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home-clients .slick-track .client-thumb:hover .c-img1 {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home-clients .slick-track .client-thumb:hover .c-img2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home-join {
  background: #132438;
  padding: 110px 0;
}
.home-join .acymailing_module table.acymailing_form {
  margin: 0;
  position: static;
}
.home-join .acymailing_module table.acymailing_form input {
  height: 60px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  padding: 0 20px;
  margin-right: 25px;
  border-radius: 3px !important;
}
.home-join .acymailing_module table.acymailing_form tbody tr td.acysubbuttons input {
  margin-right: 0;
}
.home-join .acymailing_module table.acymailing_form tbody tr td.acysubbuttons input.btn {
  position: static;
  height: 60px;
  border: 1px solid #e3e3e3 !important;
  padding: 0 20px;
  border-radius: 3px;
  float: left;
  width: auto !important;
  min-width: 100px !important;
}
.home-join .acymailing_module table.acymailing_form tbody tr td.acysubbuttons input.btn:hover {
  background-color: #132438;
  color: #fff;
}
.home-join .acymailing_module table.acymailing_form tbody tr td.acysubbuttons input.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext {
  line-height: 1.42857143;
  padding: 0;
}
.home-news {
  padding: 105px 0 85px;
}
div.k2ItemsBlock.k2HomeNews ul li.lastItem {
  position: relative;
}
.k2HomeNews .col-left {
  padding: 0;
}
.k2HomeNews .col-right {
  padding: 30px 45px;
}
.k2HomeNews .odd .col-left {
  float: right;
  padding: 0;
}
.k2HomeNews .odd .col-right {
  float: left;
  padding: 30px 45px;
}
.k2HomeNews .lastItem {
  color: #fff;
  background: #000;
}
.k2HomeNews .lastItem a,
.k2HomeNews .lastItem .moduleItemCategoryBlock a,
.k2HomeNews .lastItem .moduleItemIntrotext p {
  color: #fff;
}
.k2HomeNews .lastItem .moduleItemCategoryBlock a:hover {
  color: #e52b50;
}
.k2HomeNews .lastItem a.moduleItemReadMore {
  color: #e52b50;
}
.k2HomeNews .lastItem a.moduleItemReadMore:hover {
  color: #112437;
}
.k2HomeNews .lastItem .lastItem-left img {
  width: 100%;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.k2HomeNews .lastItem .lastItem-right {
  padding: 0px 20px;
  margin: auto;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 45%;
}
.k2HomeNews .lastItem .moduleItemAuthor {
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.k2HomeNews .lastItem .moduleItemAuthor a {
  display: inline-block;
}
.k2HomeNews .lastItem .moduleItemIntrotext {
  padding: 0 25%;
}
.k2HomeNews h4.moduleItemTitle {
  display: inline-block;
  width: 100%;
}
.k2HomeNews .moduleItemAuthor {
  display: table;
  width: 100%;
}
.k2HomeNews .moduleItemAuthor img {
  width: 67px;
  height: 67px;
  background: #e52b50;
  padding: 2px;
  border-radius: 50%;
  margin-right: 5px;
}
.k2HomeNews .moduleItemAuthor .itemAuthorInfo {
  display: table-cell;
  vertical-align: middle;
}
.k2HomeNews .moduleItemCategoryBlock {
  padding-top: 20px;
}
.k2HomeNews .moduleItemCategoryBlock a {
  color: #959595;
  margin-right: 10px;
  font-size: 12px;
  display: inline-block;
}
.k2HomeNews .moduleItemCategoryBlock a i {
  margin-right: 5px;
}
.k2HomeNews .moduleItemCategoryBlock a:hover {
  color: #e52b50;
}
.k2HomeNews h4.moduleItemTitle {
  font-family: Roboto Condensed;
  font-size: 30px;
  text-transform: uppercase;
  color: #222;
  margin: 15px 0 15px;
  font-weight: 400;
}
.k2HomeNews .moduleItemIntrotext p {
  font-size: 16px;
  color: #222;
  margin: 0 0 15px;
}
.k2HomeNews .moduleItemReadMore {
  color: #e52b50;
  font-size: 14px;
}
.k2HomeNews .moduleItemReadMore i {
  margin-left: 5px;
}
.k2HomeNews .moduleItemReadMore:hover {
  color: #112437;
}
#home-about1-wrapper {
  padding: 110px 0;
  background: #fff;
}
#sp-page-builder #home-about3-wrapper.home-about1.text-dark .ai-inner {
  padding: 0;
}
#sp-page-builder #home-about3-wrapper.home-about1.text-dark .sppb-addon-text-block .sppb-addon-content:after {
  display: none;
}
#sp-page-builder #home-about3-wrapper.home-about1.text-dark .ai-inner1 h4 {
  border-bottom: none;
  padding: 0;
}
#sp-page-builder #home-about3-wrapper.home-about1.text-dark .about-skills h5,
#sp-page-builder #home-about3-wrapper.home-about1.text-dark .about-skills .sppb-progress {
  margin-left: 0;
}
#sp-page-builder #home-about3-wrapper.home-about1.text-dark .sppb-progress {
  background: #132438;
}
#sp-page-builder #home-about3-wrapper.home-about1.text-dark .sppb-progress-bar {
  background: #e52b50 url(../images/pat.png);
}
#home-about3-wrapper {
  position: relative;
  z-index: 5;
  margin-top: -1px;
  background-color: #fff;
}
.pricing-plan2 {
  padding: 95px 0 145px;
  background: #fff;
}
#sp-page-builder .sppb-section.title-style3 .sppb-section-title {
  margin: 0;
  background: none;
}
#sp-page-builder .sppb-section.title-style3 .sppb-section-title .sppb-title-heading {
  font-family: Roboto Condensed;
  font-size: 36px;
  color: #222;
  text-align: center;
  display: table;
  margin: 0 auto -25px;
  border-bottom: 2px solid #e52b50;
  padding: 0 15px 5px;
  font-weight: 400;
  text-transform: capitalize;
}
#sp-page-builder .sppb-section.title-style3 .sppb-section-title .sppb-title-heading:after {
  display: none;
}
#sp-page-builder .sppb-section.title-style3 .sppb-title-subheading {
  font-size: 18px;
  font-style: italic;
  color: #666;
  margin: 0px;
  font-weight: 400;
  text-align: center;
  padding: 50px 0 40px;
  margin: 0;
}
.related-postS {
  margin-bottom: 110px;
}
.time-pack {
  padding: 0 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.tp-inner {
  width: 25%;
  float: left;
  padding: 28px 45px;
  cursor: pointer;
  position: relative;
  top: 40px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.tp-inner:hover {
  position: relative;
  top: 0px;
  transition: .5s;
}
.tp-inner:hover a {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.tp-inner h4 {
  font-family: Roboto Condensed;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  display: table;
  margin: 0 auto 25px;
  font-weight: 400;
}
.tp-inner .plan-features {
  padding: 0px 0px;
}
.tp-inner .plan-features ul {
  display: table;
  float: left;
  margin-top: 13px;
}
.tp-inner .plan-features ul li {
  padding-left: 30px;
  font-size: 18px;
  text-transform: none;
  margin-bottom: 7px;
}
.tp-inner .plan-features ul li:after {
  font-size: 18px;
  top: 1px;
}
.tp-inner .plan-features strong {
  width: 109px;
  height: 109px;
  padding-top: 28px;
  font-size: 26px;
  text-align: center;
  color: #FFF;
  display: table;
  border-radius: 50%;
  font-weight: 700;
  float: right;
  background: #132438;
}
.tp-inner .plan-features strong em {
  font-size: 36px;
}
.tp-inner a {
  font-size: 15px;
  color: #FFF;
  text-align: center;
  display: table;
  margin: 15px auto -5px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.tp-inner:nth-child(1) {
  background: rgba(190,124,248,0.75);
}
.tp-inner:nth-child(2) {
  background: rgba(113,208,56,0.75);
}
.tp-inner:nth-child(3) {
  background: rgba(63,199,247,0.75);
}
.tp-inner:nth-child(4) {
  background: rgba(254,96,33,0.75);
}
div.itemNavigation {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  margin: 0 0 34px 0;
  border-top: 0;
  border-bottom: 0;
  background: #fff;
}
div.itemNavigation a.itemPrevious,
div.itemNavigation a.itemNext {
  height: 49px;
  width: 50%;
  float: left;
  font-family: Roboto Condensed;
  font-size: 14px;
  color: #222;
  font-weight: 400;
  line-height: 49px;
}
div.itemNavigation a.itemPrevious {
  background: url(../images/prev2.png) no-repeat left center;
  padding: 0 0 0 25px;
}
div.itemNavigation a.itemNext {
  float: right;
  background: url(../images/next2.png) no-repeat right center;
  padding: 0 25px 0 0;
  text-align: right;
}
div.itemContainer {
  margin: 0 0 85px;
}
#sp-page-header {
  background: #132438;
}
#sp-page-header p {
  margin-bottom: 0;
}
#sp-page-header img {
  width: 100%;
  opacity: 0.5;
}
h3.catItemTitle,
h2.itemTitle {
  font-family: Roboto Condensed;
  font-size: 30px;
  text-transform: uppercase;
  color: #222;
  margin: 45px 0 5px;
  padding: 0;
  font-weight: 400;
}
h3.catItemTitle a,
h2.itemTitle a {
  color: #222;
}
h3.catItemTitle {
  margin: 45px 0 5px;
}
h2.itemTitle {
  margin: 0 0 30px;
  text-align: center;
}
span.catItemImage img,
span.itemImage img {
  border: 0;
  padding: 0;
}
div.catItemImageBlock,
div.itemImageBlock {
  padding: 0;
  margin: 0;
}
div.catItemView,
div.catItemBody,
div.catItemIntroText,
div.itemItemView,
div.itemItemBody,
div.itemItemIntroText {
  padding: 0;
}
.article-meta {
  font-weight: 400;
  font-family: Roboto Condensed;
  font-size: 12px;
  text-transform: uppercase;
  color: #848484;
  margin-bottom: 15px;
}
.article-meta a {
  color: #848484;
}
.article-meta em {
  margin: 0 5px;
  font-style: normal;
}
.ap-meta {
  border-top: 1px solid #e7e9eb;
  border-bottom: 1px solid #e7e9eb;
  padding: 5px 0;
  margin-bottom: 25px;
}
.ap-meta > span {
  margin-right: 20px;
}
.ap-meta > span i {
  margin-right: 7px;
}
.ap-meta span,
.ap-meta a {
  font-size: 13px;
  color: #848484;
  font-weight: 400;
}
.ul-tags {
  display: inline-block;
}
.ul-tags li {
  display: inline-block;
}
div.itemRatingBlock {
  margin: 0;
  margin-top: -2px;
  padding: 0;
  display: inline-block;
  float: right;
}
div.itemRatingBlock span {
  line-height: 25px;
}
div.itemSocialSharing {
  padding: 26px 0px 50px;
  display: inline-block;
  width: 100%;
}
div.itemSocialSharing > span {
  font-size: 14px;
  color: #132438;
  float: left;
  margin-right: 25px;
  line-height: 30px;
}
div.itemSocialSharing a {
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #132438;
  border-radius: 50%;
  margin-right: 10px;
}
div.itemSocialSharing a i {
  line-height: 30px;
  height: 30px;
}
div.itemSocialSharing a:hover i {
  color: #fff;
}
div.catItemBody,
div.itemBody {
  margin: 0;
}
div.catItemBody p,
div.itemBody p {
  font-size: 16px;
  color: #222;
  line-height: 24px;
  margin: 0 0 45px;
  font-weight: normal;
}
div.itemIntroText {
  font-size: 16px;
  color: #222;
  line-height: 24px;
  margin: 0 0 45px;
  font-weight: normal;
  padding: 0;
}
.catItemReadMore a {
  text-transform: capitalize;
}
.quote-text-dark {
  background: #132438;
  border-left: 5px solid #e52b50;
  padding: 20px 0;
  padding-left: 73px;
  padding-right: 50px;
  position: relative;
  line-height: 20px !important;
  font-size: 14px !important;
  color: #a7aaaf !important;
  font-style: italic;
}
.quote-text-dark:after {
  content: "\f10e";
  font-family: "FontAwesome";
  color: #E52B50;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 22px;
  font-style: normal;
  height: 18px;
  margin-top: -9px;
}
.itemToolbar img {
  display: inline-block;
}
span.itemImage {
  margin: 0 0 20px 0;
}
.contact-content {
  padding: 120px 0 0;
}
.contact-form {
  padding-bottom: 135px;
}
.qlform .form-horizontal .control-group {
  margin-bottom: 10px;
}
.qlform .form-horizontal .control-group.submit {
  margin-top: 8px;
  margin-bottom: 0;
}
.qlform .form-horizontal .controls {
  position: relative;
  margin-left: 0;
}
.qlform .form-horizontal .controls input,
.qlform .form-horizontal .controls textarea {
  width: 100%;
  height: 40px;
  background-color: #FFF;
  border: 1px solid #DDD;
  margin: 0;
  padding: 3px 30px 3px 17px;
  color: #555;
  font-size: 14px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.qlform .form-horizontal .controls input[name="captcha"] {
  width: auto;
}
.qlform .form-horizontal .controls input.submit {
  color: #fff;
}
.qlform .form-horizontal .controls input.submit:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.qlform .form-horizontal .controls input.submit:hover {
  background-color: #132438 !important;
}
.qlform .form-horizontal .controls textarea {
  height: 160px;
}
.qlform .form-horizontal .controls:after {
  content: "";
  color: #d0d6d9;
  font-size: 15px;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  line-height: 38px;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0,0);
}
.qlform .form-horizontal .controls.jform_name:after {
  content: "\f007";
}
.qlform .form-horizontal .controls.jform_email:after {
  content: "\f0e0";
}
.qlform .form-horizontal .controls.jform_subject:after {
  content: "\f086";
}
.sppb-addon-text-block .sppb-addon-title {
  font-size: 24px;
  color: #222;
  font-weight: 400;
  margin: 0 0 40px;
  text-align: center;
}
.contact-social {
  padding-bottom: 148px;
}
.contact-social .sppb-addon-text-block .sppb-addon-content {
  display: inline-block;
}
.c-social li {
  float: left;
  margin: 0 20px;
}
.c-social li a {
  width: 80px;
  height: 80px;
  display: table;
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  border: 1px solid #5ea9dd;
  border-radius: 2px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.c-social li a b,
.c-social li a strong {
  display: none;
}
.c-social li a.fa-twitter {
  background: #5ea9dd;
}
.c-social li a.fa-facebook {
  background: #3b5998;
  border: 1px solid #3b5998;
}
.c-social li a.fa-google-plus {
  background: #dd4b39;
  border: 1px solid #dd4b39;
}
.c-social li a.fa-linkedin {
  background: #0077b5;
  border: 1px solid #0077b5;
}
.c-social li a.fa-youtube {
  background: #e31800;
  border: 1px solid #e31800;
}
.item-page .content-head {
  margin-top: 0px;
  margin-bottom: 70px;
}
.content-head {
  margin-top: 110px;
}
.content-head h3 {
  text-align: center;
  background: url(../images/divider.png) no-repeat center;
  margin: 20px 0 0;
}
.content-head h3 b {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 400;
  background: #fff;
  color: #222222;
  padding: 0px 30px;
  position: relative;
  top: -13px;
}
.content-head h3 i {
  color: #132438;
  font-size: 36px;
  display: table;
  margin: 0px auto;
  background: #fff;
  padding: 0 40px;
  position: relative;
  top: 12px;
}
.content-head p {
  font-size: 18px;
  font-style: italic;
  color: #666;
  margin: 0;
  font-weight: 400;
  text-align: center;
  padding: 40px 0 0;
}
.even {
  background: #fff;
  padding: 0;
  border-bottom: 0;
}
.catItemIntroText,
.catItemIntroText > p {
  display: inline;
}
.catItemReadMore {
  margin-left: 10px;
}
#k2Container {
  padding: 0;
}
div.itemView {
  padding: 0;
  margin: 0;
  border-bottom: 0;
}
div.itemTagsBlock span i {
  margin-right: 4px;
}
div.itemAuthorBlock {
  position: relative;
  color: #fff;
  margin: 0;
  padding: 26px 12px;
  border: 0;
  border-left: 5px solid #e52b50;
  background: #132438;
}
div.itemAuthorBlock a {
  color: #fff;
}
div.itemAuthorBlock .itemAuthorName {
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 0 7px;
  border-bottom: 1px solid #2b3a4c;
  font-weight: 400;
  padding: 5px 0 22px;
  margin-left: 117px;
}
div.itemAuthorBlock p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-style: italic;
  margin: 0;
}
div.itemAuthorBlock img.itemAuthorAvatar {
  margin: 0 17px 0 0;
  padding: 0;
  border: 0;
  border-radius: 100%;
  width: 100px;
  height: 100px;
}
.k2AccountPage .row {
  margin-bottom: 25px;
}
.profile-details label {
  margin-right: 15px;
}
.user-basic-setting .chzn-container-single .chzn-single > span {
  line-height: 30px;
}
.profile-details input,
.urlmsg input {
  display: inline-block;
  width: 100%;
  border-radius: 0;
  height: 40px;
  padding: 3px 30px 3px 17px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}
.profile-personal-details .gendermsg label {
  float: left;
  margin: 0;
}
.profile-personal-details .gendermsg .controls {
  display: inline-block;
  margin-left: 30px;
}
.profile-personal-details .gendermsg .controls label {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  margin-right: 15px;
}
.profile-personal-details .gendermsg .controls .radio input[type="radio"],
.profile-personal-details .gendermsg .controls .radio-inline input[type="radio"],
.profile-personal-details .gendermsg .controls .checkbox input[type="checkbox"],
.profile-personal-details .gendermsg .controls .checkbox-inline input[type="checkbox"] {
  position: static;
  margin-left: 0;
  margin-right: 4px;
  margin-top: 4px \9;
}
.profile-personal-details .imagemsg {
  margin: 55px 0 25px;
}
div.k2LoginBlock fieldset.input p input#modlgn_username,
div.k2LoginBlock fieldset.input p input#modlgn_passwd {
  width: 100%;
  height: 30px;
  background-color: #fff;
  border: solid 1px #d7e2e6;
  margin: 0 0 10px;
  padding: 5px 50px 5px 10px;
  color: #555;
  font-size: 14px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.k2LoginBlock fieldset.input input.button,
div.k2UserBlock form input.ubLogout {
  margin: 0 auto;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 20px;
  background: #e52b50;
  color: #fff;
  border: none;
  float: left;
}
div.k2LoginBlock fieldset.input input.button:hover,
div.k2UserBlock form input.ubLogout:hover {
  background: #132438 !important;
}
div.k2UserBlock {
  display: inline-block;
}
div.k2UserBlock div.k2UserBlockDetails a.ubAvatar img {
  width: 80px !important;
  margin: 0;
  margin-right: 15px;
  padding: 5px;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
}
div.k2UserBlock div.k2UserBlockDetails span.ubName {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #132438;
  text-decoration: none;
}
div.k2UserBlock ul.k2UserBlockActions {
  padding-top: 20px;
  padding-left: 10px;
}
div.k2UserBlock ul.k2UserBlockActions li a i {
  margin-right: 6px;
}
h4.k2ProfileHeading,
h5.k2ProfileHeading {
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 7px;
  position: relative;
  border-bottom: 1px solid #e2e2e2;
}
h4.k2ProfileHeading:after,
h5.k2ProfileHeading:after {
  content: "";
  top: 100%;
  position: absolute;
  display: inherit;
  height: 1px;
  width: 70px;
  background-color: #e52b50;
}
h4.k2ProfileHeading {
  font-size: 18px;
}
h5.k2ProfileHeading {
  font-size: 16px;
}
.register-form-style .row {
  margin-bottom: 25px;
}
.register-form-style h2.componentheading {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 45px;
  padding-bottom: 5px;
  border-bottom: 2px solid #e2e2e2;
}
.register-form-style input.inputbox {
  width: 100%;
  border-radius: 0;
  height: 40px;
  padding: 3px 30px 3px 17px;
}
.register-form-style .gender-block .controls label {
  display: inline-block;
  margin: 0 0 0 35px;
  padding: 0;
}
.register-form-style .url-block label,
.register-form-style .url-block input,
.register-form-style .image-block label,
.register-form-style .image-block input {
  display: inline-block;
  margin-bottom: 0;
}
.register-form-style .url-block input {
  border-radius: 0;
  height: 40px;
  padding: 3px 30px 3px 17px;
}
.k2AccountPage div.k2AccountPageNotice {
  padding: 0 15px;
}
.k2AccountPage div.k2AccountPageUpdate {
  border-top: 0;
  margin: 30px 0 0;
  padding: 0 15px;
  text-align: left;
  display: inline-block;
}
.k2AccountPage div.k2AccountPageUpdate .button {
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 35px;
  background: #e52b50;
  color: #fff;
  border: none;
  float: left;
}
.k2AccountPage div.k2AccountPageUpdate .button:hover {
  background: #132438 !important;
}
div.itemComments {
  background: #fff;
  border: 0;
  padding: 0;
}
div.itemComments h3.itemCommentsCounter {
  font-size: 30px;
  text-transform: uppercase;
  color: #222;
  font-weight: 400;
  margin: 80px 0px 40px;
}
div.itemComments ul.itemCommentsList li {
  color: #2c3e50;
  margin-bottom: 15px;
  padding: 15px 0 30px;
  display: table;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
}
div.itemComments ul.itemCommentsList li:first-child {
  padding-top: 0;
}
div.itemComments ul.itemCommentsList li.even {
  background: #fff;
}
div.itemComments ul.itemCommentsList li h5 {
  margin: 0 0 10px;
}
div.itemComments ul.itemCommentsList li p {
  color: #222;
  font-size: 15px;
  line-height: 24px;
  margin: 0px;
}
div.itemComments ul.itemCommentsList li span.commentLink a {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #e52b50;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}
div.itemComments ul.itemCommentsList li span.commentLink a:hover {
  font-size: 13px;
  color: #132438;
  text-decoration: none;
}
div.itemComments ul.itemCommentsList li img {
  width: 80px;
  margin: 0;
  margin-right: 15px;
  padding: 5px;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-right: 0;
  margin: 0 0 10px;
  padding: 0;
}
div.itemComments ul.itemCommentsList li span.commentDate {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  margin: 0 0 0 12px;
  padding: 0;
  border-right: 0;
}
div.itemCommentsForm {
  margin-top: 80px;
}
div.itemCommentsForm h3 {
  font-size: 30px;
  text-transform: uppercase;
  color: #222;
  font-weight: 400;
  margin: 0 0 30px;
  padding: 0;
}
div.itemCommentsForm p.itemCommentsFormNotes {
  border-top: 2px solid #ddd;
  padding: 5px 0;
  margin: 0 0 30px;
}
div.itemCommentsForm form input.inputbox,
div.itemCommentsForm form textarea.inputbox {
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #ddd;
  text-transform: uppercase;
  color: #555;
  font-size: 14px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.itemCommentsForm form input.inputbox {
  height: 40px;
  padding: 3px 30px 3px 17px;
  margin: 0 0 30px;
}
div.itemCommentsForm form textarea.inputbox {
  padding: 20px 20px 20px 17px;
  height: 160px;
  margin: 0 0 20px;
}
div.itemCommentsForm form input#submitCommentButton {
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 35px;
  background: #e52b50;
  color: #fff;
  border: none;
  float: left;
}
div.itemCommentsForm form input#submitCommentButton:hover {
  background: #132438 !important;
}
.itemCommentsForm .cf-ico {
  position: relative;
}
.itemCommentsForm .cf-ico i {
  color: #d0d6d9;
  font-size: 15px;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  line-height: 38px;
}
.vina-carousel-k2.owl-carousel {
  overflow: visible !important;
  margin-top: 58px !important;
}
.vina-carousel-k2.owl-carousel .owl-item {
  padding: 0 30px 0 0;
}
.vina-carousel-k2.owl-theme .owl-controls {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin-top: 0;
}
.vina-carousel-k2.owl-theme .owl-controls .owl-buttons {
  padding: 0 30px 0 0;
}
.vina-carousel-k2.owl-theme .owl-controls .owl-buttons div {
  padding: 0;
  font-size: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
}
.vina-carousel-k2.owl-theme .owl-controls .owl-buttons div:after {
  content: "";
  font-family: "FontAwesome";
  color: #132438;
  font-size: 24px;
  line-height: 20px;
  text-align: center;
}
.vina-carousel-k2.owl-theme .owl-controls .owl-buttons .owl-prev:after {
  content: "\f137";
}
.vina-carousel-k2.owl-theme .owl-controls .owl-buttons .owl-next:after {
  content: "\f138";
}
.vina-carousel-k2 .item .image-block {
  position: relative;
  background: #132438;
}
.vina-carousel-k2 .item .image-block span {
  background: #1f3041;
  width: 50px;
  height: 50px;
  color: #FFF;
  display: table;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: center;
  font-size: 18px;
  font-family: Roboto Condensed;
  text-transform: uppercase;
  line-height: 17px;
  padding: 8px 0 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.vina-carousel-k2 .item .image-block span em {
  font-style: normal;
  display: block;
  font-size: 13px;
}
.vina-carousel-k2 .item h3.title {
  font-size: 24px;
  text-transform: uppercase;
  color: #132438;
  margin: 13px 0 5px;
  font-weight: 400;
}
.vina-carousel-k2 .item h3.title a {
  color: #132438 !important;
}
.vina-carousel-k2 .item .info span {
  font-size: 14px;
  color: #89919b;
  font-family: Roboto Condensed;
}
.vina-carousel-k2 .item .info span a {
  color: #89919b !important;
}
.vina-carousel-k2 .item .introtext {
  font-family: Roboto Condensed;
  font-size: 16px;
  color: #132438;
  line-height: 24px;
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #e7e9eb;
  margin-bottom: 0;
}
.vina-carousel-k2 .item:hover .image-block span {
  background: #e52b50;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.vina-carousel-k2 .item:hover .image-block img {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.offcanvas-inner div.vina-treeview-menus .treeview li {
  position: relative;
  background-image: none;
  background: none;
}
.offcanvas-inner div.vina-treeview-menus .treeview .hitarea {
  background: url("../images/minus_white.png") no-repeat scroll center center transparent;
  margin-left: 0;
  position: absolute;
  width: 25px;
  height: 37px;
  right: 0;
  top: 0;
}
.offcanvas-inner div.vina-treeview-menus .treeview .hitarea.expandable-hitarea {
  background: url("../images/plus_white.png") no-repeat scroll center center transparent;
}
.offcanvas-inner div.vina-treeview-menus .treeview .sub-menu li {
  padding-left: 10px;
}
div.vina-treeview-menus .treeview li.lastCollapsable,
div.vina-treeview-menus .treeview li.lastExpandable {
  background-image: none !important;
}
@media (max-width: 320px) {
  .offcanvas-menu {
    width: 210px;
  }
  .logo img {
    width: 100%;
  }
  .sppb-media > .pull-left,
  .sppb-media .sppb-media-body {
    width: 100%;
    text-align: center;
  }
  .vina-gridgallery-content-wrapper .filter-label {
    min-width: 177px;
  }
  .mini-cart .mini-cart-content {
    width: 208px;
  }
  #sp-footer ul.social-icons >li {
    font-size: 14px;
  }
  .pricing1-info {
    padding: 55px 0 0 80px !important;
  }
  .pricing1-info h4 {
    font-size: 16px !important;
  }
  .pricing1-info p {
    font-size: 14px !important;
    margin: 0 0 20px !important;
  }
  .pricing1-price {
    font-size: 17px !important;
  }
  .pricing1-price em {
    font-size: 17px !important;
  }
  .ci-inner i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
  }
  .ci-inner p {
    font-size: 14px;
  }
  #c-info li,
  #c-info1 li {
    padding: 0px 5px !important;
  }
  .contact-form h3.sppb-addon-title {
    font-size: 18px !important;
  }
  .c-social li a {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 14px !important;
  }
  .home-newsletter .acymailing_module_form .acymailing_introtext p {
    font-size: 18px;
    line-height: 26px;
  }
  .home-newsletter {
    padding: 55px 0;
  }
  div.itemSocialSharing > span {
    margin-right: 7px;
  }
  div.itemSocialSharing a {
    margin-right: 5px;
  }
  #sp-footer ul.social-icons >li {
    font-size: 14px !important;
  }
  .cf_form .cf_wrapper_inner .form-horizontal {
    text-align: center;
  }
  .cf_form .cf_wrapper_inner .form-horizontal .cf_search_button {
    margin: 5px auto 0 !important;
    float: none;
  }
  .quantity-box .quantity-minus,
  .quantity-box .quantity-plus,
  .quantity-box .quantity-input {
    width: 35px;
  }
}
@media (max-width: 480px) {
  #sp-page-builder .sppb-section-title .sppb-title-heading {
    font-size: 26px;
    line-height: 30px;
    padding: 0px 10px;
  }
  #sp-page-builder .sppb-section-title .sppb-title-heading:after {
    top: 10px !important;
  }
  #sp-page-builder .sppb-section-title .sppb-title-subheading {
    padding: 15px 0 40px;
  }
  #sp-logo {
    width: 40%;
  }
  #sp-menu {
    width: 60%;
  }
  #sp-top-bar {
    padding: 10px 0;
  }
  #sp-top-bar ul li {
    line-height: 30px;
    font-size: 13px;
  }
  .sp-module.slider-onepage {
    margin-top: -60px;
  }
  .sp-module.slider-onepage .camera_caption h3 {
    font-size: 16px;
  }
  .sp-module.slider-onepage .camera_caption h3 span {
    font-size: 13px;
  }
  .sp-module.mod_calendar ul li {
    display: block;
    float: none;
    margin-left: 0 !important;
  }
  #cur_form .bootstrap-select div.dropdown-menu,
  .mod-languages .bootstrap-select div.dropdown-menu {
    min-width: 110px;
  }
  .sp-module.mod_mini_cart .block-mini-cart .mini-cart-content {
    width: 285px;
  }
  .sp-module.mod_search .search-content input {
    width: 230px;
  }
  .acymailing_module table.acymailing_form tr,
  .acymailing_module table.acymailing_form td {
    width: 100% !important;
  }
  .acymailing_module table.acymailing_form input {
    width: 100% !important;
    min-width: 100%;
  }
  .acymailing_module table.acymailing_form tbody tr td.acysubbuttons input.btn {
    position: static;
    margin-top: 10px;
    width: 100% !important;
  }
  .home-join .acymailing_module table.acymailing_form tbody tr td.acysubbuttons input.btn {
    width: 100% !important;
  }
  .home-about1 h4 {
    font-size: 24px;
    margin: 0 0 15px;
    padding: 0 10px 5px;
  }
  .home-about1 h4 span {
    margin-right: 15px;
  }
  .ai-inner {
    padding-left: 58px;
  }
  .ai-inner h6 {
    font-size: 20px;
  }
  .ai-inner p {
    font-size: 16px;
  }
  .tick-list li {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .about-skills h5 {
    font-size: 18px;
  }
  #sp-page-builder .home-about1 .sppb-addon-text-block .sppb-addon-content:after {
    left: 58px;
  }
  .about-intro {
    margin-bottom: 40px;
  }
  .about-skills h5,
  .about-skills .sppb-progress {
    margin-left: 58px;
  }
  div.acymailing_module {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .k2HomeNews h4.moduleItemTitle {
    font-size: 24px;
  }
  #sp-footer ul.social-icons >li {
    font-size: 18px;
    margin: 0 10px;
  }
  .home-join .acymailing_module table.acymailing_form tbody tr td.acysubbuttons input.btn {
    width: 100% !important;
  }
  .tp-inner {
    width: 100% !important;
  }
  .pricing1-info h4 {
    font-size: 24px;
  }
  .pricing1-price {
    font-size: 24px;
  }
  .pricing1-head {
    font-size: 34px;
    line-height: 65px;
    top: 115px;
    height: 65px;
    left: -115px;
    width: 295px;
  }
  .trainer-item {
    padding-top: 0 !important;
  }
  .trainer-item .sppb-addon-content img {
    width: 100% !important;
  }
  .cd-thumb,
  .cd-info {
    width: 100% !important;
  }
  .cd-trainer div {
    margin-right: 0;
  }
  .log-desc {
    font-size: 20px;
  }
  .register-links {
    font-size: 10px;
  }
  .contact-form h3.sppb-addon-title {
    font-size: 24px;
  }
  .c-social li {
    margin: 0 5px !important;
  }
  .quote-text-dark {
    padding-left: 40px;
    padding-right: 20px;
  }
  .quote-text-dark:after {
    font-size: 18px;
    left: 10px;
  }
  div.itemComments ul.itemCommentsList li span.commentLink a {
    font-size: 10px;
  }
  div.itemComments ul.itemCommentsList li span.commentAuthorName {
    font-size: 15px;
    display: block;
  }
  div.itemComments ul.itemCommentsList li span.commentDate {
    font-size: 12px;
  }
  div.itemComments h3.itemCommentsCounter {
    font-size: 24px;
    margin: 70px 0px 25px;
  }
  div.itemCommentsForm h3 {
    font-size: 24px;
    margin: 0 0 25px;
  }
  div.itemRatingBlock {
    display: block;
    margin: 0;
    float: left;
    margin-top: 8px;
  }
  div.itemAuthorBlock .itemAuthorName {
    font-size: 20px;
    padding: 5px 0 10px;
  }
  .related_prd .buttons a {
    top: 20% !important;
  }
  .row-fluid .span3,
  .row-fluid .span4 {
    width: 100%;
    margin-left: 0 !important;
  }
  .vmshop-cart-account .row-fluid {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #offcanvas-toggler >i {
    padding: 0 10px;
  }
  .sp-module.slider-onepage .camera_caption h3 {
    font-size: 24px;
  }
  .sp-module.slider-onepage .camera_caption h3 span {
    font-size: 14px;
  }
  .sp-module.slider-onepage .camera_caption .caption-text {
    padding-top: 80px;
  }
  .trainer-thumb {
    max-width: 360px;
  }
  .acymailing_module table.acymailing_form input {
    min-width: 320px;
  }
  .pricing-plan2 .sppb-addon-container {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .courses-detail .sppb-col-sm-7,
  .courses-detail .sppb-col-sm-5 {
    display: inline-block;
  }
  #sp-top-bar-sticky-wrapper.sticky-wrapper.is-sticky #sp-top-bar {
    position: static !important;
    margin-top: 0 !important;
  }
  #sp-top-bar {
    text-align: center;
  }
  #sp-top-bar .sp-module {
    margin: 0 auto !important;
    text-align: center;
  }
  #sp-top1 .sp-contact-info {
    float: none;
    margin: 0 auto;
    display: inline-block;
  }
  #sp-top1 .sp-contact-info .sp-contact-phone {
    margin-right: 15px;
  }
  #sp-top1 .sp-contact-info li {
    margin-right: 0;
  }
  .sp-module.mod_calendar ul {
    float: none !important;
    margin: 0 auto;
    display: inline-block;
  }
  .mini-cart-title i {
    margin-left: 0px;
  }
  .pro-image img {
    width: 100%;
  }
  #checkoutForm .cart-summary,
  #checkoutForm .cart-summary * {
    width: 100% !important;
  }
  .home-plans .sppb-col-sm-3 {
    width: 100% !important;
  }
  .home-stats i {
    margin: -60px auto 0;
  }
  .home-stats .sppb-addon-animated-number {
    margin-top: 25px;
  }
  .home-stats .sppb-addon-animated-number .sppb-addon-content .sppb-animated-number-title {
    padding-bottom: 15px;
  }
  .about-info li {
    width: 100%;
    margin-bottom: 50px;
  }
  .about-info li.hidden-li {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #sp-page-builder .sppb-section-title {
    background: none !important;
  }
  .trainer-thumb {
    margin: 0 auto;
  }
  .home-quote .sppb-carousel-inner {
    background: none;
    padding: 0;
  }
  .home-plans .sppb-addon-container .sppb-addon-feature {
    height: auto;
  }
  .k2HomeNews .lastItem .lastItem-right {
    height: 100%;
    padding: 15px 30px;
  }
  .k2HomeNews .lastItem .moduleItemIntrotext {
    padding: 0;
  }
  .k2HomeNews h4.moduleItemTitle {
    font-size: 22px;
    margin: 10px 0;
  }
  .banner2 .sppb-addon-cta .sppb-cta-title {
    font-size: 17px !important;
  }
  .banner2 .sppb-addon-cta .sppb-text-right {
    text-align: center;
  }
  .banner2 .sppb-addon-cta a.sppb-btn {
    margin: 0 auto;
    font-size: 14px;
    top: 0;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    margin-top: 15px;
  }
  #sp-footer {
    padding: 60px 0 40px;
  }
  .parallax-wrap .sppb-addon-cta {
    width: 100%;
  }
  .parallax-wrap h3.sppb-cta-title {
    font-size: 36px;
  }
  .parallax-wrap .sppb-cta-text {
    line-height: 30px;
    font-size: 16px;
    margin: 0 0 25px;
  }
  .tlss-inner {
    font-size: 14px;
    width: 100% !important;
    margin-right: 0 !important;
    padding: 10px 8px 10px 52px !important;
  }
  .tlss-inner:after {
    font-size: 34px !important;
    margin-top: 17px !important;
    left: 11px !important;
  }
  .schedule-table thead tr th {
    height: 89px !important;
    line-height: 60px !important;
  }
  .content-head h3 {
    background: none !important;
  }
  .banner-center p {
    font-size: 18px;
  }
  .banner-center p a {
    margin-top: 10px;
    margin-left: 0;
    top: 0;
  }
  .sp-page-title {
    text-align: center;
  }
  .sp-page-title h2 {
    display: block;
    font-size: 22px;
    text-align: center;
  }
  .sp-page-title .breadcrumb {
    width: 100%;
    margin: 0 auto;
  }
  .circular-skills ul li {
    width: 100%;
    padding: 0 25px;
    margin-bottom: 25px;
  }
  #c-info li,
  #c-info1 li {
    width: 100%;
    padding: 0px 50px;
    float: left;
    cursor: pointer;
    margin-bottom: 50px;
  }
  .c-social li {
    margin: 0 15px;
  }
  .c-social li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }
  .contact-form {
    padding-bottom: 55px;
  }
  .contact-social .sppb-addon-text-block .sppb-addon-title {
    margin: 0 0 30px;
  }
  .contact-social {
    padding-bottom: 55px;
  }
  #sp-main-body {
    padding: 60px 0;
  }
  .content-head h3 b {
    font-size: 30px;
  }
  .product.vm-col {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 30px !important;
  }
  .product.vm-col .product-inner {
    max-width: 320px;
    margin: 0 auto;
  }
  .row-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
  #sp-left .sp-module.banner-left img,
  #sp-right .sp-module.banner-left img {
    margin: 0 auto;
  }
  .product-neighbours {
    text-align: center;
  }
  .product-neighbours a.previous-page,
  .product-neighbours a.next-page {
    float: none;
  }
  .product-neighbours a.previous-page {
    margin-bottom: 7px;
  }
  #checkoutForm .cart-summary tbody input.quantity-input {
    float: none;
  }
  .sp-comingsoon .days,
  .sp-comingsoon .hours,
  .sp-comingsoon .minutes,
  .sp-comingsoon .seconds {
    display: inline-block;
    margin: 20px 15px;
    font-weight: 300;
  }
  .sp-comingsoon .sp-comingsoon-content {
    padding: 0 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #sp-top-bar {
    font-size: 12px;
  }
  #sp-top-bar .sp-contact-info li {
    margin-right: 7px;
  }
  .sp-module.slider-onepage .camera_caption h3 {
    font-size: 52px;
  }
  .sp-module.slider-onepage .camera_caption h3 span {
    font-size: 28px;
  }
  .sp-module.slider-onepage .camera_caption .caption-text {
    padding-top: 50px;
  }
  .home-plans .sppb-addon-container .sppb-addon-feature {
    height: 303px;
  }
  .icon-left .plan-features {
    padding: 30px 55px 20px;
  }
  .home-schedule .sppb-row > .sppb-col-sm-3 {
    width: 50%;
  }
  .pricing-plan2 .sppb-col-sm-3 {
    width: 50%;
  }
  .schedule-table {
    margin-left: -15px;
    margin-right: -15px;
  }
  .schedule-table tbody tr td {
    padding: 12px 2px !important;
  }
  .log-desc {
    font-size: 20px;
  }
  .register-links {
    font-size: 10px;
  }
  #sp-left .sp-module .sp-module-title,
  #sp-right .sp-module .sp-module-title {
    font-size: 20px;
    margin: 0 0 15px;
    line-height: 26px;
  }
  #sp-left .sp-module div.k2TagCloudBlock a,
  #sp-right .sp-module div.k2TagCloudBlock a {
    line-height: 30px;
    padding: 0 10px;
  }
  #sp-left div.k2ItemsBlock .moduleItemTitle,
  #sp-right div.k2ItemsBlock .moduleItemTitle {
    font-size: 16px;
    line-height: 16px;
  }
  #sp-left div.k2ItemsBlock .moduleItemImage,
  #sp-right div.k2ItemsBlock .moduleItemImage {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  #sp-left div.k2ItemsBlock .moduleItemImage img,
  #sp-right div.k2ItemsBlock .moduleItemImage img {
    width: 100%;
    max-width: 100%;
  }
  .product-inner .product-overlay {
    padding: 8px 0;
  }
  .product-inner .product-overlay i {
    font-size: 18px;
  }
  .product-inner .actions,
  .product-inner .view-link-container {
    width: 100%;
  }
  .cf_flt_wrapper .cf_wrapper_input_text.cf_wrapper_input_text_2 .form-horizontal .cf_search_button,
  .cf_flt_wrapper .cf_wrapper_input_text div[id^="cf_wrapper_input_text_price"] .form-horizontal .cf_search_button {
    margin-top: 10px;
  }
  #checkoutForm .cart-summary tbody input.quantity-input {
    margin-top: 13px;
  }
}
@media (max-width: 979px) {
  .zoomContainer {
    display: none;
  }
  #sp-top-bar i {
    font-size: 18px;
  }
  .sp-module.mod_calendar ul li {
    margin-left: 15px;
  }
  .sp-contact-info {
    margin: 0;
  }
  .body-innerwrapper #sp-header-sticky-wrapper.sticky-wrapper.is-sticky {
    height: 60px !important;
  }
  .sp-megamenu-parent {
    display: none;
  }
  #offcanvas-toggler {
    margin-right: 20px;
  }
  .modal-dialog {
    max-width: 300px;
    margin: 0 auto;
  }
  .sp-megamenu-parent >li.sp-has-child>a:after {
    display: none;
  }
  #sp-top-bar .sp-module {
    margin: 0 0 0 10px;
  }
  .sp-module.mod_mini_cart,
  .sp-module.mod_search {
    float: left;
  }
  .sp-module.mod_mini_cart .mini-cart-title {
    padding: 0 18px;
  }
  .sp-module.mod_search .search-title {
    padding: 0 18px;
  }
  .sp-module.slider-multipage .vina-camera-slider .camera_wrap .camera_pag {
    bottom: 30px;
  }
  .sppb-addon-container.box-icon .sppb-media >div {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .sppb-addon-container.box-icon .sppb-feature-box-title {
    line-height: 45px;
  }
  .vina-gridgallery-content-wrapper .image-block img {
    width: 100%;
  }
  #sp-footer {
    text-align: center;
  }
  #sp-footer #sp-footer1,
  #sp-footer #sp-footer2 {
    width: 100%;
  }
  #sp-footer ul.mod_bottom_menu {
    float: none;
  }
  .about-info:before,
  .about-info:after {
    display: none;
  }
  .home-quote .sppb-carousel-inner {
    width: auto;
  }
  .vina-gridgallery-content-wrapper .item {
    right: 0;
    max-width: 400px;
    margin: 0 auto;
  }
  .sppb-carousel-inner .trainer-info {
    margin-bottom: 30px;
  }
  .home-plans .sppb-col-sm-3 {
    width: 50%;
  }
  .home-newsletter .acymailing_module_form {
    text-align: center;
  }
  .home-newsletter .acymailing_module_form .acymailing_introtext {
    width: 100%;
    text-align: center;
  }
  .home-newsletter .acymailing_module_form .acymailing_introtext p {
    float: none;
    margin: 0 0 15px 0;
  }
  .home-newsletter .acymailing_module_form table.acymailing_form {
    margin: 0 auto;
  }
  .home-join .acymailing_module table.acymailing_form {
    width: 100%;
  }
  .home-join .acymailing_module table.acymailing_form tr {
    width: 100%;
    margin-bottom: 10px;
  }
  .home-join .acymailing_module table.acymailing_form tr td {
    text-align: center;
  }
  .home-join .acymailing_module table.acymailing_form tr td input {
    float: none;
    height: 50px;
    min-width: initial;
    margin: 0 auto;
  }
  .home-join .acymailing_module table.acymailing_form tbody tr td.acysubbuttons input.btn {
    height: 50px;
    float: none;
    width: 80% !important;
  }
  #sp-bottom1 .sp-column .sp-module:first-child {
    margin-bottom: 80px;
  }
  #sp-bottom2 .sp-column .sp-module:first-child {
    margin-bottom: 35px;
  }
  #sp-bottom3 {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  #sp-footer ul.social-icons {
    float: none;
    margin: 20px auto 0;
  }
  #sp-header .logo {
    height: 60px;
  }
  #offcanvas-toggler {
    line-height: 60px;
  }
  #sp-header-sticky-wrapper.sticky-wrapper.is-sticky #sp-header .logo {
    height: 60px;
  }
  .is-sticky #offcanvas-toggler {
    line-height: 60px;
  }
  .mini-cart-title {
    line-height: 60px;
  }
  .mini-cart-title i {
    font-size: 15px;
  }
  .is-sticky .mini-cart-title {
    line-height: 60px;
  }
  .mini-cart:hover .mini-cart-content {
    top: 60px;
  }
  .time-pack {
    padding: 0;
    position: static;
    display: inline-block;
  }
  .tp-inner {
    top: 0;
    width: 50%;
  }
  .tp-inner a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .home-schedule .sppb-row > .sppb-col-sm-3 {
    margin-bottom: 50px;
  }
  .home-trainers .sppb-carousel-inner {
    padding: 0 40px;
  }
  .sppb-testimonial-pro .sppb-testimonial-message {
    padding: 10px 0;
  }
  .sppb-testimonial-pro .sppb-testimonial-client {
    display: inline-block;
    margin-top: 0;
    padding: 0 35px;
    background: #e52b50;
  }
  .sppb-testimonial-pro .sppb-testimonial-client strong {
    padding: 7px 0;
  }
  .pricing-plan2 .sppb-col-sm-3 {
    margin-bottom: 40px;
  }
  .related-postS .sppb-container > .sppb-row {
    margin-left: 0;
    margin-right: 0;
  }
  .pricing1-info {
    padding: 55px 0 0 100px;
  }
  .trainer-item {
    padding: 50px 0;
  }
  .trainer-item .sppb-col-sm-5,
  .trainer-item .sppb-col-sm-7 {
    width: 100%;
  }
  .trainer-item .col-md-10 {
    padding: 25px 60px 0 30px !important;
  }
  .trainer-item .sppb-addon-content img {
    max-width: 400px;
  }
  .trainer-item.trainer-odd .sppb-addon-content img {
    margin-top: 30px;
  }
  .tl-social-inner {
    bottom: -1px;
  }
  .schedule-table thead tr th {
    font-size: 15px;
  }
  .course-price,
  .course-info p {
    margin: 5% 0 8px;
  }
  .course img {
    margin: 0 auto;
  }
  .course .course-info:after {
    display: none !important;
  }
  .cd-inner {
    margin-bottom: 50px;
  }
  div.cd-info {
    padding: 20px 15px;
  }
  div.cd-info h4 {
    font-size: 18px;
    padding-bottom: 5px;
    margin: 0 0 15px;
  }
  div.cd-info h4 span {
    font-size: 32px;
  }
  div.cd-info p {
    font-size: 14px;
  }
  div.cd-info ul {
    padding: 20px 0;
  }
  div.cd-info ul li {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 5px;
  }
  h3.catItemTitle {
    margin: 30px 0 5px;
  }
  h3.catItemTitle,
  h2.itemTitle {
    font-size: 20px;
  }
  div.itemContainer {
    margin: 0 0 55px;
  }
  div.k2Pagination {
    margin: 0px 0 4px 0;
  }
  .productdetails-view .vm-product-container h1 {
    font-size: 24px;
  }
  .productdetails-view .vm-product-container .quantity-box .quantity-minus,
  .productdetails-view .vm-product-container .quantity-box .quantity-plus,
  .productdetails-view .vm-product-container .quantity-box .quantity-input {
    margin: 6px 3px;
  }
}
@media (min-width: 979px) {
  .sppb-addon-feature .sppb-feature-box-title {
    font-size: 18px;
  }
}
@media (min-width: 480px) and (max-width: 1200px) {
  .pricing1-price {
    font-size: 30px;
  }
  .pricing1-info h4 {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .benefits .sppb-addon .sppb-addon-content {
    margin-bottom: 0 !important;
  }
  .cf_wrapper_inner .form-horizontal {
    text-align: center;
  }
  .cf_search_button.btn {
    margin: 10px auto 0;
  }
  .cf_wrapper_input_text_2 input[type="search"] {
    min-width: 40px;
  }
  .cf_form .cf_slider_gutter_r {
    display: none;
  }
}
@media (max-width: 1200px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sp-megamenu-parent >li >a {
    padding: 0 5px;
    line-height: 100px;
  }
  #sp-header-sticky-wrapper.sticky-wrapper.is-sticky #sp-header .sp-megamenu-parent >li >a {
    padding: 0 5px;
  }
  .is-sticky .sp-megamenu-parent >li >a {
    line-height: 70px;
  }
  .about-info li h4 {
    font-size: 28px;
  }
  .about-info li p {
    font-size: 14px;
  }
  .vina-gridgallery-content-wrapper .item-inner {
    position: relative;
  }
  .vina-gridgallery-content-wrapper .item-inner .st-overlay {
    padding: 0 !important;
    width: 50%;
  }
  .vina-gridgallery-content-wrapper .item-inner .st-overlay:after {
    top: -52%;
    left: -52%;
  }
  .home-schedule .sppb-addon-feature-pro .sppb-feature-box-pro-title {
    font-size: 26px;
  }
  .sppb-addon-feature-pro .si-inner .si-time {
    text-align: center;
  }
  .si-time {
    padding-left: 0;
    padding-top: 45px;
  }
  .si-time:after {
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
  .home-clients {
    padding: 70px 0 100px;
  }
  .home-clients .sppb-carousel-indicators {
    bottom: -80px;
  }
  .sppb-addon-animated-number .sppb-addon-content .sppb-animated-number-title {
    font-size: 18px !important;
  }
  .home-trainers .sppb-carousel .sppb-carousel-arrow.left {
    left: -15px;
  }
  .home-trainers .sppb-carousel .sppb-carousel-arrow.right {
    right: -15px;
  }
  .tp-inner {
    padding: 20px 10px;
  }
  .tp-inner h4 {
    font-size: 20px;
  }
  .tp-inner .plan-features ul li {
    font-size: 15px;
  }
  home-about1 h4 {
    font-size: 28px;
    margin: 10px 0 20px;
  }
  .about-skills h5 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .vina-carousel-k2 .item h3.title {
    font-size: 20px;
  }
  .banner2 .sppb-addon-cta .sppb-cta-title {
    font-size: 22px;
  }
  .pricing1 {
    background-size: auto auto !important;
  }
  .pricing1:hover {
    background-size: auto auto !important;
    -webkit-transition: 0.4s !important;
    -o-transition: 0.4s !important;
    transition: 0.4s !important;
  }
  .trainer-item .col-md-10 {
    padding: 25px 0 0 30px;
  }
  .tlss-inner {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 3px 8px 5px 42px;
  }
  .tlss-inner:after {
    font-size: 30px;
    left: 8px;
  }
  .vina-carousel-k2.owl-carousel {
    width: 100% !important;
    margin-left: 15px !important;
  }
  .schedule-table tbody tr td {
    padding: 12px 10px;
  }
  .s-time {
    font-size: 12px;
    height: 65px;
  }
  .s-time em {
    font-size: 18px;
  }
  .s-event {
    padding: 13px 15px 8px;
    font-size: 14px;
    line-height: 16px;
    height: 65px;
  }
  .space40 {
    margin-bottom: 5px;
  }
  .space70 {
    margin-bottom: 10px;
  }
  .space100 {
    margin-bottom: 20px;
  }
  .cd-info h4 {
    font-size: 26px;
    padding-bottom: 5px;
    margin: 0 0 15px;
  }
  .cd-info h4 span {
    font-size: 44px;
  }
  .cd-info p {
    font-size: 16px;
    line-height: 20px;
  }
  .cd-info ul {
    padding: 30px 0 20px;
  }
  .cd-info ul li {
    font-size: 15px;
    line-height: 26px;
    margin: 0 0 18px;
  }
  .courses-detail .course-price {
    font-size: 34px;
    margin: 5% 0 0;
  }
  .cd1-right,
  .cd-right {
    padding-left: 0px;
  }
  cd-trainer div {
    margin-right: 10px;
  }
  .product .product-inner {
    margin-bottom: 40px;
  }
  .vm-pagination .vm-pagination-inner {
    margin: 0;
  }
  .icons > a {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .productdetails-view .vm-product-container .addtocart-btn {
    height: 50px;
    line-height: 50px;
  }
  .productdetails-view .vm-product-container .addtocart-btn i {
    left: 15px;
    line-height: 50px;
  }
  .productdetails-view .vm-product-container .addtocart-btn input {
    padding: 0 15px 0 40px;
  }
}
@media (min-width: 979px) and (max-width: 1200px) {
  #sp-top-bar .sp-contact-info li {
    margin-right: 30px;
  }
  .acymailing_module table.acymailing_form input {
    min-width: 340px;
  }
  .k2HomeNews .col-right {
    padding: 0 30px;
  }
  .k2HomeNews .odd .col-right {
    padding: 0 30px;
  }
  .k2HomeNews h4.moduleItemTitle {
    font-size: 26px;
  }
  .sp-module.mod_calendar ul li {
    margin-left: 30px;
  }
  .home-join {
    padding: 80px 0;
  }
  #sp-bottom .sp-module-title {
    font-size: 18px;
  }
  #sp-bottom1 .sp-column .sp-module:first-child {
    margin-bottom: 61px;
  }
  #sp-bottom2 .sp-column .sp-module:first-child {
    margin-bottom: 49px;
  }
  #sp-footer1 {
    width: 60%;
  }
  #sp-footer2 {
    width: 40%;
  }
  .vina-gridgallery-content-wrapper .item-inner .title {
    font-size: 18px;
  }
  .vina-gridgallery-content-wrapper .item-inner .info,
  .vina-gridgallery-content-wrapper .item-inner .info a {
    font-size: 12px;
  }
  .course-price {
    font-size: 28px;
    margin: 5% 0 0;
  }
  .course-info {
    padding: 20px;
  }
  .course-info h4 {
    font-size: 20px;
  }
  .course-info p {
    font-size: 14px;
    line-height: 20px;
    margin: 5% 0 8px;
  }
  .product-inner .product-overlay i {
    font-size: 18px;
    margin-right: 5px;
  }
}
@media (max-width: 320px) {
  #fancybox-content div > a {
    padding: 5px !important;
  }
}
@media (max-width: 480px) {
  #fancybox-wrap {
    width: 90% !important;
    left: 10px !important;
    padding: 0px !important;
  }
  #fancybox-wrap #fancybox-content {
    width: 100% !important;
  }
  .productdetails-view h1 {
    font-size: 26px;
  }
  .orderby-displaynumber {
    text-align: center;
  }
  .orderby-displaynumber > div {
    float: none;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
  }
  #tabs-detail-product > li {
    width: 100%;
    margin-bottom: 5px;
  }
  #tab-block ul#tabs-detail-product >li.active >a,
  #tab-block ul#tabs-detail-product >li a {
    margin: 0;
  }
}
@media (max-width: 300px) {
  .ask-a-question-view table.askform input,
  .ask-a-question-view table.askform tr input,
  .ask-a-question-view table.askform td input {
    width: 100% !important;
    max-width: 220px !important;
  }
  table.askform,
  .ask-a-question-view {
    padding: 0 !important;
  }
  table.askform input.highlight-button,
  table.askform input[type='submit'].highlight-button,
  .ask-a-question-view input.highlight-button,
  .ask-a-question-view input[type='submit'].highlight-button {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 249px) {
  .ask-a-question-view table.askform input,
  .ask-a-question-view table.askform tr input,
  .ask-a-question-view table.askform td input {
    max-width: 150px !important;
  }
}
