.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
@font-face {
  font-family: 'IcoMoon';
  src: url('../fonts/IcoMoon.eot');
  src: url('../fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../fonts/IcoMoon.woff') format('woff'), url('../fonts/IcoMoon.ttf') format('truetype'), url('../fonts/IcoMoon.svg#IcoMoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'IcoMoon';
  content: attr(data-icon);
  speak: none;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: .25em;
  line-height: 14px;
  background-image: none;
}
dd > span[class^="icon-"] + time,
dd > span[class*=" icon-"] + time {
  margin-left: -0.25em;
}
dl.article-info dd.hits span[class^="icon-"],
dl.article-info dd.hits span[class*=" icon-"] {
  margin-right: 0;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'IcoMoon';
  font-style: normal;
  speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
  font-weight: normal;
}
.icon-joomla:before {
  content: "\e200";
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
  content: "\e005";
}
.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
  content: "\e006";
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
  content: "\e007";
}
.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
  content: "\e008";
}
.icon-arrow-first:before {
  content: "\e003";
}
.icon-arrow-last:before {
  content: "\e004";
}
.icon-arrow-up-2:before {
  content: "\e009";
}
.icon-arrow-right-2:before {
  content: "\e00a";
}
.icon-arrow-down-2:before {
  content: "\e00b";
}
.icon-arrow-left-2:before {
  content: "\e00c";
}
.icon-arrow-up-3:before {
  content: "\e00f";
}
.icon-arrow-right-3:before {
  content: "\e010";
}
.icon-arrow-down-3:before {
  content: "\e011";
}
.icon-arrow-left-3:before {
  content: "\e012";
}
.icon-menu-2:before {
  content: "\e00e";
}
.icon-arrow-up-4:before {
  content: "\e201";
}
.icon-arrow-right-4:before {
  content: "\e202";
}
.icon-arrow-down-4:before {
  content: "\e203";
}
.icon-arrow-left-4:before {
  content: "\e204";
}
.icon-share:before,
.icon-redo:before {
  content: "\27";
}
.icon-undo:before {
  content: "\28";
}
.icon-forward-2:before {
  content: "\e205";
}
.icon-backward-2:before,
.icon-reply:before {
  content: "\e206";
}
.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
  content: "\6c";
}
.icon-undo-2:before {
  content: "\e207";
}
.icon-move:before {
  content: "\7a";
}
.icon-expand:before {
  content: "\66";
}
.icon-contract:before {
  content: "\67";
}
.icon-expand-2:before {
  content: "\68";
}
.icon-contract-2:before {
  content: "\69";
}
.icon-play:before {
  content: "\e208";
}
.icon-pause:before {
  content: "\e209";
}
.icon-stop:before {
  content: "\e210";
}
.icon-previous:before,
.icon-backward:before {
  content: "\7c";
}
.icon-next:before,
.icon-forward:before {
  content: "\7b";
}
.icon-first:before {
  content: "\7d";
}
.icon-last:before {
  content: "\e000";
}
.icon-play-circle:before {
  content: "\e00d";
}
.icon-pause-circle:before {
  content: "\e211";
}
.icon-stop-circle:before {
  content: "\e212";
}
.icon-backward-circle:before {
  content: "\e213";
}
.icon-forward-circle:before {
  content: "\e214";
}
.icon-loop:before {
  content: "\e001";
}
.icon-shuffle:before {
  content: "\e002";
}
.icon-search:before {
  content: "\53";
}
.icon-zoom-in:before {
  content: "\64";
}
.icon-zoom-out:before {
  content: "\65";
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
  content: "\2b";
}
.icon-pencil-2:before {
  content: "\2c";
}
.icon-brush:before {
  content: "\3b";
}
.icon-save-new:before,
.icon-plus-2:before {
  content: "\5d";
}
.icon-ban-circle:before,
.icon-minus-sign:before,
.icon-minus-2:before {
  content: "\5e";
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
  content: "\49";
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
  content: "\47";
}
.icon-new:before,
.icon-plus:before {
  content: "\2a";
}
.icon-plus-circle:before {
  content: "\e215";
}
.icon-minus:before,
.icon-not-ok:before {
  content: "\4b";
}
.icon-minus-circle:before {
  content: "\e216";
}
.icon-unpublish:before,
.icon-cancel:before {
  content: "\4a";
}
.icon-cancel-circle:before {
  content: "\e217";
}
.icon-checkmark-2:before {
  content: "\e218";
}
.icon-checkmark-circle:before {
  content: "\e219";
}
.icon-info:before {
  content: "\e220";
}
.icon-info-2:before,
.icon-info-circle:before {
  content: "\e221";
}
.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
  content: "\45";
}
.icon-question-2:before,
.icon-question-circle:before {
  content: "\e222";
}
.icon-notification:before {
  content: "\e223";
}
.icon-notification-2:before,
.icon-notification-circle:before {
  content: "\e224";
}
.icon-pending:before,
.icon-warning:before {
  content: "\48";
}
.icon-warning-2:before,
.icon-warning-circle:before {
  content: "\e225";
}
.icon-checkbox-unchecked:before {
  content: "\3d";
}
.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
  content: "\3e";
}
.icon-checkbox-partial:before {
  content: "\3f";
}
.icon-square:before {
  content: "\e226";
}
.icon-radio-unchecked:before {
  content: "\e227";
}
.icon-radio-checked:before,
.icon-generic:before {
  content: "\e228";
}
.icon-circle:before {
  content: "\e229";
}
.icon-signup:before {
  content: "\e230";
}
.icon-grid:before,
.icon-grid-view:before {
  content: "\58";
}
.icon-grid-2:before,
.icon-grid-view-2:before {
  content: "\59";
}
.icon-menu:before {
  content: "\5a";
}
.icon-list:before,
.icon-list-view:before {
  content: "\31";
}
.icon-list-2:before {
  content: "\e231";
}
.icon-menu-3:before {
  content: "\e232";
}
.icon-folder-open:before,
.icon-folder:before {
  content: "\2d";
}
.icon-folder-close:before,
.icon-folder-2:before {
  content: "\2e";
}
.icon-folder-plus:before {
  content: "\e234";
}
.icon-folder-minus:before {
  content: "\e235";
}
.icon-folder-3:before {
  content: "\e236";
}
.icon-folder-plus-2:before {
  content: "\e237";
}
.icon-folder-remove:before {
  content: "\e238";
}
.icon-file:before {
  content: "\e016";
}
.icon-file-2:before {
  content: "\e239";
}
.icon-file-add:before,
.icon-file-plus:before {
  content: "\29";
}
.icon-file-remove:before,
.icon-file-minus:before {
  content: "\e017";
}
.icon-file-check:before {
  content: "\e240";
}
.icon-file-remove:before {
  content: "\e241";
}
.icon-save-copy:before,
.icon-copy:before {
  content: "\e018";
}
.icon-stack:before {
  content: "\e242";
}
.icon-tree:before {
  content: "\e243";
}
.icon-tree-2:before {
  content: "\e244";
}
.icon-paragraph-left:before {
  content: "\e246";
}
.icon-paragraph-center:before {
  content: "\e247";
}
.icon-paragraph-right:before {
  content: "\e248";
}
.icon-paragraph-justify:before {
  content: "\e249";
}
.icon-screen:before {
  content: "\e01c";
}
.icon-tablet:before {
  content: "\e01d";
}
.icon-mobile:before {
  content: "\e01e";
}
.icon-box-add:before {
  content: "\51";
}
.icon-box-remove:before {
  content: "\52";
}
.icon-download:before {
  content: "\e021";
}
.icon-upload:before {
  content: "\e022";
}
.icon-home:before {
  content: "\21";
}
.icon-home-2:before {
  content: "\e250";
}
.icon-out-2:before,
.icon-new-tab:before {
  content: "\e024";
}
.icon-out-3:before,
.icon-new-tab-2:before {
  content: "\e251";
}
.icon-link:before {
  content: "\e252";
}
.icon-picture:before,
.icon-image:before {
  content: "\2f";
}
.icon-pictures:before,
.icon-images:before {
  content: "\30";
}
.icon-palette:before,
.icon-color-palette:before {
  content: "\e014";
}
.icon-camera:before {
  content: "\55";
}
.icon-camera-2:before,
.icon-video:before {
  content: "\e015";
}
.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
  content: "\56";
}
.icon-music:before {
  content: "\57";
}
.icon-user:before {
  content: "\22";
}
.icon-users:before {
  content: "\e01f";
}
.icon-vcard:before {
  content: "\6d";
}
.icon-address:before {
  content: "\70";
}
.icon-share-alt:before,
.icon-out:before {
  content: "\26";
}
.icon-enter:before {
  content: "\e257";
}
.icon-exit:before {
  content: "\e258";
}
.icon-comment:before,
.icon-comments:before {
  content: "\24";
}
.icon-comments-2:before {
  content: "\25";
}
.icon-quote:before,
.icon-quotes-left:before {
  content: "\60";
}
.icon-quote-2:before,
.icon-quotes-right:before {
  content: "\61";
}
.icon-quote-3:before,
.icon-bubble-quote:before {
  content: "\e259";
}
.icon-phone:before {
  content: "\e260";
}
.icon-phone-2:before {
  content: "\e261";
}
.icon-envelope:before,
.icon-mail:before {
  content: "\4d";
}
.icon-envelope-opened:before,
.icon-mail-2:before {
  content: "\4e";
}
.icon-unarchive:before,
.icon-drawer:before {
  content: "\4f";
}
.icon-archive:before,
.icon-drawer-2:before {
  content: "\50";
}
.icon-briefcase:before {
  content: "\e020";
}
.icon-tag:before {
  content: "\e262";
}
.icon-tag-2:before {
  content: "\e263";
}
.icon-tags:before {
  content: "\e264";
}
.icon-tags-2:before {
  content: "\e265";
}
.icon-options:before,
.icon-cog:before {
  content: "\38";
}
.icon-cogs:before {
  content: "\37";
}
.icon-screwdriver:before,
.icon-tools:before {
  content: "\36";
}
.icon-wrench:before {
  content: "\3a";
}
.icon-equalizer:before {
  content: "\39";
}
.icon-dashboard:before {
  content: "\78";
}
.icon-switch:before {
  content: "\e266";
}
.icon-filter:before {
  content: "\54";
}
.icon-purge:before,
.icon-trash:before {
  content: "\4c";
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
  content: "\23";
}
.icon-unlock:before {
  content: "\e267";
}
.icon-key:before {
  content: "\5f";
}
.icon-support:before {
  content: "\46";
}
.icon-database:before {
  content: "\62";
}
.icon-scissors:before {
  content: "\e268";
}
.icon-health:before {
  content: "\6a";
}
.icon-wand:before {
  content: "\6b";
}
.icon-eye-open:before,
.icon-eye:before {
  content: "\3c";
}
.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
  content: "\e269";
}
.icon-clock:before {
  content: "\6e";
}
.icon-compass:before {
  content: "\6f";
}
.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
  content: "\e01b";
}
.icon-book:before {
  content: "\e271";
}
.icon-lightning:before,
.icon-flash:before {
  content: "\79";
}
.icon-print:before,
.icon-printer:before {
  content: "\e013";
}
.icon-feed:before {
  content: "\71";
}
.icon-calendar:before {
  content: "\43";
}
.icon-calendar-2:before {
  content: "\44";
}
.icon-calendar-3:before {
  content: "\e273";
}
.icon-pie:before {
  content: "\77";
}
.icon-bars:before {
  content: "\76";
}
.icon-chart:before {
  content: "\75";
}
.icon-power-cord:before {
  content: "\32";
}
.icon-cube:before {
  content: "\33";
}
.icon-puzzle:before {
  content: "\34";
}
.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
  content: "\72";
}
.icon-lamp:before {
  content: "\74";
}
.icon-pin:before,
.icon-pushpin:before {
  content: "\73";
}
.icon-location:before {
  content: "\63";
}
.icon-shield:before {
  content: "\e274";
}
.icon-flag:before {
  content: "\35";
}
.icon-flag-3:before {
  content: "\e275";
}
.icon-bookmark:before {
  content: "\e023";
}
.icon-bookmark-2:before {
  content: "\e276";
}
.icon-heart:before {
  content: "\e277";
}
.icon-heart-2:before {
  content: "\e278";
}
.icon-thumbs-up:before {
  content: "\5b";
}
.icon-thumbs-down:before {
  content: "\5c";
}
.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
  content: "\40";
}
.icon-star-2:before {
  content: "\41";
}
.icon-featured:before,
.icon-default:before,
.icon-star:before {
  content: "\42";
}
.icon-smiley:before,
.icon-smiley-happy:before {
  content: "\e279";
}
.icon-smiley-2:before,
.icon-smiley-happy-2:before {
  content: "\e280";
}
.icon-smiley-sad:before {
  content: "\e281";
}
.icon-smiley-sad-2:before {
  content: "\e282";
}
.icon-smiley-neutral:before {
  content: "\e283";
}
.icon-smiley-neutral-2:before {
  content: "\e284";
}
.icon-cart:before {
  content: "\e019";
}
.icon-basket:before {
  content: "\e01a";
}
.icon-credit:before {
  content: "\e286";
}
.icon-credit-2:before {
  content: "\e287";
}
.icon-expired:before {
  content: "\4b";
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
  display: block;
  height: 39px;
  margin-left: 2%;
  -webkit-margin-left: -1%;
}
.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
  padding: 0;
  background: transparent;
  margin: 1px 2px;
  border-radius: 10px;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li >a {
  display: inline-block;
  padding: 1px 8px;
  line-height: 37px;
  height: 37px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0px;
  -webkit-letter-spacing: 0.5px;
  color: #07375A;
  position: relative;
  border-radius: 10px;
  text-decoration: none;
}
.sp-megamenu-parent >li.sp-has-child > a:before {
  content: '';
  position: absolute;
  opacity: 0;
  left: 50%;
  bottom: -15px;
  z-index: 999;
  width: 0;
  height: 0;
  border-width: 5px;
  border-color: #ededed transparent transparent;
  border-style: solid;
  transform: rotate(-45deg);
  transform-origin: 0 0;
  box-sizing: border-box;
  margin-left: -15px;
  z-index: -999;
  display: none;
}
.sp-megamenu-parent >li.sp-has-child:hover > a:before {
  opacity: 1;
  bottom: -10px;
  z-index: 1;
}
.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;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 14px 14px 0 rgba(0,0,0,0.7);
  margin-top: 0px;
  padding: 0 5px 10px;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 2px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
  display: block;
  padding: 5px 10px;
  line-height: 14px;
  border-bottom: 1px dashed #FE6E03;
  color: #000;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:not(.sp-group-title):hover {
  background: #fe6d02;
  color: #000;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 25px 0 25px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
#offcanvas-toggler {
  float: right;
  line-height: 39px;
}
#offcanvas-toggler >i {
  display: inline-block;
  padding: 0 0 0 10px;
  font-size: 18px;
  background: transparent;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler >i:hover {
  color: #fff;
}
.offcanvas-overlay {
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.body-innerwrapper {
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
body.offcanvas .offcanvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  opacity: 1;
  z-index: 9999;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 1;
  color: #fff;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  background: rgba(0,0,0,0.3);
}
.close-offcanvas:hover {
  background: rgba(0,0,0,0.5);
  color: #fff;
}
.offcanvas-menu {
  width: 320px;
  height: 100%;
  color: #5f5f5f;
  position: fixed;
  top: 0;
  opacity: 0;
  z-index: 99999;
  overflow-y: auto;
}
.offcanvas-menu .offcanvas-inner {
  padding: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  position: relative;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 3px 20px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  line-height: 12px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:before {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover >a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active >a {
  background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 20px;
  cursor: pointer;
  color: #fff;
}
.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 {
  background: rgba(255,255,255,0.07);
  overflow: hidden;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li.active >a {
  background: #f7f7f7 !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li:hover >a {
  background: #f7f7f7 !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li:hover .offcanvas-menu-toggler {
  color: #333;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li > a {
  padding-left: 30px;
  color: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  background: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li > a:hover {
  background: #f7f7f7 !important;
  text-decoration: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {
  margin: 0 -20px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #999;
}
.ltr .offcanvas-menu {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.ltr .body-innerwrapper:after {
  right: 0;
}
.ltr .offcanvas-menu {
  right: -340px;
}
.ltr.offcanvas .offcanvas-menu {
  right: 0;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
}
.offcanvas .body-innerwrapper:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas .offcanvas-menu {
  opacity: 1;
}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}
.menu .nav-child.small {
  font-size: inherit;
}
@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sp-megamenu-parent >li >a {
    padding: 0 9px;
  }
}
.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;
}
.btn,
.sppb-btn {
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: #24252a;
  border-radius: 2px;
  line-height: 50px;
  padding: 0 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.btn:hover,
.btn:focus,
.sppb-btn:hover,
.sppb-btn:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
button {
  line-height: 20px;
  height: 20px;
}
input.btn,
input.sppb-btn {
  height: 20px !important;
  line-height: 20px !important;
  border: none;
}
input.btn:hover,
input.btn:focus,
input.btn:active,
input.btn:focus:active,
input.sppb-btn:hover,
input.sppb-btn:focus,
input.sppb-btn:active,
input.sppb-btn:focus:active {
  outline: none;
}
.btn.btn-sm,
.sppb-btn.sppb-btn-sm {
  line-height: 40px;
  padding: 0 30px;
}
.btn.btn-xs,
.sppb-btn.sppb-btn-xs {
  line-height: 30px;
  padding: 0 50px;
}
.btn.btn-lg,
.sppb-btn.sppb-btn-lg {
  font-size: 16px;
  line-height: 60px;
  padding: 0 55px;
}
.btn-default,
.sppb-btn-default {
  background-color: #fff;
}
.btn-primary,
.sppb-btn-primary {
  border: 1px solid #fff !important;
  color: #fff;
  background-color: #fe6d02 !important;
  border-radius: 5px;
  font-size: 11px !important;
  float: right;
  margin-top: -36px !important;
  line-height: 6px !important;
  margin-right: 10px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.sppb-btn-primary:hover,
.sppb-btn-primary:focus,
.sppb-btn-primary:active {
  background-color: #24252a;
}
.btn-success,
.sppb-btn-success {
  color: #fff;
  background-color: #58cf68;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.sppb-btn-success:hover,
.sppb-btn-success:focus,
.sppb-btn-success:active {
  background-color: #36be49;
}
.btn-info,
.sppb-btn-info {
  color: #fff;
  background-color: #24252a;
}
.btn-warning,
.sppb-btn-warning {
  color: #fff;
  background-color: #ff3d00;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.sppb-btn-warning:hover,
.sppb-btn-warning:focus,
.sppb-btn-warning:active {
  background-color: #cc3100;
}
.btn-danger,
.sppb-btn-danger {
  color: #fff;
  background-color: #e35358;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.sppb-btn-danger:hover,
.sppb-btn-danger:focus,
.sppb-btn-danger:active {
  background-color: #dc272d;
}
.btn-link,
.sppb-btn-link {
  background-color: transparent;
  padding: 0;
  color: #4e283f;
  font-weight: 700;
  letter-spacing: 5px;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.sppb-btn-link:hover,
.sppb-btn-link:focus,
.sppb-btn-link:active {
  text-decoration: none;
}
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="tel"],
input[type="color"],
.uneditable-input {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-radius: 2px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 10px !important;
  height: 25px !important;
  padding: 1px 6px !important;
  border-color: #e5dfdf;
  background-color: #f7f7f7 !important;
}
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="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="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="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="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="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
  height: auto;
}
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="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
textarea {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-radius: 4px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 75px !important;
  padding: 6px !important;
  border-color: #e5dfdf;
  font-size: 16px;
  background-color: #f7f7f7 !important;
}
textarea: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);
}
textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: #999;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareatextarea {
  height: auto;
}
textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
input[type="text"] {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-radius: 4px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 25px !important;
  padding: 0px 6px;
  font-size: 11px;
  border-color: #e5dfdf;
  background-color: #f7f7f7 !important;
}
input[type="text"]: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);
}
input[type="text"]::-moz-placeholder {
  color: #999;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder {
  color: #999;
}
input[type="text"]::-webkit-input-placeholder {
  color: #999;
}
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareainput[type="text"] {
  height: auto;
}
input[type="text"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
input[type="search"] {
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 30px !important;
  max-width: 160px;
  font-size: 10px;
  padding: 6px 10px;
  border-color: #c2c2c2;
  background-color: transparent !important;
}
input[type="search"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.sppb-form-control {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #e5dfdf;
}
.sppb-form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.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%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row-fluid {
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.1276595744681%;
  *margin-left: 2.0744680851064%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.1276595744681%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.946808510638%;
}
.row-fluid .span11 {
  width: 91.489361702128%;
  *width: 91.436170212766%;
}
.row-fluid .span10 {
  width: 82.978723404255%;
  *width: 82.925531914894%;
}
.row-fluid .span9 {
  width: 74.468085106383%;
  *width: 74.414893617021%;
}
.row-fluid .span8 {
  width: 65.957446808511%;
  *width: 65.904255319149%;
}
.row-fluid .span7 {
  width: 57.446808510638%;
  *width: 57.393617021277%;
}
.row-fluid .span6 {
  width: 48.936170212766%;
  *width: 48.882978723404%;
}
.row-fluid .span5 {
  width: 40.425531914894%;
  *width: 40.372340425532%;
}
.row-fluid .span4 {
  width: 31.914893617021%;
  *width: 31.86170212766%;
}
.row-fluid .span3 {
  width: 23.404255319149%;
  *width: 23.351063829787%;
}
.row-fluid .span2 {
  width: 14.893617021277%;
  *width: 14.840425531915%;
}
.row-fluid .span1 {
  width: 6.3829787234043%;
  *width: 6.3297872340426%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914894%;
  *margin-left: 104.14893617021%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957447%;
  *margin-left: 102.02127659574%;
}
.row-fluid .offset11 {
  margin-left: 95.744680851064%;
  *margin-left: 95.63829787234%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.617021276596%;
  *margin-left: 93.510638297872%;
}
.row-fluid .offset10 {
  margin-left: 87.234042553191%;
  *margin-left: 87.127659574468%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.106382978723%;
  *margin-left: 85%;
}
.row-fluid .offset9 {
  margin-left: 78.723404255319%;
  *margin-left: 78.617021276596%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.595744680851%;
  *margin-left: 76.489361702128%;
}
.row-fluid .offset8 {
  margin-left: 70.212765957447%;
  *margin-left: 70.106382978723%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.085106382979%;
  *margin-left: 67.978723404255%;
}
.row-fluid .offset7 {
  margin-left: 61.702127659574%;
  *margin-left: 61.595744680851%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106%;
  *margin-left: 59.468085106383%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702%;
  *margin-left: 53.085106382979%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234%;
  *margin-left: 50.957446808511%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106383%;
  *margin-left: 44.574468085106%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.553191489362%;
  *margin-left: 42.446808510638%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957%;
  *margin-left: 36.063829787234%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.042553191489%;
  *margin-left: 33.936170212766%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085%;
  *margin-left: 27.553191489362%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.531914893617%;
  *margin-left: 25.425531914894%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170213%;
  *margin-left: 19.042553191489%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.021276595745%;
  *margin-left: 16.914893617021%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787234%;
  *margin-left: 10.531914893617%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106382978723%;
  *margin-left: 8.4042553191489%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
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 {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-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 linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
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: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
  border: 1px solid #c2c2c2;
  padding: 3px;
}
select,
input[type="file"] {
  border: 1px solid #c2c2c2;
  font: 12px arial;
  height: auto;
  padding: 3px;
  width: auto;
}
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input[type="text"],
.input-append input[type="password"],
.input-append input[type="datetime"],
.input-append input[type="datetime-local"],
.input-append input[type="date"],
.input-append input[type="month"],
.input-append input[type="time"],
.input-append input[type="week"],
.input-append input[type="number"],
.input-append input[type="email"],
.input-append input[type="url"],
.input-append input[type="search"],
.input-append input[type="tel"],
.input-append input[type="color"],
.input-append .uneditable-input,
.input-prepend input[type="text"],
.input-prepend input[type="password"],
.input-prepend input[type="datetime"],
.input-prepend input[type="datetime-local"],
.input-prepend input[type="date"],
.input-prepend input[type="month"],
.input-prepend input[type="time"],
.input-prepend input[type="week"],
.input-prepend input[type="number"],
.input-prepend input[type="email"],
.input-prepend input[type="url"],
.input-prepend input[type="search"],
.input-prepend input[type="tel"],
.input-prepend input[type="color"],
.input-prepend .uneditable-input {
  width: auto;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input[type="text"]:focus,
.input-append input[type="password"]:focus,
.input-append input[type="datetime"]:focus,
.input-append input[type="datetime-local"]:focus,
.input-append input[type="date"]:focus,
.input-append input[type="month"]:focus,
.input-append input[type="time"]:focus,
.input-append input[type="week"]:focus,
.input-append input[type="number"]:focus,
.input-append input[type="email"]:focus,
.input-append input[type="url"]:focus,
.input-append input[type="search"]:focus,
.input-append input[type="tel"]:focus,
.input-append input[type="color"]:focus,
.input-append .uneditable-input:focus,
.input-prepend input[type="text"]:focus,
.input-prepend input[type="password"]:focus,
.input-prepend input[type="datetime"]:focus,
.input-prepend input[type="datetime-local"]:focus,
.input-prepend input[type="date"]:focus,
.input-prepend input[type="month"]:focus,
.input-prepend input[type="time"]:focus,
.input-prepend input[type="week"]:focus,
.input-prepend input[type="number"]:focus,
.input-prepend input[type="email"]:focus,
.input-prepend input[type="url"]:focus,
.input-prepend input[type="search"]:focus,
.input-prepend input[type="tel"]:focus,
.input-prepend input[type="color"]:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input[type="text"],
.input-append input[type="password"],
.input-append input[type="datetime"],
.input-append input[type="datetime-local"],
.input-append input[type="date"],
.input-append input[type="month"],
.input-append input[type="time"],
.input-append input[type="week"],
.input-append input[type="number"],
.input-append input[type="email"],
.input-append input[type="url"],
.input-append input[type="search"],
.input-append input[type="tel"],
.input-append input[type="color"],
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input[type="text"] + .btn-group .btn:last-child,
.input-append input[type="password"] + .btn-group .btn:last-child,
.input-append input[type="datetime"] + .btn-group .btn:last-child,
.input-append input[type="datetime-local"] + .btn-group .btn:last-child,
.input-append input[type="date"] + .btn-group .btn:last-child,
.input-append input[type="month"] + .btn-group .btn:last-child,
.input-append input[type="time"] + .btn-group .btn:last-child,
.input-append input[type="week"] + .btn-group .btn:last-child,
.input-append input[type="number"] + .btn-group .btn:last-child,
.input-append input[type="email"] + .btn-group .btn:last-child,
.input-append input[type="url"] + .btn-group .btn:last-child,
.input-append input[type="search"] + .btn-group .btn:last-child,
.input-append input[type="tel"] + .btn-group .btn:last-child,
.input-append input[type="color"] + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: none;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: right;
  padding-top: 5px;
  text-align: right;
  color: #000;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.control-label .hasTooltip {
  display: inline-block;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  color: #000;
}
@media (max-width: 767px) {
  div.modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  div.modal.fade {
    top: -100px;
  }
  div.modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  div.modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
}
@font-face {
  font-family: "yekan";
  src: url("fonts/yekan.eot");
  src: local('yekan'), url("fonts/yekan.woff") format('woff'), url("fonts/yekan.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mj_tunisia";
  src: url("fonts/mj_tunisia.eot");
  src: local('mj_tunisia'), url("fonts/mj_tunisia.woff") format('woff'), url("fonts/mj_tunisia.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "myriad";
  src: url("fonts/myriad.eot");
  src: local('myriad'), url("fonts/myriad.woff") format('woff'), url("fonts/myriad.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
a,
i {
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
body.site {
  background-color: #07375a;
}
body {
  line-height: 24px;
  color: #706d6d;
  font-family: "arial";
}
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;
}
ul.pagination li a {
  margin-right: 10px;
  background: transparent;
  color: #adadad;
  border: solid 2px #e1e1e1 !important;
  font-weight: 700;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  font-size: 16px;
  padding: 0 !important;
  margin: 0 10px 0 0 !important;
  background: none !important;
  color: #706d6d !important;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  text-align: center;
  border-radius: 0 !important;
}
ul.pagination li a:hover {
  background: transparent;
  color: #706d6d;
  border: solid 2px #706d6d;
}
ul.pagination li.active a,
ul.pagination li:hover a {
  border-color: #706d6d !important;
}
ul.pagination li.disabled a {
  border-color: #e1e1e1 !important;
}
.alert-message,
.sppb-alert-info {
  background-color: #d9edf7;
  color: #31708f;
}
.alert-message div,
.sppb-alert-info div {
  font-size: 14px;
  font-weight: 400;
}
.alert-warning,
.sppb-alert-warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.alert-danger,
.sppb-alert-danger {
  background-color: #f2dede;
  color: #a94442;
}
.alert .close {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.login button[type="submit"],
.logout button[type="submit"] {
  color: #fff;
}
.login button[type="submit"].btn,
.logout button[type="submit"].btn {
  border: none !important;
}
.login button[type="submit"]:hover,
.login button[type="submit"]:focus,
.logout button[type="submit"]:hover,
.logout button[type="submit"]:focus {
  outline: none;
}
.form-links li {
  display: inline-block;
}
.form-links li a {
  font-size: 14px;
  color: #24252a;
}
#sp-top-bar {
  padding: 8px 0;
  letter-spacing: 1px;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
}
#sp-top-bar .sp-contact-info {
  font-size: 12px;
}
#sp-top-bar .sp-contact-info >li i {
  margin-right: 10px;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
  float: right;
  font-size: 14px;
}
ul.social-icons >li {
  display: inline-block;
  margin: 5px 7px;
}
ul.social-icons >li a {
  color: #706d6d;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li >a:before {
  display: none;
}
.sp-contact-info {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
}
.sp-contact-info li i {
  margin: 0 3px;
}
#sp-header {
  height: 169px;
}
#sp-header .logo {
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  height: 117px;
  margin-top: 6px;
  display: table;
}
#sp-header .logo h1 {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header .sp-retina-logo {
  display: none;
}
#sp-menu-right {
  padding-right: 0;
}
#sp-main-menu-sticky-wrapper {
  position: relative;
  height: inherit !important;
  width: inherit !important;
}
body:not(.layout-boxed) #sp-main-menu-sticky-wrapper #sp-main-menu {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 100%;
}
.layout-boxed #sp-main-menu .container {
  position: relative;
}
.layout-boxed #sp-main-menu .container .top-search-input-wrap {
  position: absolute;
  top: 60px;
  width: 100%;
}
#sp-main-menu {
  position: relative;
  z-index: 100;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
.is-sticky #sp-main-menu {
  -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
  box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
  height: 60px;
}
.is-sticky #sp-main-menu > .container > .row:first-child {
  height: 60px;
}
.is-sticky #sp-main-menu > .container > .row:first-child:before,
.is-sticky #sp-main-menu > .container > .row:first-child:after {
  position: absolute;
  content: '';
  height: 60px;
  width: 100%;
  left: -100%;
}
.is-sticky #sp-main-menu > .container > .row:first-child:after {
  left: inherit;
  right: -100%;
}
.aspasia-top-search .searchwrapper {
  position: inherit;
  float: right;
  width: 80px;
}
.aspasia-top-search .searchwrapper input {
  width: 80px;
}
.aspasia-top-search .icon-top-wrapper {
  float: right;
}
@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-main-menu {
  border-top: 1px solid #fe6d02;
  border-bottom: 1px solid #fe6d02;
  margin-top: -40px;
}
@media only screen and (max-width: 992px) {
  #sp-main-menu {
    border-top: none;
    border-bottom: 1px solid #fe6d02;
  }
}
.sp-menu-item img {
  overflow: hidden;
  display: inline-block;
  padding: 5px 5px 5px 0;
}
.nav img {
  overflow: hidden;
  display: inline-block;
  padding: 0 5px;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 20px 20px 0;
  margin-left: -22px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  background-color: #666;
  text-align: center;
  z-index: 10;
}
.sp-page-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: -1;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
}
.sp-page-title h2 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #000 !important;
}
.sp-page-title h3 {
  font-size: 42px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title h2::after {
  background-color: #07375A;
  content: "";
  display: block;
  height: 3px;
  margin: 7px auto 15px;
  width: 35px;
}
.sp-page-title .breadcrumb {
  display: none;
  line-height: 12px;
  padding: 0;
  margin: 30px 0 0 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.sp-page-title .breadcrumb >.active {
  color: rgba(0,0,0,0.5);
}
.sp-page-title .breadcrumb >span,
.sp-page-title .breadcrumb >li,
.sp-page-title .breadcrumb >li+li:before,
.sp-page-title .breadcrumb >li>a {
  color: #606060;
}
.sp-page-title .breadcrumb>li+li:before {
  content: "<";
}
.body-innerwrapper {
  overflow-x: hidden;
  -webkit-transition: margin-left 400ms cubic-bezier(0.7,0,0.3,1);
  transition: margin-left 400ms cubic-bezier(0.7,0,0.3,1);
}
.layout-boxed .body-innerwrapper {
  max-width: 1170px;
  margin: 0 auto;
  box-shadow: 0 12px 9px 6px rgba(0,0,0,0.8);
}
#sp-main-body {
  padding: 10px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
#sp-ahab-slide::before {
  background-image: url(slide-ahab-foreground.png);
  background-repeat: no-repeat;
  content: "";
  height: 500px;
  position: absolute;
  width: 1170px;
  z-index: 25;
}
@media only screen and (max-width: 1000px) {
  #sp-ahab-slide::before {
    background-image: none;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1192px) {
  .sp-megamenu-parent {
    margin-right: 2%;
  }
  .sppb-addon-cta .sppb-cta-title {
    line-height: 1.3;
  }
  .sppb-addon-cta .sppb-cta-subtitle {
    margin-bottom: 0;
    line-height: 26px !important;
  }
  .sppb-addon-cta .sppb-btn-lg {
    margin-top: 30px;
  }
  .sppb-addon-cta .sppb-btn-default {
    margin-top: 20px;
  }
  .sppb-text-left * {
    text-align: left;
  }
  .aspasia-small-title .sppb-addon-title >span {
    font-size: 16px;
  }
  .aspasia-background-color {
    position: relative;
  }
  .aspasia-background-color:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .aspasia-custom-line-height * {
    line-height: 1.5;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper {
    position: relative;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-stage .owl-item.active .sppb-slideshow-fullwidth-item-text {
    z-index: 100;
    opacity: 1;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slider-item-wrapper {
    text-align: center;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg {
    height: 680px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg >.container {
    position: relative;
    height: 100%;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    color: #ffffff;
    z-index: -999;
    opacity: 0;
    display: inline-block;
    text-transform: capitalize;
    text-align: left;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text .sppb-fullwidth-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text .sppb-slidehsow-sub-title {
    margin-top: 20px;
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -3px;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text a,
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text .sppb-fullwidth-title {
    color: #ffffff;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text p.details {
    margin-bottom: 80px;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    font-weight: 400;
    text-transform: none;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text a.btn {
    color: #2a2b30;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation .container {
    position: relative;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation a {
    position: absolute;
    bottom: 60px;
    right: 0;
    font-size: 33px;
    width: 55px;
    height: 55px;
    background: #fff;
    text-align: center;
    line-height: 55px;
    z-index: 999;
    color: #24252a;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation a.sppbSlidePrev {
    right: 70px;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper:hover .customNavigation a {
    opacity: 1;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-theme .owl-controls {
    position: absolute;
    bottom: 12%;
    left: 0;
    right: 0;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 5px;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-item .sppb-slideshow-fullwidth-item .sppb-wow.sppb-animated {
    display: none;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-item.active .sppb-slideshow-fullwidth-item .sppb-wow.sppb-animated {
    display: block;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-item.active .sppb-slideshow-fullwidth-item .sppb-wow.sppb-animated.sppb-slideshow-fullwidth-read-more {
    display: inline-block;
  }
  .sppb-addon-thumb-gallery {
    overflow: hidden;
  }
  .sppb-addon-thumb-gallery.default .flexslider.sppb-tg-slider:before,
  .sppb-addon-thumb-gallery.default .flexslider.sppb-tg-slider:after {
    display: none;
  }
  .sppb-addon-thumb-gallery .sppb-addon-title {
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: 400;
  }
  .sppb-addon-thumb-gallery .flexslider {
    background: transparent;
    border: 0;
    margin: 0 0 15px;
  }
  .sppb-addon-thumb-gallery .flexslider:hover .flex-direction-nav a.flex-prev {
    left: 0 !important;
  }
  .sppb-addon-thumb-gallery .flexslider:hover .flex-direction-nav a.flex-next {
    right: 0 !important;
  }
  .slides.sppb-addon-thumb-gallery .flexslider:hover:after {
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 1;
  }
  .sppb-addon-thumb-gallery .flexslider.sppb-tg-slider:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .sppb-addon-thumb-gallery .flexslider.sppb-tg-slider .slides {
    position: relative;
    overflow: hidden;
  }
  .sppb-addon-thumb-gallery .flexslider.sppb-tg-slider:hover:after {
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 1;
  }
  .sppb-addon-thumb-gallery .flexslider.sppb-tg-slider:hover:before {
    opacity: .7;
  }
  .sppb-addon-thumb-gallery .flexslider.sppb-tg-slider .flex-direction-nav .flex-prev {
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    left: -50px !important;
  }
  .sppb-addon-thumb-gallery .flexslider.sppb-tg-slider .flex-direction-nav .flex-next {
    right: -50px !important;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
  }
  .sppb-addon-thumb-gallery #carousel.flexslider {
    margin-bottom: 0;
  }
  .sppb-addon-thumb-gallery .flex-direction-nav .flex-prev {
    left: auto !important;
  }
  .sppb-addon-thumb-gallery .flex-direction-nav .flex-next {
    right: 0 !important;
  }
  .sppb-addon-thumb-gallery .flex-direction-nav li.flex-nav-prev a {
    left: 0;
    text-shadow: none;
    width: 25px;
    height: 60px;
    line-height: 60px;
    margin: 0;
    text-align: center;
  }
  .sppb-addon-thumb-gallery .flex-direction-nav li.flex-nav-prev a:before {
    content: "";
    font-family: Fontawesome;
    display: block;
    content: '\f104';
    color: #fff;
    font-size: 28px;
    text-shadow: none;
  }
  .sppb-addon-thumb-gallery .flex-direction-nav li.flex-nav-prev a:hover {
    color: transparent;
    text-shadow: none;
  }
  .sppb-addon-thumb-gallery .flex-direction-nav li.flex-nav-next a {
    right: 0;
    text-shadow: none;
    width: 25px;
    height: 60px;
    line-height: 60px;
    margin: 0;
    text-align: center;
  }
  .sppb-addon-thumb-gallery .flex-direction-nav li.flex-nav-next a:before {
    content: "";
    font-family: Fontawesome;
    display: block;
    content: '\f105';
    font-size: 28px;
    color: #fff;
    text-shadow: none;
  }
  .sppb-addon-thumb-gallery .flex-direction-nav li.flex-nav-next a:hover {
    color: transparent;
    text-shadow: none;
  }
  .sppb-addon-thumb-gallery #carousel ul li {
    opacity: .6;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-right: 15px;
    position: relative;
  }
  .sppb-addon-thumb-gallery #carousel ul li.flex-active-slide:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    background-color: rgba(0,0,0,0);
  }
  .sppb-addon-thumb-gallery #carousel ul li:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
  .sppb-addon-thumb-gallery #carousel ul li:hover {
    cursor: pointer;
  }
  .sppb-addon-thumb-gallery #carousel ul li:hover:after {
    opacity: 1;
  }
  .sppb-addon-thumb-gallery #carousel li.flex-active-slide {
    position: relative;
    opacity: 1;
  }
  .sppb-addon-thumb-gallery #carousel li.flex-active-slide:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
  .sppb-addon-thumb-gallery #carousel .flex-direction-nav li.flex-nav-prev .flex-prev {
    left: 25px !important;
  }
  .sppb-addon-thumb-gallery #carousel .flex-direction-nav li.flex-nav-prev a {
    top: inherit;
    bottom: 20px;
    left: 22px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .sppb-addon-thumb-gallery #carousel .flex-direction-nav li.flex-nav-next a {
    top: inherit;
    bottom: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .sppb-addon-gallery {
    margin-bottom: 30px;
  }
  .sppb-addon-gallery:last-child {
    margin-bottom: 0;
  }
  .sppb-addon-gallery .sppb-gallery {
    margin: 0 -15px;
  }
  .sppb-addon-gallery .sppb-gallery >li {
    padding: 0 15px;
    width: 25%;
  }
  .sppb-addon-gallery .sppb-gallery >li a {
    position: relative;
  }
  .sppb-addon-gallery .sppb-gallery >li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .sppb-addon-gallery .sppb-gallery >li a:after {
    content: '+';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    font-size: 72px;
    color: #fff;
    margin-top: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .sppb-addon-gallery .sppb-gallery >li:hover a:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .sppb-addon-gallery .sppb-gallery >li:hover a:after {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
  }
  .sppb-addon-gallery .sppb-gallery >li img {
    width: 100%;
  }
  .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: 100px 50px 100px 0;
  }
  .sppb-addon-feature .sppb-feature-box-title {
    margin: 0 0 30px 0;
  }
  .sppb-addon-feature:hover {
    cursor: pointer;
  }
  .aspasia-feature-box .sppb-feature-box-title {
    margin-top: 30px !important;
  }
  .aspasia-feature-box .sppb-addon-content >span {
    overflow: hidden;
  }
  .aspasia-feature-box .sppb-addon-content >span img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
  }
  .aspasia-feature-box .sppb-addon-content:hover >span img {
    opacity: .5;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  .aspasia-feature-box ul {
    list-style: none;
    padding-left: 20px;
    margin-top: 20px;
  }
  .aspasia-feature-box ul li {
    line-height: 30px;
  }
  .aspasia-feature-box ul li:before {
    content: "\f0da";
    font-family: fontawesome;
    margin-right: 10px;
  }
  .sppb-addon-feature-with-icon .sppb-feature-box-title {
    margin-bottom: 25px;
  }
  .sppb-feature-boder-bottom {
    border-bottom: 1px solid #e1e1e1;
  }
  .sppb-nav-pills,
  .sppb-addon-tab .sppb-nav-tabs {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 2px;
    margin-bottom: 20px;
    text-align: center;
  }
  .sppb-nav-pills >li,
  .sppb-addon-tab .sppb-nav-tabs >li {
    margin: 0;
  }
  .sppb-nav-pills >li +li,
  .sppb-addon-tab .sppb-nav-tabs >li +li {
    margin: 0;
  }
  .sppb-nav-pills >li.active,
  .sppb-addon-tab .sppb-nav-tabs >li.active {
    color: #fff;
  }
  .sppb-nav-pills >li.active a,
  .sppb-nav-pills >li.active a:hover,
  .sppb-nav-pills >li.active a:focus,
  .sppb-addon-tab .sppb-nav-tabs >li.active a,
  .sppb-addon-tab .sppb-nav-tabs >li.active a:hover,
  .sppb-addon-tab .sppb-nav-tabs >li.active a:focus {
    border-radius: 0;
  }
  .sppb-nav-pills >li >a,
  .sppb-addon-tab .sppb-nav-tabs >li >a {
    color: #24252a;
    border-radius: 0;
    padding: 0 30px;
    line-height: 50px;
    margin: 0;
  }
  .sppb-nav-pills >li >a:hover,
  .sppb-nav-pills >li >a:focus,
  .sppb-addon-tab .sppb-nav-tabs >li >a:hover,
  .sppb-addon-tab .sppb-nav-tabs >li >a:focus {
    background-color: transparent;
  }
  .sppb-addon-tab.aspasia-nav-pills .sppb-tab-content {
    background: transparent;
    padding: 0;
  }
  .sppb-addon-tab.aspasia-nav-pills .sppb-tab-content .sppb-tab-pane {
    padding: 20px 0;
  }
  .aspasia-nav-pills-one .sppb-nav-pills {
    background-color: #fff;
  }
  .sppb-addon-tab .sppb-nav-tabs {
    border: none;
    background: #e1e1e1;
    margin-bottom: 0;
  }
  .sppb-addon-tab .sppb-nav-tabs >li.active >a,
  .sppb-addon-tab .sppb-nav-tabs >li.active a:hover,
  .sppb-addon-tab .sppb-nav-tabs >li.active a:focus {
    background-color: #fff !important;
  }
  .sppb-addon-tab .sppb-nav-tabs >li >a {
    font-size: 14px;
    line-height: 60px;
    border: none;
  }
  .sppb-addon-tab .sppb-nav-tabs >li >a:hover,
  .sppb-addon-tab .sppb-nav-tabs >li >a:focus {
    background-color: transparent;
    border: none;
    outline: none;
  }
  .sppb-addon-tab .sppb-tab-content {
    background: #fff;
    padding: 40px 30px;
  }
  .sppb-addon-tab .sppb-tab-content .sppb-tab-pane {
    padding: 0;
  }
  .aspasia-nav-tabs-one .sppb-nav-tabs >li.active >a,
  .aspasia-nav-tabs-one .sppb-nav-tabs >li.active a:hover,
  .aspasia-nav-tabs-one .sppb-nav-tabs >li.active a:focus {
    color: #24252a;
    background-color: #fff !important;
  }
  .aspasia-nav-tabs-one .sppb-nav-tabs >li >a {
    color: #fff;
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs {
    background: transparent;
    text-align: center;
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs >li {
    height: 175px;
    position: relative;
    display: inline-block;
    float: inherit;
    margin-right: 90px;
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs >li:last-child {
    margin-right: 0;
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs >li.active a {
    color: #24252a;
    background: none !important;
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs >li.active:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    z-index: 1;
    border-width: 15px;
    border-color: #fafafa #fafafa transparent transparent;
    border-style: solid;
    -webkit-transform: rotate(-45deg) translate(-50%);
    transform: rotate(-45deg) translate(-50%);
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs >li >a {
    font-size: 18px;
    font-weight: 400;
    color: #706d6d;
    text-transform: capitalize;
    letter-spacing: 0px;
    line-height: 1.2;
    padding: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs >li >a i {
    display: block;
    font-size: 42px;
    margin-bottom: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs >li.active >a,
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs >li.active a:hover,
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs >li.active a:focus {
    background: transparent;
  }
  .aspasia-feature-list .sppb-addon-tab .sppb-tab-content {
    padding: 0;
    position: relative;
    background: #fafafa;
  }
  .aspasia-feature-list .sppb-addon-tab .sppb-tab-content:before,
  .aspasia-feature-list .sppb-addon-tab .sppb-tab-content:after {
    content: "";
    position: absolute;
    top: 0;
    left: -2000px;
    width: 2000px;
    background: #fafafa;
    height: 100%;
  }
  .aspasia-feature-list .sppb-addon-tab .sppb-tab-content:after {
    left: inherit;
    right: -2000px;
  }
  .aspasia-feature-list .sppb-addon-tab .sppb-tab-content .sppb-tab-pane {
    padding: 100px 0;
    background-color: #fafafa;
  }
  .aspasia-feature-list .sppb-addon-tab .sppb-tab-content .sppb-tab-pane .details {
    color: #24252a;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .aspasia-feature-list .sppb-addon-tab .sppb-tab-content .sppb-tab-pane .details:first-letter {
    font-size: 52px;
  }
  .aspasia-feature-list .sppb-addon-tab .sppb-tab-content .sppb-tab-pane ul {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
  }
  .aspasia-feature-list .sppb-addon-tab .sppb-tab-content .sppb-tab-pane ul li {
    width: 50%;
    padding: 0;
    float: left;
    color: #706d6d;
  }
  .aspasia-feature-list .sppb-addon-tab .sppb-tab-content .sppb-tab-pane ul li:before {
    content: "\f00c";
    font-family: fontawesome;
    margin-right: 5px;
  }
  .sppb-addon-accordion .sppb-panel {
    border: 0;
    box-shadow: none;
    background: none;
  }
  .sppb-addon-accordion .sppb-panel .sppb-panel-heading {
    border-radius: 0;
    padding: 0 20px;
    line-height: 46px;
    background-color: transparent;
    border: solid 1px #706d6d;
    position: relative;
  }
  .sppb-addon-accordion .sppb-panel .sppb-panel-heading.active {
    background-color: #fff;
  }
  .sppb-addon-accordion .sppb-panel .sppb-panel-heading.active:before {
    content: "\f068";
  }
  .sppb-addon-accordion .sppb-panel .sppb-panel-heading:before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f067";
    right: 0;
    top: 0;
    font-size: 12px;
    color: #24252a;
    padding: 0 17px;
    border-left: 1px solid #706d6d;
  }
  .sppb-addon-accordion .sppb-panel .sppb-panel-heading span.sppb-panel-title {
    color: #38434a;
    font-size: 16px;
  }
  .sppb-addon-accordion .sppb-panel .sppb-panel-body {
    padding: 30px 20px 10px;
    border-top: 0 !important;
    font-size: 16px;
    line-height: 24px;
  }
  .sppb-addon-accordion .sppb-panel-group .sppb-panel + .sppb-panel {
    margin-top: 20px;
  }
  .sppb-addon-accordion .sppb-panel-primary .sppb-panel-heading {
    border-color: #cfcfcf;
    background-color: #e1e1e1;
  }
  .sppb-addon-accordion .sppb-panel-primary .sppb-panel-heading.active {
    background-color: #24252a;
    border-color: #24252a;
  }
  .sppb-addon-accordion .sppb-panel-primary .sppb-panel-heading.active span {
    color: #fff;
  }
  .sppb-addon-accordion .sppb-panel-primary .sppb-panel-heading.active:before {
    color: #fff;
    border-color: #393b42;
  }
  .sppb-addon-accordion .sppb-panel-primary .sppb-panel-heading:before {
    border-color: #cfcfcf;
  }
  .sppb-addon-accordion .sppb-panel.sppb-panel-success .sppb-panel-heading {
    color: #fff;
    border-color: #36be49;
    background-color: #36be49;
  }
  .sppb-addon-accordion .sppb-panel.sppb-panel-success .sppb-panel-heading span {
    color: #fff;
  }
  .sppb-addon-accordion .sppb-panel.sppb-panel-success .sppb-panel-heading.active {
    border-color: #36be49;
    background-color: #36be49;
  }
  .sppb-addon-accordion .sppb-panel.sppb-panel-success .sppb-panel-heading:before {
    color: #fff;
    border-color: #30aa41;
    background-color: #30aa41;
  }
  .sppb-addon-accordion .sppb-panel.sppb-panel-info .sppb-panel-heading {
    color: #000;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    background-color: transparent;
  }
  .sppb-addon-accordion .sppb-panel.sppb-panel-info .sppb-panel-heading span {
    color: #000;
  }
  .sppb-addon-accordion .sppb-panel.sppb-panel-info .sppb-panel-heading.active {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    background-color: transparent;
  }
  .sppb-addon-accordion .sppb-panel.sppb-panel-info .sppb-panel-heading:before {
    border: none;
    background-color: transparent;
  }
  .sppb-addon-accordion .sppb-panel.sppb-panel-danger .sppb-panel-heading {
    color: #fff;
    border-color: #dc272d;
    background-color: #dc272d;
  }
  .sppb-addon-accordion .sppb-panel.sppb-panel-danger .sppb-panel-heading span {
    color: #fff;
  }
  .sppb-addon-accordion .sppb-panel.sppb-panel-danger .sppb-panel-heading.active {
    border-color: #dc272d;
    background-color: #dc272d;
  }
  .sppb-addon-accordion .sppb-panel.sppb-panel-danger .sppb-panel-heading:before {
    color: #fff;
    border-color: #c92126;
    background-color: #c92126;
  }
  .sppb-addon-accordion .sppb-panel.sppb-panel-warning .sppb-panel-heading {
    color: #fff;
    border-color: #ff3d00;
    background-color: #ff3d00;
  }
  .sppb-addon-accordion .sppb-panel.sppb-panel-warning .sppb-panel-heading span {
    color: #fff;
  }
  .sppb-addon-accordion .sppb-panel.sppb-panel-warning .sppb-panel-heading.active {
    border-color: #ff3d00;
    background-color: #ff3d00;
  }
  .sppb-addon-accordion .sppb-panel.sppb-panel-warning .sppb-panel-heading:before {
    color: #fff;
    border-color: #e63700;
    background-color: #e63700;
  }
  .sppb-progress {
    margin-bottom: 5px;
    height: 4px;
    background-color: #706d6d;
    border-radius: 0;
  }
  .sppb-progress-wrap {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .aspasia-progress-wrapper {
    padding-bottom: 60px;
    padding-left: 30px;
  }
  .aspasia-progress-wrapper .sppb-addon-text-block {
    color: #fff;
  }
  .aspasia-progress-wrapper .sppb-progress-wrap {
    color: #fff;
  }
  .sppb-addon-persion * {
    color: #706d6d;
  }
  .sppb-addon-persion .sppb-person-image {
    float: left;
    margin-right: 30px;
    position: relative;
    overflow: hidden;
  }
  .sppb-addon-persion .sppb-person-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 10;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
  }
  .sppb-addon-persion .sppb-person-image img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
  }
  .sppb-addon-persion:hover {
    cursor: pointer;
  }
  .sppb-addon-persion:hover .sppb-person-image img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  .sppb-addon-persion:hover .sppb-person-image:before {
    opacity: 1;
  }
  .sppb-addon-persion .sppb-person-information > span.sppb-person-name {
    font-size: 24px;
    font-weight: 400;
    color: #24252a;
  }
  .sppb-addon-persion .sppb-person-information > span.sppb-person-designation {
    font-size: 16px;
    color: #706d6d;
    margin-top: 5px;
  }
  .sppb-addon-persion .sppb-person-social-icons {
    margin-top: 20px;
  }
  .sppb-addon-persion .sppb-person-social-icons ul>li {
    margin: 0 12px 0 0;
  }
  .sppb-addon-persion .sppb-person-social-icons ul>li:first-child {
    margin-left: 0;
  }
  .sppb-addon-persion .sppb-person-social-icons ul>li a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .sppb-addon-pricing-table .sppb-pricing-box {
    background-color: #fff;
    color: #24252a;
    padding: 60px 30px;
    border: none;
  }
  .sppb-addon-pricing-table .sppb-pricing-header >i {
    font-size: 72px;
    display: block;
    margin-bottom: 30px;
  }
  .sppb-addon-pricing-table .sppb-pricing-header .sppb-pricing-title {
    font-size: 22px;
  }
  .sppb-addon-pricing-table .sppb-pricing-features {
    margin: 30px 0;
    color: #706d6d;
  }
  .sppb-addon-pricing-table .sppb-pricing-wrapper {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .sppb-addon-pricing-table .sppb-pricing-curency {
    vertical-align: super;
    font-size: 22px;
  }
  .sppb-addon-pricing-table .sppb-pricing-duration {
    margin-bottom: 30px;
    font-weight: 500;
  }
  .sppb-addon-pricing-table .sppb-btn {
    padding: 0 70px;
    white-space: normal;
  }
  .sppb-addon-pricing-table .sppb-pricing-featured.sppb-pricing-box {
    background-color: #24252a;
    color: #fff;
  }
  .sppb-addon-pricing-table .sppb-pricing-featured .sppb-pricing-features {
    color: #e1e1e1;
  }
  .sppb-addon-pricing-table .sppb-pricing-featured .sppb-btn {
    background-color: #fff;
    color: #24252a;
  }
  .pricing-style2 .sppb-addon-pricing-table .sppb-pricing-box {
    background-color: #ededed;
  }
  .pricing-style2 .sppb-addon-pricing-table .sppb-pricing-featured.sppb-pricing-box {
    color: #fff;
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
  }
  .pricing-style2 .sppb-row>div {
    padding: 0;
    z-index: 1;
  }
  .pricing-style2 .sppb-row>div:nth-child(2) {
    z-index: 10;
  }
  .pricing-style3 .sppb-addon-pricing-table .sppb-pricing-box {
    background-color: #ededed;
    border: 2px solid #24252a;
  }
  .pricing-style3 .sppb-addon-pricing-table .sppb-pricing-featured.sppb-pricing-box {
    background-color: #24252a;
    border: none;
    color: #fff;
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
  }
  .pricing-style3 .sppb-row>div {
    padding: 0;
    z-index: 1;
  }
  .pricing-style3 .sppb-row>div:nth-child(2) {
    z-index: 10;
  }
  .sp-animated-number-content {
    background-color: #fff;
    padding: 50px 50px 60px 50px;
  }
  .sp-animated-number-content .sppb-cta-text {
    margin-bottom: 50px;
  }
  .aspasia-animated-number {
    margin-bottom: 30px;
    width: 100%;
    height: 220px;
    display: table;
  }
  .aspasia-animated-number .sppb-addon-content {
    display: table-cell;
    vertical-align: middle;
    padding: 40px !important;
    color: #fff;
  }
  .aspasia-animated-number .sppb-addon-content .sppb-animated-number {
    font-weight: 700;
  }
  .aspasia-animated-number .sppb-addon-content .sppb-animated-number-title {
    font-weight: 700;
  }
  .aspasia-animated-number-style-two .sppb-icon>span>i {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .aspasia-animated-number-style-two:hover {
    cursor: pointer;
  }
  .aspasia-animated-number-style-two:hover .sppb-animated-number-title {
    color: #24252a !important;
  }
  .aspasia-animated-number-style-two .sppb-animated-number {
    font-weight: 700;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .aspasia-animated-number-style-two .sppb-animated-number-title {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    line-height: 1.3 !important;
  }
  .aspasia-single-image-with-caption {
    position: relative;
  }
  .aspasia-single-image-with-caption .sppb-addon-single-image-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    margin: 0;
    width: 100%;
    z-index: 10;
  }
  .aspasia-single-image-with-caption .sppb-addon-title {
    position: relative;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .aspasia-single-image-with-caption .sppb-addon-title:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 50px;
    height: 3px;
    background: #fff;
    transform: translate(-50%);
  }
  .aspasia-single-image-with-caption .sppb-addon-img-subtitle {
    margin-bottom: -20px;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
  }
  .aspasia-single-image-with-caption .sppb-addon-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(36,37,42,0.8);
    z-index: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .aspasia-single-image-with-caption:hover .sppb-addon-title {
    margin-top: -20px;
  }
  .aspasia-single-image-with-caption:hover .sppb-addon-img-subtitle {
    opacity: 1;
    margin-bottom: 0;
  }
  .aspasia-cta {
    padding-left: 35px;
  }
  .aspasia-cta .sppb-cta-text {
    color: #fff;
    margin-bottom: 60px;
  }
  .aspasia-get-in-touch {
    text-align: center;
  }
  .aspasia-get-in-touch >div {
    display: inline-block;
    max-width: 360px;
    padding: 65px;
    color: #fff;
    margin-top: -20px;
  }
  .aspasia-get-in-touch >div .sppb-cta-title {
    color: #fff;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 2px;
    margin-bottom: 40px;
  }
  .aspasia-image-with-content {
    color: #fff;
  }
  .aspasia-image-with-content a {
    color: #fff;
  }
  .aspasia-image-with-content .sppb-content-holder {
    position: relative;
  }
  .aspasia-image-with-content .sppb-content-holder:before {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 1000%;
    height: 100%;
    z-index: -1;
  }
  .aspasia-image-with-content .sppb-content-holder h2 {
    margin-bottom: 50px;
  }
  .aspasia-image-with-content .sppb-content-holder .details {
    margin-bottom: 50px;
  }
  .aspasia-image-with-content .sppb-content-holder .aspasia-link-border {
    font-weight: 500;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .sppb-addon-testimonial {
    text-align: center;
  }
  .sppb-addon-testimonial * {
    color: #fff;
  }
  .sppb-addon-testimonial blockquote {
    border: none;
    font-size: 24px;
    font-weight: 600;
    margin: 0 130px;
    padding: 0;
  }
  .sppb-addon-testimonial blockquote >span {
    line-height: 48px;
  }
  .sppb-addon-testimonial blockquote footer {
    font-size: 24px;
    margin-top: 50px;
  }
  .sppb-addon-testimonial .sppb-media >a.pull-left {
    width: 100%;
  }
  .sppb-addon-testimonial .sppb-media >a.pull-left img {
    display: inline-block;
  }
  .sppb-addon-testimonial .sppb-media .sppb-media-body {
    width: 100%;
  }
  .sppb-testimonial-pro .sppb-testimonial-client {
    margin-bottom: 25px;
  }
  .sppb-testimonial-pro .sppb-testimonial-client .pro-client-name {
    color: #24252a;
    display: block;
    margin-bottom: 5px;
  }
  .sppb-testimonial-pro .sppb-testimonial-client .pro-client-url {
    font-size: 14px;
  }
  .sppb-testimonial-pro .sppb-testimonial-message {
    background: #fff;
    padding: 40px;
    font-size: 14px;
  }
  .sppb-testimonial-pro .sppb-item.active >div:nth-child(2) .sppb-testimonial-message {
    position: relative;
  }
  .sppb-testimonial-pro .sppb-item.active >div:nth-child(2) .sppb-testimonial-message:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    border-width: 7px;
    border-color: #fff #fff transparent transparent;
    border-style: solid;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: 0 0;
  }
  .sppb-testimonial-pro .sppb-carousel-control {
    position: absolute;
    left: -60px;
    bottom: 80px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 45px;
    color: #24252a;
    border: none;
    width: inherit;
    height: inherit;
  }
  .sppb-testimonial-pro .sppb-carousel-control:hover {
    background: none;
  }
  .sppb-testimonial-pro .sppb-carousel-control.right {
    right: -60px;
    left: inherit;
  }
  .sppb-addon-articles {
    text-align: center;
  }
  .sppb-addon-articles .sppb-addon-article .sppb-article-meta {
    margin-top: 20px;
  }
  .sppb-addon-articles .sppb-addon-article .sppb-article-meta * {
    font-size: 14px;
    font-weight: 600;
  }
  .sppb-addon-articles .sppb-addon-article .sppb-article-title {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .sppb-addon-articles .sppb-addon-article .sppb-article-title a {
    color: #24252a;
  }
  .sppb-addon-articles .sppb-addon-article .sppb-article-introtext {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .sppb-modal-selector:before {
    content: "\f04b";
    font-family: fontawesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 68px;
    height: 68px;
    line-height: 68px;
    background: rgba(0,0,0,0.3);
    border-radius: 100%;
    font-size: 25px;
    color: #fff;
  }
  #clients-slider {
    text-align: center;
    padding: 0 100px;
    position: relative;
  }
  #clients-slider .item a {
    display: block;
    text-align: center;
  }
  #clients-slider .item img {
    display: inline-block;
    width: inherit !important;
  }
  #clients-slider .owl-prev,
  #clients-slider .owl-next {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -9999px;
    background: transparent;
  }
  #clients-slider .owl-prev:before,
  #clients-slider .owl-next:before {
    content: "\f104";
    font-family: fontawesome;
    text-indent: 1px;
    position: absolute;
    top: 0;
    left: 0;
    color: #24252a;
    font-size: 34px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  #clients-slider .owl-next {
    left: inherit;
    right: 0;
  }
  #clients-slider .owl-next:before {
    content: "\f105";
  }
  #clients-slider .owl-dots .owl-dot span {
    width: 30px !important;
    height: 8px !important;
  }
  .aspasia-contact-info .sppb-addon-feature .sppb-icon >span i {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .aspasia-contact-info .sppb-addon-feature .sppb-feature-box-title {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .aspasia-contact-info .sppb-addon-feature:hover .sppb-icon >span i {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  }
  .aspasia-contact-details {
    position: absolute;
    z-index: 1;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .aspasia-contact-details .sppb-addon-content {
    max-width: 360px;
    display: inline-block;
    color: #fff;
    padding: 70px 90px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
  }
  .aspasia-contact-details .sppb-addon-content p {
    margin-bottom: 30px;
    line-height: 1.3;
  }
  .aspasia-contact-details .contact-social-icons {
    list-style: none;
    margin-top: 50px;
    padding: 0;
  }
  .aspasia-contact-details .contact-social-icons li {
    display: inline-block;
    margin-right: 25px;
  }
  .aspasia-contact-details .contact-social-icons li:last-child {
    margin-right: 0;
  }
  .aspasia-contact-details .contact-social-icons li a i {
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .sppb-addon-ajax-contact form {
    max-width: 750px;
    display: inline-block;
    width: 100%;
  }
  .sppb-addon-ajax-contact textarea {
    height: 190px !important;
  }
  .sppb-addon-ajax-contact .sppb-btn {
    background-color: #24252a;
    margin-top: 20px;
  }
  .hikashop_products_pagination .list-footer .pagenav,
  .hikashop_subcategories_pagination .list-footer .pagenav {
    color: #000;
    border: 0;
    line-height: 100%;
  }
  .layout-listing .pagination-wraper .pagination > .active > a {
    margin-top: 2px;
  }
  #sbox-window {
    background: none;
    box-shadow: none !important;
    min-height: 160px;
  }
  #sbox-content iframe {
    min-height: 180px;
    width: 100%;
  }
  #hikashop_add_to_cart_continue_div,
  #hikashop_add_to_cart_checkout_div {
    float: none;
    display: inline-block;
    margin-bottom: 20px;
  }
  #sbox-btn-close {
    right: -10px;
    top: -10px;
  }
  #hikashop_messages_success {
    text-align: center;
    border-top: none;
    border-bottom: none;
    padding: 10px;
  }
  #hikashop_messages_success ul {
    margin: 0;
  }
  .hikashop_notice_box_content {
    padding: 20px 15px;
    overflow: hidden;
  }
  .hikashop_notice_box_content .hikashop_cart_input_button {
    border-radius: 2px;
    border: none;
    padding: 0 25px;
    color: #fff !important;
    background: #06396a;
    font-size: 14px;
    height: 35px !important;
    line-height: 35px !important;
    margin: 0;
    letter-spacing: 0px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .hikashop_notice_box_content #hikashop_notice_box_message .close {
    height: 25px;
  }
  .hikashop_next_product,
  .hikashop_previous_product {
    width: 40px;
    height: 40px;
    background: none;
    border-radius: 0;
    line-height: 40px;
    text-align: center;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    color: #a39e9e;
    margin-right: 10px;
    margin-top: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .hikashop_next_product:before,
  .hikashop_previous_product:before {
    font-family: fontawesome;
  }
  .hikashop_next_product:hover,
  .hikashop_previous_product:hover {
    color: #24252a;
    border-color: #24252a;
    background: none;
  }
  .hikashop_previous_product:before {
    content: "\f104";
  }
  .hikashop_next_product:before {
    content: "\f105";
  }
  .layout-show #hikashop_product_left_part {
    padding: 0 30px 0 0;
  }
  .layout-show #hikashop_product_left_part .hikashop_main_image_div {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .layout-show #hikashop_product_left_part .hikashop_main_image_div .hikashop_product_main_image_thumb {
    margin: 0;
  }
  .layout-show #hikashop_product_left_part .hikashop_main_image_div #hikashop_main_image {
    max-width: inherit;
    margin-bottom: 0 !important;
  }
  .layout-show #hikashop_product_left_part .hikashop_small_image_div {
    padding: 0;
    text-align: left;
    margin: -15px;
  }
  .layout-show #hikashop_product_left_part .hikashop_small_image_div a {
    display: inline-block;
    margin: 15px;
  }
  .layout-show #hikashop_product_left_part .hikashop_small_image_div a:last-child {
    margin-right: 0;
  }
  .layout-show #hikashop_product_left_part .hikashop_small_image_div img {
    width: 87px;
    height: inherit;
    margin: 0;
    padding: 0;
    display: inline-block;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
  }
  .layout-show #hikashop_product_left_part .hikashop_small_image_div img:hover {
    opacity: .5;
  }
  .layout-show #hikashop_product_right_part {
    margin: 0;
    padding: 0;
  }
  .layout-show #hikashop_product_right_part h3 {
    font-size: 42px;
    font-weight: 700;
    color: #24252a;
    margin: 25px 0 0 0;
  }
  .layout-show #hikashop_product_right_part h3 span.hikashop_product_variant_subname {
    font-size: 18px;
    margin-left: 5px;
    color: #666;
  }
  .layout-show #hikashop_product_right_part span.hikashop_product_price_full {
    display: inline-block;
    float: left;
  }
  .layout-show #hikashop_product_right_part span.hikashop_product_price_full span {
    font-size: 32px;
    font-weight: 700 !important;
    font-style: inherit;
    font-family: inherit;
  }
  .layout-show #hikashop_product_right_part #hikashop_product_vote_mini {
    display: inline-block;
    float: right;
  }
  .layout-show #hikashop_product_right_part .hikashop_product_description_main {
    clear: both;
    overflow: hidden;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 30px 0;
    margin-bottom: 20px;
    font-size: 14px;
    color: #706d6d;
  }
  .layout-show #hikashop_product_right_part .hikashop_product_description_main p.hikashop_product_description_title {
    font-size: 15px;
    color: #24252a;
    padding-right: 60px;
  }
  .layout-show #hikashop_product_right_part .hikashop_product_characteristics {
    border: 0;
    padding: 0;
    border-radius: 0;
  }
  .layout-show #hikashop_product_right_part .hikashop_product_characteristics table.hikashop_product_characteristics_table select {
    width: 152px;
    height: 40px !important;
    border-color: #d6d6d6;
    padding-left: 15px;
  }
  .layout-show #hikashop_product_right_part .hikashop_product_characteristics table.hikashop_product_characteristics_table tbody tr td {
    padding: 0 60px 0 0;
    color: #24252a;
  }
  .layout-show #hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_stock table.hikashop_product_quantity tbody tr {
    display: inline-block;
    float: left;
  }
  .layout-show #hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_stock table.hikashop_product_quantity tbody tr .hkshop_prd_availablity_stocktitle {
    margin-right: 37px;
  }
  .layout-show #hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_stock table.hikashop_product_quantity tbody tr td a.hikashop_product_quantity_field_change_minus,
  .layout-show #hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_stock table.hikashop_product_quantity tbody tr td a.hikashop_product_quantity_field_change_plus,
  .layout-show #hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_stock table.hikashop_product_quantity tbody tr td input.hikashop_product_quantity_field {
    height: 40px;
    width: 40px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    border-radius: 0;
  }
  .layout-show #hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_stock table.hikashop_product_quantity tbody tr td input.hikashop_product_quantity_field {
    border-right: 0;
    border-left: 0;
    height: 41px !important;
    width: 70px;
    border-color: #d6d6d6;
    background: none !important;
  }
  .layout-show #hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_stock .hikashop_product_addtocart {
    display: inline-block;
    margin-top: 40px;
  }
  .layout-show #hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_stock .hikashop_product_addtocart input {
    color: #fff !important;
    height: 40px !important;
    line-height: 40px !important;
    display: table-cell;
    vertical-align: middle;
    padding: 0 50px;
    margin: 0;
    border: none;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
  .layout-show #hikashop_product_right_part .hkshop_prd_availablity {
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .layout-show #hikashop_product_right_part .hkshop_prd_availablity .hkshop_prd_availablity_stock_title {
    color: #24252a;
    font-weight: 400;
  }
  .layout-show #hikashop_product_right_part .hkshop_prd_availablity .hkshop_prd_availablity_outofstock {
    text-transform: capitalize;
    margin-bottom: 0;
  }
  .layout-show #hikashop_product_right_part .hkshop_prd_availablity .hkshop_prd_availablity_stock {
    color: #8dc63f;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
  }
  .layout-show #hikashop_product_right_part #hikashop_product_tags_main .tags span {
    text-transform: capitalize;
    letter-spacing: inherit;
  }
  .layout-show #hikashop_product_right_part #hikashop_product_tags_main .tags a {
    text-transform: capitalize;
    background: transparent;
    color: #000;
    font-size: 16px;
    font-weight: 400;
  }
  .layout-show .hikashop_product_bottom_part {
    padding-top: 60px;
  }
  .layout-show .hikashop_product_bottom_part .skshop_prd_desc_wrap p.hikashop_product_description_title {
    font-size: 20px;
    color: #000;
    font-weight: 700;
  }
  .layout-show .hikashop_product_bottom_part .nav-tabs {
    border: none;
    background: #fff;
  }
  .layout-show .hikashop_product_bottom_part .nav-tabs >li {
    margin: 0;
  }
  .layout-show .hikashop_product_bottom_part .nav-tabs >li.active>a {
    color: #fff;
  }
  .layout-show .hikashop_product_bottom_part .nav-tabs >li >a {
    border: none;
    border-radius: 0;
    line-height: 50px;
    padding: 0 30px;
    margin: 0;
    letter-spacing: 1.5px;
    font-size: 14px;
  }
  .layout-show .hikashop_product_bottom_part .nav-tabs >li >a:hover,
  .layout-show .hikashop_product_bottom_part .nav-tabs >li >a:focus {
    background: transparent;
  }
  .layout-show .hikashop_product_bottom_part .tab-content {
    padding: 40px 20px;
    color: #706d6d;
    font-size: 14px;
  }
  .layout-show .hikashop_product_vote_listing {
    padding-top: 30px;
  }
  .layout-show .hikashop_product_vote_listing .hikashop_listing_comment {
    font-size: 20px;
    color: #000;
    font-weight: 700;
  }
  .layout-show .hikashop_product_vote_listing .hika_comment_listing {
    border-bottom: solid 1px #eee;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 20px;
  }
  .layout-show .hikashop_product_vote_listing .hika_comment_listing .hika_comment_listing_content {
    padding: 10px;
    font-size: 14px;
  }
  .layout-show .hikashop_product_vote_listing .hika_comment_listing_stars {
    width: 100%;
  }
  .layout-show .hikashop_vote_stars .hk-rating {
    position: relative;
    top: -5px;
    left: 5px;
  }
  .layout-show table.hikashop_comment_form input {
    margin-bottom: 20px;
    height: 50px !important;
    border-radius: 0;
  }
  .layout-show .hikashop_comment_textarea {
    height: 150px !important;
    padding: 10px 20px;
  }
  .layout-show input.button {
    margin-top: 20px;
    color: #fff;
  }
  .layout-show input.button:hover {
    color: #fff;
  }
  .layout-show .hkshop-nxtprev-product {
    display: none;
  }
  .layout-show .hikashop_submodules {
    padding-top: 50px;
  }
  .layout-show .hikashop_submodules h2 {
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    border-bottom: 0;
    margin-bottom: 70px;
  }
  .layout-show .hikashop_submodules .hikashop_products_pagination_bottom .list-footer .limit {
    font-size: 16px;
    color: #666;
    border-top: none;
    border-bottom: none;
  }
  .layout-show .hikashop_submodules .hikashop_products_pagination_bottom .list-footer .limit select {
    height: 40px !important;
  }
  .layout-show .hikashop_submodules .hikashop_products_pagination_bottom .hikashop_results_counter {
    font-size: 16px;
  }
  .view-category .hikashop_category_information {
    margin: 0;
  }
  .view-category .hikashop_category_information .hikashop_submodules {
    padding-top: 0;
  }
  .view-category .hikashop_products_listing .hikashop_product_list {
    padding: 0;
  }
  .view-category .hikashop_products_listing .hikashop_product_list >li {
    width: 33.33333% !important;
    list-style: none;
    margin: 0 !important;
  }
  .hikashop_wizardbar {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .hikashop_wizardbar ul li.hikashop_cart_step_current {
    background: #DAD9D9 !important;
  }
  .hikashop_wizardbar ul li.hikashop_cart_step_current .hikashop_chevron:before {
    border-left-color: #DAD9D9 !important;
  }
  .hikashop_products .hikashop_product .hikashop_product_image {
    margin-bottom: 20px;
    background-color: #24252a;
    overflow: hidden;
  }
  .hikashop_products .hikashop_product:hover .hikashop_product_image img {
    opacity: .6;
  }
  .hikashop_products .hikashop_product:hover .hikashop_product_quantity_add_to_cart_div input {
    -webkit-transform: translate(-50%,-35%) scale(1);
    transform: translate(-50%,-35%) scale(1);
  }
  .hikashop_products .hikashop_product .thumbnail {
    position: relative;
    padding: 0;
    margin: 0;
    background: none !important;
    border: none;
  }
  .hikashop_products .hikashop_product .thumbnail:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .hikashop_products .hikashop_product .hikashop_product_price {
    font-style: normal;
    color: #a1a198;
    font-family: inherit;
  }
  .hikashop_products .hikashop_product .hikashop_product_name {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .hikashop_products .hikashop_product .hikashop_product_name a {
    color: #000;
    font-weight: 400;
  }
  .hikashop_products .hikashop_product .hikashop_product_image img {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    width: 100%;
  }
  .hikashop_products .hikashop_product .hikashop_product_price_per_unit {
    display: none;
  }
  .hikashop_products .hikashop_product .has-option .hikashop_product_stock,
  .hikashop_products .hikashop_product .hikashop_product_addtocart {
    color: #000;
    margin-left: -50px;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .hikashop_products .hikashop_product .has-option .hikashop_product_stock:before,
  .hikashop_products .hikashop_product .hikashop_product_addtocart:before {
    content: "\f07a";
    font-family: fontawesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
    pointer-events: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .hikashop_products .hikashop_product .has-option .hikashop_product_stock .hikashop_cart_input_button,
  .hikashop_products .hikashop_product .hikashop_product_addtocart .hikashop_cart_input_button {
    text-indent: -999px;
    margin: 0;
    padding: 0 25px;
    background-color: #fff;
    border-radius: 0;
  }
  .hikashop_products .hikashop_product .has-option .hikashop_product_stock:hover:before,
  .hikashop_products .hikashop_product .hikashop_product_addtocart:hover:before {
    color: #fff;
  }
  .hikashop_products .hikashop_product .has-option .hikashop_product_stock {
    margin-top: -20px !important;
  }
  .hikashop_products .hikashop_product .has-option .hikashop_product_stock:before {
    content: "\f013";
  }
  .hikashop_products .hikashop_product .hikashop_product_addtocart input,
  .hikashop_products .hikashop_product .hikashop_product_addtocart a,
  .hikashop_products .hikashop_product .hikashop_cart_button,
  .hikashop_products .hikashop_product .hikashop_cart_input_button {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 0 30px;
    line-height: 40px !important;
    border: none;
    background-image: none;
    color: #fff !important;
    font-size: 18px !important;
    width: inherit;
  }
  .hikashop_products .hikashop_product .hikashop_cart_input_button {
    margin-top: 20px;
  }
  .hikashop_products .hikashop_product .hikashop_product_quantity {
    margin: 0 auto;
  }
  .hikashop_products_listing .hikashop_products .hikashop_product {
    margin-bottom: 30px;
  }
  .hikashop_products_listing .hikashop_products .hikashop_product:hover .hikashop_product_listing_image {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  .hikashop_products_listing .hikashop_products .hikashop_product:hover .hikashop_product_addtocart,
  .hikashop_products_listing .hikashop_products .hikashop_product:hover .has-option .hikashop_product_stock {
    margin-left: -30px;
    opacity: 1;
  }
  .hikashop_products_listing .hikashop_products .hikashop_product:hover .item-external-link {
    opacity: 1;
    margin-left: 35px;
  }
  .hikashop_products_listing .hikashop_products .hikashop_product .has-option .hikashop_product_stock:before {
    display: block;
  }
  .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_product_stock:before {
    display: none;
  }
  .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_product_listing_image {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .hikashop_products_listing .hikashop_products .hikashop_product .hikashop-product-info >span {
    display: inline-block;
  }
  .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_product_name {
    float: left;
    font-size: 16px;
  }
  .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_product_price_full {
    float: right;
  }
  .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_product_price_full .hikashop_product_price {
    font-weight: 500 !important;
  }
  .hikashop_products_listing .hikashop_products .hikashop_product a.hikashop_product_quantity_field_change {
    width: 30px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    margin: 0;
    text-align: center;
  }
  .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_product_stock .hikashop_product_quantity_field {
    width: 70px;
    height: 40px !important;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-color: #d6d6d6;
  }
  .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_product_quantity {
    display: none;
  }
  .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_vote_stars {
    margin-bottom: 20px;
    display: none;
  }
  .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_product_addtocart,
  .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_product_stock,
  .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_product_no_stock,
  .hikashop_products_listing .hikashop_products .hikashop_product .item-external-link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-top: -10px;
  }
  .hikashop_products_listing .hikashop_products .hikashop_product .item-external-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    width: 50px;
    height: 50px;
    margin-top: -20px;
    line-height: 50px;
    margin-left: 55px;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #24252a;
  }
  .hikashop_products_listing .hikashop_products .hikashop_product .item-external-link:hover {
    color: #fff;
    cursor: pointer;
  }
  .hikashop_product_stock_count {
    display: none;
  }
  .hikashop_products_pagination .list-footer .limit .inputbox,
  .hikashop_subcategories_pagination .list-footer .limit .inputbox {
    width: 70px;
    height: 30px !important;
    border-radius: 0;
    padding: 0 10px;
  }
  .hikashop_products_pagination .list-footer .limit {
    border-bottom: 1px solid #efefef;
    padding: 15px 0;
    border-top: 1px solid #efefef;
  }
  a.hikashop_product_quantity_field_change {
    width: 30px;
    height: 20px;
    display: inline-block;
    border: 1px solid #d6d6d6;
    line-height: 20px;
    color: #767676;
    margin: 4px 5px;
  }
  .hikashop_product_stock  .hikashop_product_quantity_field {
    width: 50px;
  }
  .hikashop_product_no_stock {
    color: #000;
    font-size: 20px;
  }
  .hikashop_categories_listing_main .hikashop_subcategories .hikashop_container {
    margin: 0 !important;
  }
  .hikashop_categories_listing_main .hikashop_subcategories .thumbnails {
    overflow: hidden;
    padding: 0;
  }
  .hikashop_categories_listing_main .hikashop_subcategories .thumbnails .hikashop_subcontainer {
    padding: 0;
    border-radius: 0 !important;
  }
  .hikashop_categories_listing_main .hikashop_subcategories .thumbnails .hikashop_subcontainer >div {
    overflow: hidden;
    background-color: #000;
  }
  .hikashop_categories_listing_main .hikashop_subcategories .thumbnails .hikashop_subcontainer >div img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .hikashop_categories_listing_main .hikashop_subcategories .thumbnails .hikashop_subcontainer .hikashop_category_name {
    padding: 15px 0;
    display: block;
  }
  .hikashop_categories_listing_main .hikashop_subcategories .thumbnails .hikashop_subcontainer .hikashop_category_name a {
    margin: 0;
    font-weight: 500;
  }
  .hikashop_categories_listing_main .hikashop_subcategories .thumbnails .hikashop_subcontainer:hover img {
    -webkit-transform: scale(1.2) rotate(-5deg);
    transform: scale(1.2) rotate(-5deg);
    opacity: .8;
  }
  .hikashop_categories_listing_main .hikashop_category_name a {
    font-weight: 300;
    font-size: 18px;
    color: #000;
  }
  .hikashop_categories_listing_main .thumbnail {
    border: none;
  }
  .hikashop_categories_listing_main .thumbnail:hover {
    box-shadow: none;
  }
  span.hikashop_product_price,
  .hikashop_checkout_cart_additional,
  .hikashop_checkout_cart_payment,
  .hikashop_checkout_cart_coupon,
  .hikashop_checkout_cart_additional,
  .hikashop_checkout_cart_shipping,
  .hikashop_checkout_cart_subtotal,
  span.hikashop_checkout_cart_final_total {
    font-family: inherit;
    font-weight: 400 !important;
    font-style: normal;
    color: #555555;
  }
  .hikashop_shipping_methods,
  .hikashop_payment_methods,
  .checkout_coupon_wrapper,
  .hikashop_checkout_cart {
    margin: 60px 0;
  }
  .hikashop_shipping_methods legend,
  .hikashop_payment_methods legend,
  .checkout_coupon_wrapper legend,
  .hikashop_checkout_cart legend {
    font-size: 21px !important;
    padding-bottom: 15px !important;
    color: #000 !important;
    text-transform: capitalize !important;
    font-weight: 100 !important;
    margin: 0 !important;
    border-bottom: 1px solid #7D7D7D !important;
    width: 100% !important;
  }
  #hikashop_checkout_page .hikashop_cart_bar {
    background: #f5f5f5;
    padding-bottom: 10px;
  }
  #hikashop_checkout_page form h1 {
    font-size: 21px !important;
    padding-bottom: 10px !important;
    margin-bottom: 30px;
    color: #000 !important;
    font-weight: 100 !important;
  }
  #hikashop_checkout_page form > div {
    margin-bottom: 30px;
  }
  #hikashop_checkout_page fieldset {
    margin: 0;
    padding: 0 25px;
    overflow: hidden;
  }
  #hikashop_checkout_page fieldset input {
    border-radius: 0;
    padding: 0 20px;
  }
  #hikashop_checkout_page fieldset select {
    border-radius: 0;
  }
  #hikashop_checkout_page fieldset >p {
    margin-bottom: 15px;
  }
  #hikashop_checkout_page fieldset #com-form-login-remember {
    margin: 20px 0;
  }
  #hikashop_checkout_page fieldset #com-form-login-remember label {
    width: inherit;
    margin-right: 10px;
    line-height: 22px;
  }
  #hikashop_checkout_page fieldset ul {
    list-style: none;
    margin: 10px 0 20px 0;
    padding: 0;
    text-align: center;
  }
  #hikashop_checkout_page fieldset ul li {
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #7D7D7D;
  }
  #hikashop_checkout_page fieldset ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  #hikashop_checkout_page h2 {
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
    margin: 0 -25px 25px -25px;
    padding: 15px 0px;
  }
  #hikashop_checkout_page .hikashop_checkout_login {
    width: 100%;
  }
  #hikashop_checkout_page .hikashop_checkout_login .hikashop_checkout_login_left_part {
    border: 1px solid #d4d4d4;
  }
  #hikashop_checkout_page .hikashop_checkout_login .hikashop_checkout_login_left_part input {
    padding: 0 15px;
  }
  #hikashop_checkout_page .hikashop_checkout_login .hikashop_checkout_login_left_part span.add-on {
    border: none;
    display: inline;
    padding: 0;
    line-height: 50px;
    margin-right: 10px;
  }
  #hikashop_checkout_page .hikashop_checkout_login .hikashop_checkout_login_left_part #form-login-remember label[for="modlgn-remember"] {
    margin-left: 10px;
  }
  #hikashop_checkout_page .hikashop_checkout_login .hikashop_checkout_login_right_part {
    border: 1px solid #d4d4d4;
  }
  #hikashop_checkout_page .hikashop_checkout_login .hikashop_checkout_login_right_part h2 {
    font-size: 14px;
    text-transform: uppercase;
  }
  #hikashop_checkout_page .hikashop_checkout_login .hikashop_checkout_login_right_part input {
    width: 185px;
    float: left;
    margin-right: 10px;
  }
  #hikashop_checkout_page .hikashop_checkout_login .hikashop_checkout_login_right_part input.button[type="submit"] {
    width: 100%;
  }
  #hikashop_checkout_page .hikashop_checkout_login .hikashop_checkout_login_right_part select {
    margin-right: 10px;
  }
  #hikashop_checkout_page .hikashop_checkout_login .hikashop_checkout_login_right_part .form-horizontal {
    padding-left: 20px;
  }
  #hikashop_checkout_page .hikashop_checkout_login .hikashop_checkout_login_right_part .form-horizontal select {
    padding: 9px;
    width: 64%;
  }
  #hikashop_checkout_page .hikashop_checkout_login .hikashop_checkout_login_right_part .form-horizontal .btn.btn-primary {
    width: 94%;
  }
  #hikashop_checkout_page .hikashop_checkout_login .hikashop_checkout_login_right_part .form-horizontal .control-label {
    text-align: left;
    float: left;
    width: 30%;
  }
  #hikashop_checkout_page .hikashop_checkout_login .hikashop_checkout_login_right_part .form-horizontal .controls {
    float: none !important;
    margin-left: 0;
  }
  #hikashop_checkout_page .hikashop_checkout_login .hikashop_checkout_login_right_part .form-horizontal .address-info-title {
    margin-left: -20px;
  }
  #hikashop_checkout_page .hikashop_checkout_login .hikashop_field_required {
    float: left;
    padding-left: 0;
    margin-left: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #hikashop_checkout_page .hikashop_checkout_billing_address input[type='button'] {
    padding: 10px 35px;
  }
  #hikashop_checkout_page .hikashop_checkout_billing_address .table td {
    border: 0;
  }
  #hikashop_checkout_page .hikashop_shipping_methods,
  #hikashop_checkout_page .hikashop_payment_methods {
    margin: 60px 0;
  }
  #hikashop_checkout_page .hikashop_shipping_methods fieldset legend,
  #hikashop_checkout_page .hikashop_payment_methods fieldset legend {
    margin-bottom: 30px !important;
  }
  #hikashop_checkout_page .hikashop_shipping_methods fieldset label,
  #hikashop_checkout_page .hikashop_payment_methods fieldset label {
    width: inherit;
    line-height: inherit;
    padding: 10px 30px;
    box-shadow: none;
    border: none !important;
    border-radius: 0;
    color: #fff;
  }
  #hikashop_checkout_page .hikashop_shipping_methods fieldset .hikashop_shipping_group,
  #hikashop_checkout_page .hikashop_payment_methods fieldset .hikashop_shipping_group {
    margin-top: 20px;
  }
  #hikashop_checkout_page .hikashop_shipping_methods fieldset .hikashop_shipping_group .hikashop_checkout_shipping_name,
  #hikashop_checkout_page .hikashop_payment_methods fieldset .hikashop_shipping_group .hikashop_checkout_shipping_name {
    font-weight: 400;
  }
  #hikashop_checkout_page .hikashop_shipping_methods fieldset .hikashop_shipping_group table tbody tr,
  #hikashop_checkout_page .hikashop_payment_methods fieldset .hikashop_shipping_group table tbody tr {
    display: inline-block;
    border-bottom: 0 !important;
    margin-right: 30px;
  }
  #hikashop_checkout_page .hikashop_shipping_methods fieldset .hikashop_shipping_group table tbody tr:hover,
  #hikashop_checkout_page .hikashop_payment_methods fieldset .hikashop_shipping_group table tbody tr:hover {
    background: none !important;
  }
  #hikashop_checkout_page .hikashop_shipping_methods fieldset .hikashop_shipping_group table tbody tr input,
  #hikashop_checkout_page .hikashop_payment_methods fieldset .hikashop_shipping_group table tbody tr input {
    margin-top: -3px;
  }
  #hikashop_checkout_page .hikashop_shipping_methods fieldset .hikashop_shipping_group table tbody tr td,
  #hikashop_checkout_page .hikashop_payment_methods fieldset .hikashop_shipping_group table tbody tr td {
    padding: 0;
  }
  #hikashop_checkout_page .hikashop_shipping_methods .hikashop_checkout_payment_image img,
  #hikashop_checkout_page .hikashop_payment_methods .hikashop_checkout_payment_image img {
    display: inline-block;
    margin-right: 10px;
  }
  #hikashop_checkout_page .hikashop_shipping_methods .hikashop_checkout_payment_description,
  #hikashop_checkout_page .hikashop_payment_methods .hikashop_checkout_payment_description {
    margin-left: 0;
  }
  #hikashop_checkout_page .hikashop_shipping_methods .hikashop_credit_card,
  #hikashop_checkout_page .hikashop_payment_methods .hikashop_credit_card {
    margin-top: 30px;
    margin-bottom: 30px !important;
  }
  #hikashop_checkout_page .hikashop_shipping_methods .hikashop_credit_card input,
  #hikashop_checkout_page .hikashop_payment_methods .hikashop_credit_card input {
    height: 40px !important;
    border-radius: 0;
  }
  #hikashop_checkout_page .hikashop_shipping_methods table tr {
    float: left;
  }
  #hikashop_checkout_page .hikashop_shipping_methods table input {
    margin-right: 10px;
  }
  #hikashop_checkout_page .hikashop_shipping_methods table input,
  #hikashop_checkout_page .hikashop_shipping_methods table label {
    float: left;
  }
  #hikashop_checkout_page .hikashop_shipping_methods .shiping_name {
    display: none;
  }
  #hikashop_checkout_page .hikashop_payment_methods_table .payment_label {
    display: none;
  }
  #hikashop_checkout_page .hikashop_payment_methods_table input,
  #hikashop_checkout_page .hikashop_payment_methods_table label {
    margin-right: 10px;
    margin-bottom: 0;
  }
  #hikashop_checkout_page .hikashop_payment_methods_table tr {
    background: none;
  }
  #hikashop_checkout_page .hikashop_payment_methods_table tr td {
    border: 0;
    background: transparent;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
  }
  #hikashop_checkout_page .hikashop_payment_methods_table tr:hover {
    background: none;
  }
  #hikashop_checkout_page .hikashop_payment_methods_table .hikashop_checkout_payment_ccinfo {
    display: none;
  }
  #hikashop_checkout_page .hikashop_payment_methods_table .hikashop_checkout_payment_description {
    font-size: 14px;
    color: #8C8B8B;
    margin-top: 10px;
  }
  #hikashop_checkout_page .hikashop_payment_methods_table .ccinfo div {
    margin: 0 !important;
  }
  #hikashop_checkout_page .checkout_coupon_wrapper {
    margin-bottom: 60px !important;
    overflow: hidden;
  }
  #hikashop_checkout_page .checkout_coupon_wrapper .hikashop_checkout_coupon {
    margin-top: 30px;
  }
  #hikashop_checkout_page .checkout_coupon_wrapper .hikashop_checkout_coupon span {
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    margin-right: 20px;
  }
  #hikashop_checkout_page .checkout_coupon_wrapper .hikashop_checkout_coupon input {
    float: left;
    border-radius: 0;
  }
  #hikashop_checkout_page .checkout_coupon_wrapper .hikashop_checkout_coupon .hikashop_cart_input_button {
    color: #fff !important;
    padding: 0 30px !important;
    width: inherit;
    height: 50px;
    font-size: 16px;
    margin-left: 20px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
  #hikashop_checkout_page #hikashop_checkout_status .label-info {
    background-color: #ddd;
    color: #000;
    border: 1px solid #ddd;
    font-weight: 300;
  }
  #hikashop_checkout_page input.hikashop_cart_input_button[value="Finish"] {
    width: 150px;
    float: left;
  }
  #hikashop_checkout_page #hikashop_checkout_coupon_input,
  #hikashop_checkout_page .hikashop_cart_input_button {
    width: auto;
    margin: 0;
  }
  #hikashop_checkout_page #hikashop_checkout_coupon {
    font-size: 16px;
    font-weight: 500;
  }
  #hikashop_checkout_page #hikashop_checkout_coupon #hikashop_checkout_coupon_input {
    margin: 20px 0;
    padding: 0 20px;
  }
  #hikashop_checkout_page .hikashop_product_quantity_field {
    padding: 0;
    min-width: 50px;
  }
  #hikashop_checkout_page .hikashop_checkout_cart legend {
    margin-bottom: 30px !important;
  }
  #hikashop_checkout_page .hikashop_checkout_cart thead tr .hikashop_cart_title {
    font-size: 16px;
    font-weight: 400;
  }
  #hikashop_checkout_page .hikashop_checkout_cart thead th {
    border-bottom: 0;
  }
  #hikashop_checkout_page .hikashop_checkout_cart .table>thead>tr>th,
  #hikashop_checkout_page .hikashop_checkout_cart .table>tbody>tr>th,
  #hikashop_checkout_page .hikashop_checkout_cart .table>tfoot>tr>th,
  #hikashop_checkout_page .hikashop_checkout_cart .table>thead>tr>td,
  #hikashop_checkout_page .hikashop_checkout_cart .table>tbody>tr>td,
  #hikashop_checkout_page .hikashop_checkout_cart .table>tfoot>tr>td {
    vertical-align: middle;
  }
  #hikashop_checkout_page .hikashop_checkout_cart span.visible-phone {
    display: none;
  }
  #hikashop_checkout_page .hikashop_checkout_cart .hikashop_checkout_cart_total_wrap {
    background: none;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
  }
  #hikashop_checkout_page .hikashop_checkout_cart .hikashop_checkout_cart_total_wrap:hover {
    background: none;
  }
  #hikashop_checkout_page .hikashop_checkout_cart .hikashop_checkout_cart_total_wrap td {
    border: none;
    font-size: 16px;
    font-weight: 400;
  }
  #hikashop_checkout_page .hikashop_checkout_cart .hikashop_cart_product_name a {
    font-size: 14px;
  }
  #hikashop_checkout_page .hikashop_checkout_cart tbody tr .hikashop_cart_product_image_thumb img {
    width: 60px;
  }
  #hikashop_checkout_page .hikashop_checkout_cart tbody tr .hikashop_cart_product_name_value,
  #hikashop_checkout_page .hikashop_checkout_cart tbody tr .hikashop_cart_product_price_value {
    vertical-align: middle;
  }
  #hikashop_checkout_page .hikashop_checkout_cart tbody tr .hikashop_cart_product_quantity_value input {
    width: 35px;
    height: 35px !important;
    border-radius: 0;
  }
  #hikashop_checkout_page .hikashop_checkout_cart tbody tr .hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_refresh,
  #hikashop_checkout_page .hikashop_checkout_cart tbody tr .hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_delete {
    vertical-align: middle;
    padding: 8px 10px;
  }
  #hikashop_checkout_page .hikashop_cart_input_button {
    color: #fff !important;
    padding: 0 50px !important;
    height: 40px;
    border: none !important;
    border-radius: 0;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
  .hikashop_checkout_login_right_part fieldset {
    padding-bottom: 25px !important;
  }
  .hikashop_checkout_login_right_part .input .hikashop_contentpane {
    display: block;
  }
  .hikashop_checkout_login_right_part .input .hikashop_contentpane tr {
    margin-bottom: 15px;
    display: block;
  }
  .hikashop_checkout_login_right_part .input .hikashop_contentpane td {
    position: relative;
  }
  .hikashop_checkout_login_right_part .input .hikashop_contentpane .required-field {
    width: 10px;
    height: 10px;
    margin-top: -10px;
    font-size: 14px;
  }
  .hikashop_checkout_login_right_part select {
    max-width: 185px;
    height: 38px !important;
    float: left;
  }
  .hikashop_checkout_login_right_part .hikashop_cart_input_button {
    width: 100%;
    margin-top: 15px;
  }
  .hikashop_checkout_login_right_part h3.hikashop_registration_address_info_title {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 25px;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 5px;
  }
  #hikashop_address_form_header_iframe {
    margin: 10px 20px;
  }
  #hikashop_address_form_span_iframe {
    margin: 10px 20px;
  }
  #hikashop_address_form_span_iframe form input,
  #hikashop_address_form_span_iframe form select {
    padding: 0 20px !important;
  }
  #hikashop_address_form_span_iframe form input[type="submit"] {
    color: #fff !important;
    padding: 0 50px !important;
    width: inherit;
    height: 50px;
    font-size: 14px;
    margin-left: 20px;
    font-weight: 400;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
  .com-hikashop #sp-main-body {
    background-color: #ededed;
  }
  .com-hikashop #sp-left .custom-class .sp-module {
    margin-top: 30px;
  }
  .hikashop_module .hikashop_products .hikashop_product:hover .hikashop_product_image img {
    opacity: .5;
  }
  .hikashop_module .hikashop_products .hikashop_product .hikashop-product-info {
    float: left;
    max-width: 140px;
  }
  .hikashop_module .hikashop_products .hikashop_product .hikashop_subcontainer {
    overflow: hidden;
    padding: 0;
    border-radius: 0 !important;
  }
  .hikashop_module .hikashop_products .hikashop_product .hikashop_product_stock_count {
    display: none;
  }
  .hikashop_module .hikashop_products .hikashop_product .hikashop_product_price_full,
  .hikashop_module .hikashop_products .hikashop_product .hikashop_product_code_list {
    display: block !important;
    text-align: left !important;
    float: none;
  }
  .hikashop_module .hikashop_products .hikashop_product .hikashop_product_price_full .hikashop_product_price,
  .hikashop_module .hikashop_products .hikashop_product .hikashop_product_code_list .hikashop_product_price {
    font-size: 22px;
  }
  .hikashop_module .hikashop_products .hikashop_product .hikashop_product_name {
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .hikashop_module .hikashop_products .hikashop_product .hikashop_product_name a {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .hikashop_module .hikashop_products .hikashop_product .hikashop_product_quantity_add_to_cart_div input {
    position: inherit;
    transform: inherit;
  }
  .hikashop_module .hikashop_products .hikashop_product .hikashop_product_addtocart,
  .hikashop_module .hikashop_products .hikashop_product .hikashop_product_stock,
  .hikashop_module .hikashop_products .hikashop_product .hikashop_product_no_stock {
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
    animation: inherit !important;
  }
  .hikashop_module .hikashop_products .hikashop_product_quantity {
    display: none;
  }
  .hikashop_module .hikashop_products a.hikashop_product_quantity_field_change {
    border: none;
    background-color: #fff;
  }
  .hikashop_module .hikashop_products .hikashop_cart_input_button {
    margin-top: 0;
  }
  .top-cart-wrapper {
    position: relative;
    display: inline-block;
    float: right;
  }
  .top-cart-wrapper:after {
    content: '';
    position: absolute;
    opacity: 0;
    left: 50%;
    bottom: -50px;
    z-index: 999;
    width: 0;
    height: 0;
    border-width: 5px;
    border-color: #ddd #ddd transparent transparent;
    border-style: solid;
    transform: rotate(-45deg);
    transform-origin: 0 0;
    box-sizing: border-box;
    margin-left: -7px;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
  .top-cart-wrapper.active:after {
    z-index: 1;
    opacity: 1;
    bottom: -10px;
  }
  .top-cart-wrapper .cart-toggle {
    line-height: 105px;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .top-cart-wrapper .hikashop_cart_module {
    display: none;
    position: absolute;
    right: -15px;
    top: 100%;
    min-width: 200px;
    padding: 25px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    background: #ededed;
    border-top: 5px solid #e1e1e1;
    z-index: 999;
    font-size: 14px;
    text-align: center;
    line-height: 100%;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
    z-index: 9999;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  .top-cart-wrapper .hikashop_cart_module #hikashop_cart.hikashop_cart .row0,
  .top-cart-wrapper .hikashop_cart_module #hikashop_cart.hikashop_cart .row1 {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .top-cart-wrapper .hikashop_cart_module #hikashop_cart.hikashop_cart .row0 .hikashop_product_quantity_field,
  .top-cart-wrapper .hikashop_cart_module #hikashop_cart.hikashop_cart .row1 .hikashop_product_quantity_field {
    height: 40px !important;
  }
  .top-cart-wrapper .hikashop_cart_module #hikashop_cart.hikashop_cart .row0:hover,
  .top-cart-wrapper .hikashop_cart_module #hikashop_cart.hikashop_cart .row1:hover {
    background-color: rgba(0,0,0,0.05);
  }
  .top-cart-wrapper .hikashop_cart_module #hikashop_cart.hikashop_cart .row0:hover .hikashop_product_quantity_field,
  .top-cart-wrapper .hikashop_cart_module #hikashop_cart.hikashop_cart .row1:hover .hikashop_product_quantity_field {
    border-color: #e1e1e1;
  }
  .top-cart-wrapper .hikashop_cart_module #hikashop_cart.hikashop_cart th,
  .top-cart-wrapper .hikashop_cart_module #hikashop_cart.hikashop_cart td {
    padding: 10px 0;
    line-height: 100%;
  }
  .top-cart-wrapper .hikashop_cart_module #hikashop_cart.hikashop_cart .hikashop_cart_module_product_name_title {
    text-align: center;
  }
  .top-cart-wrapper .hikashop_cart_module #hikashop_cart.hikashop_cart .hikashop_cart_module_product_image {
    padding-left: 5px;
  }
  .top-cart-wrapper .hikashop_cart_module #hikashop_cart.hikashop_cart .hikashop_cart_module_product_delete_value {
    padding-right: 5px;
  }
  .top-cart-wrapper .hikashop_cart_module #hikashop_cart.hikashop_cart span.hikashop_product_price,
  .top-cart-wrapper .hikashop_cart_module #hikashop_cart.hikashop_cart .hikashop_checkout_cart_additional,
  .top-cart-wrapper .hikashop_cart_module #hikashop_cart.hikashop_cart .hikashop_checkout_cart_payment,
  .top-cart-wrapper .hikashop_cart_module #hikashop_cart.hikashop_cart .hikashop_checkout_cart_coupon,
  .top-cart-wrapper .hikashop_cart_module #hikashop_cart.hikashop_cart .hikashop_checkout_cart_additional {
    font-style: normal;
    font-family: inherit;
  }
  .top-cart-wrapper .hikashop_cart_module form {
    width: 350px;
    margin: 0;
  }
  .top-cart-wrapper .hikashop_cart_module form table tbody .hikashop_cart_module_product_image {
    max-width: 40px;
  }
  .top-cart-wrapper .hikashop_cart_module form table tbody .hikashop_cart_module_product_name_value {
    text-align: center;
  }
  .top-cart-wrapper .hikashop_cart_module form table tbody .hikashop_cart_module_product_name_value a {
    color: #333;
  }
  .top-cart-wrapper .hikashop_cart_module form table tbody .hikashop_product_quantity_field {
    background-color: transparent;
    margin: 0 10px !important;
  }
  .top-cart-wrapper .hikashop_cart_module form table tbody tr {
    border-bottom: 1px solid #e1e1e1;
  }
  .top-cart-wrapper .hikashop_cart_module form table span.hikashop_product_price,
  .top-cart-wrapper .hikashop_cart_module form table .hikashop_checkout_cart_additional,
  .top-cart-wrapper .hikashop_cart_module form table .hikashop_checkout_cart_payment,
  .top-cart-wrapper .hikashop_cart_module form table .hikashop_checkout_cart_coupon,
  .top-cart-wrapper .hikashop_cart_module form table .hikashop_checkout_cart_additional {
    color: #333;
  }
  .top-cart-wrapper .hikashop_cart_module form .hikashop_cart_input_button {
    margin-top: 30px !important;
    width: 100%;
    color: #fff !important;
    border: none !important;
  }
  .top-cart-wrapper .hikashop_cart_module form .hikashop_cart_input_button:hover,
  .top-cart-wrapper .hikashop_cart_module form .hikashop_cart_input_button:focus,
  .top-cart-wrapper .hikashop_cart_module form .hikashop_cart_input_button:active,
  .top-cart-wrapper .hikashop_cart_module form .hikashop_cart_input_button:disabled {
    opacity: 1;
  }
  .top-cart-wrapper .hikashop_cart_module input {
    margin-top: 10px;
    width: 30px;
    padding: 0;
    min-height: 30px;
    text-align: center;
    border-color: transparent;
  }
  .shop-search {
    margin-top: 0 !important;
  }
  .shop-search form {
    position: relative;
  }
  .shop-search form:after {
    position: absolute;
    content: "\f002";
    font-family: Fontawesome;
    color: #706d6d;
    font-size: 16px;
    right: 20px;
    top: 12px;
  }
  .shop-search .mod-search-searchword {
    width: 100%;
    background-color: #fff !important;
    border: none;
  }
  .featured-info >div {
    background-color: #e1e1e1;
    padding: 16px 20px;
    margin-bottom: 10px;
    color: #a39e9e;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .featured-info >div:hover {
    background-color: #fff;
    cursor: pointer;
  }
  .featured-info >div p {
    margin: 0;
    font-size: 14px;
  }
  .featured-info >div p strong {
    font-size: 16px;
    text-transform: uppercase;
  }
  .featured-info >div i {
    font-size: 40px;
  }
  .featured-info >div .dummy {
    display: none;
  }
  .aspasia-catagories {
    background-color: #fff;
    padding: 25px 0;
  }
  .aspasia-catagories .sp-module-title {
    padding: 0 0 25px 25px;
    border-bottom: 1px solid #f7f7f7 !important;
  }
  .aspasia-catagories .aspasia-catagories {
    padding: 0 25px;
  }
  .aspasia-catagories .aspasia-catagories .accordion-group {
    border: none;
    border-radius: 0;
  }
  .aspasia-catagories .aspasia-catagories .accordion-group .accordion-heading {
    background: none;
  }
  .aspasia-catagories .aspasia-catagories .hikashop_category_list {
    width: 100%;
  }
  .aspasia-catagories .aspasia-catagories .hikashop_category_list .hikashop_category_list_item {
    border: none;
    margin-bottom: 20px;
  }
  .aspasia-catagories .aspasia-catagories .hikashop_category_list .hikashop_category_list_item:last-child {
    margin-bottom: none;
  }
  .aspasia-catagories .aspasia-catagories .hikashop_category_list .hikashop_category_list_item >a {
    font-weight: 300;
    line-height: 100%;
  }
  .aspasia-catagories .aspasia-catagories .hikashop_category_list .hikashop_category_list_item >a:before {
    display: none;
  }
  .aspasia-catagories .aspasia-catagories .hikashop_subcategories .accordion-inner {
    background-color: #e5e5e5;
  }
  .aspasia-catagories .aspasia-catagories .hikashop_subcategories h4 a {
    color: #706d6d;
    font-weight: 400;
    font-size: 16px;
  }
  .aspasia-catagories .aspasia-catagories .hikashop_subcategories h4 a.accordion-toggle {
    background: none;
    padding-left: 0;
    padding-right: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .aspasia-catagories .aspasia-catagories .hikashop_subcategories h4 a.accordion-toggle:before {
    content: "\f105";
    font-family: fontawesome;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .aspasia-catagories .aspasia-catagories .hikashop_subcategories h4 a.accordion-toggle[aria-expanded="true"]:before {
    content: "\f107";
    font-family: fontawesome;
  }
  .aspasia-catagories .accordion-heading a.accordion-toggle {
    padding-left: 5px;
  }
  .aspasia-top-products {
    background-color: #fff;
    padding: 25px 0;
  }
  .aspasia-top-products .sp-module-title {
    padding: 0 0 25px 25px;
    border-bottom: 1px solid #f7f7f7 !important;
  }
  .aspasia-top-products .aspasia-top-products {
    padding: 0 0 0 25px;
    text-align: left;
  }
  .aspasia-top-products .hikashop_listing_img_title >span {
    float: left;
  }
  .aspasia-top-products .thumbnails>li {
    border: none;
  }
  .aspasia-top-products .thumbnails>li .hikashop_container {
    margin: 0 5px !important;
  }
  .aspasia-top-products .hikashop_product_image {
    float: left;
    margin: 0 15px 0 0 !important;
  }
  .aspasia-top-products .hikashop_product_name a {
    font-size: 14px !important;
    font-weight: 400 !important;
  }
  .aspasia-top-products .hikashop_product_price_full {
    display: inline-table;
  }
  .aspasia-top-products .hikashop_product_price_full >span {
    font-size: 14px !important;
    font-weight: 500;
    text-transform: capitalize;
  }
  .hikashop_products_listing .thumbnails {
    padding: 0;
    overflow: hidden;
  }
  .hikashop_products_listing div.hikashop_container {
    margin: 0 !important;
  }
  .article-info {
    margin: 0 -8px 5px;
    line-height: 12px;
  }
  .article-info >dd {
    display: inline-block;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    margin: 0 8px;
  }
  .article-info >dd >i {
    display: inline-block;
    margin-right: 3px;
  }
  article.item {
    margin-bottom: 50px;
  }
  .tags {
    margin-top: 20px;
  }
  .tags >span {
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .content_rating,
  .content_rating + form {
    display: none;
  }
  .voting-symbol {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 14px;
    display: inline-block;
  }
  .voting-symbol span.star {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
  }
  .voting-symbol span.star.active:before {
    content: "\f005";
  }
  .voting-symbol span.star:before {
    content: "\f006";
    padding-right: 5px;
  }
  .sp-rating span.star:hover:before,
  .sp-rating span.star:hover ~ span.star:before {
    content: "\f005";
    cursor: pointer;
  }
  .post_rating {
    margin-bottom: 20px;
  }
  .post_rating .ajax-loader,
  .post_rating .voting-result {
    display: none;
  }
  .post-format {
    position: absolute;
    top: 0;
    left: -68px;
    display: block;
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
  }
  .entry-image,
  .entry-gallery,
  .entry-video,
  .entry-audio,
  .entry-link {
    margin-bottom: 30px;
  }
  .entry-status,
  .entry-quote {
    margin-bottom: 50px;
  }
  .entry-header {
    position: relative;
    margin-bottom: 30px;
  }
  .entry-header.has-post-format {
    margin-left: 68px;
  }
  .entry-header h2 {
    margin: 8px 0 0;
    font-size: 24px;
    line-height: 1;
  }
  .entry-header h2 a {
    color: #000;
  }
  .entry-link {
    padding: 100px 50px;
    position: relative;
    z-index: 1;
  }
  .entry-link a h4 {
    margin: 0;
    font-size: 36px;
    color: #fff;
  }
  .entry-link a h4:hover {
    color: rgba(255,255,255,0.85);
  }
  .entry-link:before {
    position: absolute;
    left: -60px;
    font-size: 300px;
    content: "\f0c1";
    font-family: FontAwesome;
    transform: rotate(90deg);
    top: -75px;
    color: rgba(255,255,255,0.15);
    z-index: -1;
  }
  .entry-quote {
    position: relative;
    padding: 80px 50px;
    color: rgba(255,255,255,0.9);
  }
  .entry-quote:before {
    position: absolute;
    left: -40px;
    font-size: 300px;
    content: "\f10e";
    font-family: FontAwesome;
    transform: rotate(15deg);
    top: -75px;
    color: rgba(255,255,255,0.15);
  }
  .entry-quote blockquote small {
    color: #FFF;
    font-weight: 600;
    font-size: 20px;
  }
  .entry-quote blockquote {
    padding: 0;
    margin: 0;
    font-size: 16px;
    border: none;
  }
  .carousel-left,
  .carousel-right {
    position: absolute;
    top: 50%;
    font-size: 24px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-top: -18px;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.5);
    border-radius: 4px;
    -webkit-transition: 400ms;
    transition: 400ms;
  }
  .carousel-left:hover,
  .carousel-right:hover {
    color: #fff;
  }
  .carousel-left:focus,
  .carousel-right:focus {
    color: #fff;
  }
  .carousel-left {
    left: 10px;
  }
  .carousel-right {
    right: 10px;
  }
  .newsfeed-category .category {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .newsfeed-category .category li {
    padding: 5px 0;
  }
  .newsfeed-category #filter-search {
    margin: 10px 0;
  }
  .category-module,
  .categories-module,
  .archive-module,
  .latestnews,
  .newsflash-horiz,
  .mostread,
  .form-links,
  .list-striped {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .category-module li,
  .categories-module li,
  .archive-module li,
  .latestnews li,
  .newsflash-horiz li,
  .mostread li,
  .form-links li,
  .list-striped li {
    padding: 2px 0;
  }
  .category-module li h4,
  .categories-module li h4,
  .archive-module li h4,
  .latestnews li h4,
  .newsflash-horiz li h4,
  .mostread li h4,
  .form-links li h4,
  .list-striped li h4 {
    margin: 5px 0;
  }
  .layout-blog article.item,
  .view-article article.item,
  .layout-shaper_aspasiablogfullwidth article.item {
    margin-bottom: 80px;
  }
  .layout-blog article.item p,
  .view-article article.item p,
  .layout-shaper_aspasiablogfullwidth article.item p {
    color: #606060;
  }
  .layout-blog article.item .entry-header,
  .view-article article.item .entry-header,
  .layout-shaper_aspasiablogfullwidth article.item .entry-header {
    margin-bottom: 35px;
  }
  .layout-blog article.item .entry-header dl.article-info,
  .view-article article.item .entry-header dl.article-info,
  .layout-shaper_aspasiablogfullwidth article.item .entry-header dl.article-info {
    margin: 0;
  }
  .layout-blog article.item .entry-header dl.article-info >dd,
  .view-article article.item .entry-header dl.article-info >dd,
  .layout-shaper_aspasiablogfullwidth article.item .entry-header dl.article-info >dd {
    margin: 0;
    font-size: 14px;
    color: #606060;
    font-weight: 500;
  }
  .layout-blog article.item .entry-header h2,
  .view-article article.item .entry-header h2,
  .layout-shaper_aspasiablogfullwidth article.item .entry-header h2 {
    margin: 30px 0 0 0;
    line-height: 36px;
  }
  .layout-blog article.item .entry-header h2 a,
  .view-article article.item .entry-header h2 a,
  .layout-shaper_aspasiablogfullwidth article.item .entry-header h2 a {
    font-size: 28px;
    color: #24252a;
  }
  .layout-blog article.item p.readmore,
  .view-article article.item p.readmore,
  .layout-shaper_aspasiablogfullwidth article.item p.readmore {
    margin-top: 45px;
  }
  .layout-blog article.item p.readmore a.btn-default,
  .view-article article.item p.readmore a.btn-default,
  .layout-shaper_aspasiablogfullwidth article.item p.readmore a.btn-default {
    color: #706d6d;
    padding: 0 0 10px 0;
    line-height: inherit;
    background-color: transparent;
    line-height: 100%;
    border-bottom: solid 2px #706d6d;
    border-radius: 0;
  }
  .layout-blog article.item .tags,
  .view-article article.item .tags,
  .layout-shaper_aspasiablogfullwidth article.item .tags {
    margin-top: 30px;
  }
  .layout-blog article.item .tags span,
  .view-article article.item .tags span,
  .layout-shaper_aspasiablogfullwidth article.item .tags span {
    text-transform: capitalize;
    letter-spacing: inherit;
  }
  .layout-blog article.item .tags a.label-info,
  .view-article article.item .tags a.label-info,
  .layout-shaper_aspasiablogfullwidth article.item .tags a.label-info {
    background-color: transparent;
    padding: 0;
    font-size: 16px;
    font-weight: inherit;
  }
  .blog-variation-two .pagination-wrapper {
    margin-left: 196px;
  }
  .layout-shaper_aspasiablogfullwidth .page-header {
    display: none;
    margin: 0;
  }
  .layout-shaper_aspasiablogfullwidth .page-header h1 {
    font-size: 32px;
    margin: 0 0 30px 0;
    border-bottom: solid 1px #24252a;
    padding-bottom: 20px;
    color: #24252a;
  }
  .layout-shaper_aspasiablogfullwidth article.item .article-info {
    margin: 0;
    text-align: right;
  }
  .layout-shaper_aspasiablogfullwidth article.item .article-info >dd {
    margin: 0 0 30px 0;
    display: block;
    font-size: 16px;
    text-transform: capitalize;
  }
  .layout-shaper_aspasiablogfullwidth article.item .article-info dd.published {
    margin-bottom: 185px;
    font-size: 42px;
    font-weight: 700;
    color: #24252a;
  }
  .layout-shaper_aspasiablogfullwidth article.item .article-info dd.published span.entry-date-day {
    display: block;
  }
  .layout-shaper_aspasiablogfullwidth article.item .article-info dd.createdby span.info-block-title {
    display: block;
    text-transform: lowercase;
  }
  .layout-shaper_aspasiablogfullwidth article.item .article-info dd.category-name span.info-block-title {
    display: none;
  }
  .layout-shaper_aspasiablogfullwidth article.item .article-info dd.category-name a {
    font-weight: 500;
  }
  .view-article .page-header {
    display: none;
  }
  .view-article .entry-image img {
    width: 100%;
  }
  .view-article .entry-header h2 {
    color: #24252a;
    font-size: 32px;
  }
  .view-article blockquote {
    font-size: 20px;
    font-style: italic;
    padding: 0 20px;
    margin: 0;
    line-height: 36px;
  }
  .view-article ul.pagenav {
    margin: 40px 0;
  }
  .view-article ul.pagenav li.previous a,
  .view-article ul.pagenav li.next a {
    font-size: 14px;
    font-weight: 500;
    color: #adadad;
    border-radius: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: transparent;
    border: 2px solid #adadad !important;
    line-height: 40px;
    padding: 0 30px;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
  .view-article ul.pagenav li.previous a:hover,
  .view-article ul.pagenav li.next a:hover {
    color: #706d6d;
    border: 2px solid #706d6d !important;
  }
  .layout-category .itemList .catItemView,
  .layout-category .itemList .tagItemView,
  .layout-category .itemList .userItemView,
  .layout-category .tagItemList .catItemView,
  .layout-category .tagItemList .tagItemView,
  .layout-category .tagItemList .userItemView,
  .layout-category .userItemList .catItemView,
  .layout-category .userItemList .tagItemView,
  .layout-category .userItemList .userItemView,
  .layout-tag .itemList .catItemView,
  .layout-tag .itemList .tagItemView,
  .layout-tag .itemList .userItemView,
  .layout-tag .tagItemList .catItemView,
  .layout-tag .tagItemList .tagItemView,
  .layout-tag .tagItemList .userItemView,
  .layout-tag .userItemList .catItemView,
  .layout-tag .userItemList .tagItemView,
  .layout-tag .userItemList .userItemView,
  .layout-user .itemList .catItemView,
  .layout-user .itemList .tagItemView,
  .layout-user .itemList .userItemView,
  .layout-user .tagItemList .catItemView,
  .layout-user .tagItemList .tagItemView,
  .layout-user .tagItemList .userItemView,
  .layout-user .userItemList .catItemView,
  .layout-user .userItemList .tagItemView,
  .layout-user .userItemList .userItemView {
    padding: 0;
    margin-bottom: 90px;
  }
  .layout-category .itemList .catItemView .catItemHeader .catItemImageBlock,
  .layout-category .itemList .catItemView .catItemHeader .tagItemImageBlock,
  .layout-category .itemList .catItemView .catItemHeader .userItemImageBlock,
  .layout-category .itemList .catItemView .tagItemHeader .catItemImageBlock,
  .layout-category .itemList .catItemView .tagItemHeader .tagItemImageBlock,
  .layout-category .itemList .catItemView .tagItemHeader .userItemImageBlock,
  .layout-category .itemList .catItemView .userItemHeader .catItemImageBlock,
  .layout-category .itemList .catItemView .userItemHeader .tagItemImageBlock,
  .layout-category .itemList .catItemView .userItemHeader .userItemImageBlock,
  .layout-category .itemList .tagItemView .catItemHeader .catItemImageBlock,
  .layout-category .itemList .tagItemView .catItemHeader .tagItemImageBlock,
  .layout-category .itemList .tagItemView .catItemHeader .userItemImageBlock,
  .layout-category .itemList .tagItemView .tagItemHeader .catItemImageBlock,
  .layout-category .itemList .tagItemView .tagItemHeader .tagItemImageBlock,
  .layout-category .itemList .tagItemView .tagItemHeader .userItemImageBlock,
  .layout-category .itemList .tagItemView .userItemHeader .catItemImageBlock,
  .layout-category .itemList .tagItemView .userItemHeader .tagItemImageBlock,
  .layout-category .itemList .tagItemView .userItemHeader .userItemImageBlock,
  .layout-category .itemList .userItemView .catItemHeader .catItemImageBlock,
  .layout-category .itemList .userItemView .catItemHeader .tagItemImageBlock,
  .layout-category .itemList .userItemView .catItemHeader .userItemImageBlock,
  .layout-category .itemList .userItemView .tagItemHeader .catItemImageBlock,
  .layout-category .itemList .userItemView .tagItemHeader .tagItemImageBlock,
  .layout-category .itemList .userItemView .tagItemHeader .userItemImageBlock,
  .layout-category .itemList .userItemView .userItemHeader .catItemImageBlock,
  .layout-category .itemList .userItemView .userItemHeader .tagItemImageBlock,
  .layout-category .itemList .userItemView .userItemHeader .userItemImageBlock,
  .layout-category .tagItemList .catItemView .catItemHeader .catItemImageBlock,
  .layout-category .tagItemList .catItemView .catItemHeader .tagItemImageBlock,
  .layout-category .tagItemList .catItemView .catItemHeader .userItemImageBlock,
  .layout-category .tagItemList .catItemView .tagItemHeader .catItemImageBlock,
  .layout-category .tagItemList .catItemView .tagItemHeader .tagItemImageBlock,
  .layout-category .tagItemList .catItemView .tagItemHeader .userItemImageBlock,
  .layout-category .tagItemList .catItemView .userItemHeader .catItemImageBlock,
  .layout-category .tagItemList .catItemView .userItemHeader .tagItemImageBlock,
  .layout-category .tagItemList .catItemView .userItemHeader .userItemImageBlock,
  .layout-category .tagItemList .tagItemView .catItemHeader .catItemImageBlock,
  .layout-category .tagItemList .tagItemView .catItemHeader .tagItemImageBlock,
  .layout-category .tagItemList .tagItemView .catItemHeader .userItemImageBlock,
  .layout-category .tagItemList .tagItemView .tagItemHeader .catItemImageBlock,
  .layout-category .tagItemList .tagItemView .tagItemHeader .tagItemImageBlock,
  .layout-category .tagItemList .tagItemView .tagItemHeader .userItemImageBlock,
  .layout-category .tagItemList .tagItemView .userItemHeader .catItemImageBlock,
  .layout-category .tagItemList .tagItemView .userItemHeader .tagItemImageBlock,
  .layout-category .tagItemList .tagItemView .userItemHeader .userItemImageBlock,
  .layout-category .tagItemList .userItemView .catItemHeader .catItemImageBlock,
  .layout-category .tagItemList .userItemView .catItemHeader .tagItemImageBlock,
  .layout-category .tagItemList .userItemView .catItemHeader .userItemImageBlock,
  .layout-category .tagItemList .userItemView .tagItemHeader .catItemImageBlock,
  .layout-category .tagItemList .userItemView .tagItemHeader .tagItemImageBlock,
  .layout-category .tagItemList .userItemView .tagItemHeader .userItemImageBlock,
  .layout-category .tagItemList .userItemView .userItemHeader .catItemImageBlock,
  .layout-category .tagItemList .userItemView .userItemHeader .tagItemImageBlock,
  .layout-category .tagItemList .userItemView .userItemHeader .userItemImageBlock,
  .layout-category .userItemList .catItemView .catItemHeader .catItemImageBlock,
  .layout-category .userItemList .catItemView .catItemHeader .tagItemImageBlock,
  .layout-category .userItemList .catItemView .catItemHeader .userItemImageBlock,
  .layout-category .userItemList .catItemView .tagItemHeader .catItemImageBlock,
  .layout-category .userItemList .catItemView .tagItemHeader .tagItemImageBlock,
  .layout-category .userItemList .catItemView .tagItemHeader .userItemImageBlock,
  .layout-category .userItemList .catItemView .userItemHeader .catItemImageBlock,
  .layout-category .userItemList .catItemView .userItemHeader .tagItemImageBlock,
  .layout-category .userItemList .catItemView .userItemHeader .userItemImageBlock,
  .layout-category .userItemList .tagItemView .catItemHeader .catItemImageBlock,
  .layout-category .userItemList .tagItemView .catItemHeader .tagItemImageBlock,
  .layout-category .userItemList .tagItemView .catItemHeader .userItemImageBlock,
  .layout-category .userItemList .tagItemView .tagItemHeader .catItemImageBlock,
  .layout-category .userItemList .tagItemView .tagItemHeader .tagItemImageBlock,
  .layout-category .userItemList .tagItemView .tagItemHeader .userItemImageBlock,
  .layout-category .userItemList .tagItemView .userItemHeader .catItemImageBlock,
  .layout-category .userItemList .tagItemView .userItemHeader .tagItemImageBlock,
  .layout-category .userItemList .tagItemView .userItemHeader .userItemImageBlock,
  .layout-category .userItemList .userItemView .catItemHeader .catItemImageBlock,
  .layout-category .userItemList .userItemView .catItemHeader .tagItemImageBlock,
  .layout-category .userItemList .userItemView .catItemHeader .userItemImageBlock,
  .layout-category .userItemList .userItemView .tagItemHeader .catItemImageBlock,
  .layout-category .userItemList .userItemView .tagItemHeader .tagItemImageBlock,
  .layout-category .userItemList .userItemView .tagItemHeader .userItemImageBlock,
  .layout-category .userItemList .userItemView .userItemHeader .catItemImageBlock,
  .layout-category .userItemList .userItemView .userItemHeader .tagItemImageBlock,
  .layout-category .userItemList .userItemView .userItemHeader .userItemImageBlock,
  .layout-tag .itemList .catItemView .catItemHeader .catItemImageBlock,
  .layout-tag .itemList .catItemView .catItemHeader .tagItemImageBlock,
  .layout-tag .itemList .catItemView .catItemHeader .userItemImageBlock,
  .layout-tag .itemList .catItemView .tagItemHeader .catItemImageBlock,
  .layout-tag .itemList .catItemView .tagItemHeader .tagItemImageBlock,
  .layout-tag .itemList .catItemView .tagItemHeader .userItemImageBlock,
  .layout-tag .itemList .catItemView .userItemHeader .catItemImageBlock,
  .layout-tag .itemList .catItemView .userItemHeader .tagItemImageBlock,
  .layout-tag .itemList .catItemView .userItemHeader .userItemImageBlock,
  .layout-tag .itemList .tagItemView .catItemHeader .catItemImageBlock,
  .layout-tag .itemList .tagItemView .catItemHeader .tagItemImageBlock,
  .layout-tag .itemList .tagItemView .catItemHeader .userItemImageBlock,
  .layout-tag .itemList .tagItemView .tagItemHeader .catItemImageBlock,
  .layout-tag .itemList .tagItemView .tagItemHeader .tagItemImageBlock,
  .layout-tag .itemList .tagItemView .tagItemHeader .userItemImageBlock,
  .layout-tag .itemList .tagItemView .userItemHeader .catItemImageBlock,
  .layout-tag .itemList .tagItemView .userItemHeader .tagItemImageBlock,
  .layout-tag .itemList .tagItemView .userItemHeader .userItemImageBlock,
  .layout-tag .itemList .userItemView .catItemHeader .catItemImageBlock,
  .layout-tag .itemList .userItemView .catItemHeader .tagItemImageBlock,
  .layout-tag .itemList .userItemView .catItemHeader .userItemImageBlock,
  .layout-tag .itemList .userItemView .tagItemHeader .catItemImageBlock,
  .layout-tag .itemList .userItemView .tagItemHeader .tagItemImageBlock,
  .layout-tag .itemList .userItemView .tagItemHeader .userItemImageBlock,
  .layout-tag .itemList .userItemView .userItemHeader .catItemImageBlock,
  .layout-tag .itemList .userItemView .userItemHeader .tagItemImageBlock,
  .layout-tag .itemList .userItemView .userItemHeader .userItemImageBlock,
  .layout-tag .tagItemList .catItemView .catItemHeader .catItemImageBlock,
  .layout-tag .tagItemList .catItemView .catItemHeader .tagItemImageBlock,
  .layout-tag .tagItemList .catItemView .catItemHeader .userItemImageBlock,
  .layout-tag .tagItemList .catItemView .tagItemHeader .catItemImageBlock,
  .layout-tag .tagItemList .catItemView .tagItemHeader .tagItemImageBlock,
  .layout-tag .tagItemList .catItemView .tagItemHeader .userItemImageBlock,
  .layout-tag .tagItemList .catItemView .userItemHeader .catItemImageBlock,
  .layout-tag .tagItemList .catItemView .userItemHeader .tagItemImageBlock,
  .layout-tag .tagItemList .catItemView .userItemHeader .userItemImageBlock,
  .layout-tag .tagItemList .tagItemView .catItemHeader .catItemImageBlock,
  .layout-tag .tagItemList .tagItemView .catItemHeader .tagItemImageBlock,
  .layout-tag .tagItemList .tagItemView .catItemHeader .userItemImageBlock,
  .layout-tag .tagItemList .tagItemView .tagItemHeader .catItemImageBlock,
  .layout-tag .tagItemList .tagItemView .tagItemHeader .tagItemImageBlock,
  .layout-tag .tagItemList .tagItemView .tagItemHeader .userItemImageBlock,
  .layout-tag .tagItemList .tagItemView .userItemHeader .catItemImageBlock,
  .layout-tag .tagItemList .tagItemView .userItemHeader .tagItemImageBlock,
  .layout-tag .tagItemList .tagItemView .userItemHeader .userItemImageBlock,
  .layout-tag .tagItemList .userItemView .catItemHeader .catItemImageBlock,
  .layout-tag .tagItemList .userItemView .catItemHeader .tagItemImageBlock,
  .layout-tag .tagItemList .userItemView .catItemHeader .userItemImageBlock,
  .layout-tag .tagItemList .userItemView .tagItemHeader .catItemImageBlock,
  .layout-tag .tagItemList .userItemView .tagItemHeader .tagItemImageBlock,
  .layout-tag .tagItemList .userItemView .tagItemHeader .userItemImageBlock,
  .layout-tag .tagItemList .userItemView .userItemHeader .catItemImageBlock,
  .layout-tag .tagItemList .userItemView .userItemHeader .tagItemImageBlock,
  .layout-tag .tagItemList .userItemView .userItemHeader .userItemImageBlock,
  .layout-tag .userItemList .catItemView .catItemHeader .catItemImageBlock,
  .layout-tag .userItemList .catItemView .catItemHeader .tagItemImageBlock,
  .layout-tag .userItemList .catItemView .catItemHeader .userItemImageBlock,
  .layout-tag .userItemList .catItemView .tagItemHeader .catItemImageBlock,
  .layout-tag .userItemList .catItemView .tagItemHeader .tagItemImageBlock,
  .layout-tag .userItemList .catItemView .tagItemHeader .userItemImageBlock,
  .layout-tag .userItemList .catItemView .userItemHeader .catItemImageBlock,
  .layout-tag .userItemList .catItemView .userItemHeader .tagItemImageBlock,
  .layout-tag .userItemList .catItemView .userItemHeader .userItemImageBlock,
  .layout-tag .userItemList .tagItemView .catItemHeader .catItemImageBlock,
  .layout-tag .userItemList .tagItemView .catItemHeader .tagItemImageBlock,
  .layout-tag .userItemList .tagItemView .catItemHeader .userItemImageBlock,
  .layout-tag .userItemList .tagItemView .tagItemHeader .catItemImageBlock,
  .layout-tag .userItemList .tagItemView .tagItemHeader .tagItemImageBlock,
  .layout-tag .userItemList .tagItemView .tagItemHeader .userItemImageBlock,
  .layout-tag .userItemList .tagItemView .userItemHeader .catItemImageBlock,
  .layout-tag .userItemList .tagItemView .userItemHeader .tagItemImageBlock,
  .layout-tag .userItemList .tagItemView .userItemHeader .userItemImageBlock,
  .layout-tag .userItemList .userItemView .catItemHeader .catItemImageBlock,
  .layout-tag .userItemList .userItemView .catItemHeader .tagItemImageBlock,
  .layout-tag .userItemList .userItemView .catItemHeader .userItemImageBlock,
  .layout-tag .userItemList .userItemView .tagItemHeader .catItemImageBlock,
  .layout-tag .userItemList .userItemView .tagItemHeader .tagItemImageBlock,
  .layout-tag .userItemList .userItemView .tagItemHeader .userItemImageBlock,
  .layout-tag .userItemList .userItemView .userItemHeader .catItemImageBlock,
  .layout-tag .userItemList .userItemView .userItemHeader .tagItemImageBlock,
  .layout-tag .userItemList .userItemView .userItemHeader .userItemImageBlock,
  .layout-user .itemList .catItemView .catItemHeader .catItemImageBlock,
  .layout-user .itemList .catItemView .catItemHeader .tagItemImageBlock,
  .layout-user .itemList .catItemView .catItemHeader .userItemImageBlock,
  .layout-user .itemList .catItemView .tagItemHeader .catItemImageBlock,
  .layout-user .itemList .catItemView .tagItemHeader .tagItemImageBlock,
  .layout-user .itemList .catItemView .tagItemHeader .userItemImageBlock,
  .layout-user .itemList .catItemView .userItemHeader .catItemImageBlock,
  .layout-user .itemList .catItemView .userItemHeader .tagItemImageBlock,
  .layout-user .itemList .catItemView .userItemHeader .userItemImageBlock,
  .layout-user .itemList .tagItemView .catItemHeader .catItemImageBlock,
  .layout-user .itemList .tagItemView .catItemHeader .tagItemImageBlock,
  .layout-user .itemList .tagItemView .catItemHeader .userItemImageBlock,
  .layout-user .itemList .tagItemView .tagItemHeader .catItemImageBlock,
  .layout-user .itemList .tagItemView .tagItemHeader .tagItemImageBlock,
  .layout-user .itemList .tagItemView .tagItemHeader .userItemImageBlock,
  .layout-user .itemList .tagItemView .userItemHeader .catItemImageBlock,
  .layout-user .itemList .tagItemView .userItemHeader .tagItemImageBlock,
  .layout-user .itemList .tagItemView .userItemHeader .userItemImageBlock,
  .layout-user .itemList .userItemView .catItemHeader .catItemImageBlock,
  .layout-user .itemList .userItemView .catItemHeader .tagItemImageBlock,
  .layout-user .itemList .userItemView .catItemHeader .userItemImageBlock,
  .layout-user .itemList .userItemView .tagItemHeader .catItemImageBlock,
  .layout-user .itemList .userItemView .tagItemHeader .tagItemImageBlock,
  .layout-user .itemList .userItemView .tagItemHeader .userItemImageBlock,
  .layout-user .itemList .userItemView .userItemHeader .catItemImageBlock,
  .layout-user .itemList .userItemView .userItemHeader .tagItemImageBlock,
  .layout-user .itemList .userItemView .userItemHeader .userItemImageBlock,
  .layout-user .tagItemList .catItemView .catItemHeader .catItemImageBlock,
  .layout-user .tagItemList .catItemView .catItemHeader .tagItemImageBlock,
  .layout-user .tagItemList .catItemView .catItemHeader .userItemImageBlock,
  .layout-user .tagItemList .catItemView .tagItemHeader .catItemImageBlock,
  .layout-user .tagItemList .catItemView .tagItemHeader .tagItemImageBlock,
  .layout-user .tagItemList .catItemView .tagItemHeader .userItemImageBlock,
  .layout-user .tagItemList .catItemView .userItemHeader .catItemImageBlock,
  .layout-user .tagItemList .catItemView .userItemHeader .tagItemImageBlock,
  .layout-user .tagItemList .catItemView .userItemHeader .userItemImageBlock,
  .layout-user .tagItemList .tagItemView .catItemHeader .catItemImageBlock,
  .layout-user .tagItemList .tagItemView .catItemHeader .tagItemImageBlock,
  .layout-user .tagItemList .tagItemView .catItemHeader .userItemImageBlock,
  .layout-user .tagItemList .tagItemView .tagItemHeader .catItemImageBlock,
  .layout-user .tagItemList .tagItemView .tagItemHeader .tagItemImageBlock,
  .layout-user .tagItemList .tagItemView .tagItemHeader .userItemImageBlock,
  .layout-user .tagItemList .tagItemView .userItemHeader .catItemImageBlock,
  .layout-user .tagItemList .tagItemView .userItemHeader .tagItemImageBlock,
  .layout-user .tagItemList .tagItemView .userItemHeader .userItemImageBlock,
  .layout-user .tagItemList .userItemView .catItemHeader .catItemImageBlock,
  .layout-user .tagItemList .userItemView .catItemHeader .tagItemImageBlock,
  .layout-user .tagItemList .userItemView .catItemHeader .userItemImageBlock,
  .layout-user .tagItemList .userItemView .tagItemHeader .catItemImageBlock,
  .layout-user .tagItemList .userItemView .tagItemHeader .tagItemImageBlock,
  .layout-user .tagItemList .userItemView .tagItemHeader .userItemImageBlock,
  .layout-user .tagItemList .userItemView .userItemHeader .catItemImageBlock,
  .layout-user .tagItemList .userItemView .userItemHeader .tagItemImageBlock,
  .layout-user .tagItemList .userItemView .userItemHeader .userItemImageBlock,
  .layout-user .userItemList .catItemView .catItemHeader .catItemImageBlock,
  .layout-user .userItemList .catItemView .catItemHeader .tagItemImageBlock,
  .layout-user .userItemList .catItemView .catItemHeader .userItemImageBlock,
  .layout-user .userItemList .catItemView .tagItemHeader .catItemImageBlock,
  .layout-user .userItemList .catItemView .tagItemHeader .tagItemImageBlock,
  .layout-user .userItemList .catItemView .tagItemHeader .userItemImageBlock,
  .layout-user .userItemList .catItemView .userItemHeader .catItemImageBlock,
  .layout-user .userItemList .catItemView .userItemHeader .tagItemImageBlock,
  .layout-user .userItemList .catItemView .userItemHeader .userItemImageBlock,
  .layout-user .userItemList .tagItemView .catItemHeader .catItemImageBlock,
  .layout-user .userItemList .tagItemView .catItemHeader .tagItemImageBlock,
  .layout-user .userItemList .tagItemView .catItemHeader .userItemImageBlock,
  .layout-user .userItemList .tagItemView .tagItemHeader .catItemImageBlock,
  .layout-user .userItemList .tagItemView .tagItemHeader .tagItemImageBlock,
  .layout-user .userItemList .tagItemView .tagItemHeader .userItemImageBlock,
  .layout-user .userItemList .tagItemView .userItemHeader .catItemImageBlock,
  .layout-user .userItemList .tagItemView .userItemHeader .tagItemImageBlock,
  .layout-user .userItemList .tagItemView .userItemHeader .userItemImageBlock,
  .layout-user .userItemList .userItemView .catItemHeader .catItemImageBlock,
  .layout-user .userItemList .userItemView .catItemHeader .tagItemImageBlock,
  .layout-user .userItemList .userItemView .catItemHeader .userItemImageBlock,
  .layout-user .userItemList .userItemView .tagItemHeader .catItemImageBlock,
  .layout-user .userItemList .userItemView .tagItemHeader .tagItemImageBlock,
  .layout-user .userItemList .userItemView .tagItemHeader .userItemImageBlock,
  .layout-user .userItemList .userItemView .userItemHeader .catItemImageBlock,
  .layout-user .userItemList .userItemView .userItemHeader .tagItemImageBlock,
  .layout-user .userItemList .userItemView .userItemHeader .userItemImageBlock {
    padding: 0;
    margin: 0 0 20px 0;
  }
  .layout-category .itemList .catItemView .catItemHeader h3.catItemTitle,
  .layout-category .itemList .catItemView .catItemHeader h2.tagItemTitle,
  .layout-category .itemList .catItemView .catItemHeader h3.userItemTitle,
  .layout-category .itemList .catItemView .tagItemHeader h3.catItemTitle,
  .layout-category .itemList .catItemView .tagItemHeader h2.tagItemTitle,
  .layout-category .itemList .catItemView .tagItemHeader h3.userItemTitle,
  .layout-category .itemList .catItemView .userItemHeader h3.catItemTitle,
  .layout-category .itemList .catItemView .userItemHeader h2.tagItemTitle,
  .layout-category .itemList .catItemView .userItemHeader h3.userItemTitle,
  .layout-category .itemList .tagItemView .catItemHeader h3.catItemTitle,
  .layout-category .itemList .tagItemView .catItemHeader h2.tagItemTitle,
  .layout-category .itemList .tagItemView .catItemHeader h3.userItemTitle,
  .layout-category .itemList .tagItemView .tagItemHeader h3.catItemTitle,
  .layout-category .itemList .tagItemView .tagItemHeader h2.tagItemTitle,
  .layout-category .itemList .tagItemView .tagItemHeader h3.userItemTitle,
  .layout-category .itemList .tagItemView .userItemHeader h3.catItemTitle,
  .layout-category .itemList .tagItemView .userItemHeader h2.tagItemTitle,
  .layout-category .itemList .tagItemView .userItemHeader h3.userItemTitle,
  .layout-category .itemList .userItemView .catItemHeader h3.catItemTitle,
  .layout-category .itemList .userItemView .catItemHeader h2.tagItemTitle,
  .layout-category .itemList .userItemView .catItemHeader h3.userItemTitle,
  .layout-category .itemList .userItemView .tagItemHeader h3.catItemTitle,
  .layout-category .itemList .userItemView .tagItemHeader h2.tagItemTitle,
  .layout-category .itemList .userItemView .tagItemHeader h3.userItemTitle,
  .layout-category .itemList .userItemView .userItemHeader h3.catItemTitle,
  .layout-category .itemList .userItemView .userItemHeader h2.tagItemTitle,
  .layout-category .itemList .userItemView .userItemHeader h3.userItemTitle,
  .layout-category .tagItemList .catItemView .catItemHeader h3.catItemTitle,
  .layout-category .tagItemList .catItemView .catItemHeader h2.tagItemTitle,
  .layout-category .tagItemList .catItemView .catItemHeader h3.userItemTitle,
  .layout-category .tagItemList .catItemView .tagItemHeader h3.catItemTitle,
  .layout-category .tagItemList .catItemView .tagItemHeader h2.tagItemTitle,
  .layout-category .tagItemList .catItemView .tagItemHeader h3.userItemTitle,
  .layout-category .tagItemList .catItemView .userItemHeader h3.catItemTitle,
  .layout-category .tagItemList .catItemView .userItemHeader h2.tagItemTitle,
  .layout-category .tagItemList .catItemView .userItemHeader h3.userItemTitle,
  .layout-category .tagItemList .tagItemView .catItemHeader h3.catItemTitle,
  .layout-category .tagItemList .tagItemView .catItemHeader h2.tagItemTitle,
  .layout-category .tagItemList .tagItemView .catItemHeader h3.userItemTitle,
  .layout-category .tagItemList .tagItemView .tagItemHeader h3.catItemTitle,
  .layout-category .tagItemList .tagItemView .tagItemHeader h2.tagItemTitle,
  .layout-category .tagItemList .tagItemView .tagItemHeader h3.userItemTitle,
  .layout-category .tagItemList .tagItemView .userItemHeader h3.catItemTitle,
  .layout-category .tagItemList .tagItemView .userItemHeader h2.tagItemTitle,
  .layout-category .tagItemList .tagItemView .userItemHeader h3.userItemTitle,
  .layout-category .tagItemList .userItemView .catItemHeader h3.catItemTitle,
  .layout-category .tagItemList .userItemView .catItemHeader h2.tagItemTitle,
  .layout-category .tagItemList .userItemView .catItemHeader h3.userItemTitle,
  .layout-category .tagItemList .userItemView .tagItemHeader h3.catItemTitle,
  .layout-category .tagItemList .userItemView .tagItemHeader h2.tagItemTitle,
  .layout-category .tagItemList .userItemView .tagItemHeader h3.userItemTitle,
  .layout-category .tagItemList .userItemView .userItemHeader h3.catItemTitle,
  .layout-category .tagItemList .userItemView .userItemHeader h2.tagItemTitle,
  .layout-category .tagItemList .userItemView .userItemHeader h3.userItemTitle,
  .layout-category .userItemList .catItemView .catItemHeader h3.catItemTitle,
  .layout-category .userItemList .catItemView .catItemHeader h2.tagItemTitle,
  .layout-category .userItemList .catItemView .catItemHeader h3.userItemTitle,
  .layout-category .userItemList .catItemView .tagItemHeader h3.catItemTitle,
  .layout-category .userItemList .catItemView .tagItemHeader h2.tagItemTitle,
  .layout-category .userItemList .catItemView .tagItemHeader h3.userItemTitle,
  .layout-category .userItemList .catItemView .userItemHeader h3.catItemTitle,
  .layout-category .userItemList .catItemView .userItemHeader h2.tagItemTitle,
  .layout-category .userItemList .catItemView .userItemHeader h3.userItemTitle,
  .layout-category .userItemList .tagItemView .catItemHeader h3.catItemTitle,
  .layout-category .userItemList .tagItemView .catItemHeader h2.tagItemTitle,
  .layout-category .userItemList .tagItemView .catItemHeader h3.userItemTitle,
  .layout-category .userItemList .tagItemView .tagItemHeader h3.catItemTitle,
  .layout-category .userItemList .tagItemView .tagItemHeader h2.tagItemTitle,
  .layout-category .userItemList .tagItemView .tagItemHeader h3.userItemTitle,
  .layout-category .userItemList .tagItemView .userItemHeader h3.catItemTitle,
  .layout-category .userItemList .tagItemView .userItemHeader h2.tagItemTitle,
  .layout-category .userItemList .tagItemView .userItemHeader h3.userItemTitle,
  .layout-category .userItemList .userItemView .catItemHeader h3.catItemTitle,
  .layout-category .userItemList .userItemView .catItemHeader h2.tagItemTitle,
  .layout-category .userItemList .userItemView .catItemHeader h3.userItemTitle,
  .layout-category .userItemList .userItemView .tagItemHeader h3.catItemTitle,
  .layout-category .userItemList .userItemView .tagItemHeader h2.tagItemTitle,
  .layout-category .userItemList .userItemView .tagItemHeader h3.userItemTitle,
  .layout-category .userItemList .userItemView .userItemHeader h3.catItemTitle,
  .layout-category .userItemList .userItemView .userItemHeader h2.tagItemTitle,
  .layout-category .userItemList .userItemView .userItemHeader h3.userItemTitle,
  .layout-tag .itemList .catItemView .catItemHeader h3.catItemTitle,
  .layout-tag .itemList .catItemView .catItemHeader h2.tagItemTitle,
  .layout-tag .itemList .catItemView .catItemHeader h3.userItemTitle,
  .layout-tag .itemList .catItemView .tagItemHeader h3.catItemTitle,
  .layout-tag .itemList .catItemView .tagItemHeader h2.tagItemTitle,
  .layout-tag .itemList .catItemView .tagItemHeader h3.userItemTitle,
  .layout-tag .itemList .catItemView .userItemHeader h3.catItemTitle,
  .layout-tag .itemList .catItemView .userItemHeader h2.tagItemTitle,
  .layout-tag .itemList .catItemView .userItemHeader h3.userItemTitle,
  .layout-tag .itemList .tagItemView .catItemHeader h3.catItemTitle,
  .layout-tag .itemList .tagItemView .catItemHeader h2.tagItemTitle,
  .layout-tag .itemList .tagItemView .catItemHeader h3.userItemTitle,
  .layout-tag .itemList .tagItemView .tagItemHeader h3.catItemTitle,
  .layout-tag .itemList .tagItemView .tagItemHeader h2.tagItemTitle,
  .layout-tag .itemList .tagItemView .tagItemHeader h3.userItemTitle,
  .layout-tag .itemList .tagItemView .userItemHeader h3.catItemTitle,
  .layout-tag .itemList .tagItemView .userItemHeader h2.tagItemTitle,
  .layout-tag .itemList .tagItemView .userItemHeader h3.userItemTitle,
  .layout-tag .itemList .userItemView .catItemHeader h3.catItemTitle,
  .layout-tag .itemList .userItemView .catItemHeader h2.tagItemTitle,
  .layout-tag .itemList .userItemView .catItemHeader h3.userItemTitle,
  .layout-tag .itemList .userItemView .tagItemHeader h3.catItemTitle,
  .layout-tag .itemList .userItemView .tagItemHeader h2.tagItemTitle,
  .layout-tag .itemList .userItemView .tagItemHeader h3.userItemTitle,
  .layout-tag .itemList .userItemView .userItemHeader h3.catItemTitle,
  .layout-tag .itemList .userItemView .userItemHeader h2.tagItemTitle,
  .layout-tag .itemList .userItemView .userItemHeader h3.userItemTitle,
  .layout-tag .tagItemList .catItemView .catItemHeader h3.catItemTitle,
  .layout-tag .tagItemList .catItemView .catItemHeader h2.tagItemTitle,
  .layout-tag .tagItemList .catItemView .catItemHeader h3.userItemTitle,
  .layout-tag .tagItemList .catItemView .tagItemHeader h3.catItemTitle,
  .layout-tag .tagItemList .catItemView .tagItemHeader h2.tagItemTitle,
  .layout-tag .tagItemList .catItemView .tagItemHeader h3.userItemTitle,
  .layout-tag .tagItemList .catItemView .userItemHeader h3.catItemTitle,
  .layout-tag .tagItemList .catItemView .userItemHeader h2.tagItemTitle,
  .layout-tag .tagItemList .catItemView .userItemHeader h3.userItemTitle,
  .layout-tag .tagItemList .tagItemView .catItemHeader h3.catItemTitle,
  .layout-tag .tagItemList .tagItemView .catItemHeader h2.tagItemTitle,
  .layout-tag .tagItemList .tagItemView .catItemHeader h3.userItemTitle,
  .layout-tag .tagItemList .tagItemView .tagItemHeader h3.catItemTitle,
  .layout-tag .tagItemList .tagItemView .tagItemHeader h2.tagItemTitle,
  .layout-tag .tagItemList .tagItemView .tagItemHeader h3.userItemTitle,
  .layout-tag .tagItemList .tagItemView .userItemHeader h3.catItemTitle,
  .layout-tag .tagItemList .tagItemView .userItemHeader h2.tagItemTitle,
  .layout-tag .tagItemList .tagItemView .userItemHeader h3.userItemTitle,
  .layout-tag .tagItemList .userItemView .catItemHeader h3.catItemTitle,
  .layout-tag .tagItemList .userItemView .catItemHeader h2.tagItemTitle,
  .layout-tag .tagItemList .userItemView .catItemHeader h3.userItemTitle,
  .layout-tag .tagItemList .userItemView .tagItemHeader h3.catItemTitle,
  .layout-tag .tagItemList .userItemView .tagItemHeader h2.tagItemTitle,
  .layout-tag .tagItemList .userItemView .tagItemHeader h3.userItemTitle,
  .layout-tag .tagItemList .userItemView .userItemHeader h3.catItemTitle,
  .layout-tag .tagItemList .userItemView .userItemHeader h2.tagItemTitle,
  .layout-tag .tagItemList .userItemView .userItemHeader h3.userItemTitle,
  .layout-tag .userItemList .catItemView .catItemHeader h3.catItemTitle,
  .layout-tag .userItemList .catItemView .catItemHeader h2.tagItemTitle,
  .layout-tag .userItemList .catItemView .catItemHeader h3.userItemTitle,
  .layout-tag .userItemList .catItemView .tagItemHeader h3.catItemTitle,
  .layout-tag .userItemList .catItemView .tagItemHeader h2.tagItemTitle,
  .layout-tag .userItemList .catItemView .tagItemHeader h3.userItemTitle,
  .layout-tag .userItemList .catItemView .userItemHeader h3.catItemTitle,
  .layout-tag .userItemList .catItemView .userItemHeader h2.tagItemTitle,
  .layout-tag .userItemList .catItemView .userItemHeader h3.userItemTitle,
  .layout-tag .userItemList .tagItemView .catItemHeader h3.catItemTitle,
  .layout-tag .userItemList .tagItemView .catItemHeader h2.tagItemTitle,
  .layout-tag .userItemList .tagItemView .catItemHeader h3.userItemTitle,
  .layout-tag .userItemList .tagItemView .tagItemHeader h3.catItemTitle,
  .layout-tag .userItemList .tagItemView .tagItemHeader h2.tagItemTitle,
  .layout-tag .userItemList .tagItemView .tagItemHeader h3.userItemTitle,
  .layout-tag .userItemList .tagItemView .userItemHeader h3.catItemTitle,
  .layout-tag .userItemList .tagItemView .userItemHeader h2.tagItemTitle,
  .layout-tag .userItemList .tagItemView .userItemHeader h3.userItemTitle,
  .layout-tag .userItemList .userItemView .catItemHeader h3.catItemTitle,
  .layout-tag .userItemList .userItemView .catItemHeader h2.tagItemTitle,
  .layout-tag .userItemList .userItemView .catItemHeader h3.userItemTitle,
  .layout-tag .userItemList .userItemView .tagItemHeader h3.catItemTitle,
  .layout-tag .userItemList .userItemView .tagItemHeader h2.tagItemTitle,
  .layout-tag .userItemList .userItemView .tagItemHeader h3.userItemTitle,
  .layout-tag .userItemList .userItemView .userItemHeader h3.catItemTitle,
  .layout-tag .userItemList .userItemView .userItemHeader h2.tagItemTitle,
  .layout-tag .userItemList .userItemView .userItemHeader h3.userItemTitle,
  .layout-user .itemList .catItemView .catItemHeader h3.catItemTitle,
  .layout-user .itemList .catItemView .catItemHeader h2.tagItemTitle,
  .layout-user .itemList .catItemView .catItemHeader h3.userItemTitle,
  .layout-user .itemList .catItemView .tagItemHeader h3.catItemTitle,
  .layout-user .itemList .catItemView .tagItemHeader h2.tagItemTitle,
  .layout-user .itemList .catItemView .tagItemHeader h3.userItemTitle,
  .layout-user .itemList .catItemView .userItemHeader h3.catItemTitle,
  .layout-user .itemList .catItemView .userItemHeader h2.tagItemTitle,
  .layout-user .itemList .catItemView .userItemHeader h3.userItemTitle,
  .layout-user .itemList .tagItemView .catItemHeader h3.catItemTitle,
  .layout-user .itemList .tagItemView .catItemHeader h2.tagItemTitle,
  .layout-user .itemList .tagItemView .catItemHeader h3.userItemTitle,
  .layout-user .itemList .tagItemView .tagItemHeader h3.catItemTitle,
  .layout-user .itemList .tagItemView .tagItemHeader h2.tagItemTitle,
  .layout-user .itemList .tagItemView .tagItemHeader h3.userItemTitle,
  .layout-user .itemList .tagItemView .userItemHeader h3.catItemTitle,
  .layout-user .itemList .tagItemView .userItemHeader h2.tagItemTitle,
  .layout-user .itemList .tagItemView .userItemHeader h3.userItemTitle,
  .layout-user .itemList .userItemView .catItemHeader h3.catItemTitle,
  .layout-user .itemList .userItemView .catItemHeader h2.tagItemTitle,
  .layout-user .itemList .userItemView .catItemHeader h3.userItemTitle,
  .layout-user .itemList .userItemView .tagItemHeader h3.catItemTitle,
  .layout-user .itemList .userItemView .tagItemHeader h2.tagItemTitle,
  .layout-user .itemList .userItemView .tagItemHeader h3.userItemTitle,
  .layout-user .itemList .userItemView .userItemHeader h3.catItemTitle,
  .layout-user .itemList .userItemView .userItemHeader h2.tagItemTitle,
  .layout-user .itemList .userItemView .userItemHeader h3.userItemTitle,
  .layout-user .tagItemList .catItemView .catItemHeader h3.catItemTitle,
  .layout-user .tagItemList .catItemView .catItemHeader h2.tagItemTitle,
  .layout-user .tagItemList .catItemView .catItemHeader h3.userItemTitle,
  .layout-user .tagItemList .catItemView .tagItemHeader h3.catItemTitle,
  .layout-user .tagItemList .catItemView .tagItemHeader h2.tagItemTitle,
  .layout-user .tagItemList .catItemView .tagItemHeader h3.userItemTitle,
  .layout-user .tagItemList .catItemView .userItemHeader h3.catItemTitle,
  .layout-user .tagItemList .catItemView .userItemHeader h2.tagItemTitle,
  .layout-user .tagItemList .catItemView .userItemHeader h3.userItemTitle,
  .layout-user .tagItemList .tagItemView .catItemHeader h3.catItemTitle,
  .layout-user .tagItemList .tagItemView .catItemHeader h2.tagItemTitle,
  .layout-user .tagItemList .tagItemView .catItemHeader h3.userItemTitle,
  .layout-user .tagItemList .tagItemView .tagItemHeader h3.catItemTitle,
  .layout-user .tagItemList .tagItemView .tagItemHeader h2.tagItemTitle,
  .layout-user .tagItemList .tagItemView .tagItemHeader h3.userItemTitle,
  .layout-user .tagItemList .tagItemView .userItemHeader h3.catItemTitle,
  .layout-user .tagItemList .tagItemView .userItemHeader h2.tagItemTitle,
  .layout-user .tagItemList .tagItemView .userItemHeader h3.userItemTitle,
  .layout-user .tagItemList .userItemView .catItemHeader h3.catItemTitle,
  .layout-user .tagItemList .userItemView .catItemHeader h2.tagItemTitle,
  .layout-user .tagItemList .userItemView .catItemHeader h3.userItemTitle,
  .layout-user .tagItemList .userItemView .tagItemHeader h3.catItemTitle,
  .layout-user .tagItemList .userItemView .tagItemHeader h2.tagItemTitle,
  .layout-user .tagItemList .userItemView .tagItemHeader h3.userItemTitle,
  .layout-user .tagItemList .userItemView .userItemHeader h3.catItemTitle,
  .layout-user .tagItemList .userItemView .userItemHeader h2.tagItemTitle,
  .layout-user .tagItemList .userItemView .userItemHeader h3.userItemTitle,
  .layout-user .userItemList .catItemView .catItemHeader h3.catItemTitle,
  .layout-user .userItemList .catItemView .catItemHeader h2.tagItemTitle,
  .layout-user .userItemList .catItemView .catItemHeader h3.userItemTitle,
  .layout-user .userItemList .catItemView .tagItemHeader h3.catItemTitle,
  .layout-user .userItemList .catItemView .tagItemHeader h2.tagItemTitle,
  .layout-user .userItemList .catItemView .tagItemHeader h3.userItemTitle,
  .layout-user .userItemList .catItemView .userItemHeader h3.catItemTitle,
  .layout-user .userItemList .catItemView .userItemHeader h2.tagItemTitle,
  .layout-user .userItemList .catItemView .userItemHeader h3.userItemTitle,
  .layout-user .userItemList .tagItemView .catItemHeader h3.catItemTitle,
  .layout-user .userItemList .tagItemView .catItemHeader h2.tagItemTitle,
  .layout-user .userItemList .tagItemView .catItemHeader h3.userItemTitle,
  .layout-user .userItemList .tagItemView .tagItemHeader h3.catItemTitle,
  .layout-user .userItemList .tagItemView .tagItemHeader h2.tagItemTitle,
  .layout-user .userItemList .tagItemView .tagItemHeader h3.userItemTitle,
  .layout-user .userItemList .tagItemView .userItemHeader h3.catItemTitle,
  .layout-user .userItemList .tagItemView .userItemHeader h2.tagItemTitle,
  .layout-user .userItemList .tagItemView .userItemHeader h3.userItemTitle,
  .layout-user .userItemList .userItemView .catItemHeader h3.catItemTitle,
  .layout-user .userItemList .userItemView .catItemHeader h2.tagItemTitle,
  .layout-user .userItemList .userItemView .catItemHeader h3.userItemTitle,
  .layout-user .userItemList .userItemView .tagItemHeader h3.catItemTitle,
  .layout-user .userItemList .userItemView .tagItemHeader h2.tagItemTitle,
  .layout-user .userItemList .userItemView .tagItemHeader h3.userItemTitle,
  .layout-user .userItemList .userItemView .userItemHeader h3.catItemTitle,
  .layout-user .userItemList .userItemView .userItemHeader h2.tagItemTitle,
  .layout-user .userItemList .userItemView .userItemHeader h3.userItemTitle {
    line-height: 100%;
    padding: 0;
    font-size: 28px;
    margin: 25px 0 35px 0;
  }
  .layout-category .itemList .catItemView .catItemHeader h3.catItemTitle a,
  .layout-category .itemList .catItemView .catItemHeader h2.tagItemTitle a,
  .layout-category .itemList .catItemView .catItemHeader h3.userItemTitle a,
  .layout-category .itemList .catItemView .tagItemHeader h3.catItemTitle a,
  .layout-category .itemList .catItemView .tagItemHeader h2.tagItemTitle a,
  .layout-category .itemList .catItemView .tagItemHeader h3.userItemTitle a,
  .layout-category .itemList .catItemView .userItemHeader h3.catItemTitle a,
  .layout-category .itemList .catItemView .userItemHeader h2.tagItemTitle a,
  .layout-category .itemList .catItemView .userItemHeader h3.userItemTitle a,
  .layout-category .itemList .tagItemView .catItemHeader h3.catItemTitle a,
  .layout-category .itemList .tagItemView .catItemHeader h2.tagItemTitle a,
  .layout-category .itemList .tagItemView .catItemHeader h3.userItemTitle a,
  .layout-category .itemList .tagItemView .tagItemHeader h3.catItemTitle a,
  .layout-category .itemList .tagItemView .tagItemHeader h2.tagItemTitle a,
  .layout-category .itemList .tagItemView .tagItemHeader h3.userItemTitle a,
  .layout-category .itemList .tagItemView .userItemHeader h3.catItemTitle a,
  .layout-category .itemList .tagItemView .userItemHeader h2.tagItemTitle a,
  .layout-category .itemList .tagItemView .userItemHeader h3.userItemTitle a,
  .layout-category .itemList .userItemView .catItemHeader h3.catItemTitle a,
  .layout-category .itemList .userItemView .catItemHeader h2.tagItemTitle a,
  .layout-category .itemList .userItemView .catItemHeader h3.userItemTitle a,
  .layout-category .itemList .userItemView .tagItemHeader h3.catItemTitle a,
  .layout-category .itemList .userItemView .tagItemHeader h2.tagItemTitle a,
  .layout-category .itemList .userItemView .tagItemHeader h3.userItemTitle a,
  .layout-category .itemList .userItemView .userItemHeader h3.catItemTitle a,
  .layout-category .itemList .userItemView .userItemHeader h2.tagItemTitle a,
  .layout-category .itemList .userItemView .userItemHeader h3.userItemTitle a,
  .layout-category .tagItemList .catItemView .catItemHeader h3.catItemTitle a,
  .layout-category .tagItemList .catItemView .catItemHeader h2.tagItemTitle a,
  .layout-category .tagItemList .catItemView .catItemHeader h3.userItemTitle a,
  .layout-category .tagItemList .catItemView .tagItemHeader h3.catItemTitle a,
  .layout-category .tagItemList .catItemView .tagItemHeader h2.tagItemTitle a,
  .layout-category .tagItemList .catItemView .tagItemHeader h3.userItemTitle a,
  .layout-category .tagItemList .catItemView .userItemHeader h3.catItemTitle a,
  .layout-category .tagItemList .catItemView .userItemHeader h2.tagItemTitle a,
  .layout-category .tagItemList .catItemView .userItemHeader h3.userItemTitle a,
  .layout-category .tagItemList .tagItemView .catItemHeader h3.catItemTitle a,
  .layout-category .tagItemList .tagItemView .catItemHeader h2.tagItemTitle a,
  .layout-category .tagItemList .tagItemView .catItemHeader h3.userItemTitle a,
  .layout-category .tagItemList .tagItemView .tagItemHeader h3.catItemTitle a,
  .layout-category .tagItemList .tagItemView .tagItemHeader h2.tagItemTitle a,
  .layout-category .tagItemList .tagItemView .tagItemHeader h3.userItemTitle a,
  .layout-category .tagItemList .tagItemView .userItemHeader h3.catItemTitle a,
  .layout-category .tagItemList .tagItemView .userItemHeader h2.tagItemTitle a,
  .layout-category .tagItemList .tagItemView .userItemHeader h3.userItemTitle a,
  .layout-category .tagItemList .userItemView .catItemHeader h3.catItemTitle a,
  .layout-category .tagItemList .userItemView .catItemHeader h2.tagItemTitle a,
  .layout-category .tagItemList .userItemView .catItemHeader h3.userItemTitle a,
  .layout-category .tagItemList .userItemView .tagItemHeader h3.catItemTitle a,
  .layout-category .tagItemList .userItemView .tagItemHeader h2.tagItemTitle a,
  .layout-category .tagItemList .userItemView .tagItemHeader h3.userItemTitle a,
  .layout-category .tagItemList .userItemView .userItemHeader h3.catItemTitle a,
  .layout-category .tagItemList .userItemView .userItemHeader h2.tagItemTitle a,
  .layout-category .tagItemList .userItemView .userItemHeader h3.userItemTitle a,
  .layout-category .userItemList .catItemView .catItemHeader h3.catItemTitle a,
  .layout-category .userItemList .catItemView .catItemHeader h2.tagItemTitle a,
  .layout-category .userItemList .catItemView .catItemHeader h3.userItemTitle a,
  .layout-category .userItemList .catItemView .tagItemHeader h3.catItemTitle a,
  .layout-category .userItemList .catItemView .tagItemHeader h2.tagItemTitle a,
  .layout-category .userItemList .catItemView .tagItemHeader h3.userItemTitle a,
  .layout-category .userItemList .catItemView .userItemHeader h3.catItemTitle a,
  .layout-category .userItemList .catItemView .userItemHeader h2.tagItemTitle a,
  .layout-category .userItemList .catItemView .userItemHeader h3.userItemTitle a,
  .layout-category .userItemList .tagItemView .catItemHeader h3.catItemTitle a,
  .layout-category .userItemList .tagItemView .catItemHeader h2.tagItemTitle a,
  .layout-category .userItemList .tagItemView .catItemHeader h3.userItemTitle a,
  .layout-category .userItemList .tagItemView .tagItemHeader h3.catItemTitle a,
  .layout-category .userItemList .tagItemView .tagItemHeader h2.tagItemTitle a,
  .layout-category .userItemList .tagItemView .tagItemHeader h3.userItemTitle a,
  .layout-category .userItemList .tagItemView .userItemHeader h3.catItemTitle a,
  .layout-category .userItemList .tagItemView .userItemHeader h2.tagItemTitle a,
  .layout-category .userItemList .tagItemView .userItemHeader h3.userItemTitle a,
  .layout-category .userItemList .userItemView .catItemHeader h3.catItemTitle a,
  .layout-category .userItemList .userItemView .catItemHeader h2.tagItemTitle a,
  .layout-category .userItemList .userItemView .catItemHeader h3.userItemTitle a,
  .layout-category .userItemList .userItemView .tagItemHeader h3.catItemTitle a,
  .layout-category .userItemList .userItemView .tagItemHeader h2.tagItemTitle a,
  .layout-category .userItemList .userItemView .tagItemHeader h3.userItemTitle a,
  .layout-category .userItemList .userItemView .userItemHeader h3.catItemTitle a,
  .layout-category .userItemList .userItemView .userItemHeader h2.tagItemTitle a,
  .layout-category .userItemList .userItemView .userItemHeader h3.userItemTitle a,
  .layout-tag .itemList .catItemView .catItemHeader h3.catItemTitle a,
  .layout-tag .itemList .catItemView .catItemHeader h2.tagItemTitle a,
  .layout-tag .itemList .catItemView .catItemHeader h3.userItemTitle a,
  .layout-tag .itemList .catItemView .tagItemHeader h3.catItemTitle a,
  .layout-tag .itemList .catItemView .tagItemHeader h2.tagItemTitle a,
  .layout-tag .itemList .catItemView .tagItemHeader h3.userItemTitle a,
  .layout-tag .itemList .catItemView .userItemHeader h3.catItemTitle a,
  .layout-tag .itemList .catItemView .userItemHeader h2.tagItemTitle a,
  .layout-tag .itemList .catItemView .userItemHeader h3.userItemTitle a,
  .layout-tag .itemList .tagItemView .catItemHeader h3.catItemTitle a,
  .layout-tag .itemList .tagItemView .catItemHeader h2.tagItemTitle a,
  .layout-tag .itemList .tagItemView .catItemHeader h3.userItemTitle a,
  .layout-tag .itemList .tagItemView .tagItemHeader h3.catItemTitle a,
  .layout-tag .itemList .tagItemView .tagItemHeader h2.tagItemTitle a,
  .layout-tag .itemList .tagItemView .tagItemHeader h3.userItemTitle a,
  .layout-tag .itemList .tagItemView .userItemHeader h3.catItemTitle a,
  .layout-tag .itemList .tagItemView .userItemHeader h2.tagItemTitle a,
  .layout-tag .itemList .tagItemView .userItemHeader h3.userItemTitle a,
  .layout-tag .itemList .userItemView .catItemHeader h3.catItemTitle a,
  .layout-tag .itemList .userItemView .catItemHeader h2.tagItemTitle a,
  .layout-tag .itemList .userItemView .catItemHeader h3.userItemTitle a,
  .layout-tag .itemList .userItemView .tagItemHeader h3.catItemTitle a,
  .layout-tag .itemList .userItemView .tagItemHeader h2.tagItemTitle a,
  .layout-tag .itemList .userItemView .tagItemHeader h3.userItemTitle a,
  .layout-tag .itemList .userItemView .userItemHeader h3.catItemTitle a,
  .layout-tag .itemList .userItemView .userItemHeader h2.tagItemTitle a,
  .layout-tag .itemList .userItemView .userItemHeader h3.userItemTitle a,
  .layout-tag .tagItemList .catItemView .catItemHeader h3.catItemTitle a,
  .layout-tag .tagItemList .catItemView .catItemHeader h2.tagItemTitle a,
  .layout-tag .tagItemList .catItemView .catItemHeader h3.userItemTitle a,
  .layout-tag .tagItemList .catItemView .tagItemHeader h3.catItemTitle a,
  .layout-tag .tagItemList .catItemView .tagItemHeader h2.tagItemTitle a,
  .layout-tag .tagItemList .catItemView .tagItemHeader h3.userItemTitle a,
  .layout-tag .tagItemList .catItemView .userItemHeader h3.catItemTitle a,
  .layout-tag .tagItemList .catItemView .userItemHeader h2.tagItemTitle a,
  .layout-tag .tagItemList .catItemView .userItemHeader h3.userItemTitle a,
  .layout-tag .tagItemList .tagItemView .catItemHeader h3.catItemTitle a,
  .layout-tag .tagItemList .tagItemView .catItemHeader h2.tagItemTitle a,
  .layout-tag .tagItemList .tagItemView .catItemHeader h3.userItemTitle a,
  .layout-tag .tagItemList .tagItemView .tagItemHeader h3.catItemTitle a,
  .layout-tag .tagItemList .tagItemView .tagItemHeader h2.tagItemTitle a,
  .layout-tag .tagItemList .tagItemView .tagItemHeader h3.userItemTitle a,
  .layout-tag .tagItemList .tagItemView .userItemHeader h3.catItemTitle a,
  .layout-tag .tagItemList .tagItemView .userItemHeader h2.tagItemTitle a,
  .layout-tag .tagItemList .tagItemView .userItemHeader h3.userItemTitle a,
  .layout-tag .tagItemList .userItemView .catItemHeader h3.catItemTitle a,
  .layout-tag .tagItemList .userItemView .catItemHeader h2.tagItemTitle a,
  .layout-tag .tagItemList .userItemView .catItemHeader h3.userItemTitle a,
  .layout-tag .tagItemList .userItemView .tagItemHeader h3.catItemTitle a,
  .layout-tag .tagItemList .userItemView .tagItemHeader h2.tagItemTitle a,
  .layout-tag .tagItemList .userItemView .tagItemHeader h3.userItemTitle a,
  .layout-tag .tagItemList .userItemView .userItemHeader h3.catItemTitle a,
  .layout-tag .tagItemList .userItemView .userItemHeader h2.tagItemTitle a,
  .layout-tag .tagItemList .userItemView .userItemHeader h3.userItemTitle a,
  .layout-tag .userItemList .catItemView .catItemHeader h3.catItemTitle a,
  .layout-tag .userItemList .catItemView .catItemHeader h2.tagItemTitle a,
  .layout-tag .userItemList .catItemView .catItemHeader h3.userItemTitle a,
  .layout-tag .userItemList .catItemView .tagItemHeader h3.catItemTitle a,
  .layout-tag .userItemList .catItemView .tagItemHeader h2.tagItemTitle a,
  .layout-tag .userItemList .catItemView .tagItemHeader h3.userItemTitle a,
  .layout-tag .userItemList .catItemView .userItemHeader h3.catItemTitle a,
  .layout-tag .userItemList .catItemView .userItemHeader h2.tagItemTitle a,
  .layout-tag .userItemList .catItemView .userItemHeader h3.userItemTitle a,
  .layout-tag .userItemList .tagItemView .catItemHeader h3.catItemTitle a,
  .layout-tag .userItemList .tagItemView .catItemHeader h2.tagItemTitle a,
  .layout-tag .userItemList .tagItemView .catItemHeader h3.userItemTitle a,
  .layout-tag .userItemList .tagItemView .tagItemHeader h3.catItemTitle a,
  .layout-tag .userItemList .tagItemView .tagItemHeader h2.tagItemTitle a,
  .layout-tag .userItemList .tagItemView .tagItemHeader h3.userItemTitle a,
  .layout-tag .userItemList .tagItemView .userItemHeader h3.catItemTitle a,
  .layout-tag .userItemList .tagItemView .userItemHeader h2.tagItemTitle a,
  .layout-tag .userItemList .tagItemView .userItemHeader h3.userItemTitle a,
  .layout-tag .userItemList .userItemView .catItemHeader h3.catItemTitle a,
  .layout-tag .userItemList .userItemView .catItemHeader h2.tagItemTitle a,
  .layout-tag .userItemList .userItemView .catItemHeader h3.userItemTitle a,
  .layout-tag .userItemList .userItemView .tagItemHeader h3.catItemTitle a,
  .layout-tag .userItemList .userItemView .tagItemHeader h2.tagItemTitle a,
  .layout-tag .userItemList .userItemView .tagItemHeader h3.userItemTitle a,
  .layout-tag .userItemList .userItemView .userItemHeader h3.catItemTitle a,
  .layout-tag .userItemList .userItemView .userItemHeader h2.tagItemTitle a,
  .layout-tag .userItemList .userItemView .userItemHeader h3.userItemTitle a,
  .layout-user .itemList .catItemView .catItemHeader h3.catItemTitle a,
  .layout-user .itemList .catItemView .catItemHeader h2.tagItemTitle a,
  .layout-user .itemList .catItemView .catItemHeader h3.userItemTitle a,
  .layout-user .itemList .catItemView .tagItemHeader h3.catItemTitle a,
  .layout-user .itemList .catItemView .tagItemHeader h2.tagItemTitle a,
  .layout-user .itemList .catItemView .tagItemHeader h3.userItemTitle a,
  .layout-user .itemList .catItemView .userItemHeader h3.catItemTitle a,
  .layout-user .itemList .catItemView .userItemHeader h2.tagItemTitle a,
  .layout-user .itemList .catItemView .userItemHeader h3.userItemTitle a,
  .layout-user .itemList .tagItemView .catItemHeader h3.catItemTitle a,
  .layout-user .itemList .tagItemView .catItemHeader h2.tagItemTitle a,
  .layout-user .itemList .tagItemView .catItemHeader h3.userItemTitle a,
  .layout-user .itemList .tagItemView .tagItemHeader h3.catItemTitle a,
  .layout-user .itemList .tagItemView .tagItemHeader h2.tagItemTitle a,
  .layout-user .itemList .tagItemView .tagItemHeader h3.userItemTitle a,
  .layout-user .itemList .tagItemView .userItemHeader h3.catItemTitle a,
  .layout-user .itemList .tagItemView .userItemHeader h2.tagItemTitle a,
  .layout-user .itemList .tagItemView .userItemHeader h3.userItemTitle a,
  .layout-user .itemList .userItemView .catItemHeader h3.catItemTitle a,
  .layout-user .itemList .userItemView .catItemHeader h2.tagItemTitle a,
  .layout-user .itemList .userItemView .catItemHeader h3.userItemTitle a,
  .layout-user .itemList .userItemView .tagItemHeader h3.catItemTitle a,
  .layout-user .itemList .userItemView .tagItemHeader h2.tagItemTitle a,
  .layout-user .itemList .userItemView .tagItemHeader h3.userItemTitle a,
  .layout-user .itemList .userItemView .userItemHeader h3.catItemTitle a,
  .layout-user .itemList .userItemView .userItemHeader h2.tagItemTitle a,
  .layout-user .itemList .userItemView .userItemHeader h3.userItemTitle a,
  .layout-user .tagItemList .catItemView .catItemHeader h3.catItemTitle a,
  .layout-user .tagItemList .catItemView .catItemHeader h2.tagItemTitle a,
  .layout-user .tagItemList .catItemView .catItemHeader h3.userItemTitle a,
  .layout-user .tagItemList .catItemView .tagItemHeader h3.catItemTitle a,
  .layout-user .tagItemList .catItemView .tagItemHeader h2.tagItemTitle a,
  .layout-user .tagItemList .catItemView .tagItemHeader h3.userItemTitle a,
  .layout-user .tagItemList .catItemView .userItemHeader h3.catItemTitle a,
  .layout-user .tagItemList .catItemView .userItemHeader h2.tagItemTitle a,
  .layout-user .tagItemList .catItemView .userItemHeader h3.userItemTitle a,
  .layout-user .tagItemList .tagItemView .catItemHeader h3.catItemTitle a,
  .layout-user .tagItemList .tagItemView .catItemHeader h2.tagItemTitle a,
  .layout-user .tagItemList .tagItemView .catItemHeader h3.userItemTitle a,
  .layout-user .tagItemList .tagItemView .tagItemHeader h3.catItemTitle a,
  .layout-user .tagItemList .tagItemView .tagItemHeader h2.tagItemTitle a,
  .layout-user .tagItemList .tagItemView .tagItemHeader h3.userItemTitle a,
  .layout-user .tagItemList .tagItemView .userItemHeader h3.catItemTitle a,
  .layout-user .tagItemList .tagItemView .userItemHeader h2.tagItemTitle a,
  .layout-user .tagItemList .tagItemView .userItemHeader h3.userItemTitle a,
  .layout-user .tagItemList .userItemView .catItemHeader h3.catItemTitle a,
  .layout-user .tagItemList .userItemView .catItemHeader h2.tagItemTitle a,
  .layout-user .tagItemList .userItemView .catItemHeader h3.userItemTitle a,
  .layout-user .tagItemList .userItemView .tagItemHeader h3.catItemTitle a,
  .layout-user .tagItemList .userItemView .tagItemHeader h2.tagItemTitle a,
  .layout-user .tagItemList .userItemView .tagItemHeader h3.userItemTitle a,
  .layout-user .tagItemList .userItemView .userItemHeader h3.catItemTitle a,
  .layout-user .tagItemList .userItemView .userItemHeader h2.tagItemTitle a,
  .layout-user .tagItemList .userItemView .userItemHeader h3.userItemTitle a,
  .layout-user .userItemList .catItemView .catItemHeader h3.catItemTitle a,
  .layout-user .userItemList .catItemView .catItemHeader h2.tagItemTitle a,
  .layout-user .userItemList .catItemView .catItemHeader h3.userItemTitle a,
  .layout-user .userItemList .catItemView .tagItemHeader h3.catItemTitle a,
  .layout-user .userItemList .catItemView .tagItemHeader h2.tagItemTitle a,
  .layout-user .userItemList .catItemView .tagItemHeader h3.userItemTitle a,
  .layout-user .userItemList .catItemView .userItemHeader h3.catItemTitle a,
  .layout-user .userItemList .catItemView .userItemHeader h2.tagItemTitle a,
  .layout-user .userItemList .catItemView .userItemHeader h3.userItemTitle a,
  .layout-user .userItemList .tagItemView .catItemHeader h3.catItemTitle a,
  .layout-user .userItemList .tagItemView .catItemHeader h2.tagItemTitle a,
  .layout-user .userItemList .tagItemView .catItemHeader h3.userItemTitle a,
  .layout-user .userItemList .tagItemView .tagItemHeader h3.catItemTitle a,
  .layout-user .userItemList .tagItemView .tagItemHeader h2.tagItemTitle a,
  .layout-user .userItemList .tagItemView .tagItemHeader h3.userItemTitle a,
  .layout-user .userItemList .tagItemView .userItemHeader h3.catItemTitle a,
  .layout-user .userItemList .tagItemView .userItemHeader h2.tagItemTitle a,
  .layout-user .userItemList .tagItemView .userItemHeader h3.userItemTitle a,
  .layout-user .userItemList .userItemView .catItemHeader h3.catItemTitle a,
  .layout-user .userItemList .userItemView .catItemHeader h2.tagItemTitle a,
  .layout-user .userItemList .userItemView .catItemHeader h3.userItemTitle a,
  .layout-user .userItemList .userItemView .tagItemHeader h3.catItemTitle a,
  .layout-user .userItemList .userItemView .tagItemHeader h2.tagItemTitle a,
  .layout-user .userItemList .userItemView .tagItemHeader h3.userItemTitle a,
  .layout-user .userItemList .userItemView .userItemHeader h3.catItemTitle a,
  .layout-user .userItemList .userItemView .userItemHeader h2.tagItemTitle a,
  .layout-user .userItemList .userItemView .userItemHeader h3.userItemTitle a {
    color: #24252a;
  }
  .layout-category .itemList .catItemView .catItemHeader .catItemDateCreated,
  .layout-category .itemList .catItemView .catItemHeader .catItemAuthor,
  .layout-category .itemList .catItemView .catItemHeader .catItemCategory,
  .layout-category .itemList .catItemView .catItemHeader .tagItemDateCreated,
  .layout-category .itemList .catItemView .catItemHeader .tagItemAuthor,
  .layout-category .itemList .catItemView .catItemHeader .tagItemCategory,
  .layout-category .itemList .catItemView .tagItemHeader .catItemDateCreated,
  .layout-category .itemList .catItemView .tagItemHeader .catItemAuthor,
  .layout-category .itemList .catItemView .tagItemHeader .catItemCategory,
  .layout-category .itemList .catItemView .tagItemHeader .tagItemDateCreated,
  .layout-category .itemList .catItemView .tagItemHeader .tagItemAuthor,
  .layout-category .itemList .catItemView .tagItemHeader .tagItemCategory,
  .layout-category .itemList .catItemView .userItemHeader .catItemDateCreated,
  .layout-category .itemList .catItemView .userItemHeader .catItemAuthor,
  .layout-category .itemList .catItemView .userItemHeader .catItemCategory,
  .layout-category .itemList .catItemView .userItemHeader .tagItemDateCreated,
  .layout-category .itemList .catItemView .userItemHeader .tagItemAuthor,
  .layout-category .itemList .catItemView .userItemHeader .tagItemCategory,
  .layout-category .itemList .tagItemView .catItemHeader .catItemDateCreated,
  .layout-category .itemList .tagItemView .catItemHeader .catItemAuthor,
  .layout-category .itemList .tagItemView .catItemHeader .catItemCategory,
  .layout-category .itemList .tagItemView .catItemHeader .tagItemDateCreated,
  .layout-category .itemList .tagItemView .catItemHeader .tagItemAuthor,
  .layout-category .itemList .tagItemView .catItemHeader .tagItemCategory,
  .layout-category .itemList .tagItemView .tagItemHeader .catItemDateCreated,
  .layout-category .itemList .tagItemView .tagItemHeader .catItemAuthor,
  .layout-category .itemList .tagItemView .tagItemHeader .catItemCategory,
  .layout-category .itemList .tagItemView .tagItemHeader .tagItemDateCreated,
  .layout-category .itemList .tagItemView .tagItemHeader .tagItemAuthor,
  .layout-category .itemList .tagItemView .tagItemHeader .tagItemCategory,
  .layout-category .itemList .tagItemView .userItemHeader .catItemDateCreated,
  .layout-category .itemList .tagItemView .userItemHeader .catItemAuthor,
  .layout-category .itemList .tagItemView .userItemHeader .catItemCategory,
  .layout-category .itemList .tagItemView .userItemHeader .tagItemDateCreated,
  .layout-category .itemList .tagItemView .userItemHeader .tagItemAuthor,
  .layout-category .itemList .tagItemView .userItemHeader .tagItemCategory,
  .layout-category .itemList .userItemView .catItemHeader .catItemDateCreated,
  .layout-category .itemList .userItemView .catItemHeader .catItemAuthor,
  .layout-category .itemList .userItemView .catItemHeader .catItemCategory,
  .layout-category .itemList .userItemView .catItemHeader .tagItemDateCreated,
  .layout-category .itemList .userItemView .catItemHeader .tagItemAuthor,
  .layout-category .itemList .userItemView .catItemHeader .tagItemCategory,
  .layout-category .itemList .userItemView .tagItemHeader .catItemDateCreated,
  .layout-category .itemList .userItemView .tagItemHeader .catItemAuthor,
  .layout-category .itemList .userItemView .tagItemHeader .catItemCategory,
  .layout-category .itemList .userItemView .tagItemHeader .tagItemDateCreated,
  .layout-category .itemList .userItemView .tagItemHeader .tagItemAuthor,
  .layout-category .itemList .userItemView .tagItemHeader .tagItemCategory,
  .layout-category .itemList .userItemView .userItemHeader .catItemDateCreated,
  .layout-category .itemList .userItemView .userItemHeader .catItemAuthor,
  .layout-category .itemList .userItemView .userItemHeader .catItemCategory,
  .layout-category .itemList .userItemView .userItemHeader .tagItemDateCreated,
  .layout-category .itemList .userItemView .userItemHeader .tagItemAuthor,
  .layout-category .itemList .userItemView .userItemHeader .tagItemCategory,
  .layout-category .tagItemList .catItemView .catItemHeader .catItemDateCreated,
  .layout-category .tagItemList .catItemView .catItemHeader .catItemAuthor,
  .layout-category .tagItemList .catItemView .catItemHeader .catItemCategory,
  .layout-category .tagItemList .catItemView .catItemHeader .tagItemDateCreated,
  .layout-category .tagItemList .catItemView .catItemHeader .tagItemAuthor,
  .layout-category .tagItemList .catItemView .catItemHeader .tagItemCategory,
  .layout-category .tagItemList .catItemView .tagItemHeader .catItemDateCreated,
  .layout-category .tagItemList .catItemView .tagItemHeader .catItemAuthor,
  .layout-category .tagItemList .catItemView .tagItemHeader .catItemCategory,
  .layout-category .tagItemList .catItemView .tagItemHeader .tagItemDateCreated,
  .layout-category .tagItemList .catItemView .tagItemHeader .tagItemAuthor,
  .layout-category .tagItemList .catItemView .tagItemHeader .tagItemCategory,
  .layout-category .tagItemList .catItemView .userItemHeader .catItemDateCreated,
  .layout-category .tagItemList .catItemView .userItemHeader .catItemAuthor,
  .layout-category .tagItemList .catItemView .userItemHeader .catItemCategory,
  .layout-category .tagItemList .catItemView .userItemHeader .tagItemDateCreated,
  .layout-category .tagItemList .catItemView .userItemHeader .tagItemAuthor,
  .layout-category .tagItemList .catItemView .userItemHeader .tagItemCategory,
  .layout-category .tagItemList .tagItemView .catItemHeader .catItemDateCreated,
  .layout-category .tagItemList .tagItemView .catItemHeader .catItemAuthor,
  .layout-category .tagItemList .tagItemView .catItemHeader .catItemCategory,
  .layout-category .tagItemList .tagItemView .catItemHeader .tagItemDateCreated,
  .layout-category .tagItemList .tagItemView .catItemHeader .tagItemAuthor,
  .layout-category .tagItemList .tagItemView .catItemHeader .tagItemCategory,
  .layout-category .tagItemList .tagItemView .tagItemHeader .catItemDateCreated,
  .layout-category .tagItemList .tagItemView .tagItemHeader .catItemAuthor,
  .layout-category .tagItemList .tagItemView .tagItemHeader .catItemCategory,
  .layout-category .tagItemList .tagItemView .tagItemHeader .tagItemDateCreated,
  .layout-category .tagItemList .tagItemView .tagItemHeader .tagItemAuthor,
  .layout-category .tagItemList .tagItemView .tagItemHeader .tagItemCategory,
  .layout-category .tagItemList .tagItemView .userItemHeader .catItemDateCreated,
  .layout-category .tagItemList .tagItemView .userItemHeader .catItemAuthor,
  .layout-category .tagItemList .tagItemView .userItemHeader .catItemCategory,
  .layout-category .tagItemList .tagItemView .userItemHeader .tagItemDateCreated,
  .layout-category .tagItemList .tagItemView .userItemHeader .tagItemAuthor,
  .layout-category .tagItemList .tagItemView .userItemHeader .tagItemCategory,
  .layout-category .tagItemList .userItemView .catItemHeader .catItemDateCreated,
  .layout-category .tagItemList .userItemView .catItemHeader .catItemAuthor,
  .layout-category .tagItemList .userItemView .catItemHeader .catItemCategory,
  .layout-category .tagItemList .userItemView .catItemHeader .tagItemDateCreated,
  .layout-category .tagItemList .userItemView .catItemHeader .tagItemAuthor,
  .layout-category .tagItemList .userItemView .catItemHeader .tagItemCategory,
  .layout-category .tagItemList .userItemView .tagItemHeader .catItemDateCreated,
  .layout-category .tagItemList .userItemView .tagItemHeader .catItemAuthor,
  .layout-category .tagItemList .userItemView .tagItemHeader .catItemCategory,
  .layout-category .tagItemList .userItemView .tagItemHeader .tagItemDateCreated,
  .layout-category .tagItemList .userItemView .tagItemHeader .tagItemAuthor,
  .layout-category .tagItemList .userItemView .tagItemHeader .tagItemCategory,
  .layout-category .tagItemList .userItemView .userItemHeader .catItemDateCreated,
  .layout-category .tagItemList .userItemView .userItemHeader .catItemAuthor,
  .layout-category .tagItemList .userItemView .userItemHeader .catItemCategory,
  .layout-category .tagItemList .userItemView .userItemHeader .tagItemDateCreated,
  .layout-category .tagItemList .userItemView .userItemHeader .tagItemAuthor,
  .layout-category .tagItemList .userItemView .userItemHeader .tagItemCategory,
  .layout-category .userItemList .catItemView .catItemHeader .catItemDateCreated,
  .layout-category .userItemList .catItemView .catItemHeader .catItemAuthor,
  .layout-category .userItemList .catItemView .catItemHeader .catItemCategory,
  .layout-category .userItemList .catItemView .catItemHeader .tagItemDateCreated,
  .layout-category .userItemList .catItemView .catItemHeader .tagItemAuthor,
  .layout-category .userItemList .catItemView .catItemHeader .tagItemCategory,
  .layout-category .userItemList .catItemView .tagItemHeader .catItemDateCreated,
  .layout-category .userItemList .catItemView .tagItemHeader .catItemAuthor,
  .layout-category .userItemList .catItemView .tagItemHeader .catItemCategory,
  .layout-category .userItemList .catItemView .tagItemHeader .tagItemDateCreated,
  .layout-category .userItemList .catItemView .tagItemHeader .tagItemAuthor,
  .layout-category .userItemList .catItemView .tagItemHeader .tagItemCategory,
  .layout-category .userItemList .catItemView .userItemHeader .catItemDateCreated,
  .layout-category .userItemList .catItemView .userItemHeader .catItemAuthor,
  .layout-category .userItemList .catItemView .userItemHeader .catItemCategory,
  .layout-category .userItemList .catItemView .userItemHeader .tagItemDateCreated,
  .layout-category .userItemList .catItemView .userItemHeader .tagItemAuthor,
  .layout-category .userItemList .catItemView .userItemHeader .tagItemCategory,
  .layout-category .userItemList .tagItemView .catItemHeader .catItemDateCreated,
  .layout-category .userItemList .tagItemView .catItemHeader .catItemAuthor,
  .layout-category .userItemList .tagItemView .catItemHeader .catItemCategory,
  .layout-category .userItemList .tagItemView .catItemHeader .tagItemDateCreated,
  .layout-category .userItemList .tagItemView .catItemHeader .tagItemAuthor,
  .layout-category .userItemList .tagItemView .catItemHeader .tagItemCategory,
  .layout-category .userItemList .tagItemView .tagItemHeader .catItemDateCreated,
  .layout-category .userItemList .tagItemView .tagItemHeader .catItemAuthor,
  .layout-category .userItemList .tagItemView .tagItemHeader .catItemCategory,
  .layout-category .userItemList .tagItemView .tagItemHeader .tagItemDateCreated,
  .layout-category .userItemList .tagItemView .tagItemHeader .tagItemAuthor,
  .layout-category .userItemList .tagItemView .tagItemHeader .tagItemCategory,
  .layout-category .userItemList .tagItemView .userItemHeader .catItemDateCreated,
  .layout-category .userItemList .tagItemView .userItemHeader .catItemAuthor,
  .layout-category .userItemList .tagItemView .userItemHeader .catItemCategory,
  .layout-category .userItemList .tagItemView .userItemHeader .tagItemDateCreated,
  .layout-category .userItemList .tagItemView .userItemHeader .tagItemAuthor,
  .layout-category .userItemList .tagItemView .userItemHeader .tagItemCategory,
  .layout-category .userItemList .userItemView .catItemHeader .catItemDateCreated,
  .layout-category .userItemList .userItemView .catItemHeader .catItemAuthor,
  .layout-category .userItemList .userItemView .catItemHeader .catItemCategory,
  .layout-category .userItemList .userItemView .catItemHeader .tagItemDateCreated,
  .layout-category .userItemList .userItemView .catItemHeader .tagItemAuthor,
  .layout-category .userItemList .userItemView .catItemHeader .tagItemCategory,
  .layout-category .userItemList .userItemView .tagItemHeader .catItemDateCreated,
  .layout-category .userItemList .userItemView .tagItemHeader .catItemAuthor,
  .layout-category .userItemList .userItemView .tagItemHeader .catItemCategory,
  .layout-category .userItemList .userItemView .tagItemHeader .tagItemDateCreated,
  .layout-category .userItemList .userItemView .tagItemHeader .tagItemAuthor,
  .layout-category .userItemList .userItemView .tagItemHeader .tagItemCategory,
  .layout-category .userItemList .userItemView .userItemHeader .catItemDateCreated,
  .layout-category .userItemList .userItemView .userItemHeader .catItemAuthor,
  .layout-category .userItemList .userItemView .userItemHeader .catItemCategory,
  .layout-category .userItemList .userItemView .userItemHeader .tagItemDateCreated,
  .layout-category .userItemList .userItemView .userItemHeader .tagItemAuthor,
  .layout-category .userItemList .userItemView .userItemHeader .tagItemCategory,
  .layout-tag .itemList .catItemView .catItemHeader .catItemDateCreated,
  .layout-tag .itemList .catItemView .catItemHeader .catItemAuthor,
  .layout-tag .itemList .catItemView .catItemHeader .catItemCategory,
  .layout-tag .itemList .catItemView .catItemHeader .tagItemDateCreated,
  .layout-tag .itemList .catItemView .catItemHeader .tagItemAuthor,
  .layout-tag .itemList .catItemView .catItemHeader .tagItemCategory,
  .layout-tag .itemList .catItemView .tagItemHeader .catItemDateCreated,
  .layout-tag .itemList .catItemView .tagItemHeader .catItemAuthor,
  .layout-tag .itemList .catItemView .tagItemHeader .catItemCategory,
  .layout-tag .itemList .catItemView .tagItemHeader .tagItemDateCreated,
  .layout-tag .itemList .catItemView .tagItemHeader .tagItemAuthor,
  .layout-tag .itemList .catItemView .tagItemHeader .tagItemCategory,
  .layout-tag .itemList .catItemView .userItemHeader .catItemDateCreated,
  .layout-tag .itemList .catItemView .userItemHeader .catItemAuthor,
  .layout-tag .itemList .catItemView .userItemHeader .catItemCategory,
  .layout-tag .itemList .catItemView .userItemHeader .tagItemDateCreated,
  .layout-tag .itemList .catItemView .userItemHeader .tagItemAuthor,
  .layout-tag .itemList .catItemView .userItemHeader .tagItemCategory,
  .layout-tag .itemList .tagItemView .catItemHeader .catItemDateCreated,
  .layout-tag .itemList .tagItemView .catItemHeader .catItemAuthor,
  .layout-tag .itemList .tagItemView .catItemHeader .catItemCategory,
  .layout-tag .itemList .tagItemView .catItemHeader .tagItemDateCreated,
  .layout-tag .itemList .tagItemView .catItemHeader .tagItemAuthor,
  .layout-tag .itemList .tagItemView .catItemHeader .tagItemCategory,
  .layout-tag .itemList .tagItemView .tagItemHeader .catItemDateCreated,
  .layout-tag .itemList .tagItemView .tagItemHeader .catItemAuthor,
  .layout-tag .itemList .tagItemView .tagItemHeader .catItemCategory,
  .layout-tag .itemList .tagItemView .tagItemHeader .tagItemDateCreated,
  .layout-tag .itemList .tagItemView .tagItemHeader .tagItemAuthor,
  .layout-tag .itemList .tagItemView .tagItemHeader .tagItemCategory,
  .layout-tag .itemList .tagItemView .userItemHeader .catItemDateCreated,
  .layout-tag .itemList .tagItemView .userItemHeader .catItemAuthor,
  .layout-tag .itemList .tagItemView .userItemHeader .catItemCategory,
  .layout-tag .itemList .tagItemView .userItemHeader .tagItemDateCreated,
  .layout-tag .itemList .tagItemView .userItemHeader .tagItemAuthor,
  .layout-tag .itemList .tagItemView .userItemHeader .tagItemCategory,
  .layout-tag .itemList .userItemView .catItemHeader .catItemDateCreated,
  .layout-tag .itemList .userItemView .catItemHeader .catItemAuthor,
  .layout-tag .itemList .userItemView .catItemHeader .catItemCategory,
  .layout-tag .itemList .userItemView .catItemHeader .tagItemDateCreated,
  .layout-tag .itemList .userItemView .catItemHeader .tagItemAuthor,
  .layout-tag .itemList .userItemView .catItemHeader .tagItemCategory,
  .layout-tag .itemList .userItemView .tagItemHeader .catItemDateCreated,
  .layout-tag .itemList .userItemView .tagItemHeader .catItemAuthor,
  .layout-tag .itemList .userItemView .tagItemHeader .catItemCategory,
  .layout-tag .itemList .userItemView .tagItemHeader .tagItemDateCreated,
  .layout-tag .itemList .userItemView .tagItemHeader .tagItemAuthor,
  .layout-tag .itemList .userItemView .tagItemHeader .tagItemCategory,
  .layout-tag .itemList .userItemView .userItemHeader .catItemDateCreated,
  .layout-tag .itemList .userItemView .userItemHeader .catItemAuthor,
  .layout-tag .itemList .userItemView .userItemHeader .catItemCategory,
  .layout-tag .itemList .userItemView .userItemHeader .tagItemDateCreated,
  .layout-tag .itemList .userItemView .userItemHeader .tagItemAuthor,
  .layout-tag .itemList .userItemView .userItemHeader .tagItemCategory,
  .layout-tag .tagItemList .catItemView .catItemHeader .catItemDateCreated,
  .layout-tag .tagItemList .catItemView .catItemHeader .catItemAuthor,
  .layout-tag .tagItemList .catItemView .catItemHeader .catItemCategory,
  .layout-tag .tagItemList .catItemView .catItemHeader .tagItemDateCreated,
  .layout-tag .tagItemList .catItemView .catItemHeader .tagItemAuthor,
  .layout-tag .tagItemList .catItemView .catItemHeader .tagItemCategory,
  .layout-tag .tagItemList .catItemView .tagItemHeader .catItemDateCreated,
  .layout-tag .tagItemList .catItemView .tagItemHeader .catItemAuthor,
  .layout-tag .tagItemList .catItemView .tagItemHeader .catItemCategory,
  .layout-tag .tagItemList .catItemView .tagItemHeader .tagItemDateCreated,
  .layout-tag .tagItemList .catItemView .tagItemHeader .tagItemAuthor,
  .layout-tag .tagItemList .catItemView .tagItemHeader .tagItemCategory,
  .layout-tag .tagItemList .catItemView .userItemHeader .catItemDateCreated,
  .layout-tag .tagItemList .catItemView .userItemHeader .catItemAuthor,
  .layout-tag .tagItemList .catItemView .userItemHeader .catItemCategory,
  .layout-tag .tagItemList .catItemView .userItemHeader .tagItemDateCreated,
  .layout-tag .tagItemList .catItemView .userItemHeader .tagItemAuthor,
  .layout-tag .tagItemList .catItemView .userItemHeader .tagItemCategory,
  .layout-tag .tagItemList .tagItemView .catItemHeader .catItemDateCreated,
  .layout-tag .tagItemList .tagItemView .catItemHeader .catItemAuthor,
  .layout-tag .tagItemList .tagItemView .catItemHeader .catItemCategory,
  .layout-tag .tagItemList .tagItemView .catItemHeader .tagItemDateCreated,
  .layout-tag .tagItemList .tagItemView .catItemHeader .tagItemAuthor,
  .layout-tag .tagItemList .tagItemView .catItemHeader .tagItemCategory,
  .layout-tag .tagItemList .tagItemView .tagItemHeader .catItemDateCreated,
  .layout-tag .tagItemList .tagItemView .tagItemHeader .catItemAuthor,
  .layout-tag .tagItemList .tagItemView .tagItemHeader .catItemCategory,
  .layout-tag .tagItemList .tagItemView .tagItemHeader .tagItemDateCreated,
  .layout-tag .tagItemList .tagItemView .tagItemHeader .tagItemAuthor,
  .layout-tag .tagItemList .tagItemView .tagItemHeader .tagItemCategory,
  .layout-tag .tagItemList .tagItemView .userItemHeader .catItemDateCreated,
  .layout-tag .tagItemList .tagItemView .userItemHeader .catItemAuthor,
  .layout-tag .tagItemList .tagItemView .userItemHeader .catItemCategory,
  .layout-tag .tagItemList .tagItemView .userItemHeader .tagItemDateCreated,
  .layout-tag .tagItemList .tagItemView .userItemHeader .tagItemAuthor,
  .layout-tag .tagItemList .tagItemView .userItemHeader .tagItemCategory,
  .layout-tag .tagItemList .userItemView .catItemHeader .catItemDateCreated,
  .layout-tag .tagItemList .userItemView .catItemHeader .catItemAuthor,
  .layout-tag .tagItemList .userItemView .catItemHeader .catItemCategory,
  .layout-tag .tagItemList .userItemView .catItemHeader .tagItemDateCreated,
  .layout-tag .tagItemList .userItemView .catItemHeader .tagItemAuthor,
  .layout-tag .tagItemList .userItemView .catItemHeader .tagItemCategory,
  .layout-tag .tagItemList .userItemView .tagItemHeader .catItemDateCreated,
  .layout-tag .tagItemList .userItemView .tagItemHeader .catItemAuthor,
  .layout-tag .tagItemList .userItemView .tagItemHeader .catItemCategory,
  .layout-tag .tagItemList .userItemView .tagItemHeader .tagItemDateCreated,
  .layout-tag .tagItemList .userItemView .tagItemHeader .tagItemAuthor,
  .layout-tag .tagItemList .userItemView .tagItemHeader .tagItemCategory,
  .layout-tag .tagItemList .userItemView .userItemHeader .catItemDateCreated,
  .layout-tag .tagItemList .userItemView .userItemHeader .catItemAuthor,
  .layout-tag .tagItemList .userItemView .userItemHeader .catItemCategory,
  .layout-tag .tagItemList .userItemView .userItemHeader .tagItemDateCreated,
  .layout-tag .tagItemList .userItemView .userItemHeader .tagItemAuthor,
  .layout-tag .tagItemList .userItemView .userItemHeader .tagItemCategory,
  .layout-tag .userItemList .catItemView .catItemHeader .catItemDateCreated,
  .layout-tag .userItemList .catItemView .catItemHeader .catItemAuthor,
  .layout-tag .userItemList .catItemView .catItemHeader .catItemCategory,
  .layout-tag .userItemList .catItemView .catItemHeader .tagItemDateCreated,
  .layout-tag .userItemList .catItemView .catItemHeader .tagItemAuthor,
  .layout-tag .userItemList .catItemView .catItemHeader .tagItemCategory,
  .layout-tag .userItemList .catItemView .tagItemHeader .catItemDateCreated,
  .layout-tag .userItemList .catItemView .tagItemHeader .catItemAuthor,
  .layout-tag .userItemList .catItemView .tagItemHeader .catItemCategory,
  .layout-tag .userItemList .catItemView .tagItemHeader .tagItemDateCreated,
  .layout-tag .userItemList .catItemView .tagItemHeader .tagItemAuthor,
  .layout-tag .userItemList .catItemView .tagItemHeader .tagItemCategory,
  .layout-tag .userItemList .catItemView .userItemHeader .catItemDateCreated,
  .layout-tag .userItemList .catItemView .userItemHeader .catItemAuthor,
  .layout-tag .userItemList .catItemView .userItemHeader .catItemCategory,
  .layout-tag .userItemList .catItemView .userItemHeader .tagItemDateCreated,
  .layout-tag .userItemList .catItemView .userItemHeader .tagItemAuthor,
  .layout-tag .userItemList .catItemView .userItemHeader .tagItemCategory,
  .layout-tag .userItemList .tagItemView .catItemHeader .catItemDateCreated,
  .layout-tag .userItemList .tagItemView .catItemHeader .catItemAuthor,
  .layout-tag .userItemList .tagItemView .catItemHeader .catItemCategory,
  .layout-tag .userItemList .tagItemView .catItemHeader .tagItemDateCreated,
  .layout-tag .userItemList .tagItemView .catItemHeader .tagItemAuthor,
  .layout-tag .userItemList .tagItemView .catItemHeader .tagItemCategory,
  .layout-tag .userItemList .tagItemView .tagItemHeader .catItemDateCreated,
  .layout-tag .userItemList .tagItemView .tagItemHeader .catItemAuthor,
  .layout-tag .userItemList .tagItemView .tagItemHeader .catItemCategory,
  .layout-tag .userItemList .tagItemView .tagItemHeader .tagItemDateCreated,
  .layout-tag .userItemList .tagItemView .tagItemHeader .tagItemAuthor,
  .layout-tag .userItemList .tagItemView .tagItemHeader .tagItemCategory,
  .layout-tag .userItemList .tagItemView .userItemHeader .catItemDateCreated,
  .layout-tag .userItemList .tagItemView .userItemHeader .catItemAuthor,
  .layout-tag .userItemList .tagItemView .userItemHeader .catItemCategory,
  .layout-tag .userItemList .tagItemView .userItemHeader .tagItemDateCreated,
  .layout-tag .userItemList .tagItemView .userItemHeader .tagItemAuthor,
  .layout-tag .userItemList .tagItemView .userItemHeader .tagItemCategory,
  .layout-tag .userItemList .userItemView .catItemHeader .catItemDateCreated,
  .layout-tag .userItemList .userItemView .catItemHeader .catItemAuthor,
  .layout-tag .userItemList .userItemView .catItemHeader .catItemCategory,
  .layout-tag .userItemList .userItemView .catItemHeader .tagItemDateCreated,
  .layout-tag .userItemList .userItemView .catItemHeader .tagItemAuthor,
  .layout-tag .userItemList .userItemView .catItemHeader .tagItemCategory,
  .layout-tag .userItemList .userItemView .tagItemHeader .catItemDateCreated,
  .layout-tag .userItemList .userItemView .tagItemHeader .catItemAuthor,
  .layout-tag .userItemList .userItemView .tagItemHeader .catItemCategory,
  .layout-tag .userItemList .userItemView .tagItemHeader .tagItemDateCreated,
  .layout-tag .userItemList .userItemView .tagItemHeader .tagItemAuthor,
  .layout-tag .userItemList .userItemView .tagItemHeader .tagItemCategory,
  .layout-tag .userItemList .userItemView .userItemHeader .catItemDateCreated,
  .layout-tag .userItemList .userItemView .userItemHeader .catItemAuthor,
  .layout-tag .userItemList .userItemView .userItemHeader .catItemCategory,
  .layout-tag .userItemList .userItemView .userItemHeader .tagItemDateCreated,
  .layout-tag .userItemList .userItemView .userItemHeader .tagItemAuthor,
  .layout-tag .userItemList .userItemView .userItemHeader .tagItemCategory,
  .layout-user .itemList .catItemView .catItemHeader .catItemDateCreated,
  .layout-user .itemList .catItemView .catItemHeader .catItemAuthor,
  .layout-user .itemList .catItemView .catItemHeader .catItemCategory,
  .layout-user .itemList .catItemView .catItemHeader .tagItemDateCreated,
  .layout-user .itemList .catItemView .catItemHeader .tagItemAuthor,
  .layout-user .itemList .catItemView .catItemHeader .tagItemCategory,
  .layout-user .itemList .catItemView .tagItemHeader .catItemDateCreated,
  .layout-user .itemList .catItemView .tagItemHeader .catItemAuthor,
  .layout-user .itemList .catItemView .tagItemHeader .catItemCategory,
  .layout-user .itemList .catItemView .tagItemHeader .tagItemDateCreated,
  .layout-user .itemList .catItemView .tagItemHeader .tagItemAuthor,
  .layout-user .itemList .catItemView .tagItemHeader .tagItemCategory,
  .layout-user .itemList .catItemView .userItemHeader .catItemDateCreated,
  .layout-user .itemList .catItemView .userItemHeader .catItemAuthor,
  .layout-user .itemList .catItemView .userItemHeader .catItemCategory,
  .layout-user .itemList .catItemView .userItemHeader .tagItemDateCreated,
  .layout-user .itemList .catItemView .userItemHeader .tagItemAuthor,
  .layout-user .itemList .catItemView .userItemHeader .tagItemCategory,
  .layout-user .itemList .tagItemView .catItemHeader .catItemDateCreated,
  .layout-user .itemList .tagItemView .catItemHeader .catItemAuthor,
  .layout-user .itemList .tagItemView .catItemHeader .catItemCategory,
  .layout-user .itemList .tagItemView .catItemHeader .tagItemDateCreated,
  .layout-user .itemList .tagItemView .catItemHeader .tagItemAuthor,
  .layout-user .itemList .tagItemView .catItemHeader .tagItemCategory,
  .layout-user .itemList .tagItemView .tagItemHeader .catItemDateCreated,
  .layout-user .itemList .tagItemView .tagItemHeader .catItemAuthor,
  .layout-user .itemList .tagItemView .tagItemHeader .catItemCategory,
  .layout-user .itemList .tagItemView .tagItemHeader .tagItemDateCreated,
  .layout-user .itemList .tagItemView .tagItemHeader .tagItemAuthor,
  .layout-user .itemList .tagItemView .tagItemHeader .tagItemCategory,
  .layout-user .itemList .tagItemView .userItemHeader .catItemDateCreated,
  .layout-user .itemList .tagItemView .userItemHeader .catItemAuthor,
  .layout-user .itemList .tagItemView .userItemHeader .catItemCategory,
  .layout-user .itemList .tagItemView .userItemHeader .tagItemDateCreated,
  .layout-user .itemList .tagItemView .userItemHeader .tagItemAuthor,
  .layout-user .itemList .tagItemView .userItemHeader .tagItemCategory,
  .layout-user .itemList .userItemView .catItemHeader .catItemDateCreated,
  .layout-user .itemList .userItemView .catItemHeader .catItemAuthor,
  .layout-user .itemList .userItemView .catItemHeader .catItemCategory,
  .layout-user .itemList .userItemView .catItemHeader .tagItemDateCreated,
  .layout-user .itemList .userItemView .catItemHeader .tagItemAuthor,
  .layout-user .itemList .userItemView .catItemHeader .tagItemCategory,
  .layout-user .itemList .userItemView .tagItemHeader .catItemDateCreated,
  .layout-user .itemList .userItemView .tagItemHeader .catItemAuthor,
  .layout-user .itemList .userItemView .tagItemHeader .catItemCategory,
  .layout-user .itemList .userItemView .tagItemHeader .tagItemDateCreated,
  .layout-user .itemList .userItemView .tagItemHeader .tagItemAuthor,
  .layout-user .itemList .userItemView .tagItemHeader .tagItemCategory,
  .layout-user .itemList .userItemView .userItemHeader .catItemDateCreated,
  .layout-user .itemList .userItemView .userItemHeader .catItemAuthor,
  .layout-user .itemList .userItemView .userItemHeader .catItemCategory,
  .layout-user .itemList .userItemView .userItemHeader .tagItemDateCreated,
  .layout-user .itemList .userItemView .userItemHeader .tagItemAuthor,
  .layout-user .itemList .userItemView .userItemHeader .tagItemCategory,
  .layout-user .tagItemList .catItemView .catItemHeader .catItemDateCreated,
  .layout-user .tagItemList .catItemView .catItemHeader .catItemAuthor,
  .layout-user .tagItemList .catItemView .catItemHeader .catItemCategory,
  .layout-user .tagItemList .catItemView .catItemHeader .tagItemDateCreated,
  .layout-user .tagItemList .catItemView .catItemHeader .tagItemAuthor,
  .layout-user .tagItemList .catItemView .catItemHeader .tagItemCategory,
  .layout-user .tagItemList .catItemView .tagItemHeader .catItemDateCreated,
  .layout-user .tagItemList .catItemView .tagItemHeader .catItemAuthor,
  .layout-user .tagItemList .catItemView .tagItemHeader .catItemCategory,
  .layout-user .tagItemList .catItemView .tagItemHeader .tagItemDateCreated,
  .layout-user .tagItemList .catItemView .tagItemHeader .tagItemAuthor,
  .layout-user .tagItemList .catItemView .tagItemHeader .tagItemCategory,
  .layout-user .tagItemList .catItemView .userItemHeader .catItemDateCreated,
  .layout-user .tagItemList .catItemView .userItemHeader .catItemAuthor,
  .layout-user .tagItemList .catItemView .userItemHeader .catItemCategory,
  .layout-user .tagItemList .catItemView .userItemHeader .tagItemDateCreated,
  .layout-user .tagItemList .catItemView .userItemHeader .tagItemAuthor,
  .layout-user .tagItemList .catItemView .userItemHeader .tagItemCategory,
  .layout-user .tagItemList .tagItemView .catItemHeader .catItemDateCreated,
  .layout-user .tagItemList .tagItemView .catItemHeader .catItemAuthor,
  .layout-user .tagItemList .tagItemView .catItemHeader .catItemCategory,
  .layout-user .tagItemList .tagItemView .catItemHeader .tagItemDateCreated,
  .layout-user .tagItemList .tagItemView .catItemHeader .tagItemAuthor,
  .layout-user .tagItemList .tagItemView .catItemHeader .tagItemCategory,
  .layout-user .tagItemList .tagItemView .tagItemHeader .catItemDateCreated,
  .layout-user .tagItemList .tagItemView .tagItemHeader .catItemAuthor,
  .layout-user .tagItemList .tagItemView .tagItemHeader .catItemCategory,
  .layout-user .tagItemList .tagItemView .tagItemHeader .tagItemDateCreated,
  .layout-user .tagItemList .tagItemView .tagItemHeader .tagItemAuthor,
  .layout-user .tagItemList .tagItemView .tagItemHeader .tagItemCategory,
  .layout-user .tagItemList .tagItemView .userItemHeader .catItemDateCreated,
  .layout-user .tagItemList .tagItemView .userItemHeader .catItemAuthor,
  .layout-user .tagItemList .tagItemView .userItemHeader .catItemCategory,
  .layout-user .tagItemList .tagItemView .userItemHeader .tagItemDateCreated,
  .layout-user .tagItemList .tagItemView .userItemHeader .tagItemAuthor,
  .layout-user .tagItemList .tagItemView .userItemHeader .tagItemCategory,
  .layout-user .tagItemList .userItemView .catItemHeader .catItemDateCreated,
  .layout-user .tagItemList .userItemView .catItemHeader .catItemAuthor,
  .layout-user .tagItemList .userItemView .catItemHeader .catItemCategory,
  .layout-user .tagItemList .userItemView .catItemHeader .tagItemDateCreated,
  .layout-user .tagItemList .userItemView .catItemHeader .tagItemAuthor,
  .layout-user .tagItemList .userItemView .catItemHeader .tagItemCategory,
  .layout-user .tagItemList .userItemView .tagItemHeader .catItemDateCreated,
  .layout-user .tagItemList .userItemView .tagItemHeader .catItemAuthor,
  .layout-user .tagItemList .userItemView .tagItemHeader .catItemCategory,
  .layout-user .tagItemList .userItemView .tagItemHeader .tagItemDateCreated,
  .layout-user .tagItemList .userItemView .tagItemHeader .tagItemAuthor,
  .layout-user .tagItemList .userItemView .tagItemHeader .tagItemCategory,
  .layout-user .tagItemList .userItemView .userItemHeader .catItemDateCreated,
  .layout-user .tagItemList .userItemView .userItemHeader .catItemAuthor,
  .layout-user .tagItemList .userItemView .userItemHeader .catItemCategory,
  .layout-user .tagItemList .userItemView .userItemHeader .tagItemDateCreated,
  .layout-user .tagItemList .userItemView .userItemHeader .tagItemAuthor,
  .layout-user .tagItemList .userItemView .userItemHeader .tagItemCategory,
  .layout-user .userItemList .catItemView .catItemHeader .catItemDateCreated,
  .layout-user .userItemList .catItemView .catItemHeader .catItemAuthor,
  .layout-user .userItemList .catItemView .catItemHeader .catItemCategory,
  .layout-user .userItemList .catItemView .catItemHeader .tagItemDateCreated,
  .layout-user .userItemList .catItemView .catItemHeader .tagItemAuthor,
  .layout-user .userItemList .catItemView .catItemHeader .tagItemCategory,
  .layout-user .userItemList .catItemView .tagItemHeader .catItemDateCreated,
  .layout-user .userItemList .catItemView .tagItemHeader .catItemAuthor,
  .layout-user .userItemList .catItemView .tagItemHeader .catItemCategory,
  .layout-user .userItemList .catItemView .tagItemHeader .tagItemDateCreated,
  .layout-user .userItemList .catItemView .tagItemHeader .tagItemAuthor,
  .layout-user .userItemList .catItemView .tagItemHeader .tagItemCategory,
  .layout-user .userItemList .catItemView .userItemHeader .catItemDateCreated,
  .layout-user .userItemList .catItemView .userItemHeader .catItemAuthor,
  .layout-user .userItemList .catItemView .userItemHeader .catItemCategory,
  .layout-user .userItemList .catItemView .userItemHeader .tagItemDateCreated,
  .layout-user .userItemList .catItemView .userItemHeader .tagItemAuthor,
  .layout-user .userItemList .catItemView .userItemHeader .tagItemCategory,
  .layout-user .userItemList .tagItemView .catItemHeader .catItemDateCreated,
  .layout-user .userItemList .tagItemView .catItemHeader .catItemAuthor,
  .layout-user .userItemList .tagItemView .catItemHeader .catItemCategory,
  .layout-user .userItemList .tagItemView .catItemHeader .tagItemDateCreated,
  .layout-user .userItemList .tagItemView .catItemHeader .tagItemAuthor,
  .layout-user .userItemList .tagItemView .catItemHeader .tagItemCategory,
  .layout-user .userItemList .tagItemView .tagItemHeader .catItemDateCreated,
  .layout-user .userItemList .tagItemView .tagItemHeader .catItemAuthor,
  .layout-user .userItemList .tagItemView .tagItemHeader .catItemCategory,
  .layout-user .userItemList .tagItemView .tagItemHeader .tagItemDateCreated,
  .layout-user .userItemList .tagItemView .tagItemHeader .tagItemAuthor,
  .layout-user .userItemList .tagItemView .tagItemHeader .tagItemCategory,
  .layout-user .userItemList .tagItemView .userItemHeader .catItemDateCreated,
  .layout-user .userItemList .tagItemView .userItemHeader .catItemAuthor,
  .layout-user .userItemList .tagItemView .userItemHeader .catItemCategory,
  .layout-user .userItemList .tagItemView .userItemHeader .tagItemDateCreated,
  .layout-user .userItemList .tagItemView .userItemHeader .tagItemAuthor,
  .layout-user .userItemList .tagItemView .userItemHeader .tagItemCategory,
  .layout-user .userItemList .userItemView .catItemHeader .catItemDateCreated,
  .layout-user .userItemList .userItemView .catItemHeader .catItemAuthor,
  .layout-user .userItemList .userItemView .catItemHeader .catItemCategory,
  .layout-user .userItemList .userItemView .catItemHeader .tagItemDateCreated,
  .layout-user .userItemList .userItemView .catItemHeader .tagItemAuthor,
  .layout-user .userItemList .userItemView .catItemHeader .tagItemCategory,
  .layout-user .userItemList .userItemView .tagItemHeader .catItemDateCreated,
  .layout-user .userItemList .userItemView .tagItemHeader .catItemAuthor,
  .layout-user .userItemList .userItemView .tagItemHeader .catItemCategory,
  .layout-user .userItemList .userItemView .tagItemHeader .tagItemDateCreated,
  .layout-user .userItemList .userItemView .tagItemHeader .tagItemAuthor,
  .layout-user .userItemList .userItemView .tagItemHeader .tagItemCategory,
  .layout-user .userItemList .userItemView .userItemHeader .catItemDateCreated,
  .layout-user .userItemList .userItemView .userItemHeader .catItemAuthor,
  .layout-user .userItemList .userItemView .userItemHeader .catItemCategory,
  .layout-user .userItemList .userItemView .userItemHeader .tagItemDateCreated,
  .layout-user .userItemList .userItemView .userItemHeader .tagItemAuthor,
  .layout-user .userItemList .userItemView .userItemHeader .tagItemCategory {
    display: inline-block;
    font-size: 14px;
    color: #606060;
    font-weight: 500;
    line-height: 100%;
    border-right: 0;
  }
  .layout-category .itemList .catItemView .catItemHeader .catItemDateCreated span,
  .layout-category .itemList .catItemView .catItemHeader .catItemAuthor span,
  .layout-category .itemList .catItemView .catItemHeader .catItemCategory span,
  .layout-category .itemList .catItemView .catItemHeader .tagItemDateCreated span,
  .layout-category .itemList .catItemView .catItemHeader .tagItemAuthor span,
  .layout-category .itemList .catItemView .catItemHeader .tagItemCategory span,
  .layout-category .itemList .catItemView .tagItemHeader .catItemDateCreated span,
  .layout-category .itemList .catItemView .tagItemHeader .catItemAuthor span,
  .layout-category .itemList .catItemView .tagItemHeader .catItemCategory span,
  .layout-category .itemList .catItemView .tagItemHeader .tagItemDateCreated span,
  .layout-category .itemList .catItemView .tagItemHeader .tagItemAuthor span,
  .layout-category .itemList .catItemView .tagItemHeader .tagItemCategory span,
  .layout-category .itemList .catItemView .userItemHeader .catItemDateCreated span,
  .layout-category .itemList .catItemView .userItemHeader .catItemAuthor span,
  .layout-category .itemList .catItemView .userItemHeader .catItemCategory span,
  .layout-category .itemList .catItemView .userItemHeader .tagItemDateCreated span,
  .layout-category .itemList .catItemView .userItemHeader .tagItemAuthor span,
  .layout-category .itemList .catItemView .userItemHeader .tagItemCategory span,
  .layout-category .itemList .tagItemView .catItemHeader .catItemDateCreated span,
  .layout-category .itemList .tagItemView .catItemHeader .catItemAuthor span,
  .layout-category .itemList .tagItemView .catItemHeader .catItemCategory span,
  .layout-category .itemList .tagItemView .catItemHeader .tagItemDateCreated span,
  .layout-category .itemList .tagItemView .catItemHeader .tagItemAuthor span,
  .layout-category .itemList .tagItemView .catItemHeader .tagItemCategory span,
  .layout-category .itemList .tagItemView .tagItemHeader .catItemDateCreated span,
  .layout-category .itemList .tagItemView .tagItemHeader .catItemAuthor span,
  .layout-category .itemList .tagItemView .tagItemHeader .catItemCategory span,
  .layout-category .itemList .tagItemView .tagItemHeader .tagItemDateCreated span,
  .layout-category .itemList .tagItemView .tagItemHeader .tagItemAuthor span,
  .layout-category .itemList .tagItemView .tagItemHeader .tagItemCategory span,
  .layout-category .itemList .tagItemView .userItemHeader .catItemDateCreated span,
  .layout-category .itemList .tagItemView .userItemHeader .catItemAuthor span,
  .layout-category .itemList .tagItemView .userItemHeader .catItemCategory span,
  .layout-category .itemList .tagItemView .userItemHeader .tagItemDateCreated span,
  .layout-category .itemList .tagItemView .userItemHeader .tagItemAuthor span,
  .layout-category .itemList .tagItemView .userItemHeader .tagItemCategory span,
  .layout-category .itemList .userItemView .catItemHeader .catItemDateCreated span,
  .layout-category .itemList .userItemView .catItemHeader .catItemAuthor span,
  .layout-category .itemList .userItemView .catItemHeader .catItemCategory span,
  .layout-category .itemList .userItemView .catItemHeader .tagItemDateCreated span,
  .layout-category .itemList .userItemView .catItemHeader .tagItemAuthor span,
  .layout-category .itemList .userItemView .catItemHeader .tagItemCategory span,
  .layout-category .itemList .userItemView .tagItemHeader .catItemDateCreated span,
  .layout-category .itemList .userItemView .tagItemHeader .catItemAuthor span,
  .layout-category .itemList .userItemView .tagItemHeader .catItemCategory span,
  .layout-category .itemList .userItemView .tagItemHeader .tagItemDateCreated span,
  .layout-category .itemList .userItemView .tagItemHeader .tagItemAuthor span,
  .layout-category .itemList .userItemView .tagItemHeader .tagItemCategory span,
  .layout-category .itemList .userItemView .userItemHeader .catItemDateCreated span,
  .layout-category .itemList .userItemView .userItemHeader .catItemAuthor span,
  .layout-category .itemList .userItemView .userItemHeader .catItemCategory span,
  .layout-category .itemList .userItemView .userItemHeader .tagItemDateCreated span,
  .layout-category .itemList .userItemView .userItemHeader .tagItemAuthor span,
  .layout-category .itemList .userItemView .userItemHeader .tagItemCategory span,
  .layout-category .tagItemList .catItemView .catItemHeader .catItemDateCreated span,
  .layout-category .tagItemList .catItemView .catItemHeader .catItemAuthor span,
  .layout-category .tagItemList .catItemView .catItemHeader .catItemCategory span,
  .layout-category .tagItemList .catItemView .catItemHeader .tagItemDateCreated span,
  .layout-category .tagItemList .catItemView .catItemHeader .tagItemAuthor span,
  .layout-category .tagItemList .catItemView .catItemHeader .tagItemCategory span,
  .layout-category .tagItemList .catItemView .tagItemHeader .catItemDateCreated span,
  .layout-category .tagItemList .catItemView .tagItemHeader .catItemAuthor span,
  .layout-category .tagItemList .catItemView .tagItemHeader .catItemCategory span,
  .layout-category .tagItemList .catItemView .tagItemHeader .tagItemDateCreated span,
  .layout-category .tagItemList .catItemView .tagItemHeader .tagItemAuthor span,
  .layout-category .tagItemList .catItemView .tagItemHeader .tagItemCategory span,
  .layout-category .tagItemList .catItemView .userItemHeader .catItemDateCreated span,
  .layout-category .tagItemList .catItemView .userItemHeader .catItemAuthor span,
  .layout-category .tagItemList .catItemView .userItemHeader .catItemCategory span,
  .layout-category .tagItemList .catItemView .userItemHeader .tagItemDateCreated span,
  .layout-category .tagItemList .catItemView .userItemHeader .tagItemAuthor span,
  .layout-category .tagItemList .catItemView .userItemHeader .tagItemCategory span,
  .layout-category .tagItemList .tagItemView .catItemHeader .catItemDateCreated span,
  .layout-category .tagItemList .tagItemView .catItemHeader .catItemAuthor span,
  .layout-category .tagItemList .tagItemView .catItemHeader .catItemCategory span,
  .layout-category .tagItemList .tagItemView .catItemHeader .tagItemDateCreated span,
  .layout-category .tagItemList .tagItemView .catItemHeader .tagItemAuthor span,
  .layout-category .tagItemList .tagItemView .catItemHeader .tagItemCategory span,
  .layout-category .tagItemList .tagItemView .tagItemHeader .catItemDateCreated span,
  .layout-category .tagItemList .tagItemView .tagItemHeader .catItemAuthor span,
  .layout-category .tagItemList .tagItemView .tagItemHeader .catItemCategory span,
  .layout-category .tagItemList .tagItemView .tagItemHeader .tagItemDateCreated span,
  .layout-category .tagItemList .tagItemView .tagItemHeader .tagItemAuthor span,
  .layout-category .tagItemList .tagItemView .tagItemHeader .tagItemCategory span,
  .layout-category .tagItemList .tagItemView .userItemHeader .catItemDateCreated span,
  .layout-category .tagItemList .tagItemView .userItemHeader .catItemAuthor span,
  .layout-category .tagItemList .tagItemView .userItemHeader .catItemCategory span,
  .layout-category .tagItemList .tagItemView .userItemHeader .tagItemDateCreated span,
  .layout-category .tagItemList .tagItemView .userItemHeader .tagItemAuthor span,
  .layout-category .tagItemList .tagItemView .userItemHeader .tagItemCategory span,
  .layout-category .tagItemList .userItemView .catItemHeader .catItemDateCreated span,
  .layout-category .tagItemList .userItemView .catItemHeader .catItemAuthor span,
  .layout-category .tagItemList .userItemView .catItemHeader .catItemCategory span,
  .layout-category .tagItemList .userItemView .catItemHeader .tagItemDateCreated span,
  .layout-category .tagItemList .userItemView .catItemHeader .tagItemAuthor span,
  .layout-category .tagItemList .userItemView .catItemHeader .tagItemCategory span,
  .layout-category .tagItemList .userItemView .tagItemHeader .catItemDateCreated span,
  .layout-category .tagItemList .userItemView .tagItemHeader .catItemAuthor span,
  .layout-category .tagItemList .userItemView .tagItemHeader .catItemCategory span,
  .layout-category .tagItemList .userItemView .tagItemHeader .tagItemDateCreated span,
  .layout-category .tagItemList .userItemView .tagItemHeader .tagItemAuthor span,
  .layout-category .tagItemList .userItemView .tagItemHeader .tagItemCategory span,
  .layout-category .tagItemList .userItemView .userItemHeader .catItemDateCreated span,
  .layout-category .tagItemList .userItemView .userItemHeader .catItemAuthor span,
  .layout-category .tagItemList .userItemView .userItemHeader .catItemCategory span,
  .layout-category .tagItemList .userItemView .userItemHeader .tagItemDateCreated span,
  .layout-category .tagItemList .userItemView .userItemHeader .tagItemAuthor span,
  .layout-category .tagItemList .userItemView .userItemHeader .tagItemCategory span,
  .layout-category .userItemList .catItemView .catItemHeader .catItemDateCreated span,
  .layout-category .userItemList .catItemView .catItemHeader .catItemAuthor span,
  .layout-category .userItemList .catItemView .catItemHeader .catItemCategory span,
  .layout-category .userItemList .catItemView .catItemHeader .tagItemDateCreated span,
  .layout-category .userItemList .catItemView .catItemHeader .tagItemAuthor span,
  .layout-category .userItemList .catItemView .catItemHeader .tagItemCategory span,
  .layout-category .userItemList .catItemView .tagItemHeader .catItemDateCreated span,
  .layout-category .userItemList .catItemView .tagItemHeader .catItemAuthor span,
  .layout-category .userItemList .catItemView .tagItemHeader .catItemCategory span,
  .layout-category .userItemList .catItemView .tagItemHeader .tagItemDateCreated span,
  .layout-category .userItemList .catItemView .tagItemHeader .tagItemAuthor span,
  .layout-category .userItemList .catItemView .tagItemHeader .tagItemCategory span,
  .layout-category .userItemList .catItemView .userItemHeader .catItemDateCreated span,
  .layout-category .userItemList .catItemView .userItemHeader .catItemAuthor span,
  .layout-category .userItemList .catItemView .userItemHeader .catItemCategory span,
  .layout-category .userItemList .catItemView .userItemHeader .tagItemDateCreated span,
  .layout-category .userItemList .catItemView .userItemHeader .tagItemAuthor span,
  .layout-category .userItemList .catItemView .userItemHeader .tagItemCategory span,
  .layout-category .userItemList .tagItemView .catItemHeader .catItemDateCreated span,
  .layout-category .userItemList .tagItemView .catItemHeader .catItemAuthor span,
  .layout-category .userItemList .tagItemView .catItemHeader .catItemCategory span,
  .layout-category .userItemList .tagItemView .catItemHeader .tagItemDateCreated span,
  .layout-category .userItemList .tagItemView .catItemHeader .tagItemAuthor span,
  .layout-category .userItemList .tagItemView .catItemHeader .tagItemCategory span,
  .layout-category .userItemList .tagItemView .tagItemHeader .catItemDateCreated span,
  .layout-category .userItemList .tagItemView .tagItemHeader .catItemAuthor span,
  .layout-category .userItemList .tagItemView .tagItemHeader .catItemCategory span,
  .layout-category .userItemList .tagItemView .tagItemHeader .tagItemDateCreated span,
  .layout-category .userItemList .tagItemView .tagItemHeader .tagItemAuthor span,
  .layout-category .userItemList .tagItemView .tagItemHeader .tagItemCategory span,
  .layout-category .userItemList .tagItemView .userItemHeader .catItemDateCreated span,
  .layout-category .userItemList .tagItemView .userItemHeader .catItemAuthor span,
  .layout-category .userItemList .tagItemView .userItemHeader .catItemCategory span,
  .layout-category .userItemList .tagItemView .userItemHeader .tagItemDateCreated span,
  .layout-category .userItemList .tagItemView .userItemHeader .tagItemAuthor span,
  .layout-category .userItemList .tagItemView .userItemHeader .tagItemCategory span,
  .layout-category .userItemList .userItemView .catItemHeader .catItemDateCreated span,
  .layout-category .userItemList .userItemView .catItemHeader .catItemAuthor span,
  .layout-category .userItemList .userItemView .catItemHeader .catItemCategory span,
  .layout-category .userItemList .userItemView .catItemHeader .tagItemDateCreated span,
  .layout-category .userItemList .userItemView .catItemHeader .tagItemAuthor span,
  .layout-category .userItemList .userItemView .catItemHeader .tagItemCategory span,
  .layout-category .userItemList .userItemView .tagItemHeader .catItemDateCreated span,
  .layout-category .userItemList .userItemView .tagItemHeader .catItemAuthor span,
  .layout-category .userItemList .userItemView .tagItemHeader .catItemCategory span,
  .layout-category .userItemList .userItemView .tagItemHeader .tagItemDateCreated span,
  .layout-category .userItemList .userItemView .tagItemHeader .tagItemAuthor span,
  .layout-category .userItemList .userItemView .tagItemHeader .tagItemCategory span,
  .layout-category .userItemList .userItemView .userItemHeader .catItemDateCreated span,
  .layout-category .userItemList .userItemView .userItemHeader .catItemAuthor span,
  .layout-category .userItemList .userItemView .userItemHeader .catItemCategory span,
  .layout-category .userItemList .userItemView .userItemHeader .tagItemDateCreated span,
  .layout-category .userItemList .userItemView .userItemHeader .tagItemAuthor span,
  .layout-category .userItemList .userItemView .userItemHeader .tagItemCategory span,
  .layout-tag .itemList .catItemView .catItemHeader .catItemDateCreated span,
  .layout-tag .itemList .catItemView .catItemHeader .catItemAuthor span,
  .layout-tag .itemList .catItemView .catItemHeader .catItemCategory span,
  .layout-tag .itemList .catItemView .catItemHeader .tagItemDateCreated span,
  .layout-tag .itemList .catItemView .catItemHeader .tagItemAuthor span,
  .layout-tag .itemList .catItemView .catItemHeader .tagItemCategory span,
  .layout-tag .itemList .catItemView .tagItemHeader .catItemDateCreated span,
  .layout-tag .itemList .catItemView .tagItemHeader .catItemAuthor span,
  .layout-tag .itemList .catItemView .tagItemHeader .catItemCategory span,
  .layout-tag .itemList .catItemView .tagItemHeader .tagItemDateCreated span,
  .layout-tag .itemList .catItemView .tagItemHeader .tagItemAuthor span,
  .layout-tag .itemList .catItemView .tagItemHeader .tagItemCategory span,
  .layout-tag .itemList .catItemView .userItemHeader .catItemDateCreated span,
  .layout-tag .itemList .catItemView .userItemHeader .catItemAuthor span,
  .layout-tag .itemList .catItemView .userItemHeader .catItemCategory span,
  .layout-tag .itemList .catItemView .userItemHeader .tagItemDateCreated span,
  .layout-tag .itemList .catItemView .userItemHeader .tagItemAuthor span,
  .layout-tag .itemList .catItemView .userItemHeader .tagItemCategory span,
  .layout-tag .itemList .tagItemView .catItemHeader .catItemDateCreated span,
  .layout-tag .itemList .tagItemView .catItemHeader .catItemAuthor span,
  .layout-tag .itemList .tagItemView .catItemHeader .catItemCategory span,
  .layout-tag .itemList .tagItemView .catItemHeader .tagItemDateCreated span,
  .layout-tag .itemList .tagItemView .catItemHeader .tagItemAuthor span,
  .layout-tag .itemList .tagItemView .catItemHeader .tagItemCategory span,
  .layout-tag .itemList .tagItemView .tagItemHeader .catItemDateCreated span,
  .layout-tag .itemList .tagItemView .tagItemHeader .catItemAuthor span,
  .layout-tag .itemList .tagItemView .tagItemHeader .catItemCategory span,
  .layout-tag .itemList .tagItemView .tagItemHeader .tagItemDateCreated span,
  .layout-tag .itemList .tagItemView .tagItemHeader .tagItemAuthor span,
  .layout-tag .itemList .tagItemView .tagItemHeader .tagItemCategory span,
  .layout-tag .itemList .tagItemView .userItemHeader .catItemDateCreated span,
  .layout-tag .itemList .tagItemView .userItemHeader .catItemAuthor span,
  .layout-tag .itemList .tagItemView .userItemHeader .catItemCategory span,
  .layout-tag .itemList .tagItemView .userItemHeader .tagItemDateCreated span,
  .layout-tag .itemList .tagItemView .userItemHeader .tagItemAuthor span,
  .layout-tag .itemList .tagItemView .userItemHeader .tagItemCategory span,
  .layout-tag .itemList .userItemView .catItemHeader .catItemDateCreated span,
  .layout-tag .itemList .userItemView .catItemHeader .catItemAuthor span,
  .layout-tag .itemList .userItemView .catItemHeader .catItemCategory span,
  .layout-tag .itemList .userItemView .catItemHeader .tagItemDateCreated span,
  .layout-tag .itemList .userItemView .catItemHeader .tagItemAuthor span,
  .layout-tag .itemList .userItemView .catItemHeader .tagItemCategory span,
  .layout-tag .itemList .userItemView .tagItemHeader .catItemDateCreated span,
  .layout-tag .itemList .userItemView .tagItemHeader .catItemAuthor span,
  .layout-tag .itemList .userItemView .tagItemHeader .catItemCategory span,
  .layout-tag .itemList .userItemView .tagItemHeader .tagItemDateCreated span,
  .layout-tag .itemList .userItemView .tagItemHeader .tagItemAuthor span,
  .layout-tag .itemList .userItemView .tagItemHeader .tagItemCategory span,
  .layout-tag .itemList .userItemView .userItemHeader .catItemDateCreated span,
  .layout-tag .itemList .userItemView .userItemHeader .catItemAuthor span,
  .layout-tag .itemList .userItemView .userItemHeader .catItemCategory span,
  .layout-tag .itemList .userItemView .userItemHeader .tagItemDateCreated span,
  .layout-tag .itemList .userItemView .userItemHeader .tagItemAuthor span,
  .layout-tag .itemList .userItemView .userItemHeader .tagItemCategory span,
  .layout-tag .tagItemList .catItemView .catItemHeader .catItemDateCreated span,
  .layout-tag .tagItemList .catItemView .catItemHeader .catItemAuthor span,
  .layout-tag .tagItemList .catItemView .catItemHeader .catItemCategory span,
  .layout-tag .tagItemList .catItemView .catItemHeader .tagItemDateCreated span,
  .layout-tag .tagItemList .catItemView .catItemHeader .tagItemAuthor span,
  .layout-tag .tagItemList .catItemView .catItemHeader .tagItemCategory span,
  .layout-tag .tagItemList .catItemView .tagItemHeader .catItemDateCreated span,
  .layout-tag .tagItemList .catItemView .tagItemHeader .catItemAuthor span,
  .layout-tag .tagItemList .catItemView .tagItemHeader .catItemCategory span,
  .layout-tag .tagItemList .catItemView .tagItemHeader .tagItemDateCreated span,
  .layout-tag .tagItemList .catItemView .tagItemHeader .tagItemAuthor span,
  .layout-tag .tagItemList .catItemView .tagItemHeader .tagItemCategory span,
  .layout-tag .tagItemList .catItemView .userItemHeader .catItemDateCreated span,
  .layout-tag .tagItemList .catItemView .userItemHeader .catItemAuthor span,
  .layout-tag .tagItemList .catItemView .userItemHeader .catItemCategory span,
  .layout-tag .tagItemList .catItemView .userItemHeader .tagItemDateCreated span,
  .layout-tag .tagItemList .catItemView .userItemHeader .tagItemAuthor span,
  .layout-tag .tagItemList .catItemView .userItemHeader .tagItemCategory span,
  .layout-tag .tagItemList .tagItemView .catItemHeader .catItemDateCreated span,
  .layout-tag .tagItemList .tagItemView .catItemHeader .catItemAuthor span,
  .layout-tag .tagItemList .tagItemView .catItemHeader .catItemCategory span,
  .layout-tag .tagItemList .tagItemView .catItemHeader .tagItemDateCreated span,
  .layout-tag .tagItemList .tagItemView .catItemHeader .tagItemAuthor span,
  .layout-tag .tagItemList .tagItemView .catItemHeader .tagItemCategory span,
  .layout-tag .tagItemList .tagItemView .tagItemHeader .catItemDateCreated span,
  .layout-tag .tagItemList .tagItemView .tagItemHeader .catItemAuthor span,
  .layout-tag .tagItemList .tagItemView .tagItemHeader .catItemCategory span,
  .layout-tag .tagItemList .tagItemView .tagItemHeader .tagItemDateCreated span,
  .layout-tag .tagItemList .tagItemView .tagItemHeader .tagItemAuthor span,
  .layout-tag .tagItemList .tagItemView .tagItemHeader .tagItemCategory span,
  .layout-tag .tagItemList .tagItemView .userItemHeader .catItemDateCreated span,
  .layout-tag .tagItemList .tagItemView .userItemHeader .catItemAuthor span,
  .layout-tag .tagItemList .tagItemView .userItemHeader .catItemCategory span,
  .layout-tag .tagItemList .tagItemView .userItemHeader .tagItemDateCreated span,
  .layout-tag .tagItemList .tagItemView .userItemHeader .tagItemAuthor span,
  .layout-tag .tagItemList .tagItemView .userItemHeader .tagItemCategory span,
  .layout-tag .tagItemList .userItemView .catItemHeader .catItemDateCreated span,
  .layout-tag .tagItemList .userItemView .catItemHeader .catItemAuthor span,
  .layout-tag .tagItemList .userItemView .catItemHeader .catItemCategory span,
  .layout-tag .tagItemList .userItemView .catItemHeader .tagItemDateCreated span,
  .layout-tag .tagItemList .userItemView .catItemHeader .tagItemAuthor span,
  .layout-tag .tagItemList .userItemView .catItemHeader .tagItemCategory span,
  .layout-tag .tagItemList .userItemView .tagItemHeader .catItemDateCreated span,
  .layout-tag .tagItemList .userItemView .tagItemHeader .catItemAuthor span,
  .layout-tag .tagItemList .userItemView .tagItemHeader .catItemCategory span,
  .layout-tag .tagItemList .userItemView .tagItemHeader .tagItemDateCreated span,
  .layout-tag .tagItemList .userItemView .tagItemHeader .tagItemAuthor span,
  .layout-tag .tagItemList .userItemView .tagItemHeader .tagItemCategory span,
  .layout-tag .tagItemList .userItemView .userItemHeader .catItemDateCreated span,
  .layout-tag .tagItemList .userItemView .userItemHeader .catItemAuthor span,
  .layout-tag .tagItemList .userItemView .userItemHeader .catItemCategory span,
  .layout-tag .tagItemList .userItemView .userItemHeader .tagItemDateCreated span,
  .layout-tag .tagItemList .userItemView .userItemHeader .tagItemAuthor span,
  .layout-tag .tagItemList .userItemView .userItemHeader .tagItemCategory span,
  .layout-tag .userItemList .catItemView .catItemHeader .catItemDateCreated span,
  .layout-tag .userItemList .catItemView .catItemHeader .catItemAuthor span,
  .layout-tag .userItemList .catItemView .catItemHeader .catItemCategory span,
  .layout-tag .userItemList .catItemView .catItemHeader .tagItemDateCreated span,
  .layout-tag .userItemList .catItemView .catItemHeader .tagItemAuthor span,
  .layout-tag .userItemList .catItemView .catItemHeader .tagItemCategory span,
  .layout-tag .userItemList .catItemView .tagItemHeader .catItemDateCreated span,
  .layout-tag .userItemList .catItemView .tagItemHeader .catItemAuthor span,
  .layout-tag .userItemList .catItemView .tagItemHeader .catItemCategory span,
  .layout-tag .userItemList .catItemView .tagItemHeader .tagItemDateCreated span,
  .layout-tag .userItemList .catItemView .tagItemHeader .tagItemAuthor span,
  .layout-tag .userItemList .catItemView .tagItemHeader .tagItemCategory span,
  .layout-tag .userItemList .catItemView .userItemHeader .catItemDateCreated span,
  .layout-tag .userItemList .catItemView .userItemHeader .catItemAuthor span,
  .layout-tag .userItemList .catItemView .userItemHeader .catItemCategory span,
  .layout-tag .userItemList .catItemView .userItemHeader .tagItemDateCreated span,
  .layout-tag .userItemList .catItemView .userItemHeader .tagItemAuthor span,
  .layout-tag .userItemList .catItemView .userItemHeader .tagItemCategory span,
  .layout-tag .userItemList .tagItemView .catItemHeader .catItemDateCreated span,
  .layout-tag .userItemList .tagItemView .catItemHeader .catItemAuthor span,
  .layout-tag .userItemList .tagItemView .catItemHeader .catItemCategory span,
  .layout-tag .userItemList .tagItemView .catItemHeader .tagItemDateCreated span,
  .layout-tag .userItemList .tagItemView .catItemHeader .tagItemAuthor span,
  .layout-tag .userItemList .tagItemView .catItemHeader .tagItemCategory span,
  .layout-tag .userItemList .tagItemView .tagItemHeader .catItemDateCreated span,
  .layout-tag .userItemList .tagItemView .tagItemHeader .catItemAuthor span,
  .layout-tag .userItemList .tagItemView .tagItemHeader .catItemCategory span,
  .layout-tag .userItemList .tagItemView .tagItemHeader .tagItemDateCreated span,
  .layout-tag .userItemList .tagItemView .tagItemHeader .tagItemAuthor span,
  .layout-tag .userItemList .tagItemView .tagItemHeader .tagItemCategory span,
  .layout-tag .userItemList .tagItemView .userItemHeader .catItemDateCreated span,
  .layout-tag .userItemList .tagItemView .userItemHeader .catItemAuthor span,
  .layout-tag .userItemList .tagItemView .userItemHeader .catItemCategory span,
  .layout-tag .userItemList .tagItemView .userItemHeader .tagItemDateCreated span,
  .layout-tag .userItemList .tagItemView .userItemHeader .tagItemAuthor span,
  .layout-tag .userItemList .tagItemView .userItemHeader .tagItemCategory span,
  .layout-tag .userItemList .userItemView .catItemHeader .catItemDateCreated span,
  .layout-tag .userItemList .userItemView .catItemHeader .catItemAuthor span,
  .layout-tag .userItemList .userItemView .catItemHeader .catItemCategory span,
  .layout-tag .userItemList .userItemView .catItemHeader .tagItemDateCreated span,
  .layout-tag .userItemList .userItemView .catItemHeader .tagItemAuthor span,
  .layout-tag .userItemList .userItemView .catItemHeader .tagItemCategory span,
  .layout-tag .userItemList .userItemView .tagItemHeader .catItemDateCreated span,
  .layout-tag .userItemList .userItemView .tagItemHeader .catItemAuthor span,
  .layout-tag .userItemList .userItemView .tagItemHeader .catItemCategory span,
  .layout-tag .userItemList .userItemView .tagItemHeader .tagItemDateCreated span,
  .layout-tag .userItemList .userItemView .tagItemHeader .tagItemAuthor span,
  .layout-tag .userItemList .userItemView .tagItemHeader .tagItemCategory span,
  .layout-tag .userItemList .userItemView .userItemHeader .catItemDateCreated span,
  .layout-tag .userItemList .userItemView .userItemHeader .catItemAuthor span,
  .layout-tag .userItemList .userItemView .userItemHeader .catItemCategory span,
  .layout-tag .userItemList .userItemView .userItemHeader .tagItemDateCreated span,
  .layout-tag .userItemList .userItemView .userItemHeader .tagItemAuthor span,
  .layout-tag .userItemList .userItemView .userItemHeader .tagItemCategory span,
  .layout-user .itemList .catItemView .catItemHeader .catItemDateCreated span,
  .layout-user .itemList .catItemView .catItemHeader .catItemAuthor span,
  .layout-user .itemList .catItemView .catItemHeader .catItemCategory span,
  .layout-user .itemList .catItemView .catItemHeader .tagItemDateCreated span,
  .layout-user .itemList .catItemView .catItemHeader .tagItemAuthor span,
  .layout-user .itemList .catItemView .catItemHeader .tagItemCategory span,
  .layout-user .itemList .catItemView .tagItemHeader .catItemDateCreated span,
  .layout-user .itemList .catItemView .tagItemHeader .catItemAuthor span,
  .layout-user .itemList .catItemView .tagItemHeader .catItemCategory span,
  .layout-user .itemList .catItemView .tagItemHeader .tagItemDateCreated span,
  .layout-user .itemList .catItemView .tagItemHeader .tagItemAuthor span,
  .layout-user .itemList .catItemView .tagItemHeader .tagItemCategory span,
  .layout-user .itemList .catItemView .userItemHeader .catItemDateCreated span,
  .layout-user .itemList .catItemView .userItemHeader .catItemAuthor span,
  .layout-user .itemList .catItemView .userItemHeader .catItemCategory span,
  .layout-user .itemList .catItemView .userItemHeader .tagItemDateCreated span,
  .layout-user .itemList .catItemView .userItemHeader .tagItemAuthor span,
  .layout-user .itemList .catItemView .userItemHeader .tagItemCategory span,
  .layout-user .itemList .tagItemView .catItemHeader .catItemDateCreated span,
  .layout-user .itemList .tagItemView .catItemHeader .catItemAuthor span,
  .layout-user .itemList .tagItemView .catItemHeader .catItemCategory span,
  .layout-user .itemList .tagItemView .catItemHeader .tagItemDateCreated span,
  .layout-user .itemList .tagItemView .catItemHeader .tagItemAuthor span,
  .layout-user .itemList .tagItemView .catItemHeader .tagItemCategory span,
  .layout-user .itemList .tagItemView .tagItemHeader .catItemDateCreated span,
  .layout-user .itemList .tagItemView .tagItemHeader .catItemAuthor span,
  .layout-user .itemList .tagItemView .tagItemHeader .catItemCategory span,
  .layout-user .itemList .tagItemView .tagItemHeader .tagItemDateCreated span,
  .layout-user .itemList .tagItemView .tagItemHeader .tagItemAuthor span,
  .layout-user .itemList .tagItemView .tagItemHeader .tagItemCategory span,
  .layout-user .itemList .tagItemView .userItemHeader .catItemDateCreated span,
  .layout-user .itemList .tagItemView .userItemHeader .catItemAuthor span,
  .layout-user .itemList .tagItemView .userItemHeader .catItemCategory span,
  .layout-user .itemList .tagItemView .userItemHeader .tagItemDateCreated span,
  .layout-user .itemList .tagItemView .userItemHeader .tagItemAuthor span,
  .layout-user .itemList .tagItemView .userItemHeader .tagItemCategory span,
  .layout-user .itemList .userItemView .catItemHeader .catItemDateCreated span,
  .layout-user .itemList .userItemView .catItemHeader .catItemAuthor span,
  .layout-user .itemList .userItemView .catItemHeader .catItemCategory span,
  .layout-user .itemList .userItemView .catItemHeader .tagItemDateCreated span,
  .layout-user .itemList .userItemView .catItemHeader .tagItemAuthor span,
  .layout-user .itemList .userItemView .catItemHeader .tagItemCategory span,
  .layout-user .itemList .userItemView .tagItemHeader .catItemDateCreated span,
  .layout-user .itemList .userItemView .tagItemHeader .catItemAuthor span,
  .layout-user .itemList .userItemView .tagItemHeader .catItemCategory span,
  .layout-user .itemList .userItemView .tagItemHeader .tagItemDateCreated span,
  .layout-user .itemList .userItemView .tagItemHeader .tagItemAuthor span,
  .layout-user .itemList .userItemView .tagItemHeader .tagItemCategory span,
  .layout-user .itemList .userItemView .userItemHeader .catItemDateCreated span,
  .layout-user .itemList .userItemView .userItemHeader .catItemAuthor span,
  .layout-user .itemList .userItemView .userItemHeader .catItemCategory span,
  .layout-user .itemList .userItemView .userItemHeader .tagItemDateCreated span,
  .layout-user .itemList .userItemView .userItemHeader .tagItemAuthor span,
  .layout-user .itemList .userItemView .userItemHeader .tagItemCategory span,
  .layout-user .tagItemList .catItemView .catItemHeader .catItemDateCreated span,
  .layout-user .tagItemList .catItemView .catItemHeader .catItemAuthor span,
  .layout-user .tagItemList .catItemView .catItemHeader .catItemCategory span,
  .layout-user .tagItemList .catItemView .catItemHeader .tagItemDateCreated span,
  .layout-user .tagItemList .catItemView .catItemHeader .tagItemAuthor span,
  .layout-user .tagItemList .catItemView .catItemHeader .tagItemCategory span,
  .layout-user .tagItemList .catItemView .tagItemHeader .catItemDateCreated span,
  .layout-user .tagItemList .catItemView .tagItemHeader .catItemAuthor span,
  .layout-user .tagItemList .catItemView .tagItemHeader .catItemCategory span,
  .layout-user .tagItemList .catItemView .tagItemHeader .tagItemDateCreated span,
  .layout-user .tagItemList .catItemView .tagItemHeader .tagItemAuthor span,
  .layout-user .tagItemList .catItemView .tagItemHeader .tagItemCategory span,
  .layout-user .tagItemList .catItemView .userItemHeader .catItemDateCreated span,
  .layout-user .tagItemList .catItemView .userItemHeader .catItemAuthor span,
  .layout-user .tagItemList .catItemView .userItemHeader .catItemCategory span,
  .layout-user .tagItemList .catItemView .userItemHeader .tagItemDateCreated span,
  .layout-user .tagItemList .catItemView .userItemHeader .tagItemAuthor span,
  .layout-user .tagItemList .catItemView .userItemHeader .tagItemCategory span,
  .layout-user .tagItemList .tagItemView .catItemHeader .catItemDateCreated span,
  .layout-user .tagItemList .tagItemView .catItemHeader .catItemAuthor span,
  .layout-user .tagItemList .tagItemView .catItemHeader .catItemCategory span,
  .layout-user .tagItemList .tagItemView .catItemHeader .tagItemDateCreated span,
  .layout-user .tagItemList .tagItemView .catItemHeader .tagItemAuthor span,
  .layout-user .tagItemList .tagItemView .catItemHeader .tagItemCategory span,
  .layout-user .tagItemList .tagItemView .tagItemHeader .catItemDateCreated span,
  .layout-user .tagItemList .tagItemView .tagItemHeader .catItemAuthor span,
  .layout-user .tagItemList .tagItemView .tagItemHeader .catItemCategory span,
  .layout-user .tagItemList .tagItemView .tagItemHeader .tagItemDateCreated span,
  .layout-user .tagItemList .tagItemView .tagItemHeader .tagItemAuthor span,
  .layout-user .tagItemList .tagItemView .tagItemHeader .tagItemCategory span,
  .layout-user .tagItemList .tagItemView .userItemHeader .catItemDateCreated span,
  .layout-user .tagItemList .tagItemView .userItemHeader .catItemAuthor span,
  .layout-user .tagItemList .tagItemView .userItemHeader .catItemCategory span,
  .layout-user .tagItemList .tagItemView .userItemHeader .tagItemDateCreated span,
  .layout-user .tagItemList .tagItemView .userItemHeader .tagItemAuthor span,
  .layout-user .tagItemList .tagItemView .userItemHeader .tagItemCategory span,
  .layout-user .tagItemList .userItemView .catItemHeader .catItemDateCreated span,
  .layout-user .tagItemList .userItemView .catItemHeader .catItemAuthor span,
  .layout-user .tagItemList .userItemView .catItemHeader .catItemCategory span,
  .layout-user .tagItemList .userItemView .catItemHeader .tagItemDateCreated span,
  .layout-user .tagItemList .userItemView .catItemHeader .tagItemAuthor span,
  .layout-user .tagItemList .userItemView .catItemHeader .tagItemCategory span,
  .layout-user .tagItemList .userItemView .tagItemHeader .catItemDateCreated span,
  .layout-user .tagItemList .userItemView .tagItemHeader .catItemAuthor span,
  .layout-user .tagItemList .userItemView .tagItemHeader .catItemCategory span,
  .layout-user .tagItemList .userItemView .tagItemHeader .tagItemDateCreated span,
  .layout-user .tagItemList .userItemView .tagItemHeader .tagItemAuthor span,
  .layout-user .tagItemList .userItemView .tagItemHeader .tagItemCategory span,
  .layout-user .tagItemList .userItemView .userItemHeader .catItemDateCreated span,
  .layout-user .tagItemList .userItemView .userItemHeader .catItemAuthor span,
  .layout-user .tagItemList .userItemView .userItemHeader .catItemCategory span,
  .layout-user .tagItemList .userItemView .userItemHeader .tagItemDateCreated span,
  .layout-user .tagItemList .userItemView .userItemHeader .tagItemAuthor span,
  .layout-user .tagItemList .userItemView .userItemHeader .tagItemCategory span,
  .layout-user .userItemList .catItemView .catItemHeader .catItemDateCreated span,
  .layout-user .userItemList .catItemView .catItemHeader .catItemAuthor span,
  .layout-user .userItemList .catItemView .catItemHeader .catItemCategory span,
  .layout-user .userItemList .catItemView .catItemHeader .tagItemDateCreated span,
  .layout-user .userItemList .catItemView .catItemHeader .tagItemAuthor span,
  .layout-user .userItemList .catItemView .catItemHeader .tagItemCategory span,
  .layout-user .userItemList .catItemView .tagItemHeader .catItemDateCreated span,
  .layout-user .userItemList .catItemView .tagItemHeader .catItemAuthor span,
  .layout-user .userItemList .catItemView .tagItemHeader .catItemCategory span,
  .layout-user .userItemList .catItemView .tagItemHeader .tagItemDateCreated span,
  .layout-user .userItemList .catItemView .tagItemHeader .tagItemAuthor span,
  .layout-user .userItemList .catItemView .tagItemHeader .tagItemCategory span,
  .layout-user .userItemList .catItemView .userItemHeader .catItemDateCreated span,
  .layout-user .userItemList .catItemView .userItemHeader .catItemAuthor span,
  .layout-user .userItemList .catItemView .userItemHeader .catItemCategory span,
  .layout-user .userItemList .catItemView .userItemHeader .tagItemDateCreated span,
  .layout-user .userItemList .catItemView .userItemHeader .tagItemAuthor span,
  .layout-user .userItemList .catItemView .userItemHeader .tagItemCategory span,
  .layout-user .userItemList .tagItemView .catItemHeader .catItemDateCreated span,
  .layout-user .userItemList .tagItemView .catItemHeader .catItemAuthor span,
  .layout-user .userItemList .tagItemView .catItemHeader .catItemCategory span,
  .layout-user .userItemList .tagItemView .catItemHeader .tagItemDateCreated span,
  .layout-user .userItemList .tagItemView .catItemHeader .tagItemAuthor span,
  .layout-user .userItemList .tagItemView .catItemHeader .tagItemCategory span,
  .layout-user .userItemList .tagItemView .tagItemHeader .catItemDateCreated span,
  .layout-user .userItemList .tagItemView .tagItemHeader .catItemAuthor span,
  .layout-user .userItemList .tagItemView .tagItemHeader .catItemCategory span,
  .layout-user .userItemList .tagItemView .tagItemHeader .tagItemDateCreated span,
  .layout-user .userItemList .tagItemView .tagItemHeader .tagItemAuthor span,
  .layout-user .userItemList .tagItemView .tagItemHeader .tagItemCategory span,
  .layout-user .userItemList .tagItemView .userItemHeader .catItemDateCreated span,
  .layout-user .userItemList .tagItemView .userItemHeader .catItemAuthor span,
  .layout-user .userItemList .tagItemView .userItemHeader .catItemCategory span,
  .layout-user .userItemList .tagItemView .userItemHeader .tagItemDateCreated span,
  .layout-user .userItemList .tagItemView .userItemHeader .tagItemAuthor span,
  .layout-user .userItemList .tagItemView .userItemHeader .tagItemCategory span,
  .layout-user .userItemList .userItemView .catItemHeader .catItemDateCreated span,
  .layout-user .userItemList .userItemView .catItemHeader .catItemAuthor span,
  .layout-user .userItemList .userItemView .catItemHeader .catItemCategory span,
  .layout-user .userItemList .userItemView .catItemHeader .tagItemDateCreated span,
  .layout-user .userItemList .userItemView .catItemHeader .tagItemAuthor span,
  .layout-user .userItemList .userItemView .catItemHeader .tagItemCategory span,
  .layout-user .userItemList .userItemView .tagItemHeader .catItemDateCreated span,
  .layout-user .userItemList .userItemView .tagItemHeader .catItemAuthor span,
  .layout-user .userItemList .userItemView .tagItemHeader .catItemCategory span,
  .layout-user .userItemList .userItemView .tagItemHeader .tagItemDateCreated span,
  .layout-user .userItemList .userItemView .tagItemHeader .tagItemAuthor span,
  .layout-user .userItemList .userItemView .tagItemHeader .tagItemCategory span,
  .layout-user .userItemList .userItemView .userItemHeader .catItemDateCreated span,
  .layout-user .userItemList .userItemView .userItemHeader .catItemAuthor span,
  .layout-user .userItemList .userItemView .userItemHeader .catItemCategory span,
  .layout-user .userItemList .userItemView .userItemHeader .tagItemDateCreated span,
  .layout-user .userItemList .userItemView .userItemHeader .tagItemAuthor span,
  .layout-user .userItemList .userItemView .userItemHeader .tagItemCategory span {
    font-weight: 500;
  }
  .layout-category .itemList .catItemView .catItemBody,
  .layout-category .itemList .tagItemView .catItemBody,
  .layout-category .itemList .userItemView .catItemBody,
  .layout-category .tagItemList .catItemView .catItemBody,
  .layout-category .tagItemList .tagItemView .catItemBody,
  .layout-category .tagItemList .userItemView .catItemBody,
  .layout-category .userItemList .catItemView .catItemBody,
  .layout-category .userItemList .tagItemView .catItemBody,
  .layout-category .userItemList .userItemView .catItemBody,
  .layout-tag .itemList .catItemView .catItemBody,
  .layout-tag .itemList .tagItemView .catItemBody,
  .layout-tag .itemList .userItemView .catItemBody,
  .layout-tag .tagItemList .catItemView .catItemBody,
  .layout-tag .tagItemList .tagItemView .catItemBody,
  .layout-tag .tagItemList .userItemView .catItemBody,
  .layout-tag .userItemList .catItemView .catItemBody,
  .layout-tag .userItemList .tagItemView .catItemBody,
  .layout-tag .userItemList .userItemView .catItemBody,
  .layout-user .itemList .catItemView .catItemBody,
  .layout-user .itemList .tagItemView .catItemBody,
  .layout-user .itemList .userItemView .catItemBody,
  .layout-user .tagItemList .catItemView .catItemBody,
  .layout-user .tagItemList .tagItemView .catItemBody,
  .layout-user .tagItemList .userItemView .catItemBody,
  .layout-user .userItemList .catItemView .catItemBody,
  .layout-user .userItemList .tagItemView .catItemBody,
  .layout-user .userItemList .userItemView .catItemBody {
    padding: 0;
  }
  .layout-category .itemList .catItemView .catItemBody .catItemIntroText,
  .layout-category .itemList .tagItemView .catItemBody .catItemIntroText,
  .layout-category .itemList .userItemView .catItemBody .catItemIntroText,
  .layout-category .tagItemList .catItemView .catItemBody .catItemIntroText,
  .layout-category .tagItemList .tagItemView .catItemBody .catItemIntroText,
  .layout-category .tagItemList .userItemView .catItemBody .catItemIntroText,
  .layout-category .userItemList .catItemView .catItemBody .catItemIntroText,
  .layout-category .userItemList .tagItemView .catItemBody .catItemIntroText,
  .layout-category .userItemList .userItemView .catItemBody .catItemIntroText,
  .layout-tag .itemList .catItemView .catItemBody .catItemIntroText,
  .layout-tag .itemList .tagItemView .catItemBody .catItemIntroText,
  .layout-tag .itemList .userItemView .catItemBody .catItemIntroText,
  .layout-tag .tagItemList .catItemView .catItemBody .catItemIntroText,
  .layout-tag .tagItemList .tagItemView .catItemBody .catItemIntroText,
  .layout-tag .tagItemList .userItemView .catItemBody .catItemIntroText,
  .layout-tag .userItemList .catItemView .catItemBody .catItemIntroText,
  .layout-tag .userItemList .tagItemView .catItemBody .catItemIntroText,
  .layout-tag .userItemList .userItemView .catItemBody .catItemIntroText,
  .layout-user .itemList .catItemView .catItemBody .catItemIntroText,
  .layout-user .itemList .tagItemView .catItemBody .catItemIntroText,
  .layout-user .itemList .userItemView .catItemBody .catItemIntroText,
  .layout-user .tagItemList .catItemView .catItemBody .catItemIntroText,
  .layout-user .tagItemList .tagItemView .catItemBody .catItemIntroText,
  .layout-user .tagItemList .userItemView .catItemBody .catItemIntroText,
  .layout-user .userItemList .catItemView .catItemBody .catItemIntroText,
  .layout-user .userItemList .tagItemView .catItemBody .catItemIntroText,
  .layout-user .userItemList .userItemView .catItemBody .catItemIntroText {
    padding: 0;
    color: #606060;
  }
  .layout-category .itemList .catItemView .catItemBody .catItemIntroText p,
  .layout-category .itemList .tagItemView .catItemBody .catItemIntroText p,
  .layout-category .itemList .userItemView .catItemBody .catItemIntroText p,
  .layout-category .tagItemList .catItemView .catItemBody .catItemIntroText p,
  .layout-category .tagItemList .tagItemView .catItemBody .catItemIntroText p,
  .layout-category .tagItemList .userItemView .catItemBody .catItemIntroText p,
  .layout-category .userItemList .catItemView .catItemBody .catItemIntroText p,
  .layout-category .userItemList .tagItemView .catItemBody .catItemIntroText p,
  .layout-category .userItemList .userItemView .catItemBody .catItemIntroText p,
  .layout-tag .itemList .catItemView .catItemBody .catItemIntroText p,
  .layout-tag .itemList .tagItemView .catItemBody .catItemIntroText p,
  .layout-tag .itemList .userItemView .catItemBody .catItemIntroText p,
  .layout-tag .tagItemList .catItemView .catItemBody .catItemIntroText p,
  .layout-tag .tagItemList .tagItemView .catItemBody .catItemIntroText p,
  .layout-tag .tagItemList .userItemView .catItemBody .catItemIntroText p,
  .layout-tag .userItemList .catItemView .catItemBody .catItemIntroText p,
  .layout-tag .userItemList .tagItemView .catItemBody .catItemIntroText p,
  .layout-tag .userItemList .userItemView .catItemBody .catItemIntroText p,
  .layout-user .itemList .catItemView .catItemBody .catItemIntroText p,
  .layout-user .itemList .tagItemView .catItemBody .catItemIntroText p,
  .layout-user .itemList .userItemView .catItemBody .catItemIntroText p,
  .layout-user .tagItemList .catItemView .catItemBody .catItemIntroText p,
  .layout-user .tagItemList .tagItemView .catItemBody .catItemIntroText p,
  .layout-user .tagItemList .userItemView .catItemBody .catItemIntroText p,
  .layout-user .userItemList .catItemView .catItemBody .catItemIntroText p,
  .layout-user .userItemList .tagItemView .catItemBody .catItemIntroText p,
  .layout-user .userItemList .userItemView .catItemBody .catItemIntroText p {
    margin: 0;
  }
  .layout-category .itemList .catItemView .catItemLinks,
  .layout-category .itemList .tagItemView .catItemLinks,
  .layout-category .itemList .userItemView .catItemLinks,
  .layout-category .tagItemList .catItemView .catItemLinks,
  .layout-category .tagItemList .tagItemView .catItemLinks,
  .layout-category .tagItemList .userItemView .catItemLinks,
  .layout-category .userItemList .catItemView .catItemLinks,
  .layout-category .userItemList .tagItemView .catItemLinks,
  .layout-category .userItemList .userItemView .catItemLinks,
  .layout-tag .itemList .catItemView .catItemLinks,
  .layout-tag .itemList .tagItemView .catItemLinks,
  .layout-tag .itemList .userItemView .catItemLinks,
  .layout-tag .tagItemList .catItemView .catItemLinks,
  .layout-tag .tagItemList .tagItemView .catItemLinks,
  .layout-tag .tagItemList .userItemView .catItemLinks,
  .layout-tag .userItemList .catItemView .catItemLinks,
  .layout-tag .userItemList .tagItemView .catItemLinks,
  .layout-tag .userItemList .userItemView .catItemLinks,
  .layout-user .itemList .catItemView .catItemLinks,
  .layout-user .itemList .tagItemView .catItemLinks,
  .layout-user .itemList .userItemView .catItemLinks,
  .layout-user .tagItemList .catItemView .catItemLinks,
  .layout-user .tagItemList .tagItemView .catItemLinks,
  .layout-user .tagItemList .userItemView .catItemLinks,
  .layout-user .userItemList .catItemView .catItemLinks,
  .layout-user .userItemList .tagItemView .catItemLinks,
  .layout-user .userItemList .userItemView .catItemLinks {
    margin: 0;
  }
  .layout-category .itemList .catItemView .catItemLinks .catItemTagsBlock,
  .layout-category .itemList .tagItemView .catItemLinks .catItemTagsBlock,
  .layout-category .itemList .userItemView .catItemLinks .catItemTagsBlock,
  .layout-category .tagItemList .catItemView .catItemLinks .catItemTagsBlock,
  .layout-category .tagItemList .tagItemView .catItemLinks .catItemTagsBlock,
  .layout-category .tagItemList .userItemView .catItemLinks .catItemTagsBlock,
  .layout-category .userItemList .catItemView .catItemLinks .catItemTagsBlock,
  .layout-category .userItemList .tagItemView .catItemLinks .catItemTagsBlock,
  .layout-category .userItemList .userItemView .catItemLinks .catItemTagsBlock,
  .layout-tag .itemList .catItemView .catItemLinks .catItemTagsBlock,
  .layout-tag .itemList .tagItemView .catItemLinks .catItemTagsBlock,
  .layout-tag .itemList .userItemView .catItemLinks .catItemTagsBlock,
  .layout-tag .tagItemList .catItemView .catItemLinks .catItemTagsBlock,
  .layout-tag .tagItemList .tagItemView .catItemLinks .catItemTagsBlock,
  .layout-tag .tagItemList .userItemView .catItemLinks .catItemTagsBlock,
  .layout-tag .userItemList .catItemView .catItemLinks .catItemTagsBlock,
  .layout-tag .userItemList .tagItemView .catItemLinks .catItemTagsBlock,
  .layout-tag .userItemList .userItemView .catItemLinks .catItemTagsBlock,
  .layout-user .itemList .catItemView .catItemLinks .catItemTagsBlock,
  .layout-user .itemList .tagItemView .catItemLinks .catItemTagsBlock,
  .layout-user .itemList .userItemView .catItemLinks .catItemTagsBlock,
  .layout-user .tagItemList .catItemView .catItemLinks .catItemTagsBlock,
  .layout-user .tagItemList .tagItemView .catItemLinks .catItemTagsBlock,
  .layout-user .tagItemList .userItemView .catItemLinks .catItemTagsBlock,
  .layout-user .userItemList .catItemView .catItemLinks .catItemTagsBlock,
  .layout-user .userItemList .tagItemView .catItemLinks .catItemTagsBlock,
  .layout-user .userItemList .userItemView .catItemLinks .catItemTagsBlock {
    padding: 20px 0;
  }
  .layout-category .itemList .catItemView .catItemCommentsLink,
  .layout-category .itemList .tagItemView .catItemCommentsLink,
  .layout-category .itemList .userItemView .catItemCommentsLink,
  .layout-category .tagItemList .catItemView .catItemCommentsLink,
  .layout-category .tagItemList .tagItemView .catItemCommentsLink,
  .layout-category .tagItemList .userItemView .catItemCommentsLink,
  .layout-category .userItemList .catItemView .catItemCommentsLink,
  .layout-category .userItemList .tagItemView .catItemCommentsLink,
  .layout-category .userItemList .userItemView .catItemCommentsLink,
  .layout-tag .itemList .catItemView .catItemCommentsLink,
  .layout-tag .itemList .tagItemView .catItemCommentsLink,
  .layout-tag .itemList .userItemView .catItemCommentsLink,
  .layout-tag .tagItemList .catItemView .catItemCommentsLink,
  .layout-tag .tagItemList .tagItemView .catItemCommentsLink,
  .layout-tag .tagItemList .userItemView .catItemCommentsLink,
  .layout-tag .userItemList .catItemView .catItemCommentsLink,
  .layout-tag .userItemList .tagItemView .catItemCommentsLink,
  .layout-tag .userItemList .userItemView .catItemCommentsLink,
  .layout-user .itemList .catItemView .catItemCommentsLink,
  .layout-user .itemList .tagItemView .catItemCommentsLink,
  .layout-user .itemList .userItemView .catItemCommentsLink,
  .layout-user .tagItemList .catItemView .catItemCommentsLink,
  .layout-user .tagItemList .tagItemView .catItemCommentsLink,
  .layout-user .tagItemList .userItemView .catItemCommentsLink,
  .layout-user .userItemList .catItemView .catItemCommentsLink,
  .layout-user .userItemList .tagItemView .catItemCommentsLink,
  .layout-user .userItemList .userItemView .catItemCommentsLink {
    display: block;
    border-right: 0;
    margin: 0;
    padding: 20px 0;
  }
  .layout-category .itemList .catItemView .catItemReadMore,
  .layout-category .itemList .catItemView .tagItemReadMore,
  .layout-category .itemList .catItemView .userItemReadMore,
  .layout-category .itemList .tagItemView .catItemReadMore,
  .layout-category .itemList .tagItemView .tagItemReadMore,
  .layout-category .itemList .tagItemView .userItemReadMore,
  .layout-category .itemList .userItemView .catItemReadMore,
  .layout-category .itemList .userItemView .tagItemReadMore,
  .layout-category .itemList .userItemView .userItemReadMore,
  .layout-category .tagItemList .catItemView .catItemReadMore,
  .layout-category .tagItemList .catItemView .tagItemReadMore,
  .layout-category .tagItemList .catItemView .userItemReadMore,
  .layout-category .tagItemList .tagItemView .catItemReadMore,
  .layout-category .tagItemList .tagItemView .tagItemReadMore,
  .layout-category .tagItemList .tagItemView .userItemReadMore,
  .layout-category .tagItemList .userItemView .catItemReadMore,
  .layout-category .tagItemList .userItemView .tagItemReadMore,
  .layout-category .tagItemList .userItemView .userItemReadMore,
  .layout-category .userItemList .catItemView .catItemReadMore,
  .layout-category .userItemList .catItemView .tagItemReadMore,
  .layout-category .userItemList .catItemView .userItemReadMore,
  .layout-category .userItemList .tagItemView .catItemReadMore,
  .layout-category .userItemList .tagItemView .tagItemReadMore,
  .layout-category .userItemList .tagItemView .userItemReadMore,
  .layout-category .userItemList .userItemView .catItemReadMore,
  .layout-category .userItemList .userItemView .tagItemReadMore,
  .layout-category .userItemList .userItemView .userItemReadMore,
  .layout-tag .itemList .catItemView .catItemReadMore,
  .layout-tag .itemList .catItemView .tagItemReadMore,
  .layout-tag .itemList .catItemView .userItemReadMore,
  .layout-tag .itemList .tagItemView .catItemReadMore,
  .layout-tag .itemList .tagItemView .tagItemReadMore,
  .layout-tag .itemList .tagItemView .userItemReadMore,
  .layout-tag .itemList .userItemView .catItemReadMore,
  .layout-tag .itemList .userItemView .tagItemReadMore,
  .layout-tag .itemList .userItemView .userItemReadMore,
  .layout-tag .tagItemList .catItemView .catItemReadMore,
  .layout-tag .tagItemList .catItemView .tagItemReadMore,
  .layout-tag .tagItemList .catItemView .userItemReadMore,
  .layout-tag .tagItemList .tagItemView .catItemReadMore,
  .layout-tag .tagItemList .tagItemView .tagItemReadMore,
  .layout-tag .tagItemList .tagItemView .userItemReadMore,
  .layout-tag .tagItemList .userItemView .catItemReadMore,
  .layout-tag .tagItemList .userItemView .tagItemReadMore,
  .layout-tag .tagItemList .userItemView .userItemReadMore,
  .layout-tag .userItemList .catItemView .catItemReadMore,
  .layout-tag .userItemList .catItemView .tagItemReadMore,
  .layout-tag .userItemList .catItemView .userItemReadMore,
  .layout-tag .userItemList .tagItemView .catItemReadMore,
  .layout-tag .userItemList .tagItemView .tagItemReadMore,
  .layout-tag .userItemList .tagItemView .userItemReadMore,
  .layout-tag .userItemList .userItemView .catItemReadMore,
  .layout-tag .userItemList .userItemView .tagItemReadMore,
  .layout-tag .userItemList .userItemView .userItemReadMore,
  .layout-user .itemList .catItemView .catItemReadMore,
  .layout-user .itemList .catItemView .tagItemReadMore,
  .layout-user .itemList .catItemView .userItemReadMore,
  .layout-user .itemList .tagItemView .catItemReadMore,
  .layout-user .itemList .tagItemView .tagItemReadMore,
  .layout-user .itemList .tagItemView .userItemReadMore,
  .layout-user .itemList .userItemView .catItemReadMore,
  .layout-user .itemList .userItemView .tagItemReadMore,
  .layout-user .itemList .userItemView .userItemReadMore,
  .layout-user .tagItemList .catItemView .catItemReadMore,
  .layout-user .tagItemList .catItemView .tagItemReadMore,
  .layout-user .tagItemList .catItemView .userItemReadMore,
  .layout-user .tagItemList .tagItemView .catItemReadMore,
  .layout-user .tagItemList .tagItemView .tagItemReadMore,
  .layout-user .tagItemList .tagItemView .userItemReadMore,
  .layout-user .tagItemList .userItemView .catItemReadMore,
  .layout-user .tagItemList .userItemView .tagItemReadMore,
  .layout-user .tagItemList .userItemView .userItemReadMore,
  .layout-user .userItemList .catItemView .catItemReadMore,
  .layout-user .userItemList .catItemView .tagItemReadMore,
  .layout-user .userItemList .catItemView .userItemReadMore,
  .layout-user .userItemList .tagItemView .catItemReadMore,
  .layout-user .userItemList .tagItemView .tagItemReadMore,
  .layout-user .userItemList .tagItemView .userItemReadMore,
  .layout-user .userItemList .userItemView .catItemReadMore,
  .layout-user .userItemList .userItemView .tagItemReadMore,
  .layout-user .userItemList .userItemView .userItemReadMore {
    margin-top: 45px;
    display: block;
  }
  .layout-category .itemList .catItemView .catItemReadMore a.k2ReadMore,
  .layout-category .itemList .catItemView .tagItemReadMore a.k2ReadMore,
  .layout-category .itemList .catItemView .userItemReadMore a.k2ReadMore,
  .layout-category .itemList .tagItemView .catItemReadMore a.k2ReadMore,
  .layout-category .itemList .tagItemView .tagItemReadMore a.k2ReadMore,
  .layout-category .itemList .tagItemView .userItemReadMore a.k2ReadMore,
  .layout-category .itemList .userItemView .catItemReadMore a.k2ReadMore,
  .layout-category .itemList .userItemView .tagItemReadMore a.k2ReadMore,
  .layout-category .itemList .userItemView .userItemReadMore a.k2ReadMore,
  .layout-category .tagItemList .catItemView .catItemReadMore a.k2ReadMore,
  .layout-category .tagItemList .catItemView .tagItemReadMore a.k2ReadMore,
  .layout-category .tagItemList .catItemView .userItemReadMore a.k2ReadMore,
  .layout-category .tagItemList .tagItemView .catItemReadMore a.k2ReadMore,
  .layout-category .tagItemList .tagItemView .tagItemReadMore a.k2ReadMore,
  .layout-category .tagItemList .tagItemView .userItemReadMore a.k2ReadMore,
  .layout-category .tagItemList .userItemView .catItemReadMore a.k2ReadMore,
  .layout-category .tagItemList .userItemView .tagItemReadMore a.k2ReadMore,
  .layout-category .tagItemList .userItemView .userItemReadMore a.k2ReadMore,
  .layout-category .userItemList .catItemView .catItemReadMore a.k2ReadMore,
  .layout-category .userItemList .catItemView .tagItemReadMore a.k2ReadMore,
  .layout-category .userItemList .catItemView .userItemReadMore a.k2ReadMore,
  .layout-category .userItemList .tagItemView .catItemReadMore a.k2ReadMore,
  .layout-category .userItemList .tagItemView .tagItemReadMore a.k2ReadMore,
  .layout-category .userItemList .tagItemView .userItemReadMore a.k2ReadMore,
  .layout-category .userItemList .userItemView .catItemReadMore a.k2ReadMore,
  .layout-category .userItemList .userItemView .tagItemReadMore a.k2ReadMore,
  .layout-category .userItemList .userItemView .userItemReadMore a.k2ReadMore,
  .layout-tag .itemList .catItemView .catItemReadMore a.k2ReadMore,
  .layout-tag .itemList .catItemView .tagItemReadMore a.k2ReadMore,
  .layout-tag .itemList .catItemView .userItemReadMore a.k2ReadMore,
  .layout-tag .itemList .tagItemView .catItemReadMore a.k2ReadMore,
  .layout-tag .itemList .tagItemView .tagItemReadMore a.k2ReadMore,
  .layout-tag .itemList .tagItemView .userItemReadMore a.k2ReadMore,
  .layout-tag .itemList .userItemView .catItemReadMore a.k2ReadMore,
  .layout-tag .itemList .userItemView .tagItemReadMore a.k2ReadMore,
  .layout-tag .itemList .userItemView .userItemReadMore a.k2ReadMore,
  .layout-tag .tagItemList .catItemView .catItemReadMore a.k2ReadMore,
  .layout-tag .tagItemList .catItemView .tagItemReadMore a.k2ReadMore,
  .layout-tag .tagItemList .catItemView .userItemReadMore a.k2ReadMore,
  .layout-tag .tagItemList .tagItemView .catItemReadMore a.k2ReadMore,
  .layout-tag .tagItemList .tagItemView .tagItemReadMore a.k2ReadMore,
  .layout-tag .tagItemList .tagItemView .userItemReadMore a.k2ReadMore,
  .layout-tag .tagItemList .userItemView .catItemReadMore a.k2ReadMore,
  .layout-tag .tagItemList .userItemView .tagItemReadMore a.k2ReadMore,
  .layout-tag .tagItemList .userItemView .userItemReadMore a.k2ReadMore,
  .layout-tag .userItemList .catItemView .catItemReadMore a.k2ReadMore,
  .layout-tag .userItemList .catItemView .tagItemReadMore a.k2ReadMore,
  .layout-tag .userItemList .catItemView .userItemReadMore a.k2ReadMore,
  .layout-tag .userItemList .tagItemView .catItemReadMore a.k2ReadMore,
  .layout-tag .userItemList .tagItemView .tagItemReadMore a.k2ReadMore,
  .layout-tag .userItemList .tagItemView .userItemReadMore a.k2ReadMore,
  .layout-tag .userItemList .userItemView .catItemReadMore a.k2ReadMore,
  .layout-tag .userItemList .userItemView .tagItemReadMore a.k2ReadMore,
  .layout-tag .userItemList .userItemView .userItemReadMore a.k2ReadMore,
  .layout-user .itemList .catItemView .catItemReadMore a.k2ReadMore,
  .layout-user .itemList .catItemView .tagItemReadMore a.k2ReadMore,
  .layout-user .itemList .catItemView .userItemReadMore a.k2ReadMore,
  .layout-user .itemList .tagItemView .catItemReadMore a.k2ReadMore,
  .layout-user .itemList .tagItemView .tagItemReadMore a.k2ReadMore,
  .layout-user .itemList .tagItemView .userItemReadMore a.k2ReadMore,
  .layout-user .itemList .userItemView .catItemReadMore a.k2ReadMore,
  .layout-user .itemList .userItemView .tagItemReadMore a.k2ReadMore,
  .layout-user .itemList .userItemView .userItemReadMore a.k2ReadMore,
  .layout-user .tagItemList .catItemView .catItemReadMore a.k2ReadMore,
  .layout-user .tagItemList .catItemView .tagItemReadMore a.k2ReadMore,
  .layout-user .tagItemList .catItemView .userItemReadMore a.k2ReadMore,
  .layout-user .tagItemList .tagItemView .catItemReadMore a.k2ReadMore,
  .layout-user .tagItemList .tagItemView .tagItemReadMore a.k2ReadMore,
  .layout-user .tagItemList .tagItemView .userItemReadMore a.k2ReadMore,
  .layout-user .tagItemList .userItemView .catItemReadMore a.k2ReadMore,
  .layout-user .tagItemList .userItemView .tagItemReadMore a.k2ReadMore,
  .layout-user .tagItemList .userItemView .userItemReadMore a.k2ReadMore,
  .layout-user .userItemList .catItemView .catItemReadMore a.k2ReadMore,
  .layout-user .userItemList .catItemView .tagItemReadMore a.k2ReadMore,
  .layout-user .userItemList .catItemView .userItemReadMore a.k2ReadMore,
  .layout-user .userItemList .tagItemView .catItemReadMore a.k2ReadMore,
  .layout-user .userItemList .tagItemView .tagItemReadMore a.k2ReadMore,
  .layout-user .userItemList .tagItemView .userItemReadMore a.k2ReadMore,
  .layout-user .userItemList .userItemView .catItemReadMore a.k2ReadMore,
  .layout-user .userItemList .userItemView .tagItemReadMore a.k2ReadMore,
  .layout-user .userItemList .userItemView .userItemReadMore a.k2ReadMore {
    color: #706d6d;
    padding: 0 0 10px 0;
    line-height: inherit;
    background-color: transparent;
    line-height: 100%;
    border-bottom: solid 2px #706d6d;
    border-radius: 0;
  }
  .groupPrimary {
    padding: 0 15px !important;
  }
  div.k2Pagination {
    padding: 0;
    margin: 0;
    text-align: inherit;
  }
  div.k2Pagination ul.pagination li a {
    margin-right: 10px;
    background: transparent;
    color: #adadad;
    border: solid 2px #e1e1e1;
    font-weight: 700;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
  div.k2Pagination ul.pagination li a:hover {
    background: transparent;
    color: #706d6d;
    border: solid 2px #706d6d;
  }
  div.k2Pagination .pagination>li:first-child>a,
  div.k2Pagination .pagination>li:first-child>span,
  div.k2Pagination .pagination>li:last-child>a,
  div.k2Pagination .pagination>li:last-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  div.k2Pagination .pagination>.disabled>a {
    background: transparent;
    color: #adadad;
  }
  div.k2Pagination .pagination>.disabled>a:hover {
    background: transparent;
    color: #706d6d;
    border: solid 2px #706d6d;
  }
  div.k2Pagination .pagination>.active>a {
    background-color: transparent;
    color: #706d6d;
    border: solid 2px #706d6d;
  }
  div.k2Pagination ul li a {
    margin: 0;
    padding: 6px 12px;
    border-radius: 0;
  }
  .k2CategoriesListBlock ul.level1 {
    padding: 0;
  }
  .k2CategoriesListBlock li {
    margin: 0 !important;
    border-bottom: 0 !important;
  }
  .k2CategoriesListBlock li a {
    font-size: 14px;
    font-weight: 100;
    border-bottom: solid 1px #e6dfdf;
  }
  .k2CategoriesListBlock li a:before {
    display: none;
  }
  .k2CategoriesListBlock li a span.catCounter {
    float: right;
  }
  .k2CategoriesListBlock li.activeCategory a {
    font-weight: inherit !important;
  }
  .k2TagCloudBlock a {
    border: solid 1px #e6dfdf;
    line-height: 35px;
    padding: 0 12px !important;
    text-transform: uppercase;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    color: #706d6d;
    margin: 0 10px 10px 0;
    font-size: 12px !important;
  }
  .k2TagCloudBlock a:hover {
    background-color: transparent !important;
  }
  .k2CalendarBlock table {
    margin: 0;
    width: 100%;
  }
  .k2CategorySelectBlock select {
    width: 100% !important;
  }
  .k2AuthorsListBlock ul li a:before {
    display: none;
  }
  .k2AuthorsListBlock ul li a img {
    padding: 0;
    margin-right: 15px;
  }
  .k2AuthorsListBlock ul li a.abAuthorName {
    margin-top: 5px;
  }
  .k2AuthorsListBlock ul li a.abAuthorLatestItem {
    line-height: 20px;
    padding: 15px 0;
    font-size: 14px;
  }
  .layout-tag .tagItemImage {
    margin: 0 0 20px 0;
  }
  .layout-user .userItemImage {
    margin: 0 0 20px 0;
  }
  .layout-user .userItemHeader .userItemDateCreated,
  .layout-user .userItemHeader .userItemAuthor,
  .layout-user .userItemHeader .userItemCategory {
    display: inline-block;
    font-size: 14px;
    color: #606060;
    font-weight: 500;
    line-height: 100%;
    border-right: 0;
  }
  .layout-user .userItemHeader .userItemDateCreated span,
  .layout-user .userItemHeader .userItemAuthor span,
  .layout-user .userItemHeader .userItemCategory span {
    font-weight: 500;
  }
  .view-item .itemHeader .itemImageBlock {
    margin: 0;
    padding: 0;
  }
  .view-item .itemHeader .itemImageBlock span.itemImage {
    margin: 0 0 30px 0;
  }
  .view-item .itemHeader span.itemDateCreated,
  .view-item .itemHeader span.itemAuthor,
  .view-item .itemHeader .itemCategory {
    display: inline-block;
    font-size: 14px;
    color: #606060;
    font-weight: 500;
    line-height: 100%;
  }
  .view-item .itemHeader span.itemDateCreated span,
  .view-item .itemHeader span.itemAuthor span,
  .view-item .itemHeader .itemCategory span {
    font-weight: 500;
  }
  .view-item .itemHeader h2.itemTitle {
    line-height: 100%;
    padding: 0;
    font-size: 32px;
    margin: 25px 0 35px 0;
    color: #24252a;
  }
  .view-item div.itemToolbar {
    margin: 16px 0;
    padding: 12px 0;
    border-radius: 0;
  }
  .view-item div.itemToolbar ul {
    text-align: left;
  }
  .view-item div.itemToolbar li,
  .view-item div.itemToolbar li a {
    font-size: 14px;
    text-transform: capitalize;
  }
  .view-item .itemRatingBlock span {
    color: #606060;
    font-weight: 500;
  }
  .view-item .itemBody {
    padding: 0;
  }
  .view-item .itemBody .itemIntroText {
    padding: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }
  .view-item .itemBody .itemContentFooter {
    margin: 16px 0;
  }
  .view-item div.itemAuthorBlock {
    margin: 60px 0;
    padding: 30px;
    border-radius: 2px;
    background: #fff;
  }
  .view-item div.itemAuthorBlock img {
    width: 70px;
    padding: 0;
    margin-right: 20px;
  }
  .view-item div.itemAuthorBlock .itemAuthorDetails h3.itemAuthorName {
    margin: 0;
  }
  .view-item div.itemAuthorBlock .itemAuthorDetails h3.itemAuthorName a {
    font-size: 16px;
    color: #606060;
    font-weight: 200;
  }
  .view-item div.itemAuthorBlock .itemAuthorDetails p {
    font-size: 14px;
    color: #606060;
  }
  .view-item div.itemVideoBlock {
    background: transparent;
    padding: 0;
    margin: 60px 0 0 0;
  }
  .view-item .itemAuthorLatest,
  .view-item .itemRelated {
    margin: 60px 0;
  }
  .view-item .itemAuthorLatest h3,
  .view-item .itemRelated h3 {
    line-height: 100%;
    font-size: 18px;
    color: #24252a;
  }
  .view-item .itemAuthorLatest ul,
  .view-item .itemRelated ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .view-item .itemAuthorLatest ul li,
  .view-item .itemRelated ul li {
    position: relative;
  }
  .view-item .itemAuthorLatest ul li a,
  .view-item .itemRelated ul li a {
    color: #706d6d;
    margin-left: 15px;
  }
  .view-item .itemAuthorLatest ul li:before,
  .view-item .itemRelated ul li:before {
    position: absolute;
    content: "\f105";
    font-family: Fontawesome;
    color: #706d6d;
    font-size: 16px;
    left: 0;
    top: 2px;
  }
  .view-item .itemAuthorLatest ul li.clr:before,
  .view-item .itemRelated ul li.clr:before {
    display: none;
  }
  .view-item .itemNavigation {
    padding: 0;
    margin: 40px 0;
    background: transparent;
    border-radius: 0;
  }
  .view-item .itemNavigation span.itemNavigationTitle {
    font-size: 18px;
    color: #24252a;
    display: block;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .view-item .itemNavigation a.itemPrevious,
  .view-item .itemNavigation a.itemNext {
    padding: 0;
    display: block;
    color: #706d6d;
  }
  .view-item div.itemComments {
    padding: 0;
    border: 0;
    background: transparent;
  }
  .view-item h3.itemCommentsCounter {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 25px 0;
  }
  .view-item ul.itemCommentsList li {
    padding: 30px 15px !important;
    margin-bottom: 25px !important;
    border-bottom: 0;
    border: solid 1px #e5dfdf;
  }
  .view-item ul.itemCommentsList li .comment-details {
    padding: 0;
  }
  .view-item ul.itemCommentsList li p {
    font-size: 14px;
    font-weight: 400;
    color: #606060;
    padding: 0 !important;
    margin: 30px 0 0 0;
  }
  .view-item ul.itemCommentsList li img {
    width: 80px;
    border-radius: 100%;
    padding: 0 !important;
    margin: 0 !important;
  }
  .view-item ul.itemCommentsList li span.commentDate,
  .view-item ul.itemCommentsList li span.commentAuthorName {
    display: block;
  }
  .view-item ul.itemCommentsList li span.commentAuthorName {
    font-size: 16px !important;
    color: #606060;
    font-weight: 200 !important;
    margin-top: 15px;
  }
  .view-item ul.itemCommentsList li span.commentAuthorName a {
    color: #606060;
  }
  .view-item ul.itemCommentsList li span.commentDate {
    font-size: 14px;
    color: #bdb7b7;
    font-weight: 100 !important;
    border-right: 0 !important;
  }
  .view-item .itemCommentsForm {
    background: #fff;
    padding: 30px;
  }
  .view-item .itemCommentsForm h3 {
    font-size: 18px;
    font-weight: 400;
  }
  .view-item .itemCommentsForm .itemCommentsFormNotes {
    border-top: 0;
    font-size: 14px;
  }
  .view-item .itemCommentsForm form {
    font-size: 14px;
  }
  .view-item .itemCommentsForm form textarea {
    height: inherit !important;
    text-transform: capitalize;
  }
  .view-item .itemCommentsForm form label {
    margin: 10px 0 0 2px !important;
    font-size: 12px;
  }
  .view-item .itemCommentsForm form input {
    font-size: 12px;
    text-transform: capitalize;
  }
  .view-item .itemCommentsForm form .button {
    margin: 20px 0px 20px 15px !important;
    color: #fff !important;
    background-color: #24252a !important;
    line-height: 30px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    border-radius: 2px !important;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
  .view-item .itemBackToTop {
    margin-top: 30px;
  }
  .view-item .itemBackToTop a {
    text-transform: capitalize;
    text-decoration: inherit;
  }
  .view-item .itemBackToTop a:hover {
    text-decoration: inherit;
  }
  .layout-user .userBlock img {
    width: 100px !important;
    margin: -50px 0 0 0;
    padding: 0;
  }
  .layout-user .userBlock h2 {
    margin-left: 125px;
    line-height: normal;
    margin-top: 0;
    font-size: 20px;
    font-weight: 400;
  }
  .layout-user .userBlock .userDescription {
    padding: 15px 35px;
    border-top: 1px solid #ebebeb;
    margin: 45px -8px 0;
  }
  .layout-user .userItemView {
    padding-bottom: 30px;
  }
  .layout-user .userItemView:last-child {
    border-bottom: 0;
  }
  .view-search form .btn-toolbar input {
    width: 100%;
  }
  .view-search form button {
    text-transform: capitalize;
  }
  .view-search form select {
    width: 20%;
  }
  .search .btn-toolbar span.icon-search {
    margin: 0 10px 0 0;
  }
  .sp-module {
    margin-top: 50px;
  }
  .sp-module:first-child {
    margin-top: 0;
  }
  .sp-module .sp-module-title {
    margin: 0 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
  }
  ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  ul >li {
    display: block;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  ul >li >a {
    display: block;
    padding: 5px 0;
    line-height: 36px;
    padding: 2px 0;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  ul >li >a:hover {
    background: none;
  }
  .categories-module ul {
    margin: 0 10px;
  }
  .latestnews >div {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e8e8e8;
  }
  .latestnews >div:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .latestnews >div >a {
    display: block;
    font-weight: 400;
  }
  .tagscloud {
    margin: -2px 0;
  }
  .tagscloud .tag-name {
    display: inline-block;
    padding: 5px 10px;
    background: #808080;
    color: #fff;
    border-radius: 4px;
    margin: 2px 0;
  }
  .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;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1192px) and (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}
.top-search-wrapper {
  text-align: right;
}
.top-search-wrapper .icon-top-wrapper {
  width: 75px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 0;
  background-color: rgba(0,0,0,0.15);
}
.top-search-wrapper .icon-top-wrapper i {
  font-size: 16px;
  color: #fff;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.top-search-wrapper .icon-top-wrapper i:hover {
  cursor: pointer;
}
.top-search-wrapper .icon-top-wrapper i.fa-times {
  display: none;
}
.top-search-wrapper .searchwrapper {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.top-search-wrapper .searchwrapper input {
  width: 100%;
  border: 0;
  border-radius: 0;
  height: 100% !important;
  padding: 10px 20px;
  position: absolute;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.top-search-wrapper .searchwrapper input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.top-search-wrapper .searchwrapper .icon-remove-wrapper i {
  position: absolute;
  right: 15px;
  top: 25px;
  font-size: 10px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.top-search-wrapper .searchwrapper .icon-remove-wrapper i:hover {
  cursor: pointer;
}
.top-search-input-wrap {
  display: none;
  background-color: rgba(250,250,250,0.95);
  padding: 70px 0;
}
.top-search-input-wrap .sp_search_input input {
  background-color: transparent !important;
  border-radius: 0 !important;
  width: 100%;
  height: 100px !important;
  font-size: 32px;
  border: 0;
  color: #999;
  text-align: center;
}
.sp-simpleportfolio .sp-simpleportfolio-filter {
  margin-bottom: 50px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
  margin-right: 40px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active >a {
  background: none;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active >a:before {
  width: 100%;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li >a {
  border-radius: 0;
  padding: 5px;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: none;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li >a:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li >a:hover {
  background: none;
}
.sp-simpleportfolio .sp-simpleportfolio-item {
  padding: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper {
  z-index: 2;
  background: #FE6D02;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .img-wrapper {
  display: block;
  overflow: hidden;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .img-wrapper:focus {
  outline: none;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay {
  top: inherit !important;
  padding: 0px !important;
  background: none !important;
  text-align: center !important;
  z-index: -1 !important;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-80%,-50%);
  width: 100%;
  text-align: center;
  background-color: transparent;
  z-index: 5;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover {
  background-color: transparent;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-link {
  position: absolute;
  bottom: 42px;
  right: 20px;
  border: none;
  background: none;
  font-size: 20px;
  padding: 0;
  z-index: 10;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-link:hover {
  background: none;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-title {
  margin-bottom: 10px !important;
  overflow: hidden;
  text-overflow: '222';
  display: -webkit-box !important;
  line-height: 21px !important;
  letter-spacing: 0 !important;
  max-height: 40px;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  opacity: 0;
  -webkit-transform: translate3d(50px,0,0) !important;
  transform: translate3d(50px,0,0) !important;
  -webkit-transition-delay: .15s !important;
  transition-delay: .15s !important;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-title a {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-tags {
  font-size: 16px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #706d6d;
  opacity: 0;
  -webkit-transform: translate3d(50px,0,0) !important;
  transform: translate3d(50px,0,0) !important;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .img-wrapper {
  -webkit-transform: translateY(-45px) !important;
  transform: translateY(-45px) !important;
  opacity: .4;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-title,
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-tags {
  -webkit-transform: translate3d(0,0,0) !important;
  transform: translate3d(0,0,0) !important;
  opacity: 1;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-tags {
  -webkit-transition-delay: .30s !important;
  transition-delay: .30s !important;
}
.sp-simpleportfolio .sp-simpleportfolio-image {
  margin-bottom: 60px;
}
.sp-simpleportfolio .sp-simpleportfolio-description {
  width: 100%;
  float: none;
}
.sp-simpleportfolio .sp-simpleportfolio-description h2 {
  font-size: 32px;
  color: #24252a;
  margin-bottom: 40px;
}
.sp-simpleportfolio .sp-simpleportfolio-description p {
  font-family: inherit !important;
}
.sp-simpleportfolio .sp-simpleportfolio-meta {
  width: 100%;
  padding-left: 0;
  margin-top: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
}
.sp-simpleportfolio .sp-simpleportfolio-meta >div {
  float: left;
  display: inline-block;
  margin: 0 45px 0 0;
  padding: 0;
}
.sp-simpleportfolio .sp-simpleportfolio-meta h4 {
  display: inline-block;
  color: #24252a;
  font-weight: 500;
}
.aspasia-newsletters >.sppb-container {
  max-width: 945px;
  padding: 60px;
  text-align: center;
  color: #fff;
  position: relative;
  top: -20px;
}
.aspasia-newsletters .sppb-title-subheading {
  color: #fff;
}
.aspasia-newsletters .sppb-section-title {
  margin-bottom: 30px !important;
}
.aspasia-newsletters .acymailing_form {
  text-align: center;
}
.aspasia-newsletters .acymailing_form input {
  max-width: 500px;
  color: #24252a;
  display: inline-block;
  text-align: left !important;
}
.aspasia-newsletters .acymailing_form input:focus {
  color: #24252a;
}
.aspasia-newsletters .acymailing_form .acysubbuttons input {
  background: #fff;
  color: #24252a;
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  border: none !important;
}
.aspasia-search {
  text-align: center;
}
.aspasia-search form {
  max-width: 800px;
  width: 100%;
  display: inline-block;
  position: relative;
}
.aspasia-search form:after {
  content: "\f002";
  font-family: 'fontawesome';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 14px;
  color: #24252a;
  pointer-events: none;
}
.aspasia-search .mod-search-searchword {
  width: 100%;
  background-color: #fff;
  padding-right: 50px;
}
.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;
}
#sp-right h3.sp-module-title,
#sp-left h3.sp-module-title {
  font-size: 16px;
  color: #24252a;
  font-weight: 700;
}
#sp-right ul.categories-module li,
#sp-left ul.categories-module li {
  border-bottom: solid 1px #e6dfdf;
}
#sp-right ul.categories-module li a,
#sp-left ul.categories-module li a {
  font-size: 14px;
  font-weight: 100;
  line-height: 45px;
}
#sp-right ul.categories-module li a:before,
#sp-left ul.categories-module li a:before {
  display: none;
}
#sp-right ul.categories-module li a:after,
#sp-left ul.categories-module li a:after {
  position: absolute;
  content: "\f105";
  font-family: Fontawesome;
  color: #706d6d;
  font-size: 16px;
  right: 20px;
}
#sp-right ul.categories-module li a:focus,
#sp-left ul.categories-module li a:focus {
  outline: 0;
}
#sp-right .tagspopular ul li,
#sp-left .tagspopular ul li {
  display: inline-block;
  border-bottom: 0;
  margin: 0 10px 10px 0;
  font-size: 12px;
}
#sp-right .tagspopular ul li a,
#sp-left .tagspopular ul li a {
  border: solid 1px #e6dfdf;
  line-height: 35px;
  padding: 0 20px;
  text-transform: uppercase;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
#sp-right .tagspopular ul li a:before,
#sp-left .tagspopular ul li a:before {
  display: none;
}
#sp-right .search form,
#sp-right .k2SearchBlock form,
#sp-left .search form,
#sp-left .k2SearchBlock form {
  position: relative;
}
#sp-right .search form input,
#sp-right .k2SearchBlock form input,
#sp-left .search form input,
#sp-left .k2SearchBlock form input {
  width: 100%;
  font-size: 16px;
}
#sp-right .search form:after,
#sp-right .k2SearchBlock form:after,
#sp-left .search form:after,
#sp-left .k2SearchBlock form:after {
  position: absolute;
  content: "\f002";
  font-family: Fontawesome;
  color: #706d6d;
  font-size: 16px;
  right: 20px;
  top: 12px;
}
#sp-bottom {
  font-size: 14px;
}
#sp-bottom p {
  color: #706d6d;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
#sp-bottom .sp-module ul>li {
  border: none;
}
#sp-bottom .sp-module ul>li a {
  display: inline-block;
  line-height: 28px;
}
#sp-bottom .sp-module ul>li a:before {
  display: none;
}
#sp-bottom #sp-bottom4 {
  padding-left: 60px;
}
#sp-bottom .footer-logo {
  margin-bottom: 30px;
}
.bottom-social li {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}
.bottom-social li:last-child {
  margin-right: 0;
}
.bottom-social li a {
  font-size: 32px;
}
.bottom-social li a span {
  display: none;
}
#sp-footer {
  text-align: left;
}
#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;
  display: table;
  font-family: Poppins, sans-serif;
}
.sp-comingsoon body >div {
  display: table-cell;
  vertical-align: middle;
}
.sp-comingsoon #sp-comingsoon {
  padding: 100px 0;
}
.sp-comingsoon .sp-comingsoon-wrap {
  background-size: cover;
  background-position: 50% 50%;
}
.sp-comingsoon .comingsoon-page-logo {
  display: inline-block;
  margin-bottom: 140px;
}
.sp-comingsoon .sp-comingsoon-countdown {
  margin-bottom: 100px;
}
.sp-comingsoon .sp-comingsoon-countdown >div {
  display: inline-block;
  margin-right: 40px;
}
.sp-comingsoon .sp-comingsoon-countdown >div:last-child {
  margin-right: 0;
}
.sp-comingsoon .sp-comingsoon-countdown >div span.number {
  font-size: 42px;
  font-weight: 600;
  margin-right: 15px;
}
.sp-comingsoon .sp-comingsoon-countdown >div span.string {
  font-size: 16px;
  font-weight: 600;
}
.sp-comingsoon h1.sp-comingsoon-title {
  display: inline-block;
  margin: 0;
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 15px;
  background: rgba(255,255,255,0.1);
  padding: 20px 65px;
}
.sp-comingsoon .sp-comingsoon-content {
  margin-top: 50px;
  font-size: 28px;
  font-weight: 300;
}
.sp-comingsoon .sp-position-comingsoon {
  margin: 60px 0 125px 0;
}
.sp-comingsoon .sp-position-comingsoon .acymailing_introtext {
  margin-bottom: 30px !important;
  font-size: 16px;
}
.sp-comingsoon .sp-position-comingsoon .acymailing_form {
  margin: 0 250px !important;
  position: relative;
}
.sp-comingsoon .sp-position-comingsoon .acymailing_form p.fieldacyemail .acy_requiredField input {
  width: 75% !important;
  background-color: rgba(255,255,255,0.1) !important;
  border: solid 1px #595e63;
  color: rgba(255,255,255,0.5);
  font-size: 16px;
}
.sp-comingsoon .sp-position-comingsoon .acymailing_form p.acysubbuttons {
  position: absolute;
  top: -1px;
  right: 0;
}
.sp-comingsoon .sp-position-comingsoon .acymailing_form p.acysubbuttons input {
  background: #fff;
  color: #24252a;
  height: 52px !important;
  border-radius: 0 2px 2px 0;
}
.sp-comingsoon ul.social-icons {
  float: none;
}
.sp-comingsoon .social-icons li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.sp-comingsoon .social-icons li:last-child {
  margin: 0;
}
.sp-comingsoon .social-icons li a {
  color: #fff;
  font-size: 20px;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page body {
  color: #fff;
  font-family: Poppins, sans-serif;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: url(../images/404-bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
.error-page .error-page-inner {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.error-page .error-page-inner >div {
  display: table-cell;
  vertical-align: middle;
}
.error-page .error-page-inner .error-logo {
  display: inline-block;
}
.error-page .error-page-inner .error-details {
  margin: 65px 0 80px 0;
}
.error-page .error-page-inner .error-footer p {
  font-weight: 100;
}
.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: 20px;
  line-height: 1;
  margin-bottom: 70px;
  font-weight: 500;
}
.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 #d4d4d4;
}
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;
  }
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.sp-module .category-module li >a {
  background: rgba(0,0,0,0) url("ahab-list-icon-ltr.png") no-repeat scroll left 4px;
  display: block;
  font: 14px/29px arial;
  padding: 0 0 0 15px;
  text-align: justify;
  transition: all 0.2s linear 0s;
  border-bottom: 1px dashed #aaaaaa;
}
.sp-module .nav  li >a {
  background: rgba(0,0,0,0) url("ahab-list-icon-ltr.png") no-repeat scroll left 4px;
  display: block;
  font: 14px/29px arial;
  padding: 0 0 0 15px;
  transition: all 0.2s linear 0s;
  border-bottom: 1px dashed #aaaaaa;
}
#sp-position2 .sp-module {
  border: 1px solid #d4d5d5;
  padding: 28px 36px 30px 32px;
}
#sp-position3 .sp-module {
  border: 1px solid #d4d5d5;
  padding: 28px 36px 30px 32px;
}
.breadcrumb > li + li::before {
  color: #FE6D02 !important;
  content: "> " !important;
}
.breadcrumb {
  background-color: transparent !important;
  border-radius: 0 !important;
  list-style: none !important;
  margin: 10px 40px !important;
  padding: 0 !important;
  line-height: 12px !important;
  font-size: 12px;
}
.pathway {
  color: #000;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #FE6D02;
  text-decoration: none;
}
.search {
  float: left;
  margin-left: 16%;
  margin-top: 10px;
}
.searchahab {
  background-color: #fff;
}
#sp-header-right .sp-module {
  margin-top: 0px;
}
.lang-ahab {
  display: block;
  margin-right: 12%;
  margin-top: 40px;
}
.lang-ahab span {
  float: right;
  color: #bdbdbd;
  margin-top: -5px;
}
.lang-ahab img {
  float: right;
}
.rsform {
  background: #ebebeb;
  border-radius: 5px;
  height: 160px;
  padding: 4px;
  box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2);
  width: 270px;
}
#sp-content-bottom {
  border-top: 2px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
}
#sp-clients-image {
  border-top: 2px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
}
div.sticky-wrapper .sp-menu-item.scrollogo > a {
  display: none;
}
div.sticky-wrapper.is-sticky .sp-menu-item.scrollogo > a {
  height: 30px;
  padding-top: 10px;
  display: block;
}
.ahab_address {
  font-size: 11px;
  line-height: 16px;
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2);
  margin-bottom: -2px;
  padding: 6px 10px 1px;
  text-align: justify;
}
.ahab_phone {
  font-size: 11px;
  line-height: 16px;
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2);
  margin-top: 9px;
  margin-bottom: -3px;
  padding: 8px 10px 39px;
  text-align: justify;
}
.ahab_address_image {
  margin: 3px 5px 5px;
  vertical-align: middle;
  float: left;
}
.ahab_phone_image {
  vertical-align: middle;
  transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  margin: 3px 5px 5px;
  float: left;
}
.ahab_social {
  margin-left: 5px;
  vertical-align: middle;
  float: right;
  margin-top: 12px;
}
.ahab_map {
  margin-top: 111px;
  margin-left: 10px;
  margin-bottom: -4px;
}
.ahab_copyright {
  margin-left: 24px;
  margin-top: 15px;
  padding: 12px 0;
}
.ahab_copyright p {
  font-family: myriad;
  color: #adadac;
  font-size: 15px;
  float: left;
}
.ahab_designer {
  font-family: myriad;
  text-align: right;
  font-size: 14px;
  color: #adadac;
  direction: ltr;
  margin-right: 22px;
  line-height: 11px;
  margin-top: 11px;
  padding: 12px 0;
}
.ahab_designer a,
.ahab_designer a:hover {
  color: #adadac !important;
  text-decoration: none !important;
}
.ahab_designer img {
  float: right;
  margin-top: -4px;
  margin-left: 4px;
}
.hmsct {
  clear: both;
  padding: 0px;
  margin: 0px;
}
.hmcl {
  display: block;
  float: left;
}
.hmgrp:before,
.hmgrp:after {
  content: "";
  display: table;
}
.hmgrp:after {
  clear: both;
}
.hmgrp {
  zoom: 1;
}
.hmsp_2_of_2 {
  width: 100%;
}
.hmsp_1_of_2 {
  width: 49.2%;
}
.hmspbttm_2_of_2 {
  width: 56px;
}
.hmspbttm_1_of_2 {
  width: 270px;
}
@media only screen and (min-width: 980px) and (max-width: 1195px) {
  .hmspbttm_1_of_2 {
    width: auto;
    margin: auto -15px auto auto;
  }
}
@media only screen and (max-width: 750px) {
  .hmsp_2_of_2,
  .hmsp_1_of_2,
  .hmspbttm_1_of_2,
  .rsform {
    width: 100%;
  }
  .hmspbttm_2_of_2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
  }
  .hmspbttm_2_of_2 img {
    width: 56px !important;
  }
  .ahab_map,
  .rtl .ahab_map {
    margin: 5px 10px 5px 1px !important;
  }
  #sp-bottom2,
  #sp-bottom4 {
    padding-left: 0px !important;
  }
  .ahab_copyright {
    margin: 1px auto;
  }
  .ahab_copyright p {
    text-align: center;
    float: none;
  }
  .ahab_designer {
    text-align: center;
    margin: 1px auto;
    padding: 0;
  }
  .ahab_designer a {
    text-align: center;
  }
  .ahab_designer img {
    float: none;
    margin: 1px auto;
    text-align: center;
  }
  .col-xs-12 {
    padding-left: 0px !important;
  }
}
.view-category .item {
  margin-top: 15px;
}
.view-category .item .entry-image {
  float: left;
  border-radius: 5px;
  width: 100%;
}
.view-category .item .entry-header dl.article-info dd.published {
  display: block;
  margin-bottom: 15px;
}
.view-category .item .entry-header dl.article-info dd {
  margin: 0 15px 0 0;
}
.view-category .item p {
  color: #565656;
  font-size: 14px;
}
.view-category .item p.readmore {
  margin: 20px 0 0;
}
.view-article .entry-header {
  margin-bottom: 35px;
}
.view-article .entry-header h2 {
  color: #000;
  font-size: 21px;
  font-weight: bold;
  margin: 0 0 45px;
  text-align: center;
  padding-top: 0;
  transition: all 400ms ease 0s;
}
.view-article .pagenav li.previous a,
.view-article .pagenav li.next a {
  border: 1px solid transparent;
  border-radius: 3px;
  color: #fff;
}
.article-info {
  line-height: 12px;
}
.article-info > dd {
  color: #565656;
  display: inline-block;
  font-size: 14px;
  margin: 0 8px;
}
.article-info > dd > i {
  display: inline-block;
  margin-right: 10px;
}
.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
  margin-bottom: 15px;
}
.entry-header {
  margin-bottom: 10px;
  position: relative;
}
.entry-header h2 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 10px 0;
  text-align: justify;
  font-weight: bold;
}
.entry-header h2 a {
  color: #07375A;
}
.entry-header h2 a:hover {
  color: #07375A;
  text-decoration: none;
}
.ahabblogit {
  border-bottom: 1px solid #E6E6E6;
  padding: 0;
  transition: all 0.2s linear 0s;
}
.ahabblogit:hover {
  padding: 0 0 0 5px;
}
.entry-image img {
  border: 2px solid #E6E6E6;
  border-radius: 10px;
}
.ahab_hd_cl1 {
  color: #000;
  width: 12%;
  background: #e6e6e6;
  padding: 9px 25px;
  border: 4px solid #fff;
}
.ahab_hd_cl2 {
  color: #000;
  width: 44%;
  background: #e6e6e6;
  padding: 9px 25px;
  border: 4px solid #fff;
}
.ahab_hd_cl3 {
  color: #000;
  width: 25%;
  background: #e6e6e6;
  padding: 9px 25px;
  border: 4px solid #fff;
}
.ahab_hd_cl4 {
  color: #000;
  width: 18%;
  background: #e6e6e6;
  padding: 9px 25px;
  border: 4px solid #fff;
}
.ahab_tble_cl {
  color: #000;
  background: #f3f3f3;
  padding: 0 25px;
  text-align: justify;
  border: 4px solid #fff;
}
.ahab_tble_climg {
  padding: 0px;
  text-align: justify;
}
.ahab_tble_climg img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.ahab_hdp_cl1 {
  color: #000;
  width: 5%;
  background: #cccccc;
  padding: 9px 10px;
  border: 4px solid #fff;
}
.ahab_hdp_cl2 {
  color: #000;
  width: 31%;
  background: #cccccc;
  padding: 9px 25px;
  border: 4px solid #fff;
}
.ahab_hdp_cl3 {
  color: #000;
  width: 12%;
  background: #cccccc;
  padding: 9px 25px;
  border: 4px solid #fff;
}
.ahab_hdp_cl4 {
  color: #000;
  width: 22%;
  background: #cccccc;
  padding: 9px 25px;
  border: 4px solid #fff;
}
.ahab_hdp_cl5 {
  color: #000;
  width: 21%;
  background: #cccccc;
  padding: 9px 10px;
  border: 4px solid #fff;
}
.ahab_hdp_cl6 {
  color: #000;
  width: 4%;
  background: #cccccc;
  padding: 9px 10px;
  border: 4px solid #fff;
}
.ahab_hdp_cl7 {
  color: #000;
  width: 4%;
  background: #cccccc;
  padding: 9px 10px;
  border: 4px solid #fff;
}
.ahab_tblep_cl {
  color: #000;
  background: #f0f0f0;
  padding: 10px;
  border: 4px solid #fff;
}
.ahab_tblep_cl img {
  background: #FE6D02;
}
.ahab_tblep_cl img:hover {
  background: #07375A;
}
.ahab_tblepeven_cl {
  color: #000;
  background: #e1e1e1;
  padding: 10px;
  border: 4px solid #fff;
}
.ahab_tblepeven_cl img {
  background: #FE6D02;
}
.ahab_tblepeven_cl img:hover {
  background: #07375A;
}
.ahab_tblep_rw {
  border-bottom: 1px solid #f3f3f3;
}
.ahab_hdm_cl1 {
  width: 16%;
  background: #fff;
  padding: 10px;
  border: 4px solid #fff;
}
.ahab_hdm_cl2 {
  color: #fff;
  width: 35%;
  background: #0b3859;
  padding: 10px;
  border: 4px solid #fff;
}
.ahab_hdm_cl3 {
  color: #fff;
  width: 13%;
  background: #0b3859;
  padding: 10px;
  border: 4px solid #fff;
}
.ahab_hdm_cl4 {
  color: #fff;
  width: 3%;
  background: #0b3859;
  padding: 10px;
  border: 4px solid #fff;
}
.ahab_hdm_cl5 {
  color: #fff;
  width: 34%;
  background: #0b3859;
  padding: 10px;
  border: 4px solid #fff;
}
.ahab_tblem_cl {
  color: #000;
  background: #cccccc;
  padding: 10px;
  border: 4px solid #fff;
}
.ahab_hdmen_cl1 {
  width: 25%;
  background: #fff;
  padding: 10px;
  border: 4px solid #fff;
}
.ahab_hdmen_cl2 {
  color: #fff;
  width: 57%;
  background: #0b3859;
  padding: 10px;
  border: 4px solid #fff;
}
.ahab_hdmen_cl3 {
  color: #fff;
  width: 14%;
  background: #0b3859;
  padding: 10px;
  border: 4px solid #fff;
}
.ahab_hdmen_cl4 {
  color: #fff;
  width: 5%;
  background: #0b3859;
  padding: 10px;
  border: 4px solid #fff;
}
.cat-children a {
  font-size: 16px;
  color: #07375A;
}
.cat-children .btn {
  font-size: 11px;
  margin-top: 10px;
}
.titleformestekhdam {
  border-bottom: 1px solid #07375A;
  font-weight: bold;
  text-align: right;
  margin: 20px 0;
  padding: 8px 0;
  color: #07375A;
}
.page-header {
  display: none;
}
.mapframebot {
  width: 270px;
}
@media only screen and (max-width: 750px) {
  .mapframebot {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .sppb-modal-selector img {
    margin-top: 60px;
  }
  .sppb-addon-accordion .sppb-panel .sppb-panel-heading:before {
    padding: 0 10px;
  }
  .sppb-testimonial-pro .sppb-carousel-control {
    left: -15px;
  }
  .sppb-testimonial-pro .sppb-carousel-control.right {
    right: -15px;
    left: inherit;
  }
}
@media only screen and (max-width: 800px) {
  #offcanvas-toggler {
    float: right;
    margin-top: -50px;
  }
  .ltr .offcanvas-menu {
    left: -340px;
  }
  .ltr.offcanvas .offcanvas-menu {
    left: 0;
  }
  .top-search-input-wrap {
    padding: 0;
    min-width: 100%;
    margin: 0 -15px;
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs >li {
    margin-right: 30px;
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs >li >a {
    font-size: 16px;
  }
  .sppb-modal-selector img {
    margin-top: 100px;
  }
  .sppb-modal-selector:before {
    top: 65%;
  }
  .sppb-addon-accordion .sppb-panel .sppb-panel-heading {
    padding: 0 10px;
  }
  .sppb-addon-accordion .sppb-panel .sppb-panel-heading span.sppb-panel-title {
    font-size: 12px;
  }
  .sppb-addon-accordion .sppb-panel .sppb-panel-body {
    font-size: 12px;
  }
  .sppb-addon-accordion .sppb-panel .sppb-panel-heading:before {
    line-height: 48px;
  }
  .hikashop_products .hikashop_product .hikashop_product_image {
    height: inherit !important;
  }
  .hikashop_products .hikashop_product .hikashop_product_image .hikashop_product_image_subdiv {
    margin-bottom: -5px !important;
  }
  .featured-info >div i {
    font-size: 25px;
  }
  .sppb-addon-pricing-table .sppb-btn {
    padding: 0 30px;
  }
  .blog-variation-two article.item .article-info {
    text-align: center;
  }
  .blog-variation-two article.item .article-info dd.published {
    margin-bottom: 20px;
    display: block;
  }
  .blog-variation-two article.item .article-info dd.published span.entry-date-day {
    display: inline-block;
  }
  .blog-variation-two article.item .article-info dd.createdby span.info-block-title {
    display: inline-block;
  }
  .blog-variation-two article.item .article-info >dd {
    display: inline-block;
  }
  .blog-variation-two .pagination-wrapper {
    margin-left: 0;
  }
  .sp-comingsoon .sp-position-comingsoon .acymailing_form {
    margin: 0 50px !important;
    position: relative;
  }
  #sp-bottom1,
  #sp-bottom2 {
    margin-bottom: 30px;
  }
  #sp-bottom2,
  #sp-bottom4 {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  h1 small {
    letter-spacing: inherit !important;
  }
  h2 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  h3 {
    font-size: 20px !important;
    line-height: 25px !important;
  }
  h4 {
    font-size: 18px !important;
    line-height: 23px !important;
  }
  #sp-header {
    height: 95px;
  }
  #sp-header .logo {
    height: 60px;
  }
  .top-cart-wrapper .cart-toggle {
    line-height: 60px;
    font-size: 18px;
  }
  .top-cart-wrapper .hikashop_cart_module {
    right: -5px;
  }
  .sp-page-title {
    padding: 80px 0 50px 0;
  }
  .sp-page-title .breadcrumb {
    margin: 20px 0 0 0;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg {
    height: 580px;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text {
    padding: 0 30px;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text .sppb-fullwidth-title {
    font-size: 22px;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text .sppb-slidehsow-sub-title {
    margin-top: 10px;
    font-size: 35px;
    letter-spacing: 0px;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text p.details {
    margin-bottom: 30px;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation a {
    right: 30px;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation a.sppbSlidePrev {
    right: 100px;
  }
  .sppb-section-title .sppb-title-heading {
    font-size: 25px !important;
    line-height: 25px !important;
    margin-bottom: 50px !important;
  }
  .sp-less-padding {
    padding: 100px 0 100px 0 !important;
  }
  .sp-less-padding .sppb-addon-cta {
    margin-bottom: 30px;
  }
  .sppb-addon-feature {
    margin-bottom: 30px;
  }
  .sppb-addon-cta .sppb-cta-title {
    font-size: 25px;
    line-height: 25px;
  }
  .sppb-animated-number {
    font-size: 25px !important;
    line-height: 25px !important;
  }
  .aspasia-animated-number {
    height: 140px;
  }
  .aspasia-single-image-with-caption img {
    width: 100%;
  }
  .aspasia-single-image-with-caption .sppb-addon-img-subtitle {
    padding: 0 15px;
  }
  .aspasia-cta {
    padding-left: 0;
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs >li {
    height: 130px;
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs >li >a {
    font-size: 14px;
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs >li >a i {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .aspasia-feature-list .sppb-addon-tab .sppb-tab-content .sppb-tab-pane {
    padding: 50px 0 100px 0;
  }
  .aspasia-feature-list .sppb-addon-tab .sppb-tab-content .sppb-tab-pane img {
    width: 100%;
  }
  .aspasia-image-with-content >div {
    background-image: none !important;
    background-color: #fe6d02;
  }
  .aspasia-image-with-content .sppb-content-holder {
    padding: 50px 0 !important;
  }
  .sppb-testimonial-pro .sppb-carousel-control {
    position: absolute;
    left: inherit;
    right: 30px;
    bottom: -80px;
  }
  .sppb-testimonial-pro .sppb-carousel-control.right {
    right: 0;
    left: inherit;
  }
  .aspasia-left-content {
    padding: 0 !important;
  }
  .sppb-addon-articles .sppb-addon-article img {
    width: 100%;
  }
  .aspasia-top-products {
    margin-bottom: 30px;
  }
  .sppb-modal-selector img {
    margin-top: 30px;
    width: 100%;
  }
  .sppb-modal-selector:before {
    top: 50%;
  }
  .aspasia-animated-number-style-two {
    margin-bottom: 60px;
  }
  .aspasia-about-page-progress-wrapper {
    background-image: none !important;
  }
  .aspasia-about-team .sppb-addon-persion {
    float: left;
  }
  .aspasia-about-team .sppb-empty-space {
    margin-bottom: 0 !important;
  }
  .aspasia-cta-two .sppb-text-right {
    text-align: inherit;
  }
  .aspasia-cta-two .sppb-text-right .sppb-btn-default {
    margin-top: 30px;
  }
  .aspasia-feature-box span {
    width: 100%;
  }
  .aspasia-feature-box span img {
    width: 100%;
  }
  .service-page-accordion {
    background-image: none !important;
  }
  .sppb-addon-single-image {
    margin-top: 60px;
  }
  .layout-show #hikashop_product_left_part {
    padding: 0;
  }
  .layout-show #hikashop_product_left_part .hikashop_small_image_div {
    text-align: center;
  }
  .layout-show #hikashop_product_left_part .hikashop_small_image_div img {
    width: 70px;
  }
  .layout-show .hikashop_product_bottom_part .nav-tabs >li >a {
    padding: 0 18px;
  }
  #hikashop_checkout_cart table tr {
    margin-bottom: 30px;
  }
  #hikashop_checkout_page .hikashop_checkout_login .hikashop_checkout_login_left_part #form-login-remember {
    margin-bottom: 15px;
  }
  #hikashop_checkout_page .hikashop_checkout_login .hikashop_checkout_login_left_part #form-login-remember label[for="modlgn-remember"] {
    margin-right: 10px;
  }
  #sbox-content {
    height: 180px;
  }
  .blog-variation-two article.item .article-info dd.published {
    margin-bottom: 5px;
    font-size: 25px;
  }
  .blog-variation-two .pagination-wrapper {
    margin-left: 0;
  }
  .error-page .error-page-inner {
    padding: 100px 0;
  }
  #sp-footer {
    padding-top: 30px;
  }
  .pricing-style1 .sppb-addon-pricing-table {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  ul.social-icons {
    width: 100%;
    text-align: left;
    font-size: 12px;
  }
  .top-search-input-wrap .sp_search_input input {
    height: 50px !important;
    font-size: 16px;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation a {
    bottom: 20px;
    font-size: 25px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation a.sppbSlidePrev {
    right: 80px;
  }
  .sppb-addon-thumb-gallery #carousel .flex-direction-nav li.flex-nav-prev a,
  .sppb-addon-thumb-gallery #carousel .flex-direction-nav li.flex-nav-next a {
    bottom: 10px;
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs >li {
    margin-right: 8px;
    height: 100px;
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs >li >a {
    font-size: 12px;
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs >li.active:before {
    display: none;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter {
    margin-bottom: 10px;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li >a {
    padding: 0;
  }
  .hikashop_products_listing .thumbnails {
    margin: -15px;
  }
  .hikashop_products_listing .thumbnails .hikashop_product {
    width: 100%;
    margin: 0;
    padding: 15px;
  }
  #hikashop_checkout_page .hikashop_checkout_login .hikashop_checkout_login_left_part {
    margin-bottom: 30px;
  }
  #hikashop_checkout_page .hikashop_checkout_login .hikashop_checkout_login_left_part,
  #hikashop_checkout_page .hikashop_checkout_login .hikashop_checkout_login_right_part {
    width: 100%;
  }
  .aspasia-contact-details .sppb-addon-content {
    padding: 50px;
  }
  .sppb-addon-pricing-table .sppb-pricing-header >i {
    font-size: 40px;
  }
  .sppb-addon-pricing-table .sppb-pricing-curency {
    vertical-align: super;
    font-size: 18px;
  }
  .sppb-addon-pricing-table .sppb-pricing-wrapper {
    font-size: 30px;
  }
  .sp-comingsoon h1.sp-comingsoon-title {
    padding: 20px;
    letter-spacing: 1px;
  }
  .sp-comingsoon .sp-position-comingsoon .acymailing_form p.fieldacyemail .acy_requiredField input {
    width: 100% !important;
  }
  .sp-comingsoon .sp-position-comingsoon .acymailing_form p.acysubbuttons {
    top: 60px;
    right: 0;
    left: 0;
  }
  .sp-comingsoon .sp-comingsoon-countdown >div span.number {
    font-size: 25px;
  }
  .sp-comingsoon ul.social-icons {
    text-align: center;
  }
  #clients-slider .owl-dots .owl-dot span {
    width: 20px !important;
    height: 5px !important;
  }
}
@media only screen and (max-width: 320px) {
  .top-cart-wrapper .hikashop_cart_module form {
    width: 250px;
  }
  .sppb-addon-thumb-gallery #carousel .flex-direction-nav li.flex-nav-prev a,
  .sppb-addon-thumb-gallery #carousel .flex-direction-nav li.flex-nav-next a {
    bottom: 0;
  }
  #hikashop_checkout_page .hikashop_checkout_login .hikashop_checkout_login_right_part .form-horizontal .control-label {
    width: 100%;
  }
  #hikashop_checkout_page .hikashop_checkout_login .hikashop_checkout_login_left_part span.add-on {
    display: block;
    height: 40px;
    text-align: left;
  }
  .hikashop_checkout_payment_image {
    display: block;
    margin-top: 10px;
  }
  .aspasia-contact-details .sppb-addon-content {
    width: 360px;
    padding: 30px;
  }
  .sppb-addon-accordion .sppb-panel .sppb-panel-heading {
    padding: 0 10px 15px 10px;
  }
  .sppb-addon-accordion .sppb-panel .sppb-panel-heading {
    line-height: 22px;
  }
  .sppb-addon-persion .sppb-person-image {
    margin-bottom: 30px;
    width: 100%;
  }
  .sppb-addon-persion .sppb-person-image img {
    width: 100%;
  }
  .service-page-accordion .sppb-addon-accordion .sppb-panel .sppb-panel-heading:before {
    border-left: 0;
  }
  .sppb-addon-gallery .sppb-gallery >li {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1200px) {
  .sp-megamenu-parent {
    margin-left: 5px;
  }
  .sp-megamenu-parent > li > a {
    padding: 0 10px;
    font-size: 14px;
  }
  body.rtl .search {
    margin-left: 8%;
  }
  .search {
    margin-left: 7%;
  }
}
@media only screen and (max-width: 990px) {
  .respnone {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .respnone {
    display: none;
  }
  #sp-main-menu {
    margin-top: 0;
  }
  #sp-bottom {
    background-image: none !important;
    background-color: #0591C6;
  }
  #sp-footer {
    background-image: none !important;
    background-color: #1F1F1F !important;
  }
  .sp-page-title {
    padding: 10px 0;
  }
  #sp-content-top {
    margin: 5px 0 !important;
  }
  .ahab_gr_sp_customized a {
    font-size: 12px;
  }
  #sp-position2 .sp-module {
    margin-top: 15px;
  }
  #sp-content-top {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 700px) {
  .desknone {
    display: none;
  }
}
@media only screen and (max-width: 1170px) {
  .rtl .sprocket-mosaic-item .sprocket-mosaic-title,
  .sprocket-mosaic-item .sprocket-mosaic-info {
    font-size: 12px;
  }
  .sprocket-mosaic-item .sprocket-mosaic-title,
  .sprocket-mosaic-item .sprocket-mosaic-info {
    font-size: 9px;
  }
  #sp-ahab-slide::before {
    width: auto;
  }
}
@media only screen and (max-width: 700px) {
  .ahab_hdp_cl1,
  .ahab_hdp_cl2,
  .ahab_hdp_cl3,
  .ahab_hdp_cl4,
  .ahab_hdp_cl5,
  .ahab_hdp_cl6,
  .ahab_hdp_cl7,
  .ahab_tblep_cl,
  .ahab_tblepeven_cl {
    padding: 3px;
  }
}
@media only screen and (max-width: 400px) {
  .ahab_hd_cl1,
  .ahab_hd_cl2,
  .ahab_hd_cl3,
  .ahab_hd_cl4,
  .ahab_tble_cl,
  .ahab_hdm_cl1,
  .ahab_hdm_cl2,
  .ahab_hdm_cl3,
  .ahab_hdm_cl4,
  .ahab_hdm_cl5,
  .ahab_tblem_cl,
  .ahab_hdmen_cl1,
  .ahab_hdmen_cl2,
  .ahab_hdmen_cl3,
  .ahab_hdmen_cl4 {
    padding: 3px;
  }
  .ahab_hdp_cl1,
  .ahab_hdp_cl2,
  .ahab_hdp_cl3,
  .ahab_hdp_cl4,
  .ahab_hdp_cl5,
  .ahab_hdp_cl6,
  .ahab_hdp_cl7,
  .ahab_tblep_cl,
  .ahab_tblepeven_cl {
    padding: 1px;
    border: 2px solid #fff;
    font-size: 11px;
  }
}
