/*
Theme Name: Adcombo
Theme URI: 
Author: Alexander Polyansky
Description: Adcombo Blog Theme
Version: 1.0
*/

@charset "UTF-8";
.navigation:after {
    content: "";
    display: table;
    clear: both;
}

.navigation a,
.menu,
.menu__list,
.menu__item,
.menu__link,
.strip,
.strip__text,
.post-categories,
.cover,
.cover__title,
.cover__grid,
.cover__part,
.label,
.copy,
.copy__text,
.title,
#reply-title,
.soc,
.soc__list,
.soc__item,
.soc__link,
.feed,
.post,
.post__preview,
.field__part,
.sidebar__list,
.sidebar__item,
.header,
.footer__info,
.footer .logo,
#respond input,
#respond textarea,
.similar__list,
.similar__item,
.comments,
.children,
.comment,
.comment__top,
.comment__top-part,
.comment__name,
.comment__date {
    padding: 0;
    margin: 0;
    display: block;
    font-size: 100%;
    color: currentColor;
    text-decoration: none;
    list-style: none;
    outline: none;
    border: 0;
    vertical-align: baseline;
    border-collapse: collapse;
    border-spacing: 0;
    font-weight: inherit;
    line-height: inherit;
    font-family: inherit;
    word-wrap: break-word;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("fonts/font-awesome-4.7.0/fontawesome-webfont.eot?v=4.7.0");
    src: url("fonts/font-awesome-4.7.0/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/font-awesome-4.7.0/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/font-awesome-4.7.0/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/font-awesome-4.7.0/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/font-awesome-4.7.0/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    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.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

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

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

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

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

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

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

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714em;
}

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

.fa-pull-left {
    float: left;
}

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

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

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

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

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

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

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.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(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

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

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

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

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

.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-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.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: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before,
.fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before,
.fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before,
.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}

.fa-legal:before,
.fa-gavel:before {
    content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before,
.fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before,
.fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before,
.fa-usd:before {
    content: "";
}

.fa-rupee:before,
.fa-inr:before {
    content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}

.fa-won:before,
.fa-krw:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper-pp:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

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

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "";
}

.fa-ge:before,
.fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

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

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before,
.fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-tv:before,
.fa-television:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-credit-card-alt:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-pause-circle-o:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stop-circle-o:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

.fa-gitlab:before {
    content: "";
}

.fa-wpbeginner:before {
    content: "";
}

.fa-wpforms:before {
    content: "";
}

.fa-envira:before {
    content: "";
}

.fa-universal-access:before {
    content: "";
}

.fa-wheelchair-alt:before {
    content: "";
}

.fa-question-circle-o:before {
    content: "";
}

.fa-blind:before {
    content: "";
}

.fa-audio-description:before {
    content: "";
}

.fa-volume-control-phone:before {
    content: "";
}

.fa-braille:before {
    content: "";
}

.fa-assistive-listening-systems:before {
    content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "";
}

.fa-glide:before {
    content: "";
}

.fa-glide-g:before {
    content: "";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "";
}

.fa-low-vision:before {
    content: "";
}

.fa-viadeo:before {
    content: "";
}

.fa-viadeo-square:before {
    content: "";
}

.fa-snapchat:before {
    content: "";
}

.fa-snapchat-ghost:before {
    content: "";
}

.fa-snapchat-square:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-first-order:before {
    content: "";
}

.fa-yoast:before {
    content: "";
}

.fa-themeisle:before {
    content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "";
}

.fa-handshake-o:before {
    content: "";
}

.fa-envelope-open:before {
    content: "";
}

.fa-envelope-open-o:before {
    content: "";
}

.fa-linode:before {
    content: "";
}

.fa-address-book:before {
    content: "";
}

.fa-address-book-o:before {
    content: "";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "";
}

.fa-user-circle:before {
    content: "";
}

.fa-user-circle-o:before {
    content: "";
}

.fa-user-o:before {
    content: "";
}

.fa-id-badge:before {
    content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "";
}

.fa-quora:before {
    content: "";
}

.fa-free-code-camp:before {
    content: "";
}

.fa-telegram:before {
    content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "";
}

.fa-shower:before {
    content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "";
}

.fa-podcast:before {
    content: "";
}

.fa-window-maximize:before {
    content: "";
}

.fa-window-minimize:before {
    content: "";
}

.fa-window-restore:before {
    content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "";
}

.fa-bandcamp:before {
    content: "";
}

.fa-grav:before {
    content: "";
}

.fa-etsy:before {
    content: "";
}

.fa-imdb:before {
    content: "";
}

.fa-ravelry:before {
    content: "";
}

.fa-eercast:before {
    content: "";
}

.fa-microchip:before {
    content: "";
}

.fa-snowflake-o:before {
    content: "";
}

.fa-superpowers:before {
    content: "";
}

.fa-wpexplorer:before {
    content: "";
}

.fa-meetup:before {
    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;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}

img,
video {
    max-width: 100%;
    display: block;
    max-height: 400px;
}

figure {
    margin: 0;
    padding: 0;
}

svg {
    height: 100%;
    width: 100%;
    fill: currentColor;
}

body,
html {
    height: 100%;
    font-size: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-family: "DIN Pro", sans-serif;
    color: #3e3e3e;
}

body {
    background-color: #fff;
    position: relative;
}

textarea {
    overflow: auto;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

.container {
    width: 100%;
    display: block;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
}

::-moz-selection {
    color: #fff;
    background: #e73e07;
}

::selection {
    color: #fff;
    background: #e73e07;
}

.t--light {
    font-weight: 300;
}

.t--bold {
    font-weight: 700;
}

.t--italic {
    font-style: italic;
}

.t--medium {
    font-weight: 500;
}

.t--ttu {
    text-transform: uppercase;
}

.t--ttl {
    text-transform: lowercase;
}

.t--imp {
    color: #e73e07;
}

.t--ex {
    color: #fbb900;
}

.t--block {
    display: block;
}

@font-face {
    font-family: 'DIN Pro';
    src: url("fonts/DinPro/Regular/DINPro.eot");
    src: url("fonts/DinPro/Regular/DINPro.eot?#iefix") format("embedded-opentype"), url("fonts/DinPro/Regular/DINPro.woff2") format("woff2"), url("fonts/DinPro/Regular/DINPro.woff") format("woff"), url("fonts/DinPro/Regular/DINPro.ttf") format("truetype"), url("fonts/DinPro/Regular/DINPro.svg#DINPro") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro';
    src: url("fonts/DinPro/Medium/DINPro-Medium.eot");
    src: url("fonts/DinPro/Medium/DINPro-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/DinPro/Medium/DINPro-Medium.woff2") format("woff2"), url("fonts/DinPro/Medium/DINPro-Medium.woff") format("woff"), url("fonts/DinPro/Medium/DINPro-Medium.ttf") format("truetype"), url("fonts/DinPro/Medium/DINPro-Medium.svg#DINPro-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro';
    src: url("fonts/DinPro/Bold/DINPro-Bold.eot");
    src: url("fonts/DinPro/Bold/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/DinPro/Bold/DINPro-Bold.woff2") format("woff2"), url("fonts/DinPro/Bold/DINPro-Bold.woff") format("woff"), url("fonts/DinPro/Bold/DINPro-Bold.ttf") format("truetype"), url("fonts/DinPro/Bold/DINPro-Bold.svg#DINPro-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro Cond';
    src: url("fonts/DinProCond/Bold/DINPro-CondensedBold.eot");
    src: url("fonts/DinProCond/Bold/DINPro-CondensedBold.eot?#iefix") format("embedded-opentype"), url("fonts/DinProCond/Bold/DINPro-CondensedBold.woff2") format("woff2"), url("fonts/DinProCond/Bold/DINPro-CondensedBold.woff") format("woff"), url("fonts/DinProCond/Bold/DINPro-CondensedBold.ttf") format("truetype"), url("fonts/DinProCond/Bold/DINPro-CondensedBold.svg#DINPro-CondensedBold") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro Cond';
    src: url("fonts/DinProCond/Black/DINPro-CondensedBlack.eot");
    src: url("fonts/DinProCond/Black/DINPro-CondensedBlack.eot?#iefix") format("embedded-opentype"), url("fonts/DinProCond/Black/DINPro-CondensedBlack.woff2") format("woff2"), url("fonts/DinProCond/Black/DINPro-CondensedBlack.woff") format("woff"), url("fonts/DinProCond/Black/DINPro-CondensedBlack.ttf") format("truetype"), url("fonts/DinProCond/Black/DINPro-CondensedBlack.svg#DINPro-CondensedBlack") format("svg");
    font-weight: 900;
    font-style: normal;
}

.sandwich {
    height: 30px;
    width: 35px;
    cursor: pointer;
    position: relative;
    display: block;
}

.sandwich__line {
    width: 100%;
    height: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 9px;
}

.sandwich__line:last-child {
    margin-bottom: 0;
}

.sandwich__line {
    background-color: #333;
}

.sandwich__line:after,
.sandwich__line:before {
    background-color: #333;
}

.sandwich__input {
    display: none;
}

.sandwich--active .sandwich__line {
    opacity: 0;
}

.sandwich--active .sandwich__line:first-of-type {
    opacity: 1;
    -webkit-transform: translateY(13px) rotate(-135deg);
    -ms-transform: translateY(13px) rotate(-135deg);
    transform: translateY(13px) rotate(-135deg);
}

.sandwich--active .sandwich__line:last-of-type {
    opacity: 1;
    -webkit-transform: translateY(-13px) rotate(135deg);
    -ms-transform: translateY(-13px) rotate(135deg);
    transform: translateY(-13px) rotate(135deg);
}

.cover__grid,
.form__row,
.header__grid,
.main__grid,
.footer__grid,
.similar__list,
.comment__top,
.mm-navbar {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.cover__part,
.form__part,
.header__part,
.main__part,
.footer__part,
.similar__item,
.comment__top-part,
.mm-prev,
.mm-title {
    display: table-cell;
    vertical-align: top;
}

p {
    margin-top: 0;
    margin-bottom: 20px;
}

a {
    color: #e73e07;
    font-weight: 700;
}

a:hover {
    text-decoration: none;
}

.navigation {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    padding: 0 5px;
}

.navigation .page-numbers {
    display: inline-block;
    margin: 35px 8px 0;
}

.navigation a {
    color: inherit;
    text-decoration: underline;
}

.navigation a:hover {
    color: #e73e07;
}

.navigation .current {
    color: #e73e07;
}

.navigation .prev,
.navigation .next {
    text-decoration: none;
    position: relative;
}

.navigation .prev:before,
.navigation .prev:after,
.navigation .next:before,
.navigation .next:after {
    display: inline-block;
    font-family: "FontAwesome", sans-serif;
    font-weight: 900;
}

.navigation .prev {
    float: left;
}

.navigation .prev:before {
    content: "";
    margin-right: 8px;
}

.navigation .next {
    float: right;
}

.navigation .next:after {
    content: "";
    margin-left: 8px;
}

.menu {
    display: inline-block;
    text-align: center;
}

.menu__item {
    vertical-align: middle;
    display: inline-block;
    padding: 2px 5px;
    margin: 0 10px;
    max-width: 305px;
    position: relative;
}

.menu__item:hover .menu {
    opacity: 1;
    left: 0;
    visibility: visible;
}

.menu__item .menu {
    text-align: left;
    position: absolute;
    left: -10px;
    z-index: 100;
    top: 100%;
    background-color: rgba(231, 62, 7, 0.9);
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0;
    visibility: hidden;
}

.menu__item .menu .menu__item {
    display: block;
    width: 100%;
}

.menu__item .menu .menu__item:hover {
    background-color: transparent;
    color: #febf00;
}

.menu__item .menu .menu__link {
    padding: 10px 5px 10px 20px;
}

.menu__link:hover {
    text-decoration: underline;
}

.menu__ico {
    display: inline-block;
    vertical-align: middle;
}

.menu__text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
}

.menu__text:first-child {
    margin-left: 0;
}

.menu .fa-bars {
    position: relative;
    top: 2px;
}

.strip {
    color: #e73e07;
}

.strip__text {
    display: inline-block;
    position: relative;
}

.strip a {
    text-decoration: none;
}

.strip__ico {
    display: block;
    font-weight: 700;
    margin-top: -4px;
}

.strip--line {
    overflow: hidden;
}

.strip--line .strip__text {
    max-width: 200px;
    padding: 0 18px;
}

.strip--line .strip__text:before,
.strip--line .strip__text:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1000px;
    height: 1px;
    background-color: #e4e4e4;
	margin-top: -6px;
}

.strip--line .strip__text:before {
    left: -1000px;
}

.strip--line .strip__text:after {
    right: -1000px;
}

.menu--mobile {
    display: none;
}

.color-base {
    color: #e73e07;
}

.cover {
    text-align: center;
    background-color: #fff;
    font-size: 18px;
    padding: 18px;
}

.cover a {
    text-decoration: none;
    color: inherit;
}

.cover a:hover {
    color: #e73e07;
}

.cover .date {
    margin-bottom: 6px;
}

.cover__title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    font-family: "DIN Pro Cond", sans-serif;
}

.cover__part:first-of-type {
    width: 77px;
    padding-top: 7px;
}

.cover__part:last-of-type {
    padding-left: 18px;
}

.cover--prev {
    padding-top: 0;
    text-align: left;
}

.cover--prev .label {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.label {
    font-family: "DIN Pro Cond", sans-serif;
    display: inline-block;
    font-size: 18px;
    color: #656565;
    text-align: center;
    text-transform: uppercase;
    background-color: #ebebeb;
    padding: 4px 15px;
    font-weight: 500;
}

.copy {
    text-transform: uppercase;
    font-size: 15px;
}

.copy__text {
    display: block;
}

.frame {
    border: 6px solid #e73e07;
    padding: 30px 26px;
    text-align: center;
    color: #000;
    background-color: #fff;
    font-size: 19px;
    margin-top: 60px;
}

.frame:first-child {
    margin-top: 0;
}

.frame .title,
.frame #reply-title {
    font-size: 36px;
    margin-bottom: 20px;
    color: inherit;
}

.frame .info {
    margin-bottom: 20px;
}

.title,
#reply-title {
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
    font-size: 80px;
    font-family: "DIN Pro Cond", sans-serif;
}

p {
    font-size: 18px;
}

.soc {
    color: #333;
    font-size: 24px;
}

.soc__item {
    display: inline-block;
    margin: 0 10px;
}

.soc__item:first-of-type {
    margin-left: 0;
}

.soc__item:last-of-type {
    margin-right: 0;
}

.soc__item:hover {
    color: #e73e07;
}

.button,
#respond .form-submit {
    max-width: 100%;
    display: inline-block;
    font-size: 19px;
    color: #fff;
    background: #e73e07;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-weight: 400;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    clear: both;
    position: relative;
    text-transform: uppercase;
}

.button:hover,
#respond .form-submit:hover {
    background-color: #fbb900;
}

.button__text,
#respond #submit {
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 14px 30px;
    font-size: inherit;
    color: inherit;
    background: none;
    border: none;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    font-weight: inherit;
    text-shadow: inherit;
    font-family: inherit;
    outline: none;
    position: relative;
    cursor: pointer;
    text-transform: inherit;
}

.feed .post {
    margin-bottom: 70px;
}

.feed .post:last-of-type {
    margin-bottom: 0;
padding-top: 15px;
}

.sandwich {
    display: none;
}

.post {
    color: #010000;
    font-size: 20px;
    background-color: #fff;
}

.post__preview {
    height: 272px;
    width: 100%;
    background: no-repeat center / cover;
    margin-bottom: 10px;
}

.post__inner {
    padding: 0 20px 20px 20px;
}

.post .title,
.post #reply-title {
    font-size: 60px;
    font-family: "DIN Pro Cond", sans-serif;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 36px;
}

.post .date {
    font-size: 22px;
    color: #aaaaaa;
    margin-bottom: 30px;
}

.post .strip {
    text-align: center;
    color: #e73e07;
    font-size: 20px;
}

.field {
    margin-bottom: 20px;
}

.field textarea {
    min-height: 180px;
}

.field__part {
    display: block;
    width: 100%;
    background-color: #ebebeb;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 19px;
    font-weight: 200;
    padding: 15px 10px 15px 15px;
    color: #111213;
    outline: none;
    resize: none;
}

.field__part::-webkit-input-placeholder {
    color: #111213;
}

.field__part::-moz-placeholder {
    color: #111213;
}

.field__part:-ms-input-placeholder {
    color: #111213;
}

.field__part::placeholder {
    color: #111213;
}

.field__select-wrap {
    background: #ebebeb;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
}

.field__arrow {
    display: block;
    width: 45px;
    height: 100%;
    background: transparent;
    position: absolute;
    right: 0;
}

.field__arrow:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #3a3a3a;
}

.field__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-indent: 0.01px;
    background: transparent;
    text-overflow: '';
    position: relative;
    cursor: pointer;
    border: none;
    color: #111213;
}

.field__select::-ms-expand {
    display: none;
}

.field__row {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 16px;
    font-size: 18px;
    color: #000;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.field__row .field__text {
    width: 60%;
    display: table-cell;
}

.field__row .field__number {
    text-align: right;
    width: 40%;
    display: table-cell;
    vertical-align: bottom;
}

.field__row:last-child .field__label {
    font-weight: 700;
    font-size: 1.25em;
    text-transform: uppercase;
}

.form .button,
.form #respond .form-submit,
#respond .form .form-submit {
    width: 100%;
    margin-top: 10px;
}

.form__part:last-of-type {
    text-align: right;
}

.form--contacts .button,
.form--contacts #respond .form-submit,
#respond .form--contacts .form-submit {
    width: auto;
}

.sidebar {
    padding-top: 42px;
    padding-left: 56px;
    padding-bottom: 30px;
    background-color: #f5f5f5;
}

.sidebar__list .cover {
    margin-bottom: 30px;
}

.sidebar__list .cover:last-of-type {
    margin-bottom: 0;
}

.sidebar__item {
    margin-top: 60px;
}

.sidebar__item:first-child {
    margin-top: 0;
}

.mm-panels {
    display: none;
}

.header {
    background-color: #fff;
}

.header__part:first-of-type {
    width: 200px;
}

.header__part:last-of-type {
    padding-top: 6px;
    padding-left: 100px;
    text-align: right;
}

.header__top {
    padding-top: 25px;
    padding-bottom: 25px;
}

.strip__ico.fa.fa-angle-down{
	display: block;
}


.header__band {
    background-color: #e73e07;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    text-align: right;
    position: relative;
}

.header__band .menu__list {
    font-size: 0;
    display: inline-block;
    text-align: center;
}

.header__band .container {
    position: relative;
    padding-right: 69px;
}

.header__band .menu__item {
    margin: 0;
    font-size: 18px;
    padding: 0;
}

.header__band .menu__item:hover {
    background-color: #af2a0a;
}

.header__band .menu__link {
    padding: 18px 26px;
    text-decoration: none;
}

.header--search .search-module__pseudo {
    opacity: 0;
    visibility: hidden;
}

.main__part--first {
    padding-right: 50px;
}

.main__part--last {
    width: 380px;
    position: relative;
}

.main__part--last:before {
    content: '';
    display: block;
    width: 10000px;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #f5f5f5;
    position: absolute;
    z-index: -1;
}

.page__inner {
    margin-left: -6000px;
    padding-left: 6000px;
    background-color: #fff;
}

.s-content {
    padding-bottom: 20px;
}

.footer {
    background-color: #fff;
}

.footer .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer__part:first-of-type {
    width: 268px;
}

.footer__part:last-of-type {
    width: 260px;
    text-align: right;
}

.footer .soc {
    margin-bottom: 33px;
}

.footer .menu {
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0;
}

.footer .menu__item {
    width: 100%;
    max-width: 50%;
    font-size: 20px;
    margin: 0;
    margin-bottom: 21px;
}

.footer .menu__item:nth-last-of-type(2) {
    margin-bottom: 0;
}

.footer .menu__item:last-of-type {
    margin-bottom: 0;
}

.footer .menu__link {
    display: inline-block;
}

.footer .logo {
    margin-bottom: 65px;
}

.search-module {
    cursor: pointer;
    z-index: 20;
    text-align: right;
    position: absolute;
    height: 100%;
    width: 60px;
    top: 0;
    right: 0;
    background-color: #e73e07;
}

.search-module:hover {
    background-color: #af2a0a;
}

.search-module__pseudo {
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.search-module__form {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 721px;
    background-color: #e73e07;
    height: 100%;
    text-align: right;
    padding-top: 15px;
    padding-right: 70px;
    font-weight: 400;
}

.search-module__form .menu__ico {
    position: absolute;
    top: 23px;
    right: 40px;
    display: block;
}

.search-module__form .search-module__close {
    right: 20px;
}

.search-module .menu__ico {
    cursor: pointer;
    color: inherit;
    background: none;
    border: none;
    outline: none;
}

.search-module .fa-times,
.search-module .fa-close {
    font-size: 20px;
}

.search-module__input {
    color: #fff;
    display: inline-block;
    border: 0;
    background-color: transparent;
    border-bottom: 2px solid #fff;
    outline: none;
    font-size: 20px;
    padding: 3px 2px;
    width: 100%;
}

.posts-page {
    background-color: #f5f5f5;
}

.posts-page .main__part--first {
    padding-right: 20px;
}

.posts-page .main__part--last {
    width: 400px;
}

.menu-item-has-children {
    padding-left: 30px;
    min-width: 160px;
    margin-top: 0;
    top: 0;
}

.menu-item-has-children:before {
    content: "";
    font-family: "FontAwesome", sans-serif;
    display: inline-block;
    position: relative;
    top: 0;
    margin-left: 24px;
}

.menu-item-has-children .menu__link {
    display: inline-block;
    padding-left: 10px;
}

#respond label {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

#respond input,
#respond textarea {
    width: 100%;
    resize: none;
    height: 200px;
    padding: 10px;
    border: 1px solid #ccc;
}

#respond input {
    height: 32px;
    width: auto;
}

#respond #submit {
    height: auto;
}

.content-part {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #bfbfbf;
}

.similar {
    font-size: 20px;
    font-weight: 400;
}

.similar__item:first-of-type {
    padding-right: 30px;
}

.similar__item:last-of-type {
    padding-left: 30px;
}

.similar .title,
.similar #reply-title {
    font-size: 38px;
    margin-bottom: 10px;
}

.similar__img {
    max-height: 188px;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
}

.similar a {
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
}

.similar a:hover {
    text-decoration: underline;
    color: #e73e07;
}

.round {
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.title-caption {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 25px;
}

.comments .comment:last-of-type {
    margin-bottom: 0;
}

.children {
    margin-left: 30px;
}

.comment {
    margin-bottom: 20px;
}

.comment__top {
    margin-bottom: 10px;
}

.comment__top-part {
    padding-top: 6px;
}

.comment__top-part:first-of-type {
    padding-top: 0;
    width: 50px;
}

.comment__top-part:nth-of-type(2) {
    padding-left: 20px;
}

.comment__top-part:last-of-type {
    padding-top: 10px;
    width: 20%;
    text-align: right;
}

.comment__name {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    margin-right: 10px;
}

.comment__date {
    display: inline-block;
    font-size: 15px;
    color: #cccccc;
}

.single {
    background-color: #fff;
}

.single__preview {
    width: auto;
    margin-right: -20px;
}

#respond input {
    width: 264px;
    height: 54px;
}

#respond textarea {
    height: 202px;
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
}

#respond .form-submit {
    float: right;
    margin-top: 20px;
}

.comment-form .field__part {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.comment-form textarea {
    float: right;
}

#reply-title {
    font-size: 37px;
    margin-bottom: 10px;
}

html.mm-opening .sandwich {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1000;
}

.menu--mobile .menu__item {
    text-align: left;
}

html.mm-opening .mm-menu.mm-fullscreen.mm-opened~.mm-slideout {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.mm-menu.mm-offcanvas.mm-fullscreen {
    z-index: 1000;
    top: 80px;
}

#mm-blocker {
    top: 80px;
}

.mm-menu {
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.mm-opened .mm-menu {
    opacity: 1;
}

.mm-fixed-bottom {
    -webkit-transition: none 0.0s ease;
    -moz-transition: none 0.0s ease;
    -ms-transition: none 0.0s ease;
    -o-transition: none 0.0s ease;
}

.mm-panels {
    display: block;
}

.menu--mobile {
    background-color: #fff;
    text-transform: uppercase;
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
    color: #000;
}

.mm-navbar {
    border-bottom: 0;
    text-transform: uppercase;
    text-align: left;
    padding: 0 20px;
    font-family: "DIN Pro Cond", sans-serif;
    font-weight: 700;
    font-size: 40px;
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: 0;
}

.mm-prev:before {
    content: "\f060";
    font-family: "FontAwesome", sans-serif;
    border: 0;
    width: auto;
    height: auto;
    font-size: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 11px;
}

.mm-navbar {
    position: relative;
    height: auto;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
}

.mm-prev {
    position: relative;
    vertical-align: middle;
}

.mm-btn {
    width: 30px;
}

.mm-prev:before {
    position: static;
}

.mm-navbar .mm-title {
    white-space: normal;
    line-height: 1;
}

.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 0;
}

@media only screen and (max-width: 500px) {
    .navigation .prev {
        display: none;
    }
    .navigation .next {
        display: none;
    }
    .container {
        max-width: 320px;
    }
    .g-recaptcha {
        -webkit-transform: scale(0.93);
        -ms-transform: scale(0.93);
        transform: scale(0.93);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

@media only screen and (max-width: 1025px) {
    #respond textarea {
        width: 265px;
    }
    #respond input {
        width: 238px;
    }
}

@media only screen and (max-width: 991px) {
    body,
    html {
        font-family: "DIN Pro", sans-serif;
    }
    .container {
        max-width: 720px;
    }
    .wrapper {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    .main__part--last {
        display: none;
    }
    .s-content .date {
        margin-bottom: 10px;
    }
    .main .container {
        padding-bottom: 30px;
    }
    .header {
        height: 80px;
        overflow: hidden;
    }
    .sandwich {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .wrapper {
        height: 100%;
    }
    .posts .main .container {
        padding: 0;
    }
    .main {
        display: table-row;
        height: 100%;
    }
    .main__part:first-of-type {
        padding-right: 0;
    }
    .menu {
        display: block;
        text-align: left;
    }
    .menu--mobile {
        display: none;
    }
    .menu--mobile a {
        font-weight: 400;
    }
    .menu--top {
        display: none;
    }
    .current-menu-parent:before,
    .menu-item-has-children:before {
        display: none;
    }
    .current-menu-parent .menu__link,
    .menu-item-has-children .menu__link {
        padding-left: 20px;
    }
    .post {
        margin-left: 0;
        text-align: center;
    }
    .post__preview {
        height: 200px;
    }
    .post__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .post .title,
    .post #reply-title {
        font-size: 30px;
    }
    .footer {
        text-align: center;
    }
    .footer__grid {
        max-width: 200px;
        margin: 0 auto;
    }
    .footer__part {
        display: block;
    }
    .footer__part:first-of-type {
        width: auto;
        text-align: center;
    }
    .footer__part:nth-of-type(2) {
        display: none;
    }
	.footer-links{
		margin-bottom: 10px;
	}
    .footer__part:last-of-type {
        display: table-caption;
        width: auto;
        text-align: center;
    }
    .footer .logo {
        display: none;
    }
    .footer .soc {
        margin-bottom: 15px;
    }
    .footer__info {
        margin-bottom: 15px;
    }
	.footer__info:hover{
		color: #e73e07;
	}
    .form__row {
        display: block;
    }
    .form__part {
        display: block;
        text-align: center;
    }
    .form__part:last-of-type {
        text-align: center;
    }
    .form .button,
    .form #respond .form-submit,
    #respond .form .form-submit {
        width: 100%;
        max-width: 320px;
    }
    .form .g-recaptcha {
        display: inline-block;
    }
    .title,
    #reply-title {
        font-size: 30px;
        text-align: center;
    }
    .main .container {
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: #fff;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .posts-page .main__grid {
        padding-top: 0;
        padding-bottom: 0;
    }
    .posts-page .main .container {
        background: transparent;
    }
    body {
        background-color: #f5f5f5;
    }
    .pagination {
        margin-left: 20px;
    }
    .pagination a,
    .pagination span {
        font-size: 16px;
        min-width: 30px;
    }
    .similar {
        max-width: 500px;
        margin: 0 auto;
    }
    .single__preview {
        width: 100%;
        margin-right: 0;
    }
    #respond textarea {
        position: relative;
        width: 100%;
    }
    #respond input {
        width: 100%;
    }
}

#commentform {
    position: relative;
}

.logged-in #comment {
    position: relative;
    width: 100%;
}

@media only screen and (max-width: 991px) and (max-width: 600px) {
    .post__preview {
        height: 130px;
    }
    .similar__list {
        display: block;
    }
    .similar__item {
        display: block;
        margin: 0 auto 20px;
        max-width: 266px;
    }
    .similar__item:first-of-type {
        padding-right: 0;
    }
    .similar__item:last-of-type {
        padding-left: 0;
        margin-bottom: 0;
    }
}


.wpsm-comptable td img{
	max-width: 100%;
    max-height: 200px;
}
.wpsm-comptable td{
	min-width: auto;
}

.wpsm-comptable{
	font-size: 14px;
}

div.wpcf7 .ajax-loader{
	display: none;
}

.contact-form-row{
	position: relative;
}

.contact-form-row .form__button{
	position: absolute;
	top: 0;
	right: 0;
}

.feed{
	padding-top: 10px;
}

.post .title a{
	color: inherit;
	text-decoration: none;

}

.strip__text a:hover{
	color: #fbb900;
}

.footer-links a{
	font-size: 14px;
	color: inherit;
	font-weight: 400;
    text-decoration: none;
}

.footer-links a:hover{
	color: #e73e07;
}

.post__inner img,.post__inner video{
	display: inline-block;
}