@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont93e3.eot?v=4.4.0');
    src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont93e3.html?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont93e3.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont93e3.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont93e3.svg?v=4.4.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 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    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 {
    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: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-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-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"
}

body {
    padding: 0;
    margin: 0;

    transition: margin 500ms;
    -webkit-transition: margin 500ms;
    overflow-x: hidden !important;
    position: relative;
}

html {
    transition: margin 500ms;
    -webkit-transition: margin 500ms;
}

p {
    margin: 0 0 10px 0;
    padding: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none !important;
}

p a {
    transition: color 300ms;
    -webkit-transition: color 300ms;
}

img {
    vertical-align: top;
    outline: none !important;
    max-width: 100%;
    height: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0
}

/* H E A D E R */


.main_header {
    position: relative;
    width: 100%;
    z-index: 500;
    transition: background-color 400ms;
    -webkit-transition: background-color 400ms;
}

.header_parent_wrap {
    padding: 26px 30px;
    position: relative;
    transition: all 500ms;
    -webkit-transition: all 500ms;
}

.small_sticky .header_parent_wrap {
    padding-top: 15px;
    padding-bottom: 15px;
}



.fixed_show .header_holder {
    display: block;
}

.page_with_abs_header .main_header {
    position: absolute;
}

.fixed_show .main_header,
.page_with_abs_header.fixed_show .main_header {
    position: fixed;
    left: 0;
    top: 0;
    transition: left 500ms, background-color 400ms;
    -webkit-transition: left 500ms, background-color 400ms;
}

.logo_sect {
    float: left;
}

.logo_sect .logo {
    display: block;
}

header nav,
.lang_selector,
.open_sidebar_area,
.top_search {
    display: inline-block;
    vertical-align: top;
}

header nav.hide_nav {
    display: none !important;
}

header nav ul.menu {
    font-size: 0;
    line-height: 0;
}

header nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

header nav ul li {
    padding: 0;
    margin: 0;
}

header nav ul.menu>li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    z-index: 5;
    margin-right: 24px;
}

header nav ul.menu>li:last-child {
    margin-right: 23px;
}

header nav ul.menu>li>a {
    font-size: 15px;
    line-height: 26px;
    padding: 0 3px;
    font-weight: 400;
    display: block;
    position: relative;
    background: none;
    transition: color 300ms;
    -webkit-transition: color 300ms;
    text-transform: uppercase;
}

header nav ul.menu>li>a:before {
    position: absolute;
    top: 50%;
    height: 1px;
    left: 50%;
    width: 0;
    content: '';
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: width 400ms, left 400ms;
    -webkit-transition: width 400ms, left 400ms;
    margin-top: 0;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

header nav ul.menu>li:hover>a:before,
header nav ul.menu>li.current-menu-ancestor>a:before,
header nav ul.menu>li.current-menu-item>a:before,
header nav ul.menu>li.current-menu-parent>a:before {
    left: 0;
    width: 100%;
}

header nav ul.menu>li.current-menu-ancestor>a:before,
header nav ul.menu>li.current-menu-item>a:before,
header nav ul.menu>li.current-menu-parent>a:before {
    margin-top: 10px !important;
}

header nav ul.menu .sub-nav {
    display: block;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -100px;
    top: calc(100% + 26px) !important;
    opacity: 0 !important;
    font-size: 0;
    line-height: 0;
    z-index: 555;
    box-shadow: none;
    visibility: hidden;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
}

.small_sticky .header_parent_wrap header nav ul.menu .sub-nav {
    top: calc(100% + 15px) !important;
}

header nav ul.menu .sub-nav:before,
header nav ul.menu .sub-nav:after {
    content: "";
    display: block;
    height: 28px;
    left: 0;
    position: absolute;
    top: -28px;
    width: 100%;
}

header nav ul.menu .sub-nav:after {
    height: 6px;
    bottom: 0;
    top: auto;
}

.small_sticky .header_parent_wrap header nav ul.menu .sub-nav:before {
    height: 17px;
    top: -17px;
}

header nav ul.menu>li:hover>.sub-nav {
    opacity: 1 !important;
    visibility: visible !important;
}

header nav ul.menu>li:hover>.sub-nav .sub-menu li>.sub-nav {
    top: -5px !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

header nav ul.menu>li:hover>.sub-nav .sub-menu li:hover>.sub-nav {
    top: -5px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

header nav ul.menu .sub-nav .sub-nav {
    top: -5px !important;
}

header nav ul.menu .sub-menu {
    padding: 5px 0 4px 0;
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    position: relative;
}

header nav ul.menu>li>.sub-nav .sub-menu li>.sub-nav {
    left: 205px;
    margin: 0;
}

header nav ul.menu>li:last-child>.sub-nav .sub-menu li>.sub-nav,
header nav ul.menu>li:nth-last-child(2)>.sub-nav .sub-menu li>.sub-nav,
header nav ul.menu>li:nth-last-child(3)>.sub-nav .sub-menu li>.sub-nav {
    left: -205px;
}

header nav ul.sub-menu li {
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    position: relative;
    padding: 0;
    margin: 0;
}

header nav ul.sub-menu li:before,
header nav ul.sub-menu li:after {
    position: absolute;
    left: -5px;
    top: 0;
    height: 100%;
    width: 5px;
    content: '';
}

header nav ul.sub-menu li:after {
    left: auto;
    right: -5px;
}

header nav ul.sub-menu li a {
    padding: 9px 28px 11px 20px;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    position: relative;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

header nav ul.sub-menu li a:before {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    content: '';
}

header nav ul.sub-menu>li:hover>a,
header nav ul.sub-menu>li.current-menu-item>a,
header nav ul.sub-menu>li.current-menu-parent>a {
    color: #fff;
}

header nav ul.sub-menu li.menu-item-has-children>a:after {
    position: absolute;
    top: 9px;
    right: 20px;
    content: "\f105";
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
}

/* Language Selector */
.lang_selector {
    position: relative;
    padding-left: 30px;
}

.lang_selector:before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 12px;
    width: 1px;
    content: '';
    margin-top: 1px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.lang_selector.open:before {
    display: none;
}

.lang_selector .language_list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.lang_selector.open .language_list {
    display: block;
}

.lang_selector .language_list li,
.lang_selector a {
    padding: 0;
    margin: 0 25px 0 0;
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    opacity: 1;
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
}

.lang_selector .language_list li:hover,
.lang_selector a:hover {
    
}

.lang_selector.open a {
    display: none;
}

/* Sidebar Area */
.sidebar_area {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 0;
    transition: width 500ms;
    -webkit-transition: width 500ms;
    padding: 0;
    z-index: 555;
}

.visible_sidebar_area .sidebar_area {
    width: 540px;
}

body.visible_sidebar_area {
    margin-right: 540px;
    margin-left: -540px;
}

body.visible_sidebar_area.fixed_show .main_header,
body.page_with_abs_header.visible_sidebar_area .main_header {
    left: -540px;
}

.open_sidebar_area {
    width: 11px;
    margin-right: 25px;
    position: relative;
    cursor: pointer;
}

.open_sidebar_area:after {
    width: 11px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: '';
    opacity: 1;
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    background-image: url("../img/sprite.png");
    background-position: 0 -140px;
    background-repeat: no-repeat;
}

.open_sidebar_area:hover:after,
.visible_sidebar_area .open_sidebar_area:after {
    
}

.scroll_pane_wrap {
    width: 420px;
    margin-left: 60px;
    height: calc(100% - 163px);
    overflow: auto;
}

/* jScrollPane */
.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
    width: 100% !important;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
}

.jspCap {
    display: none;
}

.jspTrack {
    position: relative;
}

.jspDrag {
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspCorner {
    float: left;
    height: 100%;
}

.sidebar_area .sidepanel {
    margin-bottom: 55px;
}

.sidebar_area .sidepanel.widget_text {
    margin-bottom: 49px;
}

.sidebar_area .copyright {
    height: 68px;
    float: none !important;
    position: relative;
}

.sidebar_area .copyright span {
    position: absolute;
    left: 60px;
    top: 50%;
    width: 420px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.sidebar_area_head {
    height: 95px;
    overflow: hidden;
    position: relative;
}

.sidebar_area_head .logo_sect {
    float: none;
    padding: 26px 75px 26px 60px;
}

.sidebar_area_head .logo_sect .logo {
    display: inline-block;
    vertical-align: top;
}

.sidebar_area_head .logo_sect img {
    max-height: 43px;
    width: auto;
}

.close_sidebar_area {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 60px;
    top: 32px;
    opacity: 1;
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    background-image: url("../img/sprite.png");
    background-position: -30px -140px;
    background-repeat: no-repeat;
    display: none;
    cursor: pointer;
}

.close_sidebar_area:hover {
    
}

.visible_sidebar_area .close_sidebar_area {
    display: block;
}

ul.social_icons {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.social_icons li {
    padding: 0 !important;
    margin: 0 7px 10px 0;
    display: inline-block;
    vertical-align: top;
}

ul.social_icons li:before,
ul.social_icons li:before {
    display: none;
}

ul.social_icons li a {
    font-size: 15px;
    transition: color 300ms;
    -webkit-transition: color 300ms;
    text-align: center;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    line-height: 38px;
    border-style: solid;
    border-width: 1px;
    border-color: #737479;
}

.text-center ul.social_icons li:last-child {
    margin-right: 0;
}

ul.social_icons li a:hover {
    line-height: 36px;
    border-width: 2px;
}

.sidebar_area ul.social_icons li a {
    color: #737479;
    border-color: rgba(255, 255, 255, 0.5);
}

.sidebar_area ul.social_icons li a:hover {
    color: #fff;
}

.pre_footer .widget_contacts ul.social_icons li {
    margin-bottom: 7px;
}

.pre_footer .widget_contacts ul.social_icons li a {
    width: auto;
    height: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    line-height: 22px;
    border: none;
}

/* Top Search */
.top_search {
    position: relative;
}

.top_search form input[type="text"] {
    margin: 0 12px 0 0;
    padding: 0;
    width: 0;
    border: none;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    outline: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    background: none;
}

.s_submit,
.top-icon-search {
    cursor: pointer;
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 12px !important;
    height: 12px !important;
    border: none !important;
    box-shadow: none !important;
    text-decoration: none;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    z-index: 10;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
}

.s_submit:hover,
.top-icon-search:hover {
    
}

.top-icon-search {
    z-index: 90;
}

.top_search.ct-search-open .top-icon-search {
    z-index: 1;
    pointer-events: none;
}

.top_search.ct-search-open form input[type="text"] {
    width: 297px;
    margin-right: 25px;
}

.top_search form {
    width: 8px;
}

.top_search.ct-search-open form {
    width: 322px;
}

/* Transparent Header */
.page_with_abs_header {
    position: relative;
}

.page_with_abs_header header nav ul.menu>li>a,
.page_with_abs_header .lang_selector .language_list li,
.page_with_abs_header .lang_selector a {
    color: #000000;
}

.page_with_abs_header header nav ul.menu>li>a:before,
.page_with_abs_header .lang_selector:before {
    background: #fff;
}






/* C O N T E N T */
.no-sidebar .left-sidebar-block,
.no-sidebar .right-sidebar-block {
    display: none !important;
}

.left-sidebar .right-sidebar-block {
    display: none !important;
}

.left-sidebar .left-sidebar-block {
    display: block !important;
    float: left !important;
    margin-left: 0;
}

.left-sidebar .posts-block {
    float: right !important;
    width: 100%;
}

.right-sidebar .left-sidebar-block {
    display: none !important;
}

.right-sidebar .right-sidebar-block {
    display: block !important;
}

.right-sidebar-block,
.left-sidebar-block {
    text-align: left;
    padding-top: 0;
    margin-top: 1px;
    margin-bottom: 20px;
}

.right-sidebar-block .sidepanel.widget_text:first-child,
.left-sidebar-block .sidepanel.widget_text:first-child {
    margin-top: -5px;
}

.right-sidebar-block .sidepanel.widget_flickr,
.left-sidebar-block .sidepanel.widget_flickr {
    margin-top: -6px;
}

.right-sidebar-block,
.left-sidebar-block,
.fl-container.hasRS,
.posts-block.hasLS,
.fl-container {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.right-sidebar-block,
.left-sidebar-block,
.fl-container.hasRS,
.posts-block.hasLS {
    padding-bottom: 20px;
}

.right-sidebar .contentarea {
    padding-right: 10px;
}

.left-sidebar .contentarea {
    padding-left: 10px;
}

@media only screen and (min-width: 768px) {

    .right-sidebar-block,
    .left-sidebar-block,
    .fl-container.hasRS,
    .posts-block.hasLS {
        float: left;
    }

    .right-sidebar-block,
    .left-sidebar-block {
        width: 27.5%;
    }

    .fl-container {
        width: 100%;
    }

    .fl-container.hasRS,
    .posts-block.hasLS {
        width: 72.5%;
    }

    .wrapper_404 h1 {
        font-size: 50px;
        line-height: 55px;
    }
}

.wrapper {
    overflow: hidden;
    text-align: left;
    position: relative;
    display: block;
    padding: 55px 0 0 0;
    margin: 0 auto;
}

.page_with_abs_header .wrapper {
    padding-top: 0;
}

.row20,
.row20 .row {
    margin-right: -10px;
    margin-left: -10px
}

.row20 .col-sm-1,
.row20 .col-sm-2,
.row20 .col-sm-3,
.row20 .col-sm-4,
.row20 .col-sm-5,
.row20 .col-sm-6,
.row20 .col-sm-7,
.row20 .col-sm-8,
.row20 .col-sm-9,
.row20 .col-sm-10,
.row20 .col-sm-11,
.row20 .col-sm-12 {
    padding-right: 10px;
    padding-left: 10px
}

/* T Y P O G R A P H Y */
h1,
h1 span,
h1 a,
h2,
h2 span,
h2 a,
h3,
h3 span,
h3 a,
h4,
h4 span,
h4 a,
h5,
h5 span,
h5 a {
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

h6 {
    margin-bottom: 15px;
}

h1,
h1 span,
h1 a {
    font-size: 32px;
    line-height: 31px;
    letter-spacing: 3.5px;
}

h2,
h2 span,
h2 a {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 2.5px;
}

h3,
h3 span,
h3 a {
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 2.5px;
}

h4,
h4 span,
h4 a {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 2px;
}

h5,
h5 span,
h5 a {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 2.5px;
}

h6,
h6 span,
h6 a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.alignleft {
    margin: 0 15px 10px 0;
    float: left;
}

.alignright {
    margin: 0 0 10px 15px;
    float: right;
}

.aligncenter {
    float: none;
    text-align: center;
}

.module_cont {
    padding-bottom: 37px;
}

/* Page Title */
.page_title {
    padding: 4px 30px 37px 30px;
    text-align: center;
}

.right-sidebar .page_title,
.left-sidebar .page_title {
    padding-bottom: 45px;
}

.page_title h1,
.page_title h2,
.page_title h3,
.page_title h4,
.page_title h5,
.page_title h6 {
    margin-bottom: 10px;
}

.page_title p {
    padding-top: 22px;
    font-style: italic;
}

.bg_title {
    text-align: center;
}

.bg_title p {
    padding-top: 10px;
    font-style: italic;
}

.bg_title p.fz18 {
    padding-top: 0;
    line-height: 27px;
    font-size: 18px;
}

/* Highlights */
.highlighted_dark {
    background: #434449;
    color: #fff;
}

.highlighted_light {
    background: #eeeeee;
    color: #434449;
}

.highlighted_colored {
    color: #fff;
}

/* Blockquotes */
blockquote {
    padding: 5px 0 5px 20px;
    margin: 0 0 10px 0;
    position: relative;
    border: 0;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
}

blockquote:after {
    display: none;
}

blockquote:before {
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 5px;
    content: '';
    width: 1px;
}

/* Default listing */
.module_cont ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.module_cont ul li {
    padding: 0 0 5px 19px;
    position: relative;
}

.module_cont ul li:before {
    content: "•";
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.module_cont ol {
    margin: 0;
    counter-reset: li;
    list-style: none;
    padding: 0;
}

.module_cont ol li {
    list-style: none;
    position: relative;
    padding: 0 0 5px 19px;
}

.module_cont ol li:before {
    content: counter(li) '.';
    counter-increment: li;
    position: absolute;
    left: 0;
    top: 0;
}

/* Forms */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
    display: block;
    width: 100%;
    background: #fff;
    text-shadow: none;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    padding: 9px 14px;
    font-style: italic;
    border: 1px #737479 solid;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    margin: 0 0 30px 0;
    -webkit-appearance: none !important;
    outline: none;
}

textarea {
    height: 120px;
    resize: none;
}

.small_margin_fields input[type="text"],
.small_margin_fields input[type="email"],
.small_margin_fields input[type="tel"],
.small_margin_fields input[type="password"] {
    margin-bottom: 10px;
}

.small_margin_fields textarea {
    margin-bottom: 20px;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    height: 29px;
    color: #434449;
    line-height: 21px;
    padding: 4px 3px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    cursor: pointer;
    border: none;
    background: none;
    transition: color 300ms, border-color 300ms, border-width 100ms;
    -webkit-transition: color 300ms, border-color 300ms, border-width 100ms;
    vertical-align: top;
    outline: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}

.submit_wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.submit_wrap:before {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 25px;
    height: 1px;
    background: #434449;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    content: '';
    cursor: pointer;
}

.submit_wrap:hover:before {
    top: 50%;
    margin-top: -1px;
}

.footer .submit_wrap,
.sidebar_area .submit_wrap {
    display: block;
}

.footer .submit_wrap:before,
.sidebar_area .submit_wrap:before {
    display: none !important;
}

.footer input[type="text"],
.footer input[type="email"],
.footer input[type="tel"],
.footer input[type="password"],
.footer textarea,
.sidebar_area input[type="text"],
.sidebar_area input[type="email"],
.sidebar_area input[type="tel"],
.sidebar_area input[type="password"],
.sidebar_area textarea {
    border-color: #2e2f34;
    background: #2e2f34;
    color: #737479;
    margin-bottom: 20px;
}

.footer input[type="button"],
.footer input[type="reset"],
.footer input[type="submit"],
.sidebar_area input[type="button"],
.sidebar_area input[type="reset"],
.sidebar_area input[type="submit"] {
    display: block;
    width: 100%;
    height: 40px;
    color: #737479;
    line-height: 21px;
    padding: 8px 3px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px #4f5054 solid;
}

.footer input[type="button"]:hover,
.footer input[type="reset"]:hover,
.footer input[type="submit"]:hover,
.sidebar_area input[type="button"]:hover,
.sidebar_area input[type="reset"]:hover,
.sidebar_area input[type="submit"]:hover {
    color: #fff;
    border: 2px #4f5054 solid;
    padding: 7px 3px;
}

input,
textarea {
    outline: none;
}

/* Back to Top */
.back2top {
    position: fixed;
    z-index: 999;
    width: 50px;
    height: 50px;
    background: #eeeeee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    display: none;
    bottom: 40px;
    right: 40px;
    text-indent: -9999px;
    transition: background-color 300ms;
    -webkit-transition: background-color 300ms;
}

.back2top:before,
.back2top:after {
    position: absolute;
    left: 17px;
    top: 20px;
    width: 16px;
    height: 11px;
    content: '';
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    background-image: url("../img/sprite.png");
    background-position: -90px 0;
    background-repeat: no-repeat;
    opacity: 1;
}

.back2top:after {
    background-position: -90px -11px;
    opacity: 0;
}

.back2top:hover:before {
    opacity: 0;
}

.back2top:hover:after {
    opacity: 1;
}

/* M O D U L E S */
/* Instagram Module */
#instagram_module {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

#instagram_module a {
    display: inline-block;
    vertical-align: top;
    width: 12.5%;
    position: relative;
}

#instagram_module a img {
    width: 100%;
    height: auto;
}

#instagram_module a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    transition: all 500ms;
    -webkit-transition: all 500ms;
    content: '';
    opacity: 0;
}

#instagram_module a:hover:before {
    opacity: 1;
}

.instagram_module_title {
    text-align: center;
    padding-bottom: 85px;
    position: relative;
}

.instagram_module_title:after {
    position: absolute;
    left: 50%;
    bottom: 60px;
    width: 50px;
    margin-left: -25px;
    height: 1px;
    content: '';
}

.instagram_module_title h4 {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    #instagram_module.with_margin {
        padding-left: 30px;
    }

    #instagram_module.with_margin a {
        width: calc(16.66667% - 30px);
        margin-right: 30px;
        margin-bottom: 30px;
    }

}

/* Custom Buttons */
.shortcode_button {
    display: inline-block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    margin: 0 0 20px 0;
    border-width: 1px;
    border-style: solid;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    line-height: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 400ms, background 400ms, border-color 400ms;
    -webkit-transition: color 400ms, background 400ms, border-color 400ms;
}

.shortcode_button.btn_small {
    padding: 10px 18px;
}

.shortcode_button.btn_normal {
    padding: 12px 25px;
}

.shortcode_button.btn_large {
    padding: 17px 29px;
}

.shortcode_button:hover,
.btn_type1:focus {
    color: #fff;
}

.shortcode_button.btn_type2 {
    background: none !important;
}

.shortcode_button.btn_type2:hover {
    border-width: 2px;
}

.shortcode_button.btn_small.btn_type2:hover {
    padding: 9px 17px;
}

.shortcode_button.btn_normal.btn_type2:hover {
    padding: 11px 24px;
}

.shortcode_button.btn_large.btn_type2:hover {
    padding: 16px 28px;
}

.learn_more {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0 0 20px;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    transition: color 400ms;
    -webkit-transition: color 400ms;
}

.learn_more:after,
.learn_more:before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 2px;
    content: '';
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.learn_more:before {
    left: 4px;
    top: 6px;
    width: 2px;
    height: 10px;
}

/* Accordion & Toggles */
.shortcode_accordion_item_body,
.shortcode_toggles_item_body {
    display: none;
}

.shortcode_accordion_shortcode,
.shortcode_toggles_shortcode {
    margin: 0;
}

h6.shortcode_accordion_item_title,
h6.shortcode_toggles_item_title {
    margin: 0 0 10px 0 !important;
    padding: 9px 30px 9px 14px !important;
    position: relative;
    cursor: pointer;
    border: 1px #cccccc solid;
    outline: none !important;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 1;
}

h6.shortcode_accordion_item_title:hover,
h6.shortcode_toggles_item_title:hover,
h6.shortcode_accordion_item_title.state-active,
h6.shortcode_toggles_item_title.state-active {
    border-color: #737479;
}

h6.shortcode_accordion_item_title.state-active,
h6.shortcode_toggles_item_title.state-active {
    border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
}

.ui-accordion-header-icon {
    display: none;
}

.shortcode_accordion_item_title .ico,
.shortcode_toggles_item_title .ico {
    display: block;
    right: 14px;
    top: 50%;
    margin-top: -5px;
    position: absolute;
    z-index: 5;
    width: 10px;
    height: 10px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

h6.shortcode_accordion_item_title .ico:before,
h6.shortcode_accordion_item_title .ico:after,
h6.shortcode_toggles_item_title .ico:before,
h6.shortcode_toggles_item_title .ico:after {
    position: absolute;
    left: 0;
    top: 4px;
    width: 100%;
    height: 2px;
    content: '';
}

h6.shortcode_accordion_item_title .ico:after,
h6.shortcode_toggles_item_title .ico:after {
    left: 4px;
    top: 0;
    width: 2px;
    height: 100%;
}

h6.shortcode_accordion_item_title.state-active .ico,
h6.shortcode_toggles_item_title.state-active .ico {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.shortcode_accordion_item_body,
.shortcode_toggles_item_body {
    margin-top: -14px;
    padding: 0 14px 7px 14px;
    margin-bottom: 10px;
    border: 1px #737479 solid;
    border-top: none;
    border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    font-style: italic;
    background: #fff;
    position: relative;
    z-index: 5;
}

.module_accordion .shortcode_accordion_item_body p,
.shortcode_toggles_shortcode p {
    margin: 0 0 10px 0 !important;
}

.module_accordion .shortcode_accordion_item_body p:last-child,
.shortcode_toggles_shortcode p:last-child {
    margin-bottom: 0 !important;
}

/* Divider Module */
.module_divider .divider {
    margin-top: 13px;
    margin-bottom: 13px;
    height: 1px;
    background: #eeeeee;
}

/* Counter */
.counter_wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.counter_wrapper:after {
    position: absolute;
    left: 82px;
    top: 12px;
    bottom: 13px;
    width: 1px;
    content: '';
    background: #eeeeee;
}

.stat_temp {
    width: 0 !important;
    display: none !important;
}

.counter_ico {
    display: table-cell;
    padding-right: 31px;
    width: 100px;
    height: 69px;
}

.counter_ico img {
    max-width: 100%;
    max-height: 100%;
}

.stat_count_wrapper {
    display: table-cell;
    vertical-align: middle;
}

.stat_count {
    margin-bottom: 0;
    padding-top: 5px;
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 8px;
}

.counter_title {
    line-height: 21px;
    font-size: 15px;
    margin-bottom: 0;
    padding-bottom: 8px;
}

/* Team */
.module_team ul {
    list-style: none !important;
    margin: 0 -15px;
    padding: 0;
    font-size: 0;
}

.module_team ul li {
    padding: 0;
    margin: 0 15px;
    display: inline-block;
    vertical-align: top;
}

.module_team ul li:before,
.module_team ul li:after {
    display: none;
}

.team_item_wrap {
    position: relative;
}

.team_img {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.team_img:after {
    position: absolute;
    z-index: 12;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.65098) 0%, rgba(0, 0, 0, 0.46) 30%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.65098) 0%, rgba(0, 0, 0, 0.46) 30%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.65098) 0%, rgba(0, 0, 0, 0.46) 30%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
}

.active_item .team_img:after {
    opacity: 1;
}

.team_title {
    text-align: center;
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: bottom 400ms;
    -webkit-transition: bottom 400ms;
}

.team_title h6 {
    padding-top: 15px;
}

.module_team h6 {
    margin-bottom: 5px;
}

.module_team p {
    margin-bottom: 0;
    line-height: 20px;
    font-size: 13px;
    color: #737479;
    font-style: italic;
}

.hover_team_container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 15;
    text-align: center;
    transition: bottom 500ms;
    -webkit-transition: bottom 500ms;
}

.module_team .hover_team_container h6,
.module_team .hover_team_container p {
    color: #fff;
}

.module_team .team_icons_wrapper {
    padding-top: 20px;
    position: relative;
    padding-bottom: 26px;
}

.module_team .team_icons_wrapper:after {
    position: absolute;
    left: 50%;
    top: 8px;
    width: 100px;
    height: 1px;
    margin-left: -50px;
    background: #fff;
    
    content: '';
}

.team_icons_wrapper a {
    font-size: 15px;
    display: inline-block;
    margin: 0;
    line-height: 22px;
    margin-right: 18px;
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    vertical-align: top;
    color: #fff !important;
}

.team_icons_wrapper a:hover {
    
}

.team_icons_wrapper a:last-child {
    margin-right: 0;
}

/* Info section */
.gt3_info_section {
    min-height: 20px;
}

.gt3_info_section .module_cont,
.gt3_info_section .row {
    padding: 0;
    margin: 0;
}

.gt3_info_section .module_cont {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.gt3_info_section .single_image {
    width: 100%;
    display: block;
}

.gt3_info_section .single_image img {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 768px) {
    .gt3_info_section .single_image img {
        display: none;
    }
}

.empty_space {
    height: 205px;
}

.empty_space.height175 {
    height: 175px;
}

.empty_space.height73 {
    height: 73px;
}

.gt3_info_section .single_price_table {
    padding: 144px 30px;
}

.gt3_info_section .single_price_table .module_price_table {
    margin: 0 auto;
    max-width: 370px;
}

/* Testimonials */
.testimonial_wrapper {
    position: relative;
    padding-top: 94px;
    padding-bottom: 3px;
}

.testimonial_wrapper:after {
    position: absolute;
    top: 38px;
    left: 50%;
    line-height: 27px;
    font-size: 20px;
    color: #333743;
    font-family: 'FontAwesome';
    font-weight: normal;
    height: 27px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    content: "\f10e";
}

.slick_testim_info {
    padding-bottom: 21px;
}

.slick_testim_info p {
    line-height: 27px;
    font-size: 18px;
    font-style: italic;
}

.testimonials-nav {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.testimonials-nav .nav_item_wrap {
    padding: 0;
    margin: 0 50px;
    width: 50px;
}

.testimonial_item,
.testimonial_nav_info {
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.slick-center .testimonial_item,
.testimonial_nav_info {
    margin-left: -80px;
    margin-right: -80px;
}

.slick-center .testimonial_nav_info {
    margin-left: 0;
    margin-right: 0;
}

.testimonial_item .author_thumb {
    margin: 0 auto 25px auto;
    padding: 10px 0;
    width: 50px;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.slick-center .testimonial_item .author_thumb {
    padding: 0;
    width: 70px;
}

.testimonial_item .author_thumb img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100%;
    height: auto;
    opacity: 0.7;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    transform: translateZ(0) !important;
    -webkit-transform: translateZ(0) !important;
}

.slick-center .testimonial_item .author_thumb img {
    opacity: 1;
}

.testimonial_item h6 {
    margin-bottom: 5px;
}

.testimonial_item span {
    display: block;
    line-height: 20px;
    font-size: 13px;
    font-style: italic;
    color: #656b6f;
}

.testimonial_item h6,
.testimonial_item span {
    opacity: 0;
    visibility: hidden;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.slick-center .testimonial_item h6,
.slick-center .testimonial_item span {
    opacity: 1;
    visibility: visible;
}

/* Diagram */
.diagram_list {
    margin: 0 0 0 -30px !important;
    padding: 0;
}

.diagram_list li:before {
    display: none !important;
}

.diagram_list li {
    margin: 0;
    display: inline-block;
    padding: 0;
    float: left;
}

.diagram_wrapper {
    margin: 0 0 31px 30px;
    overflow: hidden;
}

.easyPieChart {
    text-align: center;
    padding: 0;
    z-index: 10;
    position: relative;
}

.chart_wrapper {
    display: inline-block;
    margin: 0 auto 26px auto;
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.diagram_item {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.diagram_item .chart {
    margin: 0 auto;
}

.chart.easyPieChart,
.chart.easyPieChart span {
    font-weight: 400;
    letter-spacing: 2px;
}

.diagram_item h6 {
    margin-bottom: 11px;
}

/* Info Text */
.info_text {
    text-align: center;
    padding: 79px 80px 74px 80px;
}

.info_text .icon {
    width: 32px;
    margin: 0 auto;
}

.info_text .info {
    padding-top: 93px;
    padding-bottom: 95px;
}

.info_text .info h3 {
    margin-bottom: 22px;
}

.info_text .info p {
    font-style: italic;
}

/* Interactive Banners */
.int_banners_wrapper {
    margin: -30px 0 0 -30px;
}

.module_int_banners .int_banner_item {
    float: left;
    padding-left: 30px;
    padding-top: 30px;
}

.int_banner_wrap {
    overflow: hidden;
    position: relative;
}

.int_banner_wrap img {
    width: 100%;
    height: auto;
}

.int_banner_overlay,
.int_banner_link {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    opacity: 0.4;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
}

.int_banner_wrap:hover .int_banner_overlay {
    opacity: 0.6;
}

.int_banner_link {
    opacity: 1;
    background: none;
    text-indent: -9999px;
    z-index: 10;
}

.int_banner_title {
    position: absolute;
    z-index: 6;
    left: 0;
    width: 100%;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.int_banner_title h6 {
    margin: 0;
    color: #fff;
}

.int_banner_wrap:hover .int_banner_title {
    margin-top: -20px;
}

.int_banner_descr {
    overflow: hidden;
    position: absolute;
    z-index: 5;
    left: 30px;
    right: 30px;
    text-align: center;
    bottom: -70px;
    font-style: italic;
    color: #fff;
    opacity: 0;
    transition: bottom 400ms, opacity 300ms;
    -webkit-transition: bottom 400ms, opacity 300ms;
}

.int_banner_descr p {
    margin-bottom: 0;
}

.int_banner_wrap:hover .int_banner_descr {
    bottom: 23px;
    opacity: 1;
}

/* Iconboxes */
.shortcode_iconbox {
    padding: 0 15px;
}

.iconbox_wrapper {
    padding: 0 10px;
    position: relative;
    text-align: center;
}

.iconbox_wrapper .ico {
    margin: 0 auto 26px auto;
    display: inline-block;
    vertical-align: top;
}

.iconbox_wrapper .ico img {
    max-width: 100%;
    height: auto;
}

.iconbox_title {
    margin-bottom: 11px;
    transition: color 300ms;
    -webkit-transition: color 300ms;
}

.shortcode_iconbox .iconbox_body,
.shortcode_iconbox .iconbox_body p {
    word-wrap: break-word;
    font-style: italic;
}

.shortcode_iconbox .iconbox_body p {
    margin-bottom: 0;
}

.dark_bg .shortcode_iconbox .iconbox_body,
.dark_bg .shortcode_iconbox .iconbox_body p {
    color: #fff !important;
}

/* Module Iconboxes Grid */
.module_iconboxes_grid {
    overflow: hidden;
}

.module_iconboxes_grid .shortcode_iconbox {
    padding: 0;
    margin: -1px -3px 0 -1px;
    display: inline-block;
    vertical-align: top;
    border: 1px #eeeeee solid;
    border-bottom: none;
    border-right: none;
}

.dark_bg .module_iconboxes_grid .shortcode_iconbox {
    border-color: rgba(255, 255, 255, 0.2);
}

.module_iconboxes_grid .iconbox_wrapper {
    padding: 50px 35px 42px 35px;
}

@media only screen and (min-width: 768px) {
    .module_iconboxes_grid.margin80 .first .iconbox_wrapper {
        padding: 120px 90px 70px 10px;
    }

    .module_iconboxes_grid.margin80 .second .iconbox_wrapper {
        padding: 120px 10px 70px 90px;
    }

    .module_iconboxes_grid.margin80 .third .iconbox_wrapper {
        padding: 78px 90px 105px 10px;
    }

    .module_iconboxes_grid.margin80 .fourth .iconbox_wrapper {
        padding: 78px 10px 105px 90px;
    }
}

/* Module Iconboxes Grid - Type2 */
.module_iconboxes_grid.type2 {
    overflow: visible;
    margin: -80px 0 0 -30px;
}

.module_iconboxes_grid.type2 .shortcode_iconbox {
    margin: 0 -3px 0 0;
    border: none;
    padding-left: 30px;
    padding-top: 80px;
}

.module_iconboxes_grid.type2 .iconbox_wrapper {
    padding: 76px 28px 53px 28px;
}

.dark_bg .module_iconboxes_grid.type2 .iconbox_wrapper {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.module_iconboxes_grid.type2 .iconbox_wrapper .ico {
    position: absolute;
    left: 50%;
    top: -40px;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    transition: top 300ms;
    -webkit-transition: top 300ms;
}

.module_iconboxes_grid.type2 .iconbox_wrapper .ico img {
    width: 80px;
    height: 80px;
}

.module_iconboxes_grid.type2 .shortcode_iconbox a:hover .ico {
    animation: none;
    -webkit-animation: none;
    top: -50px;
}

.module_iconboxes_grid.type2 .icon_title_wrap .iconbox_title {
    margin-bottom: 0;
}

.module_iconboxes_grid.type2 .icon_title_wrap {
    position: relative;
    padding-bottom: 31px;
}

.module_iconboxes_grid.type2 .icon_title_wrap:before {
    position: absolute;
    left: 50%;
    bottom: 15px;
    width: 50px;
    height: 1px;
    content: '';
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: width 300ms;
    -webkit-transition: width 300ms;
}

.module_iconboxes_grid.type2 a:hover .icon_title_wrap:before {
    width: 100px;
}

.module_iconboxes_grid.type2 .icon_title_wrap .iconbox_title {
    margin-bottom: 0;
}

/* List of Works */
.list_of_works {
    padding: 75px 100px 74px 100px;
    text-align: center;
}

.list_of_works h6 {
    margin-bottom: 70px;
}

.list_of_works ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list_of_works ul li {
    padding: 13px 0 2px 135px;
    margin: 0 0 40px 0;
    position: relative;
    text-align: left;
    min-height: 100px;
}

.list_of_works ul li:last-child {
    margin-bottom: 69px;
}

.list_of_works ul li:before,
.list_of_works ul li:after {
    display: none;
}

.list_of_works ul li h6 {
    margin-bottom: 11px;
}

.list_of_works ul li h6 a {
    transition: color 300ms;
    -webkit-transition: color 300ms;
}

.list_of_works ul li p {
    font-style: italic;
}

.list_of_works ul li img {
    position: absolute;
    left: 15px;
    top: 0;
    width: 100px;
    height: auto;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

/* Price Tables */
.price_table_wrapper {
    margin: -30px 0 0 -30px;
}

.module_price_table .price_item {
    display: inline-block;
    text-align: center;
    margin-right: -3px;
    vertical-align: top;
}

.price_item_wrapper {
    margin: 30px 0 0 30px;
}

.price_item_wrap {
    border: 0;
    background: #fff;
}

.price_item_head {
    text-align: center;
    padding: 25px 20px 24px 20px;
    color: #fff;
    background: #232429;
}

.price_item_title {
    padding-bottom: 30px;
}

.price_item_title h6 {
    margin-bottom: 0;
    color: #737479;
}

.price_item_period {
    font-style: italic;
}

.price_item_cost {
    padding-bottom: 21px;
}

.price_item_cost h1 {
    font-size: 60px;
    line-height: 64px;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
}

.price_item_cost h1 span {
    display: inline-block;
    vertical-align: top;
    font-size: 35px;
    line-height: 41px;
    font-weight: 700;
    color: #fff;
    letter-spacing: normal;
}

.price_item_body {
    padding: 35px 20px 0 20px;
    border: 1px #eeeeee solid;
    border-top: none;
}

.price_item_text {
    text-align: center;
}

.price_item_text ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.price_item_text ul li {
    padding: 0 0 9px 0;
    margin: 0 0 11px 0;
    position: relative;
    color: #737479;
    font-style: italic;
}

.price_item_text ul li:before {
    display: none;
}

.price_item_text ul li:after {
    width: 100px;
    height: 1px;
    background: #eeeeee;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    content: '';
}

.price_item_text ul li:last-child {
    margin-bottom: 0;
}

.price_item_text ul li:last-child:after {
    display: none;
}

.price_item_btn {
    padding: 14px 0 36px 0;
}

.price_item_btn a {
    display: inline-block;
    vertical-align: top;
    line-height: 29px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #434449;
    padding: 0 3px;
    position: relative;
    letter-spacing: 1px;
}

.price_item_btn a:before {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 25px;
    height: 1px;
    background: #434449;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    content: '';
    cursor: pointer;
}

.price_item_btn a:hover:before {
    top: 50%;
    margin-top: -1px;
}

/* Gallery */
.list-of-images {
    font-size: 0;
    line-height: 0;
    margin: -30px 0 0 -30px;
}

.fw_block.wall_wrap .list-of-images {
    margin-left: 0;
    width: calc(100% - 30px);
}

.list-of-images.with_title_block {
    margin-top: -24px;
}

.gallery_item,
.portfolio_item {
    display: inline-block;
    vertical-align: top;
}

.list-of-images .item_padding {
    padding: 30px 0 0 30px;
}

.list-of-images.with_title_block .item_padding {
    padding-top: 24px;
}

/* Fade Link */
.img_block {
    display: block;
    position: relative;
}

.img_block img,
.team_img img {
    display: block;
    width: 100%;
    height: auto;
}

.gallery_overlay,
.img_overlay,
.item_link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 5;
    opacity: 0;
    transition: opacity 500ms;
    -webkit-transition: opacity 500ms;
}

.with_title_block .gallery_overlay {
    background: none;
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.14) 30%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.14) 30%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.14) 30%, rgba(255, 255, 255, 0) 100%);
    opacity: 1;
    transition: all 500ms;
    -webkit-transition: all 500ms;
}

.with_title_block .active_hover .gallery_overlay {
    background-image: none;
    background: rgba(0, 0, 0, 0.7);
}

.item_link {
    background: none;
    opacity: 1;
    z-index: 10;
    text-indent: -9999px;
}

.img_block:hover .gallery_overlay,
a:hover .img_overlay {
    opacity: 1;
}

.view_link {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 10;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    border: 1px rgba(255, 255, 255, 0.5) solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.img_block:hover .view_link {
    opacity: 1;
}

.img_block .view_link:hover {
    border: 1px rgba(255, 255, 255, 1) solid;
}

.view_link:before,
.view_link:after {
    position: absolute;
    background: #fff;
    z-index: 15;
    display: block;
    content: '';
    left: 50%;
    top: 50%;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.view_link:before {
    height: 2px;
    width: 16px;
}

.view_link:after {
    height: 16px;
    width: 2px;
}

.view_link.mfp-iframe:before {
    display: none !important;
}

.view_link.mfp-iframe:after {
    background-image: url("../img/sprite.png");
    background-position: 0 -35px;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 13px;
    height: 18px;
}

.img_block:hover .view_link:before,
.img_block:hover .view_link:after {
    opacity: 1;
}

.img_block,
.img_block img {
    border-radius: 0;
    -webkit-border-radius: 0;
}

/* Skills */
.skills_list {
    padding: 0 !important;
    list-style: none !important;
    margin: 6px 0 0 0 !important;
}

.skills_list li {
    overflow: hidden;
    margin: 0 !important;
    padding: 0 0 20px 0 !important;
}

.skills_list li:before,
.skills_list li:after {
    display: none;
}

.skills_list li .diagram_bar {
    overflow: hidden;
    position: relative;
    height: 20px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #eeeeee;
}

.skills_list li .diagram_bar h6 {
    position: absolute;
    z-index: 5;
    left: 10px;
    top: 0;
    width: auto;
    height: 20px;
    font-weight: 400;
    line-height: 19px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: normal;
}

.skills_list li .skill_div {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    height: 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.skills_list li .skill_div:after {
    content: attr(data-percent);
    position: absolute;
    z-index: 4;
    top: 0;
    right: 10px;
    width: auto;
    height: 20px;
    line-height: 19px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    letter-spacing: normal;
}

/* Partners */
.module_partners ul {
    list-style: none !important;
    margin: -30px 0 0 -30px;
    padding: 0;
    font-size: 0;
}

.module_partners ul li:before {
    display: none;
}

.module_partners ul li {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.module_partners ul li a {
    display: block;
    position: relative;
}

.module_partners ul li .item_wrapper {
    padding: 30px 0 0 30px;
}

.module_partners ul li .item {
    position: relative;
}

.module_partners ul li .item:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(249, 249, 249);
    box-shadow: none;
    z-index: 20;
    content: '';
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

.module_partners ul li .item:hover:before {
    box-shadow: 0px 0px 28.5px 1.5px rgba(0, 0, 0, 0.1);
}

.module_partners ul li .item a {
    position: relative;
    z-index: 30;
}

.module_partners ul li img {
    z-index: 40;
    width: 100%;
    height: auto;
}

/* WhaterWheel */
.whaterWheel_content {
    overflow: hidden;
}

#whaterwheel {
    width: 100%;
    height: 100%;
    position: relative;
    clear: both;
    overflow: visible;
    margin: 0;
    padding: 0;
}

#ww_finger,
#ribbon_swipe,
#fs_finger {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -99;
}

.ww_footer {
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ww_text_container {
    padding: 25px 30px;
}

.page-template-page-gallery-whaterwheel .ww_text_container {
    padding-top: 44px;
    padding-bottom: 44px;
}

.ww_footer h6 {
    margin-bottom: 0;
}

.ww_link {
    cursor: default;
    position: relative;
}

.ww_link:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    content: '';
}

.current .ww_link:after {
    display: none;
}

.ww_footer_cats {
    padding-top: 20px;
    position: relative;
}

.ww_footer_cats:before {
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -25px;
    width: 50px;
    height: 1px;
    content: '';
}

.ww_footer_cats a {
    display: inline-block;
    vertical-align: top;
    font-style: italic;
    transition: color 300ms;
    -webkit-transition: color 300ms;
}

.ww_footer_cats a:after {
    content: '/';
    padding: 0 4px 0 6px;
}

.ww_footer_cats a:last-child:after {
    content: '';
    display: none;
}

.page-template-page-gallery-whaterwheel .ww_footer_cats {
    display: none;
}

.ww_block {
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    z-index: -30;
    height: 100%;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 500ms;
    -webkit-transition: all 500ms;
}

.loading_item {
    transition: none !important;
    -webkit-transition: none !important;
}

.ww_block,
.ww_block a,
.ww_block div {
    height: 100%;
    display: block;
}

.ww_block span {
    width: auto !important;
}

.ww_block canvas {
    max-width: 100%;
}

.ww_block img {
    display: block;
    height: 100%;
    width: auto;
    max-width: none !important;
}

.ww_block.prev,
.ww_block.next {
    -ms-transform: scale(0.78);
    -webkit-transform: scale(0.78);
    transform: scale(0.78);
    z-index: 20;
}

.ww_block.prev2,
.ww_block.next2 {
    -ms-transform: scale(0.56);
    -webkit-transform: scale(0.56);
    transform: scale(0.56);
    z-index: 10;
}

.ww_block.current {
    right: auto;
    left: 50%;
    cursor: default;
    z-index: 30;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ww_block.current a {
    cursor: default;
}

.ww_category {
    display: none !important;
}

/* Promoblock */
.promoblock_wrapper {
    padding: 66px 0;
    position: relative;
}

.promo_text_block {
    padding-right: 18%;
}

.promo_button_block {
    position: absolute;
    width: 18%;
    text-align: right;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.promo_button_block .shortcode_button {
    margin: 0;
}

.promo_text_main_title {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.promo_text_block p {
    line-height: 27px;
    font-size: 18px;
    font-style: italic;
}

.promo_text_block p {
    padding-top: 11px;
    margin-bottom: 0;
}

.shortcode_promoblock.no_button .promo_text_block {
    padding-right: 0;
}

@media only screen and (max-width: 1199px) {
    .promo_text_block {
        padding-right: 0;
        text-align: center;
    }

    .promo_button_block {
        position: static;
        width: auto;
        text-align: center;
        top: auto;
        right: auto;
        transform: none;
        -webkit-transform: none;
        padding-top: 23px;
    }
}

/* Colored Sections */
.colored_sections .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.colored_sections .row>div {
    padding: 96px 60px 79px 60px;
    position: relative;
    text-align: center;
}

.colored_sections .row>div:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    
    z-index: 5;
    content: '';
}

.colored_sections h3 {
    line-height: 34px;
    margin-bottom: 19px;
}

.colored_sections p {
    font-style: italic;
}

.colored_sections h3,
.colored_sections p,
.colored_sections .icon {
    position: relative;
    z-index: 20;
}

.colored_sections .icon {
    margin: 0 auto 20px auto;
    display: inline-block;
    vertical-align: top;
    transition: all 300ms;
    -webkit-transition: all 300ms;
}

.colored_sections .colored_section:hover .icon {
    margin: -10px auto 30px auto;
}

.colored_section a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    content: '';
    text-indent: -9999px;
}

/* Ribbon */
.fs_grid_gallery {
    position: relative;
    overflow: hidden;
    height: 864px;
}

.ribbon_wrapper {
    width: 100%;
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    text-align: left;
    overflow: hidden;
}

.ribbon_list_wrapper {
    overflow: hidden !important;
    display: block;
}

.ribbon_wrapper .fw_gallery_list {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    display: block;
    height: 100%;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.ribbon_wrapper .fw_gallery_list li {
    text-align: center;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0;
    line-height: 0;
    opacity: 0;
    transition: opacity 350ms;
    -webkit-transition: opacity 350ms;
}

.ribbon_wrapper .fw_gallery_list li.currentStep {
    opacity: 0.999;
}

.ribbon_wrapper .fw_gallery_list li img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.ribbon_list {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 30px;
    height: 100%;
    font-size: 0;
    line-height: 0;
    transition: left 350ms;
    -webkit-transition: left 350ms
}

.ribbon_list li:before {
    display: none;
}

.ribbon_list li {
    padding: 0;
    display: inline-block;
}

.slide_wrapper {
    margin: 0 0 0 30px;
}

.ribbon_list li img {
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
}

.slider_info {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
}

.slider_data {
    padding: 14px 30px 44px 30px;
    text-align: left;
}

.slider_data h6 {
    margin-bottom: 0;
}

/*  Share Block */
.fs_share_block {
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    transition: z-index 300ms ease 0s, opacity 400ms ease 0s;
    -webkit-transition: z-index 300ms ease 0s, opacity 400ms ease 0s;
    width: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7);
}

.fs_share_block.fs_share_hided {
    opacity: 0;
    z-index: -10;
}

.fs_share_block .fs_share_block_wrapper {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 1002;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.fs_share_block .fs_share_block_wrapper a {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 6px 10px 10px;
    background: none;
    border: 1px rgba(255, 255, 255, 0.5) solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.fs_share_block .fs_share_block_wrapper a:hover {
    border-width: 2px;
    line-height: 46px;
}

.fs_share_block .fs_share_block_wrapper a.close_btn {
    width: 15px;
    height: 15px;
    margin: 27px 6px 28px 10px;
    border: none !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    line-height: 15px !important;
    text-align: center;
    font-size: 10px;
    text-indent: -9999px;
    opacity: 1;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: -285px -15px;
}

.slider_btns a {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    line-height: 20px;
    text-indent: -9999px;
    margin-left: 24px;
    width: 12px;
    opacity: 1;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: -184px -30px;
}

.slider_btns a:first-child {
    margin-left: 0;
}

.fs_share_block .fs_share_block_wrapper a.close_btn:hover,
.slider_btns a:hover {
    
}

.slider_btns a.fs_share_toggler {
    background-position: -196px -30px;
    width: 20px;
}

.slider_btns a.ltl_prev {
    background-position: -216px -30px;
}

.slider_btns a.sprite_play,
.slider_btns a.fs_play {
    background-position: -228px -30px;
    width: 14px;
}

.slider_btns a.sprite_pause,
.slider_btns a.fs_pause {
    background-position: -242px -30px;
    width: 14px;
}

.slider_btns a.ltl_next {
    background-position: -256px -30px;
}

.slider_btns a.close_controls {
    background-position: -284px -30px;
    width: 16px;
}

.slider_btns a.close_controls.open_controls {
    background-position: -268px -30px;
}

/* Light */
.dark_bg .slider_btns a.fs_share_toggler {
    background-position: -196px -50px;
}

.dark_bg .slider_btns a.ltl_prev {
    background-position: -216px -50px;
}

.dark_bg .slider_btns a.sprite_play,
.dark_bg .slider_btns a.fs_play {
    background-position: -228px -50px;
}

.dark_bg .slider_btns a.sprite_pause,
.dark_bg .slider_btns a.fs_pause {
    background-position: -242px -50px;
}

.dark_bg .slider_btns a.ltl_next {
    background-position: -256px -50px;
}

.dark_bg .slider_btns a.close_controls {
    background-position: -284px -50px;
}

.dark_bg .slider_btns a.close_controls.open_controls {
    background-position: -268px -50px;
}

/* Items Grid */
.module_int_banners.items1 .int_banner_item,
.sponsors_works.items1 li,
.module_price_table.items1 .price_item,
.list-of-images.items1 .gallery_item,
.list-of-images.items1 .portfolio_item,
.featured_items .items1 li,
.shortcode_diagram.items1 li,
.module_iconboxes_grid.items1 .shortcode_iconbox,
.sorting_block.items1 .blog_post_preview {
    width: 100%;
}

.module_int_banners.items2 .int_banner_item,
.sponsors_works.items2 li,
.module_price_table.items2 .price_item,
.list-of-images.items2 .gallery_item,
.list-of-images.items2 .portfolio_item,
.featured_items .items2 li,
.shortcode_diagram.items2 li,
.module_iconboxes_grid.items2 .shortcode_iconbox,
.sorting_block.items2 .blog_post_preview {
    width: calc(50% - 0.5px);
}

.module_int_banners.items3 .int_banner_item,
.sponsors_works.items3 li,
.module_price_table.items3 .price_item,
.list-of-images.items3 .gallery_item,
.list-of-images.items3 .portfolio_item,
.featured_items .items3 li,
.shortcode_diagram.items3 li,
.module_iconboxes_grid.items3 .shortcode_iconbox,
.sorting_block.items3 .blog_post_preview {
    width: calc(33.333333% - 0.5px);
}

.module_int_banners.items4 .int_banner_item,
.sponsors_works.items4 li,
.module_price_table.items4 .price_item,
.list-of-images.items4 .gallery_item,
.list-of-images.items4 .portfolio_item,
.featured_items .items4 li,
.shortcode_diagram.items4 li,
.module_iconboxes_grid.items4 .shortcode_iconbox,
.sorting_block.items4 .blog_post_preview {
    width: calc(25% - 0.5px);
}

.sponsors_works.items5 li {
    width: calc(20% - 0.5px);
}

.sponsors_works.items6 li {
    width: calc(16.666666666667% - 0.5px);
}

/* Video Module */
.video_module {
    padding-bottom: 43px;
}

iframe {
    vertical-align: top;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
}

.audio-post-format iframe {
    height: 300px;
}

.audio-post-format iframe.height270 {
    height: 270px;
}

.masonry_blog .audio-post-format iframe,
.module_blog .audio-post-format iframe {
    height: 300px;
}

.no-sidebar .module_blog {
    padding-top: 8px;
}

.fw_block.wall_wrap .masonry_blog .audio-post-format iframe {
    height: 330px;
}

/* Tabs */
.all_heads_cont {
    text-align: center;
}

.all_heads_cont:after {
    display: none;
}

.shortcode_tab_item_title {
    position: relative;
    z-index: 10;
    display: block;
    vertical-align: top;
    margin: 0 0 10px 0;
    cursor: pointer;
    border: 1px solid #ccc;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 9px 29px;
    letter-spacing: 1.5px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    transition: color 300ms;
    -webkit-transition: color 300ms;
}

.shortcode_tab_item_title.active,
.shortcode_tab_item_title:hover {
    color: #737479;
}

.all_head_sizer,
.all_body_sizer {
    position: relative;
    z-index: 20;
}

.all_body_sizer {
    z-index: 15;
}

.all_body_cont {
    padding: 0;
}

.all_body_cont img {
    max-width: 100%;
    height: auto;
}

.shortcode_tab_item_body {
    display: none;
    border: 1px #ccc solid;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 26px 29px 5px 29px;
}

.shortcode_tab_item_body p {
    margin-bottom: 19px;
}

.tab_content>ul {
    padding-bottom: 14px;
}

.shortcode_tab_item_body ul li {
    padding-left: 0;
    text-indent: 19px;
}

.shortcode_tab_item_body ul li:before {
    left: -19px;
}

@media only screen and (min-width: 1200px) {
    .shortcode_tab_item_title {
        display: inline-block;
        margin: 0 5px 10px 5px;
    }

    .all_body_sizer {
        margin-top: -30px;
    }

    .all_body_sizer:after,
    .all_head_sizer:after {
        content: '';
        display: block;
        clear: both;
    }

    .shortcode_tab_item_body {
        padding-top: 45px;
    }
}

/* W I D G E T S */
.sidepanel {
    margin-bottom: 35px;
}

.sidepanel a {
    transition: background-color 300ms, border-color 300ms, color 300ms;
    -webkit-transition: background-color 300ms, border-color 300ms, color 300ms;
}

/* Search Widget */
.widget_search .search_form,
.top_search .search_form {
    position: relative;
}

.widget_search .search_form input[type="text"],
.top_search .search_form input[type="text"] {
    margin: 0;
    padding-right: 40px;
}

.widget_search .search_form input[type="submit"] {
    cursor: pointer;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    position: absolute;
    z-index: 10;
    top: 14px;
    right: 15px;
    opacity: 1;
    width: 12px;
    height: 12px;
    border: 0;
    box-shadow: 0;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    text-indent: -9999px;
}

.widget_search .search_form input[type="submit"]:hover {
    
}

/* Menus & Lists Widgets */
.widget_archive select,
.widget_categories select {
    width: 100%;
}

.sidepanel img,
.sidepanel select {
    max-width: 100%;
}

.widget_categories h6.title {
    margin-bottom: 10px;
}

.widget_nav_menu ul,
.widget_archive ul,
.widget_pages ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget_nav_menu ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_recent_entries ul li,
.widget_meta ul li {
    margin: 0;
    padding: 9px 0 10px 0;
    position: relative;
    border-bottom: 1px #eeeeee solid;
}

.widget_nav_menu ul li ul,
.widget_archive ul li ul,
.widget_pages ul li ul,
.widget_categories ul li ul,
.widget_recent_entries ul li ul,
.widget_meta ul li ul {
    padding: 0;
    margin: 0;
}

.widget_nav_menu ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_categories ul li a,
.widget_recent_entries ul li a,
.widget_meta ul li a {
    padding: 0 15px 0 0;
    display: block;
    background: none;
    position: relative;
}

.widget_nav_menu ul li:before,
.widget_archive ul li:before,
.widget_pages ul li:before,
.widget_categories ul li:before,
.widget_recent_entries ul li:before,
.widget_meta ul li:before {
    display: none;
}

.widget_nav_menu ul li a:after,
.widget_archive ul li a:after,
.widget_pages ul li a:after,
.widget_categories ul li a:after,
.widget_recent_entries ul li a:after,
.widget_meta ul li a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background: none;
    font-weight: normal;
    font-size: 13px;
}

/* Recent Posts */
.recent_posts {
    list-style: none;
    margin: 0;
    padding: 0;
}

.recent_posts li {
    padding: 16px 0 13px 0;
    margin: 0;
    position: relative;
    border-top: #eeeeee 1px solid;
}

.recent_posts li:first-child {
    border-top: none;
    padding-top: 6px;
}

.recent_posts_info {
    padding-top: 0;
    font-style: italic;
    font-size: 13px;
}

.right-sidebar-block .recent_posts_info,
.left-sidebar-block .recent_posts_info,
.right-sidebar-block .recent_posts_info a,
.left-sidebar-block .recent_posts_info a {
    color: #737479;
}

.right-sidebar-block .widget_posts,
.left-sidebar-block .widget_posts {
    margin-bottom: 20px;
}

.recent_posts_info span {
    display: inline-block;
    vertical-align: top;
}

.recent_posts_info span:after {
    content: '/';
    padding: 0 3px 0 6px;
}

.recent_posts_info span:last-child:after {
    content: '';
    padding: 0;
}

.recent_posts li a.title {
    display: inline-block;
    vertical-align: top;
}

.recent_posts li img {
    display: none;
}

.footer .recent_posts li,
.sidebar_area .recent_posts li {
    border-color: rgba(255, 255, 255, 0.1);
}

.footer .recent_posts_content>a,
.sidebar_area .recent_posts_content>a,
.footer .textwidget p,
.sidebar_area .textwidget p {
    color: #fff;
}

/* Text Widget */
.textwidget {
    padding-top: 6px;
}

.textwidget img {
    margin-top: 10px;
    margin-bottom: 15px;
}

.textwidget a img {
    margin-top: 0;
    margin-bottom: 0;
}

/* Newsletter signup */
.sidepanel #mc_signup_form {
    padding-top: 13px;
}

/* Tag Cloud */
.tagcloud {
    overflow: hidden;
    padding-top: 10px;
    margin: 0 -5px 0 0;
}

.tagcloud a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 1px 5px 0;
    padding: 3px 9px 5px 9px;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    font-style: italic;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    text-transform: lowercase;
    border: 1px #737479 solid;
    background-color: #fff;
}

.tagcloud a:hover {
    border-width: 2px;
    padding: 2px 8px 4px 8px;
}

/* Flickr Widget */
.flickr_widget_wrapper {
    overflow: hidden;
    display: block;
    font-size: 0;
    line-height: 0;
    margin: -1px 0 0 -12px;
    padding: 0;
}

.widget_flickr .flickr_badge_image {
    padding: 12px 0 0 12px;
    width: 33.3333%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.widget_flickr .flickr_badge_image a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.widget_flickr .flickr_badge_image img {
    display: block;
    height: auto;
    width: 100%;
}

.widget_flickr .flickr_badge_image a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    transition: all 500ms;
    -webkit-transition: all 500ms;
    opacity: 0;
    content: '';
}

.widget_flickr .flickr_badge_image a:hover:before {
    opacity: 1;
}

/* Contact Info Widget */
.widget_contacts .widget_contacts_block {
    overflow: hidden;
    padding-top: 13px;
    padding-bottom: 12px;
    border-bottom: #eeeeee 1px solid;
}

.footer .widget_contacts .widget_contacts_block,
.sidebar_area .widget_contacts_block {
    border-color: rgba(255, 255, 255, 0.1);
}

.widget_contacts .widget_contacts_block:first-child {
    padding-top: 5px;
}

.footer .widget_contacts .widget_contacts_block:last-child {
    border-bottom: none;
}

.widget_contacts .widget_contacts_name,
.widget_contacts .widget_contacts_value {
    width: 97px;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.widget_contacts_value>a {
    transition: color 300ms;
    -webkit-transition: color 300ms;
}

.widget_contacts .widget_contacts_value {
    width: calc(100% - 97px);
}

.footer .widget_contacts .widget_contacts_name,
.sidebar_area .widget_contacts .widget_contacts_name {
    color: #fff;
}

/* Type1 */
.widget_contacts.type1 .widget_contacts_block {
    border-bottom: none;
    padding-top: 5px;
    padding-bottom: 13px;
}

.widget_contacts.type1 .widget_contacts_block .social_icons li {
    margin-top: 7px;
    margin-bottom: 0;
}

.widget_contacts.type1 .widget_contacts_name {
    display: none !important;
}

.widget_contacts.type1 .widget_contacts_value {
    width: 100%;
}

.col_margin30 .widget_contacts.type1 .widget_contacts_block {
    padding-top: 0;
    padding-bottom: 18px;
}

.col_margin30 .widget_contacts.type1 .widget_contacts_block:first-child {
    padding-top: 39px;
}

.col_margin30 .widget_contacts.type1 .widget_contacts_block:last-child {
    padding-bottom: 32px;
}

/* Type2 */
.widget_contacts.type2 ul.social_icons li {
    margin-bottom: 0;
}

.widget_contacts.type2 ul.social_icons li a {
    width: auto;
    height: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    line-height: 22px;
    border: none;
}

.widget_contacts.type2 .widget_contacts_block:last-child {
    border-bottom: none;
}

/* Calendar Widget */
.widget_calendar table {
    width: 100%;
    text-align: center;
}

.widget_calendar caption {
    font-weight: bold;
    margin-bottom: 5px;
}

.widget_calendar th {
    font-weight: bold;
    border: none;
}

.widget_calendar table {
    border: none;
}

.widget_calendar table td {
    padding: 0;
    border: none;
}

/* FlexSlider */
.flex-container a:hover,
.flex-slider a:hover {
    outline: none;
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flexslider .slides:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides>li:first-child {
    display: block;
}

.flexslider {
    border: none;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a,
.nav_button_prev,
.nav_button_next {
    text-decoration: none;
    display: block;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    margin: -25px 0 0;
    position: absolute;
    top: 50%;
    z-index: 70;
    opacity: 1 !important;
    cursor: pointer;
    border: 1px rgba(255, 255, 255, 0.5) solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.flex-direction-nav a:before,
.nav_button_prev:before,
.nav_button_next:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 17px;
    background-image: url(../img/sprite.png);
    background-position: -116px 0;
    background-repeat: no-repeat;
    content: '';
    display: block !important;
    opacity: 1 !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.flex-direction-nav a.flex-next:before,
.nav_button_next:before {
    background-position: -128px 0;
}

.flex-direction-nav .flex-prev,
.nav_button_prev {
    left: 30px;
}

.flex-direction-nav .flex-next,
.nav_button_next {
    right: 30px;
}

.sorting_block .pf_output_container .flex-direction-nav a,
.featured_posts .pf_output_container .flex-direction-nav a,
.flex_singlepost .flex-direction-nav a {
    display: none;
}

.flex_fullwidth_content .flex-control-nav,
.flex_singlepost_fullwidth .flex-control-nav {
    display: none;
}

.flexslider:hover .flex-direction-nav a:hover,
.flexslider .flex-direction-nav a:hover,
.nav_button_prev:hover,
.nav_button_next:hover {
    border-width: 2px;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
}

.flex-pauseplay a,
.flex-pauseplay a.flex-play {
    display: none;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 30px;
    text-align: center;
    z-index: 80;
    line-height: 8px;
}

.sorting_block .pf_output_container .flex-control-nav {
    bottom: 20px;
}

.flex_fullwidth .flex-control-nav,
.flex_fullscreen .flex-control-nav {
    display: none;
}

.flex-control-nav li {
    height: 8px;
    line-height: 8px;
    padding: 0 !important;
    margin: 5px 10px 0 10px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 8px;
    height: 8px;
    line-height: 8px;
    display: block;
    background: none;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px #ffffff solid;
    position: relative;
}

.flex-control-paging li a:after {
    width: 4px;
    height: 4px;
    display: none;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    left: 1px;
    top: 1px;
    content: '';
}

.flex-control-paging li a.flex-active:after {
    display: block;
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

/* Custom Flexslider */
.flexslider li {
    list-style: none;
}

.flexslider li:before,
.flexslider li:after {
    display: none !important;
}

.flexslider {
    width: 100% !important;
    position: relative;
    padding: 0;
    overflow: hidden;
    margin: 0;
}

.flexslider .slides>li {
    display: none;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.flexslider .slides img.slide_bg {
    display: none;
}

.flexslider .slides>li:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.3);
    display: block !important;
    padding: 0;
    margin: 0;
}

.flex_masonry .flexslider .slides>li:after,
.module_blog .flexslider .slides>li:after {
    display: none !important;
}

/* B L O G   L I S T I N G */
.blog_post_preview {
    margin-bottom: 25px;
    text-align: left;
}

.sorting_block .blog_post_preview {
    padding-left: 15px;
    padding-right: 15px;
}

.fw_block.wall_wrap .masonry_blog {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 8px;
}

.blog_post_preview.text-post-format,
.blog_post_preview.quote-post-format {
    margin-bottom: 30px;
}

.blog_post_preview.text-post-format .blog_content,
.blog_post_preview.quote-post-format .blog_content {
    background: #f9f9f9;
    padding: 23px 30px 24px 30px;
}

.module_blog .blog_post_preview {
    margin-bottom: 55px;
}

.module_blog .blog_post_preview.text-post-format,
.module_blog .blog_post_preview.quote-post-format {
    margin-bottom: 60px;
}

.blog_post_image {
    position: relative;
    margin-bottom: 13px;
}

.blog_post_image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.blog_post_title {
    position: relative;
    padding: 0 0 18px 0;
}

.blog_post_title h5 {
    margin-bottom: 0;
    text-indent: 23px;
}

.blog_post_title h5,
.blog_post_title h5 a {
    line-height: 27px;
}

.blog_post_title:before {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 50px;
    height: 1px;
    content: '';
    transition: width 300ms;
    -webkit-transition: width 300ms;
}

.blog_post_title:hover:before,
.active_hover .blog_post_title:before {
    width: 100px;
}

.blog_post_title a {
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
}

.blog_post_title .author {
    display: block;
    line-height: 24px;
    padding-top: 7px;
}

.blog_post_format_label {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 7px;
    width: 14px;
    height: 14px;
    opacity: 1;
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    background-image: url("../img/sprite.png");
    background-position: -216px -14px;
    background-repeat: no-repeat;
}

.standard-post-format .blog_post_format_label {
    background-position: -216px 0;
}

.text-post-format .blog_post_format_label {
    background-position: -230px 0;
}

.quote-post-format .blog_post_format_label {
    background-position: -244px 0;
}

.image-post-format .blog_post_format_label {
    background-position: -258px 0;
}

.audio-post-format .blog_post_format_label {
    background-position: -272px 0;
}

.video-post-format .blog_post_format_label {
    background-position: -286px 0;
    top: 6px;
}

.blog_post_title:hover .blog_post_format_label,
.blog_post_title:hover a {
    opacity: 0.9;
}

.listing_meta {
    line-height: 20px;
    margin-bottom: 15px;
    font-style: italic;
    font-size: 13px;
    color: #737479;
}

.listing_meta span {
    display: inline-block;
    vertical-align: top;
}

.listing_meta span:after {
    content: '/';
    padding: 0 4px 0 8px;
}

.listing_meta span:last-child:after {
    display: none;
}

.listing_meta a {
    color: #737479;
    transition: color 300ms;
    -webkit-transition: color 300ms;
}

.blog_post_preview .learn_more {
    margin-top: 7px;
}

/* Info Module */
.info_module {
    padding-bottom: 29px;
    text-align: center;
}

.info_module img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 26px;
    transition: all 500ms;
    -webkit-transition: all 500ms;
}

.info_module a:hover img {
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.info_module h5 {
    margin-bottom: 9px;
    transition: color 300ms;
    -webkit-transition: color 300ms;
}

/* FS Gallery */
.fs_gallery_slider {
    position: relative;
    overflow: hidden;
}

.fs_gallery_slider:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: '';
}

.fs_gallery_container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fs_gallery_container li:before {
    display: none;
}

.fs_gallery_container.fade {
    opacity: 1 !important;
}

.fs_gallery_container.fade li,
.fs_gallery_container li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    opacity: 0;
    background-position: center !important;
    transition: opacity 1500ms;
    -webkit-transition: opacity 1500ms;
}

.fs_gallery_container.fade li.current-slide,
.fs_gallery_container li.current-slide {
    opacity: 1;
}

.no_fit.fs_gallery_container li {
    background-size: cover !important;
}

.fit_always.fs_gallery_container li {
    background-size: contain !important;
}

.fit_width.fs_gallery_container li {
    background-size: 100% auto !important;
}

.fit_height.fs_gallery_container li {
    background-size: auto 100% !important;
}

.fs_gallery_container.zoom li {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    transition: opacity 1000ms, transform 1000ms;
    -webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
}

.fs_gallery_container.zoom li.current-slide {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.fs_gallery_container.slide_left li {
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transition: opacity 1000ms, transform 1000ms;
    -webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
}

.fs_gallery_container.slide_right li {
    -ms-transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    transition: opacity 1000ms, transform 1000ms;
    -webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
}

.fs_gallery_container.slide_top li {
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    transition: opacity 1000ms, transform 1000ms;
    -webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
}

.fs_gallery_container.slide_bottom li {
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    transition: opacity 1000ms, transform 1000ms;
    -webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
}

.fs_gallery_container.slide_top li.current-slide,
.fs_gallery_container.slide_bottom li.current-slide,
.fs_gallery_container.slide_left li.current-slide,
.fs_gallery_container.slide_right li.current-slide {
    opacity: 1;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: opacity 1000ms, transform 1000ms;
    -webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
}

/* FS Gallery Buttons */
.fs_controls {
    position: absolute;
    bottom: 47px;
    right: 30px;
    text-align: right;
    font-size: 0;
    line-height: 0;
    transition: bottom 350ms;
    -webkit-transition: bottom 350ms;
    z-index: 30;
}

.fs_controls.up_me {
    position: absolute;
    bottom: 153px;
    z-index: 30;
}

.fs_controls.hide_me {
    bottom: 28px !important;
}

/* FS Gallery Caption */
.fs_title_wrapper {
    position: absolute;
    bottom: 41px;
    left: 30px;
    width: 50%;
    transition: opacity 400ms, bottom 350ms;
    -webkit-transition: opacity 400ms, bottom 350ms;
    z-index: 30;
}

.fs_title_wrapper.hide_me,
.fs_controls.hide_me .fs_slider_prev,
.fs_controls.hide_me #fs_play-pause,
.fs_controls.hide_me .fs_slider_next,
.fs_controls.hide_me .fs_share_toggler {
    opacity: 0 !important;
    visibility: hidden;
}

.fs_title_wrapper.up_me {
    bottom: 147px;
}

.fs_title_wrapper h1 {
    text-align: left;
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    margin: 0 0 14px 0;
}

.fs_title_wrapper h3 {
    text-align: left;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin: 0;
    font-style: italic;
}

.fs_title_wrapper.change {
    left: 0;
}

.fs_title_wrapper.hide_me {
    bottom: 21px !important;
}

/* FS Gallery Thumbs */
.fs_thmb_viewport {
    display: block;
    width: 100%;
    height: 126px;
    position: absolute;
    bottom: -106px;
    overflow: hidden;
    transition: bottom 350ms;
    -webkit-transition: bottom 350ms;
    z-index: 30;
}

.fs_thmb_viewport:hover {
    bottom: 0;
}

.fs_thmb_wrapper {
    position: relative;
    overflow: hidden;
    height: 126px;
    display: block;
}

.fs_thmb_viewport .fs_thmb_list {
    position: absolute;
    left: 0;
    top: 0;
    height: 126px;
    z-index: 30;
    padding: 0;
    margin: 0;
}

.fs_thmb_viewport .fs_thmb_list li {
    display: inline-block;
    float: left;
    width: 126px;
    height: 126px;
    margin-left: 2px;
    cursor: pointer;
    position: relative;
    
    transition: opacity 250ms;
    -webkit-transition: opacity 250ms;
}

.fs_thmb_viewport .fs_thmb_list li:hover,
.fs_thmb_viewport .fs_thmb_list li.current-slide {
    opacity: 0.999;
}

.fs_thmb_viewport .fs_thmb_list li:before {
    display: none;
}

.fs_thmb_viewport .fs_thmb_list li img {
    width: 100%;
    height: auto;
}

.fs_thmb_viewport .fs_thmb_list li .fs_thmb_fadder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    box-shadow: inset 0 0 0 #ffffff, inset 0 0 #ffffff;
    transition: box-shadow 300ms;
    -webkit-transition: box-shadow 300ms;
    z-index: 30;
}

.fs_thmb_viewport.hide_me {
    bottom: -140px !important;
}

/* Strip */
.strip_template {
    position: relative;
    overflow: hidden;
}

.strip_template:after {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.3);
}

.strip-menu {
    position: relative;
    z-index: 5;
    min-height: 300px;
    font-size: 0;
    line-height: 0;
}

.strip_template .strip-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.strip_template .strip-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}

.strip_template .strip-item a:after {
    position: absolute;
    z-index: 10;
    width: 1px;
    height: 100%;
    content: '';
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.2);
}

.strip_template .strip-item:last-child a:after {
    display: none;
}

.strip_template .strip-item a span {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
}

.strip_template .strip-item a:hover span {
    letter-spacing: 4px;
}

/* Pager Block */
.pagerblock {
    margin: 0;
    padding: 60px 0;
    list-style: none;
    border-top: 1px #eee solid;
}

.no-sidebar .pagerblock {
    padding-bottom: 80px;
}

.fw_block.wall_wrap .pagerblock {
    margin-left: 30px;
    margin-right: 30px;
}

.pagerblock li:before,
.pagerblock li:after {
    display: none;
}

.pagerblock li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 0;
    padding: 0;
}

.pagerblock li a,
.pagerblock li span {
    display: block;
    font-size: 13px;
    width: auto;
    height: 29px;
    line-height: 29px;
    border: none;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    text-transform: uppercase;
    padding-left: 2px;
    padding-right: 2px;
}

.pagerblock li a.current,
.pagerblock li a.current:hover,
.pagerblock li span {
    border-color: #eee;
    background: #fff;
}

.pagerblock li a.current {
    cursor: default;
    color: #737479 !important;
}

.pagerblock li a.prev_page i {
    padding-right: 4px;
}

.pagerblock li a.next_page i {
    padding-left: 4px;
}

.pagerblock li a.prev_page,
.pagerblock li a.next_page {
    letter-spacing: 1px;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
}

.pagerblock li a.prev_page:before,
.pagerblock li a.next_page:before {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #eee;
    content: '';
    right: -2px;
    top: 1px;
}

.pagerblock li a.next_page:before {
    right: auto;
    left: -2px;
}

/* S I N G L E   B L O G P O S T */
.single_meta {
    padding-bottom: 34px;
    position: relative;
    padding-right: 55px;
}

.single_meta h1 {
    margin-bottom: 31px;
}

.single_meta .listing_meta span {
    padding-right: 16px;
}

.single_meta .listing_meta span:after {
    content: '';
    padding: 0;
}

.single_meta .listing_meta span.categories a:after {
    content: '/';
    padding: 0 6px;
    color: #737479;
}

.single_meta .listing_meta span.categories a:last-child:after {
    content: '';
    padding: 0;
}

.single_meta .gallery_likes {
    right: 0;
    bottom: auto;
    top: 4px;
    color: #737479;
    transition: color 300ms;
    -webkit-transition: color 300ms;
}

.single_meta .gallery_likes span {
    display: block;
}

.single_meta .gallery_likes .icon {
    width: 32px;
    height: 26px;
    background: none !important;
    opacity: 1;
    transition: none;
    -webkit-transition: none;
}

.single_meta .gallery_likes .icon:before,
.single_meta .gallery_likes .icon:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 26px;
    content: '';
    background-image: url("../img/sprite.png");
    background-position: 0 -100px;
    background-repeat: no-repeat;
    opacity: 1;
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    z-index: 5;
}

.single_meta .gallery_likes .icon:after {
    z-index: 10;
    background-position: -32px -100px;
    opacity: 0;
}

.single_meta .gallery_likes.already_liked .icon:before,
.single_meta .gallery_likes:hover .icon:before {
    opacity: 0;
}

.single_meta .gallery_likes.already_liked .icon:after,
.single_meta .gallery_likes:hover .icon:after {
    opacity: 1;
}

/* Post share block */
.post_share_block {
    position: relative;
    padding: 37px 0 35px 0;
}

.post_share_block:after {
    position: absolute;
    left: 0;
    top: 6px;
    width: 100%;
    height: 1px;
    background: #eee;
    content: '';
}

.post_share_block .fleft,
.post_share_block .fright,
.prev_next_links .fleft,
.prev_next_links .fright {
    padding-bottom: 20px;
}

.post_share_block .tagcloud {
    margin: 0;
    padding: 0;
}

.post_share_block .fleft a {
    display: inline-block;
    vertical-align: top;
    margin: 0 1px 5px 0;
    padding: 6px 10px;
    line-height: 18px;
    font-style: italic;
    font-size: 13px;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    transition: background-color 300ms;
    -webkit-transition: background-color 300ms;
}

.post_share_block .fleft a i {
    padding-right: 5px;
}

.post_share_block .fleft a.facebook_btn {
    background: #3d5c97;
}

.post_share_block .fleft a.pinterest_btn {
    background: #cb2027;
}

.post_share_block .fleft a.twitter_btn {
    background: #55adee;
}

.post_share_block .fleft a.google_plus_btn {
    background: #be4a39;
}

.post_share_block .fleft a:hover {
    background: #434449;
}

/* Post prev_next links */
.prev_next_links {
    padding-bottom: 40px;
}

.prev_next_links a {
    position: relative;
    display: block;
    min-height: 70px;
    padding: 13px 0 12px 0;
}

.prev_next_links a img {
    position: absolute;
    top: 0;
    width: 74px;
    height: 74px;
}

.prev_next_links a span,
.prev_next_links a b {
    display: block;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.prev_next_links a span {
    font-size: 13px;
    color: #434449;
    margin-bottom: 5px;
}

.prev_next_links a b {
    font-size: 14px;
    font-weight: 700;
    color: #232429;
}

.prev_next_links .fleft a {
    padding-left: 90px;
    text-align: left;
}

.prev_next_links .fright a {
    padding-right: 90px;
    text-align: right;
}

.prev_next_links .fleft a img {
    left: 0;
}

.prev_next_links .fright a img {
    right: 0;
}

.prev_next_links .fleft a i {
    padding-right: 3px;
}

.prev_next_links .fright a i {
    padding-left: 3px;
}

.prev_next_links a i {
    transition: width 300ms, padding 300ms;
    -webkit-transition: width 300ms, padding 300ms;
    overflow: hidden;
}

.prev_next_links a:hover i {
    padding: 0;
    width: 0;
    visibility: hidden;
}

.single_post .module_feature_posts {
    padding-bottom: 23px;
}

.module_feature_posts .portfolio_item {
    display: block;
    width: 100%;
    margin-bottom: 31px;
}

.no-sidebar .module_feature_posts .portfolio_item {
    margin-bottom: 51px;
}

/* Featured Posts */
.featured_posts {
    margin-left: -15px;
    margin-right: -15px;
}

.featured_posts .featured_item {
    float: left;
    padding: 0 15px;
}

.items2.featured_posts .featured_item {
    width: 50%;
}

.items3.featured_posts .featured_item {
    width: 33.33334%;
}

.items4.featured_posts .featured_item {
    width: 25%;
}

/* Comments */
#comments {
    padding: 0 0 76px 0;
}

.left-sidebar #comments,
.right-sidebar #comments {
    padding-bottom: 56px;
}

#respond {
    margin: 0;
    padding-top: 29px;
}

ol.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.commentlist li ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ol.commentlist li {
    margin: 0;
    padding: 0;
}

ol.commentlist li:before,
ol.commentlist li:after {
    display: none;
}

ol.commentlist li .stand_comment {
    padding: 0 0 19px 0;
    margin-bottom: 29px;
    border-bottom: 1px #eee solid;
}

ol.commentlist li ul li .stand_comment {
    margin-left: 90px;
}

.thiscommentbody {
    position: relative;
    padding-left: 90px;
    min-height: 80px;
}

.comment_info {
    padding-bottom: 7px;
}

ol.commentlist li .commentava {
    left: 0;
    position: absolute;
    top: 5px;
    height: 70px;
    width: 70px;
    z-index: 5;
}

ol.commentlist li .commentava img {
    display: block;
    height: auto;
    width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.comment_info h6 {
    margin-bottom: 6px;
}

.comment_info a {
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
}

.comment_info .date {
    font-size: 13px;
    display: block;
    line-height: 17px;
    color: #737479;
    font-style: italic;
}

.comment-reply-link {
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
    padding: 9px 3px 10px 3px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    position: relative;
}

.comment-reply-link:after {
    position: absolute;
    left: 0;
    top: 29px;
    width: 100%;
    height: 1px;
    content: '';
    transition: top 300ms;
    -webkit-transition: top 300ms;
}

.comment-reply-link:hover:after {
    top: 19px;
}

#respond h4 {
    margin-bottom: 23px;
}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="tel"],
#respond input[type="password"],
#respond textarea {
    margin-bottom: 10px;
}

#respond .submit_wrap {
    margin-top: 10px;
}

.right-sidebar .single_meta,
.left-sidebar .single_meta {
    margin-top: -3px;
}

.flex_singlepost {
    margin-top: 9px;
    margin-bottom: 56px;
}

.img_caption {
    padding-top: 15px;
    padding-bottom: 11px;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    color: #737479;
    font-style: italic;
}

/* P O R T F O L I O */
/* Isotope Sorting */
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

/* Filter */
.filter_block {
    text-align: center;
    padding-bottom: 50px;
    font-size: 0;
    line-height: 0;
}

.filter_navigation ul,
.filter_navigation ul li ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.filter_navigation ul li ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px 4px 12px;
    padding: 0;
}

.filter_navigation ul li ul li a {
    display: block;
    margin: 0;
    padding: 0 3px;
    text-align: center;
    line-height: 21px;
    font-size: 13px;
    text-transform: uppercase;
    border: none;
    letter-spacing: 1px;
    position: relative;
}

.filter_navigation ul li ul li a:before {
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    width: 0;
    top: 10px;
    height: 1px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    content: '';
    cursor: pointer;
}

.filter_navigation ul li ul li a:hover:before,
.filter_navigation ul li ul li.selected a:before {
    left: 0;
    right: 0;
    width: 100%;
}

.filter_navigation ul li ul li.selected a:before {
    top: 20px;
}

/* Title Block */
.item_title_block {
    padding-top: 15px;
    line-height: 20px;
    font-size: 13px;
}

.item_title_block>a {
    font-style: italic;
    color: #737479;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    transition: color 300ms;
    -webkit-transition: color 300ms;
}

.item_title_block>a:after {
    content: '/';
    padding: 0 6px;
    color: #737479;
}

.item_title_block>a:last-child:after {
    display: none;
}

.item_title {
    position: relative;
}

.item_title a {
    padding-bottom: 21px;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: color 300ms;
    -webkit-transition: color 300ms;
    position: relative;
}

.item_title a:before {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 50px;
    height: 1px;
    content: '';
    transition: width 300ms;
    -webkit-transition: width 300ms;
}

.item_title a:hover:before,
.active_hover .item_title a:before {
    width: 100px;
}

.gallery_likes {
    position: absolute;
    right: 30px;
    bottom: 25px;
    z-index: 50;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.gallery_likes span {
    display: block;
}

.gallery_likes .icon {
    width: 16px;
    height: 13px;
    margin: 0 auto 5px auto;
    background-image: url("../img/sprite.png");
    background-position: 0 -60px;
    background-repeat: no-repeat;
    
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
}

.gallery_likes.already_liked .icon,
.gallery_likes:hover .icon {
    opacity: 1;
}

.load_more_works {
    margin: 60px auto 0 auto;
}

.img_block .item_title_block {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 24px;
    z-index: 30;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms;
    -webkit-transition: all 500ms;
}

.img_block:hover .item_title_block {
    opacity: 1;
    visibility: visible;
}

.img_block .item_title_block .item_title a,
.img_block .item_title_block>a {
    color: #fff;
}

.img_block .item_title_block>a:after {
    color: #fff !important;
}

.img_block .item_title_block .item_title a:before {
    background: rgba(255, 255, 255, 0.5);
    transition: width 500ms;
    -webkit-transition: width 500ms;
}

.img_block:hover .item_title_block .item_title a:before {
    width: 100px;
}

/* Column1 */
.column1 {
    margin-top: -60px;
}

.column1 .portfolio_item {
    display: block;
    width: 100%;
    margin-top: 60px;
}

.column1 .item_title_block {
    padding-top: 0;
    padding-bottom: 14px;
}

.column1 .item_title a {
    line-height: 24px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
}

.column1 .learn_more {
    margin-top: 7px;
}

.single_post .ww_footer {
    height: 0;
    display: none;
}

/* F O O T E R */
.pre_footer {
    padding-top: 54px;
    padding-bottom: 15px;
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.footer_bottom {
    padding: 24px 0 23px 0;
}

.copyright,
.foot_info_block {
    font-size: 13px;
    float: left;
}

.foot_info_block {
    float: right;
}

.footer_bottom a {
    transition: color 300ms;
    -webkit-transition: color 300ms;
}

/* Coming Soon */
.global_count_wrapper {
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.global_count_wrapper .logo_sect {
    position: absolute;
    float: none;
    left: 50%;
    top: 25px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.global_count_wrapper h1 {
    font-weight: 400;
}

.global_count_wrapper p {
    font-style: italic;
    font-size: 18px;
}

.global_count_wrapper.dark_bg input[type="button"]:hover,
.global_count_wrapper.dark_bg input[type="reset"]:hover,
.global_count_wrapper.dark_bg input[type="submit"]:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
    background: none;
}

.global_count_wrapper.dark_bg input[type="text"]::-webkit-input-placeholder {
    color: #fff !important;
}

.global_count_wrapper.dark_bg input[type="text"]:-moz-placeholder {
    color: #fff !important;
}

.global_count_wrapper.dark_bg input[type="text"]::-moz-placeholder {
    color: #fff !important;
}

.global_count_wrapper.dark_bg input[type="text"]:-ms-input-placeholder {
    color: #fff !important;
}

.global_count_wrapper.dark_bg input[type="text"]:focus::-webkit-input-placeholder {
    color: transparent !important;
}

.global_count_wrapper.dark_bg input[type="text"]:focus:-moz-placeholder {
    color: transparent !important;
}

.global_count_wrapper.dark_bg input[type="text"]:focus::-moz-placeholder {
    color: transparent !important;
}

.global_count_wrapper.dark_bg input[type="text"]:focus:-ms-input-placeholder {
    color: transparent !important;
}

/* Coming bottom */
.coming_bottom {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 23px;
}

.coming_bottom .copyright {
    display: block;
    float: none;
    padding-top: 14px;
}

.coming_soon_title {
    padding-bottom: 20px;
}

.coming_soon_form {
    padding-top: 30px;
    max-width: 557px;
    margin: 0 auto;
    text-align: left;
}

.coming_soon_form form {
    padding-right: 156px;
    position: relative;
}

.coming_soon_form input {
    margin-bottom: 20px;
}

.coming_soon_form input[type="button"],
.coming_soon_form input[type="reset"],
.coming_soon_form input[type="submit"] {
    display: block;
    width: 137px;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    color: #fff;
    padding: 8px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    background: none;
    transition: color 300ms, border-color 300ms, background 300ms;
    -webkit-transition: color 300ms, border-color 300ms, background 300ms;
    letter-spacing: 1px;
}

/* jQuery Countdown styles 2.0.0. */
.countdown-rtl {
    direction: rtl;
}

.countdown-row {
    clear: both;
    width: 100%;
    padding: 0;
    text-align: center;
    overflow: hidden;
}

.countdown-section {
    width: auto;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: 100px;
}

.countdown-section:last-child {
    margin-right: 0 !important;
}

.countdown-amount {
    font-size: 80px;
    line-height: 100px;
    padding: 0;
    font-weight: 300;
    letter-spacing: 1px;
}

.countdown-period {
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    display: block;
    width: 100% !important;
    text-align: center !important;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Page 404 */
.wrapper_404 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/bgs/404.jpg);
}

.wrapper_404 .container,
.absolute_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin: 0;
}

.wrapper_404 p {
    font-size: 18px;
    font-style: italic;
}

.wrapper_404 .shortcode_button {
    margin-top: 43px;
}

/* Custom Background & Classes */
.dark_bg h1,
.dark_bg h2,
.dark_bg h3,
.dark_bg h4,
.dark_bg h5,
.dark_bg h6,
.dark_bg p,
.dark_bg .widget_contacts,
.dark_bg .widget_contacts a,
.dark_bg .widget_contacts.type1 .widget_contacts_value>a,
.dark_bg .copyright,
.dark_bg .countdown-amount,
.dark_bg .countdown-period,
.colored_sections h3,
.colored_sections p {
    color: #fff;
}

.dark_bg ul.social_icons li a {
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.dark_bg input[type="text"],
.dark_bg input[type="email"],
.dark_bg input[type="tel"],
.dark_bg input[type="password"],
.dark_bg textarea {
    background: none;
    border: 1px rgba(255, 255, 255, 0.5) solid;
    color: #fff;
}

.dark_bg .shortcode_button.btn_type2 {
    border-color: #fff;
    color: #fff;
}

.stretch,
.video_bg,
.global_count_wrapper,
.image_background,
.colored_sections .row>div,
.strip_template {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.pattern {
    background-repeat: repeat;
    background-position: center center;
}

.height_100percent {
    margin: 0;
    min-height: 500px;
    position: relative;
}

.height_100percent.contact5_bg {
    min-height: 600px;
}

.video_bg {
    position: relative;
}

.video_bg iframe {
    display: none;
}

.play-video {
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
    width: 65px;
    height: 65px;
    margin: -32px 0 0 -32px;
    background: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px rgba(255, 255, 255, 0.5) solid;
    text-indent: -9999px;
}

.play-video:hover {
    border: 2px rgba(255, 255, 255, 1) solid;
}

.play-video:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13px;
    height: 18px;
    content: '';
    background-image: url("../img/sprite.png");
    background-position: 0 -35px;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.contact_video_bg,
.showreel_video_bg {
    background-image: url(../img/bgs/contact4_video.jpg);
    height: 800px;
}

.contact3_bg {
    background-image: url(../img/bgs/contact3.jpg);
}

.contact5_bg {
    background-image: url(../img/bgs/contact5.jpg);
}

.global_count_wrapper {
    background-image: url(../img/gallery/fullwidth_grid/1.jpg);
}

.about1_bg {
    background-image: url(../img/bgs/about1_bg.jpg);
}

.about2_bg {
    background-image: url(../img/bgs/about2_bg.jpg);
}

.about3_bg {
    background-image: url(../img/bgs/about3_bg.jpg);
}

.about5_bg {
    background-image: url(../img/bgs/about5_bg.jpg);
}

.promoblock_bg {
    background-image: url(../img/bgs/promoblock.jpg);
}

.services_bg {
    background-image: url(../img/bgs/services_bg.jpg);
}

.strip_template {
    background-image: url(../img/bgs/strip_bg.jpg);
}

.absolute_container .bg_title {
    padding-bottom: 0;
}

.absolute_container .bg_title p {
    padding-top: 12px;
}

.grey_bg {
    background: #f5f5f5;
}

.image_background {
    height: 750px;
    position: relative;
}

.flexslider .absolute_container {
    opacity: 0;
    visibility: hidden;
    transition: all 800ms;
    -webkit-transition: all 800ms;
    z-index: 20;
}

.flexslider .flex-active-slide .absolute_container {
    opacity: 1;
    visibility: visible;
    transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
}

.image_background .bg_title h1,
.flexslider .absolute_container h1 {
    line-height: 38px;
    font-size: 40px;
    font-weight: 400;
}

.image_background .bg_title p,
.flexslider .absolute_container p {
    line-height: 27px;
    font-size: 18px;
    padding-top: 0;
}

.image_background .bg_title p:last-child,
.flexslider .absolute_container p:last-child {
    margin-bottom: 0;
}

.image_background .bg_title .shortcode_button,
.flexslider .absolute_container .shortcode_button {
    margin: 20px 13px 0 13px;
}

.white_opacity_wrap {
    background: rgba(255, 255, 255, 0.95);
    max-width: 1170px;
    padding: 76px 100px;
}

.white_opacity_wrap input[type="text"],
.white_opacity_wrap input[type="email"],
.white_opacity_wrap input[type="tel"],
.white_opacity_wrap input[type="password"],
.white_opacity_wrap textarea {
    background: none;
}

.section1_bg {
    background-image: url(../img/bgs/colored_section1.jpg);
}

.section2_bg {
    background-image: url(../img/bgs/colored_section2.jpg);
}

.section3_bg {
    background-image: url(../img/bgs/colored_section3.jpg);
}

.font_style_normal p {
    font-style: normal !important;
}

.info_text .module_cont {
    height: auto !important;
}

/* Slick Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    outline: none !important;
}

.slick-list:focus {
    outline: none !important;
}

.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;
    outline: none !important;
    cursor: pointer;
}

.testimonials-nav .slick-active,
.testimonials-nav .slick-center,
.testimonials-nav .slick-current {
    cursor: default;
}

[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;
}

/* Custom Slick */
.carouselslider button {
    text-shadow: 0;
    cursor: pointer;
    box-shadow: 0;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
}

/* Dots */
ul.slick-dots {
    margin: 34px 0 0 !important;
    padding: 0 !important;
    text-align: center;
    line-height: 8px;
}

ul.slick-dots li {
    overflow: hidden;
    margin: 0 10px !important;
    padding: 0 !important;
    width: 8px !important;
    height: 8px !important;
    cursor: pointer;
    box-shadow: none;
    display: inline-block;
    vertical-align: top;
    background: none !important;
    outline: none !important;
}

ul.slick-dots li button {
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: transparent !important;
    background: none !important;
    border: 1px #434449 solid;
    position: relative;
    outline: none !important;
}

ul.slick-dots li:before,
ul.slick-dots li:after {
    display: none;
}

ul.slick-dots li button:after {
    width: 4px;
    height: 4px;
    position: absolute;
    left: 1px;
    top: 1px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #434449;
    content: '';
    display: none;
}

ul.slick-dots li.slick-active button:after {
    display: block;
}

.dark_bg ul.slick-dots li button {
    border-color: #fff;
}

.dark_bg ul.slick-dots li button:after {
    background: #fff;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    z-index: 50;
    text-indent: -9999px;
    width: 17px;
    height: 32px;
    margin-top: -16px;
    display: block;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    background: none;
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    outline: none;
    border: none !important;
}

.slick-prev {
    left: -50px;
}

.slick-prev:before {
    content: '';
    position: absolute;
    left: -3px;
    top: 23px;
    width: 23px;
    height: 2px;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: background-color 300ms;
    -webkit-transition: background-color 300ms;
}

.slick-prev:after {
    content: '';
    position: absolute;
    left: -3px;
    top: 7px;
    width: 23px;
    height: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: background-color 300ms;
    -webkit-transition: background-color 300ms;
}

.slick-next {
    right: -50px;
}

.slick-next:before {
    content: '';
    position: absolute;
    right: -3px;
    top: 23px;
    width: 23px;
    height: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: background-color 300ms;
    -webkit-transition: background-color 300ms;
}

.slick-next:after {
    content: '';
    position: absolute;
    right: -3px;
    top: 7px;
    width: 23px;
    height: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: background-color 300ms;
    -webkit-transition: background-color 300ms;
}

.slick-prev:before,
.slick-prev:after,
.slick-next:before,
.slick-next:after {
    background-color: #434449;
}

.dark_bg .slick-prev:before,
.dark_bg .slick-prev:after,
.dark_bg .slick-next:before,
.dark_bg .slick-next:after {
    background-color: #fff;
}

.slick-prev:hover,
.slick-next:hover {
    
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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: 10005;
}

.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: 10004;
}

.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: 10006;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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;
    filter: alpha(opacity=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;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 0;
}

.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: 13px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    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,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    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;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.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: 13px;
    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: 50px;
}

.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) {

    /**
           * Remove all paddings around the image on small screen
           */
    .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;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 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: 20px;
        padding-right: 20px;
    }

    .mfp-arrow-left {
        left: 45px !important;
    }

    .mfp-arrow-right {
        right: 45px !important;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

body.mfp-zoom-out-cur {
    margin: 0 -17px 0 0 !important;
}

body.visible_sidebar_area.mfp-zoom-out-cur {
    margin-right: 523px !important;
    margin-left: -540px !important;
}

body.visible_sidebar_area.mfp-zoom-out-cur .sidebar_area {
    right: 17px;
}

body.mfp-zoom-out-cur .back2top {
    right: 57px;
}

.mfp-zoom-out-cur .main_header,
.mfp-zoom-out-cur .wrapper,
.mfp-zoom-out-cur .fixed-menu header,
.mfp-zoom-out-cur .footer,
.mfp-zoom-out-cur #instagram_module {
    padding-right: 17px !important;
}

.mfp-zoom-out-cur .wall_map {
    margin-left: -17px !important;
}

/* Custom Magnific Popup Arrows */
.mfp-arrow {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 0;
    width: 16px;
    height: 14px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    background-image: url(../img/sprite.png) !important;
    background-repeat: no-repeat !important;
}

.mfp-arrow:active {
    margin-top: 0;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: none;
}

.mfp-arrow-left {
    left: 30px;
    background-position: -268px -124px !important;
}

.mfp-arrow-right {
    right: 30px;
    background-position: -284px -124px !important;
}

.mfp-title,
.mfp-counter {
    padding-top: 19px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 24px;
}

.mfp-title {
    font-size: 16px;
    position: absolute;
}

.mfp-close {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
}

.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.mfp-close:active {
    top: 0;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    right: 0;
    text-align: right;
    padding-right: 0;
    width: 100%;
}

.mfp-iframe-holder .mfp-close {
    top: 0;
}

.mfp-close {
    text-indent: -9999px;
    font-size: 0 !important;
    line-height: 0 !important;
}

.mfp-close:before {
    width: 12px;
    height: 12px;
    position: absolute;
    content: '';
    right: 0;
    top: -2px;
    display: block;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: -268px -138px;
}

.mfp-iframe-scaler .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler .mfp-counter {
    top: auto;
    bottom: -47px;
}

/* Map */
#map-canvas img {
    max-width: none;
    max-height: none;
}

.module_google_map iframe {
    width: 100%;
    height: 650px;
}

.right-sidebar .module_google_map iframe,
.left-sidebar .module_google_map iframe {
    height: 590px;
}

/* Form Valid Style */
.notification_error,
.notification_ok {
    margin: 0 0 30px 0;
    padding: 13px 20px 15px 42px;
    position: relative;
    text-align: left;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    line-height: 22px;
    font-size: 15px;
}

.notification_ok {
    color: #5fb2f5;
    border-color: #5fb2f5;
}

.notification_error {
    color: #d61d1d;
    border-color: #d61d1d;
}

.notification_error:before,
.notification_ok:before {
    position: absolute;
    left: 18px;
    top: 13px;
    font-family: 'FontAwesome';
    font-weight: normal;
}

.notification_error:before {
    content: "\f071";
    color: #d61d1d;
}

.notification_ok:before {
    content: "\f087";
    color: #5fb2f5;
}

/* Padding & Margin */
.margin80 {
    margin: 80px;
}

/* Top */
.pt5 {
    padding-top: 5px;
}

.pt6 {
    padding-top: 6px;
}

.pt11 {
    padding-top: 11px;
}

.pt70 {
    padding-top: 70px;
}

.pt74 {
    padding-top: 74px;
}

.pt112 {
    padding-top: 112px;
}

.pt170,
.info_text .info.pt170 {
    padding-top: 170px;
}

.pt190,
.info_text .info.pt190 {
    padding-top: 190px;
}

.pt200 {
    padding-top: 200px;
}

.mt_15 {
    margin-top: -15px;
}

.mt_25 {
    margin-top: -25px;
}

.mt_55 {
    margin-top: -55px;
}

/* Right */
.pr75,
.gt3_info_section .module_cont.pr75 {
    padding-right: 75px;
}

.pr170 {
    padding-right: 170px;
}

/* Bottom */
.pb0 {
    padding-bottom: 0;
}

.pb5 {
    padding-bottom: 5px;
}

.pb8 {
    padding-bottom: 8px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb21 {
    padding-bottom: 21px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb27 {
    padding-bottom: 27px;
}

.pb29 {
    padding-bottom: 29px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb32 {
    padding-bottom: 32px;
}

.pb35 {
    padding-bottom: 35px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb41 {
    padding-bottom: 41px;
}

.pb43 {
    padding-bottom: 43px;
}

.pb45 {
    padding-bottom: 45px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb55 {
    padding-bottom: 55px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb63 {
    padding-bottom: 63px;
}

.pb64 {
    padding-bottom: 64px;
}

.pb68 {
    padding-bottom: 68px;
}

.pb74 {
    padding-bottom: 74px;
}

.pb75 {
    padding-bottom: 75px;
}

.pb77 {
    padding-bottom: 77px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb160 {
    padding-bottom: 160px;
}

.pb170,
.info_text .info.pb170 {
    padding-bottom: 170px;
}

.pb190,
.info_text .info.pb190 {
    padding-bottom: 190px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb12 {
    margin-bottom: 12px;
}

.mb16 {
    margin-bottom: 16px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb33 {
    margin-bottom: 33px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb42 {
    margin-bottom: 42px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb55 {
    margin-bottom: 55px;
}

.mb57 {
    margin-bottom: 57px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb74 {
    margin-bottom: 74px;
}

.mb74a {}

.mb76 {
    margin-bottom: 76px;
}

.mb80 {
    margin-bottom: 80px;
}

/* Left */
.pl75,
.gt3_info_section .module_cont.pl75 {
    padding-left: 75px;
}

.pl170 {
    padding-left: 170px;
}

.ptb80,
.col_margin30 .module_cont.ptb80 {
    padding-top: 120px;
    padding-bottom: 80px;
}

.col_margin30 .container {
    max-width: 100%;
}

.col_margin30>.row {

    padding-right: 15px;

    margin-right: 0;
}

.col_margin30>.row>.module_cont {
    margin: 0 15px 00px 15px;
}

.col_margin30>.row>.col-sm-12 {
    width: calc(100%);
}

.col_margin30>.row>.col-sm-6 {
    width: calc(50% - 30px);
}

.col_margin30>.row>.col-sm-4 {
    width: calc(33.3333% - 30px);
}

.col_margin30>.row>.col-sm-3 {
    width: calc(25% - 30px);
}

.block_img img {
    width: 100%;
    height: auto;
}

/* Placeholder */
::-webkit-input-placeholder {
    opacity: 1 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1 !important;
}

:-ms-input-placeholder {
    opacity: 1 !important;
}

/* WebKit browsers */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}

/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent !important;
}

/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent !important;
}

/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}

/* Scroll Down */
.scroll_icon {
    position: absolute;
    left: 50%;
    z-index: 200;
    bottom: 30px;
    width: 16px;
    height: 11px;
    margin-left: -8px;
    -webkit-animation: mousepulse 1s infinite;
    /* Chrome, Safari, Opera */
    animation: mousepulse 1s infinite;
    cursor: pointer;
    
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    background-image: url("../img/sprite.png");
    background-position: 0 -80px;
    background-repeat: no-repeat;
}

.scroll_icon:hover {
    opacity: 1;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes mousepulse {
    from {
        bottom: 28px;
    }

    to {
        bottom: 32px;
    }
}

/* Standard syntax */
@keyframes mousepulse {
    from {
        bottom: 28px;
    }

    to {
        bottom: 32px;
    }
}

/* Navigation Toggle */
.mobile-navigation-toggle {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    right: 30px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.mobile-navigation-toggle:hover {
    opacity: 0.7;
}

.toggle-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.toggle-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}

.toggle-inner,
.toggle-inner:before,
.toggle-inner:after {
    width: 30px;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.toggle-inner:before,
.toggle-inner:after {
    content: "";
    display: block;
}

.toggle-inner:before {
    top: -10px;
}

.toggle-inner:after {
    bottom: -10px;
}

.mobile-navigation-toggle .toggle-inner {
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.mobile-navigation-toggle .toggle-inner:before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.mobile-navigation-toggle .toggle-inner:after {
    transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.mobile-navigation-toggle.is-active .toggle-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mobile-navigation-toggle.is-active .toggle-inner:before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.mobile-navigation-toggle.is-active .toggle-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Preloader */
.site_preloader {
    width: 50px;
    height: 50px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    margin: -25px 0 0 -25px;
}

.preloader_block {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99995;
}

.site_preloader .dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;

    animation: 1.7s dotrotate cubic-bezier(0.775, 0.005, 0.310, 1.000) infinite;
}

.site_preloader .dot:nth-child(1) {
    animation-delay: 0.2s;
}

.site_preloader .dot:nth-child(2) {
    animation-delay: 0.35s;
}

.site_preloader .dot:nth-child(3) {
    animation-delay: 0.45s;
}

.site_preloader .dot:nth-child(4) {
    animation-delay: 0.55s;
}

.site_preloader .dot:after,
.site_preloader .dot .first {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 50%;
    margin-left: -3px;
}

.site_preloader .dot .first {
    margin-top: -4px;
    animation: 1.7s dotscale cubic-bezier(0.775, 0.005, 0.310, 1.000) infinite;
    animation-delay: 0.2s;
}

@keyframes dotrotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes dotscale {

    0%,
    10% {
        width: 12px;
        height: 12px;
        margin-left: -6px;
        margin-top: -3px;
    }

    50% {
        width: 6px;
        height: 6px;
        margin-left: -3px;
        margin-top: 0;
    }

    90%,
    100% {
        width: 12px;
        height: 12px;
        margin-left: -6px;
        margin-top: -3px;
    }
}

/* R E S P O N S I V E   C H A N G E S */
@media only screen and (min-width: 901px) {
    a.menu_toggler {
        display: none !important;
    }

    .mobile_menu_wrapper,
    .mobile-navigation-toggle {
        display: none !important;
    }
}

@media only screen and (max-width: 320px) {
    ol.commentlist li ul li .stand_comment {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .coming_soon_form form {
        padding-right: 0;
    }

    .coming_soon_form input[type="button"],
    .coming_soon_form input[type="reset"],
    .coming_soon_form input[type="submit"] {
        width: 100%;
        position: relative;
        right: auto;
        top: auto;
    }

}

@media only screen and (max-width: 900px) {

    .header_holder,
    .main_header .fright {
        display: none !important;
    }

    .main_header {
        position: relative !important;
    }

    .white_logo {
        display: none !important;
    }

    .dark_logo {
        display: block !important;
    }

    .main_header header {
        padding-right: 40px;
    }

    .mobile_menu_wrapper {
        display: none;
        z-index: 999;
    }

    .mobile_menu_wrapper .sub-menu {
        display: none;
    }

    .showsub .sub-menu .sub-menu {
        display: none;
    }

    .showsub .sub-menu,
    .showsub .sub-menu .showsub .sub-menu {
        display: block;
    }

    .mobile_menu_wrapper ul.menu {
        padding: 27px 30px 30px 30px;
        margin: 0;
        list-style: none;
    }

    .mobile_menu_wrapper ul.menu>li {
        padding: 9px 0 10px 0;
        margin: 0;
        list-style: none;
        line-height: 22px;
        text-align: left !important;
        border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
    }

    .mobile_menu_wrapper ul.menu>li:last-child {
        border-bottom: none;
    }

    .mobile_menu_wrapper ul.menu li a {
        line-height: 22px;
        font-size: 15px;
        font-weight: 400;
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding-right: 13px;
    }

    .mobile_menu_wrapper ul.menu>li>a {
        display: block;
    }

    .mobile_menu_wrapper .menu-item-has-children>a:after {
        position: absolute;
        top: 1px;
        right: 1px;
        content: "\f105";
        display: inline-block;
        font-family: 'FontAwesome';
        font-weight: normal;
        font-size: 13px;
        line-height: 22px;
    }

    .mobile_menu_wrapper ul.menu ul {
        padding: 6px 0 0 0;
        margin: 0 0 7px 20px;
        list-style: none;
    }

    .mobile_menu_wrapper ul.menu li li {
        padding-bottom: 8px;
    }

    .mobile_menu_wrapper ul.menu li ul li:last-child {
        padding-bottom: 0;
    }

    .mobile_menu_wrapper ul.menu ul ul {
        padding: 8px 0 0 0;
        margin: 0 0 0 20px;
    }

    .mobile_menu_wrapper ul.menu li li li {
        padding-bottom: 8px;
    }

    .logo_sect {
        float: none;
        display: block;
    }

    .logo_sect .logo {
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
    }

    .logo_sect .logo img {
        max-width: 100%;
        height: auto;
    }

    .strip_template .strip-item a:after {
        width: 100%;
        height: 1px;
        top: auto;
        bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .right-sidebar .contentarea {
        padding-right: 0;
    }

    .left-sidebar .contentarea {
        padding-left: 0;
    }

    .footer_bottom .copyright,
    .footer_bottom .foot_info_block {
        display: block;
        float: none !important;
        text-align: center;
    }

    .items2.featured_posts .featured_item,
    .items3.featured_posts .featured_item,
    .items4.featured_posts .featured_item,
    .module_int_banners.items1 .int_banner_item,
    .module_int_banners.items2 .int_banner_item,
    .module_int_banners.items3 .int_banner_item,
    .module_int_banners.items4 .int_banner_item,
    .sponsors_works.items1 li,
    .sponsors_works.items2 li,
    .sponsors_works.items3 li,
    .sponsors_works.items4 li,
    .sponsors_works.items5 li,
    .sponsors_works.items6 li,
    .shortcode_diagram.items1 li,
    .shortcode_diagram.items2 li,
    .shortcode_diagram.items3 li,
    .shortcode_diagram.items4 li,
    .module_iconboxes_grid.items1 .shortcode_iconbox,
    .module_iconboxes_grid.items2 .shortcode_iconbox,
    .module_iconboxes_grid.items3 .shortcode_iconbox,
    .module_iconboxes_grid.items4 .shortcode_iconbox,
    .module_price_table.items1 .price_item,
    .module_price_table.items2 .price_item,
    .module_price_table.items3 .price_item,
    .module_price_table.items4 .price_item,
    .list-of-images.items1 .gallery_item,
    .list-of-images.items2 .gallery_item,
    .list-of-images.items3 .gallery_item,
    .list-of-images.items4 .gallery_item,
    .list-of-images.items1 .portfolio_item,
    .list-of-images.items2 .portfolio_item,
    .list-of-images.items3 .portfolio_item,
    .list-of-images.items4 .portfolio_item,
    .featured_items .items1 li,
    .featured_items .items2 li,
    .featured_items .items3 li,
    .featured_items .items4 li,
    .sorting_block.items1 .blog_post_preview,
    .sorting_block.items2 .blog_post_preview,
    .sorting_block.items3 .blog_post_preview,
    .sorting_block.items4 .blog_post_preview,
    .wall_wrap .sorting_block.items4 .blog_post_preview {
        width: 100%;
    }

    .text-right {
        text-align: left;
    }

    .element {
        width: 100% !important;
    }

    .container {
        padding-right: 30px;
        padding-left: 30px;
    }

    .shortcode_tab_item_body {
        border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .shortcode_tab_item_title {
        display: block;
        float: none;
        margin: 0 0 5px 0;
        border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    h1,
    h1 span,
    h1 a {
        font-size: 30px;
    }

    h4,
    h4 span,
    h4 a {
        font-size: 22px;
    }

    h5,
    h5 span,
    h5 a {
        font-size: 20px;
    }

    .shortcode_tab_item_title:before {
        display: none !important;
    }

    .slick-prev,
    .slick-next {
        display: none !important;
    }

    .portfolio_bg1,
    .creative_bg {
        background: none;
        padding-top: 0;
        padding-bottom: 0;
    }

    #instagram_module a {
        width: 25%;
    }

    #instagram_module.with_margin a {
        width: 33.3333%;
    }

    .wrapper_404 .container {
        width: 100%;
    }

    .module_google_map iframe,
    .image_background,
    .flex_fullwidth .flexslider,
    .flex_fullwidth .flexslider .slides>li {
        height: 350px !important;
    }

    .wrapper_404 .container,
    .absolute_container {
        width: 70%;
    }

    .global_count_wrapper .absolute_container {
        width: 95%;
    }

    .image_background .bg_title h1,
    .flexslider .absolute_container h1 {
        line-height: 26px;
        font-size: 24px;
    }

    .image_background .bg_title p,
    .flexslider .absolute_container p {
        line-height: 22px;
        font-size: 15px;
    }

    .countdown-section {
        margin-right: 10px;
    }

    .countdown-amount {
        font-size: 25px;
        line-height: 32px;
    }

    .countdown-period {
        font-weight: 400;
        font-size: 11px;
    }

    .coming_bottom .social_icons,
    .global_count_wrapper p {
        display: none;
    }

    .gt3_info_section .module_cont {
        background-image: none !important;
    }

    .col_margin30>.row>.col-sm-12,
    .col_margin30>.row>.col-sm-6,
    .col_margin30>.row>.col-sm-4,
    .col_margin30>.row>.col-sm-3 {
        width: calc(100% - 30px);
    }

    .empty_space,
    .empty_space.height175,
    .empty_space.height73 {
        height: 50px;
    }

    .info_text,
    .list_of_works {
        padding: 50px;
    }

    .ribbon_wrapper,
    .fs_grid_gallery {
        height: auto !important;
    }

    .ribbon_list,
    .fw_gallery_list {
        position: static !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 0 20px 0 !important;
    }

    .ribbon_list li,
    .fw_gallery_list li {
        width: 100% !important;
        box-sizing: border-box !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        padding: 0 10px !important;
        margin: 10px 0 0 0 !important;
        opacity: 1 !important;
    }

    .fw_gallery_list li {
        position: static !important;
        height: auto !important;
    }

    .slide_wrapper {
        display: block !important;
        margin: 0 !important;
        height: auto !important;
    }

    .ribbon_list li img,
    .fw_gallery_list li img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
    }

    .slider_info {
        position: static !important;
        margin-left: 0 !important;
    }

    .slider_data .fleft,
    .slider_data .slider_btns a {
        display: none;
    }

    .slider_data .slider_btns a.fs_share_toggler {
        display: inline-block;
    }

    .pl170 {
        padding-left: 30px;
    }

    .pr170 {
        padding-right: 30px;
    }

    .fs_title_wrapper,
    .fs_thmb_viewport,
    .fs_controls .close_controls,
    .open_sidebar_area,
    .prev_next_links {
        display: none !important;
    }

    .fs_controls {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        bottom: 27px;
    }

    .post_share_block .fleft,
    .post_share_block .fright {
        float: none;
    }

    .contact_video_bg,
    .showreel_video_bg,
    .flex_singlepost_fullwidth .flexslider,
    .flex_singlepost_fullwidth .flexslider .slides>li {
        height: 300px !important;
    }

    .margin80 {
        margin: 40px 30px;
    }

    .pt170,
    .info_text .info.pt170,
    .pt190,
    .info_text .info.pt190 {
        padding-top: 40px;
    }

    .pt200 {
        padding-top: 100px;
    }

    .pb170,
    .info_text .info.pb170,
    .pb190,
    .info_text .info.pb190 {
        padding-bottom: 40px;
    }

    .pb160 {
        padding-bottom: 60px;
    }

    .flexslider .absolute_container a.shortcode_button {
        display: none;
    }

    .list_of_works li {
        padding-left: 0 !important;
    }

    .list_of_works li img {
        display: none;
    }

    .column1 .item_title_block {
        padding-top: 30px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .post_meta_socials .col-sm-9,
    .post_meta_socials .col-sm-3 {
        width: 100%;
        text-align: left;
    }

    .element .featured_items_title {
        padding-bottom: 0;
    }

    .element .featured_items_title h5,
    .element .featured_items_title h5 a {
        font-size: 14px;
        line-height: 15px !important;
    }

    .element .featured_meta {
        display: none;
    }

    .fs_title_wrapper h3 {
        display: none !important;
    }

    .fs_title_wrapper h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 0;
    }

    .post_share_block .fleft,
    .post_share_block .fright {
        float: none;
    }

    .contact_video_bg,
    .showreel_video_bg,
    .flex_singlepost_fullwidth .flexslider,
    .flex_singlepost_fullwidth .flexslider .slides>li {
        height: 500px !important;
    }

    .pt170,
    .info_text .info.pt170,
    .pt190,
    .info_text .info.pt190 {
        padding-top: 80px;
    }

    .pb170,
    .info_text .info.pb170,
    .pb190,
    .info_text .info.pb190 {
        padding-bottom: 80px;
    }

    .pt200 {
        padding-top: 100px;
    }

    .pb160 {
        padding-bottom: 60px;
    }

    .colored_section {
        width: 100%;
    }

    .info_text {
        padding-left: 40px;
        padding-right: 40px;
    }

    .gt3_info_section .col-md-4 {
        height: auto !important;
    }

    .gt3_info_section .col-md-4 .single_image img {
        display: block;
    }

    .white_opacity_wrap {
        padding-left: 50px;
        padding-right: 50px;
    }

    .int_banner_descr {
        display: none;
    }

    .list_of_works li {
        padding-left: 0 !important;
    }

    .list_of_works li img {
        display: none;
    }

    .sorting_block .blog_post_title h5,
    .sorting_block .blog_post_title h5 a {
        font-size: 15px;
    }

    .wall_wrap .sorting_block.items4 .blog_post_preview {
        width: calc(33.333333% - 0.5px);
    }

    .col_margin30.ipad_block>.row>.col-sm-12,
    .col_margin30.ipad_block>.row>.col-sm-6,
    .col_margin30.ipad_block>.row>.col-sm-4,
    .col_margin30.ipad_block>.row>.col-sm-3 {
        width: calc(100% - 30px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {

    .widget_contacts .widget_contacts_name,
    .widget_contacts .widget_contacts_value {
        width: 100%;
        display: block;
        float: none;
    }

    .gt3_info_section .items2.featured_posts .featured_item,
    .gt3_info_section .items3.featured_posts .featured_item,
    .gt3_info_section .items4.featured_posts .featured_item {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .element .featured_items_title {
        padding-bottom: 0;
    }

    .element .featured_items_title h5,
    .element .featured_items_title h5 a {
        font-size: 16px;
        line-height: 20px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }

    .wrapper_404 h1 {
        font-size: 100px;
        font-weight: 400;
        line-height: 109px;
    }

    .countdown-section {
        margin-right: 165px;
    }

    .countdown-amount {
        font-size: 120px;
        line-height: 134px;
    }

    .global_count_wrapper h1 {
        line-height: 52px;
        font-size: 50px;
    }

    .coming_soon_title {
        padding-bottom: 40px;
    }

    .coming_soon_form {
        padding-top: 74px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .module_cont p {
        letter-spacing: -0.1px;
    }
}

/* R E T I N A */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {

    .mfp-arrow,
    a.menu_toggler,
    .s_submit,
    .top-icon-search,
    .close_sidebar_area,
    .widget_search .search_form input[type="submit"],
    .blog_post_format_label,
    .fs_share_block .fs_share_block_wrapper a.close_btn,
    .slider_btns a,
    .gallery_likes .icon,
    .scroll_icon {
        background-image: url(../img/retina/sprite.png) !important;
        background-size: 300px 150px !important;
        -webkit-background-size: 300px 150px !important;
    }

    .mfp-close:before,
    .open_sidebar_area:after,
    .back2top:before,
    .back2top:after,
    .play-video:after,
    .view_link.mfp-iframe:after,
    .flex-direction-nav a:before,
    .nav_button_prev:before,
    .nav_button_next:before,
    .single_meta .gallery_likes .icon:before,
    .single_meta .gallery_likes .icon:after {
        background-image: url(../img/retina/sprite.png) !important;
        background-size: 300px 150px !important;
        -webkit-background-size: 300px 150px !important;
    }
}