.first-screen--btn,
.demo-toolbar button {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.newbtn {
    line-height: 1
}

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.fa,
.list-arrows li:before {
    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.33333333em;
    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.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.list-arrows li.fa-pull-left:before {
    margin-right: .3em
}

.fa.fa-pull-right,
.list-arrows li.fa-pull-right:before {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left,
.list-arrows li.pull-left:before {
    margin-right: .3em
}

.fa.pull-right,
.list-arrows li.pull-right:before {
    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: #ffffff
}

.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"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close: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-gear:before,
.fa-cog: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-rotate-right:before,
.fa-repeat: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-photo:before,
.fa-image: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,
.list-arrows li: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-warning:before,
.fa-exclamation-triangle: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-gears:before,
.fa-cogs: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-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars: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-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard: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-unlink:before,
.fa-chain-broken: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-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw: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-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try: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-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap: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-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-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-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-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-soccer-ball-o:before,
.fa-futbol-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-shekel:before,
.fa-sheqel:before,
.fa-ils: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-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator: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:before,
.fa-battery-full: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-stop-o:before,
.fa-hand-paper-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-tv:before,
.fa-television: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-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language: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-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-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:before,
.fa-thermometer-full: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-bathtub:before,
.fa-s15:before,
.fa-bath: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"
}

.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
}

.section-inner:before,
.mainheader .mainmenu li a:before,
.text-format blockquote:before,
.text-format ul li:before {
    content: '';
    display: block;
    position: absolute
}

.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.post-meta .fa,
.post-meta .list-arrows li:before,
.list-arrows .post-meta li:before {
    display: block;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.mainheader .mainmenu li a:before,
.btn-top {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.preloader__content,
.preloader__content>i,
.btn-top:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.btn-orange,
.btn-blue,
.btn-grey,
.btn-orange-transp {
    display: inline-block;
    vertical-align: middle;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.btn-orange:active,
.btn-blue:active,
.btn-grey:active,
.btn-orange-transp:active {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4)
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    line-height: 1
}

body {
    font-family: "Open Sans", sans-serif, serif;
    color: #555;
    line-height: 1;
    font-size: 14px;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important
}

body.mobile {
    -webkit-text-size-adjust: none
}

body.mobile input {
    -webkit-appearance: none
}

body,
html {
    min-width: 300px;
    overflow-x: hidden
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q,
blockquote {
    quotes: none
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}

img {
    max-width: 100%;
    height: auto;
    border: none
}

a {
    text-decoration: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:focus {
    outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

.cf:before,
.cf:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0
}

.cf:after {
    clear: both
}

.grid-row {
    font-size: 0
}

.grid-3 {
    display: inline-block;
    vertical-align: top
}

.col-6 {
    display: inline-block;
    vertical-align: middle;
    width: 50%
}

@media only screen and (max-width: 600px) {
    .col-6 {
        width: 100%;
        margin-bottom: 40px
    }
    .col-6:last-child {
        margin-bottom: 0
    }
}

body:not(.mobile) .animated {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1
}

body:not(.mobile) .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

body:not(.mobile) .animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

body:not(.mobile) .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

body:not(.mobile) .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

body:not(.mobile) .fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

body:not(.mobile) .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

body:not(.mobile) .fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

body:not(.mobile) .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

body:not(.mobile) .fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

body:not(.mobile) .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

body:not(.mobile) .fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

body:not(.mobile) .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

body:not(.mobile) .fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

body:not(.mobile) .fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

body:not(.mobile) .fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

body:not(.mobile) .fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

body:not(.mobile) .fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

body:not(.mobile) .fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

body:not(.mobile) .fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

body:not(.mobile) .fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    -webkit-transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: 0.7
}

.hamburger-box {
    width: 25px;
    height: 18px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 25px;
    height: 2px;
    background-color: #a85102;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -10px
}

.hamburger-inner::after {
    bottom: -10px
}

.hamburger--elastic .hamburger-inner {
    top: 2px;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.hamburger--elastic .hamburger-inner::before {
    top: 8px;
    -webkit-transition: opacity 0.15s 0.4s ease;
    -o-transition: opacity 0.15s 0.4s ease;
    transition: opacity 0.15s 0.4s ease
}

.hamburger--elastic .hamburger-inner::after {
    top: 16px;
    transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
    transform: translate3d(0, 8px, 0) rotate(135deg);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.hamburger--elastic.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(-270deg);
    transform: translate3d(0, -16px, 0) rotate(-270deg);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    -webkit-transition: opacity 0.15s 0.4s ease;
    -o-transition: opacity 0.15s 0.4s ease;
    transition: opacity 0.15s 0.4s ease
}

.hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
    transform: translate3d(0, 10px, 0) rotate(-135deg);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
    transform: translate3d(0, -20px, 0) rotate(270deg);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.preloader {
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.preloader__content {
    width: 140px;
    height: 150px
}

.preloader__content>i {
    border: 2px solid #f45328;
    border-radius: 50%
}

.preloader__content>i:nth-of-type(1) {
    width: 25px;
    height: 25px;
    border-bottom-color: transparent
}

.preloader__content>i:nth-of-type(2) {
    width: 50px;
    height: 50px;
    border-right-color: transparent
}

.preloader__content>i:nth-of-type(3) {
    width: 75px;
    height: 75px;
    border-top-color: transparent
}

.preloader.active {
    opacity: 1;
    visibility: visible
}

.preloader.active .preloader__content>i {
    -webkit-animation: preloader-rotate 2s linear infinite;
    animation: preloader-rotate 2s linear infinite
}

.preloader.active .preloader__content>i:nth-of-type(1) {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.preloader.active .preloader__content>i:nth-of-type(2) {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}

.preloader.active .preloader__content>i:nth-of-type(3) {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@-webkit-keyframes preloader-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes preloader-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

body {
    background: #f7f9fa
}

.main-container {
    padding-top: 79px;
    position: relative
}

@media only screen and (max-width: 2000px) {
    .main-container {
        padding-top: 60px
    }
}

@media only screen and (max-width: 991px) {
    .main-container {
        padding-top: 53px
    }
}

.fl {
    float: left
}

.fr {
    float: right
}

.tac {
    text-align: center
}

.tal {
    text-align: left
}

.tar {
    text-align: right
}

.greybg {
    background: #f0f2f3
}

.wrap-small {
    max-width: 1250px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0 auto
}

.section-subscribe .wrap-small span {
    font-size: 15px;
    position: relative;
    top: 10px;
    color: darkgray;
}

@media only screen and (max-width: 2000px) {
    .wrap-small {
        max-width: 990px
    }
}

.wrap-inner {
    max-width: 1100px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0 auto
}

@media only screen and (max-width: 2000px) {
    .wrap-inner {
        max-width: 870px
    }
}

.wrap-big {
    margin: 0 auto
}

.title-1 {
    font-weight: 600;
    font-size: 40px;
    /* margin-bottom: 86px; */
    color: #333;
    position: relative;
    top: 32px;
    line-height: 47px;
}


}
@media only screen and (max-width: 2000px) {
    .title-1 {
        font-size: 45px;
        margin-bottom: 67px
    }
}
@media only screen and (max-width: 991px) {
    .title-1 {
        font-size: 32px;
        margin-bottom: 50px
    }
}
@media only screen and (max-width: 500px) {
    .title-1 {
        margin-bottom: 40px
    }
}
.subtitle-1 {
    color: #c5c5c5;
    text-shadow: 1px 1px 1px #0000008c;
    display: block;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    margin-top: 30px
}
@media only screen and (max-width: 2000px) {
    .subtitle-1 {
        font-size: 20px;
        margin-top: 22px
    }
}
@media only screen and (max-width: 991px) {
    .subtitle-1 {
        font-size: 16px;
        margin-top: 20px
    }
}
.title-2 {
    font-size: 36px;
    font-weight: 600;
    color: #333;
    margin-bottom: 43px
}
.title-2 a {
    color: inherit;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}
.title-2 a:hover {
    color: #0589dd
}
@media only screen and (max-width: 2000px) {
    .title-2 {
        font-size: 30px;
        margin-bottom: 33px
    }
}
@media only screen and (max-width: 991px) {
    .title-2 {
        font-size: 28px;
        margin-bottom: 25px
    }
}
.title-3 {
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 30px;
    color: #333
}
@media only screen and (max-width: 2000px) {
    .title-3 {
        font-size: 39px;
        margin-bottom: 25px
    }
}
@media only screen and (max-width: 991px) {
    .title-3 {
        font-size: 32px
    }
}
.title-4 {
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 72px;
    color: #333;
    text-align: center
}
@media only screen and (max-width: 2000px) {
    .title-4 {
        font-size: 39px;
        margin-bottom: 55px
    }
}
@media only screen and (max-width: 991px) {
    .title-4 {
        font-size: 32px;
        margin-bottom: 45px
    }
}
.subtitle-4 {
    color: #999;
    display: block;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin-top: 30px
}
@media only screen and (max-width: 2000px) {
    .subtitle-4 {
        font-size: 20px;
        margin-top: 22px
    }
}
@media only screen and (max-width: 991px) {
    .subtitle-4 {
        font-size: 16px;
        margin-top: 20px
    }
}
.title-5 {
    font-size: 36px;
    font-weight: 600;
    color: #333;
    margin-bottom: 40px;
    text-align: center
}
@media only screen and (max-width: 2000px) {
    .title-5 {
        font-size: 23px;
        margin-bottom: 35px
    }
}
@media only screen and (max-width: 991px) {
    .title-5 {
        font-size: 21px;
        margin-bottom: 30px
    }
}
.subtitle-5 {
    text-align: center;
    font-size: 18px;
    color: #999;
    display: block;
    margin-top: 15px;
    font-weight: 400
}
@media only screen and (max-width: 2000px) {
    .subtitle-5 {
        font-size: 14px
    }
}
.subscribe-form {
    font-size: 0;
    text-align: center
}
.subscribe-form input {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.2);
    display: inline-block;
    vertical-align: top;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-family: "Open Sans", sans-serif;
    height: 60px;
    font-size: 18px;
    border-radius: 4px;
    padding: 0 20px;
    margin-right: 20px;
    width: calc(100% - 180px);
    max-width: 440px
}
.subscribe-form input:focus {
    border-color: #0598df
}
@media only screen and (max-width: 2000px) {
    .subscribe-form input {
        height: 50px;
        max-width: 340px;
        font-size: 15px;
        padding: 0 15px;
        width: calc(100% - 140px);
        margin-right: 15px
    }
}
@media only screen and (max-width: 500px) {
    .subscribe-form input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        max-width: 100%;
        height: 40px
    }
}
.subscribe-form .btn-orange {
    display: inline-block;
    vertical-align: top;
    min-width: 160px
}
@media only screen and (max-width: 2000px) {
    .subscribe-form .btn-orange {
        min-width: 125px
    }
}
@media only screen and (max-width: 500px) {
    .subscribe-form .btn-orange {
        width: 100%
    }
}
.btn-orange {
    background: #a85102;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 4px;
    font-size: 22px;
    padding: 17px 8px;
    letter-spacing: 1px
}
.btn-orange:hover {
    background: #bf6514;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2)
}
@media only screen and (max-width: 2000px) {
    .btn-orange {
        font-size: 16px;
        padding: 16px 8px
    }
}
@media only screen and (max-width: 500px) {
    .btn-orange {
        padding: 11px 8px
    }
}
.btn-blue {
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    background: #b27702;
    padding: 11px 20px;
    letter-spacing: 1px
}
@media only screen and (max-width: 2000px) {
    .btn-blue {
        font-size: 14px;
        padding: 9px 16px
    }
}
.btn-blue:hover {
    background: #8c6309;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2)
}
.link-more {
    color: #0598df;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline
}
.link-more .fa,
.link-more .list-arrows li:before,
.list-arrows .link-more li:before {
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    right: 0;
    font-size: 10px
}
.link-more:hover .fa,
.link-more:hover .list-arrows li:before,
.list-arrows .link-more:hover li:before {
    right: -4px
}
.btn-orange-transp {
    text-transform: uppercase;
    font-weight: 600;
    color: #f45328;
    letter-spacing: 1px;
    border-width: 2px;
    font-size: 15px;
    padding: 8px 8px;
    border-radius: 4px
}
.btn-orange-transp:hover {
    background: #f45328;
    color: #fff
}
.wrap {
    margin: 0 auto
}
.first-screen {
    padding: 85px 0 0px;
    background: -webkit-gradient(linear, left top, left bottom, from(#edeff0), to(#f7f9fa));
    background: -o-linear-gradient(top, #edeff0 0%, #f7f9fa 100%);
    background: linear-gradient(to bottom, #edeff0 0%, #f7f9fa 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#edeff0', endColorstr='#f7f9fa', GradientType=0)
}
.first-screen p {
    font-size: 20px;
    margin-bottom: 40px
}
@media only screen and (max-width: 2000px) {
    .first-screen p {
        font-size: 16px;
        margin-bottom: 30px
    }
}
@media only screen and (max-width: 991px) {
    .first-screen p {
        margin-bottom: 25px
    }
}
.first-screen .first-layer {
    position: relative;
    z-index: 2
}
@media only screen and (max-width: 2000px) {
    .first-screen {
        padding: 26px 0 0
    }
}
@media only screen and (max-width: 991px) {
    .first-screen {
        padding: 55px 0 0
    }
}
@media only screen and (max-width: 500px) {
    .first-screen {
        padding: 50px 0 0px
    }
}
.fs-bg {
    z-index: 1;
    margin: -170px auto 0;
    max-width: 1300px
}
@media only screen and (max-width: 2000px) {
    .fs-bg {
        max-width: 1135px;
        margin-top: -160px
    }
}
@media only screen and (max-width: 600px) {
    .fs-bg {
        margin-top: -100px
    }
}
@media only screen and (max-width: 500px) {
    .fs-bg {
        display: none
    }
}
.section-main {
    padding: 70px 0 125px
}
@media only screen and (max-width: 2000px) {
    .section-main {
        padding: 10px 0 100px
    }
}
@media only screen and (max-width: 600px) {
    .section-main {
        padding: 65px 0
    }
}
.section-inner {
    padding: 57px 0;
    background: #fff;
    position: relative;
    overflow: hidden
}
@media only screen and (max-width: 2000px) {
    .section-inner {
        padding: 50px 0
    }
}
.section-inner .wrap-inner,
.section-inner .wrap-header,
.section-inner .wrap-small {
    position: relative;
    z-index: 2
}
.section-inner:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 720px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE0MDAgNzIwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE0MDAiIGhlaWdodD0iNzIwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f7f9f9));
    background-image: -o-linear-gradient(bottom, #fff 0%, #f7f9f9 100%);
    background-image: linear-gradient(bottom, #fff 0%, #f7f9f9 100%)
}
@media only screen and (max-width: 2000px) {
    .section-inner:before {
        height: 560px
    }
}
.section-inner.bg-grey-light {
    background: #f7f9fa
}
.section-inner.bg-grey-light:before {
    display: none
}
.sm-row {
    margin-bottom: 105px
}
@media only screen and (max-width: 2000px) {
    .sm-row {
        margin-bottom: 50px
    }
}
.sm-row:last-child {
    margin-bottom: 0
}
@media only screen and (max-width: 600px) {
    .sm-row {
        padding-bottom: 40px;
        border-bottom: 1px solid #f5f5f5;
        margin-bottom: 40px
    }
    
    .sm-row:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none
    }
}
@media only screen and (max-width: 600px) {
    .col-img {
        padding-left: 0;
        padding-right: 0
    }
    
    .col-img img {
        max-width: 100%;
        width: 300px
    }
}
.col-txt p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 35px;
    font-size: 20px
}
@media only screen and (max-width: 2000px) {
    .col-txt p {
        font-size: 16px;
        margin-bottom: 25px
    }
}
.col-txt p:last-child {
    margin-bottom: 0
}
.col-txt,
.col-img {
    padding-right: 40px
}
@media only screen and (max-width: 2000px) {
    .col-txt,
    .col-img {
        padding-right: 20px
    }
}
.col-txt:nth-child(2n+2),
.col-img:nth-child(2n+2) {
    padding-right: 0;
    padding-left: 40px
}
@media only screen and (max-width: 2000px) {
    .col-txt:nth-child(2n+2),
    .col-img:nth-child(2n+2) {
        padding-left: 20px
    }
}
@media only screen and (max-width: 600px) {
    .col-txt,
    .col-img {
        padding-left: 0;
        padding-right: 0
    }
    
    .col-txt:nth-child(2n+2),
    .col-img:nth-child(2n+2) {
        padding-right: 0;
        padding-left: 0
    }
}
.section-subscribe {
    padding: 90px 0
}
@media only screen and (max-width: 2000px) {
    .section-subscribe {
        padding: 65px 0
    }
}
.section-subscribe p {
    margin-bottom: 60px;
    color: #333;
    font-size: 20px
}
@media only screen and (max-width: 2000px) {
    .section-subscribe p {
        font-size: 16px;
        margin-bottom: 45px
    }
}
.screen-item {
    margin-top: 55px;
    margin-bottom: 55px
}
@media only screen and (max-width: 2000px) {
    .screen-item {
        margin-top: 40px;
        margin-bottom: 40px
    }
}
.screen-item img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}
@media only screen and (max-width: 2000px) {
    .screen-item img {
        max-width: calc(100% + 50px);
        width: calc(100% + 50px);
        margin-left: -25px
    }
}
.wrap-header {
    margin: 0 auto;
    width: 1330px;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px
}
@media only screen and (max-width: 2000px) {
    .wrap-header {
        width: 1050px
    }
}
.mainheader {
    background: #eae8d1;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999
}
.mainheader .logo {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 20px 0
}
@media only screen and (max-width: 2000px) {
    .mainheader .logo {
        max-width: 258px;
        margin: 8px 0;
    }
}
@media only screen and (max-width: 991px) {
    .mainheader .logo {
        max-width: 230px
    }
}
.mainheader .logo:hover {
    opacity: .85
}
.mainheader .logo img {
    display: block;
    width: 100%
}
.mainheader .mainmenu {
    display: inline-block;
    vertical-align: middle
}
@media only screen and (max-width: 991px) {
    .mainheader .mainmenu {
        display: none
    }
}
.mainheader .mainmenu li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 37px;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600
}
@media only screen and (max-width: 2000px) {
    .mainheader .mainmenu li {
        font-size: 12px;
        margin-left: 34px;
        letter-spacing: 1px
    }
}
.mainheader .mainmenu li a {
    color: #656565;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    padding: 32px 0;
    display: block
}
.mainheader .mainmenu li a:before {
    bottom: 0px;
    width: 0;
    height: 2px;
    background: #bf6514;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0
}
.mainheader .mainmenu li a:hover:before {
    opacity: 1;
    width: 100%
}
@media only screen and (max-width: 2000px) {
    .mainheader .mainmenu li a {
        padding: 24px 0
    }
}
.mainheader .mainmenu li a:hover {
    color: #bf6514
}
.mainheader .mainmenu li.current a:before {
    opacity: 1;
    width: 100%
}
@media only screen and (max-width: 1040px) {
    .mainheader .mainmenu li {
        margin-left: 25px
    }
}
.mainheader .mainmenu li:first-child {
    margin-left: 0
}
.mainheader .hamburger {
    display: none;
    margin: 16px 0
}
@media only screen and (max-width: 991px) {
    .mainheader .hamburger {
        display: block
    }
}
.mobile-menu {
    background: #f5f5f5;
    z-index: 9999;
    -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
    padding: 40px 45px;
    width: 300px;
    color: #555;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    height: 100vh;
    position: fixed;
    display: none
}
@media only screen and (max-width: 991px) {
    .mobile-menu {
        display: block
    }
}
@media only screen and (max-width: 500px) {
    .mobile-menu {
        -webkit-transform: translateX(-220px);
        -ms-transform: translateX(-220px);
        transform: translateX(-220px);
        padding: 35px 30px;
        width: 220px
    }
}
.mobile-menu.opened {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    visibility: visible;
    opacity: 1
}
.mobile-menu ul {
    margin-bottom: 20px
}
.mobile-menu ul li {
    margin-bottom: 20px;
    font-size: 15px;
    color: #555;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px
}
@media only screen and (max-width: 500px) {
    .mobile-menu ul li {
        font-size: 14px
    }
}
.mobile-menu ul li a {
    color: inherit;
    display: inline-block;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}
.mobile-menu ul li a:hover {
    color: #f45328
}
.mobile-menu .btn-orange-transp {
    width: 100%;
    margin-bottom: 40px
}
.mainfooter {
    background: #f6f6f6;
    padding: 25px 0
}
@media only screen and (max-width: 2000px) {
    .mainfooter {
        padding: 20px 0
    }
}
.copy {
    color: #999;
    font-size: 14px;
    margin: 9px 0
}
@media only screen and (max-width: 2000px) {
    .copy {
        font-size: 11px
    }
}
@media only screen and (max-width: 500px) {
    .copy {
        float: none;
        text-align: center
    }
}
@media only screen and (max-width: 500px) {
    .foot-menu {
        text-align: center;
        float: none
    }
}
.foot-menu li {
    display: inline-block;
    vertical-align: middle;
    margin: 8px 40px 8px 0;
    color: #656565;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px
}
.foot-menu li:last-child {
    margin-right: 0
}
@media only screen and (max-width: 2000px) {
    .foot-menu li {
        font-size: 12px;
        margin-right: 30px
    }
    
    .foot-menu li:last-child {
        margin-right: 0
    }
}
@media only screen and (max-width: 991px) {
    .foot-menu li {
        margin-right: 20px
    }
    
    .foot-menu li:last-child {
        margin-right: 0
    }
}
@media only screen and (max-width: 500px) {
    .foot-menu li {
        margin: 8px 8px
    }
}
.foot-menu li a {
    color: inherit;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}
.foot-menu li a:hover {
    color: #a85102
}
.btn-top {
    position: absolute;
    bottom: -40px;
    width: 80px;
    height: 80px;
    border: 2px solid #e3e3e5;
    border-radius: 50%;
    opacity: .5;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    background: #fff;
    color: #d3d3d7
}
@media only screen and (max-width: 2000px) {
    .btn-top {
        width: 60px;
        height: 60px;
        bottom: -30px
    }
}
@media only screen and (max-width: 500px) {
    .btn-top {
        width: 40px;
        height: 40px;
        bottom: -20px
    }
}
.btn-top:before {
    font-size: 22px
}
@media only screen and (max-width: 2000px) {
    .btn-top:before {
        font-size: 18px
    }
}
@media only screen and (max-width: 500px) {
    .btn-top:before {
        font-size: 15px
    }
}
.btn-top:hover {
    opacity: 1;
    color: #0598df
}
.post-excerpt {
    padding-bottom: 40px;
    margin-bottom: 40px;
    font-size: 0;
    border-bottom: 1px dashed #c7c7c7
}
@media only screen and (max-width: 2000px) {
    .post-excerpt {
        padding-bottom: 32px;
        margin-bottom: 32px
    }
}
.post-excerpt:last-child {
    border-bottom: none;
    padding-bottom: 0
}
.post-excerpt .img-cont {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    width: 380px
}
@media only screen and (max-width: 2000px) {
    .post-excerpt .img-cont {
        width: 300px;
        margin-right: 30px
    }
}
@media only screen and (max-width: 768px) {
    .post-excerpt .img-cont {
        margin-right: 0;
        margin-bottom: 25px;
        width: 100%
    }
}
.post-excerpt .img-cont img {
    width: 100%
}
.post-excerpt a.img-cont {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}
.post-excerpt a.img-cont:hover {
    opacity: .85
}
.post-excerpt .pe-content {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 420px)
}
@media only screen and (max-width: 2000px) {
    .post-excerpt .pe-content {
        width: calc(100% - 330px)
    }
}
@media only screen and (max-width: 768px) {
    .post-excerpt .pe-content {
        width: 100%
    }
}
.post-excerpt .pe-content p {
    font-size: 18px;
    margin-bottom: 23px;
    line-height: 1.66667
}
@media only screen and (max-width: 2000px) {
    .post-excerpt .pe-content p {
        font-size: 14px;
        margin-bottom: 18px
    }
}
@media only screen and (max-width: 500px) {
    .post-excerpt .pe-content p {
        margin-bottom: 15px
    }
}
.post-excerpt .pe-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
    line-height: 1.2
}
@media only screen and (max-width: 2000px) {
    .post-excerpt .pe-title {
        font-size: 23px;
        margin-bottom: 15px
    }
}
.post-excerpt .pe-title a {
    color: inherit;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}
.post-excerpt .pe-title a:hover {
    color: #0598df
}
@media only screen and (max-width: 500px) {
    .post-excerpt .fl,
    .post-excerpt .fr {
        float: none
    }
}
.post-excerpt .btn-blue {
    min-width: 120px
}
@media only screen and (max-width: 2000px) {
    .post-excerpt .btn-blue {
        min-width: 90px
    }
}
.post-excerpt .post-meta {
    text-align: left;
    margin-bottom: 0
}
@media only screen and (max-width: 500px) {
    .post-excerpt .post-meta {
        margin-bottom: 15px
    }
}
.post-excerpt .post-meta .meta-item {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 60px;
    font-size: 16px;
    padding-left: 25px
}
@media only screen and (max-width: 2000px) {
    .post-excerpt .post-meta .meta-item {
        font-size: 12px;
        padding-left: 19px;
        margin-right: 45px
    }
}
@media only screen and (max-width: 500px) {
    .post-excerpt .post-meta .meta-item {
        margin-right: 25px
    }
}
.post-excerpt .post-meta .meta-item:last-child {
    margin-right: 0
}
.post-excerpt .post-meta .meta-item .fa,
.post-excerpt .post-meta .meta-item .list-arrows li:before,
.list-arrows .post-excerpt .post-meta .meta-item li:before {
    font-size: 18px
}
@media only screen and (max-width: 2000px) {
    .post-excerpt .post-meta .meta-item .fa,
    .post-excerpt .post-meta .meta-item .list-arrows li:before,
    .list-arrows .post-excerpt .post-meta .meta-item li:before {
        font-size: 14px
    }
}
.post-header {
    margin-bottom: 53px
}
@media only screen and (max-width: 2000px) {
    .post-header {
        margin-bottom: 45px
    }
}
.post-title {
    color: #333;
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 17px;
    text-align: center;
    line-height: 1.2
}
@media only screen and (max-width: 2000px) {
    .post-title {
        font-size: 39px;
        margin-bottom: 15px
    }
}
@media only screen and (max-width: 600px) {
    .post-title {
        font-size: 30px
    }
    
    .post-title br {
        display: none
    }
}
.post-meta {
    text-align: center;
    margin-bottom: 50px
}
@media only screen and (max-width: 2000px) {
    .post-meta {
        margin-bottom: 40px
    }
}
.post-meta .meta-item {
    color: #999;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 8px 40px;
    padding-left: 32px;
    font-size: 18px
}
@media only screen and (max-width: 2000px) {
    .post-meta .meta-item {
        font-size: 14px;
        margin: 8px 30px;
        padding-left: 25px
    }
}
.post-meta .fa,
.post-meta .list-arrows li:before,
.list-arrows .post-meta li:before {
    color: #0598df;
    position: absolute;
    left: 0;
    font-size: 24px
}
@media only screen and (max-width: 2000px) {
    .post-meta .fa,
    .post-meta .list-arrows li:before,
    .list-arrows .post-meta li:before {
        font-size: 18px
    }
}
.post-meta a {
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}
.post-meta a:hover {
    color: #0598df
}
.post-header .lead-txt {
    text-align: center;
    color: #555;
    line-height: 1.63636;
    font-size: 22px;
    margin-bottom: 50px
}
@media only screen and (max-width: 2000px) {
    .post-header .lead-txt {
        margin-bottom: 40px;
        font-size: 16px
    }
}
.img-main img {
    display: block;
    margin: 0 auto
}
.text-format {
    color: #555
}
.text-format img {
    display: block;
    margin: 0 auto 45px
}
.text-format p {
    font-size: 18px;
    line-height: 1.66667;
    margin: 0 0 20px 0
}
@media only screen and (max-width: 2000px) {
    .text-format p {
        font-size: 14px
    }
}
.text-format p a {
    color: #0598df
}
.text-format p a:hover {
    text-decoration: underline
}
.text-format strong,
.text-format b {
    font-weight: 600
}
.text-format h1,
.text-format h2,
.text-format h3,
.text-format h4,
.text-format h5,
.text-format h6 {
    font-weight: 600;
    font-size: 50px;
    line-height: 1.2;
    clear: both;
    margin: 0 0 20px 0
}
.text-format h1 {
    font-size: 50px
}
@media only screen and (max-width: 2000px) {
    .text-format h1 {
        font-size: 39px
    }
}
@media only screen and (max-width: 600px) {
    .text-format h1 {
        font-size: 30px
    }
}
.text-format h2 {
    font-size: 40px
}
@media only screen and (max-width: 2000px) {
    .text-format h2 {
        font-size: 37px
    }
}
@media only screen and (max-width: 600px) {
    .text-format h2 {
        font-size: 26px
    }
}
.text-format h3 {
    font-size: 36px
}
@media only screen and (max-width: 2000px) {
    .text-format h3 {
        font-size: 32px
    }
}
@media only screen and (max-width: 600px) {
    .text-format h3 {
        font-size: 24px
    }
}
.text-format h4 {
    font-size: 32px
}
@media only screen and (max-width: 2000px) {
    .text-format h4 {
        font-size: 28px
    }
}
@media only screen and (max-width: 600px) {
    .text-format h4 {
        font-size: 22px
    }
}
.text-format h5 {
    font-size: 28px
}
@media only screen and (max-width: 2000px) {
    .text-format h5 {
        font-size: 24px
    }
}
@media only screen and (max-width: 600px) {
    .text-format h5 {
        font-size: 20px
    }
}
.text-format h6 {
    font-size: 25px
}
@media only screen and (max-width: 2000px) {
    .text-format h6 {
        font-size: 20px
    }
}
@media only screen and (max-width: 600px) {
    .text-format h6 {
        font-size: 18px
    }
}
.text-format blockquote {
    font-size: 18px;
    line-height: 1.5;
    padding: 28px 70px 0 0;
    margin: 0 0 30px 0;
    position: relative
}
@media only screen and (max-width: 2000px) {
    .text-format blockquote {
        font-size: 14px
    }
    
    .text-format blockquote p {
        margin-bottom: 10px
    }
}
.text-format blockquote:before {
    content: '\201c';
    font-weight: 600;
    font-size: 42px;
    color: #f45328;
    position: absolute;
    top: -10px;
    left: 0
}
.text-format ul {
    font-size: 18px;
    line-height: 1.66667;
    margin-bottom: 30px
}
@media only screen and (max-width: 2000px) {
    .text-format ul {
        font-size: 14px
    }
}
.text-format ul li {
    margin: 0 0 20px 0;
    padding-left: 24px;
    position: relative
}
.text-format ul li:before {
    width: 6px;
    height: 6px;
    border: solid 2px #f45328;
    margin: 10px 0 0 0;
    left: 0;
    border-radius: 50%
}
@media only screen and (max-width: 2000px) {
    .text-format ul li:before {
        margin: 7px 0 0 0
    }
}
.text-format ol {
    font-size: 18px;
    line-height: 1.66667;
    margin-bottom: 30px
}
@media only screen and (max-width: 2000px) {
    .text-format ol {
        font-size: 14px
    }
}
.text-format ol li {
    margin: 0 0 20px 0;
    padding-left: 24px;
    position: relative;
    counter-increment: step-counter
}
.text-format ol li:before {
    content: counter(step-counter);
    display: block;
    font-weight: 600;
    color: #f45328;
    position: absolute;
    margin: 0;
    left: 0
}
.text-format table {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    table-layout: auto;
    border-collapse: collapse;
    margin: 0 0 20px 0
}
.text-format table td,
.text-format table th {
    border: solid 1px #e8e8e8;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.66667
}
@media only screen and (max-width: 2000px) {
    .text-format table td,
    .text-format table th {
        font-size: 14px
    }
}
.text-format table thead td,
.text-format table thead th {
    text-align: center;
    font-weight: 600
}
.text-format .wp-caption {
    margin: 0 0 20px 0;
    position: relative
}
.text-format .wp-caption img {
    display: block
}
.text-format .wp-caption .wp-caption-text {
    margin: 0;
    width: 100%;
    padding: 16px 20px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    bottom: 0
}
.text-format .alignright {
    float: right;
    margin: 30px 0 30px 30px;
    max-width: 100%
}
.text-format .alignright img {
    width: 100%
}
.text-format .alignleft {
    float: left;
    margin: 30px 30px 30px 0;
    max-width: 100%
}
.text-format .alignleft img {
    width: 100%
}
.text-format .aligncenter {
    margin: 30px auto;
    display: block;
    clear: both;
    max-width: 100%
}
.text-format .aligncenter img {
    width: 100%
}
.text-format .alignnone {
    max-width: 100%
}
.text-format .alignnone img {
    width: 100%
}
.text-format blockquote p,
.text-format blockquote,
.text-format ul p,
.text-format ol p,
.text-format table p,
.text-format .wp-caption p {
    font-size: 18px
}
@media only screen and (max-width: 2000px) {
    .text-format blockquote p,
    .text-format blockquote,
    .text-format ul p,
    .text-format ol p,
    .text-format table p,
    .text-format .wp-caption p {
        font-size: 14px
    }
}
.text-format blockquote p a,
.text-format blockquote a,
.text-format ul p a,
.text-format ol p a,
.text-format table p a,
.text-format .wp-caption p a {
    color: #0598df
}
.text-format blockquote p a:hover,
.text-format blockquote a:hover,
.text-format ul p a:hover,
.text-format ol p a:hover,
.text-format table p a:hover,
.text-format .wp-caption p a:hover {
    text-decoration: underline
}
.text-format blockquote:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    clear: both
}
.text-format blockquote footer {
    background: transparent;
    min-height: 0;
    font-size: 16px
}
.text-format blockquote footer br {
    display: none
}
.text-format address {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 1.66667;
    margin: 30px 0
}
@media only screen and (max-width: 2000px) {
    .text-format address {
        font-size: 14px
    }
}
.text-format p:last-child,
.text-format ol:last-child,
.text-format ul:last-child,
.text-format blockquote:last-child,
.text-format address:last-child,
.text-format li:last-child {
    margin-bottom: 0
}
.text-format {
    color: #333
}
.mainfooter .ssba-wrap {
    padding: 0;
    height: 0;
    margin-top: -22px
}
html {
    position: relative;
    min-height: 100%
}
footer.mainfooter {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0
}
main.main-container {
    margin-bottom: 69px;
    position: relative
}
.wrap {
    width: 100%;
    max-width: 1050px;
    padding-left: 25px;
    padding-right: 25px
}
@media only screen and (max-width: 991px) {
    .wrap {
        padding-left: 20px;
        padding-right: 20px
    }
}
@media only screen and (max-width: 420px) {
    .wrap {
        padding-left: 15px;
        padding-right: 15px
    }
}
.btn-top {
    bottom: 10px
}
@media only screen and (max-width: 600px) {
    .sm-row {
        display: table
    }
    
    .col-img {
        display: table-header-group
    }
    
    .col-txt {
        display: table-footer-group
    }
    
    .col-txt h2 {
        text-align: center
    }
}
input.invalid {
    border-color: red
}
button.disabled {
    opacity: 0.9;
    cursor: wait;
    pointer-events: none
}
button i.fa-spinner {
    display: none
}
button.disabled i.fa-spinner {
    display: inline-block
}
.alert {
    padding: 11px;
    border: 1px solid transparent;
    border-radius: 4px
}
.alert p {
    margin: 0;
    font-size: 20px;
    margin-top: 2px
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}
.thank-you-box {
    display: none;
    height: 50px;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto
}
.pagination-line .nav-links {
    text-align: center
}
.pagination-line .screen-reader-text {
    display: none
}
.pagination-line a.page-numbers {
    color: #0598df;
    padding: 4px 4px 0 4px
}
.pagination-line a.page-numbers:hover {
    border-bottom: 1px solid #0598df
}
.pagination-line span.page-numbers.current {
    padding: 4px 4px;
    font-weight: bold
}
.dwqa-list-question .pagination {
    margin-bottom: 40px
}
.dwqa-list-question .dwqa-btn {
    margin-bottom: 20px
}
.dwqa-list-question .questions-list {
    margin-bottom: 20px
}
.dwqa-list-question .dwqa-question {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px dashed #EAEAEA
}
.dwqa-list-question .dwqa-question:last-child {
    border-bottom: none
}
.dwqa-list-question .dwqa-question .dwqa-user-avatar {
    display: none
}
.dwqa-list-question .dwqa-question .dwqa-header {
    position: relative;
    padding-right: 60px;
    padding-left: 40px
}
@media only screen and (max-width: 660px) {
    .dwqa-list-question .dwqa-question .dwqa-header {
        padding-left: 0;
        padding-right: 0
    }
}
.dwqa-list-question .dwqa-question .dwqa-title {
    font-weight: bold;
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 16px;
    line-height: 1.2;
    color: #555;
    text-transform: capitalize
}
.dwqa-list-question .dwqa-question .dwqa-title:hover {
    color: #0598df
}
.dwqa-list-question .dwqa-question .dwqa-meta {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #b7b7b7
}
.dwqa-list-question .dwqa-question .dwqa-meta strong {
    display: inline-block;
    margin: 0 5px
}
.dwqa-list-question .dwqa-question .dwqa-meta a[href] {
    color: #0598df;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.dwqa-list-question .dwqa-question .dwqa-meta a[href]:hover {
    border-color: #0598df
}
.dwqa-list-question .dwqa-question .dwqa-status {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 0;
    display: block;
    width: 18px;
    height: 18px
}
@media only screen and (max-width: 660px) {
    .dwqa-list-question .dwqa-question .dwqa-status {
        display: none
    }
}
.dwqa-list-question .dwqa-question .dwqa-status:before {
    color: #0598df;
    font-size: 18px;
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    text-align: center;
    width: 100%
}
.dwqa-list-question .dwqa-question .dwqa-status.status-resolved:before {
    color: #00A45A;
    content: "\f05d"
}
.dwqa-list-question .dwqa-question .dwqa-status.status-answered:before {
    content: "\f112";
    color: #f45328
}
.dwqa-list-question .dwqa-question .dwqa-status.status-closed:before {
    content: "\f023";
    color: #555
}
.dwqa-list-question .dwqa-question .dwqa-footer-meta {
    position: absolute;
    width: 50px;
    right: 0;
    top: 25px;
    text-align: center;
    font-size: 12px;
    color: #b7b7b7
}
.dwqa-list-question .dwqa-question .dwqa-footer-meta strong {
    color: #0598df;
    display: block;
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: bold
}
@media only screen and (max-width: 660px) {
    .dwqa-list-question .dwqa-question .dwqa-footer-meta strong {
        display: inline
    }
}
@media only screen and (max-width: 660px) {
    .dwqa-list-question .dwqa-question .dwqa-footer-meta {
        position: static;
        display: block;
        margin-top: 4px;
        width: auto;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        text-align: left
    }
}
.dwqa-single-question .dwqa-author {
    padding-left: 100px;
    position: relative;
    font-size: 12px;
    margin-bottom: 20px
}
.dwqa-single-question .dwqa-author .author {
    font-weight: bold
}
.dwqa-single-question .dwqa-author .dwqa-date {
    color: #b7b7b7
}
.dwqa-single-question .dwqa-author img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #EAEAEA;
    border-radius: 50%
}
.dwqa-single-question .dwqa-content {
    padding-left: 100px
}
.dwqa-single-question .dwqa-tags {
    padding-left: 100px
}
.dwqa-single-question .dwqa-tags .dwqa-tag {
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    margin-bottom: 4px
}
.dwqa-single-question .dwqa-tags .dwqa-tag:last-child {
    margin-right: 0
}
.dwqa-single-question .dwqa-tags .dwqa-tag a {
    background: #f5f5f5;
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #555;
    font-size: 12px;
    padding: 8px 14px;
    border-radius: 4px
}
.dwqa-single-question .dwqa-tags .dwqa-tag a:hover {
    background: #0598df;
    color: #fff
}
.dwqa-single-question .dwqa-question {
    padding-bottom: 30px;
    border-bottom: 1px dashed #EAEAEA;
    margin-bottom: 30px
}
@media only screen and (max-width: 660px) {
    .dwqa-single-question .dwqa-question .dwqa-meta {
        text-align: center
    }
}
.dwqa-single-question .dwqa-current-status,
.dwqa-single-question .dwqa-favourite {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    background: #0598df;
    color: #fff;
    padding: 10px 12px;
    font-size: 12px;
    border-radius: 4px
}
.dwqa-single-question .dwqa-current-status button,
.dwqa-single-question .dwqa-favourite button {
    color: #fff;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer
}
@media only screen and (max-width: 660px) {
    .dwqa-single-question .dwqa-current-status,
    .dwqa-single-question .dwqa-favourite {
        margin-right: 0
    }
}
.dwqa-single-question .dwqa-favourite {
    background: #f5f5f5;
    color: #555;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.dwqa-single-question .dwqa-favourite .dwpa_following,
.dwqa-single-question .dwqa-favourite .dwpa_unfollow {
    display: none
}
.dwqa-single-question .dwqa-favourite:hover {
    background: #dcdcdc
}
.dwqa-single-question .dwqa-favourite.active {
    background: #0598df;
    color: #fff
}
.dwqa-single-question .dwqa-favourite.active .dwpa_follow {
    display: none
}
.dwqa-single-question .dwqa-favourite.active .dwpa_unfollow {
    display: block
}
.dwqa-single-question .dwqa-favourite.active:hover {
    background: #35ace5
}
.dwqa-single-question .dwqa-headline {
    font-weight: bold;
    font-size: 19px
}
.dwqa-single-question .dwqa-category,
.dwqa-single-question .dwqa-privacy {
    display: inline-block;
    vertical-align: middle
}
.dwqa-single-question .dwqa-category a,
.dwqa-single-question .dwqa-privacy a {
    color: #0598df;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.dwqa-single-question .dwqa-category a:hover,
.dwqa-single-question .dwqa-privacy a:hover {
    border-color: #0598df
}
.dwqa-single-question .dwqa-category,
.dwqa-single-question .dwqa-current-status {
    margin-top: 10px
}
@media only screen and (max-width: 660px) {
    .dwqa-single-question .dwqa-category,
    .dwqa-single-question .dwqa-current-status {
        display: block;
        text-align: center
    }
}
.dwqa-single-question .dwqa-meta {
    padding-bottom: 15px;
    border-bottom: 1px dashed #EAEAEA;
    margin-bottom: 25px
}
.dwqa-single-question .dwqa-headline {
    margin-bottom: 10px
}
.dwqa-single-question .dwqa-list-answers {
    margin-bottom: 40px
}
.dwqa-single-question .dwqa-list-answers .dwqa-privacy {
    font-size: 12px;
    color: #b7b7b7
}
.dwqa-single-question .dwqa-list-answers .dwqa-answer {
    position: relative;
    margin-top: 30px;
    border-top: 1px dashed #EAEAEA;
    padding-top: 30px
}
.dwqa-single-question .dwqa-list-answers .dwqa-answer:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}
.dwqa-single-question .dwqa-list-answers .dwqa-meta {
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 12px;
    z-index: 3;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #b7b7b7
}
.dwqa-single-question .dwqa-list-answers .dwqa-meta .dwqa-actions {
    margin-left: 15px;
    margin-top: 0
}
@media only screen and (max-width: 660px) {
    .dwqa-single-question .dwqa-list-answers .dwqa-meta {
        position: static;
        margin-bottom: 20px
    }
    
    .dwqa-single-question .dwqa-list-answers .dwqa-meta .dwqa-actions.dwqa-actions {
        margin-left: 0
    }
}
.dwqa-single-question .dwqa-title,
.dwqa-single-question .dwqa-answer-form .dwqa-headline {
    font-size: 21px;
    line-height: 1.1;
    clear: both;
    margin: 0 0 25px 0;
    font-weight: normal
}
.dwqa-single-question .dwqa-title a,
.dwqa-single-question .dwqa-answer-form .dwqa-headline a {
    color: #0598df;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.dwqa-single-question .dwqa-favourite,
.dwqa-single-question .dwqa-actions {
    float: right;
    margin-top: 10px
}
@media only screen and (max-width: 660px) {
    .dwqa-single-question .dwqa-favourite,
    .dwqa-single-question .dwqa-actions {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 10px 5px 0
    }
}
.dwqa-btn-group {
    position: relative
}
.dwqa-btn-group .fa-caret-down,
.dwqa-btn-group .fa-chevron-down {
    color: inherit;
    font-size: 9px;
    margin-left: 3px
}
.dwqa-btn-group .dropdown-toggle {
    font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
    font-size: 12px;
    line-height: 1;
    background: transparent;
    border: none;
    cursor: pointer;
    background: #f5f5f5;
    padding: 10px 12px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 4px
}
.dwqa-btn-group .dropdown-toggle:hover {
    background: #dcdcdc
}
.dwqa-btn-group.open .dwqa-dropdown-menu {
    display: block
}
.dwqa-btn-group.open .dwqa-dropdown-menu ul {
    margin-bottom: 0
}
.dwqa-btn-group.open .dwqa-dropdown-menu ul li {
    padding-left: 0;
    margin-bottom: 0;
    white-space: nowrap
}
.dwqa-btn-group.open .dwqa-dropdown-menu ul li:before {
    content: none
}
.dwqa-btn-group .dwqa-dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 1px;
    background: #f5f5f5;
    z-index: 9
}
.dwqa-btn-group .dwqa-dropdown-menu a {
    display: block;
    padding: 10px 12px;
    color: #555;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 12px
}
.dwqa-btn-group .dwqa-dropdown-menu a:hover {
    color: #fff;
    background: #0598df;
    border-color: #0598df
}
.dwqa-actions .dwqa-dropdown-menu {
    left: auto;
    right: 0
}
@media only screen and (max-width: 660px) {
    .dwqa-actions .dwqa-dropdown-menu {
        right: auto;
        left: 0
    }
}
.dwqa-current-status .dwqa-dropdown-caret {
    display: none
}
.dwqa-current-status .dropdown-toggle:hover {
    background: transparent
}
.dwqa-current-status .dwqa-btn-group .dwqa-dropdown-menu {
    margin-top: 11px;
    margin-left: -12px
}
.dwqa-container .login-box,
.dwqa-container .dwqa-answer-form form,
.dwqa-container .dwqa-submit-question form {
    padding: 30px 35px;
    font-size: 0
}
.dwqa-container .dwqa-answer-form form {
    background-color: #f5f5f5
}
.dwqa-container .login-box p,
.dwqa-container .dwqa-answer-form form p,
.dwqa-container .dwqa-submit-question form p {
    margin: 0
}
.dwqa-container .login-box textarea,
.dwqa-container .dwqa-answer-form form textarea,
.dwqa-container .dwqa-submit-question form textarea {
    margin-bottom: 20px
}
.dwqa-container .login-box .login-username,
.dwqa-container .login-box .login-password,
.dwqa-container .login-box .select-category,
.dwqa-container .login-box .input-tag,
.dwqa-container .login-box .input-title,
.dwqa-container .dwqa-answer-form form .login-username,
.dwqa-container .dwqa-answer-form form .login-password,
.dwqa-container .dwqa-answer-form form .select-category,
.dwqa-container .dwqa-answer-form form .input-tag,
.dwqa-container .dwqa-answer-form form .input-title,
.dwqa-container .dwqa-submit-question form .login-username,
.dwqa-container .dwqa-submit-question form .login-password,
.dwqa-container .dwqa-submit-question form .select-category,
.dwqa-container .dwqa-submit-question form .input-tag,
.dwqa-container .dwqa-submit-question form .input-title {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 85px);
    margin-right: 32px;
    margin-bottom: 20px
}
.dwqa-container .login-box .login-username:nth-child(2n+2),
.dwqa-container .login-box .login-password:nth-child(2n+2),
.dwqa-container .login-box .select-category:nth-child(2n+2),
.dwqa-container .login-box .input-tag:nth-child(2n+2),
.dwqa-container .login-box .input-title:nth-child(2n+2),
.dwqa-container .dwqa-answer-form form .login-username:nth-child(2n+2),
.dwqa-container .dwqa-answer-form form .login-password:nth-child(2n+2),
.dwqa-container .dwqa-answer-form form .select-category:nth-child(2n+2),
.dwqa-container .dwqa-answer-form form .input-tag:nth-child(2n+2),
.dwqa-container .dwqa-answer-form form .input-title:nth-child(2n+2),
.dwqa-container .dwqa-submit-question form .login-username:nth-child(2n+2),
.dwqa-container .dwqa-submit-question form .login-password:nth-child(2n+2),
.dwqa-container .dwqa-submit-question form .select-category:nth-child(2n+2),
.dwqa-container .dwqa-submit-question form .input-tag:nth-child(2n+2),
.dwqa-container .dwqa-submit-question form .input-title:nth-child(2n+2) {
    margin-right: 0
}
@media only screen and (max-width: 660px) {
    .dwqa-container .login-box .login-username,
    .dwqa-container .login-box .login-password,
    .dwqa-container .login-box .select-category,
    .dwqa-container .login-box .input-tag,
    .dwqa-container .login-box .input-title,
    .dwqa-container .dwqa-answer-form form .login-username,
    .dwqa-container .dwqa-answer-form form .login-password,
    .dwqa-container .dwqa-answer-form form .select-category,
    .dwqa-container .dwqa-answer-form form .input-tag,
    .dwqa-container .dwqa-answer-form form .input-title,
    .dwqa-container .dwqa-submit-question form .login-username,
    .dwqa-container .dwqa-submit-question form .login-password,
    .dwqa-container .dwqa-submit-question form .select-category,
    .dwqa-container .dwqa-submit-question form .input-tag,
    .dwqa-container .dwqa-submit-question form .input-title {
        width: 100%;
        margin-right: 0
    }
}
.dwqa-container .login-box .login-username label,
.dwqa-container .login-box .login-password label,
.dwqa-container .login-box .select-category label,
.dwqa-container .login-box .input-tag label,
.dwqa-container .login-box .input-title label,
.dwqa-container .dwqa-answer-form form .login-username label,
.dwqa-container .dwqa-answer-form form .login-password label,
.dwqa-container .dwqa-answer-form form .select-category label,
.dwqa-container .dwqa-answer-form form .input-tag label,
.dwqa-container .dwqa-answer-form form .input-title label,
.dwqa-container .dwqa-submit-question form .login-username label,
.dwqa-container .dwqa-submit-question form .login-password label,
.dwqa-container .dwqa-submit-question form .select-category label,
.dwqa-container .dwqa-submit-question form .input-tag label,
.dwqa-container .dwqa-submit-question form .input-title label {
    display: block;
    font-size: 14px;
    margin-bottom: 8px
}
.dwqa-container .login-box .login-username input,
.dwqa-container .login-box .login-username select,
.dwqa-container .login-box .login-password input,
.dwqa-container .login-box .login-password select,
.dwqa-container .login-box .select-category input,
.dwqa-container .login-box .select-category select,
.dwqa-container .login-box .input-tag input,
.dwqa-container .login-box .input-tag select,
.dwqa-container .login-box .input-title input,
.dwqa-container .login-box .input-title select,
.dwqa-container .dwqa-answer-form form .login-username input,
.dwqa-container .dwqa-answer-form form .login-username select,
.dwqa-container .dwqa-answer-form form .login-password input,
.dwqa-container .dwqa-answer-form form .login-password select,
.dwqa-container .dwqa-answer-form form .select-category input,
.dwqa-container .dwqa-answer-form form .select-category select,
.dwqa-container .dwqa-answer-form form .input-tag input,
.dwqa-container .dwqa-answer-form form .input-tag select,
.dwqa-container .dwqa-answer-form form .input-title input,
.dwqa-container .dwqa-answer-form form .input-title select,
.dwqa-container .dwqa-submit-question form .login-username input,
.dwqa-container .dwqa-submit-question form .login-username select,
.dwqa-container .dwqa-submit-question form .login-password input,
.dwqa-container .dwqa-submit-question form .login-password select,
.dwqa-container .dwqa-submit-question form .select-category input,
.dwqa-container .dwqa-submit-question form .select-category select,
.dwqa-container .dwqa-submit-question form .input-tag input,
.dwqa-container .dwqa-submit-question form .input-tag select,
.dwqa-container .dwqa-submit-question form .input-title input,
.dwqa-container .dwqa-submit-question form .input-title select {
    border: 1px solid #EAEAEA;
    height: 40px;
    width: 100%;
    display: block;
    padding: 0 10px;
    font-size: 14px;
    font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #555;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
    line-height: 1
}
.dwqa-container .login-box .login-username input::-webkit-input-placeholder,
.dwqa-container .login-box .login-username select::-webkit-input-placeholder,
.dwqa-container .login-box .login-password input::-webkit-input-placeholder,
.dwqa-container .login-box .login-password select::-webkit-input-placeholder,
.dwqa-container .login-box .select-category input::-webkit-input-placeholder,
.dwqa-container .login-box .select-category select::-webkit-input-placeholder,
.dwqa-container .login-box .input-tag input::-webkit-input-placeholder,
.dwqa-container .login-box .input-tag select::-webkit-input-placeholder,
.dwqa-container .login-box .input-title input::-webkit-input-placeholder,
.dwqa-container .login-box .input-title select::-webkit-input-placeholder,
.dwqa-container .dwqa-answer-form form .login-username input::-webkit-input-placeholder,
.dwqa-container .dwqa-answer-form form .login-username select::-webkit-input-placeholder,
.dwqa-container .dwqa-answer-form form .login-password input::-webkit-input-placeholder,
.dwqa-container .dwqa-answer-form form .login-password select::-webkit-input-placeholder,
.dwqa-container .dwqa-answer-form form .select-category input::-webkit-input-placeholder,
.dwqa-container .dwqa-answer-form form .select-category select::-webkit-input-placeholder,
.dwqa-container .dwqa-answer-form form .input-tag input::-webkit-input-placeholder,
.dwqa-container .dwqa-answer-form form .input-tag select::-webkit-input-placeholder,
.dwqa-container .dwqa-answer-form form .input-title input::-webkit-input-placeholder,
.dwqa-container .dwqa-answer-form form .input-title select::-webkit-input-placeholder,
.dwqa-container .dwqa-submit-question form .login-username input::-webkit-input-placeholder,
.dwqa-container .dwqa-submit-question form .login-username select::-webkit-input-placeholder,
.dwqa-container .dwqa-submit-question form .login-password input::-webkit-input-placeholder,
.dwqa-container .dwqa-submit-question form .login-password select::-webkit-input-placeholder,
.dwqa-container .dwqa-submit-question form .select-category input::-webkit-input-placeholder,
.dwqa-container .dwqa-submit-question form .select-category select::-webkit-input-placeholder,
.dwqa-container .dwqa-submit-question form .input-tag input::-webkit-input-placeholder,
.dwqa-container .dwqa-submit-question form .input-tag select::-webkit-input-placeholder,
.dwqa-container .dwqa-submit-question form .input-title input::-webkit-input-placeholder,
.dwqa-container .dwqa-submit-question form .input-title select::-webkit-input-placeholder {
    color: #B3B3B3;
    font-family: "Open Sans", "Arial", "Helvetica", sans-serif
}
.dwqa-container .login-box .login-username input::-moz-placeholder,
.dwqa-container .login-box .login-username select::-moz-placeholder,
.dwqa-container .login-box .login-password input::-moz-placeholder,
.dwqa-container .login-box .login-password select::-moz-placeholder,
.dwqa-container .login-box .select-category input::-moz-placeholder,
.dwqa-container .login-box .select-category select::-moz-placeholder,
.dwqa-container .login-box .input-tag input::-moz-placeholder,
.dwqa-container .login-box .input-tag select::-moz-placeholder,
.dwqa-container .login-box .input-title input::-moz-placeholder,
.dwqa-container .login-box .input-title select::-moz-placeholder,
.dwqa-container .dwqa-answer-form form .login-username input::-moz-placeholder,
.dwqa-container .dwqa-answer-form form .login-username select::-moz-placeholder,
.dwqa-container .dwqa-answer-form form .login-password input::-moz-placeholder,
.dwqa-container .dwqa-answer-form form .login-password select::-moz-placeholder,
.dwqa-container .dwqa-answer-form form .select-category input::-moz-placeholder,
.dwqa-container .dwqa-answer-form form .select-category select::-moz-placeholder,
.dwqa-container .dwqa-answer-form form .input-tag input::-moz-placeholder,
.dwqa-container .dwqa-answer-form form .input-tag select::-moz-placeholder,
.dwqa-container .dwqa-answer-form form .input-title input::-moz-placeholder,
.dwqa-container .dwqa-answer-form form .input-title select::-moz-placeholder,
.dwqa-container .dwqa-submit-question form .login-username input::-moz-placeholder,
.dwqa-container .dwqa-submit-question form .login-username select::-moz-placeholder,
.dwqa-container .dwqa-submit-question form .login-password input::-moz-placeholder,
.dwqa-container .dwqa-submit-question form .login-password select::-moz-placeholder,
.dwqa-container .dwqa-submit-question form .select-category input::-moz-placeholder,
.dwqa-container .dwqa-submit-question form .select-category select::-moz-placeholder,
.dwqa-container .dwqa-submit-question form .input-tag input::-moz-placeholder,
.dwqa-container .dwqa-submit-question form .input-tag select::-moz-placeholder,
.dwqa-container .dwqa-submit-question form .input-title input::-moz-placeholder,
.dwqa-container .dwqa-submit-question form .input-title select::-moz-placeholder {
    color: #B3B3B3;
    font-family: "Open Sans", "Arial", "Helvetica", sans-serif
}
.dwqa-container .login-box .login-username input:-ms-input-placeholder,
.dwqa-container .login-box .login-username select:-ms-input-placeholder,
.dwqa-container .login-box .login-password input:-ms-input-placeholder,
.dwqa-container .login-box .login-password select:-ms-input-placeholder,
.dwqa-container .login-box .select-category input:-ms-input-placeholder,
.dwqa-container .login-box .select-category select:-ms-input-placeholder,
.dwqa-container .login-box .input-tag input:-ms-input-placeholder,
.dwqa-container .login-box .input-tag select:-ms-input-placeholder,
.dwqa-container .login-box .input-title input:-ms-input-placeholder,
.dwqa-container .login-box .input-title select:-ms-input-placeholder,
.dwqa-container .dwqa-answer-form form .login-username input:-ms-input-placeholder,
.dwqa-container .dwqa-answer-form form .login-username select:-ms-input-placeholder,
.dwqa-container .dwqa-answer-form form .login-password input:-ms-input-placeholder,
.dwqa-container .dwqa-answer-form form .login-password select:-ms-input-placeholder,
.dwqa-container .dwqa-answer-form form .select-category input:-ms-input-placeholder,
.dwqa-container .dwqa-answer-form form .select-category select:-ms-input-placeholder,
.dwqa-container .dwqa-answer-form form .input-tag input:-ms-input-placeholder,
.dwqa-container .dwqa-answer-form form .input-tag select:-ms-input-placeholder,
.dwqa-container .dwqa-answer-form form .input-title input:-ms-input-placeholder,
.dwqa-container .dwqa-answer-form form .input-title select:-ms-input-placeholder,
.dwqa-container .dwqa-submit-question form .login-username input:-ms-input-placeholder,
.dwqa-container .dwqa-submit-question form .login-username select:-ms-input-placeholder,
.dwqa-container .dwqa-submit-question form .login-password input:-ms-input-placeholder,
.dwqa-container .dwqa-submit-question form .login-password select:-ms-input-placeholder,
.dwqa-container .dwqa-submit-question form .select-category input:-ms-input-placeholder,
.dwqa-container .dwqa-submit-question form .select-category select:-ms-input-placeholder,
.dwqa-container .dwqa-submit-question form .input-tag input:-ms-input-placeholder,
.dwqa-container .dwqa-submit-question form .input-tag select:-ms-input-placeholder,
.dwqa-container .dwqa-submit-question form .input-title input:-ms-input-placeholder,
.dwqa-container .dwqa-submit-question form .input-title select:-ms-input-placeholder {
    color: #B3B3B3;
    font-family: "Open Sans", "Arial", "Helvetica", sans-serif
}
.dwqa-container .login-box .login-username input:-moz-placeholder,
.dwqa-container .login-box .login-username select:-moz-placeholder,
.dwqa-container .login-box .login-password input:-moz-placeholder,
.dwqa-container .login-box .login-password select:-moz-placeholder,
.dwqa-container .login-box .select-category input:-moz-placeholder,
.dwqa-container .login-box .select-category select:-moz-placeholder,
.dwqa-container .login-box .input-tag input:-moz-placeholder,
.dwqa-container .login-box .input-tag select:-moz-placeholder,
.dwqa-container .login-box .input-title input:-moz-placeholder,
.dwqa-container .login-box .input-title select:-moz-placeholder,
.dwqa-container .dwqa-answer-form form .login-username input:-moz-placeholder,
.dwqa-container .dwqa-answer-form form .login-username select:-moz-placeholder,
.dwqa-container .dwqa-answer-form form .login-password input:-moz-placeholder,
.dwqa-container .dwqa-answer-form form .login-password select:-moz-placeholder,
.dwqa-container .dwqa-answer-form form .select-category input:-moz-placeholder,
.dwqa-container .dwqa-answer-form form .select-category select:-moz-placeholder,
.dwqa-container .dwqa-answer-form form .input-tag input:-moz-placeholder,
.dwqa-container .dwqa-answer-form form .input-tag select:-moz-placeholder,
.dwqa-container .dwqa-answer-form form .input-title input:-moz-placeholder,
.dwqa-container .dwqa-answer-form form .input-title select:-moz-placeholder,
.dwqa-container .dwqa-submit-question form .login-username input:-moz-placeholder,
.dwqa-container .dwqa-submit-question form .login-username select:-moz-placeholder,
.dwqa-container .dwqa-submit-question form .login-password input:-moz-placeholder,
.dwqa-container .dwqa-submit-question form .login-password select:-moz-placeholder,
.dwqa-container .dwqa-submit-question form .select-category input:-moz-placeholder,
.dwqa-container .dwqa-submit-question form .select-category select:-moz-placeholder,
.dwqa-container .dwqa-submit-question form .input-tag input:-moz-placeholder,
.dwqa-container .dwqa-submit-question form .input-tag select:-moz-placeholder,
.dwqa-container .dwqa-submit-question form .input-title input:-moz-placeholder,
.dwqa-container .dwqa-submit-question form .input-title select:-moz-placeholder {
    color: #B3B3B3;
    font-family: "Open Sans", "Arial", "Helvetica", sans-serif
}
.dwqa-container .login-box .login-username input:focus,
.dwqa-container .login-box .login-username select:focus,
.dwqa-container .login-box .login-password input:focus,
.dwqa-container .login-box .login-password select:focus,
.dwqa-container .login-box .select-category input:focus,
.dwqa-container .login-box .select-category select:focus,
.dwqa-container .login-box .input-tag input:focus,
.dwqa-container .login-box .input-tag select:focus,
.dwqa-container .login-box .input-title input:focus,
.dwqa-container .login-box .input-title select:focus,
.dwqa-container .dwqa-answer-form form .login-username input:focus,
.dwqa-container .dwqa-answer-form form .login-username select:focus,
.dwqa-container .dwqa-answer-form form .login-password input:focus,
.dwqa-container .dwqa-answer-form form .login-password select:focus,
.dwqa-container .dwqa-answer-form form .select-category input:focus,
.dwqa-container .dwqa-answer-form form .select-category select:focus,
.dwqa-container .dwqa-answer-form form .input-tag input:focus,
.dwqa-container .dwqa-answer-form form .input-tag select:focus,
.dwqa-container .dwqa-answer-form form .input-title input:focus,
.dwqa-container .dwqa-answer-form form .input-title select:focus,
.dwqa-container .dwqa-submit-question form .login-username input:focus,
.dwqa-container .dwqa-submit-question form .login-username select:focus,
.dwqa-container .dwqa-submit-question form .login-password input:focus,
.dwqa-container .dwqa-submit-question form .login-password select:focus,
.dwqa-container .dwqa-submit-question form .select-category input:focus,
.dwqa-container .dwqa-submit-question form .select-category select:focus,
.dwqa-container .dwqa-submit-question form .input-tag input:focus,
.dwqa-container .dwqa-submit-question form .input-tag select:focus,
.dwqa-container .dwqa-submit-question form .input-title input:focus,
.dwqa-container .dwqa-submit-question form .input-title select:focus {
    border-color: #0598df
}
.dwqa-container .login-box .input-title,
.dwqa-container .dwqa-answer-form form .input-title,
.dwqa-container .dwqa-submit-question form .input-title {
    width: 100%;
    margin-right: 0
}
.dwqa-container .login-box .login-submit,
.dwqa-container .dwqa-answer-form form .login-submit,
.dwqa-container .dwqa-submit-question form .login-submit {
    display: inline-block;
    margin-top: 26px;
    margin-left: 32px
}
@media only screen and (max-width: 660px) {
    .dwqa-container .login-box .login-submit,
    .dwqa-container .dwqa-answer-form form .login-submit,
    .dwqa-container .dwqa-submit-question form .login-submit {
        display: block;
        margin: 0
    }
}
.dwqa-container .login-box .login-remember,
.dwqa-container .dwqa-answer-form form .login-remember,
.dwqa-container .dwqa-submit-question form .login-remember {
    margin-bottom: 20px;
    float: left
}
@media only screen and (max-width: 420px) {
    .dwqa-container .login-box .login-remember,
    .dwqa-container .dwqa-answer-form form .login-remember,
    .dwqa-container .dwqa-submit-question form .login-remember {
        float: none
    }
}
.dwqa-container .login-box .login-remember label,
.dwqa-container .dwqa-answer-form form .login-remember label,
.dwqa-container .dwqa-submit-question form .login-remember label {
    font-size: 12px;
    padding-left: 20px;
    position: relative;
    cursor: pointer
}
.dwqa-container .login-box .login-remember label input,
.dwqa-container .dwqa-answer-form form .login-remember label input,
.dwqa-container .dwqa-submit-question form .login-remember label input {
    position: absolute;
    left: 0;
    margin: 0
}
.dwqa-container .login-box .button-primary,
.dwqa-container .dwqa-answer-form form .button-primary,
.dwqa-container .dwqa-submit-question form .button-primary {
    font-size: 13px;
    padding: 14px 25px
}
.dwqa-container .login-box .button-primary {
    padding-top: 11px;
    padding-bottom: 12px
}
@media only screen and (max-width: 420px) {
    .dwqa-container .login-box .button-primary,
    .dwqa-container .dwqa-answer-form form .button-primary,
    .dwqa-container .dwqa-submit-question form .button-primary {
        width: 100%
    }
}
.dwqa-container .login-box .dwqa-btn,
.dwqa-container .dwqa-answer-form form .dwqa-btn,
.dwqa-container .dwqa-submit-question form .dwqa-btn {
    font-size: 13px;
    padding: 14px 25px
}
@media only screen and (max-width: 420px) {
    .dwqa-container .login-box .dwqa-btn,
    .dwqa-container .dwqa-answer-form form .dwqa-btn,
    .dwqa-container .dwqa-submit-question form .dwqa-btn {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0
    }
}
@media only screen and (max-width: 660px) {
    .dwqa-container .login-box .button-primary {
        width: 100%
    }
}
.dwqa-container .login-box .form-submit,
.dwqa-container .dwqa-answer-form form .form-submit,
.dwqa-container .dwqa-submit-question form .form-submit {
    margin-top: 20px
}
.dwqa-container .question-advance .input-content {
    margin-bottom: 20px
}
.dwqa-container .question-advance .input-content label {
    font-size: 14px
}
.dwqa-container .question-advance label {
    display: block;
    margin-bottom: 8px
}
.dwqa-container .question-advance .fm-prompt {
    margin-top: 8px
}
.dwqa-container .dwqa-submit-question form #wp-dwqa-question-content-editor-wrap .wp-editor-container {
    border: 1px solid #EAEAEA
}
.dwqa-container .question-advance #input-error-1 {
    margin-top: 8px
}
.dwqa-container .dwqa-answer-form .dwqa-privacy {
    float: right
}
.dwqa-container .dwqa-answer-form .dwqa-btn {
    font-size: 13px;
    padding: 14px 25px;
    margin-right: 10px
}
@media only screen and (max-width: 420px) {
    .dwqa-container .dwqa-answer-form .dwqa-btn {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0
    }
}
.dwqa-container .dwqa-answer-form .dwqa-privacy {
    margin: 7px 0
}
.dwqa-container .dwqa-submit-question form #question-attachment,
.dwqa-container .dwqa-answer-form form #answer-attachment {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}
.dwqa-container .dwqa-submit-question form #question-attachment+label,
.dwqa-container .dwqa-answer-form #answer-attachment+label {
    border: 2px solid #0598df;
    border-radius: 4px;
    color: #0598df;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 14px 20px;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    float: right;
    margin: 0px
}
.dwqa-container .dwqa-submit-question form #question-attachment+label:hover,
.dwqa-container .dwqa-answer-form #answer-attachment+label:hover {
    background-color: #0598df;
    color: #fff
}
#question-attachment-label span,
#answer-attachment-label span {
    font-size: 13px
}
.icon-attachment {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 10px
}
.icon-attachment:before {
    content: "\f0c6";
    padding-right: 2px;
    font-size: 25px;
    font-family: "fontawesome";
    position: absolute;
    top: -6px;
    left: -5px
}
h1.question-title {
    font-weight: bold;
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 10px
}
.dwqa-attachments {
    padding-left: 100px;
    padding-bottom: 20px;
    padding-top: 10px
}
.dwqa-attachments p a {
    color: #0598df
}
.dwqa-attachments p a:hover {
    color: #0598df
}
div.dwqa-author>span.author>span.dwqa-staff {
    background: #0598df;
    color: white;
    padding: 0 4px;
    font-weight: normal;
    margin-left: 2px;
    border-radius: 2px
}
div.dwqa-question>div.dwqa-tags>span>a {
    pointer-events: none
}
.dwqa-btn-group.open .dwqa-dropdown-menu {
    display: block
}
.dwqa-btn-group.open .dwqa-dropdown-menu ul {
    margin-bottom: 0
}
.dwqa-btn-group.open .dwqa-dropdown-menu ul li {
    padding-left: 0;
    margin-bottom: 0
}
.dwqa-btn-group.open .dwqa-dropdown-menu ul li:before {
    content: none
}
.dwqa-list-question .dwqa-question .dwqa-status.status-open:before {
    content: "\ea09"
}
.dwqa-container .dwqa-answer-form .form-buttons {
    margin-top: 20px
}
#wp-dwqa-custom-content-editor-editor-container {
    padding: 10px;
    background-color: #f5f5f5
}
.dwpa-edit .dwqa-question-title-wrapper {
    margin-right: 21px
}
.dwpa-edit #dwqa-question-title {
    width: 100%;
    padding: 8px
}
#dwqa-submit-question-form .input-content {
    margin-bottom: 15px
}
.dwqa-list-question .dwqa-question .dwqa-status.status-new:before,
.dwqa-list-question .dwqa-question .dwqa-status.status-pending:before {
    color: #1ba1e2;
    content: "\f29c"
}
.dwqa-container .dwqa-submit-question form {
    padding: 0
}
.dwqa-container .dwqa-submit-question form label {
    font-size: 15px !important
}
.dwqa-container .dwqa-submit-question form #wp-dwqa-question-content-editor-wrap .wp-editor-container {
    border: 1px solid #EAEAEA
}
.dwqa-container .dwqa-answer-form form .row {
    width: 100%
}
.dwqa-container form#loginform label {
    font-size: 15px;
    margin-bottom: 0
}
form.searchform input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}
.searchform {
    font-size: 0 !important;
    margin-bottom: 40px;
    margin-top: 40px
}
.searchform input[type=text],
.searchform .dwqa-search-input {
    border: 1px solid #EAEAEA;
    border-right: none;
    background: #fff;
    color: #555;
    font-size: 14px;
    font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 50px);
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.searchform .btn-search {
    background: #0598df;
    position: relative;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: top
}
.searchform .btn-search:hover {
    background: #35ace5
}
@media only screen and (max-width: 900px) {
    .searchform {
        margin: 20px 0 35px
    }
}
.dwqa-single-question .dwqa-status-draft:before {
    background-image: url(../img/draft.png);
    display: block;
    height: 8px;
    margin: -30px 0 22px 0;
    position: relative;
    z-index: 1;
    content: ""
}
.dwqa-content p.dwqa-question-form-btn,
.dwqa-content p.dwqa-answer-form-btn {
    margin-top: 10px
}
.dwqa-content p.dwqa-question-form-btn *,
.dwqa-content p.dwqa-answer-form-btn * {
    margin-right: 6px
}
.dwqa-container .login-box .login-remember label input {
    display: block;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}
.dwqa-container .login-box {
    background-color: #f5f5f5
}
.button-primary {
    border: none;
    cursor: pointer;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    background: #0598df;
    padding: 11px 20px;
    letter-spacing: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.button-primary:hover {
    background: #35ace5;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2)
}
p.not-found {
    padding-top: 100px;
    text-align: center
}
.pagination-line,
.pagination {
    text-align: center;
    position: relative
}
.pagination-line .pag-item,
.pagination-line li,
.pagination .pag-item,
.pagination li {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #555;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 0 4px
}
.pagination-line .pag-item.active,
.pagination-line li.active,
.pagination .pag-item.active,
.pagination li.active {
    font-weight: bold;
    color: #df3800
}
.pagination-line a,
.pagination a {
    color: inherit
}
.pagination-line a:hover,
.pagination a:hover {
    color: #df3800
}
.pagination-line .pag-arrow,
.pagination-line .prev,
.pagination-line .next,
.pagination .pag-arrow,
.pagination .prev,
.pagination .next {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    font-size: 0;
    cursor: pointer;
    color: inherit
}
.pagination-line .pag-arrow:before,
.pagination-line .prev:before,
.pagination-line .next:before,
.pagination .pag-arrow:before,
.pagination .prev:before,
.pagination .next:before {
    font-size: 12px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    left: 0;
    position: relative
}
.pagination-line .pag-arrow.icon-arr-left,
.pagination-line .pag-arrow.prev,
.pagination-line .pag-arrow.prev,
.pagination-line .prev.pag-arrow,
.pagination-line .prev.icon-arr-left,
.pagination-line .prev,
.pagination-line .prev.next,
.pagination-line .pagination .prev,
.pagination .pagination-line .prev,
.pagination-line .prev.prev,
.pagination-line .next.prev,
.pagination-line .next.icon-arr-left,
.pagination-line .next.prev,
.pagination .pag-arrow.icon-arr-left,
.pagination .pag-arrow.prev,
.pagination .pag-arrow.prev,
.pagination .pagination-line .prev,
.pagination-line .pagination .prev,
.pagination .prev.pag-arrow,
.pagination .prev.icon-arr-left,
.pagination .prev,
.pagination .prev.next,
.pagination .prev.prev,
.pagination .next.prev,
.pagination .next.icon-arr-left,
.pagination .next.prev {
    margin-right: 30px
}
.pagination-line .pag-arrow.icon-arr-left:hover:before,
.pagination-line .pag-arrow.prev:hover:before,
.pagination-line .pag-arrow.prev:hover:before,
.pagination-line .prev.icon-arr-left:hover:before,
.pagination-line .prev:hover:before,
.pagination-line .pagination .prev:hover:before,
.pagination .pagination-line .prev:hover:before,
.pagination-line .prev.prev:hover:before,
.pagination-line .next.prev:hover:before,
.pagination-line .next.icon-arr-left:hover:before,
.pagination-line .next.prev:hover:before,
.pagination .pag-arrow.icon-arr-left:hover:before,
.pagination .pag-arrow.prev:hover:before,
.pagination .pag-arrow.prev:hover:before,
.pagination .prev.icon-arr-left:hover:before,
.pagination .pagination-line .prev:hover:before,
.pagination-line .pagination .prev:hover:before,
.pagination .prev:hover:before,
.pagination .prev.prev:hover:before,
.pagination .next.prev:hover:before,
.pagination .next.icon-arr-left:hover:before,
.pagination .next.prev:hover:before {
    left: -10px
}
.pagination-line .pag-arrow.icon-arr-right,
.pagination-line .pag-arrow.next,
.pagination-line .pag-arrow.next,
.pagination-line .prev.icon-arr-right,
.pagination-line .prev.next,
.pagination-line .prev.next,
.pagination-line .next.pag-arrow,
.pagination-line .next.prev,
.pagination-line .next.icon-arr-right,
.pagination-line .next,
.pagination-line .pagination .next,
.pagination .pagination-line .next,
.pagination-line .next.next,
.pagination .pag-arrow.icon-arr-right,
.pagination .pag-arrow.next,
.pagination .pag-arrow.next,
.pagination .prev.icon-arr-right,
.pagination .prev.next,
.pagination .prev.next,
.pagination .pagination-line .next,
.pagination-line .pagination .next,
.pagination .next.pag-arrow,
.pagination .next.prev,
.pagination .next.icon-arr-right,
.pagination .next,
.pagination .next.next {
    margin-left: 30px
}
.pagination-line .pag-arrow.icon-arr-right:hover:before,
.pagination-line .pag-arrow.next:hover:before,
.pagination-line .pag-arrow.next:hover:before,
.pagination-line .prev.icon-arr-right:hover:before,
.pagination-line .prev.next:hover:before,
.pagination-line .prev.next:hover:before,
.pagination-line .next.icon-arr-right:hover:before,
.pagination-line .next:hover:before,
.pagination-line .pagination .next:hover:before,
.pagination .pagination-line .next:hover:before,
.pagination-line .next.next:hover:before,
.pagination .pag-arrow.icon-arr-right:hover:before,
.pagination .pag-arrow.next:hover:before,
.pagination .pag-arrow.next:hover:before,
.pagination .prev.icon-arr-right:hover:before,
.pagination .prev.next:hover:before,
.pagination .prev.next:hover:before,
.pagination .next.icon-arr-right:hover:before,
.pagination .pagination-line .next:hover:before,
.pagination-line .pagination .next:hover:before,
.pagination .next:hover:before,
.pagination .next.next:hover:before {
    left: 10px
}
.pagination .prev:before,
.pagination .next:before {
    font-family: 'fontawesome';
    font-size: 16px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.pagination .prev:before {
    content: "\f053"
}
.pagination .next:before {
    content: "\f054"
}
.login-form {
    width: 320px;
    margin-left: auto;
    margin-right: auto
}
.login-form .btn-submit {
    margin-top: 10px;
    width: 100%;
    height: 40px
}
.login-form .error,
.login-form .info {
    border-left: 3px solid red;
    padding: 10px;
    margin-bottom: 20px;
    background-color: white;
    line-height: 1.5
}
.login-form .info {
    border-color: #35ace5
}
.login-form .inp-row,
.get-component-form .inp-row {
    margin-bottom: 6px
}
.login-form .inp-row p.label {
    margin: 0;
    margin-bottom: 10px;
    line-height: 1.5
}
.login-form .inp-row input.inp {
    border: 1px solid #EAEAEA;
    height: 40px;
    width: 100%;
    display: block;
    padding: 0 10px;
    font-size: 14px;
    font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #555;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
    line-height: 1
}
.login-form .links-box {
    text-align: center
}
.invalid {
    border-color: red !important
}
#get-form-view {
    height: calc(100vh - 60px - 100px - 69px);
    height: -webkit-calc(100vh - 60px -100px - 69px);
    position: relative;
    overflow-y: hidden
}
@media only screen and (max-width: 2000px) {
    #get-form-view {
        height: calc(100vh - 60px - 100px - 69px);
        height: -webkit-calc(100vh - 60px -100px - 69px)
    }
}
@media only screen and (max-width: 991px) {
    #get-form-view {
        height: calc(100vh - 54px - 100px - 69px);
        height: -webkit-calc(100vh - 54px -100px - 69px)
    }
}
.get-component-form {
    position: absolute;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}
.get-component-form input::-webkit-input-placeholder {
    color: #c9c9c9
}
.get-component-form input::-moz-placeholder {
    color: #c9c9c9
}
.get-component-form input:-ms-input-placeholder {
    color: #c9c9c9
}
.get-component-form input:-moz-placeholder {
    color: #c9c9c9
}
.get-component-form #step-1,
.get-component-form #step-2,
.get-component-form #step-3 {
    min-height: 100vh
}
.get-component-form .title-4,
#get-form-view .title-4 {
    margin-bottom: 25px;
    line-height: 1.5
}
.get-component-form .form-step1 {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto
}
.get-component-form .form-step2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}
.get-component-form .form-step3 {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto
}
.get-component-form .btn-submit {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-size: 20px;
    height: 60px;
    font-weight: normal
}
.get-component-form .inp-row p.label {
    color: #999;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
    line-height: 1.5
}
.get-component-form .inp-row p.label.label-several-rows {
    margin-bottom: 0px
}
.get-component-form .inp-row p.label.label-blue {
    color: #0598df
}
.get-component-form .inp-row p.note {
    color: #f45328;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5
}
.get-component-form .inp-row p.note.note-small {
    color: #999;
    margin-top: 12px;
    font-size: 12px
}
.get-component-form .error {
    color: #f45328;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    margin: 0;
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.5
}
.get-component-form .error.error-large {
    font-size: 18px;
    background-color: rgba(244, 83, 40, 0.1);
    padding: 20px 0
}
.get-component-form .form-step3 .error {
    margin-top: 21px
}
.get-component-form .ok {
    color: #4CAF50;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    margin: 0;
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.5
}
.get-component-form .inp-row input.inp {
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    height: 60px;
    width: 360px;
    display: block;
    padding: 0 10px;
    font-size: 16px;
    font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #555;
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
    line-height: 1;
    text-align: center
}
.get-component-form .inp-row .inp-email {
    position: relative
}
.get-component-form .inp-row .inp-email i {
    color: #0598df;
    font-size: 1.6em;
    position: absolute;
    top: 18px;
    left: 16px
}
.get-component-form .inp-row input.inp#inp-http,
.get-component-form .inp-row input.inp#inp-www,
.get-component-form .inp-row div#note-http,
.get-component-form .inp-row div#note-www {
    margin-right: 20px;
    padding: 0px;
    width: calc((100% - 40% - 20px*4) / 4)
}
.get-component-form .inp-row input.inp#inp-path,
.get-component-form .inp-row div#note-path {
    margin-right: 0px;
    padding: 0px;
    width: calc((100% - 40% - 20px*4) / 2 + 20px)
}
.get-component-form .inp-row input.inp#inp-domain {
    border: 1px solid #0598df
}
.get-component-form .inp-row input.inp#inp-domain,
.get-component-form .inp-row div#note-domain {
    margin-right: 20px;
    width: calc(40%)
}
.get-component-form .inp-row div#note-http,
.get-component-form .inp-row div#note-www,
.get-component-form .inp-row div#note-path,
.get-component-form .inp-row div#label-domain {
    position: relative
}
.get-component-form .inp-row div#note-http:before,
.get-component-form .inp-row div#note-www:before,
.get-component-form .inp-row div#note-path:before {
    content: '';
    position: absolute;
    top: -7px;
    left: calc(50% - 12px);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 9px solid #dedede;
    border-bottom: 0 solid transparent
}
.get-component-form .inp-row div#note-http:after,
.get-component-form .inp-row div#note-www:after,
.get-component-form .inp-row div#note-path:after {
    content: '';
    position: absolute;
    top: -8px;
    left: calc(50% - 12px);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 9px solid #fff;
    border-bottom: 0 solid transparent
}
.get-component-form .inp-row div#label-domain:before {
    content: '';
    position: absolute;
    top: 33px;
    left: calc(50% - 12px);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 0 solid transparent;
    border-bottom: 9px solid #0598df
}
.get-component-form .inp-row div#label-domain:after {
    content: '';
    position: absolute;
    top: 34px;
    left: calc(50% - 12px);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 0 solid transparent;
    border-bottom: 9px solid #fff
}
.get-component-form .inp-row div#label-domain.invalid:before {
    border-bottom: 9px solid #ff0000
}
.get-component-form .inp-row input:disabled {
    border: 1px solid #dedede;
    border-radius: 4px;
    color: #999;
    -webkit-text-fill-color: #999;
    background-color: #fff
}
.get-component-form .inp-row input.inp.email {
    width: 100%;
    padding: 0 50px
}
.get-component-form .inp-row .btn-bar,
.get-component-form .inp-row .inp-bar {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex
}
.get-component-form .inp-row .btn-bar .btn-submit {
    margin-right: 40px
}
.get-component-form .inp-row .btn-bar .btn-last-in-bar {
    margin-right: 0px
}
.get-component-form .inp-row .btn-bar .btn-submit#btn-next,
.get-component-form .inp-row .btn-bar .error {
    width: calc(40%);
    margin-left: auto;
    margin-right: auto
}
@media only screen and (max-width: 600px) {
    .get-component-form .inp-row input.inp#inp-http,
    .get-component-form .inp-row input.inp#inp-www,
    .get-component-form .inp-row input.inp#inp-path,
    .get-component-form .inp-row div#note-http,
    .get-component-form .inp-row div#note-www,
    .get-component-form .inp-row div#note-path,
    .get-component-form .inp-row div#note-http:before,
    .get-component-form .inp-row div#note-www:before,
    .get-component-form .inp-row div#note-path:before,
    .get-component-form .inp-row div#note-http:after,
    .get-component-form .inp-row div#note-www:after,
    .get-component-form .inp-row div#note-path:after {
        display: none
    }
    
    .get-component-form .inp-row input.inp#inp-domain,
    .get-component-form .inp-row div#note-domain,
    .get-component-form .inp-row .btn-bar .btn-submit#btn-next,
    .get-component-form .inp-row .btn-bar .error {
        width: 100%;
        margin-right: 0px
    }
    
    .get-component-form .form-step2 {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto
    }
}
@media only screen and (max-width: 500px) {
    .get-component-form .title-4,
    #get-form-view .title-4 {
        font-size: 28px;
        margin-bottom: 20px
    }
    
    .get-component-form .inp-row input.inp {
        height: 40px;
        width: 100%;
        font-size: 16px
    }
    
    .get-component-form .btn-submit {
        font-size: 16px;
        height: auto;
        min-height: 40px
    }
    
    .get-component-form .inp-row p.note.note-small {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 12px
    }
    
    .get-component-form .inp-row .inp-email i {
        font-size: 1.3em;
        top: 11px;
        left: 12px
    }
    
    .get-component-form .inp-row .btn-bar .btn-submit {
        margin-right: 20px
    }
    
    .get-component-form .inp-row .btn-bar .btn-last-in-bar {
        margin-right: 0px
    }
}
.btn-grey {
    border-radius: 4px;
    color: #333;
    font-weight: 600;
    font-size: 18px;
    background: #e8e8e9;
    padding: 11px 20px;
    letter-spacing: 1px
}
@media only screen and (max-width: 2000px) {
    .btn-grey {
        font-size: 18px;
        padding: 9px 16px
    }
}
.btn-grey:hover {
    background: #e5e6e8;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2)
}
.btn-no-text-transform {
    text-transform: none !important
}
.btn-forward {
    width: 80px;
    height: 80px;
    border: 2px solid #e3e3e5;
    border-radius: 50%;
    color: #d3d3d7
}
.btn-forward i {
    font-size: 2em;
    color: #e3e3e5;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}
.get-component-form .inp-row-transition {
    margin-top: 20px;
    position: relative
}
.get-component-form .inp-row-transition .btn-forward {
    margin-left: auto;
    margin-right: auto
}
.get-component-form .inp-row-transition .line-forward {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 1px
}
.get-component-form .inp-row-transition .line-forward div {
    background-color: #e3e3e5;
    margin-top: 3px;
    margin-bottom: 5px;
    width: 2px
}
.get-component-form .inp-row-transition .line-forward div.big {
    height: 12px
}
.get-component-form .inp-row-transition .line-forward div.small {
    height: 5px
}
.documentor-wrap:before,
.doc-sec-container:after {
    content: '';
    display: block;
    position: absolute
}
.doc-sec-container:after,
.toggle-mainnav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.documentor-wrap .mobile-menu-toggle:before,
.doc-list-front .doc-actli.has-child>a:before {
    display: block;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}
.documentor-wrap .mobile-menu-toggle:before,
.doc-list-front .doc-actli.has-child>a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.documentor-wrap {
    position: relative
}
.documentor-wrap:before {
    width: 30%;
    height: 100%;
    left: 0;
    top: 0
}
@media only screen and (max-width: 760px) {
    .documentor-wrap:before {
        display: none
    }
}
@media only screen and (max-width: 760px) {
    .documentor-wrap {
        overflow: hidden;
        margin-left: -20px;
        width: calc(100% + 40px)
    }
}
.documentor-wrap .mobile-menu-toggle {
    display: none;
    padding: 12px 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    position: relative;
    border-bottom: 1px solid #fff;
    width: calc(100% + 60px);
    cursor: pointer;
    margin-left: -30px;
    margin-bottom: 25px;
    font-family: "Open Sans", "Arial", "Helvetica", sans-serif !important;
    font-weight: normal;
    background: #0598df
}
.documentor-wrap .mobile-menu-toggle:before {
    right: 10px;
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform-origin: 7px 2px;
    -ms-transform-origin: 7px 2px;
    transform-origin: 7px 2px
}
@media only screen and (max-width: 760px) {
    .documentor-wrap .mobile-menu-toggle {
        display: block
    }
}
.doc-menu {
    float: left;
    width: 30%
}
@media only screen and (max-width: 760px) {
    .doc-menu {
        width: 80%;
        float: none;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
.doc-sec-container {
    float: left;
    width: 70%;
    padding-left: 40px;
    padding-bottom: 30px
}
.doc-sec-container:after {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    display: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    cursor: pointer
}
@media only screen and (max-width: 760px) {
    .doc-sec-container {
        width: 100%;
        float: none;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        padding: 0px 30px 25px;
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px)
    }
    
    .doc-sec-container:after {
        display: block
    }
}
.documentor-section {
    overflow: hidden;
    -webkit-transition: height .2s;
    -o-transition: height .2s;
    transition: height .2s
}
@media only screen and (max-width: 760px) {
    .documentor-section {
        overflow: visible;
        height: auto !important
    }
}
@media only screen and (max-width: 760px) {
    .documentor-wrap.opened .doc-sec-container {
        -webkit-transform: translateX(80%);
        -ms-transform: translateX(80%);
        transform: translateX(80%)
    }
    
    .documentor-wrap.opened .doc-sec-container:after {
        visibility: visible;
        opacity: 1
    }
}
@media only screen and (max-width: 760px) {
    .documentor-wrap.opened .doc-menu {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px)
    }
}
.doc-list-front .doc-actli.active>a {
    color: #0598df
}
.doc-list-front .doc-actli a {
    display: block;
    padding: 12px 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    color: #333;
    font-size: 14px;
    line-height: 1.2;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0)
}
.doc-list-front .doc-actli.has-child>a {
    padding-right: 30px
}
.doc-list-front .doc-actli.has-child>a:before {
    right: 10px;
    font-size: 12px;
    color: #b7b7b7;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform-origin: 7px 2px;
    -ms-transform-origin: 7px 2px;
    transform-origin: 7px 2px
}
.doc-list-front .doc-actli.has-child>a:hover:before {
    color: #fff
}
.doc-list-front .doc-actli.has-child.opened>a:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.doc-list-front .doc-actli ul a,
.doc-list-front .doc-actli ol a {
    padding-left: 30px;
    text-transform: none
}
.doc-list-front .doc-actli ul.doc-level-1 a.doc-a-mtoggle,
.doc-list-front .doc-actli ol.doc-level-1 a.doc-a-mtoggle {
    padding-left: 50px
}
.doc-list-front .doc-actli ul.doc-level-2 a,
.doc-list-front .doc-actli ol.doc-level-2 a {
    padding-left: 50px
}
@media only screen and (max-width: 760px) {
    .doc-list-front .doc-actli ul a,
    .doc-list-front .doc-actli ol a {
        padding-left: 30px
    }
}
.doc-list-front>li:last-child>a {
    border-bottom: none
}
.saas-item .toggle-details:hover .documentor-wrap .mobile-menu-toggle:before,
.documentor-wrap .saas-item .toggle-details:hover .mobile-menu-toggle:before,
.saas-item .toggle-details:hover .doc-list-front .doc-actli.has-child>a:before,
.doc-list-front .saas-item .toggle-details:hover .doc-actli.has-child>a:before {
    left: 2px
}
.documentor-wrap:before {
    background: rgba(255, 255, 255, 0)
}
.doc-sec-container {
    padding-top: 0
}
.doc-sec-container .documentor-section .documentor-social.doc-noprint {
    display: none
}
.doc-list-front .doc-actli ul,
.doc-list-front .doc-actli ol,
.doc-list-front .doc-actli ul .doc-actli ul,
.doc-list-front .doc-actli ol .doc-actli ol {
    display: none
}
.doc-list-front>.doc-actli>a {
    font-weight: bold
}
.searchform .btn-search {
    border: 1px solid #EAEAEA;
    border-left: none
}
.doc-list-front .doc-actli a {
    padding: 8px 30px;
    line-height: 1.5
}
.doc-actli {
    position: relative
}
.doc-mtoggle {
    display: block;
    position: absolute;
    width: 30px;
    height: 38px;
    top: 0;
    left: 0;
    cursor: pointer
}
.doc-actli>a .doc-mtoggle:before {
    content: '\f105';
    font-family: "FontAwesome";
    line-height: 38px;
    padding-left: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: normal
}
.doc-actli ul.doc-level-1 .doc-mtoggle,
.doc-actli ol.doc-level-1 .doc-mtoggle {
    padding-left: 20px
}
.doc-actli.expanded>a .doc-mtoggle:before {
    content: '\f107'
}
.doc-acta>a .doc-mtoggle:before {
    color: #fff
}
.doc-list-front .doc-actli.expanded ul,
.doc-list-front .doc-actli.expanded ol,
.doc-list-front .doc-actli.expanded ul .doc-actli.expanded ul,
.doc-list-front .doc-actli.expanded ol .doc-actli.expanded ol {
    display: block
}
.doc-list-front .doc-acta>a {
    background: #0598df;
    color: #fff
}
.doc-list-front .doc-actli>a:hover {
    background: #0598df;
    color: #fff
}
.doc-title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 8px;
    line-height: 1.5;
    color: #333
}
@media only screen and (max-width: 760px) {
    .doc-title {
        display: none
    }
}
.doc-sec-title {
    color: #333;
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 17px;
    line-height: 1.2
}
@media only screen and (max-width: 2000px) {
    .doc-sec-title {
        font-size: 39px;
        margin-bottom: 15px
    }
}
@media only screen and (max-width: 600px) {
    .doc-sec-title {
        font-size: 30px
    }
    
    .doc-sec-title br {
        display: none
    }
}
.first-layer a.action-btn {
    background: #f45328;
    color: #fff;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px
}
.mainheader .mainmenu li a.action-btn {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 13px 22px;
    border-radius: 4px;
    background-color: #a85102;
    color: #fff
}
.mainheader .mainmenu li a.action-btn:hover,
.first-layer a.action-btn:hover {
    background: #bf6514;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border: none
}
.mainheader .mainmenu li a.action-btn:hover:before,
.first-layer a.action-btn:hover:before {
    opacity: 0
}
.first-layer a.action-btn {
    font-size: 32px;
    padding: 10px 30px;
    border-radius: 4px;
    white-space: nowrap
}
#iconoingreso {
    width: 40px;
    height: 0px;
    position: relative;
    top: -44px;
}
#sincolo img:hover {
    opacity: 0.3;
}
#sincolor:hover {
    background: transparent !important;
    opacity: 0.3;
}
#sincolor::before {
    background: transparent !important;
    opacity: 0.5;
}
@media screen and (max-width: 480px) {
    .first-layer a.action-btn {
        font-size: 24px;
        display: block;
        padding: 10px 0
    }
}
@media screen and (max-width: 320px) {
    .first-layer a.action-btn {
        font-size: 20px
    }
}
.section-wite-big {
    padding: 140px 0
}
.section-wite-big .title-one {
    font-weight: 300;
    margin-top: 0
}
.section-wite-big p {
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.6
}
.title-bordered-big {
    font-size: 44px;
    font-weight: 300;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 25px
}
.title-bordered-big:before {
    height: 1px;
    width: 165px;
    background: #EAEAEA;
    bottom: 0
}
.title-one {
    font-size: 28px;
    line-height: 1.3;
    margin-top: 32px
}
.title-one+.searchform {
    margin-top: 35px
}
@media only screen and (max-width: 900px) {
    .title-one br {
        display: none
    }
}
@media only screen and (max-width: 420px) {
    .title-one {
        margin-top: 10px
    }
}
.title-one:last-child {
    margin-bottom: 0
}
#wdr-toolbar-wrapper #wdr-toolbar {
    background: none !important
}
.post-content {
    margin-bottom: 20px
}
.single-poll {
    margin-left: auto;
    margin-right: auto;
    width: 300px
}
.wpp_submit {
    margin-top: 20px;
    padding: 20px;
    display: block
}
.wpp_option_list .wpp_option_single {
    padding: 10px 0;
    font-size: 18px
}
.wpp_option_list .submit_poll_option {
    width: 20px;
    height: 20px;
    margin: 0;
    vertical-align: bottom;
    cursor: pointer
}
.wpp_option_list .option_title {
    padding-bottom: 2px;
    display: inline-block;
    cursor: pointer
}
.wpp_notice {
    border-left: 3px solid red;
    padding: 10px;
    margin-bottom: 20px;
    background-color: white;
    line-height: 1.5;
    display: none
}
.wpp_notice.wpp_success {
    border-color: #00A45A
}
form.searchform input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}
.search ul li:before {
    content: none
}
.search ul li {
    padding-left: 0;
    padding-top: 15px;
    border-top: 1px solid #eaeaea
}
.search li>a {
    font-size: 20px;
    color: #555
}
.search li>a:hover {
    color: #555;
    border-color: #555
}
.search .entry-summary {
    margin-bottom: 15px
}
.search .entry-summary>p {
    margin-top: 0;
    line-height: 1.75;
    margin: 14px 0
}
.search .label {
    display: inline-block;
    padding: 4px 8px;
    background-color: #3D80B8;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-right: 6px;
    vertical-align: top
}
.search .label.forum,
.searchform .filter-item.forum {
    background-color: #57B25C;
    border-color: #57B25C
}
.search .label.api,
.search .label.docs,
.searchform .filter-item.docs {
    background-color: #F38F12;
    border-color: #F38F12
}
.search .label.demos,
.searchform .filter-item.demos {
    background-color: #df3800;
    border-color: #df3800
}
.search .label.release-notes,
.searchform .filter-item.release-notes {
    background-color: #8f12f3;
    border-color: #8f12f3
}
.searchform .filter {
    line-height: 18px;
    font-size: 12px;
    vertical-align: top;
    height: 20px
}
.searchform .filter {
    clear: both;
    padding: 0px;
    margin: 10px 0
}
.searchform .filter input {
    display: inline-block;
    vertical-align: top
}
.searchform .filter-item {
    margin-top: 6px;
    background: #3D80B8;
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    padding-right: 7px;
    padding-bottom: 1px;
    cursor: pointer;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-right: 0
}
.searchform .filter-item {
    display: block;
    float: left;
    margin-left: 1.3%;
    width: 24%;
    border: 1px solid #EAEAEA
}
.searchform .filter-item:first-child {
    margin-left: 0
}
@media only screen and (max-width: 380px) {
    .searchform .filter {
        height: 80px;
        margin: 0
    }
    
    .searchform .filter-item {
        width: 49.2%;
        margin-left: 1.6%
    }
    
    .searchform .filter-item:nth-child(4) {
        margin-left: 1.6%
    }
    
    .searchform .filter-item:nth-child(2n+3) {
        margin-left: 0
    }
}
.searchform .filter-item.all {
    background: #fff;
    color: inherit
}
main .hilite {
    background: #FFF59D
}
em,
i {
    font-style: italic
}
.first-screen--btns {
    /* quitar este primero cuando este listo el complemento */
    
    font-size: 0;
    text-align: center;
    margin-top: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.precios {
    background: #eae8d1;
    color: #a85102;
    width: 290px;
    padding-right: 0;
}

/* .precios {
    text-align: center;
} */
.precios p {
    line-height: 17px !important;
    margin: 2em !important;
    text-align: center;
}
.precios h2 {
    font-size: 27px;
    margin: 0.6em 0 0.1em;
    text-align: center;
}
.precios h3 {
    text-align: center;
}
.precios h6 {
    text-align: center;
    font-size: 12px;
}
.precios ul {
    width: 85%;
    margin: auto;
}
.precios a {
    color: #fff !important;
}
.organizaPrecios {
    display: flex;
    justify-content: space-around;
}
.btn-precios {
    display: flex;
    justify-content: space-around;
    margin: 30px;
}
.alcrear {
    width: 743px;
    margin: auto;
    text-align: center;
    margin-top: 1em;
    line-height: 1.5em;
    color: #333;
    background: #ffffffd1;
    padding: 2em 0;
}
.alcrear span {
    font-size: 9px;
    position: relative;
    top: -4px;
    left: 0px;
}
@media only screen and (max-width: 1200px) {
    .first-screen--btns {
        margin-top: 60px
    }
}
@media only screen and (max-width: 660px) {
    .first-screen--btns {
        display: block;
        margin-top: 40px
    }
    
    .organizaPrecios {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    
    .precios {
        margin: auto;
        margin-bottom: 36px !important;
    }
    
    .alcrear {
        width: inherit;
    }
}
.first-screen--btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 86px;
    width: 340px;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 10px 15px;
    max-width: 100%
}
@media only screen and (max-width: 1200px) {
    .first-screen--btn {
        width: 300px;
        height: 76px
    }
}
@media only screen and (max-width: 660px) {
    .first-screen--btn {
        height: 66px
    }
}
.first-screen--btn:hover {
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25)
}
.first-screen--btn.orange {
    background: #a85102;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 1px
}
.first-screen--btn.biege {
    background: #af821c;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 1px
}
.first-screen--btn.biege:hover {
    background: #d2aa50;
}
.first-screen--btn.orange span {
    font-size: 13px;
    position: relative;
    top: -4px;
    left: -3px;
}
.first-screen--btn.beige span {
    font-size: 13px;
    position: relative;
    top: -4px;
    left: -3px;
}
@media only screen and (max-width: 1200px) {
    .first-screen--btn.orange {
        font-size: 21px
    }
    
    .first-screen--btn.beige {
        font-size: 21px
    }
}
@media only screen and (max-width: 660px) {
    .first-screen--btn.orange {
        font-size: 18px
    }
    
    .first-screen--btn.b {
        font-size: 18px
    }
}
.first-screen--btn.orange:hover {
    background: #bf6514
}
.first-screen--btn.white {
    background-color: #fff;
    color: #333
}
.first-screen--btn.code {
    font-size: 16px;
    font-family: "Roboto Mono", monospace
}
@media only screen and (max-width: 1200px) {
    .first-screen--btn.code {
        font-size: 14px
    }
}
@media only screen and (max-width: 660px) {
    .first-screen--btn.code {
        font-size: 12px
    }
}
.first-screen--btn.code .fa,
.first-screen--btn.code .list-arrows li:before,
.list-arrows .first-screen--btn.code li:before {
    color: #35ACE5;
    margin-left: 10px
}
.first-screen--sep {
    font-size: 16px;
    color: #555555;
    margin: 0 32px
}
@media only screen and (max-width: 660px) {
    .first-screen--sep {
        margin: 20px 0;
        display: block
    }
}
.mainmenu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    width: 100%;
    background: #F0F2F3
}
.mainmenu .sub-menu li a {
    text-transform: none;
    color: #666666;
    font-weight: normal;
    letter-spacing: 0
}
.mainmenu .current-menu-item.current-menu-item a {
    color: #f45328
}
.mainmenu .current-menu-item.current-menu-item a:before {
    opacity: 1;
    width: 100%
}
.mobile-menu .sub-menu {
    padding-left: 20px;
    padding-top: 20px
}
.mobile-menu .sub-menu li {
    margin-bottom: 10px
}
.mobile-menu .sub-menu li a {
    text-transform: none;
    font-size: 14px
}
.main-container.menu-opened {
    padding-top: 120px
}
@media only screen and (max-width: 991px) {
    .main-container.menu-opened {
        padding-top: 60px
    }
}
.title-1-new {
    font-weight: 600;
    font-size: 50px;
    line-height: 1.44;
    margin-bottom: 40px;
    margin-top: 0;
    color: #333
}
@media only screen and (max-width: 2000px) {
    .title-1-new {
        font-size: 42px
    }
}
@media only screen and (max-width: 991px) {
    .title-1-new {
        font-size: 36px
    }
}
.title-2-new {
    font-weight: 600;
    font-size: 36px;
    line-height: 1.44444;
    margin-bottom: 40px;
    color: #333
}
@media only screen and (max-width: 2000px) {
    .title-2-new {
        font-size: 28px
    }
}
@media only screen and (max-width: 991px) {
    .title-2-new {
        font-size: 24px
    }
}
.title-3-new {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.33333;
    color: #333;
    margin-bottom: 30px
}
@media only screen and (max-width: 2000px) {
    .title-3-new {
        font-size: 26px
    }
}
@media only screen and (max-width: 991px) {
    .title-3-new {
        font-size: 22px
    }
}
.subtitle-2-new {
    font-size: 22px;
    line-height: 1.63636;
    text-align: center;
    margin-bottom: 60px
}
@media only screen and (max-width: 2000px) {
    .subtitle-2-new {
        font-size: 20px
    }
}
@media only screen and (max-width: 660px) {
    .subtitle-2-new {
        font-size: 18px
    }
}
.powered {
    text-align: right;
    margin-top: 10px;
    font-size: 14px
}
.powered a {
    text-decoration: underline;
    color: #f45328
}
.powered a:hover {
    text-decoration: none
}
.new-subscribe {
    background: #F0F2F3;
    margin: 80px 0 0;
    padding: 80px 0
}
.btn-orange {
    font-size: 20px;
    padding: 20px 28px
}
@media only screen and (max-width: 2000px) {
    .btn-orange {
        font-size: 16px;
        padding: 16px 20px
    }
}
.sect-demo {
    padding: 80px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#F7F9FA), to(rgba(247, 249, 250, 0)));
    background: -o-linear-gradient(top, #F7F9FA 0%, rgba(247, 249, 250, 0) 100%);
    background: linear-gradient(180deg, #F7F9FA 0%, rgba(247, 249, 250, 0) 100%);
    margin: 0
}
.sect-demo p {
    font-size: 18px;
    line-height: 1.77778;
    color: #555555;
    margin-bottom: 40px
}
.sect-demo p a {
    color: #35ACE5
}
.sect-demo p a:hover {
    text-decoration: underline
}
@media only screen and (max-width: 2000px) {
    .sect-demo p {
        font-size: 16px
    }
}
.list-arrows {
    font-size: 18px;
    line-height: 1.77778;
    color: #555555;
    margin-bottom: 60px
}
@media only screen and (max-width: 2000px) {
    .list-arrows {
        font-size: 16px
    }
}
.list-arrows li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 40px
}
.list-arrows li:before {
    position: absolute;
    left: 0;
    color: #f45328;
    font-size: 20px;
    top: 4px
}
.list-arrows li a {
    color: #35ACE5
}
.list-arrows li a:hover {
    text-decoration: underline
}
.list-arrows li:last-child {
    margin-bottom: 0
}
.demo-toolbar {
    font-size: 0;
    text-align: center;
    margin-bottom: 30px
}
@media only screen and (max-width: 660px) {
    .demo-toolbar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}
.demo-toolbar button {
    display: inline-block;
    vertical-align: top;
    margin: 1px;
    font-size: 16px;
    line-height: 1.375;
    color: #35ACE5;
    padding: 9px 27px;
    background: #F0F2F3
}
@media only screen and (max-width: 991px) {
    .demo-toolbar button {
        font-size: 14px;
        padding: 9px 20px
    }
}
@media only screen and (max-width: 660px) {
    .demo-toolbar button {
        width: calc(33.33% - 2px)
    }
}
@media only screen and (max-width: 420px) {
    .demo-toolbar button {
        width: calc(50% - 2px)
    }
}
.demo-toolbar button:hover,
.demo-toolbar button.active {
    background-color: #f45328;
    color: #fff
}
.demo-toolbar button:first-child {
    border-radius: 4px 0 0 4px
}
@media only screen and (max-width: 660px) {
    .demo-toolbar button:first-child {
        border-radius: 0
    }
}
.demo-toolbar button:last-child {
    border-radius: 0 4px 4px 0
}
@media only screen and (max-width: 660px) {
    .demo-toolbar button:last-child {
        border-radius: 0
    }
}
.demo-page .ssba-wrap {
    padding: 0
}
.npm-copy-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(219, 255, 219);
    line-height: 86px;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {
    .npm-copy-overlay {
        line-height: 76px;
    }
}
@media only screen and (max-width: 660px) {
    .npm-copy-overlay {
        line-height: 66px;
    }
}

/* notif bar */
.mtsnb a {
    text-decoration: underline !important;
}
.mtsnb .mtsnb-container {
    padding: 10px;
    white-space: nowrap;
}
.mtsnb .mtsnb-container .mtsnb-text i {
    font-size: 20px;
    line-height: 0;
}
body.has-mts-bar .mainheader {
    top: 41px !important;
}
body.has-mts-bar .main-container {
    margin-top: 40px;
}
@media only screen and (max-width: 500px) {
    .mtsnb .mtsnb-container {
        font-size: 11px !important;
    }
    
    body.has-mts-bar .mainheader {
        top: 35px !important;
    }
    
    body.has-mts-bar .section-inner-first.section-inner-first,
    body.has-mts-bar .section-firstscreen.section-firstscreen {
        margin-top: 35px;
    }
}
@media only screen and (max-width: 360px) {
    .mtsnb .mtsnb-container .mtsnb-link {
        display: block;
    }
    
    body.has-mts-bar .mainheader {
        top: 50px !important;
    }
    
    body.has-mts-bar .section-inner-first.section-inner-first,
    body.has-mts-bar .section-firstscreen.section-firstscreen {
        margin-top: 50px;
    }
}
.text-format p {
    line-height: 2;
    margin: 17px 0;
}

/* notif bar */
.notif-bar {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 9999;
    border-bottom: 1px solid #E8E8E8;
    overflow: hidden;
    background: linear-gradient(269.51deg, #a85102 0.02%, #cead5b 99.98%);
}
.notif-bar .notif-wrap {
    padding-left: 25px;
    padding-right: 25px;
    margin: 0 auto;
    width: 1330px;
    max-width: 100%;
    height: 100%;
    position: relative;
    /* padding-left: 61px; */
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.notif-bar .notif-wrap .notif-text {
    width: 100%;
    padding-left: 39px;
    text-align: center;
}
.notif-bar .notif-wrap p {
    line-height: 20px;
    font-size: 12px;
    width: 100%;
    color: #fff;
}
.notif-bar .notif-wrap .notif-icon {
    position: absolute;
    left: 180px;
}
@media only screen and (max-width: 2000px) {
    .notif-bar .notif-wrap {
        width: 1050px;
    }
}
@media only screen and (max-width: 1087px) {
    .notif-bar .notif-wrap p {
        line-height: 15px
    }
}
@media only screen and (max-width: 650px) {
    .notif-bar .notif-wrap .notif-text {
        padding-left: 0;
    }
    
    .notif-bar .notif-wrap .notif-icon {
        display: none
    }
}
@media only screen and (max-width: 500px) {
    .notif-bar .notif-wrap p {
        font-size: 10px;
        line-height: 10px
    }
    
    .notif-bar .notif-wrap p:not(:first-child) {
        margin-top: 5px
    }
}
@media only screen and (max-width: 400px) {
    .notif-bar .notif-wrap {
        padding: 0 10px;
    }
}
body.has-notif-bar .main-container {
    margin-top: 60px
}
body.has-notif-bar .mainheader {
    top: 60px !important
}

/*ESTILOS ADICIONALES*/
.subiImg {
    position: relative;
    top: -64px;
}