* {
    margin:0;
    padding:0;
}


@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr-Light.eot');
    src: url('../fonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Light.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr-Medium.eot');
    src: url('../fonts/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Medium.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr-Roman.eot');
    src: url('../fonts/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr-Bold.eot');
    src: url('../fonts/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Bold.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr-Italic.eot');
    src: url('../fonts/HelveticaNeueCyr-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Italic.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/MyriadProRegular.eot");
    src: url("../fonts/MyriadProRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProRegular.woff") format("woff"),
    url("../fonts/MyriadProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/MyriadProBold.eot");
    src: url("../fonts/MyriadProBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProBold.woff") format("woff"),
    url("../fonts/MyriadProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/MyriadProSemiBold.eot");
    src: url("../fonts/MyriadProSemiBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProSemiBold.woff") format("woff"),
    url("../fonts/MyriadProSemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'ALSRubl';
    src: url('../fonts/alsrubl-arial-regular.eot');
    src: url('../fonts/alsrubl-arial-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/alsrubl-arial-regular.woff') format('woff'),
    url('../fonts/alsrubl-arial-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ALSRubl';
    src: url('../fonts/alsrubl-arial-bold.eot');
    src: url('../fonts/alsrubl-arial-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/alsrubl-arial-bold.woff') format('woff'),
    url('../fonts/alsrubl-arial-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    font-family: "Myriad Pro", sans-serif;
}



body {
    color: #323e44;
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
    font-family: 'HelveticaNeueCyr', Tahoma, Arial, Helvetica, sans-serif;
    min-width: 1180px;
    background: #fff;
}

a {
    outline: none;
    color: #688ea1;
    text-decoration: underline;
    transition: color .3s, background .3s, border .3s;
}
a:hover {
    text-decoration: none;
    color: #C32727;
    outline: none;
}
a.dashed {
    border-bottom: 1px dashed #688ea1;
    text-decoration: none;
}
a.dashed:hover {
    border-color: transparent !important;
}
a img {
    border: none;
}

p, ul {
    margin: 0;
}


h2 {
    //text-transform: uppercase;
}
.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: 60px;
}
.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li >a {
  display: inline-block;
  padding: 0 15px;
  line-height: 60px;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
}*/
.sp-megamenu-parent > li.sp-has-child > a:after {
    font-family: "FontAwesome";
    content: " \f107";
}
.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 #ededed transparent transparent;
    border-style: solid;
    transform: rotate(-45deg);
    transform-origin: 0 0;
    box-sizing: border-box;
    margin-left: -15px;
    z-index: -999;
}
.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: #ededed;
    box-shadow: 0px 18px 27px 0px rgba(0, 0, 0, 0.2);
    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: 0 25px;
    line-height: 45px;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
    cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:not(.sp-group-title):hover {
    background: #f7f7f7;
}
.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 li.sp-menu-item:last-child > a {
    border-bottom: none;
}
.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: 60px;
}
#offcanvas-toggler > i {
    color: #fff;
    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: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    line-height: 28px;
    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);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover {
    background: #f7f7f7 !important;
}
.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;
    }
}
.layout-boxed #sp-main-menu .container.sp-dropdown-mega {
    position: absolute;
}
.layout-boxed .is-sticky #sp-main-menu > .container > .row:first-child:before,
.layout-boxed .is-sticky #sp-main-menu > .container > .row:first-child:after {
    display: none;
}
.layout-boxed .is-sticky #sp-main-menu > .container {
    width: 100%;
}
.layout-boxed .is-sticky #sp-main-menu .container.sp-dropdown-mega {
    margin: 0 35px;
}
.offline-inner {
    margin-top: 100px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: block;
    font-size: 16px;
    line-height: 1.428571429;
    color: #555555;
    background: #fff none;
    border: 2px solid #E3E3E3;
    border-radius: 0;
    -webkit-box-shadow: inset 2px 2px 2px #eee;
    box-shadow: none;
    -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;
    /*height: 44px !important;*/
    padding: 6px 20px;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
    color: #999;
    opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
    color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
    color: #999;
}
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}
textarea.select,
textarea.textarea,
textarea.input[type="text"],
textarea.input[type="password"],
textarea.input[type="datetime"],
textarea.input[type="datetime-local"],
textarea.input[type="date"],
textarea.input[type="month"],
textarea.input[type="time"],
textarea.input[type="week"],
textarea.input[type="number"],
textarea.input[type="email"],
textarea.input[type="url"],
textarea.input[type="search"],
textarea.input[type="tel"],
textarea.input[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="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input: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%;
}
a,
i {
    -webkit-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}
body {
    line-height: 1.4;
    background-color: #fff;
    color: #1c303c;
    min-width: 1170px;
}
a {
    text-decoration: underline;
}
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;
}

/* Pagination */
ul.pagination li a {
    border: none !important;
    font-size: 18px;
    padding: 5px 8px !important;
    margin: 2px !important;
    text-decoration: none;
    color: #2e3e45 !important;
    background: none !important;
    border-radius: 0 !important;
}
ul.pagination li a:hover {
    color: #C32727 !important;
    background: #E7E7E7 !important;
}

ul.pagination li.active a, ul.pagination li.active a:hover {
    background: #C32727!important;
    color: #fff!important;
}

ul.pagination li.disabled a, ul.pagination li.disabled a:hover {
    background: inherit !important;
    color: #a5b9c6 !important;
}
ul.pagination li a i {
    vertical-align: baseline !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:last-child a, ul.pagination li:first-child a {
    width: 34px !important;
    background: #323E44 !important;
    color: #ffffff !important;
    text-align: center !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}
ul.pagination li:last-child a:hover, ul.pagination li:first-child a:hover {
    opacity: 0.9 !important;
}

ul.pagination li.disabled:last-child a, ul.pagination li.disabled:first-child a {
    background: #323E44 !important;
    cursor: default;
    opacity: 0.1 !important;
}
/* end of Pagination */

.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;
}


/* section : Top Bar */
#sp-top1 .sp-module:nth-child(2) {
    /*display: inline;*/
    float: right;
}
#sp-top1 .sp-module {
    display: inline-block;
}

#sp-top-bar {
    height:40px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    font-size: 13px;
}
#sp-top-bar .sp-module ul li {
    float: left;
    list-style: none;
    margin: 0 22px 0 0;
    position: relative;
}
#sp-top-bar .sp-module ul li a {
    color: #2f363a;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    display: block;
    padding: 0;
}
#sp-top-bar .sp-module ul li a:focus {
    background: transparent;
}
.sp-social-share {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.item-page {
    font-size: 15px;
}
.item-page p {
    margin-bottom: 10px;
}
.item-page ul {
    margin-left: 0;
}
.item-page li {
    margin-left: 25px;
    margin-bottom: 5px;
}
#sp-top-bar .sp-module ul li a:hover {
    background: inherit;
    color: #c32727;
    text-decoration: underline;
}
#sp-top-bar .sp-module ul li.parent>a {
    padding: 0 15px 0 0;
    background: url(../images/head-menu.png) right center no-repeat;
}
#sp-top-bar .sp-module ul li ul {
    position: absolute;
    top:60px;
    left:0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 11;
    min-width: 220px;
    padding: 5px 20px;
    font-size: 13px;
    border: 0;
    border-radius: 0;
}
#sp-top-bar .sp-module ul li ul li {
    float: none;
    height: auto;
    margin: 15px 0;
}
#sp-top-bar .sp-module ul li ul li a {
    height: auto;
    line-height: normal;
    display: inline;
    padding: 0;
    background: transparent;
}
.dropdown-menu:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top:3px;
    left:50px;
    border: 8px solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: -5px 5px 7px 0 rgba(0,0,0,0.05);
}

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;
}

/* Login and Registration in Header */
#sp-top-bar .login-block {
    right: 0;
}
#sp-top-bar .reg,
#sp-top-bar .login .dropdown-toggle {
    float: right;
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 25px;
}
#sp-top-bar .reg {
    color: #323e44;
    background: #ECF1F3;
}
#sp-top-bar .reg:hover,
#sp-top-bar .login a:hover {
    text-decoration: underline;
}
#sp-top-bar .login {
    position: relative;
    float: right;
}
#sp-top-bar .login .dropdown-toggle {
    background: url(../images/enter.png) left center no-repeat;
    color: #c32727;
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
}
#sp-top-bar .login .dropdown-menu {
    position: absolute;
    top:60px;
    right:0;
    left:auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 109;
    font-size: 13px;
    border-radius: 0;
    border: 0;
    width: 410px;
    padding-bottom: 40px;
}
#sp-top-bar .login .dropdown-menu:before {
    right:24px;
    left:auto;
}
#sp-top-bar .login .dropdown-menu form {
    padding: 35px 40px 0;
}
#sp-top-bar .login .dropdown-menu h3 {
    font-size: 19px;
    color: #323e44;
    margin: 0 0 10px;
    font-family: "Myriad Pro", sans-serif;
    font-weight: bold;
}
#sp-top-bar .login .dropdown-menu .checkbox {
    float: left;
}
#sp-top-bar .login .dropdown-menu .btn {
    float: right;
}
#sp-top-bar .login .dropdown-menu .form {
    padding: 0 0 20px;
    border-bottom:1px solid #E5E5E5;
    float: left;
    width: 100%;
}
#sp-top-bar .login .dropdown-menu .soc {
    float: left;
    width: 100%;
    margin: 20px 0 0;
}
#sp-top-bar .login .dropdown-menu .soc a {
    float: left;
    width: 39px;
    height: 39px;
    margin: 0 10px 0 0;
}
#sp-top-bar .login .dropdown-menu .soc a.gp {	background: url(../images/soc-gp.png) center no-repeat;}
#sp-top-bar .login .dropdown-menu .soc a.fb {	background: url(../images/soc-fb.png) center no-repeat;}
#sp-top-bar .login .dropdown-menu .soc a.yn {	background: url(../images/soc-yn.png) center no-repeat;}
#sp-top-bar .login .dropdown-menu .soc a.vk {	background: url(../images/soc-vk.png) center no-repeat;}
#sp-top-bar .login .dropdown-menu .soc a.mr {	background: url(../images/soc-mr.png) center no-repeat;}
#sp-top-bar .login .dropdown-menu .soc a:hover {
    opacity: .9;
}
/* Кнопка выхода (default_logout.php) */
#sp-top-bar #login-form {}
#sp-top-bar #login-form .login-greeting,
#sp-top-bar #login-form .logout-button {
    display: inline-block;
}
#sp-top-bar #login-form .login-greeting {
    margin: 10px 10px 0 0;
    /*padding-top: 10px;*/
}
#sp-top-bar #login-form .logout-button > button {
    padding: 11px 12px;
}
/* end of Login and Registration in Header */

/* section : Header */
#sp-header {
    height: 130px;
}
#sp-header .sp-logo .sp-column {
    width: 165px;
    height: 72px;
}
#sp-header .sp-default-logo {
    margin: 25px 50px 0 0;
}
#sp-header .sp-module {
    margin: 0;
}
#sp-header .txt1,
#sp-header .txt2,
#sp-header .phone{
    float: left;
    border-left: 1px solid #E5E5E5;
    padding: 7px 10px 0 40px;
    margin: 40px 0 0;
    height: 50px;
    font-size: 13px;
    line-height: 18px;
}
#sp-header .txt1 {
    width: 280px;
}
#sp-header .txt2 {
    width: 243px;
    padding: 7px 15px 0 30px;
}
#sp-header .txt1 p,
#sp-header .txt2 p {
    padding: 0 0 0 35px;
}
#sp-header .txt1 p {
    background: url(../images/head-i1.png) left top no-repeat;
}
#sp-header .txt2 p {
    background: url(../images/head-i2.png) left top no-repeat;
}
#sp-header .txt1 strong,
#sp-header .txt2 strong {
    font-size: 16px;
    font-weight: bold;
}
#sp-header .txt1 a,
#sp-header .txt2 a {
    text-decoration:none
}
#sp-header .txt1 a:hover,
#sp-header .txt2 a:hover {
    text-decoration: underline;
}
#sp-header .phone {
    float: left;
    padding: 11px 0 0 40px;
}
#sp-header .phone a {
    color: #323e44;
    font-size: 26px;
    font-family: "Myriad Pro", sans-serif;
    font-weight: bold;
    text-decoration: none;
    border-bottom:1px dashed #323e44;
}
#sp-header .phone a:hover {
    border-color: #fff;
}
#sp-header .call-header {
    float: right;
}
#sp-header .call-header .mod-ksr-form .btn{
    float:left;
    padding: 14px 12px 13px;
    font-size: 11px;
    margin-top: 42px;
}


.h_r_name-phone {
    font-size: 15px;
    font-weight: 400;
    color: #a5b9c6;
    text-align: right;
    line-height: 1.42857143;
    background: url("../images/phone.png") left 3px no-repeat;
    padding-left: 30px;
    margin-right: 60px;
}
.h_r_name-phone-big {
    color: #1c303c;
}
.h_r_name-phone-de {
    color: #009aff;
    font-size: 12px;
    font-weight: 400;
    line-height: 8px;
    border-bottom: 1px dashed #009aff;
}
.h_r_name-phone-de:hover {
    border-bottom: 1px dashed #ff3818;
}
.h_r_name {
    background: url("../images/zamok.png") left 3px no-repeat;
    padding-left: 30px;
    margin-right: 60px;
    line-height: 23px;
}
.h_r_name a {
    color: #1c303c;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
.profile-edit fieldset {
    margin: 30px 0;
}
#sp-menu-right {
    padding-right: 0;
}
#sp-main-menu-sticky-wrapper {
    position: relative;
    height: inherit !important;
    width: inherit !important;
}
.modal-body::after {
    display: block;
    content: '';
    clear: both;
}
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 (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    #sp-header .sp-default-logo {
        display: none;
    }
    #sp-header .sp-retina-logo {
        display: block;
    }
}


/* section : Main Menu*/
#sp-main-menu {
    background: #323E44;
    height: 60px;
    //overflow: hidden;
}
.header .cat-menu {
    position: relative;
    float: left;
    width: 200px;
}
.header .cat-menu-show {
    width: 200px;
    height: 60px;
    background: #C32727;
    color: #fff;
    font-weight: 500;
    font-family: "Myriad Pro", sans-serif;
    font-size: 19px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 0 0 70px;
    position: relative;
    cursor: pointer;
    z-index: 10;
    -webkit-user-select: none;
    user-select: none;
}
.header .cat-menu-show .tx {
    padding: 0 24px 0 0;
    height: 23px;
    margin: 18px 0 0;
    background: url(../images/mmenu.png) 100% 0 no-repeat;
    float: left;
}
.header .cat-menu-show.active .tx {
    background: url(../images/mmenu.png) 100% -32px no-repeat;
}
.header .cat-menu-show.active:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom:-18px;
    z-index: 12;
    left:110px;
    border: 8px solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(135deg);
}
.header .cat-menu-show:hover {
    background: #d33737;
}
.header .cat-menu-show .sandwich {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 18px;
    left: 27px;
    margin: auto;
    z-index: 2;
}

/* block : My Orders */
#sp-menu-my-orders {
    border-right: 1px solid #5B6569;
}
#sp-menu-my-orders .myorders {
    float: left;
    font-size: 16px;
    padding: 0 6px;
}
#sp-menu-my-orders .myorders a {
    color: #fff;
    padding: 0 0 0 35px;
    height: 60px;
    line-height: 60px;
    display: block;
    background: url(../images/head-orders.png) left center no-repeat;
    text-decoration: none;
}
#sp-menu-my-orders .myorders a:after {
    content: '';
    padding: 0 20px 0 0;
    background: url(../images/head-more.png) right center no-repeat;
}
#sp-menu-my-orders .myorders a:hover {
    text-decoration: underline;
}

.sw-topper {
    position: relative;
    top: 0;
    width: 25px;
    height: 3px;
    background: white;
    border: none;
    border-radius: 3px;
    -webkit-transition: -webkit-transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s;
    display: block; }
svg path {
    fill: #e0e0e0; }
.sw-bottom {
    position: relative;
    width: 25px;
    height: 3px;
    top: 7px;
    background: white;
    border: none;
    border-radius: 3px;
    -webkit-transition: transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
    display: block;
}
.sw-footer {
    position: relative;
    width: 25px;
    height: 3px;
    top: 13.5px;
    background: white;
    border: none;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    display: block;
}
.sandwich.active .sw-topper {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.sandwich.active .sw-bottom {
    top: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
.sandwich.active .sw-footer {
    opacity: 0;
    top: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.darkness {
    width: 100%;
    height:  calc(100% - 230px);
    position: absolute;
    top:230px;
    left: 0;
    background: #000;
    opacity: 0.15;
    z-index: 7;
    display: none;
}
.header .cat-menu-open {
    position: absolute;
    top:60px;
    left:0;
    height: 670px;
    width: 1140px;
    background: #fff;
    z-index: 108;
    display: none;
}
.header .cat-menu-open .col {
    width: 285px;
    float: left;
    height: 670px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background: #fff;
    padding: 30px 0;
}
.header .cat-menu-open .col1 {
    position: relative;
    z-index: 4;
}
.header .cat-menu-open .col2 {
    position: relative;
    z-index: 3;
}
.header .cat-menu-open .col3 {
    position: relative;
    z-index: 2;
}
.header .cat-menu-open .col4 {
    position: relative;
    z-index: 1;
}
.header .cat-menu-open .col a {
    font-size: 16px;
    width:100%;
    padding: 8px 30px;
    margin: 1px 0;
    display: block;
    color: #323e44;
    text-decoration: none;
}
.header .cat-menu-open .col a.active {
    background: #D9E8EF;
}
.header .cat-menu-open .col a:hover {
    color: #C32727;
    background: #f1f1f1;
}
.header .cat-menu-open .col1 a {
    font-weight: 500;
    padding: 0 30px;
    height: 33px;
    line-height: 33px;
    color: #000;
}
.header .cat-menu-open .col1 a img {
    margin: 0 9px 0 0;
}
.header .cat-menu-open .col h3 {
    color: #2f363a;
    font-size: 20px;
    font-family: "Myriad Pro", sans-serif;
    font-weight: bold;
    padding: 0 30px;
    margin: 0 0 10px;
}
.header .cat-menu-open .col .list {
    height: 576px;
    overflow: auto;
}
.list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    border-radius: 0;
    background-color: #F5F5F5;
}
.list::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}
.list::-webkit-scrollbar-thumb {
    border-radius: 0;
    width: 8px;
    background-color: #C1C1C1;
}
.header .search {
    float: left;
    width: 576px;
    border-right: 1px solid #5B6569;
    height: 60px;
    padding: 13px 22px;
}
.header .search .form-control {
    height: 34px;
    width: 482px;
    line-height: 34px;
    border: 0;
    float: left;
}
.header .search .btn {
    float: left;
    width: 47px;
    padding: 0;
    height: 34px;
    background: #C3D2D9 url(../images/search.png) center no-repeat !important;
}
.header .search .btn:hover {
    opacity: 0.9;
}


/* section : Page Title */
.main-top {
    padding: 40px 0 45px;
}
.main-top .visual {
    width: 750px;
    height: 350px;
    position: relative;
    float: left;
}

/* Slider */
.visual .owl-carousel .owl-item .sppb-slide-item-bg {
    display: block;
    height: 350px;
}


.main-top .visual .slider img {
    width: 750px;
    height: 350px;
}
.main-top .visual .slider .txt {
    position: absolute;
    top:61px;
    left:63px;
    width: 500px;
    color: #323e44;
    font-size: 16px;
    font-weight:500;
}
.main-top .visual .slider .txt h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 30px;
}
.main-top .visual .slider .txt .i1 {
    float: left;
    padding: 0 0 0 43px;
    background: url(../images/vis-i1.png) left center no-repeat;
    margin: 0 30px 0 0;
}
.main-top .visual .slider .txt .i2 {
    float: left;
    padding: 0 0 0 43px;
    background: url(../images/vis-i2.png) left center no-repeat;
}

.sppb-carousel-indicators {
    top: 275px;
    bottom: inherit;
    left: 70px;
    margin-left: 0;
    text-align: left;
}

.sppb-carousel-indicators li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border: 2px solid #CACDCF;
    border-radius: 0;
    cursor: pointer;
    background-color: #fff;
    background-color: rgba(0, 0, 0, 0);
}

.sppb-carousel-indicators .active {
    margin: 0;
    width: 13px;
    height: 13px;
    border-color: #C32727;
    background-color: #C32727;
    color: #C32727;
}


.slick-dots {
    position: absolute;
    top:275px;
    left:70px;
}
.slick-dots li {
    list-style: none;
    float: left;
    margin: 0 5px 0 0;
}
.slick-dots li button {
    width:13px;
    height: 13px;
    background: #fff;
    border:2px solid #CACDCF;
    font-size: 1px;
    color: #fff;
}
.slick-dots li.slick-active button {
    background: #C32727;
    border:2px solid #C32727;
    color: #C32727;
}
/* end of Slider */
/* Form */
.assortment {
    width: 360px;
    height: 350px;
    background: #D9E8EF;
    text-align: center;
    float: right;
    padding: 30px;
}
.assortment .s_form-name {
    margin:30px 0 25px -5px;
    padding: 55px 0 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    width: 310px;
    background: url(../images/assortment.png) top center no-repeat;
}
.assortment .form-control {
    margin: 0 0 16px;
    border-color:#fff;
}
/* end of Form */

/* By Brand (finaly) */
.bybrand {
    background: #F6F6F6;
}
.bybrand .sppb-row-container {
    background: #fff;
    border-radius: 0;
    border: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.bybrand .sppb-row-container {
    padding: 20px 35px;
}
.bybrand h3 {
    float: left;
    margin: 100px 0 0 20px;
    font-size: 36px;
    line-height: 36px;
    font-weight: normal;
}
.bybrand .list .sppb-row {
    float: right;
    width: 690px;
    height: 310px;
    background: url(../images/bybrand.png) top left no-repeat;
}
.bybrand .list .sppb-col-md-2 {
    padding: 0;
    width: 113px;
}
.bybrand .list a {
    width: 113px;
    float: left;
    height: 100px;
    text-align: center;
    padding: 5px 0;
    margin: 3px 0 0 0;
}
.bybrand .list a img {
    max-width: 88px;
    display: inline-block;
}
.bybrand .list a:hover {
    opacity: 0.9;
}
/* end of By Brand*/

/* Cat-slider */
.cat-slider {
    background: #F6F6F6;
}
.cat-slider .products {
    background: transparent;
    padding: 0;
    margin: 0 0 50px;
}
#sp-page-builder .cat-slider .sppb-section-title {
    margin-bottom: 20px;
}
.cat-slider h3 {
    text-align: left;
    border: 0;
}
.cat-slider .sppb-col-md-12 {
    padding: 0;
}
.cat-slider .slick-list {
    margin:  0 -16px;
    padding: 4px 0 7px;
}
.cat-slider .slick-slider {
    /*-webkit-user-select: auto;*/
    /*-moz-user-select: auto;*/
    /*-ms-user-select:  auto;*/
    /*user-select: auto;*/
}
.cat-slider .catalog .items {
    width: 100%;
}
/* end of Cat-slider */

/* Onmap */
.onmap {
    height: 540px;
    position: relative;
}
.onmap .map {
    width: 100%;
    height: 540px;
    position: absolute;
    top:0;
    left:0;
    overflow: hidden;
}
.map > .sppb-column-addons {
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    width: 1140px;
    position: relative;
}
.onmap .well {
    position: relative;
    z-index: 2;
    background: rgba(31,43,49,0.9);
    color: #a2bdca;
    font-size: 16px;
    line-height: 22px;
    padding: 40px 40px 80px;
    box-shadow: none;
    text-align: center;
    width: 360px;
    margin: 60px 0 0;
}
.onmap .well:after {
    content: '';
    position: absolute;
    top:185px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 0 22px 22px;
    border-color: transparent transparent transparent #1f2b31;
    opacity: 0.9;
    right: -22px;
}
.onmap .well .sppb-addon-content > h3 {
    color: #fff;
    font-weight:bold;
    margin: 50px 0 20px;
    font-size: 29px;
}
.onmap .well p {
    margin: 0 0 25px;
}
/* end of Onmap */

/* Contact form */
.questions {
    background: #F6F6F6;
    padding: 70px 0;
}
.questions .well {
    background: #fff;
    width: 750px;
    padding: 40px 60px;
    margin: 0 auto;
    text-align: center;
}
.questions .well h3 {
    font-size: 29px;
    font-weight: bold;
    margin: 0 0 35px;
}
.questions .well .form-control {
    margin: 0 0 17px;
}
.questions .well .row {
    margin: 0 -10px;
}
.questions .well .col-xs-6,
.questions .well .col-xs-12 {
    padding: 0 10px;
}
.questions .well .btn {
    width: 160px;
}
/* form's fields*/
.mod-ksr-form .mod-ksr-form-field-text {
    padding: 10px 15px 10px 40px;
    background-image: url(../images/form-name.png);
    background-repeat: no-repeat;
}
.mod-ksr-form .mod-ksr-form-field-tel {
    padding: 10px 15px 10px 40px;
    background-image: url(../images/form-phone.png);
    background-repeat: no-repeat;
}
.mod-ksr-form .mod-ksr-form-field-textarea {
    padding: 10px 15px 10px 40px;
    background-image: url(../images/form-txt.png);
    background-repeat: no-repeat;
}
/* end of Contact form */

/* Global styles */
::-webkit-input-placeholder {font-style:italic;color:#676969;}
::-moz-placeholder          {font-style:italic;color:#676969;}
:-moz-placeholder           {font-style:italic;color:#676969;}
:-ms-input-placeholder      {font-style:italic;color:#676969;}


.form-control {
    padding: 10px 15px;
    height: 44px;
    font-size: 16px;
    background: #fff;
    font-family: 'HelveticaNeueCyr', Tahoma, Arial, Helvetica, sans-serif;
    font-weight: 500;
    border: 2px solid #E3E3E3;
    box-shadow:none;
    border-radius: 0px;
    width: 100%;
    color: #26292a;
    display: inline-block;
    text-align: left;
}
.input-sm {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    padding: 10px 15px;
}
input[type="search"] {
    -webkit-appearance: none;
}
select {
}
textarea.form-control {
    overflow: auto;
    min-height: 108px;
    width:100%;
    line-height: 22px;
    resize: vertical;
    padding:12px 15px;
    resize: none;
}
textarea.input-sm {
    font-size: 14px;
}
.form-control.pass {
    padding: 10px 15px 10px 40px;
    background-image: url(../images/form-pass.png);
    background-repeat: no-repeat;
}
.form-control.name {
    padding: 10px 15px 10px 40px;
    background-image: url(../images/form-name.png);
    background-repeat: no-repeat;
}
.form-control.phone, .assortment .mod-ksr-form-field-tel {
    padding: 10px 15px 10px 40px;
    background-image: url(../images/form-phone.png);
    background-repeat: no-repeat;
}
.form-control.txt {
    padding: 10px 15px 10px 40px;
    background-image: url(../images/form-txt.png);
    background-repeat: no-repeat;
}
input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="url"]:hover,
textarea:hover {

}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
.form-control:focus,
textarea:focus {
    outline: none;
    border: 2px solid #ccc;
    box-shadow:none
}
.btn {
    overflow: visible;
    outline: none !important;
    border:0px solid transparent;
    padding: 14px 34px 13px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    font-weight:bold;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    -webkit-appearance: none;
    box-shadow: none;
    text-shadow: none !important;
    font-family: 'HelveticaNeueCyr', Tahoma, Arial, Helvetica, sans-serif;
    background: #C32727;
    border-radius: 0px;
    transition: color .3s, background .3s, border .3s;
}
.btn,
.btn:focus,
.btn.focus {
    background: #C32727;
    color: #fff;
}
.btn:hover {
    background: #D33737;
    color: #fff;
}
.btn:active,
.btn.active,
.btn:active:hover,
.btn.active:hover,
.btn:active:focus,
.btn.active:focus,
.btn:active.focus,
.btn.active.focus {
    background: #B31717;
    color: #fff;
}
.btn-green,
.btn-green:focus,
.btn-green.focus,
.assortment .mod-ksr-form-field-submit {
    background: #86C640;
    color: #fff;
}
.btn-green:hover,
.assortment .mod-ksr-form-field-submit:hover {
    background: #96D650;
    color: #fff;
}
.btn-green:active,
.btn-green.active,
.btn-green:active:hover,
.btn-green.active:hover,
.btn-green:active:focus,
.btn-green.active:focus,
.btn-green:active.focus,
.btn-green.active.focus {
    background: #76B630;
    color: #fff;
}
.btn-yellow,
.btn-yellow:focus,
.btn-yellow.focus {
    background: #F2DC64;
    color: #625616;
}
.btn-yellow:hover {
    background: #F2DF7F;
    color: #625616;
}
.btn-yellow:active,
.btn-yellow.active,
.btn-yellow:active:hover,
.btn-yellow.active:hover,
.btn-yellow:active:focus,
.btn-yellow.active:focus,
.btn-yellow:active.focus,
.btn-yellow.active.focus {
    background: #E2CC54;
    color: #625616;
}
.btn:active {
}
.btn:active,
.btn.active {
    box-shadow: none;
}
.btn-lg {
    padding: 15px 44px 14px;
    font-size: 16px;
}
.btn-sm {
    padding: 12px 34px 10px;
}
a.btn {
    display: inline-block;
}
.btn-link,
.btn-link:focus,
.btn-link.focus {
    background: transparent;
    color: #FFF;
    border: 3px solid #fff;
    padding: 10px 40px;
}
.btn-link:hover {
    background: transparent;
    color: #eee;
    border: 3px solid #eee;
    text-decoration: none;
}
.btn-link:active,
.btn-link.active,
.btn-link:active:hover,
.btn-link.active:hover,
.btn-link:active:focus,
.btn-link.active:focus,
.btn-link:active.focus,
.btn-link.active.focus {
    background: transparent;
    color: #ddd;
    border: 3px solid #ddd;
}
.has-error .form-control {
    border-color: #F5494D!important;
    box-shadow: none!important;
}



.checkbox label, .radio label {
    padding: 0;
}
.jq-checkbox {
    top: -1px;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin: 0 4px 0 0;
    border: 1px solid #D4D4D4;
    border-radius: 0px;
    background: #FFF url(../images/check.png) 0 0 no-repeat;
    cursor: pointer;
}
.jq-checkbox.checked {
    background: #FFF url(../images/check.png) 0 -12px no-repeat;
}
.jq-checkbox.focused {
    border: 1px solid #ccc;
}
.jq-checkbox.disabled {
    opacity: .55;
}


.jq-radio {
    top: -1px;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin: 0 4px 0 0;
    border: 1px solid #D4D4D4;
    border-radius: 0px;
    background: #FFF;
    cursor: pointer;
    cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
    width: 8px;
    height: 8px;
    margin: 2px 0 0 2px;
    border-radius: 8px;
    background: #C32727;
}
.jq-radio.focused {
    border: 1px solid #ccc;
}
.jq-radio.disabled {
    opacity: .55;
}


.jqselect {
    height: 44px;
}
.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
}
.jq-selectbox__select {
    line-height: 40px;
    padding: 0 15px;
    height: 44px;
    font-size: 15px;
    background: #fff;
    font-family: 'HelveticaNeueCyr', Tahoma, Arial, Helvetica, sans-serif;
    font-weight: 500;
    border: 2px solid #E3E3E3;
    box-shadow:none;
    border-radius: 0px;
    width: 100%;
    color: #26292a;
    display: inline-block;
    text-align: left;
}
.jq-selectbox__select:hover {
}
.jq-selectbox__select:active {
    border: 2px solid #ccc;
}
.jq-selectbox.focused .jq-selectbox__select {
}
.jq-selectbox.disabled .jq-selectbox__select {
}
.jq-selectbox__select-text {
    display: block;
    overflow: hidden;
    width: 100% !important;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jq-selectbox .placeholder {
    color: #222222;
}
.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 100%;
    background: url(../images/select.png) center no-repeat;
}
.jq-selectbox__trigger-arrow {
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {

}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {

}
.jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    margin: 1px 0 0;
    padding: 0;
    border: 2px solid #E3E3E3;
    border-radius: 0;
    background: #FFF;
    font-size: 15px;
    line-height: 30px;
    top:40px;
}
.jq-selectbox ul {
    margin: 0;
    padding: 0;
}
.jq-selectbox li {
    min-height: 18px;
    padding: 0px 10px 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #231F20;
}
.jq-selectbox li.selected {
    background-color: #D9E8EF;
    color: #000;
}
.jq-selectbox li:hover {
    background-color: #f1f1f1;
    color: #C32727;
}
.jq-selectbox li.disabled {
    color: #AAA;
}
.jq-selectbox li.disabled:hover {
    background: none;
}
.jq-selectbox li.optgroup {
    font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default;
}
.jq-selectbox li.option {
    padding-left: 25px;
}





/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev,
.slick-next {
    width: 44px;
    height: 44px;
    background-color:#C32727;
    position: absolute;
    top:50%;
    margin: -22px 0 0;
    display: block;
    border: 0;
    outline: none;
    text-indent: -9999px;
    background-position: center;
    background-repeat: no-repeat;
}
.slick-prev {
    left:-85px;
    background-image: url(../images/prev.png);
}
.slick-next {
    right:-85px;
    background-image: url(../images/next.png);
}
.slick-prev:hover,
.slick-next:hover {
    opacity: .8;
}
.slick-disabled {
    background-color: #E2E3E4;
    cursor: default;
    opacity: 1 !important;
}
.slick-slider * {
    outline: 0;
}


.navbar-right {
    margin-right: 0;
}
@media (max-width: 1200px) {
    #all {
        overflow: hidden;
    }
    .slick-next,
    .slick-prev {
        display: none !important;
    }
}
@media (max-width: 992px) {

}
@media (max-width: 768px) {

}

/* block : sp-menu-basket*/
#sp-menu-right {
    /*float: right;*/
    /*font-size: 16px;*/
    /*padding: 0 24px;*/
    /*border-right: 1px solid #5B6569;*/
}

#sp-menu-right .sp-module {
    /*display: inline-block;*/
}

/* Breadcrumbs */
#sp-topcontentblock {
    background: #F6F6F6;
}
.breadcrumb {
    color: #2f363a;
    font-size: 13px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
}
.breadcrumb a {
    padding: 0 12px 1px 0;
    background: url(../images/bread.png) right center no-repeat;
    margin: 0;
}
.breadcrumb > li + li::before {
    content: '';
}
.breadcrumb li.active {
    color: #2f363a;
}
#sp-topcontent h3 {
    padding-left: 10px;
}
#sp-topcontent .sp-module {
    margin-top: 30px;
}
#sp-topcontent .sp-module:first-child {
    margin-top: 0;
}
.sp-page-title {
    padding: 140px 0 110px 0;
    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: rgba(255, 255, 255, 0.8);
    z-index: -1;
}
.sp-page-title h2,
.sp-page-title h3 {
    margin: 0;
    padding: 0;
}
.sp-page-title h2 {
    font-size: 72px;
    line-height: 1;
}
.sp-page-title h3 {
    font-size: 42px;
    font-weight: normal;
    line-height: 1;
    margin-top: 10px;
}
.sp-page-title .breadcrumb {
    background: none;
    padding: 0;
    margin: 30px 0 0 0;
    font-size: 14px;
    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: ">";
}
.aspasia-full-slider.sppb-section {
    height: 644px;
}
.slider {
    height: 600px;
    margin-top: 45px;
}
.s_text {
    text-align: right;
    margin-top: 70px;
//padding-right: 35px;
}
.slider-form {
    margin-top: 30px;
    padding: 0 0 0 15px;
}
.slider .sppb-col-md-8 {
    padding-right: 0 !important;
    width: 810px;
}
.slider .sppb-col-md-4 {
    width: 360px;
}
.s_text-f {
    color: #1c303c;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 48px;
}
.s_text-s {
    color: #1c303c;
    font-size: 80px;
    font-weight: 700;
    line-height: 65px;
    text-transform: uppercase;
}
.s_text-b-t {
    margin-top: 20px;
}
.s_text-t {
    color: #1c303c;
    font-size: 25px;
    font-weight: 400;
    line-height: 24px;
}

#form-login-submit button.btn-default {
    width: 100%;
}
.ksm-module-categories {
    border: none;
    margin: 0;
}
.ksm-module-categories .ksm-module-categories-level .ksm-module-categories-level .ksm-module-categories-item-link {
    color: inherit !important;
}
.cl_full {
    padding-bottom: 100px;
}
.cl_name {
    margin-bottom: 20px;
    color: #1c303c;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}
.cl_one {
    display: inline-block;
    text-align: center;
    margin: 20px 38px;
    width: 160px;
}
.sppb-section.clients .sppb-addon-single-image {
    min-height: 85px;
    margin-bottom: 30px;
    line-height: 85px;
}
.btn-bl {
    margin-top: 30px;
}
.body-innerwrapper {
    overflow-x: hidden;
    -webkit-transition: margin-left 400ms cubic-bezier(0.7, 0, 0.3, 1);
    transition: margin-left 400ms cubic-bezier(0.7, 0, 0.3, 1);
}
.layout-boxed .body-innerwrapper {
    max-width: 1240px;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#sp-page-builder .sppb-section-title {
    margin-bottom: 25px;
}
#sp-page-builder .sppb-section-title .sppb-title-heading {
    margin: 0;
}
#sp-main-body {
    padding: 100px 0;
}
body:not(.com-sppagebuilder) #sp-main-body {
    padding: 40px 0;
}
.com-sppagebuilder #sp-main-body {
    padding: 0;
}
.sppb-addon-cta .sppb-cta-title {
    line-height: 1.3;
    text-transform: none;
}
.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;
}
#percents .sppb-col-md-8 .sppb-addon-raw-html {
    background: url("../images/sl-sc-lf.png") no-repeat;
    height: 168px;
    padding-top: 35px;
}
.percents_block {
    float: left;
    width: 210px;
}
.sl-sc_name-lf {
    color: white;
    font-size: 98px;
    font-weight: 700;
    padding: 0px 0 0px 20px;
    margin-left: 20px;
    text-transform: uppercase;
    line-height: 98px;
    float: left;
}
.sl-sc_name-lf-r {
    color: white;
    font-size: 59px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 98px;
    float: left;
}
.sl-sc_name-rd {
    color: white;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    padding-top: 25px;
}
#sp-page-builder #percents {
    min-height: 357px;
}
#percents .sppb-btn-custom {
    width: 100%;
    height: 69px;
    border: none;
    font-size: 25px;
    font-weight: 400;
    line-height: 55px;
    text-transform: none;
    letter-spacing: inherit;
    padding: 7px 14px;
}
.sl-sn-rd-un {
    margin-top: 20px;
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    width: 100%;
}
#portfolioblock .sppb-addon-single-image-wrapper {
    position: absolute;
    height: 33px;
    width: 100%;
    background-color: #a5b9c6;
    bottom: 0;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 5px 20px;
    text-align: left;
    z-index: 1;
}
#portfolioblock .sppb-addon-single-image-wrapper .sppb-addon-title {
    width: 100%;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
#portfolioblock .sppb-img-responsive {
    border: 1px solid transparent;
}
#portfolioblock .sppb-addon-single-image:hover .sppb-img-responsive {
    border: 1px solid #a5b9c6;
    opacity: 0.5;
}
#portfolioblock .sppb-btn-primary {
    width: 100%;
}
.cta-image {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 5px;

}
#sp-page-builder #portfolioblock .sppb-section {
    margin-top: 40px;
}
#sp-page-builder #portfolioblock .sppb-section:first-child {
    margin-top: 0;
}
.rightportfolio a {
    line-height: 44px;
}
.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;
}
/*@media (max-width: 768px) {
    .sppb-addon-image-content .sppb-image-holder {
        position: inherit;
        width: 100% !important;
        height: 300px;
    }
}*/
.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 .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 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;
    color: #fff;
}
.sppb-nav-pills > li > a,
.sppb-addon-tab .sppb-nav-tabs > li > a {
    background: transparent;
    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-heading .sppb-toggle-direction {
    display: none;
}
.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: #f2f5f7;
    padding: 50px 50px 60px 50px;
}
.sppb-addon-cta .text-center p {
    line-height: 24px;
    margin-bottom: 15px;
}
.aspasia-animated-number {
    margin-bottom: 30px;
    width: 100%;
    height: 232px;
    display: table;
    text-transform: uppercase;
}
.portf .ksm-module-products-list > .ksm-btn {
    display: none;
}
.slick-list {
    z-index: 2;
}
.sppb-addon-featurenew {
    text-align: left;
    margin-top: 10px;
    background: url("../images/mail.png") no-repeat 50% 40%;
}
.sppb-addon-featurenew .sppb-img-container {
    margin-bottom: 30px;
    min-height: 70px;
    line-height: 70px;
}
.callback-sl {
    color: #28343e;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}
.callback-nm {
    color: #28343e;
    font-size: 48px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 15px;
    padding-left: 35px;
}
.callback-a {
    padding: 15px 0;
}
.callback-a a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: underline;
}
.sppb-addon-featurenew .sppb-addon-text {
    font-size: 14px;
}
.sppb-addon-featurenew .sppb-addon-text p {
    margin-bottom: 20px;
}
.sppb-addon-featurenew .featurenew-dop {
    font-size: 13px;
    text-align: center;
}
.sppb-addon-featurenew .featurenew-dop img {
    display: inline-block;
    margin-left: 20px;
}
#onmap {
    position: relative;
    width: 100%;
    height: 480px;
}
#onmap #yandexmap {
    width: 100%;
    height: 480px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 0;
}
.yandex_container .well {
    margin-top: 100px;
    width: 440px;
    height: 277px;
    background-color: white;
    border: 8px solid rgba(40, 52, 62, 0.29);
    color: #28343e;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    float: right;
}
.map_back {
    height: 540px;
}
.map_back-name {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
#map {
    position: absolute;
    width: 1170px;
}
#map img {
    /*width: 1170px;*/
}
.map-r {
    margin-top: 100px;
    width: 440px;
    height: 277px;
    background-color: white;
    border: 8px solid rgba(40, 52, 62, 0.29);
    color: #28343e;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.map-r_bl {
    margin-top: 20px;
}
.map-r_bl-t {
    margin-top: 40px;
    margin-left: 10px;
}
.map-r_bl-sc {

}
.map-r_bl-sc-t a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: underline;
}
.map-r_bl-sc {
    background: url("../images/print.png") no-repeat;
    width: 22px;
    height: 22px;
    background-position-x: 100%;
}
.map-r_bl-sc-t a:hover {
    text-decoration: none;
}
.map-r_bl-up {
    margin-top: 20px;
}
.aw-wh-phone {
    margin-top: 70px;
    border-top: 1px dashed #a5b9c6;
    padding: 10px 0;
    text-align: right;
}
.aw-wh-phone-name {
    font-size: 19px;
    font-weight: 400;
    color: #a5b9c6;
    padding: 0;
    letter-spacing: 1px;
}
.aw-wh-phone-ico {
    width: 17px;
    height: 23px;
    background: url(../images/phone-wh.png) no-repeat 50% 50%;
    background-position-y: 6px;
}
.aw-wh-phone-big {
    color: white;
}
.aw-wh-phone-de {
    text-align: right;
    margin-top: -10px;
}
.aw-wh-phone-de a {
    font-size: 11px;
    font-weight: 400;
    line-height: 8px;
    border-bottom: 1px dashed #009aff;
    letter-spacing: normal;
    text-decoration: none;
}
.aw-wh-phone-de a:hover {
    border-bottom: 1px dashed #ff3818;
}
#sppb-addon-1487248199600 .sppb-addon-title {
    width: 1170px;
    margin: 20px auto 40px;
}
.aspasia-animated-number .sppb-addon-content {
    display: table-cell;
    vertical-align: middle;
    padding: 60px 40px 40px 40px !important;
    color: #fff;
}
.aspasia-animated-number .sppb-addon-content .sppb-animated-number {
    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;
}
.about-modal .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;
    text-align: center;
}
.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 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 13px;
}
.aspasia-catagories .sp-module-title {}
.aspasia-catagories .aspasia-catagories {
    /*padding: 30px 20px 0 20px;*/
    /*background: #f2f5f7;*/
}
.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: 0;
}
.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 .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;
}
.com-content p.readmore {
    margin-top: 45px;
}
.com-content 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;
}
.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;
}
.sp-module ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sp-module ul > li {
    display: block;
    /*border-bottom: 1px solid #e8e8e8;*/
    -webkit-transition: 300ms;
    transition: 300ms;
}
.sp-module ul > li > a {
    display: block;
    padding: 5px 0;
    line-height: 36px;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.sp-module ul > li > a:hover {
    background: none;
}
.sp-module ul > li > a:before {
    /*font-family: FontAwesome;*/
    /*content: "\f105";*/
    margin-right: 8px;
}
.sp-module ul > li:last-child {
    border-bottom: none;
}
.sp-module .categories-module ul {
    margin: 0 10px;
}
.sp-module .latestnews > div {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e8e8e8;
}
.sp-module .latestnews > div:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.sp-module .latestnews > div > a {
    display: block;
    font-weight: 400;
}
.sp-module .tagscloud {
    margin: -2px 0;
}
.sp-module .tagscloud .tag-name {
    display: inline-block;
    padding: 5px 10px;
    background: #808080;
    color: #fff;
    border-radius: 4px;
    margin: 2px 0;
}
.sp-module .tagscloud .tag-name span {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.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: 15px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper {
    z-index: 2;
    background: #24252a;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .img-wrapper {
    display: block;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.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: 30px !important;
    background: none !important;
    text-align: left !important;
    z-index: -1 !important;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -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;
    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: .3s;
    -o-transition: .3s;
    transition: .3s;
    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(-115px) !important;
    transform: translateY(-115px) !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-row-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 {
    background: inherit;
    color: #2f363a;
    font-size: 19px;
    font-weight: bold;
    margin: 0 0 18px;
    padding: 0;
    text-transform: uppercase;
}
#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;
}

/* section : Footer (content) */
#sp-bottom {
    min-height: 380px;
    color: #cad0d3;
    font-size: 13px;
}
/* Логотип */
#sp-bottom1 p {
    font-size: 13px;
}
#sp-bottom1 img {
    margin: 0 0 10px;
}
/* Заголовок блока */
#sp-bottom .sp-module .sp-module-title {
    color:#fff;
    font-size: 25px;
    padding: 0 0 13px;
    margin: 0 0 22px;
    position: relative;
}
#sp-bottom .sp-module .sp-module-title:after {
    width: 58px;
    height: 3px;
    content: '';
    background: #84A0AD;
    position: absolute;
    bottom:0;
    left:0;
}
#sp-bottom .sp-module ul > li {
    border: none;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
#sp-bottom .sp-module ul > li a {
    color: #cad0d3;
    text-decoration: none;
    padding: 0;
    font-size: 16px;
    background: transparent;
}
#sp-bottom .sp-module ul > li a:hover {
    color: #fff;
}
#sp-bottom .sp-module ul > li a:before {
    display: none;
}
#sp-bottom .footer-logo {
    margin-bottom: 15px;
}

/* footer : Phone and E-mail*/
#sp-bottom #sp-bottom4 .phon {
    margin: 0 0 15px;
}
#sp-bottom #sp-bottom4 .phon a {
    color: #fff;
    font-size: 26px;
    font-family: "Myriad Pro", sans-serif;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px dashed #999FA2;
}
#sp-bottom #sp-bottom4 .phon a:hover {
    border-color: transparent;
}
#sp-bottom #sp-bottom4 .mail {
    margin: 45px 0 10px;
}
#sp-bottom #sp-bottom4 .mail a {
    color: #84a0ad;
    font-weight:bold;
    font-size: 16px;
}

.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;
}

/* section : Footer (copyright) */
#sp-footer {
    text-align: center;
}
#sp-footer a {
    color: rgba(255, 255, 255, 0.9);
}
#sp-footer a:hover {
    color: #fff;
}
#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;
}
#sp-footer-wrapper .copyright {
    display: block;
}
.footer-site {
    background: #263035;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    color: #A6AAAC;
    line-height: 44px;
}
.footer-site a {
    /*font-size: 16px;*/
    /*margin-left: 10px;*/
    color: #A6AAAC;
    line-height: 60px;
    padding: 0 70px 0 0;
    background: url(../images/ldm.png) right center no-repeat;
}
.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-size: cover;
    background: url(../images/404-bg.jpg) 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;
}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.jq-checkbox {
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    background: url("../images/checkbox.png") center no-repeat;
    cursor: pointer;
}
.jq-checkbox.checked {
    background: url("../images/checkbox_checked.png") center no-repeat;
}
.jq-checkbox.disabled {
    background: url("../images/checkbox_disabled.png") center no-repeat;
}
.jq-checkbox.focused {
    border: 1px solid #08C;
}
.jq-checkbox.disabled {
    opacity: .55;
}
.ksm-module-categories {
    border: none !important;
}
.ksm-module-categories .ksm-module-categories-item {
    border: 0;
}
.ksm-module-categories.aspasia-catagories .ksm-module-categories-item-link {
    margin: 0;
    padding: 0;
    border: 0;
    color: inherit ;
}
.ksm-module-categories.aspasia-catagories .ksm-module-categories-item-link:hover {
    color: #ff3818;
}
.ksm-module-categories .ksm-module-categories-level .ksm-module-categories-item-link::before {
    display: none;
}
.ksm-module-categories.aspasia-catagories .ksm-module-categories-item-deeper > .ksm-module-categories-item-caret {
    display: none;
}
.ksm-module-categories.aspasia-catagories {
    padding: 0;
}
.ksm-module-categories .ksm-module-categories-level .ksm-module-categories-level .ksm-module-categories-item-link {
    color: #597282;
}
.ksm-module-categories .ksm-module-categories-level .ksm-module-categories-level .ksm-module-categories-item-link:hover {
    color: #ff3818;
}
#mod-ksr-form-7 .btn {
    display: none;
}
button.close {
    background: url("../images/close.png") center no-repeat;
    width: 16px;
    height: 16px;
    top: 10px;
    right: 10px;
    opacity: 1;
    position: absolute;
}
button.close span {
    display: none;
}
button.close:hover {
    opacity: 0.6;
    border: 0;
}
.ksm-profile-constructor {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.ksm-profile-constructor-title {
    float: left;
    width: calc(100% - 200px);
    font-weight: 500;
}
.modal-body {
    padding: 0;
    font-size: 16px;
}
.modal-lg {
    width: 920px;
    //max-height: 90%;
    //overflow: auto;
}
.modal .modal-content {
    padding: 65px 70px;
    border-radius: 0;
    border: 0;
    box-shadow: 0 15px 45px rgba(0,0,0,0.1);
}
.mod-ksr-form .modal .modal-content {
    padding: 0;
}
.modal-dialog .close, .close {
    float: right;
    font-size: 21px;
    text-indent: -9999px;
    line-height: 1;
    min-width: 20px;
    width: 40px;
    height: 40px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=100);
    opacity: 1;
    background: transparent !important;
    font-weight: bold;
    background: url(../images/close.png) center no-repeat !important;
    top: 14px;
    right: 14px;
    position: absolute;
    z-index: 2;
    outline: none;
}
.modal-header {
    padding: 0;
    border-bottom: 0 solid #e5e5e5;
    min-height: 0;
}
.modal .modal-content textarea {
    color: #779999;
}
.modal-backdrop.in {
    filter: alpha(opacity=60);
    opacity: 0.6;
    background: #555555;
}
.modal_bottom_block .modal-dialog {
    width: 320px;
    text-align: center;
}
.modal_bottom_block .modal-content h3 {
    margin: 10px 0 20px 0;
}
.modal .modal-content input[type="text"], .modal .modal-content input[type="password"], .modal .modal-content input[type="tel"] {
    color: #1c303c;
}
.ksm-cart-order-steps-head {
    background: #2c404c;
}
.ksm-cart-order-steps-head-count {
    background: #ff3818;
    color: #fff;
}
.ksm-cart legend.ksm-cart-pickuplist-title {
    font-size: 26px;
}
/*
.sp-megamenu-parent > li a::before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 8px;
}*/

.checkbox label, .radio label {
    padding: 0;
}
.jq-checkbox {
    top: -1px;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin: 0 4px 0 0;
    border: 1px solid #D4D4D4;
    border-radius: 0px;
    background: #FFF url(../images/check.png) 0 0 no-repeat;
    cursor: pointer;
}
.jq-checkbox.checked {
    background: #FFF url(../images/check.png) 0 -12px no-repeat;
}
.jq-checkbox.focused {
    border: 1px solid #ccc;
}
.jq-checkbox.disabled {
    opacity: .55;
}


.jq-radio {
    top: -1px;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin: 0 4px 0 0;
    border: 1px solid #D4D4D4;
    border-radius: 0px;
    background: #FFF;
    cursor: pointer;
    cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
    width: 8px;
    height: 8px;
    margin: 2px 0 0 2px;
    border-radius: 8px;
    background: #C32727;
}
.jq-radio.focused {
    border: 1px solid #ccc;
}
.jq-radio.disabled {
    opacity: .55;
}


.jqselect {
    height: 44px;
}
.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
}
.ksm-product-info-row-control .jq-selectbox {
    min-width: 200px;
}
.jq-selectbox__select {
    line-height: 40px;
    padding: 0 15px;
    height: 44px;
    font-size: 15px;
    background: #fff;
    font-family: 'HelveticaNeueCyr', Tahoma, Arial, Helvetica, sans-serif;
    font-weight: 500;
    border: 2px solid #E3E3E3;
    box-shadow:none;
    border-radius: 0px;
    width: 100%;
    color: #26292a;
    display: inline-block;
    text-align: left;
}
.jq-selectbox__select:hover {
}
.jq-selectbox__select:active {
    border: 2px solid #ccc;
}
.jq-selectbox.focused .jq-selectbox__select {
}
.jq-selectbox.disabled .jq-selectbox__select {
}
.jq-selectbox__select-text {
    display: block;
    overflow: hidden;
    width: 100% !important;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jq-selectbox .placeholder {
    color: #222222;
}
.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 100%;
    background: url(../images/select.png) center no-repeat;
}
.jq-selectbox__trigger-arrow {
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {

}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {

}
.jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    margin: 1px 0 0;
    padding: 0;
    border: 2px solid #E3E3E3;
    border-radius: 0;
    background: #FFF;
    font-size: 15px;
    line-height: 30px;
    top:40px;
}
.jq-selectbox ul {
    margin: 0;
    padding: 0;
}
.jq-selectbox li {
    min-height: 18px;
    padding: 0px 10px 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #231F20;
}
.jq-selectbox li.selected {
    background-color: #D9E8EF;
    color: #000;
}
.jq-selectbox li:hover {
    background-color: #f1f1f1;
    color: #C32727;
}
.jq-selectbox li.disabled {
    color: #AAA;
}
.jq-selectbox li.disabled:hover {
    background: none;
}
.jq-selectbox li.optgroup {
    font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default;
}
.jq-selectbox li.option {
    padding-left: 25px;
}

/* Выпадающий каталог */
.ksm-module-vinmoters-categories.cat-menu {
    position: relative;
    float: left;
    width: 200px;
}
.ksm-module-vinmoters-categories .cat-menu-show {
    width: 200px;
    height: 60px;
    background: #d33737;
    color: #fff;
    font-weight: 500;
    font-family: "Myriad Pro", sans-serif;
    font-size: 19px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 0 0 70px;
    position: relative;
    cursor: pointer;
    z-index: 10;
    -webkit-user-select: none;
    user-select: none;
}
.view-product .ksm-module-vinmoters-categories .cat-menu-show, .view-model .ksm-module-vinmoters-categories .cat-menu-show{
    background: #323E44;
}
.ksm-module-vinmoters-categories .cat-menu-show .tx {
    padding: 0 24px 0 0;
    height: 23px;
    margin: 18px 0 0;
    background: url(../images/mmenu.png) 100% 0 no-repeat;
    float: left;
}
.ksm-module-vinmoters-categories .cat-menu-show.active .tx {
    background: url(../images/mmenu.png) 100% -32px no-repeat;
}
.ksm-module-vinmoters-categories .cat-menu-show.active:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom:-18px;
    z-index: 12;
    left:110px;
    border: 8px solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(135deg);
}
.ksm-module-vinmoters-categories .cat-menu-show:hover {
    background: #d33737;
}
.ksm-module-vinmoters-categories .cat-menu-show .sandwich {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 18px;
    left: 27px;
    margin: auto;
    z-index: 2; }
.sw-topper {
    position: relative;
    top: 0;
    width: 25px;
    height: 3px;
    background: white;
    border: none;
    border-radius: 3px;
    -webkit-transition: -webkit-transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s;
    display: block; }
svg path {
    fill: #e0e0e0; }
.sw-bottom {
    position: relative;
    width: 25px;
    height: 3px;
    top: 7px;
    background: white;
    border: none;
    border-radius: 3px;
    -webkit-transition: transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
    display: block;
}
.sw-footer {
    position: relative;
    width: 25px;
    height: 3px;
    top: 13.5px;
    background: white;
    border: none;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    display: block;
}
.sandwich.active .sw-topper {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.sandwich.active .sw-bottom {
    top: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
.sandwich.active .sw-footer {
    opacity: 0;
    top: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.darkness {
    width: 100%;
    height:  calc(100% - 230px);
    position: absolute;
    top:230px;
    left: 0;
    background: #000;
    opacity: 0.15;
    z-index: 7;
    display: none;
}
.ksm-module-vinmoters-categories .cat-menu-open {
    position: absolute;
    top:60px;
    left:0;
    max-height: 670px;
    max-width: 1140px;
    background: #fff;
    z-index: 108;
    display: none;
}
.ksm-module-vinmoters-categories .cat-menu-open .col {
    width: 285px;
    float: left;
    height: 670px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background: #fff;
    padding: 30px 0;
}
.ksm-module-vinmoters-categories .cat-menu-open .col1 {
    position: relative;
    z-index: 4;
}
.ksm-module-vinmoters-categories .cat-menu-open .col2 {
    position: relative;
    z-index: 3;
    display: none;
}
.ksm-module-vinmoters-categories .cat-menu-open .col3 {
    position: relative;
    z-index: 2;
    display: none;
}
.ksm-module-vinmoters-categories .cat-menu-open .col4 {
    position: relative;
    z-index: 1;
    display: none;
}
.ksm-module-vinmoters-categories .cat-menu-open .col a {
    font-size: 16px;
    width:100%;
    padding: 8px 30px;
    margin: 1px 0;
    display: block;
    color: #323e44;
    text-decoration: none;
}
.ksm-module-vinmoters-categories .cat-menu-open .col a.active {
    background: #D9E8EF;
}
.ksm-module-vinmoters-categories .cat-menu-open .col a:hover {
    color: #C32727;
    background: #f1f1f1;
}
.ksm-module-vinmoters-categories .cat-menu-open .col1 a {
    font-weight: 500;
    padding: 0 30px;
    height: 33px;
    line-height: 33px;
    color: #000;
}
.ksm-module-vinmoters-categories .cat-menu-open .col1 a img {
    margin: 0 9px 0 0;
    display: inline-block;
}
.ksm-module-vinmoters-categories .cat-menu-open .col h3 {
    color: #2f363a;
    font-size: 20px;
    font-family: "Myriad Pro", sans-serif;
    font-weight: bold;
    padding: 0 30px;
    margin: 0 0 10px;
}
.ksm-module-vinmoters-categories .cat-menu-open .col .list {
    height: 576px;
    overflow: auto;
}

.list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    border-radius: 0;
    background-color: #F5F5F5;
}
.list::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}
.list::-webkit-scrollbar-thumb {
    border-radius: 0;
    width: 8px;
    background-color: #C1C1C1;
}

/* Нижнее вспомогательное меню */
#fpanel {
    position: fixed;
    bottom:0;
    right:80px;
    background: #fff;
    z-index: 20;
    height: 50px;
    box-shadow: 0 0 8px rgba(0,0,0,0.15);
    padding: 17px 25px 0;
}
#fpanel .compare,
#fpanel .favorite {
    float:left;
    background: url(../images/compare.png) left center no-repeat;
    padding: 0 0 0 19px;
    text-decoration: none;
    font-size: 13px;
    margin: 0 20px 0 0;
}
#fpanel .compare span,
#fpanel .favorite span {
    border-bottom: 1px dashed #688ea1;
}
#fpanel .compare:hover span,
#fpanel .favorite:hover span {
    border-color: transparent;
}
#fpanel .favorite {
    background: url(../images/favorite.png) left center no-repeat;
}
#fpanel .compare i,
#fpanel .favorite i {
    background: #EDD827;
    font-size: 11px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    display: block;
    float: right;
    margin: 0 0 0 6px;
    font-style: normal;
    border-radius: 100%;
    color: #323e44;
}
#fpanel .cart {
    float:left;
    background: url(../images/cart.png) left center no-repeat;
    padding: 0 0 0 22px;
    font-size: 13px;
    margin: 0 15px 0 25px;
    position: relative;
}
#fpanel .cart:after {
    content: '';
    width: 1px;
    height: 20px;
    top:50%;
    margin: -10px 0 0;
    left:-20px;
    background: #E0E2E3;
    position: absolute;
    display: block;
}
.btn.jmodedit
{
    width: 30px !important;
    padding: 5px !important;
    right: -30px !important;
}
#section-id-1494950537326 > .sppb-container-inner > .sppb-row > .sppb-col-md-12 {
    padding: 0;
}

/* Доп инфо по ценой в карточке товара */

.advantages{
    float: left;
    width: 100%;
    padding: 0px 0px 20px;
}
.advantages-item{
    float: left;
    width: 33.33333%;
    padding-left: 60px;
    position: relative;
}
.advantages-item__name{
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    color: #000;
}
.advantages-item__text{
    font-size: 14px;
    color: #323e44;
    line-height: normal;
}
.advantages-item:before{
    content: '';
    display: block;
    width: 52px;
    height: 39px;
    position: absolute;
    top: 2px;
    left: 0px;
    background-image: url('../images/adv-img1.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.advantages-item.is:before{
    width: 40px;
    height: 36px;
    background-image: url('../images/adv-img2.png');
}
.advantages-item.pay:before{
    width: 45px;
    height: 38px;
    background-image: url('../images/adv-img3.png');
}
.actions-wrapper{
    float: right;
}

.ksm-btn.ksm-cart-message-link-shop {
    background: #86C640;
    color: #fff;
    border: none;
}
.ksm-btn.ksm-cart-message-link-shop:hover {
    background: #96D650;
    color: #fff;
    border: none;
}
.ksm-btn.ksm-cart-message-link-shop:active, .ksm-btn.ksm-cart-message-link-shop:active:hover, .ksm-btn.ksm-cart-message-link-shop:active:focus {
    background: #76B630;
    color: #fff;
    border: none;
}

