.fa.fa-pull-left,
.fa.pull-left {
    margin-right: .3em
}

.mfp-wrap,
[tabindex="-1"]:focus {
    outline: 0!important
}

.fa-fw,
.fa-li,
.mfp-container {
    text-align: center
}

.fa,
.fa-stack {
    display: inline-block
}

.mfp-arrow,
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent
}

.mfp-wrap,
.owl-carousel .owl-item,
.owl-carousel .owl-video-play-icon {
    -webkit-backface-visibility: hidden
}

@font-face {
    font-family: FontAwesome;
    src: url('../webfonts/fontawesome-webfont.eot@');
    src: url('../webfonts/fontawesome-webfont.eot@') format('embedded-opentype'), url('../webfonts/fontawesome-webfont.woff2@v=4.7.0') format('woff2'), url('../webfonts/fontawesome-webfont.woff@v=4.7.0') format('woff'), url('../webfonts/fontawesome-webfont.ttf@v=4.7.0') format('truetype'), url('../webfonts/fontawesome-webfont.svg@v=4.7.0') format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-stack,
.mfp-container:before,
.mfp-content,
img {
    vertical-align: middle
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa.fa-pull-right,
.fa.pull-right {
    margin-left: .3em
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right,
.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.colors a:before,
.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.mfp-container:before,
.mfp-figure:after {
    content: ''
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.mfp-bg,
.mfp-wrap {
    position: fixed;
    left: 0;
    top: 0
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
    width: 100%;
    height: 100%
}

.mfp-bg {
    z-index: 99998;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .9;
    filter: alpha(opacity=90)
}

button,
hr,
input,
select {
    overflow: visible
}

.mfp-wrap {
    z-index: 99999
}

.mfp-container {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    display: inline-block;
    height: 100%
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

progress,
sub,
sup {
    vertical-align: baseline
}

.mfp-close,
.mfp-preloader {
    text-align: center;
    position: absolute
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #CCC;
    top: 50%;
    width: auto;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-close,
.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 0;
    top: 0;
    text-decoration: none;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

a,
a:focus,
a:hover,
abbr[title] {
    text-decoration: underline
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-image-holder .mfp-content,
iframe,
img,
img.mfp-img,
legend {
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

pre,
textarea {
    overflow: auto
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure:after {
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-gallery .mfp-image-holder .mfp-figure,
[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer
}

.mfp-title {
    text-align: left;
    word-wrap: break-word;
    padding-right: 36px
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
legend,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
label,
output,
progress,
video {
    display: inline-block
}

address,
dl,
ol,
p,
ul {
    margin-bottom: 1rem
}

dd,
label,
legend {
    margin-bottom: .5rem
}

caption,
th {
    text-align: left
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

body,
fieldset {
    margin: 0
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

button,
input,
select,
textarea {
    font: inherit
}

.wp-block-quote .wp-block-quote.is-large p,
.wp-block-quote.is-style-large p,
address,
blockquote cite em,
cite {
    font-style: normal
}

dt,
optgroup {
    font-weight: 700
}

address,
legend {
    line-height: inherit
}

button,
select {
    text-transform: none
}

[disabled] {
    cursor: default
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring,
input:-moz-focusring {
    outline: ButtonText dotted 1px
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    white-space: normal;
    width: 100%;
    padding: 0;
    font-size: 1.5rem
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

@-ms-viewport {
    width: device-width
}

dl,
ol,
p,
ul {
    margin-top: 0
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #818a91
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dd {
    margin-left: 0
}

a:focus,
a:not([href]):not([tabindex]):focus,
button:focus {
    outline: 0
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

pre {
    margin-top: 0
}

figure {
    margin: 0 0 1rem
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    background-color: transparent
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #818a91;
    caption-side: bottom
}

button,
input,
select,
textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
    cursor: not-allowed
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    -webkit-appearance: listbox
}

input[type=number],
input[type=search],
input[type=date],
input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=password],
textarea {
    -webkit-appearance: none
}

fieldset {
    min-width: 0;
    padding: 0;
    border: 0
}

.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-touch-callout: none
}

.alignright,
.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cover-letter,
.post-letter {
    -webkit-user-select: none;
    -ms-user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url('https://demo.mekshq.com/typology/wp-content/themes/typology/assets/css/owl.video.play.png') no-repeat;
    cursor: pointer;
    z-index: 1;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

img {
    height: auto
}

a:hover {
    text-decoration: none
}

.vh-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    z-index: 111
}

.text-center {
    text-align: center
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

/*.col-lg-10,
.col-lg-2,
.col-lg-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

.col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}*/

.typology-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.typology-section {
    -webkit-box-shadow: 0 30px 50px 0 rgba(1, 1, 1, .15);
    box-shadow: 0 30px 50px 0 rgba(1, 1, 1, .15);
    max-width: 1170px;
    margin: 0 auto 10rem;
    width: 95%;
    padding: 16rem 0 15rem
}

.typology-fake-bg .typology-section:first-child {
    top: -10rem;
    position: relative;
    z-index: 900;
    margin-bottom: 0
}

.typology-flat .typology-fake-bg .typology-section:first-child {
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.typology-flat .typology-section {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 13rem 0 0
}

.typology-flat .typology-footer {
    margin-top: 8rem
}

.typology-fake-bg {
    position: relative;
    z-index: 9000
}

.typology-section>:last-child {
    margin-bottom: 0
}

.typology-section .section-head:first-child {
    margin-top: -4rem
}

.section-content {
    max-width: 720px;
    margin: 0 auto 12rem
}

.section-content-c {
    max-width: 840px;
    padding-top: 4rem
}

.section-content-c .typology-posts {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-head {
    margin-bottom: 8rem
}

.section-title {
    text-align: center;
    position: relative;
    padding-bottom: 4rem;
    margin-bottom: 0
}

.typology-post {
    position: relative;
    margin-bottom: 9rem;
    padding-bottom: 10rem
}

.section-title:after,
.typology-post:after {
    content: "";
    height: 1px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    background: #333
}

.typology-post:last-child:after {
    display: none
}

.typology-post:last-child {
    padding-bottom: 0
}

.entry-title a {
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    text-decoration: none
}

.typology-layout-a .entry-title a,
.typology-layout-b .entry-title a,
.typology-layout-c .entry-title a {
    display: block
}

.meta-item {
    display: inline-table;
    vertical-align: top
}

.entry-meta {
    margin-top: .8rem
}

.entry-header {
    margin-bottom: 2.6rem
}

.entry-footer,
.entry-header {
    position: relative;
    z-index: 2
}

.typology-story {
    margin-bottom: 6rem
}

.sticky .entry-title a:before {
    content: "\f08d";
    font-family: FontAwesome;
    line-height: 1;
    outline: 0;
    font-size: 80%;
    margin-right: 10px
}

.sticky.typology-layout-c .entry-title a:before {
    margin-right: 5px
}

.entry-footer .typology-button {
    margin-right: 1.5rem
}

.post-letter {
    line-height: 1.2;
    color: rgba(0, 0, 0, .07);
    z-index: 1;
    position: absolute;
    top: 50%;
    left: -9rem;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    text-transform: uppercase
}

.layout-b {
    text-align: center
}

.layout-b .post-letter {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.aligncenter,
.alignnone {
    clear: both;
    display: block;
    margin: 0 auto 3.6rem;
    max-width: 100%
}

.alignleft,
.alignright {
    display: inline;
    margin-bottom: 2.6rem;
    margin-top: .75rem
}

.alignright {
    margin-left: 5rem;
    max-width: 100%
}

.alignleft {
    float: left;
    margin-right: 5rem
}

.wp-caption-text {
    text-align: center;
    font-size: 1.3rem;
    margin-top: 1rem
}

.typology-featured-image {
    position: relative;
    padding: 0!important;
    border: none!important;
    display: inline-block;
    margin-bottom: 3.6rem
}

.style-thumbnail .entry-image a:after,
.typology-featured-image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.style-thumbnail .entry-image a:hover:after,
.typology-featured-image:hover:after {
    opacity: .2
}

.style-thumbnail .entry-image {
    position: relative
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.meta-item .typology-count {
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    min-width: 24px;
    height: 24px;
    line-height: 10px;
    padding: 6px 0;
    vertical-align: 1px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px
}

.gallery {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.gallery .gallery-icon {
    display: inline-block;
    height: 100%;
    max-width: 100%
}

.gallery-icon img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.gallery-item {
    display: inline-block;
    padding: 0 2px 2px 0;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    position: relative
}

.gallery-columns-1.owl-carousel,
.wp-block-gallery.owl-carousel {
    padding: 0
}

.gallery-columns-1 .gallery-item {
    width: 100%
}

.gallery-columns-1 {
    display: block
}

.gallery .gallery-item a:after,
.wp-block-gallery .blocks-gallery-item a:after {
    content: "\f0b2";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    height: 59px;
    width: 59px;
    text-align: center;
    line-height: 61px;
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 0;
    pointer-events: auto;
    opacity: 0;
    margin-left: -31px;
    margin-top: -31px
}

.gallery-columns-1 .owl-item .gallery-item,
.gallery-columns-8 .gallery-item a:after,
.gallery-columns-9 .gallery-item a:after {
    display: none
}

.gallery-columns-4 .gallery-item a:after,
.gallery-columns-5 .gallery-item a:after,
.gallery-columns-6 .gallery-item a:after,
.gallery-columns-7 .gallery-item a:after {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-left: -20px;
    margin-top: -20px
}

.gallery .gallery-item a:hover:after,
.wp-block-gallery .blocks-gallery-item a:hover:after {
    opacity: 1
}

.entry-content .gallery,
.entry-content .gallery-columns-1.owl-carousel {
    margin-bottom: 3.6rem
}

.gallery-columns-1 .owl-controls,
.wp-block-gallery.columns-1 .owl-controls {
    width: 100%;
    bottom: auto!important;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    pointer-events: none
}

.mfp-title {
    top: -48px;
    left: 20px;
    background: rgba(0, 0, 0, .8);
    padding: 3px 8px;
    position: absolute;
    color: #CCC;
    font-size: 12px;
    line-height: 18px
}

.mfp-counter:empty,
.mfp-title:empty {
    padding: 0
}

.gallery-columns-1 .gallery-item:first-child {
    display: block
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
    padding: 0
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28%;
    flex: 0 0 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.11%;
    flex: 0 0 11.11%
}

.gallery-icon img {
    margin: 0 auto
}

.gallery-icon .herald-popup {
    position: relative;
    float: left;
    outline: 0;
    width: 100%
}

.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    padding-right: 0
}

.gallery-caption {
    display: none
}

.gallery-columns-1 .owl-nav>div,
.gridlove-cover-slider .owl-nav>div,
.wp-block-gallery.columns-1 .owl-nav>div {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(255, 255, 255, .5);
    color: #333;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 0;
    pointer-events: auto
}

.gallery-columns-1 .owl-nav,
.wp-block-gallery.columns-1 .owl-nav {
    width: 100%;
    bottom: auto!important;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    pointer-events: none;
    position: absolute
}

.gallery-columns-1 .owl-next,
.wp-block-gallery.columns-1 .owl-next {
    right: 30px;
    position: absolute
}

.gallery-columns-1 .owl-next i,
.wp-block-gallery.columns-1 .owl-next i {
    margin-top: 14px;
    margin-right: -3px
}

.gallery-columns-1 .owl-prev,
.wp-block-gallery.columns-1 .owl-prev {
    left: 30px;
    position: absolute
}

.gallery-columns-1 .owl-prev i,
.wp-block-gallery.columns-1 .owl-prev i {
    margin-top: 14px;
    margin-left: -3px
}

.gallery-columns-1 .owl-nav>div:hover,
.gridlove-cover-slider .owl-nav>div:hover,
.wp-block-gallery.columns-1 .owl-nav>div:hover {
    background: #fff
}

.typology-popup {
    color: #333
}

.gallery .owl-item .gallery-icon {
    display: block
}

.mfp-image-holder button.mfp-close,
button.mfp-arrow {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(255, 255, 255, .5);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    font-size: 14px;
    display: inline-block;
    margin: 0 3px;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 1px;
    pointer-events: auto;
    min-width: auto;
    border-radius: 50%;
    vertical-align: top;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out
}

.typology-pagination .current,
.typology-pagination .dots,
.typology-pagination .infinite-scroll a,
.typology-pagination .load-more a,
.typology-pagination .nav-links .next,
.typology-pagination .nav-links .prev,
.typology-pagination .next a,
.typology-pagination .prev a {
    border: 1px solid transparent
}

.mfp-arrow-right:before {
    content: "\f054"
}

.mfp-arrow-left:before {
    content: "\f053"
}

.mfp-arrow-left:before,
.mfp-arrow-right:before {
    font-family: FontAwesome
}

.mfp-arrow-left {
    left: 24px
}

.mfp-arrow-left i {
    margin-left: -3px
}

.mfp-arrow-right {
    right: 24px
}

.mfp-arrow-right i {
    margin-right: -3px
}

.mfp-image-holder button.mfp-close {
    right: -55px;
    top: 10px;
    text-align: center;
    font-size: 30px;
    color: #333
}

.typology-pagination {
    text-align: center;
    position: relative;
    padding-bottom: 0;
    width: 100%;
    padding-top: 9rem;
    margin-top: 9rem
}

.typology-pagination .navigation {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    display: block;
    height: 42px
}

.typology-pagination a,
.typology-pagination span {
    font-size: 1.1rem;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none
}

.typology-pagination a {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.typology-pagination a:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15);
    box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15)
}

.typology-pagination a:focus {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 5px 10px 0 rgba(1, 1, 1, .15);
    box-shadow: 0 5px 10px 0 rgba(1, 1, 1, .15);
    text-decoration: none
}

.typology-pagination .infinite-scroll a,
.typology-pagination .load-more a,
.typology-pagination .nav-links .next,
.typology-pagination .nav-links .prev,
.typology-pagination .next a,
.typology-pagination .prev a {
    min-width: 160px
}

.typology-pagination .nav-links .next:after,
.typology-pagination .nav-links .prev:before,
.typology-pagination .next a:after,
.typology-pagination .prev a:before {
    font-family: FontAwesome;
    font-size: 1.3rem
}

.typology-pagination .nav-links .prev:before,
.typology-pagination .prev a:before {
    content: "\f104";
    margin-right: 7px
}

.typology-pagination .nav-links .next:after,
.typology-pagination .next a:after {
    content: "\f105";
    margin-left: 7px
}

.typology-pagination .nav-links .next,
.typology-pagination .nav-links .prev {
    margin: 0
}

.typology-pagination .page-numbers {
    min-width: 40px;
    margin: 0 4px
}

.typology-pagination .nav-links .next,
.typology-pagination .nav-links .prev,
.typology-pagination .next a,
.typology-pagination .prev a {
    position: absolute;
    top: 0
}

.typology-pagination .nav-links .prev,
.typology-pagination .prev a {
    left: 0
}

.typology-pagination .nav-links .next,
.typology-pagination .next a {
    right: 0
}

.typology-pagination .dots {
    min-width: 1px
}

.load-more-active a {
    opacity: .3;
    pointer-events: none
}

.typology-loader {
    font-size: 8px;
    width: 32px;
    margin: 0 auto 0 -16px;
    opacity: 0;
    top: 17px;
    height: 10px;
    left: 50%;
    z-index: -1;
    position: absolute
}

.infinite-scroll a,
.load-more-active a {
    font-size: 0
}

.load-more-active .typology-loader {
    opacity: 1;
    z-index: 100
}

.dot {
    width: 1em;
    height: 1em;
    border-radius: .5em;
    background: #fff;
    position: absolute;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.dot1,
.dot2 {
    left: 0
}

.dot3 {
    left: 1.5em
}

@-webkit-keyframes reveal {
    from {
        -webkit-transform: scale(.001);
        transform: scale(.001)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes reveal {
    from {
        -webkit-transform: scale(.001);
        transform: scale(.001)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes slide {
    to {
        -webkit-transform: translateX(1.5em);
        transform: translateX(1.5em)
    }
}

@keyframes slide {
    to {
        -webkit-transform: translateX(1.5em);
        transform: translateX(1.5em)
    }
}

@-webkit-keyframes revealback {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(.001);
        transform: scale(.001)
    }
}

@keyframes revealback {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(.001);
        transform: scale(.001)
    }
}

.dot1 {
    -webkit-animation-name: reveal;
    animation-name: reveal
}

.dot2,
.dot3 {
    -webkit-animation-name: slide;
    animation-name: slide
}

.dot4 {
    left: 3em;
    -webkit-animation-name: revealback;
    animation-name: revealback
}

.infinite-scroll {
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.infinite-scroll.load-more-active {
    opacity: 1
}

.typology-pagination:before {
    content: "";
    height: 1px;
    width: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px
}

.typology-archive-title:after {
    content: "\22C5";
    top: -1.5px;
    position: relative;
    margin: 0 5px
}

.typology-load-more-active a {
    background: #aaa
}

.more-link {
    display: none
}

.typology-cover-slider .owl-stage,
.typology-cover-slider .owl-stage-outer,
.typology-cover-slider.owl-drag .owl-item {
    height: 100%
}

.typology-cover-slider .owl-dots {
    position: absolute;
    bottom: 135px;
    left: 0;
    width: 100%;
    height: 40px
}

.typology-cover-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    opacity: .6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    border-radius: 30px
}

.typology-cover-slider .owl-dots .owl-dot span:hover,
.typology-cover-slider .owl-dots .owl-dot.active span,
a.mks_button:hover {
    opacity: 1
}

.typology-cover-slider .owl-next i,
.typology-cover-slider .owl-prev i,
.typology-sidebar-close {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.typology-cover-slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.typology-cover-slider .owl-next,
.typology-cover-slider .owl-prev {
    position: absolute;
    color: #000
}

.typology-cover-slider .owl-next i,
.typology-cover-slider .owl-prev i {
    position: absolute;
    top: 50%;
    font-size: 32rem;
    margin-top: -160px;
    opacity: 0;
    transition: all .2s ease-in-out
}

.typology-cover-slider .owl-next:hover i,
.typology-cover-slider .owl-prev:hover i {
    opacity: .1
}

.typology-cover-slider .owl-prev {
    left: 0;
    width: 20%;
    top: 0;
    height: 100%
}

.typology-cover-slider .owl-prev i {
    left: 30px
}

.typology-cover-slider .owl-next {
    right: 0;
    width: 20%;
    top: 0;
    height: 100%
}

.typology-cover-slider .owl-next i {
    right: 30px
}

.error404 .entry-content {
    margin-top: 11rem
}

.error404 .typology-search-form {
    margin-top: 4rem
}

.error404 .typology-post:after {
    display: none
}

.error404 .typology-post {
    margin-bottom: 0;
    padding-bottom: 0
}

.mks_pullquote {
    padding: 40px
}

.entry-content a[class*=mks_],
.entry-content a[class*=mks_]:hover {
    border: none;
    padding-bottom: 0
}

.mks_dropcap {
    margin: 5px 15px 0 0;
    padding: 20px 26px
}

.mks_separator {
    float: none
}

.mks_separator:after {
    content: "";
    display: table;
    clear: both
}

.entry-content a[class*=mks_],
.mks_progress_bar {
    margin-bottom: 3.6rem
}

.syntaxhighlighter div {
    display: block
}

.section-avatar {
    text-align: center;
    margin-bottom: 32px
}

.cover-avatar {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 20px
}

_:-moz-tree-row(hover),
body .slot-l,
body .typology-header .container,
body .typology-header .typology-site-branding {
    height: inherit
}

:root .typology-sidebar-header,
_:-ms-input-placeholder {
    position: absolute
}

:root .cover-item-container,
_:-ms-input-placeholder {
    width: 950px
}

:root .typology-posts,
_::-moz-svg-foreign-content {
    display: table-cell
}

.typology-ie9 .typology-footer .typology-footer-sidebar,
.typology-ie9 .typology-posts .col-lg-6,
.typology-ie9 .typology-prev-next-nav>a,
.typology-ie9 .typology-prev-next-nav>div,
.typology-ie9 .typology-sidebar-header-wrapper .typology-site-branding,
.typology-ie9 .typology-social-icons a {
    display: inline-block
}

:root .col-lg-10,
:root .col-lg-2,
:root .col-lg-4,
:root .col-lg-6,
_::-moz-svg-foreign-content {
    display: inline-block
}

:root .col-lg-6,
_::-moz-svg-foreign-content {
    width: 49%
}

.typology-ie9 .typology-sidebar {
    right: -420px!important
}

.typology-ie9 .typology-sidebar-header {
    left: auto
}

.typology-ie9 .typology-footer .col-lg-4 {
    max-width: 33%!important
}

.typology-ie9 .typology-posts .col-lg-6 {
    max-width: 49%!important
}

.typology-ie9 .typology-next-link,
.typology-ie9 .typology-sticky-r {
    float: right
}

.typology-ie9 .typology-prev-link,
.typology-ie9 .typology-sticky-l {
    float: left
}

.typology-ie9 .typology-sticky-l,
.typology-ie9 .typology-sticky-r {
    padding-top: 20px
}

.typology-ie9 .typology-social-icons a {
    max-width: 30%
}

.typology-ad,
.typology-header-wide .container {
    max-width: 100%
}

.typology-ie9 .typology-sidebar-header-wrapper {
    display: inline-block;
    margin: 40px 50px
}

.typology-ie9.typology-sidebar-open .typology-sidebar {
    right: 0!important
}

.typology-pagination a,
.typology-pagination span,
_::-webkit-:not(:root:root) {
    padding: 4px 0 0
}

.archive-desc {
    margin-top: 32px;
    text-align: center
}

.cover-archive-desc {
    margin-bottom: 0
}

.typology-ad {
    margin: 0 auto;
    text-align: center
}

.typology-ad-top {
    margin-top: -50px;
    margin-bottom: 100px
}

.typology-ad-bottom {
    margin-top: 50px
}

.typology-ad-between-posts {
    margin-bottom: 150px;
    width: 100%
}

ul.mks_social_widget_ul li a {
    letter-spacing: normal
}

article.typology-post.typology-has-ad:after {
    display: none
}

.typology-layout-a {
    width: 100%
}

.typology-layout-a.typology-has-ad,
.typology-layout-a.typology-post:last-child {
    margin-bottom: 0
}

.entry-footer {
    margin-top: 3rem
}

.section-content-b .typology-ad-between-posts:before,
.typology-post.typology-layout-b:before {
    content: "";
    height: 100%;
    position: absolute;
    width: 1px;
    left: 5.9rem;
    top: 25px;
    display: block
}

.typology-post.typology-layout-b:last-of-type:before {
    height: 7rem
}

.typology-layout-b {
    padding-left: 14rem;
    padding-bottom: 7rem;
    margin-bottom: 0;
    padding-top: 6rem
}

.section-content-b .typology-ad-between-posts {
    position: relative;
    padding-left: 14rem;
    padding-bottom: 30px;
    margin-bottom: 0;
    padding-top: 0;
    width: 100%
}

.typology-layout-b:first-child {
    padding-top: 0
}

.typology-layout-b .post-date {
    position: absolute;
    top: 8px;
    left: -180px;
    text-align: center;
    width: 75px
}

.typology-layout-b .post-date-day {
    font-size: 6rem;
    display: block;
    line-height: 5rem
}

.typology-layout-b .post-date:after {
    content: "";
    position: absolute;
    height: 11px;
    width: 11px;
    display: block;
    border-radius: 50%;
    left: 94px;
    top: 17px;
    z-index: 2
}

.typology-layout-b .post-date-hidden,
.typology-layout-b:only-of-type:before {
    display: none
}

.typology-layout-c.typology-post {
    padding: 0 60px;
    margin: 0 0 15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.typology-layout-c.typology-post:after {
    display: none
}

.typology-layout-c .post-letter {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.typology-layout-c .typology-featured-image {
    margin-bottom: 1.8rem
}

.typology-layout-c.post-image-on {
    margin: 0 0 7rem;
    display: block
}

.layout-even .typology-layout-c:last-child,
.layout-odd .typology-layout-c:nth-last-of-type(-n+2),
.typology-layout-c .entry-header {
    margin-bottom: 0
}

.section-content-c .typology-ad-between-posts {
    margin-top: -60px;
    margin-bottom: 160px
}

html {
    font-size: 62.5%
}

body {
    line-height: 1.88
}

html,
html a {
    -webkit-font-smoothing: antialiased
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 2rem
}

.h1,
.typology-cover .entry-title,
.typology-cover h1,
h1 {
    line-height: 1.2
}

.h2,
h2 {
    line-height: 1.25
}

.h3,
h3 {
    line-height: 1.3
}

.h4,
h4 {
    line-height: 1.35
}

.h5,
h5 {
    line-height: 1.5
}

.h6,
h6 {
    line-height: 1.4
}

.entry-content .h1,
.entry-content .h2,
.entry-content .h3,
.entry-content .h4,
.entry-content .h5,
.entry-content .h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-bottom: 3.6rem
}

.entry-title,
.typology-layout-a .entry-content p:last-child,
.typology-layout-b .entry-content p:last-child,
.typology-layout-b .entry-content p:only-of-type,
blockquote p,
q p {
    margin-bottom: 0
}

.meta-item {
    margin-right: 15px
}

.meta-item a {
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom .1s ease-in-out;
    -o-transition: border-bottom .1s ease-in-out;
    transition: border-bottom .1s ease-in-out
}

.meta-item a:hover,
td,
th {
    border-bottom: 1px solid
}

.meta-item:after {
    content: "/";
    right: -7px;
    position: relative
}

.meta-item:last-child:after {
    display: none
}

.section-title {
    line-height: 1
}

p {
    margin: 0 0 3.6rem
}

.entry-title {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

blockquote,
q {
    position: relative;
    padding: 8rem 8rem 7rem;
    text-align: center;
    font-size: 2rem;
    line-height: 1.88;
    border: 1px double rgba(0, 0, 0, .1);
    margin: 6rem 0;
    display: block
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    left: 50%;
    margin-left: -20px;
    color: #FFF;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 10px #FFF;
    box-shadow: 0 0 0 10px #FFF;
    font-size: 3.6rem;
    font-weight: 600;
    padding: 12px
}

blockquote:before,
q:before {
    content: "\201D";
    top: -2rem
}

blockquote cite,
q cite {
    display: block;
    opacity: .6;
    font-size: 80%;
    margin-top: 2rem
}

.comment-list .comment-content ol li,
.comment-list .comment-content ul li,
.entry-content ol li,
.entry-content ul li {
    margin-bottom: 4px
}

.comment-list .comment-content address,
.comment-list .comment-content dl,
.comment-list .comment-content ol,
.comment-list .comment-content ul,
.entry-content address,
.entry-content dl,
.entry-content ol,
.entry-content ul {
    margin-bottom: 3.6rem
}

.comment-list .comment-content address address,
.comment-list .comment-content address dl,
.comment-list .comment-content address ol,
.comment-list .comment-content address ul,
.comment-list .comment-content dl address,
.comment-list .comment-content dl dl,
.comment-list .comment-content dl ol,
.comment-list .comment-content dl ul,
.comment-list .comment-content ol address,
.comment-list .comment-content ol dl,
.comment-list .comment-content ol ol,
.comment-list .comment-content ol ul,
.comment-list .comment-content ul address,
.comment-list .comment-content ul dl,
.comment-list .comment-content ul ol,
.comment-list .comment-content ul ul,
.entry-content address address,
.entry-content address dl,
.entry-content address ol,
.entry-content address ul,
.entry-content dl address,
.entry-content dl dl,
.entry-content dl ol,
.entry-content dl ul,
.entry-content ol address,
.entry-content ol dl,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul address,
.entry-content ul dl,
.entry-content ul ol,
.entry-content ul ul,
table:last-child {
    margin-bottom: 0
}

pre,
table {
    margin-bottom: 3.6rem
}

.comment-list .comment-content ul,
.comment-list .comment-content ul li,
.entry-content ul,
.entry-content ul li {
    list-style: disc
}

.comment-list .comment-content ol,
.comment-list .comment-content ol li,
.entry-content ol,
.entry-content ol li {
    list-style: decimal
}

pre {
    white-space: pre-wrap;
    padding: 15px 20px
}

.widget-title {
    line-height: 1.2
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid;
    border-left: 1px solid
}

td,
th {
    padding: 10px 15px;
    border-right: 1px solid
}

.post-date-month {
    text-transform: uppercase;
    font-size: 1.4rem
}

input[type=number],
input[type=date],
input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=password],
input[type=search],
select,
textarea {
    border: 1px solid;
    padding: 0 15px;
    outline: 0;
    line-height: 1;
    width: 100%;
    font-size: 1.3rem;
    margin: 0;
    height: 40px;
    vertical-align: baseline;
    -webkit-transition: .2s all cubic-bezier(.4, 0, .2, 1);
    -o-transition: .2s all cubic-bezier(.4, 0, .2, 1);
    transition: .2s all cubic-bezier(.4, 0, .2, 1)
}

textarea {
    resize: vertical;
    padding: 15px
}

div#user-submitted-posts textarea.usp-textarea,
textarea {
    min-height: 200px;
    line-height: 22px
}

select {
    width: 100%
}

select option {
    display: inline-block
}

.s2_form_widget input[type=submit] {
    min-width: 120px
}

#usp-error-message,
#usp-success-message,
div.wpcf7-response-output {
    margin: 0;
    padding: 10px 20px;
    border: none;
    border-radius: 2px
}

.error,
.usp-callout-failure,
div.wpcf7-validation-errors {
    color: #FFF;
    background: #e74c3c
}

#usp-success-message,
.success,
div.wpcf7-mail-sent-ok {
    color: #FFF;
    background: #27ae60
}

#usp-success-message,
.error,
.success {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    border-radius: 2px
}

span.wpcf7-not-valid-tip {
    display: none;
    position: absolute;
    top: -4px;
    right: 12px;
    left: auto;
    padding: 6px 10px;
    border: none;
    color: #fff;
    background: #f1c40f
}

.invalid span.wpcf7-not-valid-tip {
    display: block
}

input[type=number].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=url].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border-color: #f1c40f
}

.wpcf7-form label,
body div.wpforms-container-full .wpforms-form .wpforms-field-label {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 9px
}

body div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-weight: 400
}

body div.wpforms-container-full .wpforms-form input[type=text] {
    height: 40px
}

.wpcf7-form input[type=number],
.wpcf7-form input[type=date],
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=url],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=password],
.wpcf7-form select,
.wpcf7-form textarea {
    margin-top: 10px
}

.wpcf7-form p {
    margin-bottom: 10px
}

.wpcf7-form input[type=submit],
body div.wpforms-container-full form.wpforms-form .wpforms-submit-container .wpforms-page-button,
body div.wpforms-container-full form.wpforms-form .wpforms-submit-container button[type=submit],
body div.wpforms-container-full form.wpforms-form .wpforms-submit-container input[type=submit] {
    min-width: 100px
}

input::-webkit-input-placeholder {
    line-height: normal!important
}

div.wpcf7 {
    margin-top: 3.6rem
}

#mc_embed_signup .sub-menu {
    margin-top: 10px
}

#mc_embed_signup input[type=submit] {
    width: 100%
}

.entry-content #mc_embed_signup {
    padding: 40px
}

#mc_embed_signup p {
    margin-bottom: 0
}

.select2-container {
    z-index: 9999
}

.mks_read_more a,
.submit,
.typology-button,
.widget .mks_autor_link_wrap a,
.widget .mks_read_more a,
a.mks_button,
body div.wpforms-container-full .wpforms-form .wpforms-page-button,
body div.wpforms-container-full .wpforms-form button[type=submit],
body div.wpforms-container-full .wpforms-form input[type=submit],
button,
input[type=button],
input[type=submit] {
    height: 40px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 0 20px;
    line-height: 42px;
    min-width: 160px;
    font-size: 1.1rem;
    border: 1px solid;
    font-weight: 400;
    outline: 0;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.slot-c,
.slot-l,
.slot-r {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.entry-content a.mks_button,
.hover-on,
body .meks_ess a:hover,
body .typology-section .meks_ess a:hover {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out
}

.mks_read_more a:hover,
.submit:hover,
.typology-button:hover,
.widget .mks_autor_link_wrap a:hover,
.widget .mks_read_more a:hover,
a.mks_button:hover,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
body div.wpforms-container-full .wpforms-form button[type=submit]:hover,
body div.wpforms-container-full .wpforms-form input[type=submit]:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15);
    box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15)
}

.mks_read_more a:focus,
.submit:focus,
.typology-button:focus,
.widget .mks_autor_link_wrap a:focus,
.widget .mks_read_more a:focus,
a.mks_button:focus,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:focus,
body div.wpforms-container-full .wpforms-form button[type=submit]:focus,
body div.wpforms-container-full .wpforms-form input[type=submit]:focus,
button:focus,
input[type=button]:focus,
input[type=submit]:focus {
    -webkit-box-shadow: 0 3px 7px 0 rgba(1, 1, 1, .15);
    box-shadow: 0 3px 7px 0 rgba(1, 1, 1, .15);
    text-decoration: none
}

.button-invert {
    background: 0 0;
    border: 1px solid
}

.typology-button i {
    margin-right: 5px
}

.entry-content a.mks_button {
    transition: all .1s ease-in-out
}

.hover-on,
body .meks_ess a:hover,
body .typology-section .meks_ess a:hover {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all .1s ease-in-out
}

.hover-on:hover,
body .meks_ess a:hover:hover,
body .typology-section .meks_ess a:hover:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15)!important;
    box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15)!important
}

.hover-on:focus,
body .meks_ess a:hover:focus,
body .typology-section .meks_ess a:hover:focus {
    -webkit-box-shadow: 0 3px 7px 0 rgba(1, 1, 1, .15)!important;
    box-shadow: 0 3px 7px 0 rgba(1, 1, 1, .15)!important;
    text-decoration: none!important
}

.mejs-container button {
    min-width: unset
}

.entry-content .mejs-horizontal-volume-slider {
    border-bottom: none;
    padding-bottom: none
}

.typology-header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9001;
    will-change: scroll-position
}

.typology-header .col-lg-12,
.typology-header .container {
    height: 100%;
    position: relative
}

.typology-header a {
    text-decoration: none
}

.slot-l,
.slot-r {
    position: absolute;
    z-index: 1001;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    top: 0
}

.slot-r {
    right: 0
}

.typology-header-wide .slot-r {
    right: 15px
}

.slot-c {
    margin: 0 auto;
    text-align: center;
    z-index: 1000;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.slot-c,
.slot-l,
.slot-r {
    height: 100%
}

.slot-c>div,
.slot-c>nav,
.slot-c>ul,
.slot-l>div,
.slot-l>nav,
.slot-l>ul,
.slot-r>div,
.slot-r>nav,
.slot-r>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: center
}

.site-title {
    margin-bottom: 0;
    line-height: 1.2;
    top: 0
}

.site-title img {
    max-width: 200px
}

.typology-site-description {
    font-size: 1.2rem;
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid rgba(255, 255, 255, .5);
    font-style: italic;
    top: 1px
}

.site-title,
.typology-site-description {
    position: relative
}

.typology-header .typology-site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slot-l {
    left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slot-l .typology-nav {
    padding-left: 1.5rem
}

.slot-c .typology-site-branding {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.slot-c .typology-site-branding .typology-site-description {
    border: none;
    padding: 0;
    margin: 0
}

.typology-sidebar-header .typology-site-description {
    display: none
}

.typology-sidebar-header .site-title {
    top: 0
}

.typology-header {
    position: fixed
}

.typology-cover {
    overflow: hidden
}

.typology-cover-item,
.typology-slider-wrapper-fixed {
    width: 100%
}

.typology-header.typology-header-sticky {
    height: 70px;
    z-index: 9002;
    top: -70px
}

.typology-header .typology-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.typology-header .typology-nav>li {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3;
    min-height: 4rem;
    padding: 0;
    position: relative
}

.typology-header .typology-nav a,
.typology-header .typology-nav span {
    display: block;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    -webkit-backface-visibility: hidden
}

.typology-header .typology-nav a {
    padding: 16px 14px 13px;
    line-height: 1
}

.typology-header .typology-nav span {
    padding: 13px 14px;
    line-height: 1.3;
    cursor: pointer
}

.typology-header .typology-nav i {
    font-size: 1.4rem
}

.typology-header .typology-nav>.current-menu-item,
.typology-header .typology-nav>.current-menu-parent {
    background: rgba(0, 0, 0, .1)
}

.typology-header .typology-nav li.current-menu-item:hover,
.typology-header .typology-nav li.current-menu-parent:hover {
    background: 0 0
}

.typology-header .typology-nav .sub-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    padding: 0;
    width: 200px;
    list-style: none;
    margin: 0;
    z-index: 9999;
    text-align: left;
    -webkit-box-shadow: 0 30px 50px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 30px 50px 0 rgba(0, 0, 0, .2);
    left: -9999px;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.typology-header .typology-nav .sub-menu .sub-menu {
    top: -8px
}

.typology-header .typology-nav .sub-menu li:hover .sub-menu {
    left: 100%
}

.typology-header .typology-nav .sub-menu>li:first-child .sub-menu {
    top: 0
}

.typology-header .typology-nav .sub-menu>li {
    position: relative
}

.typology-header .typology-nav li:hover>.sub-menu {
    opacity: 1;
    left: 0;
    pointer-events: auto;
    visibility: visible
}

.typology-header .typology-nav li:hover>.sub-menu .sub-menu {
    left: 100%
}

.typology-header .typology-nav li.search-action-active>.sub-menu {
    opacity: 1;
    left: 0;
    pointer-events: auto;
    visibility: visible
}

.typology-header .typology-nav .sub-menu a {
    display: block;
    width: 100%;
    padding: 8px 15px 0 20px;
    line-height: 22px;
    height: auto;
    -webkit-transition: padding .1s ease-in-out;
    -moz-transition: padding .1s ease-in-out;
    -ms-transition: padding .1s ease-in-out;
    -o-transition: padding .1s ease-in-out;
    transition: padding .1s ease-in-out
}

.typology-header .typology-nav .sub-menu>li:first-child>a {
    padding: 15px 15px 0 20px
}

.typology-header .typology-nav .sub-menu>li:last-child>a {
    padding: 8px 15px 15px 20px
}

.typology-header .typology-nav .sub-menu>li.menu-item-has-children>a:after {
    font-family: FontAwesome;
    content: "\f105";
    margin-left: 7px;
    font-size: 10px;
    float: right;
    opacity: .5
}

.typology-header .typology-nav .sub-menu>li:hover>a {
    padding-left: 25px;
    padding-right: 15px
}

.typology-header .typology-nav .sub-menu li:only-of-type a {
    padding: 15px 15px 15px 20px
}

.typology-lock,
.typology-lock .cover-letter,
.typology-lock .typology-cover-img,
.typology-lock .typology-header {
    padding-right: 17px
}

.typology-header .search-action-active>span,
.typology-header .typology-nav>li:hover>a,
.typology-header .typology-nav>li:hover>span {
    background: rgba(255, 255, 255, .1);
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .15)
}

.typology-header .typology-site-branding+.typology-main-navigation {
    padding-left: 20px
}

.typology-lock {
    overflow: hidden!important
}

.typology-sidebar-overlay {
    width: 100%;
    height: 100%;
    height: -webkit-calc(100% + 60px);
    height: calc(100% + 60px);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background: rgba(0, 0, 0, .6);
    content: '';
    display: block;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.typology-sidebar {
    width: 407px;
    height: 100%;
    position: fixed;
    padding: 160px 0 0;
    top: 0;
    right: 0;
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 9999;
    -webkit-transform: translate3D(437px, 0, 0);
    -ms-transform: translate3D(437px, 0, 0);
    transform: translate3D(437px, 0, 0);
    -webkit-transition: visibility 1ms linear .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, visibility 1ms linear .2s;
    transition: transform .2s ease, visibility 1ms linear .2s;
    transition: transform .2s ease, visibility 1ms linear .2s, -webkit-transform .2s ease
}

.typology-sidebar-open .typology-sidebar {
    -webkit-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, .5);
    box-shadow: 0 0 100px rgba(0, 0, 0, .5)
}

.typology-sidebar-open .typology-sidebar-overlay {
    opacity: 1;
    visibility: visible
}

.typology-sidebar-header-wrapper {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.typology-sidebar-header {
    position: fixed;
    width: 100%;
    left: 0;
    height: 110px;
    top: 0;
    padding: 0;
    z-index: 1000
}

.typology-sidebar-header .site-title img {
    max-height: 110px
}

.typology-header.typology-header-sticky .site-title img {
    max-height: 70px
}

.typology-sidebar-header a {
    text-decoration: none
}

.typology-sidebar-close {
    padding: 10px;
    cursor: pointer;
    color: #FFF;
    opacity: .5;
    transition: all .2s ease-in-out;
    position: relative;
    right: -10px
}

.typology-sidebar-close:hover {
    opacity: 1
}

.typology-action-button .sub-menu {
    width: 310px;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.2;
    right: 0;
    left: auto
}

.typology-action-button .sub-menu ul {
    padding: 35px 40px;
    list-style: none
}

.typology-action-button .sub-menu ul li {
    margin-bottom: 20px
}

.typology-action-button .sub-menu ul li:last-child {
    margin-bottom: 0
}

.typology-action-button .sub-menu ul a {
    position: relative;
    padding: 0 15px
}

.typology-action-button .sub-menu ul a:before {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: -8px;
    top: 8px
}

.typology-actions-list .typology-action-button.typology-mobile-visible,
.typology-header .typology-mobile-visible,
.typology-responsive-menu,
.typology-responsive-menu .typology-nav li:before {
    display: none
}

.typology-header .typology-nav li ul.typology-rev {
    left: auto!important;
    right: 0
}

.typology-header .typology-nav li .sub-menu ul.typology-rev {
    left: auto!important;
    right: 100%
}

.typology-responsive-menu .typology-nav li {
    padding-left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.typology-responsive-menu .typology-nav a {
    display: block;
    padding-bottom: 12px;
    text-transform: none
}

.comment-author .fn,
.cover-letter,
.entry-pre-title {
    text-transform: uppercase
}

.typology-responsive-menu .typology-nav .sub-menu {
    display: none;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 0;
    padding-top: 12px
}

.typology-responsive-menu .typology-nav .sub-menu a {
    padding-left: 20px
}

.typology-responsive-menu .typology-nav li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0
}

.typology-nav-widget-acordion {
    position: absolute;
    right: -5px;
    top: -4px;
    cursor: pointer;
    font-size: 18px;
    width: 32px;
    text-align: center;
    height: 31px;
    line-height: 31px
}

.menu-item-has-children span {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.typology-responsive-menu .menu-item-has-children.active>span,
.widget_pages .page_item_has_children.active>span {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.typology-header .typology-main-navigation {
    opacity: 0
}

.typology-nav .typology-action-search>.sub-menu {
    padding: 20px
}

.typology-nav .typology-social-icons {
    margin-top: 0
}

.typology-soc-menu {
    padding: 10px 20px
}

.typology-soc-menu li {
    margin-top: 5px
}

.typology-soc-menu li a {
    position: relative;
    text-decoration: none;
    display: block
}

.typology-soc-menu li a .typology-social-name {
    opacity: 1;
    display: inline-block;
    vertical-align: top;
    padding: 6px 14px
}

.typology-soc-menu li a:before {
    height: 25px;
    width: 25px;
    display: inline-block;
    border-radius: 50%;
    font-family: FontAwesome;
    text-decoration: none;
    font-size: 13px;
    color: #FFF;
    text-align: center;
    line-height: 25px
}

.typology-header .typology-social-icons .sub-menu li:only-of-type a {
    padding: 0;
    text-align: left
}

.typology-soc-menu li a[href*="/feed"]::before,
.typology-soc-menu li a[href*="/rss"]::before,
.typology-soc-menu li a[href*=feedburner]::before {
    content: "\f09e"
}

.typology-soc-menu li a[href*="@"]::before {
    content: "\f0e0"
}

.typology-soc-menu li a[href*="codepen."]::before {
    content: "\f1cb"
}

.typology-soc-menu li a[href*="digg."]::before {
    content: "\f1a6"
}

.typology-soc-menu li a[href*="dribbble."]::before {
    content: "\f17d"
}

.typology-soc-menu li a[href*="dropbox."]::before {
    content: "\f16b"
}

.typology-soc-menu li a[href*="facebook."]::before {
    content: "\f09a"
}

.typology-soc-menu li a[href*="flickr."]::before {
    content: "\f16e"
}

.typology-soc-menu li a[href*="foursquare."]::before {
    content: "\f180"
}

.typology-soc-menu li a[href*="google."]::before {
    content: "\f0d5"
}

.typology-soc-menu li a[href*="github."]::before {
    content: "\f09b"
}

.typology-soc-menu li a[href*="instagram."]::before {
    content: "\f16d"
}

.typology-soc-menu li a[href*="linkedin."]::before {
    content: "\f0e1"
}

.typology-soc-menu li a[href*="last.fm"]::before {
    content: "\f202"
}

.typology-soc-menu li a[href*="pinterest."]::before {
    content: "\f0d2"
}

.typology-soc-menu li a[href*="reddit."]::before {
    content: "\f1a1"
}

.typology-soc-menu li a[href*="soundcloud."]::before {
    content: "\f1be"
}

.typology-soc-menu li a[href*="spotify."]::before {
    content: "\f1bc"
}

.typology-soc-menu li a[href*="stumbleupon."]::before {
    content: "\f1a4"
}

.typology-soc-menu li a[href*="tumblr."]::before {
    content: "\f173"
}

.typology-soc-menu li a[href*="twitter."]::before {
    content: "\f099"
}

.typology-soc-menu li a[href*="vimeo."]::before {
    content: "\f194"
}

.typology-soc-menu li a[href*="vine."]::before {
    content: "\f1ca"
}

.typology-soc-menu li a[href*="vk."]::before {
    content: "\f189"
}

.typology-soc-menu li a[href*="wordpress."]::before {
    content: "\f19a"
}

.typology-soc-menu li a[href*="xing."]::before {
    content: "\f168"
}

.typology-soc-menu li a[href*="youtube."]::before {
    content: "\f16a"
}

.typology-soc-menu li a[href*="medium."]::before {
    content: "\f23a"
}

.typology-soc-menu li a[href*="buysellads."]::before {
    content: "\f20d"
}

.typology-soc-menu li a[href*="behance."]::before {
    content: "\f1b4"
}

.typology-soc-menu li a[href*="slack."]::before {
    content: "\f198"
}

.typology-soc-menu li a[href*="weibo."]::before {
    content: "\f18a"
}

.typology-soc-menu li a[href*="snapchat."]::before {
    content: "\f2ac "
}

.typology-soc-menu li a[href*="500px."]::before {
    content: "\f26e"
}

.typology-soc-menu li a[href*="amazon."]::before {
    content: "\f270"
}

.typology-soc-menu li a[href*="mixcloud."]::before {
    content: "\f289"
}

.typology-soc-menu li a[href*="ok.ru"]::before {
    content: "\f263"
}

.typology-actions-button .typology-soc-menu li a[href*="/feed"]:before,
.typology-actions-button .typology-soc-menu li a[href*="/rss"]:before {
    background-color: #FA9B39
}

.typology-actions-button .typology-soc-menu li a[href*="@"]:before {
    background-color: #AAA
}

.typology-actions-button .typology-soc-menu li a[href*="codepen."]:before,
.typology-actions-button .typology-soc-menu li a[href*="digg."]:before {
    background-color: #fff
}

.typology-actions-button .typology-soc-menu li a[href*="dribbble."]:before {
    background-color: #ea4c89
}

.typology-actions-button .typology-soc-menu li a[href*="dropbox."]:before {
    background-color: #007ee5
}

.typology-actions-button .typology-soc-menu li a[href*="facebook."]:before,
.typology-facebook {
    background-color: #3b5998
}

.typology-actions-button .typology-soc-menu li a[href*="flickr."]:before {
    background-color: #ff0084
}

.typology-actions-button .typology-soc-menu li a[href*="foursquare."]:before {
    background-color: #0732a2
}

.typology-actions-button .typology-soc-menu li a[href*="google."]:before,
.typology-gplus {
    background-color: #dd4b39
}

.typology-actions-button .typology-soc-menu li a[href*="github."]:before {
    background-color: #4183c4
}

.typology-actions-button .typology-soc-menu li a[href*="instagram."]:before {
    background-color: #3f729b
}

.typology-actions-button .typology-soc-menu li a[href*="linkedin."]:before,
.typology-linkedin {
    background-color: #0e76a8
}

.typology-actions-button .typology-soc-menu li a[href*="last.fm"]:before {
    background-color: #e31b23
}

.typology-actions-button .typology-soc-menu li a[href*="pinterest."]:before,
.typology-pinterest {
    background-color: #c8232c
}

.typology-actions-button .typology-soc-menu li a[href*="reddit."]:before,
.typology-reddit {
    background-color: #369
}

.typology-actions-button .typology-soc-menu li a[href*="soundcloud."]:before {
    background-color: #f50
}

.typology-actions-button .typology-soc-menu li a[href*="spotify."]:before {
    background-color: #81b900
}

.typology-actions-button .typology-soc-menu li a[href*="stumbleupon."]:before,
.typology-stumbleupon {
    background-color: #ff2618
}

.typology-actions-button .typology-soc-menu li a[href*="tumblr."]:before {
    background-color: #34526f
}

.typology-actions-button .typology-soc-menu li a[href*="twitter."]:before,
.typology-twitter {
    background-color: #55acee
}

.typology-actions-button .typology-soc-menu li a[href*="vimeo."]:before {
    background-color: #1AB7EA
}

.typology-actions-button .typology-soc-menu li a[href*="vine."]:before {
    background-color: #00d9a3
}

.typology-actions-button .typology-soc-menu li a[href*="vk."]:before {
    background-color: #4e729a
}

.typology-actions-button .typology-soc-menu li a[href*="wordpress."]:before {
    background-color: #21759b
}

.typology-actions-button .typology-soc-menu li a[href*="xing."]:before {
    background-color: #026466
}

.typology-actions-button .typology-soc-menu li a[href*="youtube."]:before {
    background-color: #c4302b
}

.typology-actions-button .typology-soc-menu li a[href*="medium."]:before {
    background-color: #57ad68
}

.typology-actions-button .typology-soc-menu li a[href*="buysellads."]:before {
    background-color: #c90100
}

.typology-actions-button .typology-soc-menu li a[href*="behance."]:before {
    background-color: #1769ff
}

.typology-actions-button .typology-soc-menu li a[href*="slack."]:before {
    background-color: #6ecadc
}

.typology-actions-button .typology-soc-menu li a[href*="weibo."]:before {
    background-color: #B53434
}

.typology-actions-button .typology-soc-menu li a[href*="snapchat."]:before {
    background-color: #FFFC00
}

.typology-actions-button .typology-soc-menu li a[href*="500px."]:before {
    background-color: #0099e5
}

.typology-actions-button .typology-soc-menu li a[href*="amazon."]:before {
    background-color: #f90
}

.typology-actions-button .typology-soc-menu li a[href*="mixcloud."]:before {
    background-color: #314359
}

.typology-actions-button .typology-soc-menu li a[href*="ok.ru"]:before {
    background-color: #ed812b
}

.typology-actions-button .typology-soc-menu li {
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.typology-actions-button .typology-soc-menu li:hover {
    padding-left: 5px
}

.typology-footer {
    padding: 0
}

.typology-footer .container>.typology-footer-sidebar {
    margin-bottom: 8rem
}

.typology-footer .typology-footer-sidebar {
    padding-right: 50px;
    padding-left: 50px
}

.typology-footer .container {
    max-width: 1270px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.typology-footer .widget p:last-child {
    margin-bottom: 0
}

.typology-footer-sidebar {
    margin-bottom: 50px
}

.typology-flat .typology-footer .widget:only-of-type {
    margin-top: 6rem
}

.page .typology-single-post .typology-featured-image:after,
.page .typology-single-post:after,
.single .typology-single-post .typology-featured-image:after,
.single .typology-single-post:after {
    display: none
}

.typology-social-icons,
body .typology-section .meks_ess {
    margin-top: 1.6rem;
    margin-bottom: 0
}

body .typology-section .meks_ess {
    margin-left: -15px
}

.entry-content .typology-social-icons a,
.entry-content .typology-social-icons a:hover {
    border-bottom: 0;
    background-image: none!important
}

body .typology-section .meks_ess a:hover {
    background-image: none!important
}

.entry-content .typology-social-icons {
    margin: 0 0 3.6rem;
    padding-top: 1.6rem
}

.typology-social-icons a,
body .typology-section .meks_ess a {
    height: 50px;
    color: #FFF;
    text-align: center;
    margin-right: 0;
    margin-left: 15px;
    line-height: 5rem;
    font-size: 1.8rem;
    margin-bottom: 15px;
    min-width: 100px
}

body .typology-section .meks_ess a {
    font-size: 1.6rem
}

body .typology-section .meks_ess.no-labels a {
    font-size: 1.8rem
}

body .typology-section .meks_ess.rounded a {
    border-radius: 40px
}

body .typology-section .meks_ess.circle a,
body .typology-section .meks_ess.square a,
body .typology-section .meks_ess.transparent.no-labels a {
    width: 50px
}

body .typology-section .meks_ess.transparent a {
    min-width: auto;
    margin-left: 15px;
    padding: 0 9px;
    font-size: 16px
}

.typology-facebook {
    background: #3b5998
}

.typology-twitter {
    background: #55acee
}

.typology-pinterest {
    background: #c8232c
}

.typology-reddit {
    background-color: #369
}

.typology-stumbleupon {
    background-color: #ff2618
}

.typology-gplus {
    background-color: #dd4b39
}

.typology-linkedin {
    background-color: #0e76a8
}

.typology-mailto {
    background-color: #95a5a6
}

.typology-whatsapp {
    background-color: #00e676
}

.avatar {
    border-radius: 50%
}

.typology-author-links a {
    text-decoration: none;
    margin-right: 1.5rem
}

.typology-single-sticky {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 95px;
    background: #FFF;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    z-index: 999;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translate3d(0, 110px, 0);
    transform: translate3d(0, 110px, 0)
}

.typology-single-sticky a {
    text-decoration: none;
    font-size: 1.4rem
}

.typology-single-sticky .typology-sticky-content,
.typology-single-sticky.typology-single-sticky-show {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.typology-sticky-content {
    max-width: 1170px;
    margin: 0 auto;
    height: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.typology-show-meta .meta,
.typology-show-prev-next .prev-next {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.typology-show-meta .prev-next,
.typology-show-prev-next .meta {
    height: 0
}

.typology-header-wide .typology-sticky-content {
    max-width: 100%;
    padding: 0 35px
}

.typology-sticky-l,
.typology-sticky-r,
.widget {
    max-width: 300px
}

.typology-flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 95px
}

.prev-next .typology-sticky-l,
.prev-next .typology-sticky-r {
    min-width: 300px
}

.typology-prev-next-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.typology-prev-next-nav .typology-next-link a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right
}

.cover-item-container,
.typology-sticky-c {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.typology-sticky-l .typology-pn-ico {
    margin-right: 2rem
}

.typology-sticky-r .typology-pn-ico {
    margin-left: 2rem
}

.typology-prev-next-nav .typology-pn-link {
    line-height: 2rem
}

.typology-sticky-c {
    text-align: center;
    flex-direction: column
}

.typology-sticky-author img,
.typology-sticky-comments i {
    margin-right: 1rem
}

.typology-sticky-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sticky-author-date {
    display: block
}

.sticky-author-date,
.typology-sticky-c {
    font-size: 1.2rem
}

.page .section-content .typology-single-post,
.single .section-content .typology-single-post {
    padding-bottom: 0;
    margin-bottom: 0;
    width: 100%
}

.entry-tags,
.mejs-container,
.typology-link-pages {
    margin-bottom: 3.6rem
}

.comment-content a,
.comment-reply-link,
.entry-content a,
.logged-in-as a,
.textwidget a,
.typology-footer .widget p a {
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid;
    -webkit-transition: border-bottom .1s ease-in-out;
    -o-transition: border-bottom .1s ease-in-out;
    transition: border-bottom .1s ease-in-out
}

.comment-content a:hover,
.comment-reply-link:hover,
.entry-content a:hover,
.logged-in-as a:hover,
.textwidget a:hover,
.typology-footer .widget p a:hover,
.widget .textwidget a:hover {
    border-bottom: 1px solid transparent
}

.typology-button-social,
.typology-icon-social {
    height: 40px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 0 20px;
    line-height: 42px;
    font-size: 1.1rem;
    border: 1px solid;
    font-weight: 400;
    outline: 0;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    min-width: 1px
}

.typology-link-pages a,
.typology-link-pages>span,
.widget .meks-instagram-follow-link a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transition: all .1s ease-in-out;
    text-decoration: none
}

.typology-button-social:hover,
.typology-icon-social:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15);
    box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15)
}

.typology-button-social:focus,
.typology-icon-social:focus {
    -webkit-box-shadow: 0 3px 7px 0 rgba(1, 1, 1, .15);
    box-shadow: 0 3px 7px 0 rgba(1, 1, 1, .15);
    text-decoration: none
}

.typology-button-social {
    width: 160px
}

.typology-icon-social {
    width: 40px;
    padding: 0 10px
}

.typology-link-pages {
    display: block
}

.typology-link-pages a,
.typology-link-pages>span {
    font-size: 1.1rem;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #333!important;
    color: #333;
    display: inline-block;
    min-width: 40px;
    margin: 0 4px;
    height: 40px;
    padding-bottom: 0;
    transform: translateY(0);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.typology-link-pages>span {
    background: #333;
    color: #FFF
}

.typology-link-pages a:hover {
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15);
    box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15)
}

.entry-content .entry-tags:first-child {
    margin-top: 6rem
}

.sticky-author-title {
    line-height: 1.6
}

.page-template-template-authors .entry-content>.typology-author {
    margin-top: 9rem
}

.page-template-template-authors .typology-author {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 9rem;
    padding-bottom: 10rem;
    position: relative
}

.page-template-template-authors .typology-author h5 {
    margin-bottom: 2rem
}

.page-template-template-authors .typology-author:after {
    background: rgba(51, 51, 51, .2);
    content: "";
    height: 1px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px
}

.page-template-template-blank .typology-cover,
.page-template-template-blank .typology-cover-empty,
.widget_calendar table tfoot {
    background: 0 0
}

.page-template-template-authors .typology-author:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.page-template-template-authors .typology-author:last-child:after {
    content: none
}

.widget {
    margin-bottom: 5rem;
    margin-right: auto;
    margin-left: auto
}

.widget:only-of-type {
    margin-bottom: 0
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget ul ul {
    margin-top: 1rem
}

.widget ul li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1.2rem;
    line-height: 1.5
}

.widget a {
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.typology-responsive-menu ul li:before,
.typology_category_widget ul li:before,
.widget_archive ul li:before,
.widget_categories ul li:before,
.widget_meta ul li:before,
.widget_nav_menu ul li:before,
.widget_pages ul li:before,
.widget_recent_comments ul li:before,
.widget_recent_entries ul li:before,
.widget_rss ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.widget_calendar table {
    background: 0 0;
    width: 100%;
    table-layout: fixed;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.widget_calendar table thead {
    font-size: 1.2rem
}

.widget_calendar table thead th {
    text-align: center
}

.widget_calendar table tbody td {
    font-size: 1.4rem;
    text-align: center;
    padding: 10px 0
}

.widget_calendar table tfoot tr #next {
    text-align: right
}

.widget_calendar table caption {
    font-size: 1.2rem;
    position: absolute;
    top: -5px;
    right: 0
}

.widget_calendar,
.widget_calendar #today {
    position: relative
}

.widget_calendar table tbody td a {
    display: inline-block;
    min-width: 16px;
    height: 25px;
    border-bottom: 1px solid;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.widget_calendar table tbody td a:hover {
    min-width: 20px
}

.widget_calendar {
    padding: 0
}

.widget_calendar .widget-title {
    padding: 0 0 2rem;
    margin-bottom: 0
}

.widget_calendar #today:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: -15px 0 0 -15px
}

.widget .mks_read_more a,
.widget .typology-icon-button {
    width: 100%
}

.rssSummary,
.typology-button-search {
    margin-top: 1rem
}

.entry-tags a,
.widget_tag_cloud a {
    font-size: 12px!important;
    display: inline-block;
    vertical-align: top;
    padding: 9px 20px;
    height: 30px;
    line-height: 1;
    margin-right: 2px;
    margin-bottom: 7px;
    background: rgba(0, 0, 0, .07);
    border: none
}

.entry-tags a:hover,
.widget_tag_cloud a:hover {
    border: none
}

.widget .post-date {
    display: block;
    font-size: 1.4rem
}

.rss-widget-icon {
    display: none
}

.rss-date {
    display: block;
    font-size: 1.2rem
}

.widget_rss cite {
    margin-top: 1rem;
    display: block
}

.mks_ads_widget ul {
    text-align: center
}

.mks_ads_widget .widget-title {
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align: center
}

.widget.mks_ads_widget li {
    padding: 0
}

.widget.mks_ads_widget .small li,
.widget.mks_ads_widget ul.custom li,
.widget.mks_adswidget_ul.custom li,
.widget.mks_adswidget_ul.small li {
    margin-bottom: 15px;
    margin-right: 11px
}

.mks_author_widget h3 {
    font-size: 1.8rem
}

.mks_author_widget p,
.mks_social_widget p {
    margin: 0 0 1.8rem
}

.mks_author_widget p:last-child {
    margin-bottom: 0
}

.mks_themeforest_widget {
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 2.2rem
}

.mks_themeforest_widget .widget-title {
    text-align: center
}

.widget.mks_author_widget img {
    margin: 5px 20px 0 0
}

.widget .mks_read_more {
    margin-bottom: 0;
    margin-top: 18px
}

.widget ul.flickr li,
ul.flickr li {
    padding: 0
}

ul.flickr a img {
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1
}

.mks_flickr_widget a {
    position: relative
}

.mks_flickr_widget a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0
}

.mks_flickr_widget a:hover:after {
    opacity: .2
}

ul.mks_social_widget_ul li {
    margin-bottom: 2px
}

.typology-search-form {
    position: relative
}

.entry-content .typology-button-search {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 50px;
    height: 100%;
    min-width: 100px;
    margin: 0
}

.error404 .widget .typology-search-form {
    margin: 0
}

.error404 .typology-search-form {
    max-width: 420px
}

.entry-content input[type=text] {
    max-width: 100%;
    margin-right: 1rem
}

.typology_posts_widget .post {
    position: relative;
    margin-bottom: 2rem;
    display: block
}

.typology_posts_widget .post-letter {
    font-size: 10rem;
    left: 0
}

.typology_posts_widget h6 {
    margin-bottom: 0
}

.typology_posts_widget .entry-meta {
    margin-top: .4rem
}

.style-timeline .post {
    padding: 0 0 0 70px
}

.style-dropcap .post {
    padding: 0 0 0 32px
}

.style-timeline .post-date {
    position: absolute;
    top: 10px;
    left: 3px;
    text-align: center
}

.style-timeline .post-date-day {
    font-size: 2.7rem;
    display: block;
    line-height: .5
}

.style-timeline .post-date-month {
    font-size: 1rem
}

.typology_posts_widget .style-timeline .post:before {
    height: 100%;
    width: 1px;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 54px;
    background: rgba(0, 0, 0, .1)
}

.typology_posts_widget .style-timeline .post {
    margin-bottom: 0;
    padding-bottom: 2rem
}

.typology_posts_widget .style-timeline .post:last-child {
    padding-bottom: 0
}

.style-thumbnail .entry-image {
    float: left;
    max-width: 70px;
    margin-right: 15px
}

.widget .mejs-controls .mejs-button button {
    min-width: unset
}

.widget .mejs-overlay-button {
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6)
}

.widget .gallery .gallery-item a:after {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.widget .meks-instagram-follow-link a {
    height: 40px;
    display: inline-block;
    text-align: center;
    padding: 0 20px;
    line-height: 40px;
    min-width: 160px;
    font-size: 1.1rem;
    border: 1px solid;
    font-weight: 400;
    outline: 0;
    transform: translateY(0);
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.comment-form label {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 10px
}

.comment-respond {
    width: 100%
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    float: left;
    width: 33.33%;
    padding: 0 15px 0 0;
    margin-bottom: 20px
}

.comment-form-url {
    padding: 0
}

.comment-form p {
    margin-bottom: 5px
}

.comment-form p:last-child,
.comment-respond {
    margin-bottom: 0
}

.form-submit {
    margin-top: 25px;
    clear: both;
    display: inline-block
}

.comment .comment-respond .comment-form-comment label,
.comment-list .says {
    display: none
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 8rem 0 0;
    clear: both
}

.comment-content,
.reply {
    margin-left: 95px
}

.comment-list li {
    list-style: none
}

.comment-list .avatar {
    border-radius: 50%;
    float: left;
    margin-right: 15px
}

.comment-author b {
    font-size: 18px
}

.comment-list .comment-metadata {
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 12px
}

.comment-meta a {
    text-decoration: none
}

.reply {
    font-size: 1.4rem
}

.comment-reply-link {
    text-decoration: none
}

.comment-content p {
    margin-bottom: 1.3rem
}

.comment-body {
    margin-bottom: 6rem
}

.comment-list .children {
    margin-left: 98px;
    padding: 0
}

.comment-list .comment-respond {
    margin-bottom: 35px
}

.comment .comment-respond {
    margin: 0 0 6rem;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 5rem;
    position: relative
}

.comment-form {
    position: relative
}

#cancel-comment-reply-link {
    font-size: 0
}

#cancel-comment-reply-link:after {
    position: absolute;
    top: -20px;
    right: -20px;
    content: "\f00d";
    font-family: FontAwesome;
    height: 40px;
    width: 40px;
    color: #FFF;
    border-radius: 50%;
    font-size: 1.4rem;
    text-align: center;
    line-height: 40px;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

#cancel-comment-reply-link:hover:after {
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15);
    box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15)
}

#cancel-comment-reply-link:focus:after {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 5px 10px 0 rgba(1, 1, 1, .15);
    box-shadow: 0 5px 10px 0 rgba(1, 1, 1, .15);
    text-decoration: none
}

.comment-reply-title {
    float: right
}

.comment-form .logged-in-as,
.comment-notes {
    margin-bottom: 25px
}

.pingback .comment-content,
.trackback .comment-content {
    margin-left: 0
}

.bypostauthor .comment-author {
    position: relative
}

.bypostauthor .comment-author:before {
    content: "\f007";
    font-family: FontAwesome;
    font-size: 11px;
    line-height: 27px;
    height: 30px;
    width: 30px;
    color: #FFF;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: -9px;
    top: -6px;
    border: 2px solid #FFF
}

#switcher_wrap .buy_now,
#switcher_wrap h3,
#switcher_wrap h4,
#switcher_wrap h5,
#switcher_wrap label,
#switcher_wrap p,
#switcher_wrap select,
.customizer-button {
    font-family: Arial, sans-serif
}

.comment-subscription-form label {
    font-size: 1.4rem
}

.comment-subscription-form [type=checkbox],
.comment-subscription-form [type=radio] {
    vertical-align: -2px
}

.comment .comment-respond .submit {
    min-width: 190px
}

.comment-list>li:last-child>.comment-body+.comment-respond {
    margin-top: 6rem
}

article:only-of-type {
    background: 0 0
}

.comment-list li:last-child .children li:last-child article {
    margin-bottom: 0
}

.comment-list li:last-child .children li:only-of-type article {
    margin-bottom: 3rem
}

.typology-comments-pagination ul {
    margin: 0;
    padding: 0
}

.typology-comments-pagination li {
    list-style: none;
    display: inline-block
}

.typology-comments-pagination .page-numbers {
    min-width: 30px;
    line-height: 30px;
    height: 30px
}

.typology-comments-pagination .page-numbers i {
    position: relative;
    top: 1px;
    left: -1px
}

.typology-comments-pagination .next i {
    left: 1px
}

.typology-comments-pagination span {
    height: 30px;
    line-height: 30px
}

.comment-form-cookies-consent input[type=checkbox] {
    position: relative;
    top: 2px;
    margin-right: 8px
}

#wp-comment-cookies-consent {
    margin-right: 7px;
    position: relative;
    top: 2px
}

.typology-cover {
    position: relative;
    text-align: center
}

.cover-item-container {
    max-width: 950px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    min-height: 445px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.typology-cover .entry-title {
    margin-bottom: 2rem
}

.typology-cover .entry-footer {
    margin-top: 2rem
}

.typology-cover-content {
    position: relative;
    height: 100%
}

.typology-cover-item {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 155px 0 215px;
    background: 0 0
}

.typology-flat .typology-cover-item {
    padding: 195px 0
}

.typology-flat .typology-cover-slider .owl-dots {
    bottom: 75px
}

.cover-letter {
    line-height: 1.2;
    color: rgba(0, 0, 0, .1);
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-user-select: none;
    user-select: none
}

.entry-pre-title {
    color: #FFF
}

.typology-cover .entry-title a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-shadow: 0 0 0 transparent;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.typology-cover .entry-title:hover a {
    text-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

.typology-cover-overlay:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1
}

.typology-cover-img {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0
}

.typology-cover-img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%
}

.typology-cover-slider {
    max-height: 90vh;
    overflow: hidden
}

.typology-cover-slider.owl-loaded {
    max-height: initial;
    overflow: initial
}

.typology-slider-wrapper-fixed {
    height: 100%
}

.typology-cover-img video {
    position: fixed;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto
}

.typology-cover-wrap {
    position: relative;
    height: 100%
}

.typology-cover-item-no-bg {
    background: 0 0!important
}

.typology-slider-wrapper {
    position: relative;
    z-index: 50
}

.typology-scroll-down-arrow {
    display: none;
    position: absolute;
    bottom: 100px;
    left: 50%;
    font-size: 40px;
    color: #fff;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.typology-cover-empty .typology-scroll-down-arrow,
.typology-fallback-video-img {
    display: none
}

.wp-block-latest-comments {
    padding-left: 0
}

.wp-block-latest-comments__comment-date {
    margin-top: 10px
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 20px
}

.wp-block-button__link {
    font-size: 1.1rem;
    line-height: 24px;
    padding: 9px 24px 6px;
    outline: 0;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link {
    border-bottom: 1px solid transparent!important
}

.wp-block-button__link:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15);
    box-shadow: 0 10px 20px 0 rgba(1, 1, 1, .15);
    border-bottom: 1px solid currentcolor;
    text-decoration: none
}

.wp-block-button__link:focus {
    -webkit-box-shadow: 0 3px 7px 0 rgba(1, 1, 1, .15);
    box-shadow: 0 3px 7px 0 rgba(1, 1, 1, .15);
    text-decoration: none
}

.entry-content .wp-block-button__link {
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.is-style-outline .wp-block-button__link:hover {
    border-bottom: 2px solid currentcolor
}

@media (min-width:600px) {
    .wp-block-column:not(: last-child), .wp-block-column:nth-child(odd) {
        margin-right: 18px
    }
    .wp-block-column:not(:first-child),
    .wp-block-column:nth-child(even) {
        margin-left: 18px
    }
}

.entry-content .wp-block-pullquote blockquote p:last-child,
.wp-block-column p:only-of-type {
    margin-bottom: 0
}

@media (max-width:782px) {
    .wp-block-columns {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (max-width:660px) {
    .wp-block-columns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .wp-block-columns .wp-block-column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-left: 0!important;
        margin-right: 0!important
    }
    .entry-content .wp-block-pullquote,
    .entry-content .wp-block-quote {
        margin-top: 2rem;
        margin-bottom: 2rem
    }
    .wp-block-column,
    .wp-block-embed,
    .wp-block-image,
    .wp-block-media-text,
    .wp-block-pullquote.is-style-solid-color blockquote p,
    .wp-block-separator,
    .wp-block-table {
        margin-bottom: 2rem
    }
    .wp-block-gallery {
        margin-bottom: 4px
    }
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image h2 {
    position: relative;
    z-index: 2
}

.wp-block-cover-image.aligncenter {
    margin: 0 0 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2 {
    line-height: 1.4;
    padding: 36px
}

.wp-block-cover,
.wp-block-cover-image {
    margin-bottom: 30px
}

.wp-block-cover__inner-container p:last-child {
    margin-bottom: 0
}

.blocks-gallery-item figure a {
    color: #333;
    border: none;
    padding: 0
}

.blocks-gallery-item figure a:hover {
    border: none
}

.wp-block-gallery.owl-carousel .blocks-gallery-item {
    margin: 0
}

body .entry-content .blocks-gallery-item a,
body .entry-content .blocks-gallery-item a:hover {
    border-bottom: 0 none transparent
}

.wp-block-gallery .blocks-gallery-item {
    overflow: hidden;
    margin-bottom: 2px
}

.wp-block-gallery {
    margin: 0 0 3.6rem
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 320px;
    width: 100%;
    margin-right: 30px;
    margin-bottom: 0
}

.wp-block-gallery.columns-2 .blocks-gallery-image,
.wp-block-gallery.columns-2 .blocks-gallery-item {
    width: -webkit-calc((100% - 2px * 2)/ 2);
    width: calc((100% - 2px * 2)/ 2);
    margin-right: 2px
}

.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
    width: -webkit-calc((100% - 2px * 2)/ 3);
    width: calc((100% - 2px * 2)/ 3);
    margin-right: 2px
}

.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item {
    width: -webkit-calc((100% - 2px * 3)/ 4);
    width: calc((100% - 2px * 3)/ 4);
    margin-right: 2px
}

.wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item {
    width: -webkit-calc((100% - 2px * 4)/ 5);
    width: calc((100% - 2px * 4)/ 5);
    margin-right: 2px
}

.wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item {
    width: -webkit-calc((100% - 2px * 5)/ 6);
    width: calc((100% - 2px * 5)/ 6);
    margin-right: 2px
}

.wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item {
    width: -webkit-calc((100% - 2px * 6)/ 7);
    width: calc((100% - 2px * 6)/ 7);
    margin-right: 2px
}

.wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item {
    width: -webkit-calc((100% - 2px * 7)/ 8);
    width: calc((100% - 2px * 7)/ 8);
    margin-right: 2px
}

.alignfull img,
.entry-content iframe,
.entry-content video,
table {
    width: 100%
}

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child,
.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0
}

.wp-block-image .alignleft,
.wp-block-image .alignright {
    margin-bottom: 10px;
    position: relative
}

.wp-block-image .alignleft {
    margin-right: 30px
}

.wp-block-image .alignright {
    margin-left: 30px
}

.wp-block-image figcaption {
    text-align: center;
    font-size: 1.3rem;
    margin-top: 8px;
    margin-bottom: 0
}

@media (max-width:630px) {
    .wp-block-image .alignleft,
    .wp-block-image .alignright {
        float: none;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0
    }
    .wp-block-image .alignleft figcaption,
    .wp-block-image .alignright figcaption {
        text-align: left
    }
}

.wp-block-audio.aligncenter,
.wp-block-pullquote.aligncenter {
    text-align: center
}

.wp-block-video video {
    max-width: 100%
}

.wp-block-audio figcaption {
    margin-top: 8px;
    margin-bottom: 0
}

.wp-block-audio audio {
    min-width: 270px
}

p.wp-block-subhead {
    font-style: normal;
    opacity: 1;
    line-height: 1.35
}

p.has-drop-cap:not(:focus)::first-letter {
    font-size: 8rem;
    margin: 20px 20px 0 0
}

.wp-block-preformatted {
    white-space: nowrap;
    overflow: auto
}

.wp-block-pullquote {
    padding: 0
}

.wp-block-pullquote blockquote {
    border-left: none;
    border-right: none;
    margin-top: 0;
    margin-bottom: 0
}

.wp-block-pullquote blockquote:before {
    display: none
}

.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 24px;
    line-height: 36px
}

.wp-block-pullquote blockquote cite {
    font-size: 18px
}

.wp-block-pullquote blockquote p {
    margin-bottom: 26px
}

.wp-block-pullquote.is-style-solid-color blockquote {
    border: none;
    text-align: center
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-gallery.aligncenter,
.wp-block-gallery.alignnone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.is-style-solid-color.alignleft blockquote p,
.wp-block-pullquote.is-style-solid-color.alignright blockquote p {
    font-size: 18px;
    line-height: 30px
}

.entry-content .wp-block-pullquote.alignleft,
.entry-content .wp-block-pullquote.alignright,
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px
}

.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
    text-align: left;
    padding: 40px
}

.wp-block-audio.aligncenter,
.wp-block-pullquote.aligncenter {
    text-align: center
}

.wp-block-pullquote.aligncenter:before {
    left: 50%;
    margin-left: -11px
}

.wp-block-pullquote.alignleft {
    text-align: left;
    margin-right: 30px;
    margin-bottom: 10px
}

.wp-block-pullquote.alignright {
    text-align: left;
    margin-left: 30px;
    margin-bottom: 10px
}

.wp-block-pullquote.alignleft cite,
.wp-block-pullquote.alignright cite {
    font-size: 75%
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 350px
}

.wp-block-pullquote.alignright:before {
    left: auto;
    right: -35px
}

.wp-block-pullquote cite,
.wp-block-quote cite {
    font-size: 80%
}

.wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto
}

.wp-block-pullquote.is-style-solid-color.alignfull blockquote,
.wp-block-pullquote.is-style-solid-color.alignwide blockquote {
    padding-left: 0;
    padding-right: 0
}

blockquote.aligncenter:after {
    margin-left: auto;
    margin-right: auto
}

blockquote.alignright:after {
    margin-left: auto
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    text-align: center;
    font-size: 18px
}

.entry-content .wp-block-pullquote,
.entry-content .wp-block-quote {
    margin-top: 6rem;
    margin-bottom: 6rem
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
    padding: 80px 80px 70px
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    padding: 8rem 8rem 7rem
}

@media (max-width:800px) {
    .wp-block-pullquote.alignleft,
    .wp-block-pullquote.alignright {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:630px) {
    .wp-block-pullquote blockquote,
    .wp-block-quote.is-large,
    .wp-block-quote.is-style-large,
    .wp-block-quote:not(.is-large):not(.is-style-large) {
        padding: 30px
    }
    .entry-content .wp-block-quote {
        margin-top: 4rem;
        margin-bottom: 4rem
    }
    .wp-block-pullquote p,
    .wp-block-pullquote.is-style-solid-color blockquote p,
    .wp-block-quote.is-large p,
    .wp-block-quote.is-style-large p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 1.5rem
    }
    .entry-content .wp-block-pullquote.is-style-solid-color blockquote p,
    .wp-block-pullquote p,
    .wp-block-pullquote.is-style-solid-color blockquote p,
    .wp-block-quote.is-large p,
    .wp-block-quote.is-style-large p {
        margin-bottom: 1.5rem
    }
    .wp-block-pullquote.is-style-solid-color.alignfull blockquote,
    .wp-block-pullquote.is-style-solid-color.alignwide blockquote {
        padding-left: 30px;
        padding-right: 30px
    }
}

.wp-block-separator {
    clear: both;
    max-width: 200px;
    border-bottom-width: 0
}

.wp-block-separator.is-style-wide {
    max-width: 100%;
    border-bottom-width: 0
}

.wp-block-table.is-style-stripes {
    border-bottom: none;
    border-left: none;
    border-top: 0
}

@media (max-width:680px) {
    .wp-block-table td,
    .wp-block-table th {
        padding: 5px
    }
}

.wp-block-calendar tfoot a {
    color: inherit;
    text-decoration: none
}

.wp-block-calendar #prev {
    text-align: left
}

.wp-block-calendar #next {
    text-align: right
}

.wp-block-calendar table th {
    background: 0 0;
    text-align: center
}

.wp-block-calendar table {
    border: none
}

.wp-block-calendar caption {
    caption-side: top;
    text-align: center
}

.entry-content .wp-block-rss li,
.wp-block-rss li {
    margin-bottom: 20px
}

.wp-block-rss {
    list-style: disc;
    padding-left: 20px
}

.wp-block-search .wp-block-search__button {
    margin-left: 0;
    margin-top: 20px
}

.entry-content .wp-block-tag-cloud a,
.wp-block-tag-cloud a {
    font-size: 12px!important;
    display: inline-block;
    vertical-align: top;
    padding: 9px 20px;
    height: 30px;
    line-height: 1;
    margin-right: 2px;
    margin-bottom: 7px;
    background: rgba(0, 0, 0, .07);
    border: none
}

.entry-content .alignwide {
    width: 140%;
    margin-left: -20%;
    max-width: 100vw
}

body:not(.typology-flat) .entry-content .alignfull {
    position: relative
}

.typology-flat .entry-content .alignfull {
    position: relative;
    max-width: initial
}

.entry-content .fluid-width-video-wrapper,
.wp-block-audio,
.wp-block-calendar,
.wp-block-column,
.wp-block-embed,
.wp-block-image,
.wp-block-media-text,
.wp-block-search,
.wp-block-separator,
.wp-block-table {
    margin-bottom: 3.6rem
}

@media (max-width:630px) {
    .entry-content .fluid-width-video-wrapper,
    .wp-block-audio,
    .wp-block-calendar,
    .wp-block-column,
    .wp-block-embed,
    .wp-block-image,
    .wp-block-media-text,
    .wp-block-search,
    .wp-block-separator,
    .wp-block-table {
        margin-bottom: 2rem
    }
}

@media (max-width:1035px) {
    .entry-content .alignwide {
        width: 100%;
        margin-left: 0;
        max-width: 100vw
    }
}

@media (max-width:1366px) {
    .typology-cover-item {
        min-height: 100vh
    }
    .typology-cover {
        height: -webkit-calc(100vh + 13.9rem);
        height: calc(100vh + 13.9rem)
    }
    .cover-letter {
        font-size: 50rem
    }
    .typology-cover-slider .owl-next,
    .typology-cover-slider .owl-prev {
        width: 15%
    }
    .typology-cover-slider .owl-next i,
    .typology-cover-slider .owl-prev i {
        font-size: 20rem;
        margin-top: -100px
    }
    .typology-flat .typology-cover {
        height: -webkit-calc(100vh);
        height: calc(100vh)
    }
    .typology-scroll-down-arrow {
        display: block
    }
}

@media (max-width:1260px) {
    .typology-section {
        width: 93%
    }
    .typology-header .container {
        max-width: 93%
    }
    .typology-header-wide .typology-header .container {
        max-width: 100%
    }
    .slot-l {
        left: 0
    }
    .slot-r {
        right: -15px
    }
    .typology-single-sticky {
        padding: 0 20px
    }
}

@media (max-width:1100px) {
    .cover-item-container {
        max-width: 850px
    }
}

@media (max-width:1024px) {
    .typology-post {
        margin-bottom: 7rem;
        padding-bottom: 8rem
    }
    .post-letter {
        left: -7rem
    }
    .section-head {
        margin-bottom: 6rem
    }
    .typology-section {
        padding: 10rem 14% 11rem;
        margin-bottom: 8rem
    }
    .typology-post.typology-layout-b:first-child {
        padding-top: 0
    }
    .typology-post.typology-layout-b {
        padding-left: 14rem;
        padding-bottom: 7rem;
        margin-bottom: 0;
        padding-top: 6rem
    }
    .typology-post.typology-layout-b:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0
    }
    .cover-item-container {
        max-width: 750px
    }
    .owl-nav {
        display: none
    }
    .typology-cover .entry-title,
    .typology-cover h1 {
        font-size: 5.4rem!important
    }
    .typology-layout-c.typology-post {
        padding: 0 10px
    }
    .typology-footer .widget {
        font-size: 1.2rem!important
    }
    .section-content-a .typology-ad-between-posts {
        margin-bottom: 100px
    }
}

@media (max-width:1000px) {
    .typology-cover .entry-title,
    .typology-cover h1 {
        font-size: 4.8rem!important
    }
    .cover-item-container {
        max-width: 650px
    }
    .page.typology-single-post .entry-header {
        margin-top: 4rem
    }
    .section-content-b .typology-ad-between-posts,
    .typology-post.typology-layout-b {
        padding-left: 10rem
    }
    .typology-layout-b .post-date {
        left: -140px
    }
    .entry-footer .typology-button {
        min-width: 145px
    }
}

@media (max-width:800px) {
    .typology-cover .entry-title,
    .typology-cover h1 {
        font-size: 4.8rem!important
    }
    .cover-item-container {
        max-width: 610px
    }
    .cover-letter {
        font-size: 60rem
    }
    .typology-header .container {
        max-width: 90%
    }
    .typology-section {
        width: 90%
    }
    .entry-meta {
        line-height: 1.5
    }
    /*.typology-footer .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }*/
    .h1,
    h1 {
        font-size: 4rem!important
    }
    .h2,
    h2 {
        font-size: 3.6rem!important
    }
    .h3,
    h3 {
        font-size: 3.2rem!important
    }
    .h4,
    h4 {
        font-size: 2.8rem!important
    }
    .h5,
    .typology-layout-c .h4,
    h5 {
        font-size: 2.4rem!important
    }
    .h6,
    h6 {
        font-size: 2rem!important
    }
    .h6.section-title {
        font-size: 1.5rem!important;
        line-height: 1.6
    }
    .typology-pagination {
        height: auto;
        min-height: 40px;
        padding-top: 7rem;
        margin-top: 7rem
    }
    .typology-pagination .infinite-scroll a,
    .typology-pagination .load-more a,
    .typology-pagination .nav-links .next,
    .typology-pagination .nav-links .prev,
    .typology-pagination .next a,
    .typology-pagination .prev a {
        width: 49%;
        min-width: auto
    }
    .typology-pagination .infinite-scroll a,
    .typology-pagination .load-more a {
        max-width: 160px
    }
    .typology-pagination .nav-links {
        padding-top: 50px
    }
    blockquote,
    q {
        padding: 7rem 7rem 6rem;
        font-size: 1.8rem
    }
    .aligncenter,
    .alignleft,
    .alignright {
        max-width: 100%;
        clear: both;
        float: none;
        display: block;
        margin: 0 auto 3.6rem
    }
    .prev-next .typology-sticky-l,
    .prev-next .typology-sticky-r {
        min-width: 250px;
        max-width: 250px
    }
    .typology-layout-b .post-date-hidden {
        display: block
    }
    .typology-layout-b .post-date,
    .typology-layout-b .post-date:after,
    .typology-post.typology-layout-b:before {
        display: none
    }
    .typology-post.typology-layout-b {
        padding-left: 0;
        margin-bottom: 6rem;
        padding-top: 2rem
    }
    .typology-layout-b .post-date {
        left: 0;
        top: -30px;
        width: auto;
        text-align: center
    }
    .typology-layout-b .post-date-day {
        font-size: 2rem;
        line-height: 1;
        text-align: left;
        margin-right: 5px;
        vertical-align: middle;
        display: inline-block
    }
    .section-content-b .typology-ad-between-posts {
        padding-left: 0
    }
    .section-content-b .typology-ad-between-posts:before,
    .typology-layout-a .post-letter,
    .typology-single-post .post-letter {
        display: none
    }
    .typology-post .entry-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .typology-post .entry-footer .typology-button {
        min-width: auto;
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .entry-footer .typology-button:last-child {
        margin-right: 0
    }
    .typology-section-related .section-content-c {
        max-width: 100%
    }
    .typology-layout-c.typology-post {
        margin-bottom: 10rem
    }
    .section-content-c .typology-ad-between-posts {
        margin-top: -60px;
        margin-bottom: 100px
    }
    .typology-sidebar-close {
        opacity: 1
    }
    .typology-cover-img {
        max-height: 100vh;
        max-width: 100vh
    }
}

@media (max-width:800px) and (orientation:landscape) {
    .typology-cover-img {
        max-height: unset;
        max-width: unset
    }
}

@media (max-width:680px) {
    .typology-header .typology-mobile-visible {
        display: block;
        padding-top: 18px
    }
    .typology-actions-list .typology-action-button.typology-mobile-visible {
        display: inline-block
    }
    .typology-flat .typology-section,
    .typology-section {
        padding: 7rem 10%;
        margin-bottom: 4rem;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }
    .section-content {
        margin: 0 auto 5rem
    }
    .section-head {
        margin-bottom: 4rem
    }
    .typology-posts .typology-post {
        margin-bottom: 3rem;
        padding-bottom: 4rem
    }
    p {
        margin: 0 0 2rem
    }
    blockquote,
    q {
        padding: 3rem 3rem 2.4rem;
        margin: 3rem 0
    }
    .entry-tags,
    .mejs-container {
        margin-bottom: 2rem
    }
    .typology-author .col-lg-2 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
        padding-bottom: 10px
    }
    .typology-author .col-lg-10 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .typology-author .typology-author-box-title,
    .typology-author-links {
        text-align: center
    }
    .typology-author .typology-button-social {
        margin-bottom: 1rem
    }
    .comment-content,
    .comment-list .children,
    .reply {
        margin-left: 0
    }
    .comment-content {
        clear: both
    }
    .comment-body {
        margin-bottom: 3rem
    }
    .entry-content .h1,
    .entry-content .h2,
    .entry-content .h3,
    .entry-content .h4,
    .entry-content .h5,
    .entry-content .h6,
    .entry-content h1,
    .entry-content h2,
    .entry-content h3,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6,
    pre {
        margin-bottom: 2rem
    }
    .comment .comment-respond {
        padding: 2rem
    }
    .comment-list>li:last-child>.comment-body+.comment-respond {
        margin-top: 3rem
    }
    .comment-form p,
    .comment-respond .submit {
        width: 100%;
        padding: 0
    }
    .comment-respond .submit {
        max-width: 50%
    }
    /*.typology-footer .col-lg-4 {
        padding-right: 20px;
        padding-left: 20px;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }*/
    .typology-footer {
        padding: 0
    }
    .cover-item-container {
        max-width: 80%
    }
    .typology-post.typology-layout-b:before {
        left: 6.9rem
    }
    .typology-layout-b .post-date {
        left: -130px
    }
    .typology-layout-b .post-date-day {
        font-size: 5.6rem;
        line-height: 4.1rem
    }
    .post-date-month {
        font-size: 1.2rem
    }
    .typology-footer .container {
        padding: 0 20%
    }
    .h1,
    .typology-cover .entry-title,
    .typology-cover h1,
    h1 {
        font-size: 4.2rem!important
    }
    .h2,
    h2 {
        font-size: 3.6rem!important
    }
    .h3,
    h3 {
        font-size: 3rem!important
    }
    .h4,
    .typology-layout-c .h4,
    h4 {
        font-size: 2.4rem!important
    }
    .h5,
    h5 {
        font-size: 2rem!important
    }
    .h6,
    h6 {
        font-size: 1.6rem!important
    }
    .typology-cover-empty,
    .typology-header {
        max-height: 75px;
        min-height: 75px!important;
        height: 75px!important
    }
    .typology-fake-bg .typology-section:first-child {
        top: 0!important
    }
    body .typology-fake-bg:first-child {
        margin-top: 0
    }
    .section-content-c .typology-posts {
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial
    }
    .typology-layout-c.typology-post {
        margin: 0 0 4rem
    }
    .layout-even .typology-layout-c:last-child,
    .layout-odd .typology-layout-c:nth-last-of-type(-n+2) {
        margin: 0 0 4rem;
        padding-bottom: 4rem
    }
    .page.typology-single-post .entry-header {
        margin-top: 0
    }
    .section-content-c .post-letter {
        display: block;
        font-size: 18rem;
        height: 18rem!important
    }
    .section-content-c {
        padding-top: 5rem
    }
    .typology-section-related .section-content-c {
        max-width: 380px
    }
    .cover-item-container {
        height: auto
    }
    .typology-layout-c .h4 {
        font-size: 2rem!important
    }
    .typology-section-related .layout-even .typology-layout-c:last-child,
    .typology-section-related .layout-odd .typology-layout-c:nth-last-of-type {
        margin-bottom: 5rem
    }
    .typology-section-related .entry-header {
        margin-bottom: 0
    }
    .typology-section-related .layout-odd .typology-layout-c:nth-last-of-type(-n+2) {
        margin-bottom: 5rem
    }
    .typology-section-related .layout-odd .typology-layout-c:nth-last-of-type(-n+2):last-child {
        margin-bottom: 0
    }
    .typology-cover-slider .owl-dots {
        bottom: 10px
    }
    .typology-footer .container>.typology-footer-sidebar {
        padding: 20px
    }
}

@media (max-width:620px) {
    .cover-letter,
    .typology-site-description {
        display: none
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .typology-section .section-head:first-child {
        margin-top: 0
    }
    .typology-social-icons a,
    body .typology-section .meks_ess a {
        height: 40px;
        line-height: 4rem;
        width: 100%;
        max-width: 100%
    }
    body .typology-section .meks_ess {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .typology-footer .container>div {
        margin-bottom: 0;
        margin-top: 2rem
    }
    .typology-footer .container>.typology-footer-sidebar {
        margin-bottom: 0;
        padding: 0
    }
    .prev-next .typology-sticky-l,
    .prev-next .typology-sticky-r {
        font-size: 85%;
        min-width: 190px;
        max-width: 190px
    }
    .typology-sticky-r .typology-pn-ico {
        margin-left: 1rem
    }
    .typology-sticky-l .typology-pn-ico {
        margin-right: 1rem
    }
    .section-content-c {
        padding-top: 3rem
    }
    .typology-layout-c.typology-post:last-child {
        margin: 0
    }
    .typology-post .entry-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .typology-post .entry-footer .typology-button {
        margin-right: 0;
        margin-bottom: 1.5rem
    }
    .typology-header li.typology-action-button,
    .typology-header li.typology-actions-button {
        width: 4rem
    }
}

@media (max-width:480px) {
    .typology-header .typology-main-navigation,
    .typology-prev-next-nav .typology-pn-link {
        display: none
    }
    body {
        font-size: 1.5em
    }
    .typology-header {
        max-height: 70px
    }
    .typology-section {
        width: 100%
    }
    .entry-footer .typology-button {
        width: 100%;
        min-width: auto;
        margin-right: 0
    }
    .typology-cover .typology-button:first-child {
        margin-bottom: 1rem;
        margin-right: 0
    }
    .typology-sidebar-header {
        height: 75px;
        padding: 0 40px
    }
    .typology-sidebar {
        max-width: 320px;
        padding: 100px 40px 40px
    }
    .typology-cover .typology-button {
        margin-right: 0;
        margin-left: 0;
        max-width: 200px
    }
    .cover-letter {
        font-size: 45rem!important
    }
    .typology-cover+.typology-section {
        margin-top: 0
    }
    .typology-flat .typology-section,
    .typology-section {
        padding: 2.8rem 8% 4rem
    }
    .typology-header .container {
        max-width: 83%
    }
    .typology-cover {
        height: 100vh
    }
    .section-title {
        padding-bottom: 3rem
    }
    .section-head {
        margin-bottom: 3rem;
        margin-top: 1rem!important
    }
    .typology-footer .container {
        padding: 0 5%
    }
    .widget,
    .widget:only-of-type {
        margin-bottom: 4rem
    }
    .typology-footer .widget {
        font-size: 1.2rem!important
    }
    .h1,
    .typology-cover .entry-title,
    .typology-cover h1,
    .typology-layout-b .entry-title,
    h1 {
        font-size: 2.7rem!important
    }
    .h2,
    h2 {
        font-size: 2.5rem!important
    }
    .h3,
    h3 {
        font-size: 2.3rem!important
    }
    .h4,
    .typology-layout-c .h4,
    h4 {
        font-size: 2rem!important
    }
    .h5,
    h5 {
        font-size: 1.8rem!important
    }
    .h6,
    h6 {
        font-size: 1.6rem!important
    }
    .typology-pagination {
        padding-top: 4rem;
        margin-top: 4rem
    }
    .typology-pagination .page-numbers {
        min-width: 32px;
        margin: 0 1px
    }
    .comment-content a,
    .comment-reply-link,
    .entry-content a,
    .logged-in-as a,
    .textwidget a,
    .typology-footer .widget a {
        padding-bottom: 2px
    }
    .alignleft,
    .alignright {
        margin-bottom: 2rem
    }
    .entry-header {
        margin-bottom: 1.6rem
    }
    blockquote,
    q {
        padding: 4rem 4rem 3rem;
        line-height: 3rem
    }
    .entry-content .typology-button-search,
    .widget .typology-icon-button {
        position: relative;
        top: 10px;
        right: 0;
        max-width: 100%;
        height: 100%;
        margin: 0;
        min-width: 100%
    }
    .error404 .entry-content {
        margin-top: 1rem
    }
    pre {
        margin-bottom: 2rem
    }
    .entry-content address,
    .entry-content dl,
    .entry-content ol,
    .entry-content ul {
        margin-bottom: 1rem
    }
    .typology-flex-center,
    .typology-single-sticky,
    .typology-sticky-content {
        height: 60px
    }
    .typology-single-sticky {
        font-size: 85%
    }
    .typology-sticky-author img {
        max-width: 30px
    }
    .sticky-author-title {
        line-height: 1.4
    }
    .typology-sticky-l .typology-pn-ico {
        margin-right: 1rem
    }
    .typology-sticky-r .typology-pn-ico {
        margin-left: 1rem
    }
    .prev-next .typology-sticky-l,
    .prev-next .typology-sticky-r {
        min-width: 100px;
        width: 100px;
        font-size: 85%
    }
    .typology-sticky-comments,
    .typology-sticky-comments a {
        font-size: 0
    }
    .typology-sticky-comments i {
        font-size: 2.9rem
    }
    .typology-pn-ico i {
        font-size: 2rem;
        margin-top: 6px
    }
    .section-content-c {
        max-width: 300px
    }
    .typology-cover .entry-header {
        margin-bottom: 0
    }
    .typology-cover-item {
        min-height: 100%;
        padding: 1px 0
    }
    .typology-section {
        margin-bottom: 2rem
    }
    .typology-pagination .navigation {
        min-height: 42px;
        height: auto
    }
    .typology-responsive-menu {
        display: block!important
    }
    .typology-ad-top {
        margin-bottom: 50px
    }
    .entry-content h1,
    .entry-content h2,
    .entry-content h3,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6 {
        word-break: break-all
    }
}

@media (max-width:320px) {
    .cover-letter {
        font-size: 37rem
    }
    .typology-sidebar-header {
        padding: 0 40px
    }
    .typology-sidebar {
        max-width: 100%;
        padding: 100px 30px 40px
    }
    .meta-item {
        font-size: 1.2rem!important
    }
    .entry-meta {
        line-height: 1.5
    }
    .typology-cover .typology-button {
        max-width: 130px;
        width: 130px
    }
    .cover-item-container {
        max-width: 70%
    }
    .comment-respond .submit,
    .entry-footer .typology-button {
        max-width: 100%
    }
    .typology-social-icons,
    body .typology-section .meks_ess {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .typology-social-icons a,
    body .typology-section .meks_ess a {
        margin-bottom: 10px
    }
    body .typology-section .meks_ess a {
        max-width: 100%;
        min-width: 100%;
        margin-bottom: 5px
    }
    .entry-tags,
    .mejs-container {
        margin-bottom: 1rem
    }
    .typology-author .typology-button-social {
        width: 100%
    }
    .typology-icon-social {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 10px;
        font-size: 1.6rem
    }
    blockquote,
    q {
        font-size: 1.6rem;
        line-height: 2.8rem
    }
    .typology-cover .entry-title,
    .typology-cover h1 {
        font-size: 2.4rem!important;
        line-height: 1.4
    }
    body {
        font-size: 1.4rem!important
    }
    p {
        margin: 0 0 2.2rem
    }
    .h1,
    .typology-layout-b .entry-title,
    h1 {
        font-size: 2.4rem!important
    }
    .h2,
    h2 {
        font-size: 2.2rem!important
    }
    .h3,
    h3 {
        font-size: 2rem!important
    }
    .h4,
    .typology-layout-c .h4,
    h4 {
        font-size: 1.8rem!important
    }
    .h5,
    h5 {
        font-size: 1.6rem!important
    }
    .h6,
    h6 {
        font-size: 1.4rem!important
    }
    .entry-content .h1,
    .entry-content .h2,
    .entry-content .h3,
    .entry-content .h4,
    .entry-content .h5,
    .entry-content .h6,
    .entry-content h1,
    .entry-content h2,
    .entry-content h3,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6 {
        margin-bottom: 1.6rem
    }
    .widget,
    .widget:only-of-type {
        margin-bottom: 3rem
    }
    .typology-section {
        padding: 2.6rem 8% 4rem
    }
    .typology-cover .entry-footer .typology-button {
        width: 80%
    }
}

@media (max-width:740px) and (orientation:landscape) {
    .typology-sidebar-header {
        height: 75px;
        padding: 0 30px
    }
    .typology-sidebar {
        max-width: 320px;
        padding: 100px 40px 40px
    }
    .typology-cover {
        height: auto
    }
    .typology-cover-slider .owl-dots {
        bottom: 0
    }
    .typology-cover .cover-letter {
        display: none
    }
}

.typology-header .typology-nav #menu-item-208.current-menu-parent {
    background: 0 0
}

/*#switcher_link,
#switcher_wrap {
    position: fixed;
    z-index: 9999;
    left: 0;
    background: #FFF
}

#switcher_link {
    top: 666px;
    color: #333;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .15);
    box-shadow: 0 0 7px rgba(0, 0, 0, .15);
    border-radius: 0 4px 4px 0
}

#switcher_link a i {
    font-size: 2em
}

#switcher_link a {
    padding: 10px 10px 4px;
    float: left;
    color: #333;
    border: none
}*/

.clearfix::after {
    content: "";
    clear: both;
    display: table
}

/*#switcher_wrap {
    top: 300px;
    padding: 15px 17px;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .15);
    box-shadow: 0 0 7px rgba(0, 0, 0, .15);
    border-radius: 0 4px 4px 0;
    font-size: 14px;
    max-width: 227px;
    color: #232323;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

#switcher_wrap.switcher_moved {
    left: -309px
}

#switcher_wrap,
#switcher_wrap h3,
#switcher_wrap h4,
#switcher_wrap p,
.buy_now,
.customizer-button,
.presale_question {
    direction: ltr;
    text-align: left;
    text-transform: none
}

.switcher_close {
    position: absolute;
    right: 15px;
    top: 16px;
    color: #d6d6d6;
    line-height: 1em;
    font-size: 16px;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

#switcher_link a:hover,
.switcher_close:hover {
    text-decoration: none
}

.switcher_close:hover {
    color: #989898
}

#switcher_wrap label {
    line-height: 1.6em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    clear: both;
    display: block;
    margin: 0 0 15px;
    padding-top: 0;
    font-size: 11px
}

#switcher_wrap label:hover {
    cursor: pointer
}

#switcher_wrap label input {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px
}

#switcher_wrap h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.6em;
    color: #232323;
    text-transform: uppercase
}

#switcher_wrap h4 {
    font-size: .875em;
    font-weight: 700;
    line-height: 1.4em;
    color: #232323;
    margin-bottom: 4px;
    text-transform: none;
    margin-top: 8px
}

#switcher_wrap p.double-margin {
    margin-bottom: 20px
}

#switcher_wrap p {
    font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 10px;
    clear: both
}

#switcher_wrap ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.customizer-button {
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    float: left;
    border-radius: 3px;
    padding: 0;
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 5px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    font-size: 11px;
    text-decoration: none
}

.customizer-button i {
    margin-right: 5px
}

.customizer-button:active,
.customizer-button:focus,
.customizer-button:hover {
    text-decoration: none
}

.customizer-button-orange {
    color: #660006;
    background: #ffd635
}

.customizer-button-orange:hover {
    background: #fc0
}

.customizer-button-green {
    background: #4BBB5A;
    color: #FFF
}

.customizer-button-green:hover {
    background: #43b152
}

.customizer-button-hollow {
    color: rgba(51, 51, 51, .8)
}

.customizer-button-hollow:hover {
    color: #333
}

.customizer-button-orange i {
    margin-top: -3px;
    vertical-align: middle;
    display: inline-block
}

.switcher_items li {
    margin-bottom: 5px;
    float: left;
    margin-right: 4px
}

.presale_question {
    color: #da0000;
    text-decoration: underline
}

.presale_question:hover {
    text-decoration: none
}*/

.fa-spin {
    -webkit-animation: spin 5s infinite linear;
    -moz-animation: spin 5s infinite linear;
    -o-animation: spin 5s infinite linear;
    animation: spin 5s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.herald-slider.owl-carousel,
.owl-carousel .owl-stage-outer {
    direction: ltr
}

/*#switcher_wrap h5 {
    clear: both;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 5px;
    direction: ltr;
    color: #111;
    text-align: left
}

.switcher_items a {
    height: 30px;
    width: 44px;
    display: inline-block;
    vertical-align: top;
    border-radius: 8px;
    font-size: 0;
    line-height: 23px
}

.fonts a {
    background: url('https://demo.mekshq.com/typology/wp-content/themes/typology/assets/css/../img/typology_customizer_sprite.png') 0 -1px no-repeat;
    border: 1px solid transparent;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.fonts .list-item-1 a {
    background-position: -45px -1px
}

.fonts .list-item-2 a {
    background-position: -90px -1px
}

.fonts .list-item-3 a {
    background-position: -133px -1px
}

.fonts a.active,
.fonts a:hover {
    border: 1px solid #999
}

.colors a,
.colors a:hover {
    background: #c62641;
    border: none;
    position: relative;
    text-decoration: none;
    overflow: hidden
}

.colors .list-item-1 a {
    background: #039be5
}

.colors .list-item-2 a {
    background: #f57c00
}

.colors .list-item-3 a {
    background: #81439c
}

.colors .list-item-4 a {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#9e1e48), color-stop(#ad1e79), color-stop(#ad1ea1), color-stop(#b226d8), to(#8224e3));
    background-image: -webkit-linear-gradient(left bottom, #9e1e48, #ad1e79, #ad1ea1, #b226d8, #8224e3);
    background-image: -o-linear-gradient(left bottom, #9e1e48, #ad1e79, #ad1ea1, #b226d8, #8224e3);
    background-image: linear-gradient(to right top, #9e1e48, #ad1e79, #ad1ea1, #b226d8, #8224e3)
}

.colors .list-item-5 a {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#006bc9), color-stop(#008ecc), color-stop(#00b0cc), color-stop(#00ccc5), to(#00b593));
    background-image: -webkit-linear-gradient(left bottom, #006bc9, #008ecc, #00b0cc, #00ccc5, #00b593);
    background-image: -o-linear-gradient(left bottom, #006bc9, #008ecc, #00b0cc, #00ccc5, #00b593);
    background-image: linear-gradient(to right top, #006bc9, #008ecc, #00b0cc, #00ccc5, #00b593)
}

.colors a:before {
    font-family: FontAwesome;
    position: relative;
    color: #FFF;
    z-index: 1000;
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: block;
    height: 30px;
    padding: 4px 0;
    opacity: 0;
    -webkit-transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    -ms-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out
}

.colors a.active:before,
.colors a:hover:before {
    opacity: 1
}

.switcher_items .list-item-flat,
.switcher_items .list-item-material {
    margin-right: 10px
}

.list-item-flat a,
.list-item-material a {
    background: url('https://demo.mekshq.com/typology/wp-content/themes/typology/assets/css/../img/typology_customizer_sprite.png') 0 -1px no-repeat;
    height: 60px;
    width: 70px;
    border: 1px solid #ddd;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.list-item-material a {
    background-position: -270px -1px
}

.list-item-flat a {
    background-position: -185px -1px
}

.list-item-flat a.active,
.list-item-material a.active {
    border: 1px solid #999
}

@media only screen and (max-width:1200px) {
    #switcher_link,
    #switcher_wrap {
        display: none
    }
}

@media only screen and (max-width:1919px) {
    #switcher_link {
        top: initial;
        bottom: 60px
    }
    #switcher_wrap {
        top: initial;
        bottom: 50px
    }
}

.customizer-button-hollow {
    border: 1px solid rgba(51, 51, 51, .3);
    line-height: 28px
}*/

body,
blockquote:before,
q:before {
    font-family: 'Domine';
    font-weight: 400;
}

body,
.typology-action-button .sub-menu {
    color: #444444;
}

body {
    background: #f8f8f8;
    font-size: 1.6rem;
}

.typology-fake-bg {
    background: #f8f8f8;
}

.typology-sidebar,
.typology-section {
    background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.submit,
.mks_read_more a,
input[type="submit"],
input[type="button"],
a.mks_button,
.cover-letter,
.post-letter,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.typology-pagination a,
.typology-pagination span,
.comment-author .fn,
.post-date-month,
.typology-button-social,
.meks-instagram-follow-link a,
.mks_autor_link_wrap a,
.entry-pre-title,
.typology-button,
button,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-button__link,
body div.wpforms-container-full .wpforms-form input[type=submit],
body div.wpforms-container-full .wpforms-form button[type=submit],
body div.wpforms-container-full .wpforms-form .wpforms-page-button {
    font-family: 'Josefin Sans';
    font-weight: 600;
}

.typology-header .typology-nav {
    font-family: 'Josefin Sans';
    font-weight: 600;
}

.typology-cover .entry-title,
.typology-cover h1 {
    font-size: 6.4rem;
}

h1,
.h1 {
    font-size: 4.8rem;
}

h2,
.h2 {
    font-size: 3.5rem;
}

h3,
.h3 {
    font-size: 2.8rem;
}

h4,
.h4 {
    font-size: 2.3rem;
}

h5,
.h5,
.typology-layout-c.post-image-on .entry-title,
blockquote,
q {
    font-size: 1.8rem;
}

h6,
.h6 {
    font-size: 1.5rem;
}

.widget {
    font-size: 1.4rem;
}

.typology-header .typology-nav a {
    font-size: 1.1rem;
}

.typology-layout-b .post-date-hidden,
.meta-item {
    font-size: 1.3rem;
}

.post-letter {
    font-size: 26.0rem;
}

.typology-layout-c .post-letter {
    height: 26.0rem;
}

.cover-letter {
    font-size: 60.0rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.post-date-month {
    color: #333333;
}

.typology-single-sticky a {
    color: #444444;
}

.entry-title a:hover,
.typology-single-sticky a:hover {
    color: #c62641;
}

.bypostauthor .comment-author:before,
#cancel-comment-reply-link:after {
    background: #c62641;
}

a,
.widget .textwidget a,
.typology-layout-b .post-date-hidden {
    color: #c62641;
}

.single .typology-section:first-child .section-content,
.section-content-page,
.section-content.section-content-a {
    max-width: 720px;
}

.typology-header {
    height: 110px;
}

.typology-header-sticky-on .typology-header {
    background: #c62641;
}

.cover-letter {
    padding-top: 110px;
}

.site-title a,
.typology-site-description {
    color: #ffffff;
}

.typology-header .typology-nav,
.typology-header .typology-nav > li > a {
    color: #ffffff;
}

.typology-header .typology-nav .sub-menu a {
    color: #444444;
}

.typology-header .typology-nav .sub-menu a:hover {
    color: #c62641;
}

.typology-action-button .sub-menu ul a:before {
    background: #c62641;
}

.sub-menu .current-menu-item a {
    color: #c62641;
}

.dot,
.typology-header .typology-nav .sub-menu {
    background: #ffffff;
}

.typology-header .typology-main-navigation .sub-menu .current-menu-ancestor > a,
.typology-header .typology-main-navigation .sub-menu .current-menu-item > a {
    color: #c62641;
}

.typology-header-wide .slot-l {
    left: 35px;
}

.typology-header-wide .slot-r {
    right: 20px;
}

.meta-item,
.meta-item span,
.meta-item a,
.comment-metadata a {
    color: #888888;
}

.comment-meta .url,
.meta-item a:hover {
    color: #333333;
}

.typology-post:after,
.section-title:after,
.typology-pagination:before {
    background: rgba(51, 51, 51, 0.2);
}

.typology-layout-b .post-date-day,
.typology-outline-nav li a:hover,
.style-timeline .post-date-day {
    color: #c62641;
}

.typology-layout-b .post-date:after,
blockquote:before,
q:before {
    background: #c62641;
}

.typology-sticky-c,
.typology-sticky-to-top span,
.sticky-author-date {
    color: #888888;
}

.typology-outline-nav li a {
    color: #444444;
}

.typology-post.typology-layout-b:before,
.section-content-b .typology-ad-between-posts:before {
    background: rgba(68, 68, 68, 0.1);
}

.submit,
.mks_read_more a,
input[type="submit"],
input[type="button"],
a.mks_button,
.typology-button,
.submit,
.typology-button-social,
.page-template-template-authors .typology-author .typology-button-social,
.widget .mks_autor_link_wrap a,
.widget .meks-instagram-follow-link a,
.widget .mks_read_more a,
button,
body div.wpforms-container-full .wpforms-form input[type=submit],
body div.wpforms-container-full .wpforms-form button[type=submit],
body div.wpforms-container-full .wpforms-form .wpforms-page-button {
    color: #ffffff;
    background: #c62641;
    border: 1px solid #c62641;
}

body div.wpforms-container-full .wpforms-form input[type=submit]:hover,
body div.wpforms-container-full .wpforms-form input[type=submit]:focus,
body div.wpforms-container-full .wpforms-form input[type=submit]:active,
body div.wpforms-container-full .wpforms-form button[type=submit]:hover,
body div.wpforms-container-full .wpforms-form button[type=submit]:focus,
body div.wpforms-container-full .wpforms-form button[type=submit]:active,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:active,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
    color: #ffffff;
    background: #c62641;
    border: 1px solid #c62641;
}

.page-template-template-authors .typology-author .typology-icon-social:hover {
    border: 1px solid #c62641;
}

.button-invert {
    color: #c62641;
    background: transparent;
}

.widget .mks_autor_link_wrap a:hover,
.widget .meks-instagram-follow-link a:hover,
.widget .mks_read_more a:hover {
    color: #ffffff;
}

.typology-cover {
    min-height: 240px;
}

.typology-cover-empty {
    height: 209px;
    min-height: 209px;
}

.typology-fake-bg .typology-section:first-child {
    top: -99px;
}

.typology-flat .typology-cover-empty {
    height: 110px;
}

.typology-flat .typology-cover {
    min-height: 110px;
}

.typology-cover-empty,
.typology-cover,
.typology-header-sticky {
    background: #c62641;
    ;
}

.typology-cover-overlay:after {
    background: rgba(198, 38, 65, 0.6);
}

.typology-sidebar-header {
    background: #c62641;
}

.typology-cover,
.typology-cover .entry-title,
.typology-cover .entry-title a,
.typology-cover .meta-item,
.typology-cover .meta-item span,
.typology-cover .meta-item a,
.typology-cover h1,
.typology-cover h2,
.typology-cover h3 {
    color: #ffffff;
}

.typology-cover .typology-button {
    color: #c62641;
    background: #ffffff;
    border: 1px solid #ffffff;
}

.typology-cover .button-invert {
    color: #ffffff;
    background: transparent;
}

.typology-cover-slider .owl-dots .owl-dot span {
    background: #ffffff;
}

.typology-outline-nav li:before,
.widget ul li:before {
    background: #c62641;
}

.widget a {
    color: #444444;
}

.widget a:hover,
.widget_calendar table tbody td a,
.entry-tags a:hover,
.wp-block-tag-cloud a:hover {
    color: #c62641;
}

.widget_calendar table tbody td a:hover,
.widget table td,
.entry-tags a,
.wp-block-tag-cloud a {
    color: #444444;
}

.widget table,
.widget table td,
.widget_calendar table thead th,
table,
td,
th {
    border-color: rgba(68, 68, 68, 0.3);
}

.widget ul li,
.widget .recentcomments {
    color: #444444;
}

.widget .post-date {
    color: #888888;
}

#today {
    background: rgba(68, 68, 68, 0.1);
}

.typology-pagination .current,
.typology-pagination .infinite-scroll a,
.typology-pagination .load-more a,
.typology-pagination .nav-links .next,
.typology-pagination .nav-links .prev,
.typology-pagination .next a,
.typology-pagination .prev a {
    color: #ffffff;
    background: #333333;
}

.typology-pagination a,
.typology-pagination span {
    color: #333333;
    border: 1px solid #333333;
}

.typology-footer {
    background: #f8f8f8;
    color: #aaaaaa;
}

.typology-footer h1,
.typology-footer h2,
.typology-footer h3,
.typology-footer h4,
.typology-footer h5,
.typology-footer h6,
.typology-footer .post-date-month {
    color: #aaaaaa;
}

.typology-count {
    background: #c62641;
}

.typology-footer a,
.typology-footer .widget .textwidget a {
    color: #888888;
}

input[type="text"],
input[type="email"],
input[type=search],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="password"],
textarea,
select {
    border-color: rgba(68, 68, 68, 0.2);
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    -webkit-box-shadow: 0 0 0 10px #ffffff;
    box-shadow: 0 0 0 10px #ffffff;
}

pre,
.entry-content #mc_embed_signup {
    background: rgba(68, 68, 68, 0.1);
}

.wp-block-button__link {
    background: #c62641;
    color: #ffffff;
}

.wp-block-image figcaption,
.wp-block-audio figcaption {
    color: #444444;
}

.wp-block-pullquote:not(.is-style-solid-color) blockquote {
    border-top: 2px solid #444444;
    border-bottom: 2px solid #444444;
}

.wp-block-pullquote.is-style-solid-color {
    background: #c62641;
    color: #ffffff;
}

.wp-block-separator {
    border-color: rgba(68, 68, 68, 0.3);
}

body.wp-editor {
    background: #ffffff;
}

.has-small-font-size {
    font-size: 1.3rem;
}

.has-large-font-size {
    font-size: 1.9rem;
}

.has-huge-font-size {
    font-size: 2.2rem;
}

@media(min-width: 801px) {
    .has-small-font-size {
        font-size: 1.3rem;
    }
    .has-normal-font-size {
        font-size: 1.6rem;
    }
    .has-large-font-size {
        font-size: 2.2rem;
    }
    .has-huge-font-size {
        font-size: 2.9rem;
    }
}

.has-typology-acc-background-color {
    background-color: #c62641;
}

.has-typology-acc-color {
    color: #c62641;
}

.has-typology-txt-background-color {
    background-color: #444444;
}

.has-typology-txt-color {
    color: #444444;
}

.has-typology-meta-background-color {
    background-color: #888888;
}

.has-typology-meta-color {
    color: #888888;
}

.has-typology-bg-background-color {
    background-color: #ffffff;
}

.has-typology-bg-color {
    color: #ffffff;
}

.site-title {
    text-transform: uppercase;
}

.typology-site-description {
    text-transform: none;
}

.typology-nav {
    text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-cover-text,
.wp-block-cover-image-text {
    text-transform: uppercase;
}

.section-title {
    text-transform: uppercase;
}

.widget-title {
    text-transform: uppercase;
}

.meta-item {
    text-transform: none;
}

.typology-button {
    text-transform: uppercase;
}

.submit,
.mks_read_more a,
input[type="submit"],
input[type="button"],
a.mks_button,
.typology-button,
.widget .mks_autor_link_wrap a,
.widget .meks-instagram-follow-link a,
.widget .mks_read_more a,
button,
.typology-button-social,
.wp-block-button__link,
body div.wpforms-container-full .wpforms-form input[type=submit],
body div.wpforms-container-full .wpforms-form button[type=submit],
body div.wpforms-container-full .wpforms-form .wpforms-page-button {
    text-transform: uppercase;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart,
body.woocommerce .button,
body.woocommerce-page .button,
.woocommerce .widget_shopping_cart_content .buttons .button,
.woocommerce div.product div.summary .single_add_to_cart_button,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-page #payment #place_order,
.woocommerce #review_form #respond .form-submit input,
.price,
.amount,
.woocommerce .comment-reply-title {
    font-family: 'Josefin Sans';
    font-weight: 600;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart,
body.woocommerce .button,
body.woocommerce-page .button,
.woocommerce .widget_shopping_cart_content .buttons .button,
.woocommerce div.product div.summary .single_add_to_cart_button,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-page #payment #place_order,
.woocommerce #review_form #respond .form-submit input {
    color: #ffffff;
    background: #c62641;
    border: 1px solid #c62641;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    border-bottom: 3px solid #c62641;
}

.product-categories li,
.product-categories .children li {
    color: #888888;
}

.product-categories .children li {
    border-top: 1px solid rgba(68, 68, 68, 0.1);
}

.product-categories li {
    border-bottom: 1px solid rgba(68, 68, 68, 0.1);
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    color: #ffffff;
    background: #333333;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    color: #333333;
    border: 1px solid #333333;
    background: transparent;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    color: #333333;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #ffffff;
    background: #333333;
}

.woocommerce .comment-reply-title:after {
    background: rgba(51, 51, 51, 0.2);
}

.coauthors {
    display: inline;
}

.meta-author a {
    margin-left: 5px;
}

.typology-co-author-section .container {
    margin-bottom: 6rem;
}

.typology-co-author-section .container:last-child {
    margin-bottom: 0;
}

.typology-sticky-author {
    max-width: 450px;
}
