.form-control {
  display: block;
  height: 44px !important;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -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: #cccccc;
  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";
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 99;
  display: block;
  float: right;
  position: static;
}
.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li >a,
.sp-megamenu-parent >li >span {
  display: inline-block;
  padding: 0 15px;
  line-height: 90px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .sp-megamenu-parent >li >a,
  .sp-megamenu-parent >li >span {
    line-height: 55px;
  }
}
.sp-megamenu-parent >li.sp-has-child>a:after,
.sp-megamenu-parent >li.sp-has-child>span:after {
  font-family: "FontAwesome";
  content: " \f107";
}
@media screen and (max-width: 1199px) {
  .sp-megamenu-parent >li.sp-has-child>a:after,
  .sp-megamenu-parent >li.sp-has-child>span:after {
    display: none;
  }
}
.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 {
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px;
}
.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 {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 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,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
  display: block;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span.sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
  cursor: inherit;
}
.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;
}
#offcanvas-toggler {
  float: right;
  line-height: 87px;
  margin-left: 10px;
  font-size: 20px;
}
#offcanvas-toggler >i {
  -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;
}
@media screen and (max-width: 991px) {
  #offcanvas-toggler {
    line-height: 52px;
  }
}
.off-canvas-menu-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0,0,0,0.2);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}
.body-wrapper {
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  right: 0;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: .5;
  text-align: center;
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
  padding-top: 3px;
}
.offcanvas-menu {
  width: 280px;
  height: 100%;
  background-color: #333333;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(280px);
  transform: translateX(280px);
  visibility: hidden;
  overflow: inherit;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner {
  padding: 30px 20px;
  text-align: center;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 0;
  margin-bottom: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module:after {
  display: none;
}
@media screen and (min-width: 992px) {
  .offcanvas-menu .offcanvas-inner .sp-module:first-child {
    margin-top: 0;
  }
}
.offcanvas-menu .offcanvas-inner .sp-module:last-child {
  margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module.off-canvas-menu {
  padding: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  position: relative;
  overflow: hidden;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  text-align: left;
  padding: 8px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
  background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
  background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a {
  background: rgba(0,0,0,0.15) !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:focus {
  background: rgba(0,0,0,0.15) !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 11px 10px;
  cursor: pointer;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .open-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .close-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li > a {
  padding-left: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li ul > li > a {
  padding-left: 30px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input:not(.btn) {
  width: 100%;
  background: transparent;
  border-color: #5f5f5f;
  color: #fff;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.offcanvas .body-wrapper {
  right: 0;
  -webkit-transform: translateX(-280px);
  transform: translateX(-280px);
}
.offcanvas .body-wrapper:after {
  width: 100%;
  height: 100%;
  right: 0;
}
.offcanvas .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}
.menu .nav-child.small {
  font-size: inherit;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
.sp-megamenu-parent.menu-rotate .sp-has-child:hover >.sp-dropdown {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown {
  opacity: 1;
  visibility: visible;
  top: 90px;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown .sp-dropdown {
  top: 0;
}
.menu-slide-down .sp-has-child >.sp-dropdown {
  top: 60px;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 500ms ease;
}
.menu-slide-down .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}
.menu-rotate .sp-has-child {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.menu-rotate .sp-has-child >.sp-dropdown {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  opacity: 0;
  visibility: hidden;
  display: block;
}
.menu-rotate .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
  perspective: 1000px;
}
.menu-drop-in .sp-has-child .sp-menu-item {
  -webkit-transform: translate(0,100px);
  transform: translate(0,100px);
  opacity: 0;
  padding: 0 20px !important;
}
.menu-drop-in .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-drop-in .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: dropup;
  animation-name: dropup;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-drop-in .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}
.menu-drop-in .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}
@keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
@-webkit-keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
.menu-twist .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.menu-twist .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
}
.menu-twist .sp-has-child .sp-menu-item {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  padding: 0 20px !important;
  background: #fff;
}
.menu-twist .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-twist .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-twist .sp-has-child:hover .sp-menu-item {
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: twist;
  animation-name: twist;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-twist .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}
.menu-twist .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}
@keyframes twist {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(0);
  }
}
@-webkit-keyframes twist {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0);
  }
}
@-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;
  }
}
.slide-top-menu .offcanvas-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slide-top-menu .body-wrapper {
  right: 0;
}
.slide-top-menu .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.slide-top-menu .offcanvas-menu {
  right: 0;
  background-color: #000000;
  visibility: visible;
}
.full-screen .offcanvas-menu {
  right: -100%;
  width: 100%;
  transform: translateX(0);
  background-color: rgba(0,0,0,0.9);
  transition: all 600ms ease;
}
.full-screen .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li {
  overflow: inherit;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
  display: none;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
  background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 20px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
  display: block;
  padding: 0 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
  background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
  padding-bottom: 75px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 28px;
}
.full-screen .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}
.full-screen-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
}
.full-screen-ftop .offcanvas-menu {
  right: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: rgba(0,0,0,0.9);
  transition: all 500ms ease;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul >li {
  opacity: 0;
  -webkit-transform: translate3d(0px,-80px,0px);
  transform: translate3d(0px,-80px,0px);
  -webkit-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li {
  overflow: inherit;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
  display: none;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
  background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 20px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
  display: block;
  padding: 0 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
  background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
  padding-bottom: 75px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 28px;
}
.full-screen-ftop .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
  opacity: 1;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module {
  margin-top: 80px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul >li {
  opacity: 1;
  -webkit-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);
}
.new-look .offcanvas-menu {
  background-color: #2b2f3b;
}
.new-look .offcanvas-menu .sp-module ul >li >a {
  padding-left: 28px;
}
.new-look .offcanvas-menu .sp-module ul >li >a:before {
  display: none;
}
.new-look .offcanvas-menu .sp-module ul >li:hover a,
.new-look .offcanvas-menu .sp-module ul >li:focus a,
.new-look .offcanvas-menu .sp-module ul >li.active a {
  background: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a {
  background-color: #2b2f3b !important;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a:hover,
.new-look .offcanvas-menu .sp-module ul >li ul li a:focus {
  color: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler {
  top: 6px;
  padding: 18px 25px;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler i {
  display: none !important;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 8px;
  left: auto;
  position: absolute;
  right: 25px;
  top: 14px;
  width: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: auto;
  position: absolute;
  right: 22px;
  top: 17px;
  width: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.new-look-off-canvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.new-look-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@-moz-document url-prefix() {
  .offcanvas-menu {
    right: -280px;
    transform: translateX(0px);
  }
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
body {
  line-height: 1.6;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.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 {
  box-shadow: none !important;
  display: block;
  height: 44px !important;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -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: #cccccc;
  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%;
}
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 62px;
  right: 100px;
  display: none;
  z-index: 999;
  border: 1px solid #ddd;
  background-color: rgba(255,255,255,0.4);
}
.scrollup:hover {
  background-color: #c4c4c4;
}
.scrollup:before {
  content: " \f106";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px;
  width: 40px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #000;
}
div.badge {
  border-radius: 0;
}
.alert.alert-notice {
  color: #fff;
}
.alert.alert-notice .close {
  color: #fff;
  opacity: 1;
}
#sp-top-bar {
  padding: 8px 0;
  background-color: #222222;
  color: #cccccc;
  position: relative;
  z-index: 100;
}
#sp-top-bar a {
  color: #cccccc;
}
#sp-top-bar .sp-column > div:first-child {
  margin-left: 0;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
  margin-bottom: -6px;
}
#sp-top-bar ul.social-icons > li {
  margin: 4px;
}
#sp-top-bar ul.social-icons > li > a.default {
  display: block;
  width: 24px;
  height: 32px;
  line-height: 32px;
}
#sp-top-bar ul.social-icons > li > a > i {
  font-size: 16px;
}
#sp-top-bar ul.menu > li {
  display: inline-block;
  border-bottom: none;
}
#sp-top-bar ul.menu > li > a {
  line-height: 24px;
  padding: 0;
}
#sp-top-bar ul.menu > li > a:before {
  display: none;
}
#sp-top-bar ul.menu > li + li {
  margin-left: 20px;
}
#sp-top-bar .sp-module + .social-icons {
  margin-left: 15px;
}
#sp-top-bar .search form {
  display: table;
}
#sp-top-bar .search form .inputbox {
  height: 30px !important;
  display: table-cell;
  width: auto;
}
#sp-top-bar .search form button {
  display: table-cell;
  padding: 0;
  height: 30px;
  width: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: -1px;
}
#sp-top-bar .sp-contact-info {
  line-height: 32px;
}
#sp-top-bar .chzn-container .chzn-single {
  background: transparent;
  box-shadow: none;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -4px;
  display: inline-block;
}
ul.social-icons >li {
  display: inline-block;
  margin: 3px 3px;
}
ul.social-icons >li a {
  text-align: center;
  color: #999999;
}
ul.social-icons >li a.styled {
  display: inline-block;
  padding: 6px;
  width: 32px;
  height: 32px;
  color: #fff !important;
}
ul.social-icons >li a.styled:hover,
ul.social-icons >li a.styled:focus {
  background-color: #555555;
}
ul.social-icons >li a.styled i {
  font-size: 20px;
}
.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 {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
}
.sp-contact-info li i {
  margin: 0 3px;
}
@media (min-width: 992px) {
  .sidebar .body-wrapper,
  .sidebar_navbar .body-wrapper {
    width: calc(100% - 340px);
    margin-right: 30px;
    margin-left: 310px;
  }
}
.offcanvas-menu.offcanvas-desktop {
  z-index: 1100;
}
@media only screen and (min-width: 992px) {
  .offcanvas-menu.offcanvas-desktop {
    visibility: visible;
    left: 0;
    right: auto;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
.offcanvas-menu.sidebar-white {
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .offcanvas-menu.sidebar-white .offcanvas-inner {
    padding-right: 0;
  }
}
.offcanvas-menu.sidebar-white .offcanvas-inner .sp-module ul > li:hover > a,
.offcanvas-menu.sidebar-white .offcanvas-inner .sp-module ul > li:focus > a {
  background: transparent !important;
}
.offcanvas-menu.sidebar-white .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu.sidebar-white .offcanvas-inner .sp-module ul > li a:focus {
  background: transparent !important;
}
.offcanvas-menu.sidebar-white .offcanvas-inner .sp-module ul > li ul > li.active a {
  background: transparent !important;
}
.offcanvas-menu.sidebar-white .offcanvas-inner .sp-module ul > li ul > li a:hover,
.offcanvas-menu.sidebar-white .offcanvas-inner .sp-module ul > li ul > li a:focus {
  background: transparent !important;
}
.offcanvas-menu .sp-module-title {
  color: #fff;
}
.offcanvas-menu .ut-ctc .ctc-ct {
  padding: 0;
}
.offcanvas-menu .ut-ctc .ctc-ct dl {
  text-align: left;
}
.offcanvas-menu .ut-ctc .ctc-ct dl dt i {
  color: #fff;
}
.offcanvas-menu .login-button {
  line-height: 0;
}
.offcanvas-menu .login-button i {
  border-color: #fff;
  color: #fff;
}
.offcanvas-menu div[class*="search-mini"] {
  line-height: inherit;
}
.offcanvas-menu div[class*="search-mini"] div[class*="search-actions"] i {
  border-color: #fff;
  color: #fff;
}
.offcanvas-menu .vmCartModule.cart-mini .cart-resume {
  height: 0;
  padding: 0;
}
.offcanvas-menu .vmCartModule.cart-mini .cart-resume i {
  border-color: #fff;
  color: #fff;
}
.offcanvas-menu .vmCartModule.cart-mini .cart-resume .total_product {
  background: #000;
}
.offcanvas-menu .vm-mod-categories > ul.menu li ul.menu {
  border-top: none;
}
.offcanvas-menu .vm-mod-categories li.active li.active a {
  font-weight: 400;
}
.sticky-wrapper {
  position: relative;
  z-index: 99;
}
#sp-lider {
  width: 1400px;
}
#sp-header {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  height: 90px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
}
#sp-header .logo {
  display: inline-block;
  height: 90px;
  display: table;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin: 0;
}
#sp-header .logo a {
  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;
}
#sp-header.menu-fixed {
  position: fixed;
  z-index: 9999;
}
@media screen and (max-width: 991px) {
  #sp-header {
    height: 55px;
  }
  #sp-header .logo {
    height: 55px;
  }
}
#sp-header #sp-menu .sp-module {
  margin-top: 0;
  margin-left: 10px;
}
#sp-header #sp-menu .sp-dropdown-main .sp-module {
  padding: 0;
  margin-left: 0;
}
#sp-header #sp-menu .sp-dropdown-main .sp-module + .sp-module {
  margin-top: 20px;
}
#sp-header #sp-menu .sp-dropdown-mega .row > div[class*="col-"] {
  border-left: 1px solid #ddd;
}
#sp-header #sp-menu .sp-dropdown-mega .row > div[class*="col-"]:first-child {
  border-left: none;
}
#sp-header #sp-menu .sp-dropdown-mega .row + .row {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  #sp-header.withsidebar.menu-fixed {
    left: 310px;
    right: 30px;
    width: auto;
    box-shadow: 0 3px 1px rgba(0,0,0,0.05);
  }
}
.logo {
  display: table;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin: 0;
}
.logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
.logo p {
  margin: 5px 0 0;
}
.sp-retina-logo {
  display: none;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: inherit;
}
.sp-page-title.title-img-bg {
  position: relative;
  padding: 70px 0;
  z-index: 0;
}
.sp-page-title.title-img-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.sp-page-title.title-img-bg .container {
  position: relative;
  z-index: 2;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title h2 {
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb >.active {
  color: rgba(255,255,255,0.8);
}
.sp-page-title .breadcrumb >span,
.sp-page-title .breadcrumb >li,
.sp-page-title .breadcrumb >li+li:before,
.sp-page-title .breadcrumb >li>a {
  color: #fff;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.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: 80px 0;
}
#sp-main-body > .container {
  max-width: 100%;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #sp-left + #sp-component {
    margin-top: 50px;
  }
  #sp-right + #sp-component {
    margin-top: 50px;
  }
  #sp-component + #sp-right {
    margin-top: 50px;
  }
}
.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;
  }
}
.sp-module {
  margin-top: 50px;
}
.sp-module:first-child {
  margin-top: 0;
}
.sp-module .sp-module-title {
  position: relative;
  margin: 0 0 20px;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
}
.sp-module .sp-module-title:after {
  content: "";
  height: 2px;
  width: 60px;
  position: absolute;
  bottom: -1px;
  display: none;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul >li {
  display: block;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a:hover,
.sp-module ul >li >a:focus {
  background: none;
}
.sp-module ul >li >a:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 8px;
}
.sp-module ul >li:last-child {
  border-bottom: none;
}
.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 .tagscloud {
  margin: -2px 0;
}
.sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
.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-module .tagspopular > ul > li {
  display: inline-block;
  border: none !important;
  margin: 0 7px 10px 0;
}
.sp-module .tagspopular > ul > li > a {
  padding: 5px 10px !important;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  background: #222222;
  border: 1px solid #555555;
  line-height: 1.5;
  color: #fff;
}
.sp-module .tagspopular > ul > li > a:before {
  display: none;
}
.sp-module .tagspopular > ul > li > a:hover,
.sp-module .tagspopular > ul > li > a:focus {
  background: transparent;
}
.sp-module #mod-search-searchword {
  width: 100%;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 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;
}
.article-info {
  margin: 0 -8px 5px;
  line-height: 12px;
  font-size: 12px;
}
.article-info >dd {
  display: inline-block;
  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;
}
.tags > a.label {
  margin: 0 5px 5px 0;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  background: #222222;
  border: 1px solid #555555;
}
.tags > a.label:hover,
.tags > a.label:focus {
  background: transparent;
}
.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 .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: 22px;
}
.entry-image img,
.entry-gallery img,
.entry-video img,
.entry-audio img,
.entry-link img {
  width: 100%;
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.entry-header {
  position: relative;
  margin-bottom: 30px;
}
.entry-header.has-post-format {
  margin-left: 68px;
}
.entry-header h2 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1;
}
.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;
}
.article-footer-wrap {
  margin-top: 20px;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
  line-height: 32px;
}
.helix-social-share {
  float: right;
}
.helix-social-share .helix-social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.helix-social-share .helix-social-share-icon ul li {
  margin-right: 7px;
  display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div {
  display: block;
}
.helix-social-share .helix-social-share-icon ul li div a {
  height: 32px;
  color: #fff;
  line-height: 24px;
  padding-top: 4px;
  text-align: center;
  width: 32px;
  display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div a:hover,
.helix-social-share .helix-social-share-icon ul li div a:focus {
  background: #333333;
}
.blog .readmore {
  margin-top: 25px;
}
.blog img {
  width: 100%;
}
.blog .entry-header h2 {
  padding-right: 30px;
}
.blog .icons {
  position: absolute;
  top: 0;
  right: 0;
}
.blog .icons button.btn {
  padding: 0;
  box-shadow: none;
  background: transparent;
}
.blog .icons button.btn .caret {
  display: none;
}
.blog .icons .dropdown-menu {
  border-radius: 0;
  min-width: 100px;
}
.blog .icons .dropdown-menu a {
  background: transparent;
}
.blog .media-container {
  position: relative;
}
.blog .media-container .item-date {
  width: 140px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.blog .media-container .item-date:before {
  content: "";
  background: #fff;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
}
.blog .media-container .item-date:after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  opacity: 0;
  z-index: -2;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.blog .media-container .item-date time {
  display: block;
  line-height: 50px;
  background: #222222;
  color: #fff;
}
.blog .media-container .item-date span {
  width: 50px;
  text-align: center;
  display: block;
  float: left;
  margin-right: 10px;
  line-height: 50px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.blog .item:hover .media-container .item-date,
.blog .item:focus .media-container .item-date,
.blog.item:hover .media-container .item-date,
.blog.item:focus .media-container .item-date {
  bottom: 30px;
  right: 30px;
}
.blog .item:hover .media-container .item-date:after,
.blog .item:focus .media-container .item-date:after,
.blog.item:hover .media-container .item-date:after,
.blog.item:focus .media-container .item-date:after {
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .blog .items-leading .item {
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
  }
  .blog .items-row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .blog .items-row > div[class*="col-"] {
    margin-bottom: 50px;
    position: relative;
  }
  .blog .items-row > div[class*="col-"]:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    background: #ddd;
    left: 0;
    right: 0;
  }
  .blog .items-row > div[class*="col-"]:nth-child(1):after {
    right: 0;
    left: 15px;
  }
  .blog .items-row > div[class*="col-"]:nth-last-child(1):after {
    right: 15px;
    left: 0;
  }
  .blog .items-row > div[class="col-md-12"]:nth-last-child(1):after {
    left: 15px;
    right: 15px;
  }
  .blog .items-row > .col-md-12 .entry-image,
  .blog .items-row > .col-md-12 .entry-gallery,
  .blog .items-row > .col-md-12 .entry-video,
  .blog .items-row > .col-md-12 .entry-audio,
  .blog .items-row > .col-md-12 .entry-link {
    margin-bottom: 0;
  }
}
.blog.item-page {
  margin-bottom: 0;
}
.blog .content-related {
  margin-top: 50px;
  margin-bottom: -30px;
}
.pager.pagenav {
  margin: 30px 0 0;
  padding: 0;
  background: transparent;
  border: none;
}
.pager.pagenav > li > a {
  border-radius: 0;
}
#sp-comments {
  margin-top: 50px;
}
#sp-bottom {
  background: #333333;
  color: #999;
  padding: 80px 0px 50px;
}
#sp-bottom .sp-module .sp-module-title {
  text-transform: none;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 18px;
  color: #fff;
  line-height: 28px;
}
#sp-bottom .sp-module ul li {
  border-bottom: 1px dashed #555555;
}
#sp-bottom .sp-module ul li:last-child {
  border-bottom: none;
}
#sp-bottom .sp-module ul li a {
  padding: 0;
  color: #999;
}
#sp-bottom .sp-module ul li a:hover,
#sp-bottom .sp-module ul li a:focus {
  color: #fff;
}
#sp-bottom .mod-articles-category-title {
  color: #fff;
}
#sp-bottom .mod-articles-category-introtext {
  margin-bottom: 5px;
}
#sp-bottom .article-info dd {
  color: #555555;
}
#sp-bottom .sp-column {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #sp-bottom .col-bottom-md {
    width: 50%;
  }
}
#sp-footer {
  color: #fff;
  text-align: center;
  padding: 20px 0;
  background-color: #222222;
}
#sp-footer a {
  color: rgba(255,255,255,0.9);
}
#sp-footer a:hover {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  #sp-footer .text-left,
  #sp-footer .text-right {
    text-align: center;
  }
}
#sp-footer .row > div[class*="col-"] {
  padding-top: 7px;
  padding-bottom: 7px;
}
#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 #sp-comingsoon {
  padding: 100px 0;
}
.sp-comingsoon .sp-comingsoon-wrap.has-background {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.sp-comingsoon .comingsoon-page-logo {
  text-align: center;
}
.sp-comingsoon .comingsoon-page-logo img {
  display: inline-block;
}
.sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
  display: none;
}
.sp-comingsoon .sp-comingsoon-title {
  margin-top: 130px;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}
.sp-comingsoon .sp-comingsoon-content {
  font-size: 28px;
  font-weight: 300;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  margin: 80px 15px;
}
.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
  width: 115px;
  height: 120px;
  line-height: 120px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
}
.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.sp-comingsoon .social-icons li {
  display: inline-block;
  margin: 0 15px;
}
.sp-comingsoon .social-icons li a {
  color: rgba(255,255,255,0.7);
  font-size: 24px;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.sp-comingsoon .social-icons li a:hover {
  color: #fff;
}
.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.has-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.error-page .error-page-inner .error-logo-wrap {
  text-align: center;
  margin-bottom: 30px;
}
.error-page .error-page-inner .error-logo-wrap img {
  display: inline-block;
}
.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;
}
@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-comingsoon .comingsoon-page-logo .sp-retina-logo {
    display: table;
    margin: 0 auto;
  }
  .sp-comingsoon .comingsoon-page-logo .sp-default-logo {
    display: none;
  }
}
.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 {
  padding-bottom: 15px;
}
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-pre-loader {
  background: #f5f5f5;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-pre-loader .sp-loader-clock {
  border: 3px solid #333333;
  border-radius: 60px;
  bottom: 0;
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}
.sp-pre-loader .sp-loader-clock:after {
  content: "";
  position: absolute;
  background-color: #333333;
  top: 2px;
  left: 48%;
  height: 38px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 97%;
  transform-origin: 50% 97%;
  -webkit-animation: grdAiguille 2s linear infinite;
  animation: grdAiguille 2s linear infinite;
}
.sp-pre-loader .sp-loader-clock:before {
  content: "";
  position: absolute;
  background-color: #333333;
  top: 6px;
  left: 48%;
  height: 35px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 94%;
  transform-origin: 50% 94%;
  -webkit-animation: ptAiguille 12s linear infinite;
  animation: ptAiguille 12s linear infinite;
}
.sp-pre-loader .sp-loader-circle {
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 80px;
  border: 3px solid rgba(51,51,51,0.7);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader1 3s linear infinite;
  animation: loader1 3s linear infinite;
}
.sp-pre-loader .sp-loader-circle:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 20px;
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background-color: #333333;
}
.sp-pre-loader .sp-loader-bubble-loop {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 12px;
  background-color: #333333;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader6 1s ease-in-out infinite;
  animation: loader6 1s ease-in-out infinite;
}
.sp-pre-loader .sp-loader-bubble-loop:before {
  content: "";
  position: absolute;
  background-color: rgba(51,51,51,0.5);
  top: 0px;
  left: -25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}
.sp-pre-loader .sp-loader-bubble-loop:after {
  content: "";
  position: absolute;
  background-color: rgba(51,51,51,0.5);
  top: 0px;
  left: 25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}
.sp-pre-loader .circle-two {
  bottom: 0;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.sp-pre-loader .circle-two > span,
.sp-pre-loader .circle-two > span:before,
.sp-pre-loader .circle-two > span:after {
  content: "";
  display: block;
  border-radius: 50%;
  border: 2px solid #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.sp-pre-loader .circle-two > span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-left-color: transparent;
  -webkit-animation: effect-2 2s infinite linear;
  -moz-animation: effect-2 2s infinite linear;
  -ms-animation: effect-2 2s infinite linear;
  -o-animation: effect-2 2s infinite linear;
  animation: effect-2 2s infinite linear;
}
.sp-pre-loader .circle-two > span:before {
  width: 75%;
  height: 75%;
  border-right-color: transparent;
}
.sp-pre-loader .circle-two > span:after {
  width: 50%;
  height: 50%;
  border-bottom-color: transparent;
}
.sp-pre-loader .wave-two-wrap {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  width: 90px;
}
.sp-pre-loader .wave-two {
  margin: 0;
  list-style: none;
  width: 90px;
  position: relative;
  padding: 0;
  height: 10px;
}
.sp-pre-loader .wave-two li {
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #333333;
  bottom: 0;
}
.sp-pre-loader .wave-two li:nth-child(1) {
  left: 0;
  -webkit-animation: sequence1 1s ease infinite 0;
  animation: sequence1 1s ease infinite 0;
}
.sp-pre-loader .wave-two li:nth-child(2) {
  left: 15px;
  -webkit-animation: sequence2 1s ease infinite 0.1s;
  animation: sequence2 1s ease infinite 0.1s;
}
.sp-pre-loader .wave-two li:nth-child(3) {
  left: 30px;
  -webkit-animation: sequence1 1s ease-in-out infinite 0.2s;
  animation: sequence1 1s ease-in-out infinite 0.2s;
}
.sp-pre-loader .wave-two li:nth-child(4) {
  left: 45px;
  -webkit-animation: sequence2 1s ease-in infinite 0.3s;
  animation: sequence2 1s ease-in infinite 0.3s;
}
.sp-pre-loader .wave-two li:nth-child(5) {
  left: 60px;
  -webkit-animation: sequence1 1s ease-in-out infinite 0.4s;
  animation: sequence1 1s ease-in-out infinite 0.4s;
}
.sp-pre-loader .wave-two li:nth-child(6) {
  left: 75px;
  -webkit-animation: sequence2 1s ease infinite 0.5s;
  animation: sequence2 1s ease infinite 0.5s;
}
.sp-pre-loader .sp-loader-audio-wave {
  width: 3em;
  height: 2em;
  background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
  background-repeat: no-repeat;
  background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  animation: audioWave 1.5s linear infinite;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.sp-pre-loader .sp-loader-with-logo {
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  position: absolute;
}
.sp-pre-loader .sp-loader-with-logo .logo {
  display: inline-block;
  width: auto;
}
.sp-pre-loader .sp-loader-with-logo .line {
  background: #333333;
  bottom: 0;
  height: 5px;
  left: 0;
  position: absolute;
  top: auto;
}
@-webkit-keyframes grdAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes grdAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ptAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes ptAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader6 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@keyframes loader6 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rotate-360 {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes audioWave {
  25% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  37.5% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  50% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em;
  }
  62.5% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em;
  }
  75% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em;
  }
}
@-webkit-keyframes effect-2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes effect-2 {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sequence1 {
  0% {
    height: 10px;
  }
  50% {
    height: 50px;
  }
  100% {
    height: 10px;
  }
}
@keyframes sequence2 {
  0% {
    height: 20px;
  }
  50% {
    height: 65px;
  }
  100% {
    height: 20px;
  }
}
@keyframes rot1 {
  100% {
    transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}
@-webkit-keyframes rot1 {
  100% {
    -webkit-transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}
@keyframes rot2 {
  100% {
    transform: skew(-10deg) rotate(525deg);
  }
}
@-webkit-keyframes rot2 {
  100% {
    -webkit-transform: skew(-10deg) rotate(525deg);
  }
}
@keyframes rot3 {
  100% {
    transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}
@-webkit-keyframes rot3 {
  100% {
    -webkit-transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}
@keyframes width {
  10% {
    width: 10%;
  }
  20% {
    width: 20%;
  }
  30% {
    width: 30%;
  }
  40% {
    width: 40%;
  }
  50% {
    width: 50%;
  }
  60% {
    width: 60%;
  }
  70% {
    width: 70%;
  }
  80% {
    width: 80%;
  }
  90% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .scrollup {
    bottom: 25px;
    right: 25px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  ul.social-icons {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  ul.social-icons > li {
    margin: 5px;
  }
  .sp-contact-info {
    display: table;
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .sp-contact-info li {
    margin: 0 5px;
    font-size: 89%;
  }
  .sppb-animated .sppb-addon-cta .sppb-cta-title {
    font-size: 28px !important;
    line-height: 40px !important;
  }
  .sppb-animated .sppb-addon-cta .sppb-btn-lg {
    font-size: 16px;
  }
  .scrollup {
    bottom: 25px;
    right: 25px;
  }
  .form-horizontal .control-label {
    width: 100%;
    text-align: left;
  }
  .form-horizontal .controls {
    margin: 0;
    width: 100%;
  }
  .form-horizontal .controls input,
  .form-horizontal .controls textarea {
    width: 100%;
  }
  .form-horizontal .controls textarea {
    height: 131px;
  }
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  .sp-contact-info li {
    margin: 0 5px;
    font-size: 90%;
  }
}
.form-horizontal .control-label {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h2,
.h2 {
  line-height: 30px;
  margin-bottom: 18px;
}
h3,
.h3 {
  line-height: 28px;
  margin-bottom: 18px;
}
h4,
.h4 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 18px;
}
h5,
.h5 {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 16px;
}
h6,
.h6 {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 14px;
}
.splitted {
  overflow: hidden;
}
div.tp-caption.fullscreenvideo {
  left: 0 !important;
  top: 0 !important;
}
.Tienda_Video_overlay {
  left: 0 !important;
  top: 0 !important;
}
@media screen and (max-width: 480px) {
  #sp-slider div[class*="width"],
  #sp-slide div[class*="width"] {
    width: 100%;
  }
}
#sp-page-builder .title-fluid .sppb-container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#sp-page-builder .title-white .sppb-section-title .sppb-title-heading {
  color: white;
}
#sp-page-builder .addon-title-bar .sppb-addon-title {
  text-align: left;
}
#sp-page-builder .addon-title-bar .sppb-addon-title:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
#sp-page-builder .addon-title-bar .sppb-addon-title:after {
  position: absolute;
  left: 0;
}
.modules-title-bar .sp-module-title,
.sp-module.modules-title-bar .sp-module-title {
  padding-bottom: 10px;
}
.modules-title-bar .sp-module-title:after,
.sp-module.modules-title-bar .sp-module-title:after {
  left: 0;
  right: auto;
  display: block;
}
.module-inline {
  display: inline-block;
}
.module-inline + .module-inline {
  margin-left: 10px;
}
.menu-left .sp-megamenu-parent {
  float: left;
}
.menu-left .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: 0;
}
.menu-center .sp-megamenu-parent {
  float: none;
  text-align: center;
}
.menu-center .sp-megamenu-parent li {
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .logo-center .logo {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .logo-right .logo {
    margin: 0 0 0 auto;
  }
}
#sp-header.header-transparent-white.menu-fixed-out {
  background: transparent;
}
#sp-header.header-transparent-white.menu-fixed-out ul.sp-megamenu-parent > li > a {
  color: #fff;
}
#sp-header.header-transparent-white.menu-fixed-out i {
  color: #fff;
  border-color: #fff;
}
#sp-header.header-transparent {
  background: transparent;
}
#sp-header.header-transparent.menu-fixed {
  background: #fff;
}
#sp-header.header-transparent.menu-fixed-out {
  background: transparent;
}
@media only screen and (min-width: 992px) {
  .same-height-columns .sppb-row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .same-height-columns .sppb-row > div > .sppb-column {
    height: 100%;
  }
}
.columns-pb .sppb-row > [class*="sppb-col-"] {
  padding-bottom: 30px;
}
.column-vertical-middle {
  position: relative;
  min-height: 400px;
}
.column-vertical-middle .sppb-column-addons {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .optimize-columns-md .sppb-row div[class*="sppb-col-md-"] {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .columns-md-full > .sppb-row-container > .sppb-row > div[class*="sppb-col-md-"] {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.up-section-70 {
  transform: translateY(-70px);
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
  z-index: 99 !important;
}
@media only screen and (min-width: 992px) {
  .slider-overlaped {
    margin-top: -90px !important;
  }
}
@media only screen and (max-width: 991px) {
  .slider-overlaped {
    margin-top: -55px !important;
  }
  .slider-overlaped .tp-revslider-mainul {
    overflow: inherit !important;
  }
}
.credit-cards {
  font-size: 28px;
  line-height: 1;
}
#selectForm span {
  display: inline-block;
  margin-right: 10px;
}
#selectForm select {
  display: inline-block;
  height: 44px !important;
  min-width: 150px;
}
.contact .page-header {
  margin: 0 0 30px;
}
.contact .page-header h2 {
  margin: 0;
  line-height: 1;
  font-size: 24px;
}
.contact .contact-form form legend {
  font-size: 16px;
}
.contact .contact-form form .form-group:last-child {
  margin-bottom: 0;
  position: relative;
}
.contact .contact-form form .checkbox {
  margin-top: 0;
}
.contact .contact-form form .checkbox input {
  margin-left: 0;
  margin-top: 6px;
}
.contact .contact-form form textarea {
  margin-bottom: 0;
  min-height: 150px !important;
}
.contact .contact-form form input.invalid,
.contact .contact-form form textarea.invalid {
  border-color: #d9534f;
}
.contact .contact-form .contactbutton {
  margin-top: 15px;
}
.contact .contact-form .text-right {
  text-align: left;
}
.contact .thumbnail img {
  width: 100%;
}
.contact .contact-address dt {
  color: #222222;
  font-weight: 700;
}
.contact .contact-address dd {
  line-height: 2;
}
.contact .contact-address dd i {
  width: 20px;
}
.contact .contact-links .nav-stacked {
  border: none;
}
.contact .contact-links .nav-stacked > li > a {
  border-radius: 0px;
  border: none;
}
@media only screen and (max-width: 767px) {
  .contact .form-group div + div {
    margin-top: 15px;
  }
  .contact .contact-sidebar {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .contact .contact-form .text-right {
    text-align: right;
  }
  .contact .contact-form .contactbutton {
    margin-top: 0;
  }
  .contact .contact-form .contactbutton.withcaptcha {
    top: 80px;
  }
}
#jform_privacyconsent_privacy-lbl {
  margin-top: 10px;
  margin-bottom: 0;
}
#jform_privacyconsent_privacy-lbl a {
  position: relative;
  display: inline-block;
}
#jform_consentbox-lbl {
  margin-top: 10px;
  margin-bottom: 0;
  float: left;
  line-height: 1;
  margin-right: 10px;
}
#jform_consentbox-lbl a {
  position: relative;
  display: inline-block;
}
#jform_consentbox label input {
  position: relative;
}
.registration .form-group:nth-last-child(-n+3) {
  text-align: center;
}
.registration .form-group .btn + .btn {
  margin-left: 5px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.profile-edit fieldset + fieldset {
  margin-top: 50px;
}
.profile-edit fieldset + .control-group {
  margin-top: 30px;
}
.profile-edit #jform_privacyconsent_privacy {
  margin-bottom: 30px;
}
.profile-edit #jform_privacyconsent_privacy input {
  position: relative;
  top: 2px;
  margin-left: 0;
}
.profile-edit #jform_privacyconsent_privacy label {
  padding-left: 0;
}
.profile-edit #jform_privacyconsent_privacy label + input {
  margin-left: 20px;
}
.search .btn-toolbar {
  display: table;
  margin-left: 0;
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .btn-toolbar input[type="text"] {
  height: 44px !important + 1;
}
.search .btn-toolbar .btn-group {
  float: none;
  display: table-cell;
}
.search .phrases {
  margin-top: 30px;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 10px;
  line-height: 1.4;
}
.search .phrases .ordering-box {
  margin: 15px 0;
}
.search .only {
  margin-top: 30px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 10px;
  line-height: 1.4;
}
.search .form-limit {
  margin-top: 20px;
  padding: 015px 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #ddd;
}
.search label {
  display: inline-block;
  margin-right: 5px;
}
.search select {
  display: inline-block;
}
.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 {
  margin: 5px 0;
  display: inline-block;
  height: 44px !important;
}
.finder .word .btn {
  position: relative;
  top: -2px;
  margin: 5px 0;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.finder #finder-filter-window .filter-branch {
  margin: 0 -10px 10px;
}
.finder #finder-filter-window .filter-branch .finder-selects {
  margin-top: 20px;
  padding: 0 10px;
}
.tag-category form fieldset .btn-group label {
  display: none;
}
.tag-category form fieldset .btn-group input[type="text"] {
  float: left;
  height: 44px !important + 1;
  margin-right: 5px;
}
.tag-category form fieldset .btn-group .btn-primary {
  margin-right: 2px;
}
@media only screen and (max-width: 479px) {
  .tag-category form fieldset .btn-group .btn-default {
    display: none;
  }
}
.tag-category .thumbnails {
  margin: 0 -15px;
  padding: 0;
}
.tag-category .thumbnails li {
  list-style: none;
}
.tag-category .thumbnails li .tag-ct {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #ddd;
  margin-top: 30px;
  text-align: center;
}
.tag-category .thumbnails li .tag-ct h3 {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tag-category ul.category {
  padding: 0;
}
.tag-category ul.category li {
  list-style: none;
  padding-top: 30px;
}
.tag-category ul.category li a img {
  margin-bottom: 20px;
}
.tag-category ul.category li h3 {
  margin: 0;
  font-size: 20px;
}
.tag-category ul.category li .tag-body {
  margin-top: 10px;
}
#jform_captcha {
  display: inline-block;
  margin-top: 15px;
}
.pagination-wrapper {
  text-align: center;
}
.pagination-wrapper .pagination {
  margin: 0 -5px;
  display: inline-block;
}
.pagination-wrapper .pagination > li > a {
  line-height: 38px;
  height: 40px;
  margin: 5px;
  padding: 0 16px;
  text-align: center;
}
.pagination-wrapper .pagination > li.active a,
.pagination-wrapper .pagination > li > a:hover,
.pagination-wrapper .pagination > li > a:focus {
  color: #fff;
}
.pagination-wrapper .pagination > li:first-child > a,
.pagination-wrapper .pagination > li:last-child > a {
  border-radius: 0;
}
.pagination-wrapper.vm-pagination-bottom {
  margin-top: 50px;
}
body .sppb-btn,
body .btn {
  padding: 10px 30px;
  border-radius: 0px;
  font-size: 14px;
  border: 1px solid transparent;
  white-space: inherit;
}
body .sppb-btn.sppb-btn-outline,
body .btn.sppb-btn-outline {
  padding: 10px 36px;
  border-width: 1px;
  background: transparent;
}
body .sppb-btn.sppb-btn-outline-hover,
body .btn.sppb-btn-outline-hover {
  padding: 10px 36px;
}
body .sppb-btn.sppb-btn-outline-hover:hover,
body .sppb-btn.sppb-btn-outline-hover:focus,
body .btn.sppb-btn-outline-hover:hover,
body .btn.sppb-btn-outline-hover:focus {
  background: transparent;
}
body .sppb-btn-xs,
body .sppb-btn-xs,
body .btn-xs,
body .btn-xs {
  padding: 2px 6px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
  border: 1px solid transparent;
}
body .sppb-btn-xs.sppb-btn-outline,
body .sppb-btn-xs.sppb-btn-outline,
body .btn-xs.sppb-btn-outline,
body .btn-xs.sppb-btn-outline {
  padding: 2px 6px;
}
body .sppb-btn-xs.sppb-btn-outline-hover,
body .sppb-btn-xs.sppb-btn-outline-hover,
body .btn-xs.sppb-btn-outline-hover,
body .btn-xs.sppb-btn-outline-hover {
  padding: 2px 6px;
  border-width: 1px;
}
body .sppb-btn-xs.sppb-btn-outline-hover:hover,
body .sppb-btn-xs.sppb-btn-outline-hover:focus,
body .sppb-btn-xs.sppb-btn-outline-hover:hover,
body .sppb-btn-xs.sppb-btn-outline-hover:focus,
body .btn-xs.sppb-btn-outline-hover:hover,
body .btn-xs.sppb-btn-outline-hover:focus,
body .btn-xs.sppb-btn-outline-hover:hover,
body .btn-xs.sppb-btn-outline-hover:focus {
  background: transparent;
}
body .sppb-btn-sm,
body .sppb-btn-sm,
body .btn-sm,
body .btn-sm {
  padding: 8px 15px;
  font-size: 15px;
  line-height: 1.4;
  border: 1px solid transparent;
}
body .sppb-btn-sm.sppb-btn-outline,
body .sppb-btn-sm.sppb-btn-outline,
body .btn-sm.sppb-btn-outline,
body .btn-sm.sppb-btn-outline {
  padding: 8px 15px;
}
body .sppb-btn-sm.sppb-btn-outline-hover,
body .sppb-btn-sm.sppb-btn-outline-hover,
body .btn-sm.sppb-btn-outline-hover,
body .btn-sm.sppb-btn-outline-hover {
  padding: 8px 15px;
  border-width: 1px;
}
body .sppb-btn-sm.sppb-btn-outline-hover:hover,
body .sppb-btn-sm.sppb-btn-outline-hover:focus,
body .sppb-btn-sm.sppb-btn-outline-hover:hover,
body .sppb-btn-sm.sppb-btn-outline-hover:focus,
body .btn-sm.sppb-btn-outline-hover:hover,
body .btn-sm.sppb-btn-outline-hover:focus,
body .btn-sm.sppb-btn-outline-hover:hover,
body .btn-sm.sppb-btn-outline-hover:focus {
  background: transparent;
}
body .sppb-btn-lg,
body .sppb-btn-lg,
body .btn-lg,
body .btn-lg {
  font-size: 15px;
  padding: 12px 36px;
  border: 2px solid transparent;
}
body .sppb-btn-lg.sppb-btn-outline,
body .sppb-btn-lg.sppb-btn-outline,
body .btn-lg.sppb-btn-outline,
body .btn-lg.sppb-btn-outline {
  padding: 12px 36px;
  border-width: 2px;
}
body .sppb-btn-lg.sppb-btn-outline-hover,
body .sppb-btn-lg.sppb-btn-outline-hover,
body .btn-lg.sppb-btn-outline-hover,
body .btn-lg.sppb-btn-outline-hover {
  padding: 12px 36px;
}
body .sppb-btn-lg.sppb-btn-outline-hover:hover,
body .sppb-btn-lg.sppb-btn-outline-hover:focus,
body .sppb-btn-lg.sppb-btn-outline-hover:hover,
body .sppb-btn-lg.sppb-btn-outline-hover:focus,
body .btn-lg.sppb-btn-outline-hover:hover,
body .btn-lg.sppb-btn-outline-hover:focus,
body .btn-lg.sppb-btn-outline-hover:hover,
body .btn-lg.sppb-btn-outline-hover:focus {
  background: transparent;
}
body .sppb-btn-xlg,
body .sppb-btn-xlg,
body .btn-xlg,
body .btn-xlg {
  font-size: 16px;
  padding: 15px 40px;
  border: 3px solid transparent;
}
body .sppb-btn-xlg.sppb-btn-outline,
body .sppb-btn-xlg.sppb-btn-outline,
body .btn-xlg.sppb-btn-outline,
body .btn-xlg.sppb-btn-outline {
  padding: 15px 40px;
  border-width: 3px;
}
body .sppb-btn-xlg.sppb-btn-outline-hover,
body .sppb-btn-xlg.sppb-btn-outline-hover,
body .btn-xlg.sppb-btn-outline-hover,
body .btn-xlg.sppb-btn-outline-hover {
  padding: 15px 40px;
}
body .sppb-btn-xlg.sppb-btn-outline-hover:hover,
body .sppb-btn-xlg.sppb-btn-outline-hover:focus,
body .sppb-btn-xlg.sppb-btn-outline-hover:hover,
body .sppb-btn-xlg.sppb-btn-outline-hover:focus,
body .btn-xlg.sppb-btn-outline-hover:hover,
body .btn-xlg.sppb-btn-outline-hover:focus,
body .btn-xlg.sppb-btn-outline-hover:hover,
body .btn-xlg.sppb-btn-outline-hover:focus {
  background: transparent;
}
body .sppb-btn-round {
  border-radius: 100px !important;
}
body .sppb-btn-rounded {
  border-radius: 4px;
}
body .btn-primary.focus,
body .btn-primary:focus,
body .sppb-btn-primary.focus,
body .sppb-btn-primary:focus {
  box-shadow: none;
}
body .btn-primary.sppb-btn-outline:hover,
body .btn-primary.sppb-btn-outline:focus,
body .btn-primary.sppb-btn-outline:active,
body .btn-primary.sppb-btn-outline.active,
body .sppb-btn-primary.sppb-btn-outline:hover,
body .sppb-btn-primary.sppb-btn-outline:focus,
body .sppb-btn-primary.sppb-btn-outline:active,
body .sppb-btn-primary.sppb-btn-outline.active {
  color: #fff;
}
body .btn-primary-white,
body .sppb-btn-primary-white {
  color: #fff;
}
body .btn-primary-white:hover,
body .btn-primary-white:focus,
body .sppb-btn-primary-white:hover,
body .sppb-btn-primary-white:focus {
  background: #fff;
}
body .btn-primary-white.sppb-btn-outline:hover,
body .btn-primary-white.sppb-btn-outline:focus,
body .sppb-btn-primary-white.sppb-btn-outline:hover,
body .sppb-btn-primary-white.sppb-btn-outline:focus {
  border-color: #fff;
}
body .btn-primary-white.sppb-btn-outline-hover:hover,
body .btn-primary-white.sppb-btn-outline-hover:focus,
body .sppb-btn-primary-white.sppb-btn-outline-hover:hover,
body .sppb-btn-primary-white.sppb-btn-outline-hover:focus {
  border-color: #fff;
  color: #fff;
}
body .btn-primary-black,
body .sppb-btn-primary-black {
  color: #222222;
}
body .btn-primary-black:hover,
body .btn-primary-black:focus,
body .sppb-btn-primary-black:hover,
body .sppb-btn-primary-black:focus {
  background: #222222;
}
body .btn-primary-black.sppb-btn-outline:hover,
body .btn-primary-black.sppb-btn-outline:focus,
body .sppb-btn-primary-black.sppb-btn-outline:hover,
body .sppb-btn-primary-black.sppb-btn-outline:focus {
  border-color: #222222;
}
body .btn-primary-black.sppb-btn-outline-hover:hover,
body .btn-primary-black.sppb-btn-outline-hover:focus,
body .sppb-btn-primary-black.sppb-btn-outline-hover:hover,
body .sppb-btn-primary-black.sppb-btn-outline-hover:focus {
  border-color: #222222;
  color: #222222;
}
body .btn-white,
body .sppb-btn-white {
  background: #fff;
  color: #222222;
}
body .btn-white:hover,
body .btn-white:focus,
body .sppb-btn-white:hover,
body .sppb-btn-white:focus {
  background-color: #e6e6e6;
  color: #222222;
}
body .btn-white.sppb-btn-outline,
body .sppb-btn-white.sppb-btn-outline {
  border-color: #fff;
  color: #fff;
}
body .btn-white.sppb-btn-outline:hover,
body .btn-white.sppb-btn-outline:focus,
body .sppb-btn-white.sppb-btn-outline:hover,
body .sppb-btn-white.sppb-btn-outline:focus {
  background: #fff;
  color: #222222;
}
body .btn-white.sppb-btn-outline-hover:hover,
body .btn-white.sppb-btn-outline-hover:focus,
body .sppb-btn-white.sppb-btn-outline-hover:hover,
body .sppb-btn-white.sppb-btn-outline-hover:focus {
  border-color: #fff;
  color: #fff;
}
body .btn-white-primary,
body .sppb-btn-white-primary {
  background: #fff;
}
body .btn-white-primary:hover,
body .btn-white-primary:focus,
body .sppb-btn-white-primary:hover,
body .sppb-btn-white-primary:focus {
  color: #fff;
}
body .btn-white-primary.sppb-btn-outline,
body .sppb-btn-white-primary.sppb-btn-outline {
  border-color: #fff;
  color: #fff;
}
body .btn-white-primary.sppb-btn-outline:hover,
body .btn-white-primary.sppb-btn-outline:focus,
body .sppb-btn-white-primary.sppb-btn-outline:hover,
body .sppb-btn-white-primary.sppb-btn-outline:focus {
  color: #fff;
  border-color: transparent;
}
body .btn-white-primary.sppb-btn-outline-hover,
body .sppb-btn-white-primary.sppb-btn-outline-hover {
  background: #fff;
}
body .btn-white-black,
body .sppb-btn-white-black {
  background: #fff;
  color: #222222;
}
body .btn-white-black:hover,
body .btn-white-black:focus,
body .sppb-btn-white-black:hover,
body .sppb-btn-white-black:focus {
  background: #222222;
  color: #fff;
}
body .btn-white-black.sppb-btn-outline,
body .sppb-btn-white-black.sppb-btn-outline {
  border-color: #fff;
  color: #fff;
}
body .btn-white-black.sppb-btn-outline:hover,
body .btn-white-black.sppb-btn-outline:focus,
body .sppb-btn-white-black.sppb-btn-outline:hover,
body .sppb-btn-white-black.sppb-btn-outline:focus {
  border-color: transparent;
}
body .btn-white-black.sppb-btn-outline-hover:hover,
body .btn-white-black.sppb-btn-outline-hover:focus,
body .sppb-btn-white-black.sppb-btn-outline-hover:hover,
body .sppb-btn-white-black.sppb-btn-outline-hover:focus {
  border-color: #222222;
  color: #222222;
}
body .btn-black,
body .sppb-btn-black {
  background: #222222;
  color: #fff;
}
body .btn-black:hover,
body .btn-black:focus,
body .sppb-btn-black:hover,
body .sppb-btn-black:focus {
  background-color: #2f2f2f;
  color: #fff;
}
body .btn-black.sppb-btn-outline,
body .sppb-btn-black.sppb-btn-outline {
  border-color: #222222;
  color: #222222;
}
body .btn-black.sppb-btn-outline:hover,
body .btn-black.sppb-btn-outline:focus,
body .sppb-btn-black.sppb-btn-outline:hover,
body .sppb-btn-black.sppb-btn-outline:focus {
  background: #222222;
  color: #fff;
}
body .btn-black.sppb-btn-outline-hover:hover,
body .btn-black.sppb-btn-outline-hover:focus,
body .sppb-btn-black.sppb-btn-outline-hover:hover,
body .sppb-btn-black.sppb-btn-outline-hover:focus {
  border-color: #222222;
  color: #222222;
}
body .btn-black-primary,
body .sppb-btn-black-primary {
  background: #222222;
}
body .btn-black-primary:hover,
body .btn-black-primary:focus,
body .sppb-btn-black-primary:hover,
body .sppb-btn-black-primary:focus {
  color: #222222;
}
body .btn-black-primary.sppb-btn-outline,
body .sppb-btn-black-primary.sppb-btn-outline {
  border-color: #222222;
  color: #222222;
}
body .btn-black-primary.sppb-btn-outline:hover,
body .btn-black-primary.sppb-btn-outline:focus,
body .sppb-btn-black-primary.sppb-btn-outline:hover,
body .sppb-btn-black-primary.sppb-btn-outline:focus {
  color: #222222;
  border-color: transparent;
}
body .btn-black-primary.sppb-btn-outline-hover,
body .sppb-btn-black-primary.sppb-btn-outline-hover {
  background: #222222;
}
body .btn-black-white,
body .sppb-btn-black-white {
  background: #222222;
  color: #fff;
}
body .btn-black-white:hover,
body .btn-black-white:focus,
body .sppb-btn-black-white:hover,
body .sppb-btn-black-white:focus {
  background: #fff;
  color: #222222;
}
body .btn-black-white.sppb-btn-outline,
body .sppb-btn-black-white.sppb-btn-outline {
  border-color: #222222;
  color: #222222;
}
body .btn-black-white.sppb-btn-outline:hover,
body .btn-black-white.sppb-btn-outline:focus,
body .sppb-btn-black-white.sppb-btn-outline:hover,
body .sppb-btn-black-white.sppb-btn-outline:focus {
  border-color: transparent;
}
body .btn-black-white.sppb-btn-outline-hover:hover,
body .btn-black-white.sppb-btn-outline-hover:focus,
body .sppb-btn-black-white.sppb-btn-outline-hover:hover,
body .sppb-btn-black-white.sppb-btn-outline-hover:focus {
  border-color: #fff;
  color: #fff;
}
div.ut-ctc .ctc-ct {
  padding: 0;
}
div.ut-ctc .ctc-ct .ctc-title {
  display: none;
}
div.ut-ctc .ctc-ct dl dt {
  line-height: 24px;
}
div.ut-ctc .ctc-ct dl dt i {
  font-size: inherit;
  top: 0;
}
div.ut-ctc .ctc-ct dl dd {
  line-height: 24px;
  margin-bottom: 10px;
}
div.ut-ctc .ctc-ct form input[type="text"],
div.ut-ctc .ctc-ct form textarea {
  background-color: rgba(255,255,255,0.1);
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ut-ctc .ctc-ct form textarea {
  min-height: 140px;
}
.horizontal-menu.menu > li {
  display: inline-block;
  padding: 0;
  border-bottom: none;
}
.horizontal-menu.menu > li > a {
  line-height: 1;
  padding: 0;
}
.horizontal-menu.menu > li > a:before {
  display: none;
}
.horizontal-menu.menu > li >ul {
  display: none;
}
.horizontal-menu.menu > li + li {
  padding-left: 7px;
  margin-left: 7px;
  border-left: 1px solid #555555;
}
.itp-share-mod {
  display: inline-block;
}
.itp-share-mod:before,
.itp-share-mod:after {
  content: " ";
  display: table;
}
.itp-share-mod:after {
  clear: both;
}
.itp-share-mod div[class*="itp-share"] {
  margin: 10px 5px 0 0;
}
.itp-share-mod div[class*="itp-share"] iframe {
  display: block !important;
}
.itp-share-mod div[class*="itp-share"] > div,
.itp-share-mod div[class*="itp-share"] > span,
.itp-share-mod div[class*="itp-share"] > a {
  display: block !important;
  line-height: 20px;
}
.itp-share-mod div[class*="itp-share"]:nth-last-child(1) {
  margin-right: 0;
}
.ut-joomstagram .jg-photo-ct ul li {
  border-bottom: none !important;
}
#sp-top-bar div.mod-languages ul.dropdown-menu {
  background-color: #222222;
}
#sp-top-bar div.mod-languages ul.dropdown-menu > li {
  border-bottom-color: #333333;
}
div.mod-languages ul.dropdown-menu {
  padding: 0 5px;
}
.blog-default .items-list .image-ct {
  position: relative;
  overflow: hidden;
}
.blog-default .items-list .image-ct .entry-image,
.blog-default .items-list .image-ct .entry-gallery,
.blog-default .items-list .image-ct .entry-video,
.blog-default .items-list .image-ct .entry-audio,
.blog-default .items-list .image-ct .entry-link {
  margin-bottom: 0;
}
.blog-default .items-list .image-ct img {
  width: 100%;
}
.blog-default .items-list .image-ct .item-date {
  width: 80px;
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.blog-default .items-list .image-ct .item-date:before {
  content: "";
  width: 82px;
  height: 42px;
  background: #fff;
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: -1;
}
.blog-default .items-list .image-ct .item-date:after {
  content: "";
  width: 92px;
  height: 52px;
  position: absolute;
  top: -6px;
  right: -6px;
  opacity: 0;
  z-index: -2;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.blog-default .items-list .image-ct .item-date span {
  display: inline-block;
  width: 40px;
  text-transform: uppercase;
  color: #fff;
  line-height: 40px;
  background-color: #222222;
  float: left;
}
.blog-default .items-list .image-ct .item-date span:first-child {
  font-size: 18px;
  font-weight: 600;
}
.blog-default .items-list .content-ct {
  background: #fff;
  padding-top: 20px;
  position: relative;
  margin-bottom: 30px;
}
.blog-default .items-list .content-ct h4 {
  margin-bottom: 5px;
  line-height: 1.2;
  font-weight: 600;
  font-size: 16px;
}
.blog-default .items-list .content-ct h4 .mod-articles-category-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inherit;
}
.blog-default .items-list .content-ct .mod-articles-category-introtext {
  font-size: 14px;
  margin-top: 10px;
}
.blog-default .items-list .content-ct dl dd {
  text-transform: capitalize;
  color: #777777;
}
.blog-default .items-list .content-ct dl dd a {
  color: #777777;
}
.blog-default .items-list > div:hover .item-date,
.blog-default .items-list > div:focus .item-date {
  bottom: 20px;
  right: 20px;
}
.blog-default .items-list > div:hover .item-date:after,
.blog-default .items-list > div:focus .item-date:after {
  opacity: 1;
}
.blog-grid .items-list .item-container {
  padding-bottom: 30px;
}
.blog-grid .items-list .item-container .image-ct img {
  width: 100%;
}
.blog-grid .items-list .item-container .content-ct h3 {
  margin-bottom: 10px;
}
.blog-grid .items-list .item-container .content-ct h3 .mod-articles-category-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inherit;
}
.blog-grid .items-list .item-container .article-info {
  margin-bottom: 10px;
}
.blog-grid .items-list .item-container .mod-articles-category-readmore {
  margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .blog-grid .items-list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .blog-grid .items-list > div[class*="col-"] {
    height: 100%;
  }
  .blog-grid .items-list > div[class*="col-"]:nth-child(even) {
    border-left: 1px solid #ddd;
  }
  .blog-grid .items-list > div[class*="col-"]:nth-child(even):before {
    right: 15px;
    left: 0;
  }
  .blog-grid .items-list > div[class*="col-"]:nth-child(odd):before {
    right: 0;
    left: 15px;
  }
  .blog-grid .items-list > div[class*="col-"]:nth-child(n+3) {
    padding-top: 30px;
    position: relative;
  }
  .blog-grid .items-list > div[class*="col-"]:nth-child(n+3):before {
    content: "";
    height: 1px;
    background: #ddd;
    display: block;
    position: absolute;
    top: 0;
  }
  .blog-grid .items-list > div[class*="col-"]:nth-last-child(2),
  .blog-grid .items-list > div[class*="col-"]:nth-last-child(1) {
    padding-bottom: 0;
  }
}
.blog-list .item-container {
  margin-bottom: 20px;
}
.blog-list .item-container:last-child {
  margin-bottom: 0;
}
.blog-list .item-container .image-ct div[class*="entry"] {
  margin-bottom: 0;
}
.blog-list .item-container .content-ct {
  padding-left: 0;
}
.blog-list .item-container .content-ct h5 {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  top: -4px;
  margin-bottom: 8px;
}
.login-button {
  display: inline-block;
  line-height: 90px;
}
.login-button i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .login-button {
    line-height: 55px;
  }
}
.owl-carousel .owl-stage-outer {
  width: 100%;
}
div[class*="search-mini"] {
  line-height: 90px;
}
div[class*="search-mini"] div[class*="search-actions"] i {
  width: 32px;
  height: 32px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  div[class*="search-mini"] {
    line-height: 55px;
  }
}
div[class*="search-mini-ct"] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.9);
  z-index: 10002;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
div[class*="search-mini-ct"] div[class*="search-actions"] {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}
div[class*="search-mini-ct"] div[class*="search-actions"] i {
  color: rgba(255,255,255,0.7);
  font-size: 32px;
}
div[class*="search-mini-ct"] .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
div[class*="search-mini-ct"] .container.closed {
  width: 100px;
  opacity: 0;
}
div[class*="search-mini-ct"] .search-mini-form {
  position: relative;
}
div[class*="search-mini-ct"] button.search-button,
div[class*="search-mini-ct"] button.button,
div[class*="search-mini-ct"] input.button {
  border: none;
  background: rgba(255,255,255,0.7);
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  min-width: 40px;
}
div[class*="search-mini-ct"] input.inputbox {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.7);
  background: transparent;
  color: #fff;
}
.feature-box-1 .sppb-addon-content .sppb-media,
.feature-box-2 .sppb-addon-content .sppb-media,
.feature-box-3 .sppb-addon-content .sppb-media,
.feature-box-4 .sppb-addon-content .sppb-media,
.feature-box-5 .sppb-addon-content .sppb-media {
  position: relative;
  text-align: center;
}
.feature-box-1 .sppb-addon-content .sppb-media .pull-left,
.feature-box-2 .sppb-addon-content .sppb-media .pull-left,
.feature-box-3 .sppb-addon-content .sppb-media .pull-left,
.feature-box-4 .sppb-addon-content .sppb-media .pull-left,
.feature-box-5 .sppb-addon-content .sppb-media .pull-left {
  float: none !important;
  margin-right: 0;
}
.feature-box-1 .sppb-addon-content .sppb-media .pull-left .sppb-img-container,
.feature-box-2 .sppb-addon-content .sppb-media .pull-left .sppb-img-container,
.feature-box-3 .sppb-addon-content .sppb-media .pull-left .sppb-img-container,
.feature-box-4 .sppb-addon-content .sppb-media .pull-left .sppb-img-container,
.feature-box-5 .sppb-addon-content .sppb-media .pull-left .sppb-img-container {
  display: block !important;
}
.feature-box-1 .sppb-addon-content .sppb-media .pull-left .sppb-img-container .sppb-img-responsive,
.feature-box-2 .sppb-addon-content .sppb-media .pull-left .sppb-img-container .sppb-img-responsive,
.feature-box-3 .sppb-addon-content .sppb-media .pull-left .sppb-img-container .sppb-img-responsive,
.feature-box-4 .sppb-addon-content .sppb-media .pull-left .sppb-img-container .sppb-img-responsive,
.feature-box-5 .sppb-addon-content .sppb-media .pull-left .sppb-img-container .sppb-img-responsive {
  width: 100%;
}
.feature-box-1 .sppb-addon-content .sppb-media .sppb-media-body,
.feature-box-2 .sppb-addon-content .sppb-media .sppb-media-body,
.feature-box-3 .sppb-addon-content .sppb-media .sppb-media-body,
.feature-box-4 .sppb-addon-content .sppb-media .sppb-media-body,
.feature-box-5 .sppb-addon-content .sppb-media .sppb-media-body {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
  text-align: left;
}
.feature-box-1 .sppb-addon-content .sppb-media .sppb-media-body .sppb-feature-box-title,
.feature-box-2 .sppb-addon-content .sppb-media .sppb-media-body .sppb-feature-box-title,
.feature-box-3 .sppb-addon-content .sppb-media .sppb-media-body .sppb-feature-box-title,
.feature-box-4 .sppb-addon-content .sppb-media .sppb-media-body .sppb-feature-box-title,
.feature-box-5 .sppb-addon-content .sppb-media .sppb-media-body .sppb-feature-box-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.feature-box-1 .sppb-addon-content .sppb-media .sppb-media-body .sppb-addon-text,
.feature-box-2 .sppb-addon-content .sppb-media .sppb-media-body .sppb-addon-text,
.feature-box-3 .sppb-addon-content .sppb-media .sppb-media-body .sppb-addon-text,
.feature-box-4 .sppb-addon-content .sppb-media .sppb-media-body .sppb-addon-text,
.feature-box-5 .sppb-addon-content .sppb-media .sppb-media-body .sppb-addon-text {
  margin-top: 8px;
  font-size: 15px;
  color: #fff;
}
.feature-box-1 .sppb-addon-content .sppb-media .sppb-media-body a,
.feature-box-2 .sppb-addon-content .sppb-media .sppb-media-body a,
.feature-box-3 .sppb-addon-content .sppb-media .sppb-media-body a,
.feature-box-4 .sppb-addon-content .sppb-media .sppb-media-body a,
.feature-box-5 .sppb-addon-content .sppb-media .sppb-media-body a {
  margin-top: 10px;
}
.feature-box-2 .sppb-addon-content .sppb-media .sppb-media-body {
  top: 50%;
  bottom: auto;
  right: 30px;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.feature-box-3 .sppb-addon-content .sppb-media .sppb-media-body {
  right: 30px;
  text-align: right;
}
.feature-box-4 .sppb-addon-content .sppb-media .sppb-media-body {
  top: 30px;
  bottom: auto;
  text-align: left;
}
.feature-box-5 .sppb-addon-content .sppb-media .sppb-media-body {
  top: 30px;
  bottom: auto;
  text-align: right;
}
.feature-box-6 {
  margin-bottom: 30px;
}
.feature-box-6 .sppb-addon-content {
  border: 1px solid #ddd;
  padding: 15px 10px 10px;
  text-align: center;
  background: #fff;
}
.feature-box-6 .sppb-addon-content .sppb-media {
  display: inline-block;
}
.feature-box-6 .sppb-addon-content .sppb-media-body {
  text-align: left;
}
.feature-box-6 .sppb-addon-content .sppb-addon-title {
  margin-bottom: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.feature-box-7 .sppb-addon-content .sppb-media div[class*="pull-"] {
  margin: 0;
}
.feature-box-7 .sppb-addon-content .sppb-media div[class*="pull-"] .sppb-img-container {
  display: block !important;
}
.feature-box-7 .sppb-addon-content .sppb-media div[class*="pull-"] .sppb-img-container img {
  width: 100%;
}
.feature-box-7 .sppb-addon-content .sppb-media .sppb-media-body {
  padding-bottom: 1px;
}
.feature-box-7 .sppb-addon-content .sppb-media .sppb-media-body a.sppb-btn {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .feature-box-7 .sppb-addon-content .sppb-media {
    margin-bottom: 30px;
  }
  .feature-box-7 .sppb-addon-content .sppb-media div[class*="pull-"] {
    float: none !important;
    margin-bottom: 15px;
  }
  .feature-box-7 .sppb-addon-content .sppb-media .sppb-media-body {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .feature-box-7 .sppb-addon-content .sppb-media {
    position: relative;
  }
  .feature-box-7 .sppb-addon-content .sppb-media div[class*="pull-"] {
    width: 50%;
  }
  .feature-box-7 .sppb-addon-content .sppb-media div[class*="pull-"] .sppb-img-container {
    display: block !important;
  }
  .feature-box-7 .sppb-addon-content .sppb-media div[class*="pull-"] .sppb-img-container img {
    width: 100%;
  }
  .feature-box-7 .sppb-addon-content .sppb-media .sppb-media-body {
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .feature-box-7 .sppb-addon-content .sppb-media .pull-left + .sppb-media-body {
    right: 0;
    padding-left: 30px;
  }
  .feature-box-7 .sppb-addon-content .sppb-media .pull-right + .sppb-media-body {
    left: 0;
    padding-right: 30px;
  }
}
.feature-box-icon-primary .sppb-addon-content .sppb-media .sppb-icon .sppb-icon-container i {
  color: #fff;
}
.feature-box-overlay-black .sppb-addon-content .sppb-img-container {
  position: relative;
}
.feature-box-overlay-black .sppb-addon-content .sppb-img-container:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.feature-box-overlay-black .sppb-addon-content:hover .sppb-media .sppb-img-container:before,
.feature-box-overlay-black .sppb-addon-content:focus .sppb-media .sppb-img-container:before {
  background: rgba(0,0,0,0.8);
}
.feature-box-overlay-primary .sppb-addon-content .sppb-img-container {
  position: relative;
}
.feature-box-overlay-primary .sppb-addon-content .sppb-img-container:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ut-person.ut-person-1 .sppb-addon-content .person-image img {
  display: block;
  width: 100%;
}
.ut-person.ut-person-1 .sppb-addon-content .person-image .person-overlay {
  opacity: 0;
  background: rgba(0,0,0,0.4);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ut-person.ut-person-1 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
  color: #fff;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  transition: all 0.2s ease-in-out 0.3s;
}
.ut-person.ut-person-1 .sppb-addon-content .person-information .person-name {
  font-size: 18px;
}
.ut-person.ut-person-1 .sppb-addon-content .person-information .person-designation {
  font-size: 14px;
}
.ut-person.ut-person-1 .sppb-addon-content .person-social-icons .person-social {
  margin: 0 -5px;
}
.ut-person.ut-person-1 .sppb-addon-content .person-social-icons .person-social li {
  margin: 0 5px;
}
.ut-person.ut-person-1 .sppb-addon-content .person-social-icons a {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 29px !important;
  color: #fff;
  border-radius: 50%;
}
.ut-person.ut-person-1 .sppb-addon-content:hover .person-overlay,
.ut-person.ut-person-1 .sppb-addon-content:focus .person-overlay {
  opacity: 1;
}
.ut-person.ut-person-1 .sppb-addon-content:hover .person-overlay .person-overlay-inner,
.ut-person.ut-person-1 .sppb-addon-content:focus .person-overlay .person-overlay-inner {
  top: 50%;
}
.sppb-addon-optin-forms {
  padding: 0;
}
.sppb-addon-optin-forms .sppb-optin-form-box .sppb-optin-form-info-wrap .sppb-optin-form-details-wrap:not(:empty) {
  padding: 0;
}
.sppb-addon-optin-forms .sppb-optin-form-box .sppb-optin-form-info-wrap .sppb-optin-form-details-wrap .sppb-addon-title + .sppb-optin-form-details {
  margin-bottom: 50px;
}
.sppb-addon-optin-forms .sppb-optin-form-box .sppb-optin-form-info-wrap .sppb-optin-form-details-wrap .sppb-optin-form-details {
  margin-bottom: 15px;
}
.sppb-addon-optin-forms.optin-form-inline .sppb-optin-form-box .sppb-optin-form-content .sppb-optin-form {
  margin-left: -5px;
  margin-right: -5px;
}
.sppb-addon-optin-forms.optin-form-inline .sppb-optin-form-box .sppb-optin-form-content .sppb-optin-form div[class*="-wrap"] {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.sppb-addon-optin-forms.optin-form-inline .sppb-optin-form-box .sppb-optin-form-content .sppb-optin-form .name-wrap + .email-wrap {
  width: auto;
}
.sppb-addon-optin-forms.optin-form-inline .sppb-optin-form-box .sppb-optin-form-content .sppb-optin-form .email-wrap {
  width: 70%;
}
.bg-primary .sppb-addon-raw-html i {
  color: #222222;
}
.sppb-addon-tab .sppb-addon-content .sppb-tab-content {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.sppb-addon-tab.tabs-style-1 .sppb-addon-title {
  text-transform: uppercase;
  font-size: 20px;
}
.sppb-addon-tab.tabs-style-1 .sppb-nav {
  text-align: right;
}
.sppb-addon-tab.tabs-style-1 .sppb-nav > li {
  display: inline-block;
  float: none;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .sppb-addon-tab.tabs-style-1 .sppb-nav {
    position: relative;
    top: -53px;
  }
}
@media screen and (min-width: 768px) {
  .sppb-addon-tab.tabs-style-1 .sppb-addon-content .sppb-tab-content {
    margin-top: -23px;
  }
}
.animated-number-1 .sppb-addon-content {
  display: block;
}
.animated-number-1 .sppb-addon-content .sppb-animated-number {
  color: #000;
  font-weight: 800;
}
.animated-number-1 .sppb-addon-content .sppb-animated-number-title {
  color: #000;
  font-weight: 600;
  margin-top: 15px;
}
.ut-testimonial-style-1 .ut-testimonial-item {
  margin-bottom: 40px;
}
.ut-testimonial-style-1 .ut-testimonial-item:before,
.ut-testimonial-style-1 .ut-testimonial-item:after {
  content: " ";
  display: table;
}
.ut-testimonial-style-1 .ut-testimonial-item:after {
  clear: both;
}
.ut-testimonial-style-1 .ut-testimonial-item.testimonial-avatar-after .author-avatar {
  margin-top: 40px;
}
.ut-testimonial-style-1 .ut-testimonial-item:hover .client-name,
.ut-testimonial-style-1 .ut-testimonial-item:focus .client-name {
  color: #fff;
}
.ut-testimonial-style-1 .sppb-testimonial-message {
  border-width: 1px;
  border-style: solid;
  position: relative;
  padding: 25px;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.ut-testimonial-style-1 .sppb-testimonial-message:after {
  content: '';
  position: absolute;
  bottom: -17px;
  right: 23px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 17px 0 17px;
  border-color: transparent;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.ut-testimonial-style-1 .author-avatar .author-left {
  text-align: right;
}
.ut-testimonial-style-1 .client-name {
  font-size: 20px;
  margin-bottom: 7px;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.ut-testimonial-style-1 .client-url {
  color: #fff;
}
.ut-testimonial-style-2 .ut-testimonial-item {
  text-align: center;
  margin-bottom: 10px;
}
.ut-testimonial-style-2 .ut-testimonial-item:before,
.ut-testimonial-style-2 .ut-testimonial-item:after {
  content: " ";
  display: table;
}
.ut-testimonial-style-2 .ut-testimonial-item:after {
  clear: both;
}
.ut-testimonial-style-2 .ut-testimonial-item.testimonial-avatar-after .author-avatar {
  margin-top: 20px;
}
.ut-testimonial-style-2 .ut-testimonial-item:hover .client-name,
.ut-testimonial-style-2 .ut-testimonial-item:focus .client-name {
  color: #fff;
}
.ut-testimonial-style-2 .sppb-testimonial-message {
  position: relative;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) {
  .ut-testimonial-style-2 .sppb-testimonial-message {
    width: 60%;
    margin: 0 auto;
  }
}
.ut-testimonial-style-2 .author-avatar .author-after {
  margin-top: 10px;
}
.ut-testimonial-style-2 .client-name {
  font-size: 20px;
  margin-bottom: 7px;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.ut-testimonial-style-2 .client-url {
  color: #fff;
}
.ut-testimonial-style-3 .ut-testimonial-item {
  text-align: center;
}
.ut-testimonial-style-3 .ut-testimonial-item .author-after {
  margin-top: 10px;
}
.ut-testimonial-style-3 .ut-testimonial-item .client-name {
  font-size: 18px;
  font-weight: 700;
}
.ut-testimonial-style-3 .sppb-testimonial-message {
  margin-top: 20px;
}
.ut-testimonial-style-3 .owl-dots {
  padding-bottom: 14px;
}
.testimonial-style-1 {
  margin-bottom: 30px;
}
.testimonial-style-1 .sppb-addon-content .sppb-media {
  position: relative;
  overflow: visible;
}
.testimonial-style-1 .sppb-addon-content .sppb-media a[class*="pull-"] {
  padding: 20px;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: 0;
}
.testimonial-style-1 .sppb-addon-content .sppb-media a[class*="pull-"] img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.testimonial-style-1 .sppb-addon-content .sppb-media .sppb-media-body {
  width: 86%;
  background-color: #e6e6e6;
  padding: 35px 25px;
}
.testimonial-style-1 .sppb-addon-content .sppb-media .sppb-media-body blockquote {
  padding: 0;
  margin: 0;
  font-size: 15px;
  border-left: none;
}
.testimonial-style-1 .sppb-addon-content .sppb-media .sppb-media-body blockquote footer {
  margin-top: 15px;
}
.testimonial-style-1 .sppb-addon-content .sppb-media .sppb-media-body blockquote footer:before {
  display: none;
}
.testimonial-style-1 .sppb-addon-content .sppb-media .sppb-media-body blockquote footer strong {
  font-size: 16px;
  display: block;
}
.testimonial-style-1 .sppb-addon-content .sppb-media .sppb-media-body blockquote footer cite {
  display: block;
  font-size: 14px;
}
.testimonial-style-1 .sppb-addon-content .sppb-media .pull-left + .sppb-media-body {
  padding-left: 105px;
}
.testimonial-style-1 .sppb-addon-content .sppb-media .pull-left + .sppb-media-body blockquote footer {
  text-align: left;
}
.testimonial-style-1 .sppb-addon-content .sppb-media .pull-right + .sppb-media-body {
  padding-right: 105px;
}
.testimonial-style-1 .sppb-addon-content .sppb-media .pull-right + .sppb-media-body blockquote footer {
  text-align: right;
}
@media only screen and (max-width: 479px) {
  .testimonial-style-1 .sppb-addon-content .sppb-media {
    background: #e6e6e6;
    padding: 20px;
    text-align: center;
  }
  .testimonial-style-1 .sppb-addon-content .sppb-media .sppb-media-body {
    width: 100%;
    text-align: left;
    padding: 0 !important;
  }
  .testimonial-style-1 .sppb-addon-content .sppb-media a[class*="pull-"] {
    position: relative;
    top: 0;
    transform: translate(0,0);
    float: none !important;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
  }
}
.testimonial-style-2 {
  margin-bottom: 30px;
}
.testimonial-style-2 .sppb-addon-content .sppb-media a[class*="pull-"] {
  padding: 5px;
  border: 1px solid #ddd;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.testimonial-style-2 .sppb-addon-content .sppb-media .pull-right + .sppb-media-body {
  text-align: right;
}
.testimonial-style-2 .sppb-addon-content .sppb-media .pull-right + .sppb-media-body footer strong {
  float: right;
  margin-left: 5px;
}
.testimonial-style-2 .sppb-addon-content .sppb-media .sppb-media-body blockquote {
  padding: 0;
  margin: 0;
  font-size: inherit;
  border-left: none;
}
.testimonial-style-2 .sppb-addon-content .sppb-media .sppb-media-body blockquote footer {
  margin-top: 10px;
  font-size: inherit;
}
.testimonial-style-2 .sppb-addon-content .sppb-media .sppb-media-body blockquote footer:before {
  display: none;
}
.testimonial-style-2 .sppb-addon-content .sppb-media .sppb-media-body blockquote footer strong {
  font-weight: 400;
  text-transform: uppercase;
}
.ut-social-links-style-1 .sppb-addon-content > a {
  position: relative;
}
.ut-social-links-style-1 .sppb-addon-content > a i {
  width: 45px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ut-social-links-style-1 .sppb-addon-content > a i:after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: rgba(255,255,255,0.3);
  top: -1px;
  left: 45px;
  bottom: -1px;
}
.ut-social-links-style-1 .sppb-addon-content > a:hover,
.ut-social-links-style-1 .sppb-addon-content > a:focus {
  -webkit-filter: sepia(50%);
  filter: sepia(50%);
}
.ut-social-links-style-1 .sppb-addon-content > a:hover i,
.ut-social-links-style-1 .sppb-addon-content > a:focus i {
  margin-right: 5px;
}
.sppb-addon-ut-clients .sppb-addon-content .owl-nav {
  width: 100%;
  position: absolute;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
}
.sppb-addon-ut-clients .sppb-addon-content .owl-nav div[class*="owl-"] {
  position: absolute;
  left: -16px;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 30px;
  margin-top: -16px;
  border-radius: 0;
  background: #000;
  text-indent: 999px;
  overflow: hidden;
}
.sppb-addon-ut-clients .sppb-addon-content .owl-nav div[class*="owl-"]:before {
  content: "\f0d9";
  color: #fff;
  font-family: Fontawesome;
  display: block;
  text-indent: 0;
  font-size: 24px;
}
.sppb-addon-ut-clients .sppb-addon-content .owl-nav div.owl-next {
  left: auto;
  right: -16px;
}
.sppb-addon-ut-clients .sppb-addon-content .owl-nav div.owl-next:before {
  content: "\f0da";
}
.ut-clients-style-1 .sppb-addon-content div [class*="ut-clients-"] {
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.clients-style-1 .sppb-addon-content img {
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .clients-style-1 .sppb-addon-content div[class*="sppb-col-"] {
    width: 50%;
    display: inline-block;
  }
}
#sp-page-builder .page-content .sppb-section,
#sp-page-builder .sppb-section {
  margin-top: 0;
  clear: both;
}
.sppb-section-content-center .sppb-align-center {
  width: auto;
}
#sp-page-builder .sppb-section .sppb-section-title .sppb-title-heading {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 0;
}
#sp-page-builder .sppb-section .sppb-section-title .sppb-title-subheading {
  font-size: inherit;
  max-width: 100%;
  display: block;
  margin-top: 20px;
}
#sp-page-builder .sppb-section[class*="title-bar"] .sppb-section-title .sppb-title-heading {
  position: relative;
  padding-bottom: 10px;
}
#sp-page-builder .sppb-section[class*="title-bar"] .sppb-section-title .sppb-title-heading:after {
  content: "";
  width: 60px;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -30px;
  z-index: 1;
}
#sp-page-builder .sppb-section[class*="title-bar"] .sppb-section-title.sppb-text-right .sppb-title-heading:after {
  left: auto;
  right: 0;
  margin-left: 0;
}
#sp-page-builder .sppb-section[class*="title-bar"] .sppb-section-title.sppb-text-left .sppb-title-heading:after {
  left: 0;
  margin-left: 0;
}
#sp-page-builder .sppb-addon.addon-title-bar .sppb-addon-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
#sp-page-builder .sppb-addon.addon-title-bar .sppb-addon-title:after {
  content: "";
  width: 60px;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -30px;
  z-index: 1;
}
#sp-page-builder .sppb-addon.addon-title-bar-left .sppb-addon-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
#sp-page-builder .sppb-addon.addon-title-bar-left .sppb-addon-title:after {
  content: "";
  width: 60px;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0;
  margin-left: 0;
  z-index: 1;
}
#sp-page-builder .sppb-form-control {
  height: 44px !important;
}
.sppb-addon-raw-html ul {
  padding: 0;
}
.sppb-addon-raw-html ul li {
  list-style: none;
  line-height: 20px;
  margin-bottom: 12px;
}
.sppb-addon-raw-html ul i {
  margin-right: 8px;
}
.sppb-addon-accordion .sppb-panel-group > div[class*="sppb-panel"] {
  margin-bottom: 5px;
  border-color: #c4c4c4;
  border-top: 1px solid #c4c4c4;
}
.sppb-addon-accordion .sppb-panel-group > div[class*="sppb-panel"] .sppb-panel-heading {
  padding: 10px 15px 10px 40px;
}
.sppb-addon-accordion .sppb-panel-group > div[class*="sppb-panel"] .sppb-panel-heading .sppb-panel-title {
  color: #333333;
  font-weight: normal;
  font-size: 20px;
}
.sppb-addon-accordion .sppb-panel-group > div[class*="sppb-panel"] .sppb-panel-heading .sppb-toggle-direction {
  color: #333333;
  right: inherit;
  left: 10px;
}
.sppb-addon-accordion .sppb-panel-group > div[class*="sppb-panel"] .sppb-panel-heading.active .sppb-panel-title,
.sppb-addon-accordion .sppb-panel-group > div[class*="sppb-panel"] .sppb-panel-heading.active .sppb-toggle-direction {
  color: #fff;
}
.sppb-addon-accordion .sppb-panel-group > div[class*="sppb-panel"] .sppb-panel-body {
  border-top-color: #c4c4c4;
}
.sppb-addon-accordion .sppb-panel-group > div[class*="sppb-panel"] .sppb-panel-body ul {
  padding: 0;
  list-style: none;
}
.sppb-addon-accordion .sppb-panel-group > div[class*="sppb-panel"] .sppb-panel-body ul li:before {
  content: "\f18e";
  font-family: Fontawesome;
  display: inline-block;
  margin-right: 10px;
}
.sppb-addon-accordion .sppb-panel-group div.sppb-panel-faq .sppb-panel-heading,
.sppb-addon-accordion .sppb-panel-group div.sppb-panel-faq .sppb-panel-body {
  border-bottom: none;
}
@media screen and (max-width: 479px) {
  .sppb-addon-feature .sppb-addon-content .sppb-media .pull-left {
    float: none !important;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.sppb-addon-feature .sppb-img-container {
  display: block !important;
}
.sppb-addon-feature .sppb-img-container img {
  display: block;
  width: 100%;
}
.mod-sppagebuilder .sppb-section {
  position: relative;
}
.bordered {
  border: 1px solid #ddd;
}
.bt {
  border-top: 1px solid #ddd;
}
.br {
  border-right: 1px solid #ddd;
}
.bb {
  border-bottom: 1px solid #ddd;
}
.bl {
  border-left: 1px solid #ddd;
}
.border-double {
  border: 4px double #ddd;
}
.bt-double {
  border-top: 4px double #ddd;
}
.br-double {
  border-right: 4px double #ddd;
}
.bb-double {
  border-bottom: 4px double #ddd;
}
.bl-double {
  border-left: 4px double #ddd;
}
.border-dashed {
  border: 1px dashed #ddd;
}
.bt-dashed {
  border-top: 1px dashed #ddd;
}
.br-dashed {
  border-right: 1px dashed #ddd;
}
.bb-dashed {
  border-bottom: 1px dashed #ddd;
}
.bl-dashed {
  border-left: 1px dashed #ddd;
}
.border-dotted {
  border: 1px dotted #ddd;
}
.bt-dotted {
  border-top: 1px dotted #ddd;
}
.br-dotted {
  border-right: 1px dotted #ddd;
}
.bb-dotted {
  border-bottom: 1px dotted #ddd;
}
.bl-dotted {
  border-left: 1px dotted #ddd;
}
@media only screen and (min-width: 768px) {
  .bordered-sm {
    border: 1px solid #ddd;
  }
  .bt-sm {
    border-top: 1px solid #ddd;
  }
  .br-sm {
    border-right: 1px solid #ddd;
  }
  .bb-sm {
    border-bottom: 1px solid #ddd;
  }
  .bl-sm {
    border-left: 1px solid #ddd;
  }
  .border-sm-double {
    border: 4px double #ddd;
  }
  .bt-sm-double {
    border-top: 4px double #ddd;
  }
  .br-sm-double {
    border-right: 4px double #ddd;
  }
  .bb-sm-double {
    border-bottom: 4px double #ddd;
  }
  .bl-sm-double {
    border-left: 4px double #ddd;
  }
  .border-sm-dashed {
    border: 1px dashed #ddd;
  }
  .bt-sm-dashed {
    border-top: 1px dashed #ddd;
  }
  .br-sm-dashed {
    border-right: 1px dashed #ddd;
  }
  .bb-sm-dashed {
    border-bottom: 1px dashed #ddd;
  }
  .bl-sm-dashed {
    border-left: 1px dashed #ddd;
  }
  .border-sm-dotted {
    border: 1px dotted #ddd;
  }
  .bt-sm-dotted {
    border-top: 1px dotted #ddd;
  }
  .br-sm-dotted {
    border-right: 1px dotted #ddd;
  }
  .bb-sm-dotted {
    border-bottom: 1px dotted #ddd;
  }
  .bl-sm-dotted {
    border-left: 1px dotted #ddd;
  }
}
@media only screen and (min-width: 992px) {
  .bordered-md {
    border: 1px solid #ddd;
  }
  .bt-md {
    border-top: 1px solid #ddd;
  }
  .br-md {
    border-right: 1px solid #ddd;
  }
  .bb-md {
    border-bottom: 1px solid #ddd;
  }
  .bl-md {
    border-left: 1px solid #ddd;
  }
  .border-md-double {
    border: 4px double #ddd;
  }
  .bt-md-double {
    border-top: 4px double #ddd;
  }
  .br-md-double {
    border-right: 4px double #ddd;
  }
  .bb-md-double {
    border-bottom: 4px double #ddd;
  }
  .bl-md-double {
    border-left: 4px double #ddd;
  }
  .border-md-dashed {
    border: 1px dashed #ddd;
  }
  .bt-md-dashed {
    border-top: 1px dashed #ddd;
  }
  .br-md-dashed {
    border-right: 1px dashed #ddd;
  }
  .bb-md-dashed {
    border-bottom: 1px dashed #ddd;
  }
  .bl-md-dashed {
    border-left: 1px dashed #ddd;
  }
  .border-md-dotted {
    border: 1px dotted #ddd;
  }
  .bt-md-dotted {
    border-top: 1px dotted #ddd;
  }
  .br-md-dotted {
    border-right: 1px dotted #ddd;
  }
  .bb-md-dotted {
    border-bottom: 1px dotted #ddd;
  }
  .bl-md-dotted {
    border-left: 1px dotted #ddd;
  }
}
@media only screen and (min-width: 1200px) {
  .bordered-lg {
    border: 1px solid #ddd;
  }
  .bt-lg {
    border-top: 1px solid #ddd;
  }
  .br-lg {
    border-right: 1px solid #ddd;
  }
  .bb-lg {
    border-bottom: 1px solid #ddd;
  }
  .bl-lg {
    border-left: 1px solid #ddd;
  }
  .border-lg-double {
    border: 4px double #ddd;
  }
  .bt-lg-double {
    border-top: 4px double #ddd;
  }
  .br-lg-double {
    border-right: 4px double #ddd;
  }
  .bb-lg-double {
    border-bottom: 4px double #ddd;
  }
  .bl-lg-double {
    border-left: 4px double #ddd;
  }
  .border-lg-dashed {
    border: 1px dashed #ddd;
  }
  .bt-lg-dashed {
    border-top: 1px dashed #ddd;
  }
  .br-lg-dashed {
    border-right: 1px dashed #ddd;
  }
  .bb-lg-dashed {
    border-bottom: 1px dashed #ddd;
  }
  .bl-lg-dashed {
    border-left: 1px dashed #ddd;
  }
  .border-lg-dotted {
    border: 1px dotted #ddd;
  }
  .bt-lg-dotted {
    border-top: 1px dotted #ddd;
  }
  .br-lg-dotted {
    border-right: 1px dotted #ddd;
  }
  .bb-lg-dotted {
    border-bottom: 1px dotted #ddd;
  }
  .bl-lg-dotted {
    border-left: 1px dotted #ddd;
  }
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-110 {
  padding-top: 110px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-130 {
  padding-top: 130px;
}
.pt-140 {
  padding-top: 140px;
}
.pt-150 {
  padding-top: 150px;
}
.pt-160 {
  padding-top: 160px;
}
.pt-170 {
  padding-top: 170px;
}
.pt-180 {
  padding-top: 180px;
}
.pt-190 {
  padding-top: 190px;
}
.pt-200 {
  padding-top: 200px;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-160 {
  padding-bottom: 160px;
}
.pb-170 {
  padding-bottom: 170px;
}
.pb-180 {
  padding-bottom: 180px;
}
.pb-190 {
  padding-bottom: 190px;
}
.pb-200 {
  padding-bottom: 200px;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.py-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.py-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.py-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
.py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.py-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.py-170 {
  padding-top: 170px;
  padding-bottom: 170px;
}
.py-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}
.py-190 {
  padding-top: 190px;
  padding-bottom: 190px;
}
.py-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media only screen and (min-width: 768px) {
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-10 {
    padding-top: 10px;
  }
  .pt-sm-20 {
    padding-top: 20px;
  }
  .pt-sm-30 {
    padding-top: 30px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .pt-sm-60 {
    padding-top: 60px;
  }
  .pt-sm-70 {
    padding-top: 70px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pt-sm-90 {
    padding-top: 90px;
  }
  .pt-sm-100 {
    padding-top: 100px;
  }
  .pt-sm-110 {
    padding-top: 110px;
  }
  .pt-sm-120 {
    padding-top: 120px;
  }
  .pt-sm-130 {
    padding-top: 130px;
  }
  .pt-sm-140 {
    padding-top: 140px;
  }
  .pt-sm-150 {
    padding-top: 150px;
  }
  .pt-sm-160 {
    padding-top: 160px;
  }
  .pt-sm-170 {
    padding-top: 170px;
  }
  .pt-sm-180 {
    padding-top: 180px;
  }
  .pt-sm-190 {
    padding-top: 190px;
  }
  .pt-sm-200 {
    padding-top: 200px;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px;
  }
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
  .pb-sm-60 {
    padding-bottom: 60px;
  }
  .pb-sm-70 {
    padding-bottom: 70px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .pb-sm-90 {
    padding-bottom: 90px;
  }
  .pb-sm-100 {
    padding-bottom: 100px;
  }
  .pb-sm-110 {
    padding-bottom: 110px;
  }
  .pb-sm-120 {
    padding-bottom: 120px;
  }
  .pb-sm-130 {
    padding-bottom: 130px;
  }
  .pb-sm-140 {
    padding-bottom: 140px;
  }
  .pb-sm-150 {
    padding-bottom: 150px;
  }
  .pb-sm-160 {
    padding-bottom: 160px;
  }
  .pb-sm-170 {
    padding-bottom: 170px;
  }
  .pb-sm-180 {
    padding-bottom: 180px;
  }
  .pb-sm-190 {
    padding-bottom: 190px;
  }
  .pb-sm-200 {
    padding-bottom: 200px;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .py-sm-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py-sm-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py-sm-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-sm-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .py-sm-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-sm-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .py-sm-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-sm-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .py-sm-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .py-sm-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .py-sm-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .py-sm-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .py-sm-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .py-sm-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .py-sm-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .py-sm-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .py-sm-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .py-sm-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .py-sm-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-10 {
    padding-top: 10px;
  }
  .pt-md-20 {
    padding-top: 20px;
  }
  .pt-md-30 {
    padding-top: 30px;
  }
  .pt-md-40 {
    padding-top: 40px;
  }
  .pt-md-50 {
    padding-top: 50px;
  }
  .pt-md-60 {
    padding-top: 60px;
  }
  .pt-md-70 {
    padding-top: 70px;
  }
  .pt-md-80 {
    padding-top: 80px;
  }
  .pt-md-90 {
    padding-top: 90px;
  }
  .pt-md-100 {
    padding-top: 100px;
  }
  .pt-md-110 {
    padding-top: 110px;
  }
  .pt-md-120 {
    padding-top: 120px;
  }
  .pt-md-130 {
    padding-top: 130px;
  }
  .pt-md-140 {
    padding-top: 140px;
  }
  .pt-md-150 {
    padding-top: 150px;
  }
  .pt-md-160 {
    padding-top: 160px;
  }
  .pt-md-170 {
    padding-top: 170px;
  }
  .pt-md-180 {
    padding-top: 180px;
  }
  .pt-md-190 {
    padding-top: 190px;
  }
  .pt-md-200 {
    padding-top: 200px;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-10 {
    padding-bottom: 10px;
  }
  .pb-md-20 {
    padding-bottom: 20px;
  }
  .pb-md-30 {
    padding-bottom: 30px;
  }
  .pb-md-40 {
    padding-bottom: 40px;
  }
  .pb-md-50 {
    padding-bottom: 50px;
  }
  .pb-md-60 {
    padding-bottom: 60px;
  }
  .pb-md-70 {
    padding-bottom: 70px;
  }
  .pb-md-80 {
    padding-bottom: 80px;
  }
  .pb-md-90 {
    padding-bottom: 90px;
  }
  .pb-md-100 {
    padding-bottom: 100px;
  }
  .pb-md-110 {
    padding-bottom: 110px;
  }
  .pb-md-120 {
    padding-bottom: 120px;
  }
  .pb-md-130 {
    padding-bottom: 130px;
  }
  .pb-md-140 {
    padding-bottom: 140px;
  }
  .pb-md-150 {
    padding-bottom: 150px;
  }
  .pb-md-160 {
    padding-bottom: 160px;
  }
  .pb-md-170 {
    padding-bottom: 170px;
  }
  .pb-md-180 {
    padding-bottom: 180px;
  }
  .pb-md-190 {
    padding-bottom: 190px;
  }
  .pb-md-200 {
    padding-bottom: 200px;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .py-md-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py-md-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py-md-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-md-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .py-md-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-md-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .py-md-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-md-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .py-md-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .py-md-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .py-md-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .py-md-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .py-md-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .py-md-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .py-md-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .py-md-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .py-md-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .py-md-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .py-md-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-10 {
    padding-top: 10px;
  }
  .pt-lg-20 {
    padding-top: 20px;
  }
  .pt-lg-30 {
    padding-top: 30px;
  }
  .pt-lg-40 {
    padding-top: 40px;
  }
  .pt-lg-50 {
    padding-top: 50px;
  }
  .pt-lg-60 {
    padding-top: 60px;
  }
  .pt-lg-70 {
    padding-top: 70px;
  }
  .pt-lg-80 {
    padding-top: 80px;
  }
  .pt-lg-90 {
    padding-top: 90px;
  }
  .pt-lg-100 {
    padding-top: 100px;
  }
  .pt-lg-110 {
    padding-top: 110px;
  }
  .pt-lg-120 {
    padding-top: 120px;
  }
  .pt-lg-130 {
    padding-top: 130px;
  }
  .pt-lg-140 {
    padding-top: 140px;
  }
  .pt-lg-150 {
    padding-top: 150px;
  }
  .pt-lg-160 {
    padding-top: 160px;
  }
  .pt-lg-170 {
    padding-top: 170px;
  }
  .pt-lg-180 {
    padding-top: 180px;
  }
  .pt-lg-190 {
    padding-top: 190px;
  }
  .pt-lg-200 {
    padding-top: 200px;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-10 {
    padding-bottom: 10px;
  }
  .pb-lg-20 {
    padding-bottom: 20px;
  }
  .pb-lg-30 {
    padding-bottom: 30px;
  }
  .pb-lg-40 {
    padding-bottom: 40px;
  }
  .pb-lg-50 {
    padding-bottom: 50px;
  }
  .pb-lg-60 {
    padding-bottom: 60px;
  }
  .pb-lg-70 {
    padding-bottom: 70px;
  }
  .pb-lg-80 {
    padding-bottom: 80px;
  }
  .pb-lg-90 {
    padding-bottom: 90px;
  }
  .pb-lg-100 {
    padding-bottom: 100px;
  }
  .pb-lg-110 {
    padding-bottom: 110px;
  }
  .pb-lg-120 {
    padding-bottom: 120px;
  }
  .pb-lg-130 {
    padding-bottom: 130px;
  }
  .pb-lg-140 {
    padding-bottom: 140px;
  }
  .pb-lg-150 {
    padding-bottom: 150px;
  }
  .pb-lg-160 {
    padding-bottom: 160px;
  }
  .pb-lg-170 {
    padding-bottom: 170px;
  }
  .pb-lg-180 {
    padding-bottom: 180px;
  }
  .pb-lg-190 {
    padding-bottom: 190px;
  }
  .pb-lg-200 {
    padding-bottom: 200px;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .py-lg-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py-lg-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py-lg-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .py-lg-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-lg-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .py-lg-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-lg-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .py-lg-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .py-lg-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .py-lg-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .py-lg-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .py-lg-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .py-lg-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .py-lg-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .py-lg-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .py-lg-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .py-lg-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .py-lg-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-160 {
  margin-top: 160px;
}
.mt-170 {
  margin-top: 170px;
}
.mt-180 {
  margin-top: 180px;
}
.mt-190 {
  margin-top: 190px;
}
.mt-200 {
  margin-top: 200px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-140 {
  margin-bottom: 140px;
}
.mb-150 {
  margin-bottom: 150px;
}
.mb-160 {
  margin-bottom: 160 px;
}
.mb-170 {
  margin-bottom: 170 px;
}
.mb-180 {
  margin-bottom: 180 px;
}
.mb-190 {
  margin-bottom: 190 px;
}
.mb-200 {
  margin-bottom: 200 px;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.my-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}
.my-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.my-130 {
  margin-top: 130px;
  margin-bottom: 130px;
}
.my-140 {
  margin-top: 140px;
  margin-bottom: 140px;
}
.my-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.my-160 {
  margin-top: 160px;
  margin-bottom: 160px;
}
.my-170 {
  margin-top: 170px;
  margin-bottom: 170px;
}
.my-180 {
  margin-top: 180px;
  margin-bottom: 180px;
}
.my-190 {
  margin-top: 190px;
  margin-bottom: 190px;
}
.my-200 {
  margin-top: 200px;
  margin-bottom: 200px;
}
@media only screen and (min-width: 768px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .mt-sm-70 {
    margin-top: 70px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .mt-sm-90 {
    margin-top: 90px;
  }
  .mt-sm-100 {
    margin-top: 100px;
  }
  .mt-sm-110 {
    margin-top: 110px;
  }
  .mt-sm-120 {
    margin-top: 120px;
  }
  .mt-sm-130 {
    margin-top: 130px;
  }
  .mt-sm-140 {
    margin-top: 140px;
  }
  .mt-sm-150 {
    margin-top: 150px;
  }
  .mt-sm-160 {
    margin-top: 160px;
  }
  .mt-sm-170 {
    margin-top: 170px;
  }
  .mt-sm-180 {
    margin-top: 180px;
  }
  .mt-sm-190 {
    margin-top: 190px;
  }
  .mt-sm-200 {
    margin-top: 200px;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .mb-sm-60 {
    margin-bottom: 60px;
  }
  .mb-sm-70 {
    margin-bottom: 70px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .mb-sm-90 {
    margin-bottom: 90px;
  }
  .mb-sm-100 {
    margin-bottom: 100px;
  }
  .mb-sm-110 {
    margin-bottom: 110px;
  }
  .mb-sm-120 {
    margin-bottom: 120px;
  }
  .mb-sm-130 {
    margin-bottom: 130px;
  }
  .mb-sm-140 {
    margin-bottom: 140px;
  }
  .mb-sm-150 {
    margin-bottom: 150px;
  }
  .mb-sm-160 {
    margin-bottom: 160;
  }
  .mb-sm-170 {
    margin-bottom: 170;
  }
  .mb-sm-180 {
    margin-bottom: 180;
  }
  .mb-sm-190 {
    margin-bottom: 190;
  }
  .mb-sm-200 {
    margin-bottom: 200;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .my-sm-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .my-sm-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-sm-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .my-sm-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .my-sm-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-sm-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .my-sm-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .my-sm-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .my-sm-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .my-sm-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }
  .my-sm-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .my-sm-130 {
    margin-top: 130px;
    margin-bottom: 130px;
  }
  .my-sm-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .my-sm-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .my-sm-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .my-sm-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }
  .my-sm-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }
  .my-sm-190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }
  .my-sm-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mt-md-40 {
    margin-top: 40px;
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .mt-md-60 {
    margin-top: 60px;
  }
  .mt-md-70 {
    margin-top: 70px;
  }
  .mt-md-80 {
    margin-top: 80px;
  }
  .mt-md-90 {
    margin-top: 90px;
  }
  .mt-md-100 {
    margin-top: 100px;
  }
  .mt-md-110 {
    margin-top: 110px;
  }
  .mt-md-120 {
    margin-top: 120px;
  }
  .mt-md-130 {
    margin-top: 130px;
  }
  .mt-md-140 {
    margin-top: 140px;
  }
  .mt-md-150 {
    margin-top: 150px;
  }
  .mt-md-160 {
    margin-top: 160px;
  }
  .mt-md-170 {
    margin-top: 170px;
  }
  .mt-md-180 {
    margin-top: 180px;
  }
  .mt-md-190 {
    margin-top: 190px;
  }
  .mt-md-200 {
    margin-top: 200px;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-10 {
    margin-bottom: 10px;
  }
  .mb-md-20 {
    margin-bottom: 20px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .mb-md-40 {
    margin-bottom: 40px;
  }
  .mb-md-50 {
    margin-bottom: 50px;
  }
  .mb-md-60 {
    margin-bottom: 60px;
  }
  .mb-md-70 {
    margin-bottom: 70px;
  }
  .mb-md-80 {
    margin-bottom: 80px;
  }
  .mb-md-90 {
    margin-bottom: 90px;
  }
  .mb-md-100 {
    margin-bottom: 100px;
  }
  .mb-md-110 {
    margin-bottom: 110px;
  }
  .mb-md-120 {
    margin-bottom: 120px;
  }
  .mb-md-130 {
    margin-bottom: 130px;
  }
  .mb-md-140 {
    margin-bottom: 140px;
  }
  .mb-md-150 {
    margin-bottom: 150px;
  }
  .mb-md-160 {
    margin-bottom: 160px;
  }
  .mb-md-170 {
    margin-bottom: 170px;
  }
  .mb-md-180 {
    margin-bottom: 180px;
  }
  .mb-md-190 {
    margin-bottom: 190px;
  }
  .mb-md-200 {
    margin-bottom: 200px;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .my-md-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .my-md-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-md-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .my-md-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .my-md-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-md-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .my-md-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .my-md-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .my-md-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .my-md-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }
  .my-md-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .my-md-130 {
    margin-top: 130px;
    margin-bottom: 130px;
  }
  .my-md-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .my-md-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .my-md-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .my-md-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }
  .my-md-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }
  .my-md-190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }
  .my-md-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mt-lg-40 {
    margin-top: 40px;
  }
  .mt-lg-50 {
    margin-top: 50px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .mt-lg-70 {
    margin-top: 70px;
  }
  .mt-lg-80 {
    margin-top: 80px;
  }
  .mt-lg-90 {
    margin-top: 90px;
  }
  .mt-lg-100 {
    margin-top: 100px;
  }
  .mt-lg-110 {
    margin-top: 110px;
  }
  .mt-lg-120 {
    margin-top: 120px;
  }
  .mt-lg-130 {
    margin-top: 130px;
  }
  .mt-lg-140 {
    margin-top: 140px;
  }
  .mt-lg-150 {
    margin-top: 150px;
  }
  .mt-lg-160 {
    margin-top: 160px;
  }
  .mt-lg-170 {
    margin-top: 170px;
  }
  .mt-lg-180 {
    margin-top: 180px;
  }
  .mt-lg-190 {
    margin-top: 190px;
  }
  .mt-lg-200 {
    margin-top: 200px;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px;
  }
  .mb-lg-20 {
    margin-bottom: 20px;
  }
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .mb-lg-40 {
    margin-bottom: 40px;
  }
  .mb-lg-50 {
    margin-bottom: 50px;
  }
  .mb-lg-60 {
    margin-bottom: 60px;
  }
  .mb-lg-70 {
    margin-bottom: 70px;
  }
  .mb-lg-80 {
    margin-bottom: 80px;
  }
  .mb-lg-90 {
    margin-bottom: 90px;
  }
  .mb-lg-100 {
    margin-bottom: 100px;
  }
  .mb-lg-110 {
    margin-bottom: 110px;
  }
  .mb-lg-120 {
    margin-bottom: 120px;
  }
  .mb-lg-130 {
    margin-bottom: 130px;
  }
  .mb-lg-140 {
    margin-bottom: 140px;
  }
  .mb-lg-150 {
    margin-bottom: 150px;
  }
  .mb-lg-160 {
    margin-bottom: 160px;
  }
  .mb-lg-170 {
    margin-bottom: 170px;
  }
  .mb-lg-180 {
    margin-bottom: 180px;
  }
  .mb-lg-190 {
    margin-bottom: 190px;
  }
  .mb-lg-200 {
    margin-bottom: 200px;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .my-lg-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .my-lg-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-lg-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .my-lg-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .my-lg-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-lg-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .my-lg-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .my-lg-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .my-lg-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .my-lg-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }
  .my-lg-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .my-lg-130 {
    margin-top: 130px;
    margin-bottom: 130px;
  }
  .my-lg-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .my-lg-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .my-lg-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .my-lg-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }
  .my-lg-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }
  .my-lg-190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }
  .my-lg-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
}
.bg-black {
  background: #000;
}
.bg-darker {
  background: #222222;
}
.bg-dark {
  background: #333333;
}
.bg-gray {
  background: #555555;
}
.bg-light {
  background: #777777;
}
.bg-lighter {
  background: #cccccc;
}
.bg-lightest {
  background: #e6e6e6;
}
.bg-primary {
  color: #fff;
}
.bg-white {
  background: #fff !important;
}
.bg-success {
  background: #5cb85c;
}
.bg-success-10 {
  background: rgba(92,184,92,0.1);
}
.bg-success-20 {
  background: rgba(92,184,92,0.2);
}
.bg-success-30 {
  background: rgba(92,184,92,0.3);
}
.bg-success-40 {
  background: rgba(92,184,92,0.4);
}
.bg-success-50 {
  background: rgba(92,184,92,0.5);
}
.bg-success-60 {
  background: rgba(92,184,92,0.6);
}
.bg-success-70 {
  background: rgba(92,184,92,0.7);
}
.bg-success-80 {
  background: rgba(92,184,92,0.8);
}
.bg-success-90 {
  background: rgba(92,184,92,0.9);
}
.bg-info {
  background: #5bc0de;
}
.bg-info-10 {
  background: rgba(91,192,222,0.1);
}
.bg-info-20 {
  background: rgba(91,192,222,0.2);
}
.bg-info-30 {
  background: rgba(91,192,222,0.3);
}
.bg-info-40 {
  background: rgba(91,192,222,0.4);
}
.bg-info-50 {
  background: rgba(91,192,222,0.5);
}
.bg-info-60 {
  background: rgba(91,192,222,0.6);
}
.bg-info-70 {
  background: rgba(91,192,222,0.7);
}
.bg-info-80 {
  background: rgba(91,192,222,0.8);
}
.bg-info-90 {
  background: rgba(91,192,222,0.9);
}
.bg-warning {
  background: #f0ad4e;
}
.bg-warning-10 {
  background: rgba(240,173,78,0.1);
}
.bg-warning-20 {
  background: rgba(240,173,78,0.2);
}
.bg-warning-30 {
  background: rgba(240,173,78,0.3);
}
.bg-warning-40 {
  background: rgba(240,173,78,0.4);
}
.bg-warning-50 {
  background: rgba(240,173,78,0.5);
}
.bg-warning-60 {
  background: rgba(240,173,78,0.6);
}
.bg-warning-70 {
  background: rgba(240,173,78,0.7);
}
.bg-warning-80 {
  background: rgba(240,173,78,0.8);
}
.bg-warning-90 {
  background: rgba(240,173,78,0.9);
}
.bg-danger {
  background: #d9534f;
}
.bg-danger-10 {
  background: rgba(217,83,79,0.1);
}
.bg-danger-20 {
  background: rgba(217,83,79,0.2);
}
.bg-danger-30 {
  background: rgba(217,83,79,0.3);
}
.bg-danger-40 {
  background: rgba(217,83,79,0.4);
}
.bg-danger-50 {
  background: rgba(217,83,79,0.5);
}
.bg-danger-60 {
  background: rgba(217,83,79,0.6);
}
.bg-danger-70 {
  background: rgba(217,83,79,0.7);
}
.bg-danger-80 {
  background: rgba(217,83,79,0.8);
}
.bg-danger-90 {
  background: rgba(217,83,79,0.9);
}
[class*="overlay-bg-"] {
  position: relative;
}
[class*="overlay-bg-"]:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.overlay-bg-black-10:before {
  background: rgba(0,0,0,0.1);
}
.overlay-bg-black-20:before {
  background: rgba(0,0,0,0.2);
}
.overlay-bg-black-30:before {
  background: rgba(0,0,0,0.3);
}
.overlay-bg-black-40:before {
  background: rgba(0,0,0,0.4);
}
.overlay-bg-black-50:before {
  background: rgba(0,0,0,0.5);
}
.overlay-bg-black-60:before {
  background: rgba(0,0,0,0.6);
}
.overlay-bg-black-70:before {
  background: rgba(0,0,0,0.7);
}
.overlay-bg-black-80:before {
  background: rgba(0,0,0,0.8);
}
.overlay-bg-black-90:before {
  background: rgba(0,0,0,0.9);
}
.overlay-bg-white-10:before {
  background: rgba(255,255,255,0.1);
}
.overlay-bg-white-20:before {
  background: rgba(255,255,255,0.2);
}
.overlay-bg-white-30:before {
  background: rgba(255,255,255,0.3);
}
.overlay-bg-white-40:before {
  background: rgba(255,255,255,0.4);
}
.overlay-bg-white-50:before {
  background: rgba(255,255,255,0.5);
}
.overlay-bg-white-60:before {
  background: rgba(255,255,255,0.6);
}
.overlay-bg-white-70:before {
  background: rgba(255,255,255,0.7);
}
.overlay-bg-white-80:before {
  background: rgba(255,255,255,0.8);
}
.overlay-bg-white-90:before {
  background: rgba(255,255,255,0.9);
}
.white-color p,
.white-color a,
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color span,
.white-color strong,
.white-color div {
  color: #fff;
}
.square {
  border-radius: 0;
}
.rounded {
  border-radius: 4px;
}
.circle {
  border-radius: 50%;
}
a[class*="btn-"].white,
a[class*="btn-"].white-hover:hover,
a[class*="btn-"].white-hover:focus {
  background: #fff;
  border-color: #fff;
  color: #222222;
}
a[class*="btn-"].white-outline,
a[class*="btn-"].white-outline-hover:hover,
a[class*="btn-"].white-hover:focus {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
a[class*="btn-"].white-border,
a[class*="btn-"].white-border-hover:hover,
a[class*="btn-"].white-hover:focus {
  border-color: #fff;
}
a[class*="btn-"].white-content,
a[class*="btn-"].white-content-hover:hover,
a[class*="btn-"].white-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #fff;
}
a[class*="btn-"].light,
a[class*="btn-"].light-hover:hover,
a[class*="btn-"].light-hover:focus {
  background: #e6e6e6;
  border-color: #e6e6e6;
  color: #222222;
}
a[class*="btn-"].light-outline,
a[class*="btn-"].light-outline-hover:hover,
a[class*="btn-"].light-hover:focus {
  background: transparent;
  border-color: #e6e6e6;
  color: #e6e6e6;
}
a[class*="btn-"].light-border,
a[class*="btn-"].light-border-hover:hover,
a[class*="btn-"].light-hover:focus {
  border-color: #e6e6e6;
}
a[class*="btn-"].light-content,
a[class*="btn-"].light-content-hover:hover,
a[class*="btn-"].light-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #e6e6e6;
}
a[class*="btn-"].dark,
a[class*="btn-"].dark-hover:hover,
a[class*="btn-"].dark-hover:focus {
  background: #222222;
  border-color: #222222;
  color: #fff;
}
a[class*="btn-"].dark-outline,
a[class*="btn-"].dark-outline-hover:hover,
a[class*="btn-"].dark-hover:focus {
  background: transparent;
  border-color: #222222;
  color: #222222;
}
a[class*="btn-"].dark-border,
a[class*="btn-"].dark-border-hover:hover,
a[class*="btn-"].dark-hover:focus {
  border-color: #222222;
}
a[class*="btn-"].dark-content,
a[class*="btn-"].dark-content-hover:hover,
a[class*="btn-"].dark-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #222222;
}
.btn-behance.color,
.btn-behance.color-hover:hover,
.btn-behance.color-hover:focus {
  background: #053eff;
  border-color: #053eff;
  color: #fff;
}
.btn-behance.color-outline,
.btn-behance.color-outline-hover:hover,
.btn-behance.color-hover:focus {
  background: transparent;
  border-color: #053eff;
  color: #053eff;
}
.btn-behance.color-border,
.btn-behance.color-border-hover:hover,
.btn-behance.color-hover:focus {
  border-color: #053eff;
}
.btn-behance.color-content,
.btn-behance.color-content-hover:hover,
.btn-behance.color-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #053eff;
}
.btn-dribbble.color,
.btn-dribbble.color-hover:hover,
.btn-dribbble.color-hover:focus {
  background: #ea4c89;
  border-color: #ea4c89;
  color: #fff;
}
.btn-dribbble.color-outline,
.btn-dribbble.color-outline-hover:hover,
.btn-dribbble.color-hover:focus {
  background: transparent;
  border-color: #ea4c89;
  color: #ea4c89;
}
.btn-dribbble.color-border,
.btn-dribbble.color-border-hover:hover,
.btn-dribbble.color-hover:focus {
  border-color: #ea4c89;
}
.btn-dribbble.color-content,
.btn-dribbble.color-content-hover:hover,
.btn-dribbble.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #ea4c89;
}
.btn-facebook.color,
.btn-facebook.color-hover:hover,
.btn-facebook.color-hover:focus {
  background: #3b5998;
  border-color: #3b5998;
  color: #fff;
}
.btn-facebook.color-outline,
.btn-facebook.color-outline-hover:hover,
.btn-facebook.color-hover:focus {
  background: transparent;
  border-color: #3b5998;
  color: #3b5998;
}
.btn-facebook.color-border,
.btn-facebook.color-border-hover:hover,
.btn-facebook.color-hover:focus {
  border-color: #3b5998;
}
.btn-facebook.color-content,
.btn-facebook.color-content-hover:hover,
.btn-facebook.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #3b5998;
}
.btn-flickr.color,
.btn-flickr.color-hover:hover,
.btn-flickr.color-hover:focus {
  background: #ff0084;
  border-color: #ff0084;
  color: #fff;
}
.btn-flickr.color-outline,
.btn-flickr.color-outline-hover:hover,
.btn-flickr.color-hover:focus {
  background: transparent;
  border-color: #ff0084;
  color: #ff0084;
}
.btn-flickr.color-border,
.btn-flickr.color-border-hover:hover,
.btn-flickr.color-hover:focus {
  border-color: #ff0084;
}
.btn-flickr.color-content,
.btn-flickr.color-content-hover:hover,
.btn-flickr.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #ff0084;
}
.btn-google.color,
.btn-google.color-hover:hover,
.btn-google.color-hover:focus {
  background: #dd4b39;
  border-color: #dd4b39;
  color: #fff;
}
.btn-google.color-outline,
.btn-google.color-outline-hover:hover,
.btn-google.color-hover:focus {
  background: transparent;
  border-color: #dd4b39;
  color: #dd4b39;
}
.btn-google.color-border,
.btn-google.color-border-hover:hover,
.btn-google.color-hover:focus {
  border-color: #dd4b39;
}
.btn-google.color-content,
.btn-google.color-content-hover:hover,
.btn-google.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #dd4b39;
}
.btn-linkedin.color,
.btn-linkedin.color-hover:hover,
.btn-linkedin.color-hover:focus {
  background: #007bb6;
  border-color: #007bb6;
  color: #fff;
}
.btn-linkedin.color-outline,
.btn-linkedin.color-outline-hover:hover,
.btn-linkedin.color-hover:focus {
  background: transparent;
  border-color: #007bb6;
  color: #007bb6;
}
.btn-linkedin.color-border,
.btn-linkedin.color-border-hover:hover,
.btn-linkedin.color-hover:focus {
  border-color: #007bb6;
}
.btn-linkedin.color-content,
.btn-linkedin.color-content-hover:hover,
.btn-linkedin.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #007bb6;
}
.btn-instagram.color,
.btn-instagram.color-hover:hover,
.btn-instagram.color-hover:focus {
  background: #517fa4;
  border-color: #517fa4;
  color: #fff;
}
.btn-instagram.color-outline,
.btn-instagram.color-outline-hover:hover,
.btn-instagram.color-hover:focus {
  background: transparent;
  border-color: #517fa4;
  color: #517fa4;
}
.btn-instagram.color-border,
.btn-instagram.color-border-hover:hover,
.btn-instagram.color-hover:focus {
  border-color: #517fa4;
}
.btn-instagram.color-content,
.btn-instagram.color-content-hover:hover,
.btn-instagram.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #517fa4;
}
.btn-pinterest.color,
.btn-pinterest.color-hover:hover,
.btn-pinterest.color-hover:focus {
  background: #cb2027;
  border-color: #cb2027;
  color: #fff;
}
.btn-pinterest.color-outline,
.btn-pinterest.color-outline-hover:hover,
.btn-pinterest.color-hover:focus {
  background: transparent;
  border-color: #cb2027;
  color: #cb2027;
}
.btn-pinterest.color-border,
.btn-pinterest.color-border-hover:hover,
.btn-pinterest.color-hover:focus {
  border-color: #cb2027;
}
.btn-pinterest.color-content,
.btn-pinterest.color-content-hover:hover,
.btn-pinterest.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #cb2027;
}
.btn-rss.color,
.btn-rss.color-hover:hover,
.btn-rss.color-hover:focus {
  background: #FF8A00;
  border-color: #FF8A00;
  color: #fff;
}
.btn-rss.color-outline,
.btn-rss.color-outline-hover:hover,
.btn-rss.color-hover:focus {
  background: transparent;
  border-color: #FF8A00;
  color: #FF8A00;
}
.btn-rss.color-border,
.btn-rss.color-border-hover:hover,
.btn-rss.color-hover:focus {
  border-color: #FF8A00;
}
.btn-rss.color-content,
.btn-rss.color-content-hover:hover,
.btn-rss.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #FF8A00;
}
.btn-soundcloud.color,
.btn-soundcloud.color-hover:hover,
.btn-soundcloud.color-hover:focus {
  background: #ff3a00;
  border-color: #ff3a00;
  color: #fff;
}
.btn-soundcloud.color-outline,
.btn-soundcloud.color-outline-hover:hover,
.btn-soundcloud.color-hover:focus {
  background: transparent;
  border-color: #ff3a00;
  color: #ff3a00;
}
.btn-soundcloud.color-border,
.btn-soundcloud.color-border-hover:hover,
.btn-soundcloud.color-hover:focus {
  border-color: #ff3a00;
}
.btn-soundcloud.color-content,
.btn-soundcloud.color-content-hover:hover,
.btn-soundcloud.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #ff3a00;
}
.btn-tumblr.color,
.btn-tumblr.color-hover:hover,
.btn-tumblr.color-hover:focus {
  background: #547F9D;
  border-color: #547F9D;
  color: #fff;
}
.btn-tumblr.color-outline,
.btn-tumblr.color-outline-hover:hover,
.btn-tumblr.color-hover:focus {
  background: transparent;
  border-color: #547F9D;
  color: #547F9D;
}
.btn-tumblr.color-border,
.btn-tumblr.color-border-hover:hover,
.btn-tumblr.color-hover:focus {
  border-color: #547F9D;
}
.btn-tumblr.color-content,
.btn-tumblr.color-content-hover:hover,
.btn-tumblr.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #547F9D;
}
.btn-twitter.color,
.btn-twitter.color-hover:hover,
.btn-twitter.color-hover:focus {
  background: #55acee;
  border-color: #55acee;
  color: #fff;
}
.btn-twitter.color-outline,
.btn-twitter.color-outline-hover:hover,
.btn-twitter.color-hover:focus {
  background: transparent;
  border-color: #55acee;
  color: #55acee;
}
.btn-twitter.color-border,
.btn-twitter.color-border-hover:hover,
.btn-twitter.color-hover:focus {
  border-color: #55acee;
}
.btn-twitter.color-content,
.btn-twitter.color-content-hover:hover,
.btn-twitter.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #55acee;
}
.btn-vimeo.color,
.btn-vimeo.color-hover:hover,
.btn-vimeo.color-hover:focus {
  background: #1ab7ea;
  border-color: #1ab7ea;
  color: #fff;
}
.btn-vimeo.color-outline,
.btn-vimeo.color-outline-hover:hover,
.btn-vimeo.color-hover:focus {
  background: transparent;
  border-color: #1ab7ea;
  color: #1ab7ea;
}
.btn-vimeo.color-border,
.btn-vimeo.color-border-hover:hover,
.btn-vimeo.color-hover:focus {
  border-color: #1ab7ea;
}
.btn-vimeo.color-content,
.btn-vimeo.color-content-hover:hover,
.btn-vimeo.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #1ab7ea;
}
.btn-youtube.color,
.btn-youtube.color-hover:hover,
.btn-youtube.color-hover:focus {
  background: #e52d27;
  border-color: #e52d27;
  color: #fff;
}
.btn-youtube.color-outline,
.btn-youtube.color-outline-hover:hover,
.btn-youtube.color-hover:focus {
  background: transparent;
  border-color: #e52d27;
  color: #e52d27;
}
.btn-youtube.color-border,
.btn-youtube.color-border-hover:hover,
.btn-youtube.color-hover:focus {
  border-color: #e52d27;
}
.btn-youtube.color-content,
.btn-youtube.color-content-hover:hover,
.btn-youtube.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #e52d27;
}
.sppb-addon-ut-social-links .sppb-addon-content a i+span {
  margin-left: 10px;
}
.sppb-addon-ut-social-links .sppb-addon-content a span {
  text-transform: capitalize;
}
.ut-person .sppb-addon-content .person-image {
  position: relative;
  overflow: hidden;
}
.ut-person .sppb-addon-content .person-image .person-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ut-person .sppb-addon-content .person-information {
  margin-top: 15px;
}
.ut-person .sppb-addon-content .person-information span {
  display: block;
}
.ut-person .sppb-addon-content .person-information .person-name {
  font-size: 16px;
  font-weight: 700;
}
.ut-person .sppb-addon-content .person-information .person-designation {
  font-size: 12px;
}
.ut-person .sppb-addon-content .person-social-icons {
  margin-top: 15px;
}
.ut-person .sppb-addon-content .person-social-icons .person-social {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0 -8px;
}
.ut-person .sppb-addon-content .person-social-icons .person-social > li {
  display: inline-block;
  margin: 0 8px;
}
.ut-person .sppb-addon-content .person-social-icons .person-social > li > a {
  display: block;
  font-size: 16px;
  line-height: 16px;
}
.ut-person .sppb-addon-content .person-description {
  margin-top: 15px;
}
.sppb-addon-ut-clients div[class*="ut-clients-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.sppb-addon-ut-clients div[class*="ut-clients-"] .owl-item a .sppb-img-responsive {
  width: auto;
}
.sppb-addon-ut-clients div[class*="ut-clients-"] .owl-dots,
.sppb-addon-ut-clients div[class*="ut-clients-"] .owl-nav.disabled + .owl-dots {
  margin-top: 40px;
}
.ut-testimonial .ut-testimonial-item .author-avatar img {
  width: auto;
  display: inline-block;
}
.ut-testimonial .ut-testimonial-item .avatar-author-left {
  display: inline-block;
  float: right;
  margin: 0 0 15px 15px;
  width: 100px;
  height: 100px;
}
.ut-testimonial .ut-testimonial-item .avatar-author-right {
  display: inline-block;
  float: left;
  margin: 0 15px 15px 0;
  width: 100px;
  height: 100px;
}
.ut-testimonial .ut-testimonial-item .author-top {
  margin-bottom: 20px;
}
.ut-testimonial .ut-testimonial-item .author-bottom {
  margin-top: 20px;
}
.ut-testimonial .ut-testimonial-item .author-before {
  margin-bottom: 20px;
}
.ut-testimonial .ut-testimonial-item .author-after {
  margin-top: 20px;
}
.ut-testimonial .ut-testimonial-item.testimonial-avatar-before .author-left,
.ut-testimonial .ut-testimonial-item.testimonial-avatar-before .author-right {
  margin-bottom: 20px;
}
.ut-testimonial .ut-testimonial-item.testimonial-avatar-after .author-left,
.ut-testimonial .ut-testimonial-item.testimonial-avatar-after .author-right {
  margin-bottom: 20px;
}
.ut-testimonial .ut-testimonial-item.testimonial-avatar-after .author-avatar {
  margin-top: 20px;
}
.ut-testimonial .ut-testimonial-item.testimonial-avatar-left .row {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
}
.ut-testimonial .ut-testimonial-item.testimonial-avatar-left .author-avatar {
  padding-right: 0;
}
.ut-testimonial .ut-testimonial-item.testimonial-avatar-right .row {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
}
.ut-testimonial .ut-testimonial-item.testimonial-avatar-right .author-avatar {
  padding-left: 0;
}
.horizontal-separator {
  background: transparent;
  height: 0;
  margin: 10px 0;
}
.horizontal-separator:before,
.horizontal-separator:after {
  content: " ";
  display: table;
}
.horizontal-separator:after {
  clear: both;
}
.categories-view .horizontal-separator {
  margin: 15px 0;
}
div.category-view .row .category .spacer,
.featured-view .spacer,
.latest-view .spacer,
.topten-view .spacer,
.recent-view .spacer,
div.related-products-view .spacer,
.browse-view .row .product .spacer,
div.product-field-type-R .spacer,
div.product-field-type-Z .spacer,
.vmgroup .product .spacer,
.product-related-products .spacer,
.product-related-categories .spacer {
  padding: 0 15px;
  position: relative;
  margin: 0;
  border: none;
}
.featured-view h4,
.discontinued-view h4,
.latest-view h4,
.topten-view h4,
.recent-view h4,
.related-products-view h4,
.products-view h4,
.product-fields-title-wrapper h4 {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  letter-spacing: 0.1em;
}
.featured-view h4:before,
.discontinued-view h4:before,
.latest-view h4:before,
.topten-view h4:before,
.recent-view h4:before,
.related-products-view h4:before,
.products-view h4:before,
.product-fields-title-wrapper h4:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #e6e6e6;
}
.featured-view h4:after,
.discontinued-view h4:after,
.latest-view h4:after,
.topten-view h4:after,
.recent-view h4:after,
.related-products-view h4:after,
.products-view h4:after,
.product-fields-title-wrapper h4:after {
  content: "";
  display: block;
  width: 35px;
  border-bottom: 2px solid #555555;
  margin: 19px auto 0 0;
  z-index: 1;
  position: relative;
}
.category-view img,
.browse-view .row .product .spacer img,
.related-products-view .row .product .spacer img {
  width: 100%;
}
.browseProductImage {
  width: 100%;
  max-height: 100%;
}
div[class*="-view"] div.row {
  margin: -20px -15px 0;
}
@media screen and (max-width: 480px) {
  div[class*="vm-col-"] {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  div[class*="vm-col-"] {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  div[class*="vm-col-5"],
  div[class*="vm-col-6"] {
    width: 33.333%;
  }
}
@media screen and (min-width: 992px) {
  .width33 {
    width: 33.333% !important;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  .width33 {
    width: 50% !important;
  }
}
@media screen and (max-width: 480px) {
  .width33 {
    width: 100% !important;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  .width25 {
    width: 50% !important;
  }
}
@media screen and (max-width: 480px) {
  .width25 {
    width: 100% !important;
  }
}
.browse-view {
  margin-bottom: 0;
}
.vendor-store-desc,
.categories-view,
.featured-view,
.discontinued-view,
.latest-view,
.topten-view,
.recent-view,
.products-view,
.related-products-view,
.order-view {
  margin-bottom: 70px;
}
div[class*="vm3pr-"] > div {
  min-height: inherit !important;
}
.layout-selector {
  display: inline-block;
  padding: 7px 15px 7px 0;
  float: none;
  text-align: left;
}
.layout-selector span {
  position: relative;
  top: -3px;
  text-transform: uppercase;
  margin-right: 10px;
  color: #222222;
  font-weight: 600;
}
.layout-selector .grid-selector,
.layout-selector .list-selector {
  display: inline-block;
  cursor: pointer;
}
.layout-selector .grid-selector i,
.layout-selector .list-selector i {
  font-size: 18px;
}
.layout-selector .grid-selector.active {
  color: #222222;
}
.layout-selector .list-selector {
  margin-left: 10px;
}
.layout-selector .list-selector.active {
  color: #222222;
}
.layout-selector.withsearch {
  float: left;
}
@media only screen and (max-width: 767px) {
  .layout-selector {
    width: 100%;
  }
}
.virtuemart_search {
  display: inline-block;
  width: 50%;
}
.virtuemart_search form .vm-search-custom-search-input {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.virtuemart_search form .vm-search-custom-search-input .inputbox {
  width: 100%;
  padding-right: 130px;
}
.virtuemart_search form .vm-search-custom-search-input .button {
  padding: 0 10px;
  position: absolute;
  top: 0;
  right: 0;
  height: 44px !important;
  box-shadow: none;
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  .virtuemart_search {
    width: 100%;
    margin-top: 15px;
  }
}
.orderby-displaynumber {
  border: none;
  background-color: #e6e6e6;
  padding: 15px;
  position: relative;
  margin: 15px 0 30px;
}
.orderby-displaynumber .vm-order-list .title {
  display: none;
}
.orderby-displaynumber .vm-order-list .orderlistcontainer {
  position: relative;
  margin: 0 8px 0 0;
}
.orderby-displaynumber .vm-order-list .activeOrder {
  border-radius: 0px;
  height: 44px !important;
  font-size: 14px;
  line-height: 1;
  padding: 12px 24px 12px 12px;
  background-position: right 10px;
}
.orderby-displaynumber .vm-order-list .orderlist {
  width: 100%;
  margin-top: -1px;
  z-index: 99;
}
.orderby-displaynumber .vm-order-list .orderlist div:hover {
  background-color: #e6e6e6;
}
.orderby-displaynumber .vm-order-list .orderlist div:hover a {
  color: #000;
}
.orderby-displaynumber .display-number {
  margin: 0;
}
@media only screen and (max-width: 599px) {
  .orderby-displaynumber .display-number {
    float: left;
  }
  .orderby-displaynumber .vm-order-list {
    display: block;
    width: 100%;
  }
  .orderby-displaynumber .vm-order-list .orderlistcontainer {
    margin: 0 8px 15px 0;
  }
}
.addtocart-bar {
  display: inline-block;
}
.addtocart-bar span.quantity-controls {
  display: inline-block;
  margin: 0;
  width: auto;
  background: #ffffff;
  float: left;
  height: 44px !important;
  position: relative;
  top: -1px;
}
.addtocart-bar span.quantity-controls input[class*="quantity-"] {
  background: transparent;
  height: 44px !important;
  width: 25px;
  padding: 0;
  font-size: 18px;
  border: 1px solid #222222;
}
.addtocart-bar span.quantity-box {
  display: inline-block;
  margin: 0 -1px;
  float: left;
  position: relative;
  z-index: 2;
  background: #ffffff;
}
.addtocart-bar span.quantity-box input {
  height: 44px !important;
  width: 40px !important;
  background: transparent;
  border-color: #222222;
}
.addtocart-bar span.quantity-box input:hover,
.addtocart-bar span.quantity-box input:focus {
  background: transparent;
}
.addtocart-bar span.addtocart-button {
  margin-right: 10px;
  float: left;
}
.addtocart-bar span.addtocart-button input {
  height: 44px !important;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
}
.ratingbox {
  background: url(../images/virtuemart/color-stars.png) repeat-x scroll 0 bottom transparent;
  height: 22px;
  margin: 0 auto;
}
.ratingbox div,
.ratingbox span {
  background: url(../images/virtuemart/color-stars.png) repeat-x;
  height: 22px;
}
.featured-view .product,
.discontinued-view .product,
.latest-view .product,
.topten-view .product,
.recent-view .product,
.related-products-view .product {
  text-align: inherit;
}
div.product {
  margin-top: 50px;
  min-width: auto;
}
div.product .vm-product-media-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}
div.product .vm-product-media-container img {
  width: 100%;
}
div.product .vm-product-media-container .product-overlay {
  background-color: rgba(255,255,255,0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.product .vm-product-media-container .product-overlay .product-actions {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
div.product .vm-product-media-container .product-overlay .product-actions .vm-product-rating-container {
  text-align: center;
  margin-top: 10px;
}
div.product .vm-product-media-container .product-overlay .product-actions span.addtocart-button {
  margin-right: 0;
}
div.product .vm-product-media-container .vm-details-button {
  position: absolute;
  text-align: center;
  right: 0;
  bottom: 0;
  transform: translate(100%,100%);
  -webkit-transform: translate(100%,100%);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
div.product .vm-product-media-container .vm-details-button .product-details {
  width: 40px;
  height: 40px;
  padding: 0;
  max-width: 100%;
  background: #222222;
  font-size: 20px;
  border-radius: 0px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  line-height: 36px;
  letter-spacing: 0.1em;
}
div.product .product-container:hover .product-overlay,
div.product .product-container:focus .product-overlay {
  opacity: 1;
  visibility: visible;
}
div.product .product-container:hover .vm-details-button,
div.product .product-container:focus .vm-details-button {
  bottom: 10px;
  right: 10px;
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
}
div.product .product-small-detail h3 {
  margin: 0 0 7px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
div.product .product-small-detail .product-price {
  float: none;
  text-align: inherit;
  margin-bottom: 0;
}
div.product .product-small-detail .product-price .vm-price-desc {
  margin: 0;
}
div.product .product-small-detail .product-price .PricesalesPrice span {
  font-size: 18px;
  color: #222222;
  font-weight: 700;
}
div.product .product-list-details div[class*="vm-product-descr-container-"] {
  margin: 25px 0;
  min-height: inherit;
}
@media only screen and (max-width: 480px) {
  div.product {
    width: 100% !important;
  }
}
.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.product-badge .badge {
  text-transform: uppercase;
  font-size: 11px;
  padding: 7px 12px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.product-badge .badge.hot {
  background-color: #f0ad4e;
}
.product-badge .badge.new {
  background-color: #5cb85c;
}
p.product_s_desc {
  line-height: inherit;
  height: auto;
}
.browse-view.grid {
  text-align: center;
}
.browse-view.grid .product-small-detail .vm-product-rating-container {
  display: none;
}
.browse-view.grid .product-list-details {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .browse-view.grid .vm-col-optimized {
    width: 50% !important;
  }
}
.browse-view.list .product .product-overlay {
  display: none;
}
.browse-view.list .product .product-container .vm-product-media-container a {
  display: block;
  position: relative;
}
.browse-view.list .product .product-container .vm-product-media-container a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.browse-view.list .product .product-container:hover .vm-product-media-container a:before,
.browse-view.list .product .product-container:focus .vm-product-media-container a:before {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .browse-view.list .vm-product-media-container {
    margin-bottom: 0;
  }
}
.browse-view.list .product-small-detail .product-price {
  padding: 16px 0;
  margin-top: 20px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .browse-view.list .vm-col-optimized {
    width: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  .browse-view.list .product[class*="vm-col"] {
    width: 100% !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vm-col-optimized {
    width: 50% !important;
  }
}
.product-related-products,
.product-related-categories {
  margin: 70px -15px 0;
  border: none !important;
  padding-bottom: 0;
}
.product-related-products .product-fields-title-wrapper,
.product-related-categories .product-fields-title-wrapper {
  padding: 0;
}
.product-related-products .product-fields-title:before,
.product-related-categories .product-fields-title:before {
  left: 15px;
  right: 15px;
  width: auto;
}
div.product-field-type-R,
div.product-field-type-Z {
  margin: 0;
  text-align: center;
}
div.product-field-type-R .product {
  float: none;
}
div.product-field-type-R .product_s_desc {
  margin-top: 20px;
}
div.product-field-type-Z .category {
  margin-top: 30px;
}
.customer-reviews h4 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-color: #ddd;
  margin: 15px 0;
}
.customer-reviews form .step {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -5px;
  text-align: left;
}
.customer-reviews form .rating {
  display: inline-block;
  margin: 20px 0 0;
}
.customer-reviews form .write-reviews {
  text-align: left;
  margin: 20px 0 30px;
}
.customer-reviews form .write-reviews textarea {
  margin-bottom: 15px;
}
.customer-reviews form .write-reviews .count-desc {
  display: inline-block;
  margin-right: 10px;
}
.customer-reviews form .write-reviews .count-desc + input {
  display: inline-block;
}
.customer-reviews .list-reviews {
  margin-top: 20px;
}
.customer-reviews .list-reviews > div {
  border-radius: 0px;
  margin-top: 15px;
}
.customer-reviews .list-reviews > div span.date {
  border-radius: 0px;
}
.customer-reviews .list-reviews > div span.vote {
  position: relative;
  top: -5px;
}
.customer-reviews .list-reviews > div blockquote {
  font-size: 14px;
  font-weight: 400;
  border-left-width: 5px;
}
.customer-reviews .list-reviews > div blockquote .bold {
  text-transform: uppercase;
  color: #222222;
}
.category-view {
  margin-bottom: 0;
}
.category-view .categories-view .row {
  margin-top: -30px;
}
div.category .spacer {
  padding-top: 30px !important;
}
div.category .spacer > a {
  position: relative;
  overflow: hidden;
  display: block;
}
div.category .spacer > a img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.category .spacer h2,
div.category .spacer h3,
div.category .spacer h4 {
  font-size: 14px;
  padding: 10px 15px !important;
  font-weight: 400;
  background: #222222;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
div.category .spacer h2 a,
div.category .spacer h3 a,
div.category .spacer h4 a {
  color: #fff;
}
div.category .spacer:hover a img,
div.category .spacer:focus a img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  opacity: 0.2;
}
@media only screen and (max-width: 480px) {
  div.category:nth-child(2) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  div.category:nth-child(n+3) {
    margin-top: 30px;
  }
}
.category_description p {
  margin-bottom: 50px;
}
.productdetails-view .vm-product-container {
  margin: 0 -15px;
}
.productdetails-view .vm-product-container:before,
.productdetails-view .vm-product-container:after {
  content: " ";
  display: table;
}
.productdetails-view .vm-product-container:after {
  clear: both;
}
.productdetails-view .vm-product-container .vm-product-media .vm-product-media-container {
  width: 100%;
  position: relative;
  float: none;
  margin-bottom: 0;
}
.productdetails-view .vm-product-container .vm-product-media .vm-product-media-container .main-image a img {
  width: 100%;
  max-height: inherit;
}
.productdetails-view .vm-product-container .vm-product-media .additional-images {
  margin: 0 -5px;
}
.productdetails-view .vm-product-container .vm-product-media .additional-images .floatleft {
  width: 25%;
  padding: 10px 5px 0;
}
.productdetails-view .vm-product-container .vm-product-media .additional-images .floatleft img {
  margin: 0;
  width: 100%;
}
.productdetails-view .vm-product-container .vm-product-details-container .product-header h2 {
  font-size: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 0;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area {
  padding-left: 0;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .icons {
  margin: 0 0 0 20px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .icons a {
  display: inline-block;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .icons a + a {
  margin-left: 3px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-price {
  line-height: inherit;
  margin: 10px 0 0;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-price .vm-price-value.PricesalesPrice .vm-price-desc {
  font-weight: 600;
  color: #222222;
  font-size: 16px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-price .vm-price-value.PricesalesPrice .PricesalesPrice {
  font-weight: 600;
  color: #222222;
  font-size: 16px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-short-description {
  margin: 25px 0;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area {
  text-align: left;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field {
  margin-bottom: 20px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field .product-fields-title-wrapper {
  padding: 0;
  margin-bottom: 10px;
  line-height: 1.5;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field .product-fields-title-wrapper span {
  color: #222222;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field .product-field-display .chzn-container .chzn-single {
  height: 44px !important;
  border-radius: 0px;
  background: transparent;
  border-color: #ddd;
  box-shadow: none;
  padding: 7px 0 7px 9px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field .product-field-display .chzn-container .chzn-single > div > b {
  background-position: 0px 8px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field .product-field-display .chzn-container .chzn-drop {
  border-color: #ddd;
  border-radius: 0;
  width: 100% !important;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field .product-field-display .chzn-container .chzn-drop .chzn-results {
  padding: 0;
  margin: 0;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field .product-field-display .chzn-container .chzn-drop .chzn-results li {
  padding: 8px 10px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar {
  margin-top: 10px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .ask-a-question a {
  background: transparent;
  border-color: #ddd;
  border-radius: 0;
  font-weight: 400;
  font-size: 13px;
  margin: 0;
  padding: 0 10px;
  line-height: 38px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .ask-a-question a:hover,
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .ask-a-question a:focus {
  color: #222222;
  border-color: #222222;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .back-to-category {
  margin: 15px 0 0;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .back-to-category a {
  padding: 0;
  background: transparent;
  border: none;
  color: #222222;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .manufacturer {
  margin: 15px 0 0;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-share {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: right;
  padding: 8px 0;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .productdetails-view .vm-product-container .vm-product-details-container {
    margin-top: 60px;
  }
}
.productdetails-view .vm-product-tabs {
  margin-top: 60px;
}
.productdetails-view .vm-product-tabs .nav-tabs {
  border: none;
}
.productdetails-view .vm-product-tabs .nav-tabs li {
  margin-left: 20px;
}
.productdetails-view .vm-product-tabs .nav-tabs li:first-child {
  margin-left: 0;
}
.productdetails-view .vm-product-tabs .nav-tabs li a {
  text-transform: uppercase;
  color: #333333;
  font-size: 12px;
  letter-spacing: 0.2em;
  padding: 0;
  border: none;
  margin: 0;
  font-weight: 600;
}
.productdetails-view .vm-product-tabs .nav-tabs li a:hover,
.productdetails-view .vm-product-tabs .nav-tabs li a:focus {
  color: #222222;
  background: transparent;
}
.productdetails-view .vm-product-tabs .nav-tabs li.active a {
  color: #222222;
}
.productdetails-view .vm-product-tabs .tab-content {
  padding-top: 20px;
}
.productdetails-view .product-neighbours {
  margin: 15px 0 0;
}
.productdetails-view .product-neighbours a {
  position: relative;
  line-height: 26px;
  margin-top: 10px;
}
.productdetails-view .product-neighbours a:before {
  content: "\f100";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 24px;
  position: absolute;
  top: -1px;
  left: 0;
  line-height: 26px;
}
.productdetails-view .product-neighbours a.previous-page {
  background: transparent;
}
.productdetails-view .product-neighbours a.next-page {
  background: transparent;
}
.productdetails-view .product-neighbours a.next-page:before {
  content: "\f101";
  left: auto;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .productdetails-view .vm-product-container .vm-product-details-container {
    width: 100%;
  }
}
.product-bottom {
  margin-top: 70px;
}
#fancybox-wrap #fancybox-outer #fancybox-content {
  width: 100% !important;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div {
  overflow: hidden !important;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div > h4 {
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 14px;
  font-family: Open Sans;
  margin: 20px 0;
}
#fancybox-wrap #fancybox-outer #fancybox-title {
  margin: 0 !important;
  width: 100% !important;
}
.contentpane {
  padding: 20px 15px;
}
.ask-a-question-view {
  padding: 0;
}
.ask-a-question-view h1 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.ask-a-question-view .product-summary h2,
.ask-a-question-view .product-summary .short-description {
  padding-right: 15px;
}
.ask-a-question-view .form-field form .askform {
  width: 100%;
}
.ask-a-question-view .form-field form .askform td {
  padding: 8px 0;
}
.ask-a-question-view .form-field form .askform input#name,
.ask-a-question-view .form-field form .askform input#email {
  padding: 0 10px;
  border-radius: 0;
  background: transparent;
}
.ask-a-question-view .form-field form .askform input#name:hover,
.ask-a-question-view .form-field form .askform input#name:focus,
.ask-a-question-view .form-field form .askform input#email:hover,
.ask-a-question-view .form-field form .askform input#email:focus {
  background: transparent;
}
.ask-a-question-view .form-field form textarea.field {
  border-radius: 0px;
  background: transparent;
}
.ask-a-question-view .form-field form textarea.field:focus {
  background: transparent;
  border-color: #222222;
}
.ask-a-question-view .form-field form .submit {
  width: 100%;
}
.ask-a-question-view .form-field form .submit .highlight-button {
  height: 44px !important;
  border-radius: 0px;
  background: #e94e4c;
  margin-top: 25px;
  border-color: #e94e4c;
}
.ask-a-question-view .form-field form .submit .counter {
  height: 44px !important;
  border-radius: 0px;
  background: transparent;
  padding: 0;
  text-align: center;
}
.manufacturer-view-default {
  margin: -30px 0 0;
}
.manufacturer-view-default .row .manufacturer {
  margin-top: 30px;
}
.manufacturer-view-default .row .manufacturer .spacer {
  padding: 0 15px;
}
.manufacturer-view-default .row .manufacturer .spacer > a img {
  border: 1px solid #ddd;
  width: 100%;
}
.manufacturer-view-default .row .manufacturer .spacer h2 {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
.manufacturer-details-view .spacer {
  padding: 0;
  margin: 0 -15px;
}
.manufacturer-details-view .spacer div.manufacturer-image {
  text-align: center;
  padding: 0 15px;
}
.manufacturer-details-view .spacer div.manufacturer-image img {
  float: none;
  margin: 0;
  border: 1px solid #ddd;
  display: inline-block;
}
.manufacturer-details-view .spacer .manufacturer-info {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .manufacturer-details-view .spacer .manufacturer-info {
    margin-top: 30px;
  }
}
.manufacturer-details-view .spacer .manufacturer-info h1 {
  text-transform: uppercase;
  margin: 0 0 20px;
}
.manufacturer-details-view .spacer .manufacturer-info .manufacturer-email a,
.manufacturer-details-view .spacer .manufacturer-info .manufacturer-url a,
.manufacturer-details-view .spacer .manufacturer-info .manufacturer-product-link a {
  padding: 7px 12px;
  background: #e94e4c;
  border-color: #e94e4c;
  color: #fff;
  border-radius: 0px;
  height: 40px;
  line-height: 26px;
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}
.manufacturer-details-view .spacer .manufacturer-info .manufacturer-email,
.manufacturer-details-view .spacer .manufacturer-info .manufacturer-url,
.manufacturer-details-view .spacer .manufacturer-info .manufacturer-product-link {
  display: inline-block;
  margin: 20px 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .manufacturer-details-view .spacer div.manufacturer-image {
    float: none;
  }
}
.vm-cart-header-container .vm-cart-header h1 {
  text-transform: uppercase;
  margin: 0 0 30px;
  line-height: 0.9;
}
.vm-cart-header-container .vm-continue-shopping a.continue_link {
  color: #fff;
  text-transform: uppercase;
  padding: 6px 12px;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
}
#com-form-login,
#form-login {
  padding: 15px;
  background-color: #e6e6e6;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
#form-login .button {
  padding: 6px 12px;
  color: #fff;
  border-width: 1px;
  border-style: solid;
}
#com-form-login fieldset h2 {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 10px;
}
#com-form-login fieldset #com-form-login-username {
  margin: 0 20px 20px 0;
}
#com-form-login fieldset #com-form-login-password {
  margin: 0 20px 20px 0;
}
#com-form-login fieldset #com-form-login-remember {
  margin: 0 0 20px;
  text-align: center;
}
#com-form-login fieldset #com-form-login-remember input[name="Submit"] {
  padding: 6px 12px;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#com-form-login fieldset #com-form-login-remember label {
  display: inline-block;
  margin: 0;
}
#com-form-login fieldset #com-form-login-remember #remember {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 2px;
  margin-left: 3px;
}
@media screen and (max-width: 599px) {
  #com-form-login fieldset div[class*="width"] {
    width: 100%;
  }
}
form.inline table tr td input {
  width: auto;
  height: 42px;
  display: inline-block;
}
form.inline table tr td input.button {
  color: #fff;
  border-width: 1px;
  border-style: solid;
  padding: 6px 12px;
}
.cart-view > h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.cart-view form#checkoutForm .billto-shipto {
  border: none;
  margin: 30px 0 0;
}
.cart-view form#checkoutForm .billto-shipto > div > span {
  font-size: 18px;
  text-transform: uppercase;
  color: inherit;
  font-weight: 700;
  line-height: 22px;
}
.cart-view form#checkoutForm .billto-shipto > div > span .vmicon {
  background: transparent;
  position: relative;
}
.cart-view form#checkoutForm .billto-shipto > div > span .vmicon:before {
  content: "\f015";
  font-family: FontAwesome;
  display: inline-block;
  width: 24px;
  height: 100%;
  font-size: 24px;
  position: absolute;
  top: -2px;
}
.cart-view form#checkoutForm .billto-shipto > div > span .vmicon.vm2-shipto-icon:before {
  content: "\f2b6";
}
.cart-view form#checkoutForm .billto-shipto > div > div input {
  margin: 0 0 0 5px;
  position: relative;
  top: 2px;
}
.cart-view form#checkoutForm .billto-shipto > div a.details {
  padding: 10px;
  border-radius: 0px;
  background: #fff;
  border-color: #ddd;
}
@media only screen and (max-width: 767px) {
  .cart-view form#checkoutForm .billto-shipto div[class*="width"] {
    width: 100%;
  }
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr th {
  padding: 22px 2px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr th span {
  color: #fff;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td {
  padding: 20px 2px;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td.vm-cart-item-name {
  padding-left: 10px;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td.vm-cart-item-name span img {
  margin-right: 10px;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td .PricesalesPrice,
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td .PricesalesPriceShipment,
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td .PricesalesPricePayment {
  color: inherit;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td h4 {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td input.coupon {
  width: auto;
  height: 42px;
  display: inline-block;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td input.details-button {
  height: 42px;
  border-radius: 0px;
  color: #fff;
  padding: 6px 12px;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  font-weight: 700;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td .buttonBar-right button {
  padding: 6px 12px;
  color: #fff;
  border-radius: 0px;
  font-size: inherit;
  font-weight: 400;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] .vm-cart-item-quantity input {
  border-radius: 0px;
  background: #fff;
  border-color: #ddd;
  display: inline-block;
  margin-right: 2px;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] .vm-cart-item-quantity .vmicon {
  background: transparent;
  position: relative;
  display: inline-block;
  padding: 0;
  top: -5px;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] .vm-cart-item-quantity .vmicon:before {
  content: "\f021";
  font-family: FontAwesome;
  display: inline-block;
  width: 24px;
  height: 100%;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 24px;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] .vm-cart-item-quantity .vmicon.vm2-remove_from_cart {
  top: -1px;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] .vm-cart-item-quantity .vmicon.vm2-remove_from_cart:before {
  content: "\f1f8";
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td[colspan="4"],
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td[colspan="2"] {
  text-align: right;
  padding-right: 5px;
}
.cart-view form#checkoutForm .vm-fieldset-customer-note div.customer-note {
  margin: 30px 0 0;
}
.cart-view form#checkoutForm .vm-fieldset-customer-note div.customer-note span {
  margin: 0;
}
.cart-view form#checkoutForm .vm-fieldset-customer-note div.customer-note textarea {
  width: 100%;
  margin: 10px 0 0;
}
.cart-view form#checkoutForm .vm-fieldset-tos {
  margin: 20px 0;
}
.cart-view form#checkoutForm .vm-fieldset-tos div.tos input {
  margin: 0;
  position: relative;
  top: 2px;
}
.cart-view form#checkoutForm .vm-fieldset-tos div.tos div.terms-of-service {
  padding: 0;
  margin: 0;
}
.cart-view form#checkoutForm .vm-fieldset-tos div.tos div.terms-of-service a span {
  position: relative;
  background: transparent;
  margin: 0 0 0 5px;
  text-align: center;
}
.cart-view form#checkoutForm .vm-fieldset-tos div.tos div.terms-of-service a span:before {
  content: "\f0f6";
  font-family: FontAwesome;
  display: inline-block;
  width: 24px;
  height: 100%;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 24px;
}
.cart-view form#checkoutForm .checkout-button-top .vm-button-correct {
  color: #fff;
  padding: 16px 36px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0px;
}
.cart-view form#checkoutForm .checkout-button-top .vm-button-correct:hover,
.cart-view form#checkoutForm .checkout-button-top .vm-button-correct:focus {
  background: #fff;
}
#userForm .chzn-container,
form.inline .chzn-container {
  margin-left: 0;
}
#userForm .chzn-container .chzn-single,
form.inline .chzn-container .chzn-single {
  border-radius: 0px;
  background: #fff;
  height: 42px;
  line-height: 42px;
  margin: 0;
  box-shadow: none;
  border-color: #ddd;
}
#userForm .chzn-container .chzn-single > div > b,
form.inline .chzn-container .chzn-single > div > b {
  background-position: 0 10px;
}
#userForm .chzn-container .chzn-drop,
form.inline .chzn-container .chzn-drop {
  margin-left: 0;
  border-radius: 0;
  border-color: #ddd;
  box-shadow: none;
  width: 100% !important;
}
#userForm .chzn-container .chzn-drop .chzn-search input,
form.inline .chzn-container .chzn-drop .chzn-search input {
  width: 100% !important;
}
#userForm .chzn-container-active .chzn-single,
form.inline .chzn-container-active .chzn-single {
  border-color: #ddd;
  box-shadow: none;
}
.billto-title {
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 0;
}
#userForm .control-buttons,
#adminForm .control-buttons {
  margin: 0 0 20px;
}
#userForm .control-buttons #reg_text,
#adminForm .control-buttons #reg_text {
  float: none;
  margin: 0 0 10px;
}
#userForm .control-buttons button,
#adminForm .control-buttons button {
  margin-top: 10px;
}
#userForm .control-buttons button + button,
#adminForm .control-buttons button + button {
  margin-left: 10px;
}
#userForm h2,
#adminForm h2 {
  font-size: 24px;
  margin: 30px 0 10px;
}
#userForm .userfields_info,
#adminForm .userfields_info {
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
  color: inherit;
}
@media screen and (max-width: 599px) {
  #userForm .userfields_info,
  #adminForm .userfields_info {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
#userForm table.user-details,
#adminForm table.user-details {
  width: 100%;
}
#userForm table.user-details tr td,
#adminForm table.user-details tr td {
  border: none;
}
#userForm table.user-details tr td.key,
#adminForm table.user-details tr td.key {
  width: 220px;
}
#userForm table.user-details tr td label,
#adminForm table.user-details tr td label {
  width: 200px;
}
#userForm table.user-details tr td input,
#adminForm table.user-details tr td input {
  width: 100%;
  border-radius: 0px;
  background: #fff;
  border-color: #ddd;
  padding: 6px 25px;
  height: 42px;
}
@media screen and (max-width: 599px) {
  #userForm table.user-details tr td,
  #adminForm table.user-details tr td {
    width: 100% !important;
    display: table;
  }
  #userForm table.user-details tr td label,
  #adminForm table.user-details tr td label {
    text-align: left;
    margin-top: 15px;
  }
  #userForm table.user-details tr td input,
  #userForm table.user-details tr td .chzn-container,
  #adminForm table.user-details tr td input,
  #adminForm table.user-details tr td .chzn-container {
    margin-top: 0 !important;
  }
}
#userForm table.user-details tr + tr td input,
#userForm table.user-details tr + tr td .chzn-container,
#adminForm table.user-details tr + tr td input,
#adminForm table.user-details tr + tr td .chzn-container {
  margin: 15px 0 0;
}
#userForm table.user-details tr + tr td.key label,
#adminForm table.user-details tr + tr td.key label {
  margin-top: 15px;
}
#adminForm .buttonBar-right {
  margin-bottom: 20px;
}
#adminForm .buttonBar-right button {
  color: #fff;
  border: none;
  text-transform: uppercase;
  padding: 9px 20px;
}
#adminForm .admin-links a {
  display: block;
}
#adminForm .admin-links a img {
  display: inline-block;
}
#adminForm .admin-links a + a {
  margin-top: 5px;
}
#adminForm #ui-tabs {
  margin-top: 20px;
}
#adminForm #ui-tabs .tabs {
  padding: 0;
  overflow: inherit;
}
#adminForm #ui-tabs .tabs table.admintable tr + tr td input,
#adminForm #ui-tabs .tabs table.adminform tr + tr td input {
  margin-top: 15px;
}
#adminForm #ui-tabs .tabs table.admintable tr + tr td > fieldset.checkboxes input,
#adminForm #ui-tabs .tabs table.adminform tr + tr td > fieldset.checkboxes input {
  margin-top: 5px;
}
#adminForm #ui-tabs .tabs table.adminForm .chzn-container .chzn-choices .search-field .default {
  width: 100% !important;
}
#adminForm #ui-tabs ul#tabs {
  padding: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
#adminForm #ui-tabs ul#tabs li {
  margin-right: 5px;
}
#adminForm #ui-tabs ul#tabs li:last-child {
  margin-right: 0;
}
.vm-order-done h3 {
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 0 20px;
}
.vm-order-done > div {
  line-height: 26px;
}
.vm-order-done .post_payment_order_total {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}
.vm-order-done a.vm-button-correct {
  padding: 16px 36px;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  border-radius: 0px;
  margin-bottom: 20px;
}
.vm-order-done a.vm-button-correct:hover,
.vm-order-done a.vm-button-correct:focus {
  background: #fff;
}
.vm-orders-information h1 {
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.vm-orders-information .spaceStyle {
  margin: 0;
}
.vm-orders-information .spaceStyle .floatright a {
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  padding: 6px 12px;
  color: #fff;
  border-width: 1px;
  border-style: solid;
}
.vm-orders-information .spaceStyle table tr td {
  padding: 10px 0;
}
.vm-orders-information .spaceStyle table tr td strong {
  margin: 15px 0 10px;
  text-transform: uppercase;
  display: inline-block;
}
.vm-orders-information .spaceStyle div#ui-tabs {
  margin-top: 20px;
}
.vm-orders-information .spaceStyle div#ui-tabs #tabs {
  padding: 0;
}
.vm-orders-information .spaceStyle div#ui-tabs .tabs {
  padding: 15px 0 0;
}
.vm-orders-information .spaceStyle div#ui-tabs .tabs:nth-child(2) table tr:last-child td strong {
  margin: 0;
}
.vm-orders-list h1 {
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.vm-orders-list table tr td,
.vm-orders-list table tr th {
  padding: 10px 0;
}
.vmgroup {
  margin-top: -50px;
}
.vmgroup .vmproducts {
  margin: 0 -15px;
  text-align: center;
}
.vmgroup .vmproducts .vm-product-media-container a img {
  width: 100%;
}
.vmgroup .vmproducts .vm-price-desc {
  margin: 0;
}
.vmgroup .vmproducts .addtocart-area {
  margin: 0;
}
.vmgroup .vmproducts .addtocart-area .addtocart-bar {
  margin: 0;
}
.vmgroup.list > .vmproducts > .product {
  text-align: left;
  min-width: auto;
  width: 100%;
  margin: 50px 0 0;
}
.vmgroup.list > .vmproducts > .product .spacer {
  margin: 0 -15px;
}
.vmgroup.list > .vmproducts > .product .product-list-details {
  margin-top: 15px;
}
.vmgroup.list > .vmproducts > .product .vm-product-media-container {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .vmgroup.list > .vmproducts > .product .vm-product-media-container {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .vmgroup.list .product-details-full {
    padding-left: 0;
  }
}
div[id*="product-carousel-"].vmproducts {
  margin: 0 0;
}
div[id*="product-carousel-"] div.product {
  margin-top: 0;
}
div[id*="product-carousel-"] .product .spacer {
  padding: 0;
}
div[id*="product-carousel-"] .owl-nav {
  margin-top: 30px;
}
.virtuemart-search {
  position: relative;
}
.virtuemart-search .search {
  margin-top: 0 !important;
}
.virtuemart-search #mod_virtuemart_search {
  padding-right: 90px;
}
.virtuemart-search input.button {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
}
#vm-categories-wall {
  margin: 0;
}
#vm-categories-wall.category-view {
  margin: 0;
}
#vm-categories-wall.category-view:before,
#vm-categories-wall.category-view:after {
  content: " ";
  display: table;
}
#vm-categories-wall.category-view:after {
  clear: both;
}
#vm-categories-wall.category-view .row {
  margin: -30px -15px 20px;
  display: block;
}
#vm-categories-wall.category-view .row .category .spacer {
  padding: 0 15px;
}
#vm-categories-wall.category-view .row .category .spacer a img {
  margin: 0;
}
.vm-mod-categories > ul.menu {
  margin: 0;
  padding: 0;
}
.vm-mod-categories > ul.menu li {
  list-style: none;
  border-color: #e6e6e6;
}
.vm-mod-categories > ul.menu li.active > div a {
  font-weight: 700;
}
.vm-mod-categories > ul.menu li div a {
  line-height: 26px;
  padding: 8px 0;
  display: block;
  position: relative;
}
.vm-mod-categories > ul.menu li div a:after {
  content: "\f105";
  display: inline-block;
  float: right;
  font-family: FontAwesome;
}
.vm-mod-categories > ul.menu li ul.menu {
  border-top: 1px solid #e6e6e6;
}
.vm-mod-categories ul.VMmenu {
  padding: 0;
  margin-bottom: 0;
}
.vm-mod-categories ul.VMmenu li {
  padding: 0;
  border: none;
}
.vm-mod-categories ul.VMmenu li.VmClose {
  padding: 0;
  border: none;
}
.vm-mod-categories ul.VMmenu li div {
  position: relative;
}
.vm-mod-categories ul.VMmenu li div a {
  line-height: 26px;
  position: relative;
  display: block;
  padding: 7px 0 8px;
  border-top: 1px solid #e6e6e6;
}
.vm-mod-categories ul.VMmenu li div .VmArrowdown {
  position: absolute;
  top: 12px;
  right: 0;
}
.vm-mod-categories ul.VMmenu li ul.menu {
  padding: 0;
}
.vm-mod-categories ul.VMmenu li ul.menu >li >div >a {
  padding-left: 10px;
}
.vm-mod-categories ul.VMmenu >li:nth-child(1) > div > a {
  border: none;
}
.dropdown {
  position: relative;
  display: block;
}
.dropdown .cart-resume {
  display: block;
  width: 100%;
  text-align: right;
  color: #555555;
  padding: 7px 0;
}
.dropdown .cart-resume .total {
  display: inline-block;
}
.dropdown .cart-resume .total strong {
  font-weight: 400;
  margin-left: 3px;
}
.dropdown .cart-resume .product-counter {
  display: inline-block;
  border: 2px solid #555555;
  border-radius: 2px;
  height: 20px;
  line-height: 10px;
  min-width: 20px;
  font-size: 11px;
  text-align: center;
  color: #555555;
  padding: 3px;
  position: relative;
  background: #fff;
  margin-left: 20px;
}
.dropdown .cart-resume .product-counter:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #555555;
  border-radius: 10px;
  position: absolute;
  top: -7px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.dropdown .dropdown-content {
  display: none;
  padding: 20px;
  position: absolute;
  right: 0;
  background-color: #ffffff;
  min-width: 280px;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  z-index: 100;
}
.dropdown:hover .dropdown-content,
.dropdown:focus .dropdown-content {
  display: block;
}
.vmCartModule .dropdown-content .vm_cart_products {
  margin-bottom: 10px;
}
.vmCartModule .dropdown-content .vm_cart_products .vmcontainer .product_row {
  padding: 5px 0;
}
.vmCartModule .dropdown-content .vm_cart_products .vmcontainer .product_row .quantity {
  font-weight: 600;
  margin: 5px;
  font-size: 11px;
  color: #555555;
}
.vmCartModule .dropdown-content .vm_cart_products .vmcontainer .product_row .product_name {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}
.vmCartModule .dropdown-content .vm_cart_products .vmcontainer .product_row .product_name a {
  color: #555555;
}
.vmCartModule .dropdown-content .vm_cart_products .vmcontainer .product_row .subtotal_with_tax {
  color: #222222;
  font-weight: 600;
}
.vmCartModule .dropdown-content .total {
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
}
.vmCartModule .dropdown-content .total strong {
  margin-left: 3px;
}
.vmCartModule .dropdown-content .total_products {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.vmCartModule .dropdown-content .show_cart {
  margin-top: 10px;
}
.vmCartModule .dropdown-content .show_cart a {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  padding: 7px 25px;
  letter-spacing: 0.14em;
  display: block;
  text-align: center;
  font-weight: 600;
  width: 100%;
}
.vmCartModule .cart-resume {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  height: 90px;
}
.vmCartModule .cart-resume i {
  width: 32px;
  height: 32px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
}
.vmCartModule .cart-resume .total_product {
  position: relative;
  top: -15px;
  right: 3px;
  color: #fff;
  width: 15px;
  height: 15px;
  text-align: center;
  border-radius: 50%;
  line-height: 15px;
  font-size: 10px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .vmCartModule .cart-resume {
    height: 55px;
  }
}
.vm-currency > span {
  display: inline-block;
  margin-right: 3px;
}
.vm-currency > form {
  display: inline-block;
}
div.mod-languages .pretext {
  display: inline-block;
  margin-right: 3px;
}
div.mod-languages .pretext p {
  margin: 0;
}
div.mod-languages form {
  display: inline-block;
}
div.mod-languages img {
  display: inline-block;
  position: relative;
  top: -2px;
}
