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

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

.fa-lg {
    font-size: 1.33333333em;
    line-height: .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: .14285714em;
    text-align: center
}

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

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

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

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

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

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\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 {
    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
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

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

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

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

.mfp-ajax-cur {
    cursor: progress;
}

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

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

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

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

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

.mfp-hide {
    display: none !important;
}

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

.mfp-preloader a {
    color: #CCC;
}

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

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

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

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

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

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

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

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

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

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

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

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

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

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

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

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

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

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

.mfp-figure figure {
    margin: 0;
}

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

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

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

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

.fancybox-enabled {
    overflow: hidden;
}

.fancybox-enabled body {
    overflow: visible;
    height: 100%;
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.fancybox-container ~ .fancybox-container {
    z-index: 99992;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
    top: 0;
    left: 50%;
    margin-left: -79px;
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, 0.7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
    top: 0;
    right: 0;
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: visible;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #E5E3DF;
}

.fancybox-slide--next {
    z-index: 99995;
}

.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff;
}

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.fancybox-error {
    margin: 0;
    padding: 40px;
    width: 100%;
    max-width: 380px;
    background: #fff;
    cursor: default;
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}

.fancybox-close-small:after {
    content: '×';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .25s;
    box-sizing: border-box;
    z-index: 2;
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
    background: transparent;
    font-size: 35px;
    color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff;
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0 30px;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none;
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline;
}

.fancybox-button {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: transparent;
    color: #ddd;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    outline: none;
}

.fancybox-button[disabled] {
    cursor: default;
    pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
    content: '';
    pointer-events: none;
    position: absolute;
    background-color: currentColor;
    color: currentColor;
    opacity: 0.9;
    box-sizing: border-box;
    display: inline-block;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
    opacity: 0.3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.fancybox-button--right::after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-button--left {
    border-bottom-left-radius: 5px;
}

.fancybox-button--right {
    border-bottom-right-radius: 5px;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
}

.fancybox-button--close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-button--close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fancybox-arrow {
    position: absolute;
    top: 50%;
    margin: -50px 0 0 0;
    height: 100px;
    width: 54px;
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    cursor: pointer;
    z-index: 99995;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity .25s;
}

.fancybox-arrow::after {
    content: '';
    position: absolute;
    top: 28px;
    width: 44px;
    height: 44px;
    background-color: rgba(30, 30, 30, 0.8);
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
}

.fancybox-arrow--right {
    right: 0;
}

.fancybox-arrow--left {
    left: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
    left: 0;
}

.fancybox-show-nav .fancybox-arrow {
    opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
    opacity: 0.3;
}

.fancybox-loading {
    border: 6px solid rgba(100, 100, 100, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

@media all and (max-width: 800px) {
    .fancybox-infobar {
        left: 0;
        margin-left: 0;
    }
    .fancybox-button--left,
    .fancybox-button--right {
        display: none !important;
    }
    .fancybox-caption {
        padding: 20px 0;
        margin: 0;
    }
}

.fancybox-button--fullscreen::before {
    width: 15px;
    height: 11px;
    left: calc(50% - 7px);
    top: calc(50% - 6px);
    border: 2px solid;
    background: none;
}

.fancybox-button--play::before,
.fancybox-button--pause::before {
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    background: transparent;
}

.fancybox-button--play::before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
}

.fancybox-button--pause::before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px 0 2px;
}

.fancybox-thumbs {
    display: none;
}

.fancybox-button--thumbs {
    display: none;
}

@media all and (min-width: 800px) {
    .fancybox-button--thumbs {
        display: inline-block;
    }
    .fancybox-button--thumbs span {
        font-size: 23px;
    }
    .fancybox-button--thumbs::before {
        width: 3px;
        height: 3px;
        top: calc(50% - 2px);
        left: calc(50% - 2px);
        box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
    }
    .fancybox-thumbs {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 220px;
        margin: 0;
        padding: 5px 5px 0 0;
        background: #fff;
        word-break: normal;
        -webkit-tap-highlight-color: transparent;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        box-sizing: border-box;
        z-index: 99995;
    }
    .fancybox-show-thumbs .fancybox-thumbs {
        display: block;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 220px;
    }
    .fancybox-thumbs > ul {
        list-style: none;
        position: absolute;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 0;
    }
    .fancybox-thumbs > ul > li {
        float: left;
        overflow: hidden;
        max-width: 50%;
        padding: 0;
        margin: 0;
        width: 105px;
        height: 75px;
        position: relative;
        cursor: pointer;
        outline: none;
        border: 5px solid transparent;
        border-top-width: 0;
        border-right-width: 0;
        -webkit-tap-highlight-color: transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        box-sizing: border-box;
    }
    li.fancybox-thumbs-loading {
        background: rgba(0, 0, 0, 0.1);
    }
    .fancybox-thumbs > ul > li > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        max-height: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .fancybox-thumbs > ul > li:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 2px;
        border: 4px solid #4ea7f9;
        z-index: 99991;
        opacity: 0;
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
        opacity: 1;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.slinky-menu {
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.slinky-menu > ul {
    left: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.slinky-menu ul,
.slinky-menu li {
    list-style: none;
    margin: 0;
}

.slinky-menu ul {
    width: 100%;
}

.slinky-menu a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slinky-menu a span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.4;
}

.slinky-menu li ul {
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
}

.slinky-menu .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slinky-menu .header .title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.4;
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.slinky-theme-default {
    background: #f6f7f8;
}

.slinky-theme-default .title {
    color: #333;
    padding: 1em;
}

.slinky-theme-default li {
    line-height: 1;
}

.slinky-theme-default a:not(.back) {
    color: #333;
    padding: 1em;
}

.slinky-theme-default a:not(.back):hover {
    background: rgba(90, 200, 250, 0.25);
}

.slinky-theme-default a:not(.back):active {
    background: rgba(90, 200, 250, 0.5);
}

.slinky-theme-default .next::after {
    margin-left: 1em;
}

.slinky-theme-default .back::before {
    padding: 1em;
    -webkit-transform: scaleX(-1);
    transform: scaleY(-1);
}

.slinky-theme-default .next:hover::after,
.slinky-theme-default .back:hover::before {
    opacity: 0.75;
}

.slinky-theme-default .next:active::after,
.slinky-theme-default .back:active::before {
    opacity: 1;
}

.slinky-theme-default .next::after {
    background: rgba(0, 0, 0, 0) url(../images/13.png) no-repeat scroll center center / 14px auto;
    content: "";
    height: 14px;
    opacity: 1;
    transition: all 200ms ease 0s;
    width: 14px;
}

.slinky-theme-default .back::before {
    background: rgba(0, 0, 0, 0) url(../images/14.png) no-repeat scroll center center / 50px auto;
    content: "";
    height: 50px;
    opacity: 1;
    transition: all 200ms ease 0s;
    width: 50px;
}

.slinky-menu .sub-menu {
    background-color: transparent;
    box-shadow: none;
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
    width: inherit;
    z-index: inherit;
}

.slinky-menu .sub-menu li a {
    border: none;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

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

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

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

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(http://demo.wphash.com/ftagem/wp-content/themes/ftagementor/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.mean-nav ul li a,
a.meanmenu-reveal {
    display: block;
    text-decoration: none
}

.mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: #314E6C;
    padding: 4px 0;
    min-height: 42px;
    z-index: 9999
}

a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    line-height: 22px;
    font-size: 1px;
}

a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px
}

.mean-nav {
    float: left;
    width: 100%;
    background: #314E6C;
    margin-top: 44px
}

.mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none
}

.mean-nav ul li {
    position: relative;
    float: left;
    width: 100%
}

.mean-nav ul li a {
    float: left;
    width: 100%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255, 255, 255, .5);
    text-transform: uppercase
}

.mean-nav ul li li a {
    width: 100%;
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, .25);
    opacity: .75;
    filter: alpha(opacity=75);
    text-shadow: none!important;
    visibility: visible
}

.mean-nav ul li.mean-last a {
    border-bottom: 0;
    margin-bottom: 0
}

.mean-nav ul li li li a {
    width: 100%;
    padding: 1em 15%
}

.mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%
}

.mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%
}

.mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, .1)
}

a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 22px;
    padding: 12px!important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255, 255, 255, .1);
    border: 0!important;
    border-left: 1px solid rgba(255, 255, 255, .4)!important;
    border-bottom: 1px solid rgba(255, 255, 255, .2)!important
}

.mean-nav .wrapper,
.mean-push {
    width: 100%;
    padding: 0;
    margin: 0
}

a.mean-expand:hover {
    background: #314E6C
}

.mean-push {
    float: left;
    clear: both
}

.mean-remove {
    display: none!important
}

html,
body {
    color: #555;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    font-weight: 400;
}

body {
    background: #fff none repeat scroll 0 0;
}

html {
    box-sizing: border-box;
    overflow-x: hidden;
}

button,
input,
select,
textarea {
    color: #555;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

h1 {
    font-size: 50px;
    margin: 40px 0;
}

h2 {
    font-size: 42px;
    margin: 35px 0;
}

h3 {
    font-size: 32px;
    margin: 30px 0;
}

h4 {
    font-size: 26px;
    margin: 24px 0;
}

h5 {
    font-size: 22px;
    margin: 20px 0;
}

h6 {
    font-size: 16px;
    margin: 16px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 600;
    line-height: 1.3;
    font-family: 'Orbitron', sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
dt {
    color: #555;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

p {
    margin-bottom: 10px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.6;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
    margin-bottom: 1.5em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

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

a {
    color: inherit;
}

a:hover,
a:focus {
    color: #ff5427;
    text-decoration: none;
    outline: none !important;
}

ul {
    list-style: disc;
}

li {
    line-height: initial;
}

ol,
ul {
    padding-left: 1.2em;
    margin-top: 0;
    margin-bottom: 10px;
}

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

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    border: 1px solid #dedede;
    margin: 0 0 1.5em;
    width: 100%;
}

table a {
    text-decoration: underline;
}

table tr {
    border-bottom: 1px solid #dedede;
}

table th,
table td {
    padding: 10px 20px;
}

table tbody th,
table tbody td,
table thead th {
    border-right: 1px solid #dedede;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    background: #000;
    color: #fff;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 30px;
    border: none;
    height: 40px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    opacity: 0.8;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    opacity: 0.8;
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    height: 40px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #555;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 3px;
    outline: none;
    width: 100%;
}

select {
    border: 1px solid #000;
    height: 36px;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
    
}

textarea {
    padding: 10px;
    width: 100%;
}

a,
img,
.img,
.btn,
input,
select,
textarea {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

*::-moz-selection {
    background: #ff5427;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #ff5427;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #ff5427;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #444;
}

::-moz-placeholder {
    color: #444;
}

::placeholder {
    color: #444;
}

#back-to-top {
    position: fixed;
    right: -50px;
    bottom: 28px;
    background: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #555;
    line-height: 46px;
    overflow: hidden;
    font-size: 22px;
    display: block;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    z-index: 99;
    border: 1px solid #ececec;
    border-radius: 100%;
    -webkit-transition: bottom .5s ease, right .5s ease;
    transition: bottom .5s ease, right .5s ease;
    cursor: pointer;
}

#back-to-top:hover {
    bottom: 35px
}

.ftagementor-maintenance-mode a#scrollUp,
.blank-page a#scrollUp {
    display: none !important;
}

.maintenance__wrapper {
    width: 100%;
    height: 100vh;
    background: #ddd;
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.maintenance-default-content {
    width: 100%;
    height: 100vh;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eeeeee;
}

.maintenance-default-content h2 {
    margin-top: 0;
}

.site-wrapper.boxed-layout {
    box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
    margin: auto;
    position: relative;
    max-width: 1240px;
    width: 100%;
    background: #fff;
}

.boxed-layout .is-sticky {
    right: auto;
    left: auto;
    margin: auto;
    max-width: 1240px;
    width: 100%;
}

.boxed-layout .header-area,
.boxed-layout .header-bottom {
    left: auto;
    max-width: 1240px;
    right: auto;
    width: 100%;
    z-index: 9999999;
}

#loading-default {
    background-color: #f1f1f1;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0px;
    top: 0px;
}

#loading-default-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-default-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.pre_object {
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid #ff5427;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ff5427;
    border-right: 5px solid transparent;
    -webkit-animation: preanimate 2s infinite;
    animation: preanimate 2s infinite;
}

#pre_object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}

#pre_object_two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#pre_object_three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#pre_object_four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes preanimate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

@keyframes preanimate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}

#loading2 {
    background-color: #f1f1f1;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0px;
    top: 0px;
}

#loading2-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading2-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 20px;
    width: 100px;
    margin-top: -10px;
    margin-left: -50px;
}

.object2 {
    width: 20px;
    height: 20px;
    background-color: #ff5427;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    margin-right: 20px;
    margin-bottom: 20px;
    position: absolute;
}

#object2_one {
    -webkit-animation: object2 2s linear infinite;
    animation: object2 2s linear infinite;
}

#object2_two {
    -webkit-animation: object2 2s linear infinite -.4s;
    animation: object2 2s linear infinite -.4s;
}

#object2_three {
    -webkit-animation: object2 2s linear infinite -.8s;
    animation: object2 2s linear infinite -.8s;
}

#object2_four {
    -webkit-animation: object2 2s linear infinite -1.2s;
    animation: object2 2s linear infinite -1.2s;
}

#object2_five {
    -webkit-animation: object2 2s linear infinite -1.6s;
    animation: object2 2s linear infinite -1.6s;
}

@-webkit-keyframes object2 {
    0% {
        left: 100px;
        top: 0
    }
    80% {
        left: 0;
        top: 0;
    }
    85% {
        left: 0;
        top: -20px;
        width: 20px;
        height: 20px;
    }
    90% {
        width: 40px;
        height: 15px;
    }
    95% {
        left: 100px;
        top: -20px;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 100px;
        top: 0;
    }
}

@keyframes object2 {
    0% {
        left: 100px;
        top: 0
    }
    80% {
        left: 0;
        top: 0;
    }
    85% {
        left: 0;
        top: -20px;
        width: 20px;
        height: 20px;
    }
    90% {
        width: 40px;
        height: 15px;
    }
    95% {
        left: 100px;
        top: -20px;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 100px;
        top: 0;
    }
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

section.page__title__wrapper.blog-page,
section.page__title__wrapper.single-post {
    position: relative;
}

.blog-page {
    text-align: center;
}

.blog-page.text-right {
    text-align: right;
}

.blog-page.text-left {
    text-align: left;
}

.blog-page.text-center {
    text-align: center;
}

section.page__title__wrapper.blog-page:before,
section.page__title__wrapper.single-post:before {
    content: "";
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.blog-post {
    margin-bottom: 30px;
}

.blog-thumb {
    margin-bottom: 34px;
    text-align: center;
}

.post-pagination .nav-links {
    text-align: center;
    width: 100%;
}

.blog-content {
    padding: 0px 40px 20px 40px;
    text-align: center;
}

.blog-content p {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    word-break: break-word;
}

.post-title {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.5em;
    margin: 0 0 0.4em;
    overflow-wrap: break-word;
    word-break: break-word;
}

.blog-meta {
    margin-bottom: 15px;
}

.blog-meta span i {
    margin-right: 7px;
}

.blog-meta > span {
    color: #555;
    font-size: 12px;
    font-weight: 500;
    margin-right: 15px;
    position: relative;
}

.sidebar-widget ul li.recentcomments {
    word-break: break-word;
}

.blog-meta a {
    color: #555;
}

.blog-meta a:hover {
    color: #ff5427;
}

.blog-meta span:first-child:before {
    display: none
}

.blog-column .blog-content p {
    font-size: 14px;
}

.blog-column .blog-meta span {
    font-size: 11px;
}

.blog-column .post-title {
    font-size: 18px;
}

.blog-column .blog-content {
    padding: 20px;
}

.post-categories {
    font-size: 16px;
    font-weight: 500;
}

.post-categories a {
    color: #555;
}

.post-categories a:hover {
    color: #ff5427;
}

.blog-info p {
    font-size: 15px;
    word-break: break-word;
}

.type-post.sticky .blog-content,
.type-post.category-sticky .blog-content,
.type-post.tag-sticky-2 .blog-content {
    border: 1px solid #ff5427;
    padding-left: 70px;
    padding-top: 15px;
}

.sticky.hentry h2.post-title:before,
.category-sticky.hentry h2.post-title:before,
.tag-sticky-2.hentry h2.post-title:before {
    content: "\f08d";
    left: 0;
    top: 4px;
    font-family: fontAwesome;
    font-size: 23px;
    position: absolute;
    color: #ff5427;
    line-height: 1;
    transform: rotate(-45deg);
}

.sticky.hentry h2.post-title,
.category-sticky.hentry h2.post-title,
.tag-sticky-2.hentry h2.post-title {
    position: relative;
    color: #ff5427;
    padding-left: 25px;
}

.blog-gallery .owl-nav div {
    background: #fff none repeat scroll 0 0;
    bottom: 10px;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 40px;
}

.blog-gallery .owl-nav div.owl-prev {
    right: 60px;
}

blockquote {
    background: #efefef none repeat scroll 0 0;
    border-left: 5px solid #ff5427;
    margin: 0;
    padding: 31px 25px 30px;
    transition: all 0.3s ease-out 0s;
    position: relative;
    color: #333;
    margin-bottom: 10px;
}

blockquote *:not(code) {
    color: #333;
}

blockquote p {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

blockquote a {
    color: #000;
    text-decoration: underline;
}

blockquote a:hover {
    color: #000;
    text-decoration: none;
}

blockquote footer {
    font-size: 14px;
    font-weight: 600;
}

blockquote cite {
    margin-top: 15px;
    display: inline-block;
}

blockquote cite a:before {
    content: '\2014 \00A0';
}

blockquote cite a {
    color: #555;
    text-decoration: none;
}

blockquote cite a:hover {
    color: #000;
}

.blog-content blockquote *:not(code) {
    color: #fff;
}

.blog-quote.ftagementor_quote.blog-content {
    padding: 0;
}

.blog-quote.ftagementor_quote.blog-content blockquote p {
    font-size: 18px;
    line-height: 1.8;
}

.blog-quote.ftagementor_quote.blog-content blockquote footer cite {
    font-size: 16px;
    letter-spacing: 0.5px;
}

.blog-post.format-link .blog-content {
    padding: 35px 35px 45px 80px;
}

.blog-post.format-link .blog-content .post-title {
    position: relative;
    margin-bottom: 25px;
}

.blog-post.format-link .blog-content .post-title:before {
    content: '\f14c';
    font-family: fontAwesome;
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    color: #ff5427;
}

.blog-post.format-link .blog-content .post-title a {
    border-bottom: 2px solid #000;
}

.blog-post.format-link .blog-content .post-title a:hover {
    border-bottom: 2px solid #ff5427;
}

.grid-left-img {
    -webkit-transition: all .6s cubic-bezier(0, 0, .2, 1);
    transition: all .6s cubic-bezier(0, 0, .2, 1);
    overflow: hidden;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.grid-left-img .blog-thumb {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
}

.grid-left-img .blog-content {
    position: relative;
    padding: 30px 40px 135px;
}

.grid-left-img .read-more {
    bottom: 40px;
    left: 40px;
    margin-top: 0;
    position: absolute;
}

.grid-left-img .post-title {
    font-size: 25px;
    font-weight: 500;
}

.grid-left-img .blog-thumb img {
    width: 100%;
    transition: all 0.3s ease-out 0s;
    transform: scale(1.1);
}

.grid-left-img.blog-post:hover .blog-thumb img {
    transform: scale(1);
}

.grid-left-img.type-post.tag-sticky-2 .blog-content,
.blog-left-img.type-post.tag-sticky-2 .blog-content {
    width: 100%;
}

.grid-left-img.type-post.tag-sticky-2 .read-more {
    left: 70px;
}

.grid-left-img.blog-left-image .blog-thumb img {
    max-height: 330px;
    width: auto;
}

.grid-left-img.blog-left-image .blog-thumb img {
    transform: scale(1.1);
}

.grid-left-img.blog-left-image.blog-post:hover .blog-thumb img {
    transform: scale(1.2);
}

.read-more {
    margin-top: 30px;
}

.read-more a {
    background: #ff5427 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    overflow: hidden;
    padding: 10px 25px;
    border: 1px solid transparent;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.read-more a:hover {
    color: #ff5427;
    background: transparent;
    border: 1px solid #ff5427;
}

.blog-column .read-more {
    margin-top: 20px;
}

.blog-column .read-more a {
    border: 0 none;
    color: #000;
    font-weight: 600;
    padding: 0;
    background: none
}

.blog-single .blog-meta span::before {
    display: none;
}

.blog-single .blog-meta > span {
    margin-right: 20px;
}

.hentry h2.post-title {
    font-size: 22px;
}

.hentry .post-title {
    font-size: 26px;
}

.theme_name-post-media {
    margin-bottom: 30px;
}

.blog-gallery-img img {
    width: 100%;
}

.blog-wrapper.blog-single {
    margin-bottom: 0;
}

.form-submit {
    margin-bottom: 0;
}

.post-pagination .nav-links > ul {
    padding-left: 0;
    padding-right: 0;
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 0;
}

.post-pagination .nav-links > ul > li,
.pagination > a,
.page-links > span:not(.page-links-title),
.page-links > a {
    display: inline-block;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-pagination .nav-links > ul > li > a,
.post-pagination .nav-links > ul > li > span,
.pagination > a,
.page-links > span:not(.page-links-title),
.page-links > a {
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    margin: 0 7px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
    text-align: center;
    color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pagination > a,
.page-links > span:not(.page-links-title),
.page-links > a {
    display: inline-block;
}

.post-pagination .nav-links > ul > li > span.current,
.post-pagination .nav-links > ul > li:hover a,
.pagination > a:hover,
.page-links > span:not(.page-links-title),
.page-links > a:hover {
    color: #ff5427;
    border-color: #ff5427;
}

.user-text {
    color: #666;
    display: inline-block;
    float: left;
    letter-spacing: 2px;
}

.user-share {
    display: block;
}

.social_network_wrap {
    display: block;
    margin: 47px 0 53px;
    overflow: hidden;
}

.user-name {
    padding-right: 47px;
}

.user-share > ul {
    display: inline-block;
    margin: 0;
    padding-left: 5px;
}

.user-share > span {
    color: #666666;
    display: inline-block;
    float: left;
    margin-right: 14px;
}

.user-share > ul > li {
    display: inline-block;
    float: left;
    margin-left: 20px;
}

.user-share > ul > li:first-child {
    margin-left: 0px;
}

.user-share a {
    color: #666666;
}

.user-share a:hover {
    color: #222;
}

.next-prev {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    padding: 20px 0;
    margin-top: 50px;
}

.next-prev a {
    background-color: #f6f6f6;
    border-radius: 5px;
    color: #666;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 20px;
    text-transform: capitalize;
}

.next-prev a i {
    color: #666;
    transition: all .3s ease 0s;
}

.next-prev a.prev-btn i {
    padding-right: 5px;
}

.next-prev a.next-btn i {
    padding-left: 5px;
}

.next-prev a:hover {
    background-color: #ff5427;
    color: #fff;
}

.next-prev a:hover i {
    color: #fff;
}

a.next-btn {
    float: right;
}

.author-box.author {
    align-items: flex-start;
    display: flex;
    justify-content: initial;
    margin: 50px 0;
    overflow: hidden;
}

.author-img {
    display: inline-block;
    float: left;
}

.author-info {
    float: right;
    padding-left: 30px;
    text-align: left;
    width: calc(100% - 120px);
}

.author-info > h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
}

.author-info > h4 a {
    color: #666666;
}

.author-info > h4 a:hover {
    color: #000;
}

.author-info > h4 a span {
    color: #232323;
    font-size: 14px;
    margin-left: 7px;
}

.author-info > p {
    line-height: 25px;
    margin-bottom: 0;
}

.single-related-post img {
    margin-bottom: 20px;
}

.related-post {
    display: block;
    overflow: hidden;
    margin: 50px 0;
}

.single-related-post a {
    display: block;
}

.related-post-title > h3 {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 10px;
    margin-top: 0;
    word-break: break-word;
}

.related-post-title > span {
    color: #636363;
    font-size: 13px;
}

.related-post .row {
    display: flex;
    flex-flow: wrap;
}

.related-post .row div[class*="col-"] {
    margin-bottom: 30px;
}

.related-post .sidebar-title {
    margin-bottom: 34px;
}

.single-comment {
    position: relative;
}

.comment-img {
    display: inline-block;
    float: left;
}

.comment-text.pingback-text {
    padding-left: 0;
}

.comment-text {
    padding-left: 110px;
}

.comment-text > p {
    margin-bottom: 0;
}

.comment-text.pingback-text > p {
    padding-right: 0;
}

.comment-text .author-name,
.comment-text a.url {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.bypostauthor .comment-text a.url::after {
    content: "\f2c0 ";
    font-family: fontawesome;
    font-size: 90%;
    left: 3px;
    opacity: 0.5;
    position: relative;
    top: 0;
}

.comment-text > p {
    padding-right: 25px;
    margin-bottom: 10px;
    word-break: break-word;
}

.comment-border {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.single-comment.comment-border:last-child {
    margin-bottom: 0px;
}

.parent-comment {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.comment-text .reply a {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 50px;
    bottom: -16px;
    color: #4c4c4c;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 7px 20px 6px;
    position: absolute;
    right: 0;
    line-height: 1.6;
}

.comment-text .reply a:hover {
    background-color: #ff5427;
    color: #fff;
}

.replay-comment {
    margin-left: 150px;
}

.leave-comment h3.leave__comment--title {
    color: #222222;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 11px;
    text-transform: uppercase;
}

.leave-comment > p {
    color: #000000;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}

.leave-comment-form {
    margin-top: 40px;
}

.comment-form > p.comment-notes {
    color: #000000;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}

.form-submit .submit {
    margin-bottom: 0;
}

.input_half {
    width: 50%;
    float: left;
}

.input_half.left {
    padding-right: 15px;
}

.input_half.right {
    padding-left: 15px;
}

.leave-comment-form form textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    font-size: 14px;
    height: 165px;
    margin-bottom: 30px;
    padding: 20px;
    width: 100%;
}

.leave-comment-form form input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    font-size: 14px;
    height: 48px;
    padding: 2px 30px;
    width: 100%;
    margin-bottom: 30px;
}

.leave-comment-form form input::-webkit-input-placeholder,
.leave-comment-form form textarea::-webkit-input-placeholder {
    color: #555;
    opacity: 1;
}

.leave-comment-form form input::-moz-placeholder,
.leave-comment-form form textarea::-moz-placeholder {
    color: #555;
    opacity: 1;
}

.leave-comment-form .submit {
    background-color: #ff5427;
    border: 1px solid #ff5427;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    line-height: 48px;
    padding: 0;
}

.leave-comment-form .submit:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #ff5427;
    letter-spacing: 0;
}

.blog-comment,
.leave-comment {
    margin-top: 50px;
}

.comment-respond {
    margin-top: 50px;
}

.comment-text .comment-meta.commentmetadata a {
    display: inline-block;
}

.comment-meta.commentmetadata {
    position: relative;
}

.comment-meta.commentmetadata {
    margin-bottom: 10px;
}

.comment--date--time {
    font-size: 13px;
    font-style: italic;
}

.comment-reply-title small {
    float: right;
}

.comment-reply-title small a#cancel-comment-reply-link {
    height: 25px;
    width: 25px;
    font-size: 0;
}

.comment-reply-title small a#cancel-comment-reply-link::after {
    content: "\f00d";
    font-size: 25px;
    position: relative;
    top: 0px;
    right: 0;
    font-family: FontAwesome;
}

.comment-reply-title small a#cancel-comment-reply-link:focus {
    text-decoration: none;
    outline: none;
}

.no-comments {
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.02);
}

p.logged-in-as {
    margin-bottom: 0;
}

div#comments.comments-area a.comment_permalink,
div#comments.comments-area .edit--btn {
    font-weight: 400;
    font-size: 14px;
}

ol.comment-list {
    list-style: none;
    padding-left: 0;
}

ol.comment-list .comment {
    list-style: none;
}

div#comments.comments-area .comment-meta {
    line-height: 1.6;
}

.leave-comment-form form textarea:focus {
    outline: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .comment-list .children {
        margin-left: 30px;
    }
    .comment-author.comment-img {
        width: 100px;
    }
    .comment-text {
        padding-left: 120px;
    }
}

@media ( max-width: 767px) {
    .comment-list .children {
        margin-left: 10px;
    }
    .comment-author.comment-img {
        float: none;
        width: 60px;
    }
    .comment-text {
        padding-left: 0;
        padding-top: 20px;
    }
    .comment-respond h3.comment-reply-title {
        font-size: 16px;
        letter-spacing: 0;
    }
    .input_half {
        float: none;
        width: 100%;
    }
    .input_half.left {
        padding-right: 0;
    }
    .input_half.right {
        padding-left: 0;
    }
    .leave-comment-form form textarea {
        height: 120px;
        letter-spacing: 0px;
        padding: 15px;
        margin-bottom: 20px;
    }
    .leave-comment-form form input {
        letter-spacing: 0px;
        margin-bottom: 20px;
        padding: 2px 15px;
    }
    .comment-title.sidebar-title {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 28px;
    }
}

.leave-comment-form .comment-reply-title {
    font-size: 20px;
    letter-spacing: normal;
    font-weight: 500;
    margin-bottom: 10px;
}

.leave-comment-form p.logged-in-as {
    margin-bottom: 10px;
}

.sidebar-widget:first-child {
    margin-top: 0;
}

.sidebar-widget {
    color: #555;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    margin-top: 50px;
    padding: 30px;
    box-shadow: 0px 0px 5px 1px #ddd;
}

.sidebar-widget:last-child {
    margin-bottom: 0;
}

.sidebar-title {
    color: #555;
    font-size: 21px;
    font-weight: 500;
    position: relative;
    margin-top: 0;
    word-break: break-word;
}

.sidebar-title::after {
    border-bottom: 2px solid #ff5427;
    content: "";
    display: block;
    margin: 13px auto 40px 0;
    position: relative;
    width: 52px;
    z-index: 1;
}

.sidebar-title::before {
    border-bottom: 2px solid transparent;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
}

.blog-search form input {
    background: transparent;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 300;
    height: 50px;
    margin-bottom: 0;
    padding: 2px 60px 2px 20px;
    width: 100%;
}

.blog-search form input:focus {
    outline: none;
}

.blog-search form {
    position: relative;
}

.blog-search form button {
    background-color: transparent;
    border: medium none;
    color: #666;
    font-size: 16px;
    height: 50px;
    padding: 0 23px;
    position: absolute;
    right: 0px;
    transition: all .3s ease 0s;
    top: 0;
    cursor: pointer;
}

.blog-search form button:hover {
    color: #ff5427;
}

.sidebar-widget.widget_search {
    padding: 0;
}

.sidebar-widget.widget_search h3 {
    padding-top: 20px;
    padding-left: 20px;
}

.widget_nav_menu .menu {
    background-color: rgba(0, 0, 0, 0.01);
    padding: 1em 1.5em;
}

.widget-area .sidebar-widget > ul {
    padding-left: 0
}

.widget_categories.sidebar-widget ul li,
.widget_archive.sidebar-widget ul li {
    text-align: right;
    color: #232323;
    overflow: hidden;
}

.widget_categories.sidebar-widget ul li a,
.widget_meta ul li a,
.widget_archive.sidebar-widget ul li a {
    display: block;
    text-align: left;
    color: #555;
    font-size: 16px;
}

.widget_meta ul li a::before,
.widget_categories.sidebar-widget ul li a::before,
.widget_archive.sidebar-widget ul li a::before {
    content: "\eb27";
    font-family: icofont;
    margin-right: 5px;
}

.sidebar-widget:not(.widget_ftagementor_author_about_widget) ul li {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style: none;
}

.sidebar-widget.widget_ftagementorrecent_post ul li {
    border-bottom: 0px solid rgba(0, 0, 0, 0);
}

.sidebar-widget ul li ul.children li a,
.sidebar-widget ul li ul.sub-menu li a {
    color: #555;
}

.sidebar-widget ul li ul.children li a:hover,
.sidebar-widget ul li ul.sub-menu li a:hover {
    color: #ff5427;
}

.sidebar-widget ul li ul.children li:first-child,
.sidebar-widget ul li ul.sub-menu li:first-child {
    border-top: 1px solid #f1f1f1;
    margin-top: 10px;
    padding-top: 8px;
}

.sidebar-widget ul li:hover a {
    color: #ff5427;
}

.sidebar-widget ul li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.widget_calendar #wp-calendar {
    width: 100%;
    border: 1px solid #ededed;
}

.widget_calendar caption,
.widget_calendar tfoot td {
    font-weight: 600;
    padding: 10px 15px;
    color: #555;
}

.widget_calendar caption {
    border: 1px solid #ededed;
    border-bottom: none;
    caption-side: top;
}

.widget_calendar tfoot {
    border-top: 1px solid #ededed;
}

.widget_calendar thead td,
.widget_calendar thead th,
.widget_calendar tbody td,
.widget_calendar tbody th {
    text-align: center;
    padding: 5px;
}

.widget_calendar thead th {
    font-weight: 600;
}

.widget_calendar tbody td#today {
    background: rgba(0, 0, 0, 0.05);
}

.widget_calendar #wp-calendar a {
    text-decoration: none;
}

.widget-area .sidebar-widget select {
    width: 100%;
    height: 50px;
    border-radius: 3px;
    background-color: #fff;
    text-indent: 10px;
    font-size: 14px;
    color: #333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px 0;
}

.widget-area .sidebar-widget select:focus,
.widget-area .sidebar-widget select:active,
.widget-area .sidebar-widget select:hover {
    outline: none;
    -webkit-box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1);
    color: #000;
}

.widget_tag_cloud a {
    border: 1px solid #666;
    font-size: 14px !important;
    line-height: 1em;
    padding: 10px 13px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 3px;
    color: #666;
}

.footer-top-section .footer-single.widget_tag_cloud a:hover {
    border: 1px solid #ff5427;
    color: #ff5427;
    padding: 10px 13px;
}

.sidebar-widget .post-img {
    display: inline-block;
    float: left;
    margin-top: 7px;
    margin-bottom: 7px;
    width: 130px;
}

.sidebar-post > li {
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}

.sidebar-post > li:last-child {
    margin-bottom: 0px;
}

.sidebar-widget .has_image .post-text {
    padding-left: 141px;
}

.sidebar-widget .post-text > h4 {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 5px;
    margin-top: 0;
}

.sidebar-widget .post-text > h4 a {
    color: #333;
    font-size: 15px;
}

.sidebar-widget .post-text > h4 a:hover {
    color: #ff5427;
}

.sidebar-widget .post-text > span {
    color: #000;
    font-size: 12px;
    display: block;
    line-height: 1em;
}

.sidebar-widget .author--info--wrap img {
    width: 100%;
}

.video-img > img {
    width: 100%;
}

.self-info {
    padding: 37px 35px 50px;
    background-color: #f6f6f6;
}

.self-info > h3 {
    color: #000;
    font-family: open sans;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.self-info > p {
    color: #000;
    margin: 0;
}

.self-info > p span {
    font-weight: bold;
}

.sidebar-widget .blog-social {
    margin-top: 43px;
}

.sidebar-widget .blog-social > h4 {
    color: #363535;
    font-family: open sans;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 39px;
    position: relative;
}

.sidebar-widget .blog-social ul {
    margin: 0;
    padding: 0;
}

.sidebar-widget .blog-social ul li {
    display: inline-block;
    margin: 0 5px;
}

.sidebar-widget .blog-social ul li a {
    border: 1px solid #d9d9d9;
    border-radius: 50px;
    color: #999999;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
    width: 40px;
}

.sidebar-widget .blog-social ul li a:hover {
    color: #fff;
    background-color: #232323;
    border: 1px solid #232323;
}

.sidebar-widget .blog-social h4::before {
    background-color: #565252;
    bottom: -13px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 50px;
}

.sidebar-banner img {
    max-width: 100%;
    width: 100%;
}

.sidebar-banner a {
    display: block;
}

.video-img {
    position: relative;
}

.video-img a {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    font-size: 24px;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    color: #000;
}

.video-img a:hover {
    background: #666 none repeat scroll 0 0;
    color: #fff;
}

.video-title h5 {
    color: #1c1c1c;
    font-family: open sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 8px;
}

.video-title h5 a {
    color: #1c1c1c;
    margin-bottom: 8px;
}

.video-title h5 a:hover {
    color: #555;
}

.video-title > span {
    color: #979797;
    font-weight: 600;
}

.video-title {
    margin-top: 23px;
}

.clear {
    position: relative;
    display: block;
}

.clear::before {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
}

.sidebar-widget ul.sub-menu {
    padding-left: 1.2em;
    ;
}

.blog-content .pagination {
    -ms-align-items: center;
    align-items: center;
    margin-top: 15px;
    display: inherit;
}

.sidebar-widget.widget_rss ul li::before {
    display: none;
}

.sidebar-widget.widget_rss ul li,
.footer-single.widget_rss ul li {
    margin: 0 0 20px;
    border-bottom: 0;
}

.sidebar-widget.widget_rss ul li:last-child,
.footer-single.widget_rss ul li:last-child {
    margin: 0;
}

.sidebar-widget.widget_rss ul li .rsswidget,
.footer-single.widget_rss ul li .rsswidget {
    display: block;
    line-height: 1.4;
    margin-bottom: 5px;
}

.footer-top-section .footer-single.widget_rss a:hover {
    padding-left: 0;
}

.sidebar-widget.widget_rss ul li .rss-date {
    color: #808080;
    display: block;
}

.sidebar-widget.widget_rss ul li .rss-date:before,
.footer-single.widget_rss ul li .rss-date:before {
    content: '\f073';
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 5px;
}

.sidebar-widget.widget_rss ul li .rssSummary,
.footer-single.widget_rss ul li .rssSummary {
    display: block;
    margin: 8px 0;
    line-height: 1.6;
}

.sidebar-widget.widget_rss ul li cite {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
}

.sidebar-widget.widget_rss ul li cite:before,
.footer-single.widget_rss ul li cite:before {
    content: '\f007';
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 5px;
}

.sidebar-blog-wrap {
    overflow: hidden;
}

.sidebar-blog {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.sidebar-blog:last-child {
    margin-bottom: 0;
}

.sidebar-blog .image {
    width: 100px;
    float: left;
    background-color: #f6f7f8;
    margin-right: 15px;
}

.sidebar-blog .image img {
    width: 100%;
}

.sidebar-blog .content {
    overflow: hidden;
}

.sidebar-blog .content .title {
    font-size: 16px;
    margin-bottom: 2px;
    line-height: 21px;
    display: block;
    color: #555;
}

.sidebar-blog .content .title:hover {
    color: #ff5427;
}

.sidebar-blog .content .date {
    font-size: 14px;
    display: block;
    font-style: italic;
}

.sidebar-social ul li {
    -moz-box-pack: center;
    border-radius: 0%;
    color: #fff;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    line-height: 40px;
    margin-right: 7px;
    width: 40px;
    border-bottom: 0 !important;
    padding: 0;
    cursor: pointer;
}

.sidebar-social ul li a {
    color: #fff;
}

.sidebar-social ul {
    list-style: none;
    padding-left: 0;
}

.sidebar-social ul li.facebook {
    background-color: #3b5997;
}

.sidebar-social ul li.twitter {
    background-color: #1da1f2;
}

.sidebar-social ul li.linked {
    background-color: #0077b5;
}

.sidebar-social ul li.pinterest {
    background-color: #bd081c;
}

.sidebar-social ul li.google {
    background-color: #de4f43;
}

.sidebar-social ul li.youtube {
    background-color: #de4f43;
}

.widget_categories.sidebar-widget ul li a,
.widget_meta ul li a,
.widget_archive.sidebar-widget ul li a {}

.widget_archive.sidebar-widget ul li,
.widget_categories.sidebar-widget ul li {
    text-align: right;
    color: #232323;
    overflow: hidden;
}

.widget_archive.sidebar-widget ul li a,
.widget_categories.sidebar-widget ul li a {
    display: block;
    float: left;
    text-align: left;
}

.entry-content li {
    font-size: 15px;
    line-height: 26px;
}

.blog-comment li {
    line-height: 26px;
    font-size: 15px;
}

.footer-single ul li a {
    color: #fff;
}

.footer-single ul li {
    line-height: 26px;
    word-break: break-word;
}

.footer-single > ul {
    padding-left: 0;
}

.footer-single > ul li ul {
    padding-left: 15px;
}

.footer-single.widget_calendar caption,
.footer-single.widget_calendar tfoot td {
    color: #fff;
}

.footer-single.widget_tag_cloud a {
    border: 1px solid #fff;
    color: #fff;
}

.footer-single strong {
    color: #fff;
}

.footer-single .blog-search form input {
    color: #fff;
}

.footer-single .blog-search form input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.footer-single .blog-search form input::-webkit-input-placeholder {
    color: #fff;
}

.footer-single .blog-search form input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.footer-single .blog-search form input::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.footer-single .blog-search form button {
    color: #fff;
}

.header-top-area {
    padding: 15px 0;
    background: #444 none repeat scroll 0 0;
}

.top-bar-left-content a,
.header-info a {
    color: #fff;
}

.header-info span {
    position: relative;
}

.header-info span+span {
    margin-left: 8px;
    padding-left: 8px;
}

.header-info span+span::before {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: -2px;
    position: absolute;
    top: 0;
    width: 1px;
}

.top-bar-left-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-bar-left-menu ul li {
    display: inline-block;
}

.top-bar-left-menu ul li a {
    padding: 5px 10px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
}

.top-bar-left-content a:hover,
.header-info a:hover,
.header-social ul li a:hover,
.top-bar-left-menu ul li a:hover {
    color: #ff5427;
}

.top-bar-left-content {
    color: #fff;
}

.top-bar-left-content p {
    margin-bottom: 0;
}

.header-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-social ul li {
    display: inline-block;
}

.header-social ul li a {
    color: #fff;
    font-size: 16px;
}

.header-social.text-white>a {
    color: #fff;
}

.menu-middle-area {
    border-top: 1px solid #ddd;
}

.header-social ul li+li {
    margin-left: 15px;
}

.header-search {
    margin: 29px 0;
}

.header-search form {
    display: block;
    position: relative;
}

.header-search form input {
    border: 1px solid #ddd;
    height: 40px;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    width: 250px;
}

.header-search form button {
    background-color: transparent;
    border: 0 none;
    color: #999;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 40px;
}

.header-search form button i {
    display: block;
    line-height: 38px;
}

.header-search form button:hover {
    color: #26c7cc;
}

.header-default {
    background: #000;
}

header.header-transparent {
    background: transparent none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 99;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0);
}

.logged-in.admin-bar header.is-sticky.header-transparent {
    top: 32px!important;
}

.logged-in.admin-bar header.header-transparent {
    top: 64px!important;
}

header.is-sticky {
    position: fixed;
    left: 0;
    top: 0 !important;
    right: 0;
    background-color: #000 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    z-index: 999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

body.logged-in.admin-bar .header-transparent.is-sticky {
    padding-top: 0px!important;
}

body.logged-in.admin-bar .is-sticky {
    padding-top: 40px!important;
}

header.is-sticky .default-menu nav>ul>li>a {
    padding: 20px 15px;
}

header.is-sticky .default-menu nav>ul>li:last-child>a {
    padding-right: 0;
}

.default-menu li a {
    color: #fff;
}

.default-menu a:hover,
.default-menu li.current-page-item>a,
.default-menu li.current-page-parent>a,
.default-menu li.current-page-ancestor>a,
.default-menu li.current-menu-item>a,
.default-menu li.current-menu-parent>a,
.default-menu li.current-menu-ancestor>a {
    color: #ff5427;
}

.default-menu nav>ul,
.default-menu div>ul {
    display: flex;
    margin: 0;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}

.default-menu nav>ul>li,
.default-menu div>ul>li {
    position: relative;
}

.default-menu nav>ul>li>a,
.default-menu div>ul>li>a {
    display: flex;
    font-size: 16px;
    line-height: 30px;
    padding: 30px 15px;
    transition: all 0.3s ease 0s;
}

.default-menu nav>ul>li:last-child>a,
.default-menu div>ul>li:last-child>a {
    padding-right: 0;
}

.default-menu .sub-menu,
.default-menu .children {
    background-color: #000000;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    margin-left: 0;
    left: 0;
    list-style: none;
    padding: 10px 20px;
    position: absolute;
    top: 100%;
    width: 250px;
    z-index: -999;
    visibility: hidden;
    opacity: 0;
    margin-top: 30px;
    transition: all 0.3s ease 0s;
}

.default-menu nav>ul>li:hover>.sub-menu,
.default-menu div>ul>li:hover>.children {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.default-menu .sub-menu li,
.default-menu .children li {
    position: relative;
}

.default-menu .sub-menu li a,
.default-menu .children li a {
    line-height: 25px;
    padding: 10px 0px;
    font-size: 13px;
    display: flex;
    border-bottom: 1px dotted #ddd;
    transition: all 0.3s ease 0s;
}

.default-menu .sub-menu li:last-child a,
.default-menu .children li:last-child a {
    border-bottom: none;
}

.default-menu .sub-menu li .sub-menu {
    top: 0;
    left: 100%;
    right: auto;
    padding-left: 40px;
}

.default-menu .sub-menu li .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
}

.default-menu .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    left: 100%;
    right: auto;
}

.default-menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
}

.default-menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    left: 100%;
    right: auto;
}

.last-elements .sub-menu {
    left: auto;
    right: 0;
}

.last-elements .sub-menu li .sub-menu {
    top: 0;
    left: auto;
    right: 100%;
}

.last-elements .sub-menu li .sub-menu li .sub-menu {
    right: auto;
    left: 100%;
}

.last-elements .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    right: 100%;
    left: auto;
}

.last-elements .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    right: auto;
    left: 100%;
}

.last-elements .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    right: 100%;
    left: auto;
}

.sub-menu li:hover>.sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.mean-bar {
    background-color: transparent;
    min-height: auto;
    padding: 0;
    z-index: 9;
}

a.meanmenu-reveal {
    height: auto;
    line-height: 1;
    padding: 0;
    top: -32.5px;
    width: auto;
    transform: translateY(-50%);
    color: #fff;
}

a.meanmenu-reveal:hover,
a.meanmenu-reveal:focus {
    color: #ff5427;
    outline: medium none;
}

a.meanmenu-reveal i {
    display: block;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
}

.mean-nav {
    background-color: #000;
    margin: 0;
}

.mean-nav a.mean-expand {
    border: medium none !important;
    color: #ddd !important;
    font-size: 18px !important;
    height: 36px;
    line-height: 36px;
    padding: 0 !important;
    text-align: center;
    width: 30px !important;
}

.mean-nav a.mean-expand:hover {
    color: #ff5427 !important;
}

.mean-nav a.mean-clicked {
    font-size: 22px !important;
}

.mean-nav>ul {
    float: left;
    padding: 29px 29px 15px;
    display: none;
    max-height: 290px;
    overflow-y: scroll;
}

.mean-nav>ul>li>a {
    color: #ddd;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    padding: 6px 30px 6px 0;
}

.mean-nav>ul>li>a:hover,
.mean-nav>ul>li.current_page_item>a {
    color: #ff5427;
}

.mean-nav .sub-menu,
.mean-nav .mega-menu {
    box-shadow: none;
    float: left;
    opacity: 1;
    position: static;
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    visibility: visible;
    z-index: 1;
}

.mean-nav ul li li {
    margin: 0;
    padding: 0;
}

.mean-nav ul li li a {
    color: #ddd;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    opacity: 1;
    padding: 6px 30px 6px 15px;
    text-transform: uppercase;
    width: 100% !important;
    border-bottom: none;
}

.mean-nav .sub-menu li:hover>a {
    color: #ff5427;
}

.mean-nav .sub-menu li.current_page_item:hover>a {
    color: #ff5427;
}

.mean-nav ul li li.current_page_item>a,
.mean-nav ul li li>a:hover,
.mean-nav .sub-menu li>a:hover {
    color: #ff5427;
}

.mean-nav ul li li li a {
    padding: 6px 30px 6px 25px;
}

.mean-nav ul li li li li a {
    padding: 6px 30px 6px 35px;
}

.mean-nav ul li li li li li a {
    padding: 6px 30px 6px 45px;
}

.mean-nav ul li li li li li li a {
    padding: 6px 30px 6px 55px;
}

.site-title h3,
.site-title p {
    margin: 0;
    color: #fff;
}

.site-title a {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.header-menu-wrap {
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.header-menu-wrap .site-title {
    min-width: 150px;
    flex-shrink: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-menu-wrap.logo-left {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}

.header-menu-wrap.logo-center {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}

.header-menu-wrap.logo-center>div:nth-child(2) {
    -ms-align-self: flex-start;
    align-self: flex-start;
}

.header-menu-wrap.logo-right {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.header-menu-wrap.logo-left-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.header-menu-wrap.logo-center-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}

.header-menu-wrap.logo-right-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-end;
    align-items: flex-end;
}

.header-menu-wrap.logo-center,
.header-menu-wrap.logo-left-top,
.header-menu-wrap.logo-center-top,
.header-menu-wrap.logo-right-top {
    padding-top: 15px;
}

.page-title-search-box input {
    background: transparent;
    border-radius: 0;
    padding: 10px 20px;
}

.page-title-search-box input:focus {
    outline: none;
}

.page-title-search-box button {
    display: none;
}

.page__title__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: wrap column;
}

.page__title__inner.breadcrumbs-title-left {
    justify-content: flex-start;
    align-items: flex-start;
}

.page__title__inner.breadcrumbs-title-center {
    justify-content: center;
    align-items: center;
}

.page__title__inner.breadcrumbs-title-right {
    justify-content: flex-end;
    align-items: flex-end;
}

.page__title__wrapper {
    background: #333;
}

.page__title__inner {
    padding-top: 100px;
    padding-bottom: 100px;
}

.page__title__inner>h1 {
    padding-bottom: 10px;
    margin: 0;
    word-break: break-word;
    color: #fff;
}

.page__title__inner>p {
    margin-bottom: 0.80em;
}

.page__title__inner .page-subtitle {
    margin-bottom: 0;
}

.breadcrumbs_wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -10px;
    margin-right: -10px;
}

.breadcrumbs_wrap ul li {
    display: inline-block;
}

.breadcrumbs_wrap ul li {
    padding: 0 5px;
    font-size: 16px;
}

section.page__title__wrapper {
    position: relative;
}

section.page__title__wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
}

section.page__title__wrapper.text-center {
    justify-content: center;
    align-items: center;
}

section.page__title__wrapper.full-height,
section.page__title__wrapper.full-height .container,
section.page__title__wrapper.full-height .container .row,
section.page__title__wrapper.full-height .container .row div[class*="col-"],
section.page__title__wrapper.full-height,
section.page__title__wrapper.full-height .container-fluid,
section.page__title__wrapper.full-height .container-fluid .row,
section.page__title__wrapper.full-height .container-fluid .row div[class*="col-"] {
    height: 100vh;
}

section.page__title__wrapper.full-height .container .row div[class*="col-"],
section.page__title__wrapper.full-height .container-fluid .row div[class*="col-"] {
    display: flex;
    align-items: center;
}

section.page__title__wrapper.half-height,
section.page__title__wrapper.half-height .container,
section.page__title__wrapper.half-height .container .row,
section.page__title__wrapper.half-height .container .row div[class*="col-"],
section.page__title__wrapper.half-height,
section.page__title__wrapper.half-height .container-fluid,
section.page__title__wrapper.half-height .container-fluid .row,
section.page__title__wrapper.half-height .container-fluid .row div[class*="col-"] {
    height: 50vh;
}

section.page__title__wrapper.half-height .container .row div[class*="col-"],
section.page__title__wrapper.half-height .container-fluid .row div[class*="col-"] {
    display: flex;
    align-items: center;
}

section.page__title__wrapper .page__title__inner {
    width: 100%;
    color: #fff;
}

.breadcrumbs_wrap ul,
.breadcrumbs_wrap ul li,
.breadcrumbs_wrap ul li a {
    transition: 0.3s !important;
    color: #fff;
}

.breadcrumbs_wrap ul li a:hover,
.breadcrumbs_wrap ul li.item-current {
    color: #ff5427;
    word-break: break-word;
}

header.page-header .page-title {
    margin-top: 0;
}

.ftage-hader-st4 {
    position: relative;
    background: #05192f;
}

.ftage-header-right-button {
    position: absolute;
    right: 0;
    z-index: 9;
    top: 0;
    color: #fff;
}

.ftage-header-right-button button,
.ftage-slider-bottom-search button {
    background: transparent;
    background: #ff5427;
    line-height: 1;
    border-radius: 0;
    font-size: 30px;
    height: 90px;
    width: 120px;
    text-align: center;
    padding: 0;
}

.is-sticky .ftage-header-right-button button {
    height: 78px;
}

.logged-in.admin-bar .is-sticky .ftage-header-right-button {
    top: 40px;
}

.is-sticky img.ftage_dft_logo {
    display: none;
}

img.ftage_stc_logo {
    display: none;
}

.is-sticky img.ftage_stc_logo {
    display: block;
}

img.ftage_mbl_logo {
    display: none;
}

@media (max-width: 991px) {
    img.ftage_dft_logo {
        display: none;
    }
    img.ftage_mbl_logo {
        display: block;
    }
    .is-sticky img.ftage_mbl_logo {
        display: none;
    }
}

.page-wrapper {
    padding: 100px 0;
}

.page-sub-title p {
    margin-bottom: 10px;
}

footer .default-footer {
    background: #333;
    padding: 20px 0;
    color: #fff;
    position: relative;
}

footer .default-footer:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0, 0);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.footer-social a {
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 28px;
    margin-left: 8px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 30px;
    display: inline-block;
}

.footer-social a:hover {
    color: #555555;
    background: #fff;
}

.footer-social {
    text-align: right;
}

.footer-single h5 {
    color: #fff;
}

.default-footer-content-wrap.footer-bottom {
    display: flex;
    justify-content: space-between;
    position: relative;
    border-top: 1px solid #fff;
    padding-top: 15px;
}

.footer-social p {
    margin-bottom: 0;
}

.footer-single ul {
    list-style: none;
}

.footer-top-section {
    padding-bottom: 60px;
}

.mc4wp-form-fields input::-moz-placeholder {
    color: #fff;
    font-size: 14px;
    opacity: 1;
}

.mc4wp-form-fields input::-webkit-input-placeholder {
    color: #fff;
}

.mc4wp-form-fields input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.mc4wp-form-fields input::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.footer-single h5 {
    font-size: 18px;
}

.mc4wp-form-fields p {
    position: relative;
}

.mc4wp-form-fields input {
    background: transparent none repeat scroll 0 0;
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    padding: 5px 0px;
    position: relative;
    color: #fff;
    border-radius: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.mc4wp-form-fields input:focus {
    color: #fff;
}

.mc4wp-error p {
    color: red !important;
}

.mc4wp-form-fields input[type="submit"] {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #555;
    font-weight: 400;
    padding: 1px 42px;
    line-height: 35px;
    border-radius: 0;
    height: auto;
    width: auto;
    letter-spacing: 1px;
}

.mc4wp-form-fields input[type=submit]:hover {
    background: #ff5427;
    color: #fff;
}

.footer-single ul.menu {
    padding: 0;
}

.footer-single ul.menu>li+li {
    margin-top: 12px;
}

.footer-single:not(.widget_recent_comments) a:hover {
    padding-left: 5px;
}

.footer-single a:hover {
    color: #ff5427;
}

.footer-single ul.menu li a::before {
    content: "\eb27";
    font-family: icofont;
    margin-right: 5px;
}

footer.fixed-footer-enable {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
}

.page-not-found-wrap {
    height: 100vh;
    width: 100%;
    background: #f6f6f6;
    padding-top: 62px;
}

.page-not-found-wrap .container,
.page-not-found-wrap .container .row,
.page-not-found-wrap .container .pnf-inner-wrap,
.page-not-found-wrap .container [class*="col-"] {
    height: 100%;
}

.page-not-found-wrap .container .pnf-inner-wrap {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.pnf-inner img {
    max-height: 350px;
    margin-bottom: 30px;
}

.pnf-inner>h1 {
    color: #333;
    font-size: 150px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.pnf-inner>h2 {
    color: #333;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
}

.pnf-inner>p {
    color: #333;
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
}

.pnf-inner a.btn {
    background-color: #ff5427;
    border: 1px solid #ff5427;
    border-radius: 2px;
    color: #fff;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-top: 50px;
    padding: 0 30px;
    text-transform: uppercase;
}

.pnf-inner a.btn:hover {
    background-color: #ff5427;
}

.align-center {
    align-items: center;
    display: flex;
}

.breadcrumb-wrapper .breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0;
    padding: 0;
}

.breadcrumb-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-wrapper .breadcrumb li a {
    color: #fff;
    font-size: 16px;
}

.breadcrumb-wrapper .breadcrumb.black-text li a {
    color: #444
}

.breadcrumb-wrapper .breadcrumb.black-text li.active {
    color: #888
}

.breadcrumb-wrapper .breadcrumb li.active {
    color: #ccc;
}

.slider-area {
    display: block;
    position: relative;
}

.slide-table {
    display: table;
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.slide-content {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.slide-content h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 13px;
    animation-delay: 0.8s;
    text-transform: capitalize;
}

.slide-content h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin: 0px;
    animation-delay: 1.2s;
    text-transform: uppercase;
}

.slide-content p {
    animation-delay: 1.3s;
    margin-top: 30px;
    color: #fff;
}

.slide-content h2 span,
.slide-content h1 span {
    color: #ff5427;
}

.slide-btn a {
    background: #ff5427 none repeat scroll 0 0;
    box-shadow: 0 0 1px transparent;
    color: #fff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    transform: perspective(1px) translateZ(0px);
    transform-origin: 0 100% 0;
    transition-duration: 0.3s;
    transition-property: transform;
    vertical-align: middle;
    animation-delay: 1.6s;
    transition: .3s;
    margin-top: 30px;
    font-size: 14px;
    padding: 0 25px;
    font-weight: 500;
    letter-spacing: 1px;
}

.slide-btn a:hover {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    background: #000;
    color: #fff;
}

.slide-btn .read-more {
    margin-top: 30px;
}

.slide-btn a img {
    width: auto!important;
    display: inline-block!important;
    margin-left: 14px;
    position: relative;
    top: -2px;
}

.slide-btn a i {
    margin-left: 10px;
}

.slider-area .owl-dots {
    bottom: 50px;
    margin-top: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1462px;
    padding: 0 15px;
    z-index: 99;
    pointer-events: none;
}

.slider-area .owl-dots .owl-dot {
    pointer-events: visible;
}

.slider-item {
    background-position: center;
    background-size: cover;
    width: 100%vh;
}

.slider-area .owl-dots .owl-dot {
    display: inline-block;
    margin-right: 10px;
    color: #ff5427;
    font-size: 25px;
}

.slider-area .owl-dots .owl-dot.active {
    font-size: 35px;
}

.slider-area .owl-dots::after {
    bottom: 10px;
    content: "";
    height: auto;
    left: 6px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: calc(100% - 24px);
    border-bottom: 1px solid transparent;
}

@keyframes anim-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.spinner {
    animation: anim-rotate 2s infinite linear;
}

.active .spinner {
    display: inline-block;
}

.spinner--steps {
    animation: anim-rotate 1s infinite steps(8);
}

.spinner--steps2 {
    animation: anim-rotate 1s infinite steps(12);
}

.slide-content>* {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

.active .slide-content h2 {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
}

.active .slide-content h1 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.active .slide-content .slide-btn {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-delay: 1.5s;
}

.active .slide-content p {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.active .slide-content span.ftagem-shap-bottom,
.active .slide-content span.ftagem-shap {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-nav div {
    position: absolute;
    top: 50%;
    left: -39px;
    z-index: 2;
    width: 50px;
    color: #000;
    height: 50px;
    background: transparent;
    text-align: center;
    line-height: 50px;
    font-size: 42px;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.owl-carousel:hover .owl-nav div {
    opacity: 1;
}

.owl-nav div:hover {
    color: #ff5427;
}

.owl-nav div.owl-next {
    left: auto;
    right: -39px;
}

.slider-area:hover .owl-nav div {
    left: 0;
}

.slider-area:hover .owl-nav div.owl-next {
    left: auto;
    right: 0;
}

.slider_countdown_wapper {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
}

.active .slider_countdown_wapper {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.sldr_cnt_box {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 33px 0;
}

.sldr_cnt_box+.sldr_cnt_box {
    margin-left: 20px;
}

.sldr_cnt_box span {
    display: block;
    font-size: 60px;
    color: #ff5427;
    line-height: 1;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}

.sldr_counter_content h2 {
    font-size: 14px;
    line-height: 1;
    position: relative;
    margin-bottom: 40px;
}

.sldr_counter_content h2 span.sld_border_shap:before,
.cam_sldr_left h2:before {
    content: "";
    border-left: 58px solid #ff5427;
    right: 100%;
    width: 75px;
    top: 10px;
    position: absolute;
    width: auto;
    height: 1px;
    margin-right: 10px;
}

.slide-content.sldr_counter_content {
    text-align: right!important;
    position: relative;
}

.sldr_counter_content h1 {
    font-size: 30px;
    font-family: Roboto;
    letter-spacing: 3px;
}

.sldr_counter_content h2 span.sld_border_shap {
    color: #fff;
    position: relative;
}

.cam_sldr_left h1 {
    font-size: 65px;
}

.cam_sldr_left h2 {
    padding-left: 70px;
    position: relative;
}

.cam_sldr_left h2:before {
    left: 0;
    right: auto;
}

.campaign_img img {
    width: 100%;
}

.section-titel h3 {
    display: block;
    position: relative;
    margin: 0 0 13px;
    font-size: 30px;
    text-transform: uppercase;
}

.section-titel h3 span {
    color: #ff5427;
}

.section-titel {
    margin-bottom: 45px;
    margin-top: 90px;
}

.section-titel.dotborder h3::after,
.title-style-three span:after,
.title-style-three span:before {
    border-bottom: 2px dashed #ff5427;
    bottom: 10px;
    content: "";
    height: auto;
    position: absolute;
    right: -100px;
    width: 70px;
}

.section-titel p {
    font-size: 16px;
    margin-bottom: 0;
}

.section-titel.dotborder.text-right {
    margin-right: 100px;
}

.section-titel.dotborder.text-right h3::after {
    right: -100px;
}

.section-titel.dotborder.text-left {
    margin-left: 100px;
}

.section-titel.dotborder.text-left h3::after {
    left: -100px;
}

.section-titel.dotborder.text-center h3::after {
    left: 50%;
    bottom: -13px;
    transform: translateX(-50%);
}

.section-titel.dotborder.text-center h3 {
    margin-bottom: 23px;
}

.title-style-three span {
    position: relative;
    display: inline-block;
    padding: 0 3px;
}

.title-style-three span i {
    display: block;
    font-size: 20px;
}

.title-style-three span::after {
    left: 100%;
    bottom: 50%;
    transform: translateY(50%);
}

.title-style-three span::before {
    right: 100%;
    bottom: 50%;
    transform: translateY(50%);
}

.title-style-four::after,
.title-style-six h3 span:last-child:after,
.title-style-five h3:before {
    bottom: -50px;
    content: "";
    height: 35px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 1px;
    border: 1px solid #000;
}

.title-style-six h3 span,
.title-style-five h3 {
    position: relative;
}

.title-style-six h3 span:last-child:after,
.title-style-five h3:before {
    bottom: 9px;
    height: auto;
    left: 100%;
    margin: 0 13px auto;
    width: 1px;
    border: 1px solid #ff5427;
    border-right: 40px solid #ff5427;
}

.title-style-five h3:before {
    left: 0;
    margin: 0;
}

.aboutus-video {
    box-sizing: border-box;
    display: inline-block;
    height: 300px;
    overflow: hidden;
    width: 970px;
    position: relative;
    background-size: cover!important;
    background-position: center center!important;
}

.popup-youtube {
    color: #fff;
    font-size: 60px;
    height: 70px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 70px;
    z-index: 2;
    line-height: 70px;
    transform: translateY(-50%);
}

.aboutus-titel {
    margin-bottom: 45px;
}

.aboutus-bottom-txt {
    margin-top: 25px;
}

.person-area {
    display: inline-block;
    margin: 8px auto 0;
    text-align: center;
    min-width: 17%;
}

.person-img {
    float: left;
    margin-right: 10px;
}

.person-txt {
    display: block;
    margin-top: 8px;
    overflow: hidden;
}

.aboutus-bottom-txt>p {
    font-size: 16px;
    line-height: 30px;
    margin: auto auto 20px;
    width: 65%;
}

.person-txt h6 {
    font-weight: 500;
    margin: 0 0 2px;
}

.person-txt>span {
    color: #555;
    font-size: 13px;
}

.aboutus-video::before {
    background: #000;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
    border: 10px solid transparent;
    cursor: grab;
}

.video-content {
    height: 100%;
}

.video-content h4 {
    position: relative;
    color: #fff;
    top: 50%;
    margin-top: 82px;
}

.aboutus-video:hover:before {
    background: #000;
}

.ftage-video-popup .aboutus-video {
    width: 100%;
}

.ftage-popup-btn-show a {
    opacity: 0;
    visibility: hidden;
}

.ftage-popup-btn-show:hover a {
    opacity: 1;
    visibility: visible;
}

.project-count span {
    color: #555555;
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 22px;
    padding-bottom: 15px;
    position: relative;
}

.project-count span::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    border: 1px solid #555;
    height: 1px;
    border-right: 50px solid #555;
}

.project-count h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

.funfact2.project-count span {
    padding-bottom: 0;
    margin-bottom: 0;
}

.funfact2.project-count span::after {
    display: none;
}

.project-count.funfact2 {
    position: relative;
}

.project-count.funfact2:after {
    position: absolute;
    top: 50%;
    width: 1px;
    border: 1px solid #000;
    content: "";
    right: 0;
    transform: translateY(-50%);
    border-bottom: 34px solid #000;
}

.trailer-single {
    box-shadow: 0 1px 1px transparent;
    margin-bottom: 2px;
}

.owl-item .trailer-single {
    margin-left: 0;
    margin-right: 0;
}

.trailer-titel {
    display: flex;
    justify-content: space-between;
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 15px 20px;
}

.trailer-titel h5 {
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.trailer-titel span {
    float: right;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.trailer-video {
    box-sizing: border-box;
    display: inline-block;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.trailer-img .popup-youtube {
    color: #fff;
    font-size: 45px;
    height: 70px;
    left: 0;
    line-height: 70px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 70px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
}

.trailer-single:hover .trailer-img .popup-youtube {
    opacity: 1;
    visibility: visible;
}

.slick-left-thumb .trailer-img .popup-youtube {
    opacity: 1;
    visibility: visible;
}

.trailer-img {
    display: block;
    position: relative;
}

.trailer-img::after {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.trailer-single:hover .trailer-img::after {
    opacity: 1;
    visibility: visible;
}

.slick-left-thumb .trailer-img::after {
    opacity: 1;
    visibility: visible;
}

.trailer-active .owl-nav div {
    background: none;
    color: #000;
}

.trailer-active .owl-nav div:hover {
    color: #ff5427;
}

.owl-stage-outer.owl-height {
    height: auto!important;
}

.indicator-style-two .owl-nav div {
    opacity: 1;
    top: -87px;
    transform: translateY(0);
    right: 0px;
    left: auto;
    width: 35px;
    height: 35px;
    line-height: 32px;
    border: 1px solid #000;
    color: #000;
    font-size: 32px;
}

.indicator-style-two .owl-nav div:hover {
    border-color: #ff5427;
    color: #fff;
    background: #ff5427;
}

.indicator-style-two .owl-nav div.owl-prev {
    right: 45px;
}

.trailer-right-area {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f6f6f6 none repeat scroll 0 0;
    border-color: #ff5427 currentcolor;
    border-image: none;
    border-style: solid none;
    border-width: 10px 0;
    padding: 2px 0 8px;
    z-index: 9;
}

.trailer-content.trailer-titel {
    flex-direction: column;
}

.trailer-thumb {
    display: inline-block;
    float: left;
}

.trailer-content span:last-child {
    padding-right: 0;
}

.traier-nav-thumb-area {
    padding-left: 30px;
    cursor: pointer;
}

.trailer-thumb-single {
    display: block;
    overflow: hidden;
}

.slick-left-thumb.slick-slide>img {
    width: 100%;
}

.slick-left-thumb {
    background: #ff5427 none repeat scroll 0 0;
    padding: 10px;
}

.trailer-thumb {
    width: 162px;
}

.trailer-thumb img {
    width: 100%;
}

.traier-nav-thumb-area:not(last-child) {
    margin-top: 8px;
}

.slider-nav-team .slick-arrow {
    top: -87px;
    right: 0;
}

.slider-nav-team .slick-arrow.btn-prev {
    right: 45px;
}

.slider-nav-team .slick-arrow::after {
    display: none;
}

.indicator1 .slick-arrow {
    background: none;
    color: #000;
    bottom: 50%;
    transform: translateY(50%);
    right: -39px;
    font-size: 42px;
    position: absolute;
    cursor: pointer;
}

.indicator1 .slick-arrow.btn-prev {
    right: auto;
    left: -39px;
}

.indicator1 .slick-arrow:hover {
    color: #f3bc16;
}

.service-single {
    padding: 38px 25px 35px;
    transition: .4s;
    text-align: center;
}

.service-single:hover {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}

.servce-icon i {
    color: #cccccc;
    font-size: 48px;
    transition: all 0.3s ease-in-out;
}

.servce-icon img {
    width: auto!important;
    display: inline-block!important;
}

.service-details h4 {
    color: #fff;
    font-weight: 700;
    margin: 20px 0 18px;
    text-transform: uppercase;
    font-size: 18px;
}

.service-details>p {
    color: #cccccc;
    margin: 0;
    transition: all 0.3s ease-in-out
}

.service-area.indicator-style .owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
}

.others_service_active .service-details h4,
.others_service_active .service-details p {
    color: #555;
}

.others_service_active .service-single {
    text-align: left;
    padding: 0;
    padding-right: 30px;
    padding-left: 1px;
}

.service-details-content h3 {
    margin: 0 0 30px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    font-size: 30px;
}

.others-post h3 {
    font-size: 24px;
    margin: 0 0 17px;
}

.others-post>p {
    font-size: 16px;
    margin-bottom: 44px;
    max-width: 556px;
}

.others-post {
    margin-top: 40px;
}

.others-post .owl-nav div {
    display: none;
}

.others-post .show_button .owl-nav div {
    top: -83px;
    left: auto;
    color: #555;
    background: transparent;
    font-size: 31px;
    transform: translateY(0%);
    right: 35px;
    display: block;
}

.others-post .owl-nav div:hover {
    color: #ff5427;
}

.others-post .owl-nav div.owl-next {
    right: 0;
}

.others-post .owl-nav div.owl-next::after {
    color: #555555;
    content: "/";
    font-size: 25px;
    left: 3px;
    position: absolute;
    top: 0px;
}

.ft_item_image {
    display: block;
    position: relative;
    z-index: 2;
}

.ft_item_image::before {
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

.ft_item_image img {
    width: 100%;
}

.grid-item:hover .ft_item_image::before {
    background: rgba(0, 0, 0, 0.8);
}

.grid-item:hover .ft_item_image a.icon_link {
    opacity: 1;
    top: 50%;
}

.ft_item_image a.icon_link {
    background-color: #ff5427;
    border-radius: 50%;
    color: #ffffff;
    height: 44px;
    line-height: 44px;
    margin: auto;
    right: 0;
    text-align: center;
    width: 44px;
    z-index: 9;
    top: 60%;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
}

.filter-menu-list {
    text-align: center;
    margin-bottom: 45px;
}

.filter-menu-list button {
    color: #555555;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    transition: .3s;
    background: transparent;
    padding: 0;
    height: auto;
    line-height: 1;
}

.filter-menu-list button+button {
    margin-left: 30px;
}

.filter-menu-list button.is-checked,
.filter-menu-list button:hover {
    color: #ff5427;
}

.gallery-active.indicator-style-two .slick-arrow {
    right: 50%;
    transform: translateX(585px);
}

.gallery-active.indicator-style-two .slick-arrow.btn-prev {
    transform: translateX(541px);
}

.testimonial-image {
    margin-bottom: 22px;
}

.testimonial-content>h6 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 4px;
    position: relative;
}

.testimonial-content>span {
    color: #555;
    font-size: 14px;
}

.testimonial-image {
    margin-bottom: 18px;
}

.testimonial-image>img {
    display: inline-block !important;
    width: auto !important;
}

.testimonial-content>p {
    padding: 0 200px;
    margin-bottom: 20px;
}

.large-img {
    float: left;
    margin-right: 80px;
}

.slick-slider {
    -moz-user-select: elements;
}

.thumb-content {
    display: block;
    overflow: hidden;
    text-align: right;
}

.teamper-titel>h5 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.teamper-titel>h5::after {
    border-bottom: 1px dashed #ff5427;
    bottom: 0;
    content: "";
    height: auto;
    position: absolute;
    right: 0;
    width: 70px;
}

.teamper-titel>span {
    color: #555555;
}

.team-social {
    margin-bottom: 33px;
    margin-top: 18px;
}

.team-social ul li a {
    border: 1px solid #555555;
    border-radius: 100px;
    display: block;
    font-size: 18px;
    height: 30px;
    line-height: 28px;
    margin-left: 8px;
    text-align: center;
    width: 30px;
    color: #555555;
    transition: .3s;
}

.team-social ul li {
    display: inline-block;
}

.team-social ul li a:hover {
    color: #fff;
    background: #555555;
}

.slider.slider-nav.slick-initialized.slick-slider {
    width: 690px;
}

.slick-arrow {
    bottom: 0;
    font-size: 30px;
    position: absolute;
    cursor: pointer;
    transition: .4s;
}

.slick-next.slick-arrow {
    bottom: -10px;
    left: 50%;
}

.slick-prev.slick-arrow {
    bottom: -10px;
    left: 50%;
    margin-left: -50px;
    color: #333;
}

.ourteam-area .slick-arrow::after {
    color: #333;
    content: "/";
    font-size: 25px;
    left: -15px;
    position: absolute;
    top: 4px;
    display: block;
}

.slick-arrow:first-child::after {
    display: none;
}

.slick-arrow {
    transition: .4s;
}

.slick-arrow:hover {
    color: #ff5427;
}

.slider-nav {
    bottom: 20px;
    display: block;
    float: right;
    overflow: hidden;
    padding-bottom: 4%;
    position: absolute !important;
    right: 0;
    z-index: 9;
}

.slider-nav .slick-slide {
    margin-left: 30px;
    cursor: pointer;
}

.ourteam-area {
    display: block;
    position: relative;
}

.team-details-text h1 {
    color: #333;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}

.team-details-text>h3 {
    color: #555;
    font-size: 18px;
    font-weight: normal;
    margin: 14px 0 20px;
}

.team-details-text>p {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 28px;
    line-height: 30px;
}

.team-details-text>p span {
    color: #333;
}

.team-icon>ul {
    float: right;
}

.team-icon li {
    display: inline-block;
}

.team-icon a {
    color: #555;
    font-size: 18px;
    padding-left: 30px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.team-icon a:hover {
    color: #ff5427;
}

.team-icon {
    display: block;
    overflow: hidden;
    position: relative;
}

.team-icon::before {
    background: #eaeaea none repeat scroll 0 0;
    bottom: 12px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 451px;
}

.about-area {
    display: block;
    position: relative;
}

.about-area .section-titel-contact {
    margin-bottom: 62px;
    margin-left: 100px;
}

.abt-sm-img {
    position: absolute;
    right: 70px;
    z-index: 2;
    top: 5px;
}

.abt-lrg-img {
    margin-left: 95px;
}

.section-titel-contact h3 {
    display: block;
    position: relative;
    font-weight: 700;
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 17px;
}

.section-titel-contact p {
    color: #555555;
    line-height: 26px;
}

.section-titel-contact {
    margin-bottom: 45px;
    margin-left: 100px;
}

.section-titel-contact h3::after {
    border-bottom: 2px dashed #e2a850;
    bottom: 10px;
    content: "";
    height: auto;
    left: -100px;
    position: absolute;
    width: 70px;
}

.company-location {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 3px 0 #ddd;
    padding: 100px 90px;
    position: absolute;
    right: -273px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    max-width: 384px;
}

.follow-us-icon>h3 {
    color: #4d4d4d;
    margin: 0 0 15px;
    font-size: 24px;
}

.follow-us-icon ul li {
    display: inline-block;
}

.follow-us-icon ul li a i {
    border-radius: 50%;
    display: block;
    font-size: 16px;
    height: 30px;
    margin: 0 8px 0 auto;
    position: relative;
    text-align: center;
    width: 30px;
    line-height: 30px;
    color: #fff;
    background: #ccc;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.follow-us-icon ul li a i.fa-facebook {
    background: #3b5998
}

.follow-us-icon ul li a i.fa-google-plus {
    background: #bd3518
}

.follow-us-icon ul li a i.fa-twitter {
    background: #33ccff
}

.follow-us-icon ul li a i.fa-rss {
    background: #f56505
}

.follow-us-icon ul li a i.fa-linkedin {
    background: #007bb7
}

.follow-us-icon ul li a:hover i {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.single-address {
    overflow: hidden;
}

.single-address-icon {
    float: left;
    margin-right: 20px;
}

.single-address-info {
    float: left;
    overflow: hidden;
    width: calc(100% - 60px);
}

.single-address-icon i {
    border: 1px solid #ff5427;
    border-radius: 100px;
    color: #ff5427;
    float: left;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px;
}

.single-address-info p {
    margin-bottom: 0;
}

.contact-address.text-left {
    max-width: 255px;
}

.single-address {
    margin: 20px 0;
}

.contact-area .leave-comment.comments {
    padding: 100px 230px 70px 70px;
    position: relative;
    margin-top: 0;
}

.contact-area .comment-form p input,
.contact-area .comment-form p textarea {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    font-size: 14px;
    padding: 15px 20px;
    height: 45px;
}

.contact-area .comment-form p textarea {
    min-height: 130px;
}

.contact-area .comment-form p input[type="submit"] {
    padding: 0 20px;
    text-transform: uppercase;
}

.contact-area .comment-form p input:focus,
.contact-area .comment-form p textarea:focus {
    border-color: #fff;
}

.contact-area .leave-comment.comments:before {
    background: #ff5427 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=82)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.contact-area .comment-form {
    position: relative;
    z-index: 1;
}

.contact-area .comment-form label,
.contact-area .comment-form label input {
    width: 100%;
}

.contact-area .comment-form .wpcf7-submit {
    background: #fff none repeat scroll 0 0;
    color: #ff5427;
    width: 100%;
    height: 45px;
}

.contact-area .comment-form .wpcf7-submit:hover {
    background: #ff5427;
    color: #fff;
}

.contact-area .comment-form p input::-moz-placeholder,
.contact-area .comment-form p textarea::-moz-placeholder {
    color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.contact-area .comment-form p input::-webkit-input-placeholder,
.contact-area .comment-form p textarea::-webkit-input-placeholder {
    color: #fff;
}

.contact-area .comment-form p input::-ms-input-placeholder,
.contact-area .comment-form p textarea::-ms-input-placeholder {
    color: #fff;
}

.contact-form-title>h4 {
    color: #fff;
    display: block;
    padding-bottom: 25px;
    position: relative;
    width: 500px;
    font-size: 36px;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 50px;
}

.contact-form-title>h4::after {
    border-bottom: 1px dashed #fff;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 65px;
}

.background-video-holder {
    position: relative;
}

.youtube-video-wrapper {
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0 !important;
    left: 0;
    z-index: -1;
}

.youtube-bg {
    display: block;
    height: 100vh!important;
    background: rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%!important;
}

.fullscreen {
    height: 100%;
    width: 100%;
}

.background-video-holder::before,
.slider-item::before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
}

.menu_style2 {
    width: calc(100% - 80px);
    float: left;
}

.default-menu nav.menu_style2>ul {
    justify-content: flex-end;
}

.trigger-menu-icon {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 0;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
    width: 35px;
    cursor: pointer;
    margin-top: 29px;
}

.trigger-menu-icon span {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin: 8px 0;
    transform-origin: center center 0;
    transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
}

.trigger-menu-icon.is-active span {
    opacity: 0;
    visibility: hidden;
}

.trigger-menu-icon.is-active span:first-child {
    margin-bottom: -9px;
    opacity: 1;
    transform: rotate(-45deg);
    visibility: visible;
}

.trigger-menu-icon.is-active span:last-child {
    margin-top: -8px;
    opacity: 1;
    transform: rotate(45deg);
    visibility: visible;
}

.menu_style2 {
    width: calc(100% - 60px);
    position: relative;
    transform: scaleX(0);
    transform-origin: 100% 0 0;
    transition: all 0.8s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
    visibility: hidden;
    opacity: 0;
}

.header-style-2 .menu_style2.is-visible {
    opacity: 1;
    transform: scaleX(1);
    visibility: visible;
    z-index: 999;
}

.is-sticky .trigger-menu-icon {
    margin-top: 16px;
}

.header_style_3.container-fluid {
    padding-left: 135px;
    padding-right: 135px;
}

.header_style_3 .default-menu nav>ul>li>a {
    padding: 0px 10px 10px;
}

header.is-sticky .header_style_3 .default-menu nav>ul>li>a {
    padding: 5px 8px;
}

.header_style_3 .default-menu {
    padding-top: 24px;
}

.pro-mre-btn>a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-family: "Orbitron", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 30px;
    text-transform: capitalize;
}

.pro-mre-btn>a:hover {
    background: #ff5427;
    color: #fff;
    border-color: #ff5427;
}

.pro-mre-btn {
    margin-top: 14px;
}

.slider-social-production {
    bottom: 134px;
    position: absolute;
    right: 0;
    z-index: 9;
    padding-left: 15px;
    max-width: 1460px;
    margin: auto;
    left: 0;
    text-align: right;
    padding-right: 10px;
}

.pro-slide-pop {
    bottom: 88px;
    left: 131px;
    position: absolute;
    z-index: 9;
    display: flex;
    align-items: center;
}

.pro-slide-pop a.popup-youtube {
    margin-left: 0;
    position: static;
    display: inline-block;
    transform: translate(0);
    margin-right: 15px;
}

.pro-slide-pop p {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 16px;
    color: #fff;
    margin-left: 0px;
}

.slider-social-production-list {
    position: absolute;
    right: 30px;
    top: 0;
    margin: 0;
}

.slider-social-production-list li {
    display: inline-block;
}

.slider-social-production-list li a {
    color: #fff;
    font-size: 14px;
}

.slider-social-production li:not(:last-child) a {
    margin-right: 30px;
}

.slider-social-production li a:hover {
    color: #ff5427;
}

.slider-social {
    display: block;
    position: relative;
    padding-left: 0;
    margin-top: 30px;
}

.slider-social li:first-child::after {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: -60px;
    position: absolute;
    width: 40px;
}

.slider-social li:first-child {
    margin-left: 60px;
    position: relative;
}

.slider-social li {
    margin-right: 20px;
    display: inline-block;
}

.slider-social li a {
    color: #fff;
    font-size: 16px;
}

.slider-social li a:hover {
    color: #ff5427;
}

.active .slide-content .slider-social {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

.active .slide-content p {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
}

.slider-active .owl-nav div span {
    position: absolute;
    right: 62px;
    top: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease 0s;
    color: #ff5427;
    font-size: 12px;
    font-weight: 600;
}

.arrow_hover .slider-active .owl-nav div:hover span {
    opacity: 1;
    visibility: visible;
}

.slider-active .owl-nav div.owl-prev span {
    right: auto;
    left: 62px;
}

.ftage-slider_six:before,
.ftage-slider_six:after,
.ftage-slider_six .owl-stage-outer:before,
.ftage-slider_six .owl-stage-outer:after {
    content: "";
    width: 37%;
    left: 0;
    top: -90px;
    height: 90px;
    background: #ff5427;
    z-index: 0;
    position: absolute;
}

.ftage-slider_six:after {
    top: auto;
    bottom: -90px;
}

.ftage-slider_six .owl-stage-outer:before {
    top: 0;
    width: 136px;
    height: 100%;
    left: 120px;
    z-index: 3;
}

.ftage-slider_six .owl-stage-outer:after {
    right: 58px;
    left: auto;
    width: 2px;
    height: 100%;
    background: #aaa;
    top: 0;
}

.ftage-slider_six .slider-social-production {
    position: static;
    padding-left: 0;
    margin: auto;
    left: 0;
}

.ftage-slider_six ul.slider-social-production-list {
    top: -90px;
    display: flex;
    z-index: 9;
    align-items: center;
    list-style: none;
    padding: 0;
    width: 120px;
    height: 905px;
    background: #05192f;
    justify-content: center;
    right: auto;
    left: 0;
    writing-mode: tb-rl;
    z-index: 99;
}

.ftage-slider_six ul.slider-social-production-list li {
    padding: 20px 0px;
}

.ftage-slider_six .slider-social-production li:not(:last-child) a {
    margin-right: 0;
}

.ftage-slider_six {
    position: relative;
    margin-bottom: 90px;
}

.slide-content h2 img {
    display: inline-block!important;
    width: auto!important;
}

.ftage-slider_six .owl-dots .owl-dot.active {
    font-weight: bold;
}

.ftage-slider-bottom {
    position: absolute;
    right: 0;
    width: 100%;
    background: #05192f;
    height: 90px;
    display: flex;
    align-items: center;
    bottom: -90px;
    z-index: 0;
}

.ftage-moible-email-box {
    display: flex;
    justify-content: flex-end;
}

.ftage-slider-bottom-search {
    position: absolute;
    right: 0;
    top: 0;
}

.ftage-moible-email-box a {
    color: #fff;
    margin-left: 15px;
    font-size: 18px;
}

.ftage-moible-email-box a:not(:first-child):before {
    content: "|";
    padding-right: 18px;
}

.clickable-mainmenu {
    background: rgba(0, 0, 0, 0.92) none repeat scroll 0 0;
    color: #353535;
    min-height: 100vh;
    padding: 295px 46px 39px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(110%);
    transition: transform 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 9999;
}

.clickable-mainmenu.inside {
    transform: translateX(0px);
    z-index: 9999;
}

.slinky-menu.slinky-theme-default {
    display: inline-block;
    width: 290px;
}

.slinky-theme-default {
    background: transparent none repeat scroll 0 0;
}

#menu li a {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0 0 15px;
    text-transform: capitalize;
    text-align: center;
}

#menu li a:hover {
    color: #ff5427;
}

.slinky-theme-default a:hover:not(.back) {
    background: transparent none repeat scroll 0 0;
}

.clickable-mainmenu-icon button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 50px;
    padding: 0;
    position: absolute;
    right: 375px;
    top: 25px;
    transition: all 0.3s ease 0s;
}

.clickable-mainmenu-icon button:hover {
    color: #ff5427;
}

.slinky-theme-default .back::before {
    padding: 0;
}

.main-search-active {
    background: rgba(0, 0, 0, 0.92) none repeat scroll 0 0;
    color: #353535;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 32px 46px 39px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(110%);
    transition: transform 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 999999;
}

.main-search-active.inside {
    transform: translateX(0px);
    z-index: 9999;
}

.sidebar-search-input {
    align-self: center;
    display: flex;
}

.sidebar-search-input form .form-search {
    position: relative;
}

.sidebar-search-input form .form-search input {
    background-color: transparent;
    border-color: #aaa;
    border-style: solid;
    border-width: 0 0 1px;
    color: #fff;
    display: block;
    font-size: 28px;
    height: 62px;
    line-height: 62px;
    padding: 0;
    width: 800px;
    border-radius: 0;
    padding: 0 50px 0 0px;
}

.sidebar-search-input form .form-search button {
    background-color: transparent;
    border: medium none;
    color: #aaa;
    font-size: 30px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 6px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.sidebar-search-icon {
    display: block;
    float: right;
    overflow: hidden;
    position: absolute;
    right: 375px;
}

.sidebar-search-icon button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #aaa;
    cursor: pointer;
    font-size: 50px;
    line-height: 1;
    padding: 0;
    transition: all 0.3s ease 0s;
}

.sidebar-search-input form .form-search input::-moz-placeholder {
    color: #aaa;
    opacity: 1;
}

.sidebar-search-input form .form-search input::-webkit-placeholder {
    color: #aaa;
    opacity: 1;
}

.ftage-slider_six .owl-dots .owl-dot:not(:first-child) {
    padding-left: 52px;
    position: relative;
}

.ftage-slider_six .owl-dots .owl-dot:not(:first-child):before {
    content: "";
    position: absolute;
    left: 4px;
    height: 1px;
    width: 30px;
    background: #fff;
    z-index: 2;
    bottom: 13px;
}

.header-menu-wrap .site-title {
    position: relative;
    z-index: 99;
}

.recent-news-single {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 28px;
    transition: all 0.4s ease 0s;
}

.recent-news-single:hover {
    border-color: #ff5427;
}

.news-content h4 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 500;
}

.news-content h4 a {
    color: #555;
}

.news-content {
    padding: 20px;
}

.news-content .news-meta span {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    padding-right: 25px;
}

.news-content .news-meta span:last-child {
    padding-right: 0;
}

.news-content .news-meta span a {
    color: #555;
}

.news-content .news-meta span a:hover,
.news-content h4 a:hover {
    color: #ff5427;
}

.pro-latest-news-active .slick-list {
    margin: 0 -15px;
}

.pro-latest-news-active .recent-news-single {
    margin-left: 15px;
    margin-right: 15px;
}

.news-content a.read-more {
    transition: all 0.3s ease-in-out;
    color: #555;
    font-size: 14px;
}

.news-meta {
    margin-bottom: 10px;
}

.about-actor-left>h3 {
    font-size: 26px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 30px;
}

.about-actor-left>h3 span {
    color: #ff5427;
}

.button-horizental {
    padding-top: 15px;
}

.button-horizental>a {
    color: #555;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    transition: all 0.4s ease 0s;
}

.button-horizental>a:hover {
    color: #ff5427;
}

.button-horizental a {
    display: inline-block;
    position: relative;
}

.button-horizental a::after {
    border: 1px solid #ff5427;
    bottom: 91%;
    content: "";
    height: 35px;
    left: 0;
    position: absolute;
    width: 1px;
}

.actor-about-image {
    padding-left: 50px;
}

.actw-box-single {
    padding: 38px 25px 35px;
    transition: .4s;
    text-align: center;
}

.working-details h4 {
    color: #555;
    font-weight: 700;
    margin: 20px 0 18px;
    text-transform: uppercase;
    font-size: 18px;
}

.working-details>p {
    color: #555;
    margin: 0;
}

.working-date>h5 {
    color: #555;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.working-date>h5::after {
    bottom: 0;
    border: 1px solid #ff5427;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 80px;
    margin: auto;
}

.actw-box-single {
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 45px;
    padding: 38px 30px 35px;
    transition: all 0.4s ease 0s;
}

.dots_style1 .owl-dots .owl-dot span {
    backface-visibility: visible;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eab454;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 0.2s ease 0s;
    width: 10px;
}

.dots_style1 .owl-dots {
    text-align: center;
}

.dots_style1 .owl-dot {
    display: inline-block;
}

.dots_style1 .owl-dots .owl-dot.active span,
.dots_style1 .owl-dots .owl-dot:hover span {
    background: #eab454 none repeat scroll 0 0;
    border-color: #eab454;
}

.dots_style1 .owl-nav.disabled+.owl-dots {
    margin-top: 0;
}

span.ftagem-shap,
span.ftagem-shap-bottom {
    height: 50px;
    border: 1px solid #fff;
    display: inline-block;
    margin-left: auto!important;
    margin-right: auto!important;
    margin-top: 0;
    margin-bottom: 0;
}

.clientsay-single {
    display: flex;
}

.testimonial-content>h6 {
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 4px;
}

.testimonial-content>span {
    color: #666666;
    font-size: 12px;
}

.testi-img {
    margin-bottom: 18px;
}

.testi-img>img {
    display: inline-block !important;
    width: auto !important;
}

.testimonial-content>p {
    padding: 0 200px;
}

.client-feedback {
    position: relative;
    max-width: 50%;
}

.client-feedback::after {
    bottom: -50px;
    content: "";
    height: 35px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 1px;
    border: 1px solid #ff5427;
}

.client-feedback>h3 {
    color: #555;
    font-weight: 700;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 60px;
}

.client-feedback>h3 span {
    color: #ff5427;
}

.clientsay-content {
    flex-basis: 50%;
}

.client-img {
    margin-left: 35px;
    margin-top: -125px;
}

.clientsay-content h6 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 35px;
    margin-bottom: 0;
}

.clientsay-area {
    position: relative;
}

.indicator3 .owl-nav {
    bottom: 58px;
    left: 26%;
    margin: 0;
    opacity: 1;
    position: absolute;
    text-align: left;
    transition: all 0.4s ease 0s;
    width: auto;
}

.indicator3 .owl-nav [class*="owl-"] {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    color: #555555;
    cursor: pointer;
    display: inline-block;
    font-size: 34px;
    margin: 0 -3px;
    padding: 0;
    transition: .4s;
    opacity: 1;
}

.indicator3 .owl-nav [class*="owl-"]:hover {
    color: #ff5427
}

.indicator3 .owl-nav .owl-prev::after {
    color: #555555;
    content: "/";
    font-size: 20px;
    left: 38px;
    position: absolute;
    top: 0px;
}

.cr-border-bottom {
    border-bottom: 1px solid #dddddd;
}

.testimonial-content>h6::after {
    top: -50px;
    content: "";
    height: 35px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 1px;
    border-left: 1px solid transparent;
}

.brand-logo {
    margin-bottom: 80px;
}

.brand-image {
    text-align: center;
}

.brand-image img {
    display: inline-block!important;
}

.brand-slider-active .slick-dots {
    display: flex;
    list-style: none;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 10px;
}

.brand-slider-active .slick-dots li button {
    text-indent: -9999;
    opacity: 1;
    text-indent: -1000px;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0 5px;
    border-radius: 100%;
    background: #061d36;
}

.brand-slider-active .slick-dots li.slick-active button {
    background: #ff5427;
}

.subscribe-form form input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 100px;
    box-shadow: none;
    color: #666;
    display: inline-block;
    float: left;
    font-size: 13px;
    height: 50px;
    margin: 0;
    padding-left: 19px;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 160px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1) inset;
}

.subscribe-form form input:focus {
    color: #666;
}

.subscribe-form input[type="submit"] {
    background: #ff5427;
    border: medium none;
    cursor: pointer;
    height: 50px;
    line-height: 1;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: inherit;
    border-radius: 0 100px 100px 0;
    color: #fff;
    font-weight: 500;
    font-family: 'Orbitron', sans-serif;
    padding: 1px 24px;
}

.subscribe-form {
    max-width: 580px;
    margin: auto;
    z-index: 1;
}

.subscribe-form input::-moz-placeholder {
    color: #444;
    font-size: 14px;
    opacity: 1;
}

.subscribe-form input::-webkit-input-placeholder {
    color: #444;
}

.subscribe-form input::-moz-placeholder {
    color: #444;
    opacity: 1;
}

.subscribe-form input::-ms-input-placeholder {
    color: #444;
    opacity: 1;
}

.portfolio-details-images img {
    width: 100%;
}

.portfolio-details-images {
    margin-bottom: 60px;
}

.portfolio-details-meta ul {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px dashed #e5e5e5;
    padding: 0 20px;
    margin-bottom: 0;
    list-style: none;
    text-transform: uppercase;
    font-size: 14px;
}

.small-title-fullwidth span {
    border-bottom: 1px dashed #d5d5d5;
    display: block;
    padding-bottom: 7px;
    padding-right: 0;
}

.small-title-fullwidth {
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: -5px;
    padding-bottom: 25px;
    font-size: 24px;
}

.portfolio-details-meta ul li {
    border-bottom: 1px dashed #e5e5e5;
    color: #666;
    list-style: outside none none;
    padding: 15px 0;
    width: 100%;
}

.portfolio-details-meta ul li:last-child {
    border-bottom: 0 none;
}

.portfolio-details-meta ul li i {
    color: #444;
    font-size: 16px;
    line-height: normal;
    margin-right: 20px;
}

.portfolio-details-meta ul li span {
    color: #444;
    font-weight: 700;
    margin-right: 5px;
}

.portfolio-details-meta ul li a {
    color: #333333;
}

.portfolio-details-meta ul li a:hover {
    color: #ff5427;
}

.portfolio-details-info .portfolio-title {
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 18px;
    margin-top: 0;
    font-size: 16px;
}

.portfolio-details-info .post-share {
    border-bottom: 1px dashed #e5e5e5;
    border-top: 1px dashed #e5e5e5;
    overflow: hidden;
    padding: 10px 0;
    margin-top: 30px;
}

.portfolio-details-info .post-share h6 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 0;
}

.portfolio-details-info .post-share ul {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0;
    margin-bottom: 0;
}

.portfolio-details-info .post-share ul li {
    display: inline-block;
    list-style: none;
    margin: 0 6px;
    font-size: 14px;
}

.portfolio-details-info .post-share ul li a {
    display: block;
    color: #333333;
}

.portfolio-details-info .post-share ul li a:hover {
    color: #ff5427;
}

.ftagementor-filter-menu-list {
    margin-bottom: 35px;
}

.ftagementor-filter-menu-list button {
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    margin: 0 15px;
    position: relative;
    padding: 0;
    text-transform: capitalize;
    font-family: "Poppins", Helvetica, sans-serif;
    position: relative;
    outline: none;
    height: auto;
}

.ftagementor-filter-menu-list button.is-checked {
    color: #1bb4b9;
}

.ftagementor-filter-menu-list button:focus {
    outline: none;
}

.ftagementor-ft_item_image {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.ftagementor-ft_item_image::before {
    background: #000;
    content: "";
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.ftagementor-ft_item_image img {
    width: 100%;
}

.ftagementor-ft_item_image a.icon_link {
    background-color: transparent;
    border-radius: 50%;
    color: #ffffff;
    height: 65px;
    line-height: 65px;
    margin: auto;
    font-size: 24px;
    right: 0;
    text-align: center;
    width: 65px;
    z-index: 9;
    top: 100%;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
}

.ftagementor-cat-wrapper {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    left: 0;
    right: 0;
    opacity: 0;
    bottom: -250px;
    text-align: left;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 999;
    padding: 20px;
}

.ftagementor-cat-wrapper>a {
    color: #fff;
}

.ftagementor-cat-wrapper>a:hover {
    color: #1bb4b9;
}

.ftagementor-grid-item:hover .ftagementor-ft_item_image::before {
    background: rgba(0, 0, 0, 0.4);
    top: 0;
}

.ftagementor-grid-item:hover .ftagementor-ft_item_image a.icon_link {
    opacity: 1;
    top: 50%;
    visibility: visible;
}

.ftagementor-grid-item:hover .ftagementor-cat-wrapper {
    opacity: 1;
    bottom: 10px;
    visibility: visible;
}

.ftagementor-cat-wrapper h5 a {
    color: #fff;
}

.ftagementor-cat-wrapper h5 {
    font-size: 16px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px;
}

.ftagementor-cat-wrapper h6 {
    font-size: 13px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}

.ripple_content_slide {
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

.pstr_image {
    position: relative;
    box-shadow: 2px 5px 24px 1px #ccc;
    padding: 10px;
}

.pstr_image img {
    width: 100%;
}

.pstr_image h3 {
    position: absolute;
    bottom: 20px;
    font-size: 18px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Roboto;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.pstr_date {
    position: absolute;
    left: -35px;
    padding: 24px 32px;
    background: #ff5427;
    border: 7px solid #fff;
    box-shadow: 0 0 12px 1px #ccc;
    bottom: -40px;
    color: #fff;
    font-size: 30px;
    line-height: 1;
}

.pstr_date span {
    display: block;
    font-weight: 600;
}

.pstr_content {
    display: flex;
    justify-content: center;
    padding: 16px 16px 10px;
    font-size: 18px;
    line-height: 22px;
}

ul.pstr_rating {
    list-style: none;
    padding: 0;
    display: flex;
    margin-bottom: 0;
    margin-right: 10px;
}

.pstr_rating li+li {
    margin-left: 5px;
}

.pstr_rating li .ratclr {
    color: #ff5427;
}

.pstr_rating li i {
    color: #ddd;
}

.pstr_content span {
    color: #000;
}

.single-pricing-table {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
    box-shadow: 0px 0px 1px 1px #dddddd;
}

.single-pricing-table-head {
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 0px 0px 1px;
    padding: 40px 0 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-pricing-table-head>h4,
.single-pricing-table-head>h5 {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-pricing-table-head>h5 {
    color: #303030;
    font-size: 18px;
}

.single-pricing-table-head h5 span b {
    font-size: 30px;
}

.monthly {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
}

.single-pricing-table-head>h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    margin-top: 0;
}

.single-pricing-table-body {
    padding: 35px 0 40px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-pricing-table-body ul {
    padding-left: 0;
    list-style: none;
}

.single-pricing-table-body li {
    color: #565656;
    font-size: 14px;
    margin-bottom: 20px;
}

.single-pricing-table-body a {
    border: 1px solid #e5e5e5;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    margin-top: 15px;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase;
}

.single-pricing-table:hover .single-pricing-table-head {
    background: #ffb200 none repeat scroll 0 0;
}

.single-pricing-table:hover .single-pricing-table-head h4,
.single-pricing-table:hover .single-pricing-table-head h5 {
    color: #fff;
}

.single-pricing-table:hover .single-pricing-table-body a {
    border: 1px solid #ffb200;
    background: #ffb200;
    color: #fff;
}

.single-pricing-table:hover .single-pricing-table-head {
    border-color: transparent;
}

.single-pricing-table:hover .single-pricing-table-body {
    border-color: transparent;
}

.active .single-pricing-table-head {
    background: #ffb200 none repeat scroll 0 0;
    border-color: transparent;
}

.active .single-pricing-table-head h4,
.active .single-pricing-table-head h5 {
    color: #fff;
}

.active .single-pricing-table-body {
    border-color: transparent;
}

.active .single-pricing-table-body .order {
    border: 1px solid #ffb200;
    background: #ffb200;
    color: #fff;
}

.single-pricing-table:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.active:hover .single-pricing-table-head {
    background: #0095d9 none repeat scroll 0 0;
}

.ftage_priceing {
    text-align: center;
}

.ftage_priceing-inner {
    background: #f9f9f9 none repeat scroll 0 0;
    margin: 0 auto 30px;
    position: relative;
}

.ftage_priceing-inner:hover .ftage_price-title h3 {
    background: #cb9648;
}

.ftage_priceing-inner:hover .ftage_price-title,
.ftage_priceing-inner:hover .ftage_price-title .ftage_price {
    background: #ff5427;
}

.ftage_price-title {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    height: 140px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    transition: .3s;
}

.ftage_price-title>h3 {
    background: #474747 none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0;
    text-transform: uppercase;
    transition: .3s;
}

.ftage_price-title .ftage_price {
    position: absolute;
    bottom: -25px;
    background: #333 none repeat scroll 0 0;
    height: 95px;
    width: 95px;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
    border-radius: 50px;
    border: 5px solid #fff;
    line-height: 1;
    font-size: 28px;
    font-weight: 700;
    transition: .4s;
    padding-top: 22px;
}

.ftage_price span {
    font-size: 10px;
    font-weight: 400;
    display: block;
    margin-top: 2px;
}

.ftage_pricing_features {
    color: #323232;
}

.ftage_pricing_features ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.ftage_pricing_features li {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    overflow: hidden;
    padding: 10px 0;
}

.ftage_pricing_features li:last-child {
    border: none;
}

.ftage_priceing .ftage_price_btn {
    padding: 3em 0;
    text-align: center;
}

.ftage_priceing .ftage_price_btn a {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

.ftage_priceing-inner:hover .ftage_price_btn a {
    background: #ff5427;
}

.ftage_price_lebel {
    position: absolute;
    top: -7px;
    background: #ff5427;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
    padding: 4px 10px;
    font-size: 10px;
    border-radius: 2px;
    right: 10px;
    font-weight: 700;
}

.ftage_img_carousel-slider-active .owl-prev,
.ftage_img_carousel-slider-active .owl-next {
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    position: absolute;
    top: 50%;
    color: #ffffff;
    width: 250px;
    height: 160px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    border-radius: 0;
    left: -280px;
    right: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ftage_img_carousel-slider-active .owl-prev:before,
.ftage_img_carousel-slider-active .owl-next:before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}

.ftage_img_carousel-slider-active .owl-prev:hover:before,
.ftage_img_carousel-slider-active .owl-next:hover:before {
    background: rgba(0, 0, 0, 0);
}

.ftage_img_carousel-slider-active .owl-nav div.owl-next {
    right: -280px;
    left: auto;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption .wp-caption-text {
    margin: 10px 0 0;
    padding: 0 4px 5px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-style: italic;
    font-size: 12px;
    line-height: 1.8;
    text-align: center;
}

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 1.5em 0 1.5em;
    float: left;
    width: 100%;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    height: 40px;
    width: 100%;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.entry-content .wp-block-gallery {
    padding-left: 0;
}

.wp-block-pullquote blockquote {
    background: none;
    border-left: 0;
    margin: 0;
    padding: 0;
}

.wp-block-pullquote.is-style-default {
    border-top: 3px solid #363636;
    border-bottom: 3px solid #363636;
    margin: 35px 0 35px 0;
    padding: 15px 20px 15px;
}

.wp-block-media-text {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}