@charset "UTF-8";

/*!* Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)*/
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/fonts/fontawesome-webfont.woff2') format('woff2'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/fonts/fontawesome-webfont.svg') format('woff'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/fonts/fontawesome-webfont.ttf') format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/fonts/fontawesome-webfont.svg') format('svg');
    font-weight: 400;
    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: .08em solid #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)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

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

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

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

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

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    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-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

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

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

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

@-webkit-keyframes shake {

    0%,
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {

    0%,
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

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

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%,
    20% {
        -webkit-transform: scale(.9)rotate(-3deg);
        transform: scale(.9)rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1)rotate(3deg);
        transform: scale(1.1)rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1)rotate(-3deg);
        transform: scale(1.1)rotate(-3deg)
    }

    to {
        -webkit-transform: scale(1)rotate(0);
        transform: scale(1)rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%,
    20% {
        -webkit-transform: scale(.9)rotate(-3deg);
        transform: scale(.9)rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1)rotate(3deg);
        transform: scale(1.1)rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1)rotate(-3deg);
        transform: scale(1.1)rotate(-3deg)
    }

    to {
        -webkit-transform: scale(1)rotate(0);
        transform: scale(1)rotate(0)
    }
}

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

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    15% {
        -webkit-transform: translateX(-25%)rotate(-5deg);
        transform: translateX(-25%)rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%)rotate(3deg);
        transform: translateX(20%)rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%)rotate(-3deg);
        transform: translateX(-15%)rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%)rotate(2deg);
        transform: translateX(10%)rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%)rotate(-1deg);
        transform: translateX(-5%)rotate(-1deg)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    15% {
        -webkit-transform: translateX(-25%)rotate(-5deg);
        transform: translateX(-25%)rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%)rotate(3deg);
        transform: translateX(20%)rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%)rotate(-3deg);
        transform: translateX(-15%)rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%)rotate(2deg);
        transform: translateX(10%)rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%)rotate(-1deg);
        transform: translateX(-5%)rotate(-1deg)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

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

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

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

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

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

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

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

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

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

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

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

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

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

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

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

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

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

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

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

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

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

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

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

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

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

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

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

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

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

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

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

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px)translateZ(0)rotateY(0)scale(1);
        transform: perspective(400px)translateZ(0)rotateY(0)scale(1)
    }

    0%,
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px)translateZ(150px)rotateY(170deg)scale(1);
        transform: perspective(400px)translateZ(150px)rotateY(170deg)scale(1)
    }

    50% {
        -webkit-transform: perspective(400px)translateZ(150px)rotateY(190deg)scale(1);
        transform: perspective(400px)translateZ(150px)rotateY(190deg)scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px)translateZ(0)rotateY(1turn)scale(.95);
        transform: perspective(400px)translateZ(0)rotateY(1turn)scale(.95)
    }

    80%,
    to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px)translateZ(0)rotateY(1turn)scale(1);
        transform: perspective(400px)translateZ(0)rotateY(1turn)scale(1)
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px)translateZ(0)rotateY(0)scale(1);
        transform: perspective(400px)translateZ(0)rotateY(0)scale(1)
    }

    0%,
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px)translateZ(150px)rotateY(170deg)scale(1);
        transform: perspective(400px)translateZ(150px)rotateY(170deg)scale(1)
    }

    50% {
        -webkit-transform: perspective(400px)translateZ(150px)rotateY(190deg)scale(1);
        transform: perspective(400px)translateZ(150px)rotateY(190deg)scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px)translateZ(0)rotateY(1turn)scale(.95);
        transform: perspective(400px)translateZ(0)rotateY(1turn)scale(.95)
    }

    80%,
    to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px)translateZ(0)rotateY(1turn)scale(1);
        transform: perspective(400px)translateZ(0)rotateY(1turn)scale(1)
    }
}

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

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px)rotateX(90deg);
        transform: perspective(400px)rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px)rotateX(-10deg);
        transform: perspective(400px)rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px)rotateX(10deg);
        transform: perspective(400px)rotateX(10deg)
    }

    to {
        -webkit-transform: perspective(400px)rotateX(0);
        transform: perspective(400px)rotateX(0);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px)rotateX(90deg);
        transform: perspective(400px)rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px)rotateX(-10deg);
        transform: perspective(400px)rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px)rotateX(10deg);
        transform: perspective(400px)rotateX(10deg)
    }

    to {
        -webkit-transform: perspective(400px)rotateX(0);
        transform: perspective(400px)rotateX(0);
        opacity: 1
    }
}

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

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px)rotateY(90deg);
        transform: perspective(400px)rotateY(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px)rotateY(-10deg);
        transform: perspective(400px)rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px)rotateY(10deg);
        transform: perspective(400px)rotateY(10deg)
    }

    to {
        -webkit-transform: perspective(400px)rotateY(0);
        transform: perspective(400px)rotateY(0);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px)rotateY(90deg);
        transform: perspective(400px)rotateY(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px)rotateY(-10deg);
        transform: perspective(400px)rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px)rotateY(10deg);
        transform: perspective(400px)rotateY(10deg)
    }

    to {
        -webkit-transform: perspective(400px)rotateY(0);
        transform: perspective(400px)rotateY(0);
        opacity: 1
    }
}

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

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px)rotateX(0);
        transform: perspective(400px)rotateX(0);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px)rotateX(90deg);
        transform: perspective(400px)rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px)rotateX(0);
        transform: perspective(400px)rotateX(0);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px)rotateX(90deg);
        transform: perspective(400px)rotateX(90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px)rotateY(0);
        transform: perspective(400px)rotateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px)rotateY(90deg);
        transform: perspective(400px)rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px)rotateY(0);
        transform: perspective(400px)rotateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px)rotateY(90deg);
        transform: perspective(400px)rotateY(90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%)skewX(-30deg);
        transform: translateX(100%)skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(-20%)skewX(30deg);
        transform: translateX(-20%)skewX(30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(0)skewX(-15deg);
        transform: translateX(0)skewX(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(0)skewX(0);
        transform: translateX(0)skewX(0);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%)skewX(-30deg);
        transform: translateX(100%)skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(-20%)skewX(30deg);
        transform: translateX(-20%)skewX(30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(0)skewX(-15deg);
        transform: translateX(0)skewX(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(0)skewX(0);
        transform: translateX(0)skewX(0);
        opacity: 1
    }
}

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

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0)skewX(0);
        transform: translateX(0)skewX(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(100%)skewX(-30deg);
        transform: translateX(100%)skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0)skewX(0);
        transform: translateX(0)skewX(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(100%)skewX(-30deg);
        transform: translateX(100%)skewX(-30deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

    to {
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

    to {
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    to {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

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

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

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

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

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

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    0%,
    20%,
    60% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg)
    }

    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg)
    }

    40%,
    80% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        -webkit-transform: rotate(60deg)translateY(0);
        transform: rotate(60deg)translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    0%,
    20%,
    60% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg)
    }

    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg)
    }

    40%,
    80% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        -webkit-transform: rotate(60deg)translateY(0);
        transform: rotate(60deg)translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

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

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%)rotate(-120deg);
        transform: translateX(-100%)rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0)rotate(0);
        transform: translateX(0)rotate(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%)rotate(-120deg);
        transform: translateX(-100%)rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0)rotate(0);
        transform: translateX(0)rotate(0)
    }
}

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

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)rotate(0);
        transform: translateX(0)rotate(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(100%)rotate(120deg);
        transform: translateX(100%)rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)rotate(0);
        transform: translateX(0)rotate(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(100%)rotate(120deg);
        transform: translateX(100%)rotate(120deg)
    }
}

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

.switchery {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 50px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: content-box;
    background-clip: content-box
}

.switchery>small {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    height: 30px;
    position: absolute;
    top: 0;
    width: 30px
}

.switchery-small {
    border-radius: 20px;
    height: 20px;
    width: 33px
}

.switchery-small>small {
    height: 20px;
    width: 20px
}

.switchery-large {
    border-radius: 40px;
    height: 40px;
    width: 66px
}

.switchery-large>small {
    height: 40px;
    width: 40px
}

body.stop-scrolling {
    height: 100%;
    overflow: hidden
}

.sweet-overlay {
    background-color: #000;
    -ms-filter: "alpha(opacity=40)";
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000
}

.sweet-alert {
    background-color: #fff;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999
}

@media all and (max-width:540px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px
    }
}

.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    font-weight: 600;
    text-transform: none;
    margin: 25px 0;
    line-height: 40px;
    display: block
}

.sweet-alert h2,
.sweet-alert p {
    text-align: center;
    position: relative;
    padding: 0
}

.sweet-alert p {
    color: #797979;
    font-size: 16px;
    font-weight: 300;
    text-align: inherit;
    float: none;
    margin: 0;
    line-height: normal
}

.sweet-alert fieldset {
    border: none;
    position: relative
}

.sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding .15s, max-height .15s;
    transition: padding .15s, max-height .15s
}

.sweet-alert .sa-error-container.show {
    padding: 10px 0;
    max-height: 100px;
    webkit-transition: padding .2s, max-height .2s;
    transition: padding .25s, max-height .25s
}

.sweet-alert .sa-error-container .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ea7d7d;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-right: 3px
}

.sweet-alert .sa-error-container p {
    display: inline-block
}

.sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .1s;
    transition: all .1s
}

.sweet-alert .sa-input-error:after,
.sweet-alert .sa-input-error:before {
    content: "";
    width: 20px;
    height: 6px;
    background-color: #f06e57;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -9px
}

.sweet-alert .sa-input-error:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-input-error:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-input-error.show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

.sweet-alert input:focus {
    outline: none;
    box-shadow: 0 0 3px #c4e6f5;
    border: 1px solid #b4dbed
}

.sweet-alert input:focus::-moz-placeholder {
    transition: opacity .3s ease .03s;
    opacity: .5
}

.sweet-alert input:focus:-ms-input-placeholder {
    transition: opacity .3s ease .03s;
    opacity: .5
}

.sweet-alert input:focus::-webkit-input-placeholder {
    transition: opacity .3s ease .03s;
    opacity: .5
}

.sweet-alert input::-moz-placeholder {
    color: #bdbdbd
}

.sweet-alert input:-ms-input-placeholder {
    color: #bdbdbd
}

.sweet-alert input::-webkit-input-placeholder {
    color: #bdbdbd
}

.sweet-alert.show-input input {
    display: block
}

.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative
}

.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden
}

.sweet-alert button {
    background-color: #8cd4f5;
    color: #fff;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0;
    cursor: pointer
}

.sweet-alert button:focus {
    outline: none;
    box-shadow: 0 0 2px rgba(128, 179, 235, .5), inset 0 0 0 1px rgba(0, 0, 0, .05)
}

.sweet-alert button:hover {
    background-color: #7ecff4
}

.sweet-alert button:active {
    background-color: #5dc2f1
}

.sweet-alert button.cancel {
    background-color: #c1c1c1
}

.sweet-alert button.cancel:hover {
    background-color: #b9b9b9
}

.sweet-alert button.cancel:active {
    background-color: #a8a8a8
}

.sweet-alert button.cancel:focus {
    box-shadow: 0 0 2px rgba(197, 205, 211, .8), inset 0 0 0 1px rgba(0, 0, 0, .0470588) !important
}

.sweet-alert button[disabled] {
    opacity: .6;
    cursor: default
}

.sweet-alert button.confirm[disabled] {
    color: transparent
}

.sweet-alert button.confirm[disabled]~.la-ball-fall {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

.sweet-alert button::-moz-focus-inner {
    border: 0
}

.sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box
}

.sweet-alert .sa-icon.sa-error {
    border-color: #f27474
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
    position: relative;
    display: block
}

.sweet-alert .sa-icon.sa-error .sa-line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #f27474;
    display: block;
    top: 37px;
    border-radius: 2px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px
}

.sweet-alert .sa-icon.sa-warning {
    border-color: #f8bb86
}

.sweet-alert .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #f8bb86
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #f8bb86
}

.sweet-alert .sa-icon.sa-info {
    border-color: #c9dae1
}

.sweet-alert .sa-icon.sa-info:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #c9dae1
}

.sweet-alert .sa-icon.sa-info:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #c9dae1
}

.sweet-alert .sa-icon.sa-success {
    border-color: #a5dc86
}

.sweet-alert .sa-icon.sa-success:after,
.sweet-alert .sa-icon.sa-success:before {
    content: '';
    border-radius: 40px;
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success:before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px
}

.sweet-alert .sa-icon.sa-success:after {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid hsla(98, 55%, 69%, .2);
    border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-custom {
    background-size: contain;
    border-radius: 0;
    border: none;
    background-position: 50%;
    background-repeat: no-repeat
}

@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(.7);
        -webkit-transform: scale(.7)
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }

    80% {
        transform: scale(.95);
        -webkit-transform: scale(.95)
    }

    to {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(.7);
        -webkit-transform: scale(.7)
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }

    80% {
        transform: scale(.95);
        -webkit-transform: scale(.95)
    }

    to {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    to {
        transform: scale(.5);
        -webkit-transform: scale(.5)
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    to {
        transform: scale(.5);
        -webkit-transform: scale(.5)
    }
}

@-webkit-keyframes slideFromTop {
    0% {
        top: 0
    }

    to {
        top: 50%
    }
}

@keyframes slideFromTop {
    0% {
        top: 0
    }

    to {
        top: 50%
    }
}

@-webkit-keyframes slideToTop {
    0% {
        top: 50%
    }

    to {
        top: 0
    }
}

@keyframes slideToTop {
    0% {
        top: 50%
    }

    to {
        top: 0
    }
}

@-webkit-keyframes slideFromBottom {
    0% {
        top: 70%
    }

    to {
        top: 50%
    }
}

@keyframes slideFromBottom {
    0% {
        top: 70%
    }

    to {
        top: 50%
    }
}

@-webkit-keyframes slideToBottom {
    0% {
        top: 50%
    }

    to {
        top: 70%
    }
}

@keyframes slideToBottom {
    0% {
        top: 50%
    }

    to {
        top: 70%
    }
}

.showSweetAlert[data-animation=pop] {
    -webkit-animation: showSweetAlert .3s;
    animation: showSweetAlert .3s
}

.showSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none
}

.showSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideFromTop .3s;
    animation: slideFromTop .3s
}

.showSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideFromBottom .3s;
    animation: slideFromBottom .3s
}

.hideSweetAlert[data-animation=pop] {
    -webkit-animation: hideSweetAlert .2s;
    animation: hideSweetAlert .2s
}

.hideSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none
}

.hideSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideToTop .4s;
    animation: slideToTop .4s
}

.hideSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideToBottom .3s;
    animation: slideToBottom .3s
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    to {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    to {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    to {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    to {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }

    to {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }

    to {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip .75s;
    animation: animateSuccessTip .75s
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong .75s;
    animation: animateSuccessLong .75s
}

.sa-icon.sa-success.animate:after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in
}

@-webkit-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0
    }

    to {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0
    }

    to {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1
    }
}

.animateErrorIcon {
    -webkit-animation: animateErrorIcon .5s;
    animation: animateErrorIcon .5s
}

@-webkit-keyframes animateXMark {
    0% {
        transform: scale(.4);
        -webkit-transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    50% {
        transform: scale(.4);
        -webkit-transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px
    }

    to {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

@keyframes animateXMark {
    0% {
        transform: scale(.4);
        -webkit-transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    50% {
        transform: scale(.4);
        -webkit-transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px
    }

    to {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

.animateXMark {
    -webkit-animation: animateXMark .5s;
    animation: animateXMark .5s
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #f8d486
    }

    to {
        border-color: #f8bb86
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #f8d486
    }

    to {
        border-color: #f8bb86
    }
}

.pulseWarning {
    -webkit-animation: pulseWarning .75s infinite alternate;
    animation: pulseWarning .75s infinite alternate
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #f8d486
    }

    to {
        background-color: #f8bb86
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #f8d486
    }

    to {
        background-color: #f8bb86
    }
}

.pulseWarningIns {
    -webkit-animation: pulseWarningIns .75s infinite alternate;
    animation: pulseWarningIns .75s infinite alternate
}

@-webkit-keyframes rotate-loading {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -ms-transform: rotate(45deg)\9
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -ms-transform: rotate(-45deg)\9
}

.sweet-alert .sa-icon.sa-success {
    border-color: transparent\9
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    -ms-transform: rotate(45deg)\9
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    -ms-transform: rotate(-45deg)\9
}

/*!* Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
* Copyright 2015 Daniel Cardoso <@DanielCardoso>
* Licensed under MIT*/
.la-ball-fall,
.la-ball-fall>div {
    position: relative;
    box-sizing: border-box
}

.la-ball-fall {
    display: block;
    font-size: 0;
    color: #fff
}

.la-ball-fall.la-dark {
    color: #333
}

.la-ball-fall>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor
}

.la-ball-fall {
    width: 54px;
    height: 18px
}

.la-ball-fall>div {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-fall 1s ease-in-out infinite;
    animation: ball-fall 1s ease-in-out infinite
}

.la-ball-fall>div:nth-child(1) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.la-ball-fall>div:nth-child(2) {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

.la-ball-fall>div:nth-child(3) {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms
}

.la-ball-fall.la-sm {
    width: 26px;
    height: 8px
}

.la-ball-fall.la-sm>div {
    width: 4px;
    height: 4px;
    margin: 2px
}

.la-ball-fall.la-2x {
    width: 108px;
    height: 36px
}

.la-ball-fall.la-2x>div {
    width: 20px;
    height: 20px;
    margin: 8px
}

.la-ball-fall.la-3x {
    width: 162px;
    height: 54px
}

.la-ball-fall.la-3x>div {
    width: 30px;
    height: 30px;
    margin: 12px
}

@-webkit-keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        opacity: .5
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(145%);
        transform: translateY(145%)
    }
}

@keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        opacity: .5
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(145%);
        transform: translateY(145%)
    }
}

.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.toast-message a,
.toast-message label {
    color: #fff
}

.toast-message a:hover {
    color: #ccc;
    text-decoration: none
}

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1
}

.toast-close-button:focus,
.toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

#toast-container * {
    box-sizing: border-box
}

#result,
#toast-container>div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px;
    background-repeat: no-repeat;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

#toast-container>div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center
}

#toast-container>div:hover {
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}

#toast-container>.toast-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important
}

#toast-container>.toast-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important
}

#toast-container>.toast-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important
}

#toast-container>.toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important
}

#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51a351
}

.toast-error {
    background-color: #bd362f
}

.toast-info {
    background-color: #2f96b4
}

.toast-warning {
    background-color: #f89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

@media all and (max-width:240px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }

    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width:241px) and (max-width:480px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }

    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width:481px) and (max-width:768px) {
    #toast-container>div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }

    #toast-container>div.rtl {
        padding: 15px 50px 15px 15px
    }
}

@font-face {
    font-family: Droid Arabic Kufi;
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot);
    src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.ttf) format('truetype')
}

@font-face {
    font-family: Droid Arabic Kufi;
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.eot);
    src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.eot#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.ttf) format('truetype')
}

html {
    direction: rtl;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    color: #777;
    font-size: 13px;
    line-height: 1.428571429;
    -webkit-font-smoothing: antialiased;
    font-family: Droid Arabic Kufi, Open Sans, Arial, sans-serif;
    letter-spacing: normal;
    overflow-x: hidden
}

a,
abbr,
acronym,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
u,
ul,
var,
video {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

input,
select,
textarea {
    box-sizing: border-box
}

a {
    text-decoration: none
}

a:focus {
    outline: none
}

:focus {
    outline: 0
}

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

[hidden] {
    display: none
}

li,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle
}

mark {
    background: #ff0;
    color: #000
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    color: inherit;
    font: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

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

select {
    padding: 8px;
    border: 1px solid #e9e9e9;
    background: #f3f3f3;
    font-size: 11px;
    line-height: 25px
}

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    width: 100%;
    border: 1px solid #e2e2e2;
    border-spacing: 0;
    border-collapse: collapse
}

tr:nth-child(even) {
    background: #f3f3f3
}

tfoot {
    background: #e9e9e9;
    font-weight: 700
}

th {
    text-transform: uppercase;
    background: #f5f5f5;
    border-bottom: 2px solid #777
}

caption,
td,
th {
    border-right: 1px solid #e2e2e2
}

caption,
td {
    border-bottom: 1px solid #e2e2e2
}

tr.even td {
    background: #f9f9f9
}

caption,
td,
th {
    padding: 10px
}

:after,
:before {
    box-sizing: border-box
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before {
    display: table;
    content: " "
}

.table-style2 th {
    border-right-color: #fff;
    border-bottom-color: #5c5c5c
}

.page-loader {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 110%;
    background: #fff;
    margin-top: -20px
}

.loader-in {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px
}

.status {
    position: relative
}

.status,
.status span {
    z-index: 0;
    width: 60px;
    height: 60px
}

.status span {
    position: absolute;
    top: 0;
    left: 0;
    border: 6px solid #d9d9d9;
    border-radius: 50%
}

.status .spin {
    z-index: 1;
    border-color: #262626;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: .4
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 1
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
        opacity: .4
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.top-bar {
    border-bottom: 1px solid #eee;
    background: #f4f4f4;
    text-transform: uppercase;
    font-size: 11px;
    height: 40px
}

.top-bar.main-bg {
    border-bottom: 0
}

.top-bar a,
.top-bar span {
    display: block;
    padding: 0 10px 0 0;
    color: #a2a2a2;
    line-height: 39px
}

.top-bar.main-bg a,
.top-bar.main-bg span {
    color: #fff
}

.top-bar.main-bg li {
    border-left-color: #a0a0a0
}

.top-bar a:hover {
    text-decoration: underline
}

.top-bar li {
    float: left;
    border-left: 1px solid #e9e9e9
}

.top-bar li:first-child {
    border-left: 0
}

.top-bar li i {
    margin: 0 8px;
    font-size: 13px
}

.top-bar.main-bg li i {
    color: #fff
}

.top-bar li:first-child i {
    margin: 0 8px 0 0
}

.top-bar ul.social-list li a:hover {
    background: #333
}

header.top-head {
    position: relative;
    z-index: 5555;
    min-height: 92px;
    border-bottom: 9px solid #f4f4f4
}

.fixedHead {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background: 0 0 !important
}

header.top-head .logo {
    margin-top: 20px
}

header.top-head .logo a {
    display: table;
    width: 207px;
    height: 47px;
    margin: auto
}

header.top-head .logo.center a {
    margin: auto
}

.top-menu {
    float: right !important;
    width: auto !important
}

.top-nav {
    float: left
}

.top-nav>ul>li {
    position: relative;
    float: left;
    margin: 0;
    border-left: 1px solid #eee;
    height: 83px;
    overflow: hidden\9
}

.top-nav>ul>li:hover {
    overflow: visible\9
}

.top-nav>ul>li.current>a i,
.top-nav>ul>li.selected>a i,
.top-nav>ul>li>a:hover i {
    margin-top: 5px
}

.top-nav>ul>li>a {
    display: block;
    padding: 0 17px;
    padding-top: 22px;
    height: 83px;
    text-transform: uppercase;
    overflow: hidden;
    text-align: center
}

.top-nav>ul li a span {
    display: block;
    margin-top: 5px
}

.top-nav>ul li a i {
    color: #b8b8b8;
    font-size: 16px
}

.top-nav>ul li.current a i,
.top-nav>ul li.selected a i,
.top-nav>ul li a:hover i {
    color: #fff
}

.top-nav>ul>li:after {
    position: absolute;
    bottom: -9px;
    left: -3px;
    display: inline-block;
    width: 100%;
    height: 9px;
    border-left: 1px solid #e4e4e4;
    background: 0 0;
    content: "";
    -webkit-transform: skew(-35deg, 0);
    transform: skew(-35deg, 0)
}

.top-nav>ul li ul {
    position: absolute;
    top: 92px;
    z-index: -1;
    min-width: 180px;
    height: 0;
    max-height: 0;
    left: -5px
}

.top-nav>ul>li>ul>li {
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: 35px;
    opacity: 0;
    transition: opacity .5s, transform .4s;
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -moz-transition: opacity .5s, -moz-transform .4s;
    -ms-transition: opacity .5s, -ms-transform .4s;
    -o-transition: opacity .5s, -o-transform .4s;
    -webkit-transition: opacity .5s, -webkit-transform .4s;
    transform: rotateY(90deg)
}

.top-nav>ul>li:hover>ul {
    z-index: 0;
    height: auto
}

.top-nav>ul>li:hover>ul>li {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.top-nav li li a {
    display: block;
    overflow: hidden;
    padding: 0 15px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    line-height: 40px
}

.top-nav li li.hasChildren:after {
    position: absolute;
    top: 2px;
    right: 10px;
    display: inline-block;
    color: #fff;
    content: "\f105";
    font-family: FontAwesome
}

.top-nav li li.current>a,
.top-nav li li.selected>a,
.top-nav li li a:hover {
    text-decoration: none
}

.top-nav li li li {
    opacity: 0;
    transition: opacity .4s, transform .5s;
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    transform: rotateX(90deg)
}

.top-nav li li>ul {
    height: 0;
    left: 100%;
    top: 0
}

.top-nav li li:hover>ul {
    height: auto
}

.top-nav li li:hover>ul>li {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.mega-menu {
    position: relative
}

.mega-menu .div-mega {
    position: absolute;
    top: 92px;
    left: 0;
    z-index: 99;
    display: none;
    padding-top: 2%;
    box-shadow: inset 0 10px 11px -5px rgba(0, 0, 0, .3)
}

.mega-menu>li>a {
    display: block;
    position: relative
}

.div-mega-section {
    float: left;
    margin: 0 2% 2%
}

.mega-menu div.div-mega ul {
    visibility: visible;
    position: static;
    max-height: 100%;
    height: 100%;
    width: 100%
}

.mega-menu div.div-mega ul li {
    opacity: 1;
    transform: rotateY(0)
}

.mega-menu div.div-mega ul li a {
    padding: 8px 5px;
    line-height: normal;
    overflow: inherit;
    text-overflow: clip;
    white-space: normal
}

.div-mega h4 {
    background: #fff;
    color: #777;
    padding: 8px 10px;
    font-weight: 700
}

.top-search {
    position: relative;
    float: right;
    margin-left: 20px
}

.top-search a {
    position: relative;
    z-index: 5;
    display: block;
    overflow: hidden;
    margin-top: 20px;
    padding: 0 19px !important;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #eee;
    text-align: center;
    line-height: 55px
}

.top-search a span {
    font-size: 19px
}

.search-box {
    position: absolute;
    top: 92px;
    right: 0;
    z-index: 3;
    display: none;
    width: 400px
}

.search-box:before {
    position: absolute;
    top: -46px;
    right: 0;
    z-index: 0;
    display: inline-block;
    width: 55px;
    height: 48px;
    content: ""
}

.search-box input[type=text] {
    width: 343px;
    height: 53px
}

.search-box input[type=submit] {
    width: 55px;
    height: 55px
}

.login-btn {
    position: relative
}

.login-btn .tri {
    position: absolute;
    top: -1px;
    left: 30%;
    z-index: 5;
    width: 0;
    height: 0;
    border-width: 8px 10px 0;
    border-style: solid;
    border-color: #333 transparent transparent
}

.login-controls {
    display: table;
    margin: auto
}

.login-box {
    position: relative;
    display: none;
    padding: 15px 20px;
    background: #333;
    color: #c3c3c3;
    text-align: center
}

.login-box input {
    font-size: 11px
}

.close-login {
    position: absolute;
    top: 5px;
    right: 25px;
    color: #fff;
    font-size: 22px
}

.login-box .left {
    float: left;
    margin: 0 5px
}

.block-bg-1 {
    background: url(../images/bgs/block-bg-1.jpg) no-repeat fixed 0 0;
    background-size: cover;
    position: relative
}

.block-bg-2 {
    background: url(../images/bgs/block-bg-2.jpg) no-repeat fixed 0 0;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.block-bg-3 {
    background: #fff url(../images/bgs/block-bg-3.jpg) no-repeat fixed 0 0;
    background-size: cover;
    position: relative
}

.block-bg-4 {
    background: #fff url(../images/bgs/block-bg-4.jpg) no-repeat fixed 0 0;
    background-size: cover;
    position: relative
}

.block-bg-5 {
    background: url(../images/bgs/block-bg-5.jpg) no-repeat fixed 0 0;
    background-size: cover;
    position: relative
}

.block-bg-1:before,
.block-bg-2:before,
.block-bg-3:before,
.block-bg-4:before,
.block-bg-5:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    content: ""
}

.black-overlay:before {
    background: rgba(0, 0, 0, .8) !important
}

.parallax p,
[class*=block-bg-] p {
    position: relative;
    z-index: 2
}

.dots-pattern {
    border-top: 1px solid #e4e4e4;
    background: transparent url(../images/patterns/dots.png)
}

.gry-pattern {
    background: #eee url(../images/patterns/gry-patt.png);
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

.img-pattern {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    background: #fff url(../images/patterns/1.png)
}

a {
    text-decoration: none;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

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

.bold,
b,
strong {
    font-weight: 700
}

.bolder {
    font-weight: 800
}

.italic {
    font-style: italic
}

.small,
small {
    font-size: 80%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    padding: 0;
    font-weight: 400;
    line-height: 1.5
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

p {
    margin: 0 0 20px;
    line-height: 22px;
    text-align: justify;
    font-size: 13px
}

.white-bg {
    background: #fff
}

.dark-bg {
    padding: 80px 0;
    background-color: #222
}

.dark-bg p {
    color: #a3a3a3;
    margin: 0
}

.gry-bg {
    background: #eee
}

.staff-3 .gry-bg .fun-text {
    color: #333 !important
}

.dark-bg h2 {
    color: #bdbdbd;
    font-size: 24px
}

.alter-bg {
    background: #777
}

.alter-bg,
.alter-bg a {
    color: #fff
}

.welcome {
    padding: 80px 0;
    text-align: center
}

.btn.ExtraLargeBtn {
    display: block;
    height: 78px;
    font-weight: 700;
    font-size: 22px;
    line-height: 78px
}

.extraBold {
    font-weight: 800
}

.extraLarge {
    font-size: 20px
}

.center {
    text-align: center
}

.left-text {
    text-align: left
}

.right-text {
    text-align: right
}

.red {
    color: red
}

.congrats {
    color: #4fb830;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px
}

.success-icon {
    margin-bottom: 15px;
    color: #ecc686;
    font-size: 90px
}

span.block {
    display: block;
    clear: both;
    padding-left: 20px
}

.list-item {
    margin: 0;
    padding: 5px 0
}

.list-item i.fa {
    margin-right: 7px;
    color: #cfcfcf
}

hr {
    position: relative;
    display: block;
    overflow: visible;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #eeeded
}

hr:before {
    left: 0
}

hr:after,
hr:before {
    position: absolute;
    top: -1px;
    display: inline-block;
    width: 20%;
    height: 1px;
    content: ""
}

hr:after {
    right: 0
}

.hr-style2:before {
    left: 30%;
    width: 40%
}

.hr-style2:after {
    display: none
}

.hr-style3:before {
    left: 20%;
    width: 20%
}

.hr-style3:after {
    right: 20%;
    width: 20%
}

.hr-style4:before {
    left: 44%;
    content: "\f105";
    text-align: right
}

.hr-style4:after,
.hr-style4:before {
    margin-top: 0;
    width: 5%;
    font-size: 20px;
    font-family: FontAwesome;
    line-height: 1px
}

.hr-style4:after {
    right: 44%;
    content: "\f104";
    text-align: left
}

.hr-style5:before {
    left: 44%
}

.hr-style5:after,
.hr-style5:before {
    margin-top: 0;
    width: 5%;
    content: "\f1d8";
    text-align: center;
    font-size: 20px;
    font-family: FontAwesome;
    line-height: 1px
}

.hr-style5:after {
    right: 44%;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.hr-style5:after,
.hr-style5:before {
    background: #fff;
    color: #d4d4d4
}

.follow-block p {
    margin: 0;
    padding: 0 0 10px;
    text-align: center;
    font-size: 16px
}

.follow-block .follow-link {
    font-weight: 700;
    font-style: italic;
    font-size: 23px
}

.slick-next,
.slick-prev {
    background: #777;
    color: #eee
}

.highlight-1 {
    background: #fcff00
}

.dropcap {
    display: block;
    float: left;
    margin: 2px 8px 0 0;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px
}

blockquote {
    margin: 0;
    padding: 15px
}

blockquote p {
    margin: 0;
    padding-bottom: 15px;
    width: 80%;
    color: #afafaf;
    font-size: 16px;
    line-height: 150%
}

blockquote span {
    color: #a3a3a3;
    font-weight: 700;
    font-size: 14px
}

.tooltip {
    position: fixed;
    z-index: 999999;
    padding: 7px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 11px;
    -webkit-transition: all .1s ease !important;
    transition: all .1s ease !important
}

.tooltip:after {
    position: absolute;
    bottom: -4px;
    left: 40%;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 4px 5px 0;
    border-style: solid;
    border-color: #000 transparent transparent;
    content: ""
}

.lft-tip:after {
    right: -5px;
    bottom: 25%;
    left: auto;
    border-width: 5px 0 8px 8px;
    border-color: transparent transparent transparent #000
}

.rit-tip:after {
    bottom: 25%;
    left: -5px;
    border-width: 5px 8px 8px 0;
    border-color: transparent #000 transparent transparent
}

.bot-tip:after {
    top: -5px;
    bottom: auto;
    border-width: 0 4px 5px 5px;
    border-color: transparent transparent #000
}

.block-head {
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #e2e2e2;
    font-weight: 400
}

.footer-top .block-head {
    border-bottom-color: #3a3a3a;
    color: #c5c5c5;
    text-transform: uppercase
}

.block-head:before {
    bottom: -3px;
    left: 20px;
    width: 35px;
    height: 5px
}

.block-head:after,
.block-head:before {
    position: absolute;
    content: "";
    display: inline-block
}

.block-head:after {
    bottom: -1px;
    left: 0;
    width: 80px;
    height: 1px
}

.block-head.center {
    margin-left: auto;
    margin-right: auto;
    display: table;
    padding-right: 30px;
    padding-left: 30px
}

.block-head.center:before {
    left: 50%;
    margin-left: -17.5px
}

.block-head.center:after {
    left: 50%;
    margin-left: -40px
}

.side-heading {
    font-weight: 800;
    border: 0;
    padding: 0;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 15px
}

.side-heading span {
    color: #777;
    font-weight: 100
}

.side-heading:after,
.side-heading:before {
    display: none
}

.large-heading {
    position: relative;
    margin-bottom: 40px;
    padding: 0 0 20px;
    border-bottom: 1px solid #e2e2e2;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 26px;
    line-height: 20px;
    text-align: center
}

.large-heading:before {
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 100px;
    height: 5px;
    content: "";
    display: inline-block;
    margin-left: -57px;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff
}

.gry-bg .large-heading:before {
    border-left: 15px solid #eee;
    border-right: 15px solid #eee
}

.service-box-1 {
    position: relative
}

.box-top {
    z-index: 2;
    overflow: hidden;
    padding: 50px 0;
    text-align: center
}

.box-top i.fa {
    display: table;
    margin: 0 auto 30px;
    font-size: 38px;
    width: 103px;
    height: 103px;
    line-height: 95px;
    text-align: center;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: inset 0 0 13px rgba(0, 0, 0, .4)
}

.box-top h3 {
    margin: 0 0 10px;
    padding: 0 15px 10px;
    text-align: center;
    font-size: 23px;
    color: #777;
    font-weight: 800;
    text-transform: uppercase
}

.box-top h3 span {
    text-transform: none;
    font-size: 19px;
    font-weight: 100;
    display: block;
    margin-bottom: -15px
}

.box-top .more-btn {
    display: table;
    margin: 30px auto 0;
    background: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 11px
}

.box-top p {
    padding: 0 15px
}

.box-top p a {
    display: inline-block;
    margin-left: 5px;
    font-size: 11px
}

.service-box-1:hover i.fa {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.service-box-1:hover h3 {
    color: #fff
}

.portfolio-item:hover:after {
    height: 3px;
    border-top: 0
}

.service-box-2 {
    padding-top: 30px
}

.box-2-cont {
    position: relative;
    border-top: 1px solid #ececec;
    text-align: center;
    padding: 0 15px 15px;
    border: 1px solid #e6e6e6
}

.service-box-2 h4 {
    text-align: center;
    font-weight: 700;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.sub-title {
    margin: -10px 0 15px;
    font-size: small
}

.service-box-2 .fa {
    margin: 0 auto 25px;
    margin-top: -45px;
    width: 90px;
    height: 90px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    background-color: #f0f0f0;
    box-shadow: inset 0 0 0 3px #fff;
    color: #b3b3b3;
    text-align: center;
    font-size: 38px;
    line-height: 90px
}

.service-box-2 .fa,
.service-box-2 .r-more {
    display: table;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.service-box-2 .r-more {
    position: relative;
    z-index: 1;
    margin: 15px auto 0;
    padding: 8px 15px;
    background: #ececec
}

.service-box-2 .r-more:after {
    display: inline-block;
    margin-left: 8px;
    content: "+";
    font-size: 14px
}

.service-box-2:hover h4 {
    color: #4e4e4e
}

.service-box-2 p.mediumFont {
    overflow: hidden;
    max-height: 180px;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px !important
}

.service-box-3 {
    margin-bottom: 30px;
    text-align: center
}

.service-box-3 .box-head {
    clear: both;
    margin-bottom: 15px
}

.service-box-3 h4 {
    position: relative;
    overflow: hidden;
    height: 1.4em;
    font-weight: 700
}

.service-box-3:hover h4 {
    color: #4e4e4e
}

.service-box-3 h4 span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.service-box-3 h4 span:before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 700;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.service-box-3 p.mediumFont {
    overflow: hidden;
    max-height: 110px
}

.service-box-3 .icon {
    display: table;
    margin: 0 auto 25px;
    width: 150px;
    height: 150px;
    border: 1px solid #dadada;
    border-radius: 50%;
    background-color: #dadada;
    box-shadow: inset 0 0 0 3px #fff;
    color: #777;
    text-align: center;
    font-size: 50px;
    line-height: 150px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.service-box-3:focus span,
.service-box-3:hover span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.service-box-3 .r-more {
    position: relative;
    display: table;
    margin: 15px auto 0;
    padding: 8px 15px;
    background: #eee;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.service-box-3 .r-more:after {
    display: inline-block;
    margin-left: 8px;
    content: "+";
    font-size: 14px
}

.levels {
    overflow: hidden
}

.level-out {
    position: relative;
    margin: 0 10px 25px 0;
    padding: 0;
    background: #e7e7e7
}

.level-in {
    position: relative;
    float: left;
    height: 21px
}

.level-out:after {
    border-color: transparent transparent transparent #e7e7e7;
    display: inline-block;
    z-index: 0
}

.level-in:before,
.level-out:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10.5px 0 10.5px 10px;
    content: "";
    position: absolute;
    right: -10px;
    top: 0
}

.level-in:before {
    display: block;
    z-index: 5
}

.level-name {
    font-size: 15px;
    font-style: normal;
    margin-bottom: 4px;
    font-weight: 700;
    color: #777
}

.level-out span {
    background: #e7e7e7;
    display: block;
    padding: 0 10px;
    height: 21px;
    width: 54px;
    white-space: nowrap;
    font-size: 12px;
    color: #333;
    line-height: 21px;
    position: absolute;
    z-index: 5
}

.level-out span:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10.5px 0 10.5px 10px;
    border-color: transparent transparent transparent #e7e7e7;
    content: "";
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 0;
    z-index: 5
}

.levels li:last-child .level-out {
    margin-bottom: 0
}

.levels-2 li {
    float: left;
    margin: 0 1.5%;
    width: 22%
}

.level-in-2,
.level-name-2 {
    text-align: center
}

.level-name-2 {
    display: block;
    margin-top: 10px;
    font-size: 13px
}

.fun-staff .fun-text {
    z-index: 1;
    text-align: center;
    font-size: 18px
}

.fun-staff .fun-number {
    padding: 0;
    text-align: center;
    font-size: 35px
}

.fun-title {
    margin: auto;
    background-color: #fff;
    font-size: 40px
}

.staff-1 .fun-text {
    padding: 23px 0
}

.staff-1 .fun-number {
    background-color: #fff;
    color: #444
}

.staff-1 .fun-icon {
    padding: 5px 0;
    background-color: #fff;
    text-align: center;
    font-size: 30px
}

.staff-1 .fun-title {
    padding: 29px;
    text-align: center
}

.staff-1 .fun-title span {
    color: #333
}

.staff-2 {
    min-height: 288px
}

.staff-2 .fun-text {
    padding: 25px 0 10px
}

.staff-2 .fun-number {
    font-weight: 700
}

.staff-2 .fun-icon {
    display: table;
    margin: auto;
    text-align: center;
    font-size: 35px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 90px;
    height: 86px;
    line-height: 86px
}

.staff-2 .fun-title {
    padding: 21px;
    text-align: center;
    line-height: 45px
}

.staff-2 .fun-title span {
    color: #333
}

.staff-2 .fun-title p {
    color: #777;
    text-transform: none;
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    margin-top: 6px
}

.staff-3 .main-bg {
    margin: 0 -10px;
    padding: 15px
}

.staff-3 .fun-text {
    top: 0;
    padding: 0 0 15px;
    min-height: inherit;
    color: #fff;
    text-align: center;
    font-size: 15px
}

.staff-3 .fun-number {
    padding: 0;
    background-color: transparent;
    text-align: center;
    font-weight: 400;
    font-size: 38px
}

.testimonials-1 {
    padding-top: 5px
}

.testimonials-bg {
    position: relative;
    z-index: 4;
    overflow: hidden;
    margin: 0 15px;
    padding: 8px;
    background: #e9e9e9;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.testimonials-bg .rating {
    position: relative;
    z-index: 1;
    clear: both;
    overflow: hidden;
    padding: 10px 0 0
}

.testimonials-bg:hover {
    background: #e6e6e6
}

.testimonials-img {
    position: relative;
    z-index: 2;
    float: left;
    margin: 0 10px 5px 0;
    max-width: 70px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.testimonials-bg .rating .fa {
    margin-right: 4px;
    color: #ffc000;
    font-size: 15px
}

.testimonials-bg:after {
    position: absolute;
    right: 8px;
    bottom: 8px;
    display: inline-block;
    margin-right: 7px;
    color: #cfcfcf;
    content: "\f10e";
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    font-family: FontAwesome;
    line-height: 1
}

.testimonials-name {
    position: relative;
    margin: 0 5px;
    padding: 6px 0 8px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px
}

.testimonials-name:after {
    right: 9px;
    border-width: 20px 23px 0 0
}

.testimonials-name:after,
.testimonials-name:before {
    position: absolute;
    bottom: 9px;
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #dadada transparent transparent;
    content: "";
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.testimonials-name:before {
    left: 11px;
    border-width: 20px 0 0 23px
}

.testimonials-bg:hover+.testimonials-name:after,
.testimonials-bg:hover+.testimonials-name:before {
    border-color: #ccc transparent transparent
}

.testimonials-bg .rating .fa-star-o {
    color: silver
}

.testimonials-2 .testimonials-name {
    display: table;
    margin: auto;
    padding: 10px 20px;
    font-size: 130%
}

.testimonials-2 p {
    font-size: 16px;
    line-height: 29px
}

.testimonials-2 .testimonials-name:after,
.testimonials-2 .testimonials-name:before {
    display: none
}

.testimonials-2 .slick-list {
    margin: 0;
    text-align: center
}

.portfolio .portfolio-item {
    margin: 0 15px;
    background-color: #eee
}

.portfolio-item:after {
    display: block;
    clear: both;
    border-top: 2px solid #fff;
    height: 3px;
    content: ""
}

.img-holder {
    position: relative;
    overflow: hidden;
    margin: 0 0 15px;
    cursor: pointer
}

.img-holder img {
    width: 100%;
    height: auto;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out
}

.img-holder:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.img-over {
    position: absolute;
    top: -46%;
    left: -20%;
    z-index: 9;
    display: none;
    overflow: hidden;
    width: 100%;
    width: 170%;
    height: 100%;
    height: 170%;
    -webkit-transform: rotate(-37deg);
    transform: rotate(-34deg)
}

.img-over a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%
}

.img-over b {
    position: absolute;
    z-index: 8;
    color: #fff;
    font-weight: 400;
    font-size: 40px;
    -webkit-transform: rotate(34deg);
    transform: rotate(34deg)
}

.img-over a.link {
    top: -52%;
    left: -8%
}

.img-over a.zoom {
    top: 48%;
    left: -10%
}

.img-over a b {
    top: 13%;
    left: 51%
}

.img-over a.link b {
    top: 75%;
    left: 40%
}

.name-holder {
    overflow: hidden;
    padding: 0 15px 10px
}

.project-name {
    display: table;
    margin: auto;
    font-weight: 700;
    font-size: 16px
}

.project-options {
    margin-top: 4px;
    display: block;
    text-align: center;
    font-size: 12px
}

.project-options a {
    display: block;
    float: left;
    margin: 0 0 0 5px;
    color: #444;
    font-size: 14px
}

.project-brief {
    display: none
}

.portfolio {
    position: relative
}

.viewAll {
    padding-top: 10px
}

.viewAll .btn {
    background: #eee;
    font-weight: 700;
    font-size: 12px;
    float: left;
    padding: 0 10px;
    line-height: 27px;
    border-radius: 3px;
    color: #777
}

.homeGallery .slick-next,
.homeGallery .slick-prev {
    right: auto;
    left: -70px;
    bottom: 0;
    top: auto
}

.homeGallery .slick-prev {
    left: -100px
}

.portfolio-lft-txt {
    max-height: 154px;
    overflow: hidden
}

.view-all-projects {
    padding-top: 30px;
    text-align: center
}

.view-all-projects a {
    display: table;
    margin: auto
}

.portfolio-filterable .portfolio-item {
    margin-top: 20px;
    background-color: #f4f4f4
}

.portfolio-filterable .gry-bg,
.portfolio-filterable .white-bg {
    margin: 0 15px 10px;
    line-height: 35px
}

.portfolio-filterable .white-bg {
    background-color: #fff
}

.portfolio-filterable.full [class*=cell-] {
    margin: 0;
    padding: 0;
    border-right: 1px solid #fff
}

.full-portfolio {
    margin-right: 10px !important;
    margin-left: 10px !important
}

.filter-by {
    display: inline-block;
    margin-left: 20px
}

#filters {
    display: table;
    margin: auto
}

#filters li {
    float: left;
    margin: 0 1px 0 0;
    background: #777
}

#filters li a {
    display: block;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 35px;
    color: #fff !important
}

#filters li.active a,
#filters li:hover a {
    color: #fff
}

.control-label {
    display: block;
    padding-bottom: 4px;
    color: #777;
    text-transform: uppercase;
    font-weight: 700
}

.control-group {
    display: table;
    clear: both;
    margin: 5px 0;
    padding: 10px 0 20px;
    width: 100%;
    border-bottom: 1px solid #e9e9e9
}

.btn-group {
    clear: both;
    padding: 20px 0;
    text-align: center
}

.btn-group .btn {
    border-radius: 0
}

.btn-group .btn:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.btn-group .btn:last-child {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 11px;
    border: 1px solid transparent;
    background: #777 none;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    text-transform: uppercase;
    letter-spacing: .8px
}

[class*=skew-] .btn,
[class*=skew-] .btn:hover {
    background: transparent none;
    color: inherit
}

.btn span {
    display: block
}

.btn i {
    margin-right: 5px
}

button.skew-25 i {
    -webkit-transform: skew(25deg, 0);
    transform: skew(25deg, 0)
}

.btn-tiny {
    padding: 0 4px;
    font-size: 9px;
    line-height: 27px
}

.btn-small {
    padding: 0 10px;
    font-size: 11px;
    line-height: 33px
}

.btn-medium {
    padding: 0 12px;
    font-size: 13px;
    line-height: 41px
}

.btn-large {
    padding: 0 22px;
    font-size: 15px;
    line-height: 49px
}

.btn.empty {
    background: transparent none
}

.input-box {
    border: 1px solid #eee;
    background: #fff
}

.txt-box {
    padding: 0 12px;
    height: 30px;
    border: 0;
    background-color: transparent;
    background-image: none;
    color: #555;
    font-size: 12px;
    line-height: 30px;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.txt-box:focus {
    outline: 0 transparent;
    border: 0
}

.check-box-box {
    float: none !important;
    line-height: 34px;
    clear: both
}

.check-box-box * {
    float: left
}

.check-box-box a {
    margin-left: 10px
}

.check-box {
    margin: 11px 8px 0 0
}

.box {
    position: relative;
    margin: 0 auto 15px;
    padding: 15px;
    border-width: 1px;
    border-style: solid
}

.close-box {
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 2px 8px 4px;
    background: rgba(0, 0, 0, .1);
    color: #fff;
    font-size: 17px
}

.box h3 {
    margin-bottom: 0;
    font-weight: 700
}

.box p {
    margin: 5px 0 0;
    padding-bottom: 0
}

.warning-box {
    border-color: #e0d594;
    background: #fff6bf
}

.info-box {
    border-color: #9fc6d7;
    background: #c2e1ee
}

.success-box {
    border-color: #a0c272;
    background: #bbdd8c
}

.error-box {
    border-color: #f2b1b4;
    background: #f1d5d6
}

.tabs {
    display: inline-block;
    width: 100%
}

.tabs>ul {
    margin-left: 5px
}

.tabs>ul:after {
    display: block;
    clear: both;
    content: ""
}

.tabs>ul li {
    float: left;
    margin: 0 0 0 2px;
    background: #efefef;
    color: #6c6c6c
}

.tabs>ul li a {
    color: #6c6c6c;
    text-transform: uppercase;
    display: block;
    padding: 6px 15px
}

.tabs>ul li a i {
    margin-right: 8px;
    color: #333
}

.tabs>ul li.active a,
.tabs>ul li:hover a {
    color: #fff
}

.tabs-pane {
    padding: 15px
}

.tabs-vertical>ul {
    float: left;
    width: 30%
}

.tabs-vertical>ul li {
    display: block;
    float: none;
    margin: 0 0 7px
}

.tabs-vertical .tabs-pane {
    float: left;
    margin-left: 25px;
    padding: 0;
    width: 63%;
    border-top: 0;
    border-bottom: 1px solid #e4e4e4
}

.tabs-vertical .tabs-pane .tab-panel {
    position: relative;
    padding: 0 15px 15px
}

.tabs-vertical .tabs-pane .tab-panel:before {
    position: absolute;
    top: 20%;
    left: 0;
    display: inline-block;
    width: 2px;
    height: 60%;
    content: ""
}

.tab-img-holder {
    margin-right: 15px;
    width: 30%
}

.accordion li>h3 {
    overflow: hidden;
    margin: 0 0 15px;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.accordion li>h3 a {
    float: left;
    margin: 0;
    padding: 0 15px;
    border: 1px solid #d4d4d4;
    background: #fff;
    line-height: 28px;
    display: block;
    width: 90%;
    color: #a8a8a8;
    text-transform: uppercase;
    font-size: 12px
}

.accordion li>h3 i.fa {
    margin-right: 7px
}

.accordion li>h3 u {
    display: inline-block;
    float: left;
    margin: 0 5px 0 10px;
    padding: 10px 10px 8px;
    border: 1px solid #d4d4d4;
    background: #fff;
    color: #a8a8a8;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.accordion li>h3 u:before {
    display: block;
    content: "\f067";
    font-family: FontAwesome
}

.accordion li>h3[class*=skew-] u:before {
    -webkit-transform: skew(25deg, 0);
    transform: skew(25deg, 0)
}

.accordion li.active>h3 u:before {
    content: "\f068";
    font-family: FontAwesome
}

.accordion li>h3 a span {
    display: block
}

.accordion-panel {
    margin: 15px 40px;
    padding: 0 15px;
    border-left: 3px solid #d4d4d4
}

.accordion-horizontal>li {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    margin: 0 1px;
    width: 50px;
    height: 240px
}

.accordion-horizontal>li.active {
    width: 80%
}

.accordion-horizontal>li h3 span {
    display: block;
    margin-top: 130px;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.accordion-horizontal>li>h3 {
    position: absolute;
    left: 0;
    float: left;
    width: 40px;
    height: 100%
}

.accordion-horizontal>li>h3 a {
    display: table-cell;
    width: 40px;
    height: 100%;
    vertical-align: middle;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.accordion-horizontal .accordion-panel {
    margin: 0 0 0 40px;
    border: 0
}

.accordion-horizontal>li>h3:before {
    display: none
}

.list li {
    padding: 0 0 10px 10px
}

.list li:before {
    position: relative;
    top: 2px;
    display: inline-block;
    margin-right: 10px;
    font-family: FontAwesome
}

.list-crosshairs li:before {
    content: "\f05b"
}

.list-ok li:before {
    content: "\f00c"
}

.list-bell li:before {
    content: "\f0f3"
}

.list-bookmark li:before {
    content: "\f02e"
}

.breadcrumbs {
    float: left;
    overflow: hidden;
    padding: 8px 10px
}

.title-1 .breadcrumbs {
    background-color: hsla(0, 0%, 47%, .8) !important
}

.breadcrumbs a {
    float: left;
    margin: 0 3px;
    color: #fff
}

.breadcrumbs a:hover {
    color: #fff;
    text-decoration: underline
}

.breadcrumbs span {
    float: left;
    margin: 0 3px
}

.auto-clients,
.clients {
    padding-top: 10px
}

.auto-clients>div a,
.clients>div a {
    margin: 0 15px;
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    text-align: center
}

.plan-title {
    margin: auto;
    padding-top: 50px;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 90%
}

.plan-title span {
    color: #333
}

.plan-block {
    padding: 50px 50px 0 !important;
    color: #fff
}

.plan-block .block {
    position: relative;
    z-index: 9;
    padding-bottom: 60px
}

.plan-year {
    position: absolute;
    bottom: 40px;
    z-index: 9;
    width: 250px;
    background: transparent url(../images/planBG.png) no-repeat 0 100%;
    color: #333;
    font-weight: 800;
    font-size: 20px
}

.plan-year:before {
    right: 23px;
    background: #fff
}

.plan-year:after,
.plan-year:before {
    position: absolute;
    bottom: -6px;
    z-index: -1;
    display: inline-block;
    width: 38px;
    height: 40px;
    content: ""
}

.plan-year:after {
    right: -15px
}

.lft-plan .plan-year {
    right: -73px;
    text-align: right
}

.rit-plan .plan-year {
    left: -75px
}

.rit-plan .plan-year,
.rit-plan .plan-year span {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.rit-plan .plan-year span {
    display: block;
    float: right
}

.plan-block h3 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 19px
}

.plan-block p {
    margin: 5px 0
}

.my-img {
    overflow: hidden;
    padding-bottom: 40px
}

.my-img .my-name {
    font-size: 18px;
    margin: 15px 0;
    line-height: normal;
    padding-left: 25px;
    display: table
}

.my-img img {
    width: 150px;
    height: 150px;
    float: left;
    z-index: 5
}

.my-img .my-details,
.my-img img {
    border-radius: 5px;
    position: relative
}

.my-img .my-details {
    background: #f3f3f3;
    z-index: 1;
    overflow: hidden
}

.work-exp li h4 {
    color: #777;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700
}

.work-exp li h4:before {
    display: inline-block;
    content: "\f1d9";
    font-size: 12px;
    font-family: FontAwesome;
    margin-right: 10px;
    color: #b8b8b8
}

.work-exp li p {
    padding-left: 23px;
    padding-bottom: 10px
}

.work-exp li:last-child p {
    padding-bottom: 0;
    margin-bottom: 0
}

.chart {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    width: 140px;
    height: 140px;
    text-align: center
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0
}

.percent {
    z-index: 2;
    display: inline-block;
    color: #bdbdbd;
    font-size: 21px;
    line-height: 137px
}

.percent:after {
    margin-left: .1em;
    content: '%';
    font-size: .8em
}

.angular {
    margin-top: 100px
}

.angular .chart {
    margin-top: 0
}

.portfolio-img-slick {
    overflow: hidden;
    max-height: 500px
}

.portfolio-img-slick .slick-list {
    max-height: 500px
}

.portfolio-img-slick .slick-next,
.portfolio-img-slick .slick-prev {
    top: 50%;
    right: 10px;
    padding: 0;
    width: 60px;
    height: 60px;
    border-bottom: 0;
    border-radius: 0;
    background: hsla(0, 0%, 100%, .23);
    color: #fff;
    margin-top: -30px
}

.portfolio-img-slick .slick-next:before {
    content: "\f105";
    font-size: 50px
}

.portfolio-img-slick .slick-prev:before {
    content: "\f104";
    font-size: 50px
}

.porto-stats [class*=cell-] {
    padding: 3px
}

.porto-stats .gry-bg {
    padding: 15px 9px
}

.porto-stats .fun-text {
    color: #333
}

.list-details li {
    padding: 10px 3px;
    border-top: 1px solid #e5e5e5
}

.list-details li:first-child {
    border-top: 0
}

.list-details li span {
    margin: 0 15px 0 5px
}

.list-details li span.main-color {
    font-weight: 700;
    font-size: 13px
}

.highInd {
    z-index: 99 !important
}

.team-boxes [class*=cell-] {
    margin: 0 0 30px
}

.team-box {
    -moz-perspective: 1700px;
    -ms-perspective: 1700px;
    -webkit-perspective: 1700px;
    -ms-perspective-origin: 0 50%;
    -webkit-perspective-origin: 0 50%;
    perspective-origin: 0 50%;
    perspective: 1700px;
    position: relative;
    padding: 0 0 8px;
    background-color: #f4f4f4
}

.team-img {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.team-img img {
    width: 100%;
    height: auto
}

.team-box .team-details {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 10px;
    width: 100%;
    height: 100%;
    border-left: 5px solid #333;
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform .4s, opacity .1s .3s;
    transition: transform .4s, opacity .1s .3s
}

.team-box h3 {
    padding: 7px 0 !important;
    text-align: center;
    font-size: 14px;
    text-transform: none;
    margin: -5px !important
}

.team-img h3 {
    overflow: hidden;
    margin: 0;
    padding-bottom: 0;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.team-box:hover .team-img {
    opacity: .3
}

.team-box:hover .team-details {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transition: -webkit-transform .4s, opacity .1s;
    transition: transform .4s, opacity .1s
}

.team-box:hover .team-details .gry-bg {
    color: #666
}

.team-box-2:after,
.team-box:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: ""
}

.team-socials {
    position: relative;
    z-index: 99999
}

.team-socials ul {
    display: table;
    overflow: hidden;
    margin: auto;
    padding: 0
}

.team-socials li {
    float: left;
    margin: 6px 3px
}

.team-socials a {
    padding: 5px 10px;
    color: #fff;
    font-size: 17px
}

.team-details p {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 130%
}

.team-details h3 {
    margin: 0;
    padding: 13px 0 0 5px
}

.t-position {
    padding: 10px 0;
    color: #ababab;
    text-align: center;
    font-size: 11px
}

.team-box .t-position {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: table;
    margin: 15px auto 10px;
    padding: 5px !important;
    color: #fff !important;
    font-size: 12px;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
}

.team-box .team-details p {
    padding: 10px;
    color: #fff;
    font-size: 12px;
    max-height: 100px;
    overflow: hidden;
    height: 100px
}

.team-box .team-socials li a {
    padding: 3px 10px
}

.team-box-2:hover:after,
.team-box:hover:after {
    height: 1px
}

.team-box-2 {
    position: relative;
    margin-top: 60px;
    padding: 45px 11px 5px;
    background-color: #f4f4f4;
    text-align: center
}

.team-box-2:before {
    position: absolute;
    top: -20px;
    right: 14px;
    color: #999;
    content: "\f030";
    font-size: 168px;
    font-family: FontAwesome;
    opacity: .1;
    -webkit-transform: rotate(-34deg);
    transform: rotate(-34deg)
}

.team-boxes-2 .cell-3:hover .team-box-2:before,
.team-boxes-2 .cell-3:hover .team-socials li a {
    color: #fff
}

.team-boxes-2 .cell-3:hover .team-details .t-position,
.team-boxes-2 .cell-3:hover .team-details h3 {
    color: #fff !important
}

.team-box-2 .team-details {
    position: relative;
    z-index: 9999;
    margin-top: 25px;
    background: 0 0
}

.team-box-2 .team-details h3 {
    margin: 0 0 5px;
    padding: 8px 0
}

.team-boxes-2 [class*=cell-] {
    margin: 0 0 30px !important
}

.team-box-2 .team-socials a {
    display: block;
    padding: 5px 10px
}

.team-box-2 .t-position,
.team-box-2 p {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px
}

.team-box-2 .t-position {
    margin-bottom: 10px;
    padding-top: 0
}

.post-item {
    padding-right: inherit;
    padding-bottom: 20px;
    margin-bottom: 50px
}

.post-content {
    overflow: hidden
}

.post-image {
    position: relative
}

.post-video:hover .post-lft-info {
    display: none
}

.no-bar .blog-posts .post-image {
    max-height: 340px
}

.post-image a .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    border-right: 0;
    border-left: 0;
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.post-image a:hover .mask {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.post-image a .mask:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    color: #fff;
    content: "\f0c1";
    font-weight: 400;
    font-size: 30px;
    font-family: FontAwesome;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px
}

.details-img a .mask:before {
    content: "\f00e"
}

.details-img {
    position: relative
}

.details-img:after,
.post-image:after {
    top: 0;
    height: 6px;
    display: inline-block;
    content: "";
    width: 100%;
    position: absolute;
    left: 0
}

.post-item p {
    margin-bottom: 0
}

.details-img .post-lft-info,
.post-image .post-lft-info {
    position: absolute;
    left: 15px;
    top: 0;
    min-height: inherit;
    z-index: 999
}

.post-lft-info {
    float: left;
    margin-right: 20px;
    min-height: 150px
}

.post-lft-info div {
    position: relative;
    padding: 10px 25px 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px
}

.tri-col {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 4;
    width: 0;
    height: 0;
    border-width: 20px 40px 0;
    border-style: solid
}

.post-info h2 {
    margin: 20px 0;
    text-transform: none;
    font-weight: 400
}

.post-item .post-day,
.post-item .post-year {
    display: inline-block
}

.post-info .post-meta {
    overflow: hidden;
    margin-bottom: -5px;
    padding-bottom: 3px;
    border-bottom: 1px solid #eaeaea;
    text-transform: uppercase;
    font-size: 11px
}

.post-info .post-meta li {
    float: left;
    margin: 0 15px 0 0;
    color: #a8a8a8
}

.post-info .post-meta li i {
    margin-right: 7px;
    color: #c7c7c7;
    font-size: 14px
}

.post-info .post-meta li a {
    color: #777
}

.post-content p {
    margin-top: 20px
}

.post-info-container h1 {
    margin: 20px 0;
    font-size: 27px;
    font-weight: 400
}

.post-tags {
    padding: 20px 0
}

.post-tags span {
    margin: 0 10px 0 5px;
    display: inline-block
}

.masonry .meta-tags {
    display: none
}

.masonry .post-image {
    background: #eee;
    max-height: 178px
}

.masonry.nobar .post-image {
    max-height: 164px
}

.masonry .post-item {
    margin-bottom: 30px
}

.masonry .post-info h2 {
    overflow: hidden;
    height: 25px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    margin: 30px 0 15px
}

.masonry .post-content p {
    overflow: hidden;
    max-height: 60px;
    font-size: 13px
}

.masonry .pager {
    clear: both
}

.masonry.nobar .post-content p {
    max-height: 90px
}

.blog-thumbs .post-image {
    float: left;
    margin-right: 10px;
    max-height: 177px;
    margin-bottom: 0
}

.blog-thumbs.no-bar .post-image {
    max-height: 177px
}

.blog-thumbs .post-item {
    float: none;
    clear: both;
    overflow: hidden
}

.blog-thumbs .post-info h2 {
    margin-top: 0
}

.blog-thumbs .post-content {
    padding-left: 15px
}

.share-post {
    overflow: hidden;
    padding: 0 10px;
    background: #eee
}

.share-post .sh,
.share-post ul li {
    float: left;
    margin-right: 2px
}

.share-post .sh,
.share-post ul li a {
    display: block;
    padding: 8px 10px;
    font-size: 15px
}

.share-post .sh {
    display: block;
    font-weight: 700
}

.share-post ul li i {
    margin: 0;
    padding: 3px
}

.comment-list {
    margin-bottom: 60px;
    padding: 0 15px
}

.comment {
    position: relative
}

.comment-avatar {
    position: absolute;
    top: 15px;
    left: 25px;
    z-index: 6;
    margin: 0 20px 0 0;
    padding: 2px;
    width: 70px;
    height: 70px;
    border: 2px solid #f6f6f6;
    background: #fff
}

.comment-content {
    margin-bottom: 20px
}

.comment-content p {
    padding: 5px 0 5px 115px
}

.comment-author {
    overflow: hidden;
    margin-bottom: 10px;
    background: #eee;
    font-weight: 400
}

ul.child-comment {
    margin-left: 90px
}

ul.child-comment li {
    position: relative
}

ul.child-comment li:before {
    top: 17px;
    width: 50px;
    height: 1px
}

ul.child-comment li:after,
ul.child-comment li:before {
    position: absolute;
    left: -37px;
    display: inline-block;
    background: #eee;
    content: ""
}

ul.child-comment li:after {
    top: -101%;
    width: 1px;
    height: 117%
}

.comments .hint .main-color {
    display: inline-block;
    padding: 5px;
    background: #eee;
    font-size: 150%
}

.author-name {
    display: inline-block;
    margin-left: 100px;
    padding: 10px 0 0 15px;
    font-weight: 700
}

.comment-date {
    float: right;
    padding: 11px 20px 0 0
}

.comment-reply {
    float: right;
    padding: 10px 15px;
    font-size: 12px
}

.comment-reply span {
    display: block
}

.comment-reply i {
    margin-right: 5px;
    color: #fff
}

.leave-comment {
    padding-bottom: 30px
}

.leave-comment .txt-box {
    width: 31.4%
}

.leave-comment textarea {
    width: 100% !important
}

.contact-detalis {
    font-size: 15px
}

.form-input {
    overflow: hidden;
    margin: 0 0 20px;
    width: 100%
}

.form-input label {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0 0 5px;
    width: 100%
}

.form-buttons .btn {
    margin-right: 5px
}

.contact-form span.red {
    display: inline-block;
    margin-left: 5px
}

.contact-form input[type=email],
.contact-form input[type=file],
.contact-form input[type=password],
.contact-form input[type=text],
.contact-form textarea {
    display: inline-block;
    float: left;
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #dfdfdf;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.contact-form select {
    display: inline-block;
    float: left;
    padding: 10px 15px;
    width: 100%;
    border: 0;
    border: 1px solid #dfdfdf;
    background: #fff;
    line-height: 35px
}

.contact-form input[type=checkbox],
.contact-form input[type=radio] {
    position: relative;
    top: 2px;
    margin: 0 5px 0 0
}

.form-box {
    display: inline-block;
    float: left;
    line-height: 34px
}

.form-box span {
    display: inline-block;
    margin-right: 15px
}

.contact-form textarea {
    clear: both;
    width: 100%;
    height: 180px;
    resize: none
}

.small-txt-box {
    padding: 0 !important
}

.small-txt-box input[type=text] {
    width: 100px !important
}

.btns-right {
    padding: 0 !important;
    text-align: right
}

#error_msg {
    display: none
}

#error_msg ul {
    margin: 10px 0 0 20px
}

#error_msg ul li {
    margin-left: 10px;
    padding: 4px 0;
    color: #000;
    list-style-type: square !important
}

.small-select {
    margin-right: 15px;
    padding: 10px !important;
    width: auto !important
}

#message {
    display: block;
    margin: 15px 0;
    padding: 13px;
    background: 0 0;
    text-align: center
}

.cform {
    position: relative
}

img.loader {
    position: absolute;
    bottom: 15px;
    left: 32%
}

#contact input.error,
#contact select.error,
#contact textarea.error {
    border: 1px solid #faabab;
    background: 0 0
}

.siteMap-nav ul li {
    margin: 5px 0
}

.siteMap-nav>ul>li>a {
    display: block;
    padding: 10px;
    background: #f1f1f1;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px
}

.siteMap-nav>ul>li>a i {
    margin-right: 8px;
    color: #999
}

.siteMap-nav ul ul {
    margin: 10px 20px
}

.siteMap-nav ul ul li {
    padding: 5px 10px;
    border-bottom: 1px dashed #f1f1f1
}

.siteMap-nav ul ul li a:before {
    display: inline-block;
    margin-right: 7px;
    color: #5b5b5b;
    content: "\f105";
    font-family: FontAwesome
}

.siteMap-nav ul ul li a:hover {
    margin-left: 10px
}

.siteMap-nav ul ul li:last-child {
    border-bottom: 0
}

.not-found {
    display: table;
    margin: auto;
    width: 65%;
    text-align: center
}

.err-404 {
    position: relative;
    margin-top: 40px;
    color: #494949;
    font-weight: 800;
    font-size: 150px;
    line-height: 1
}

.err-404:before {
    position: absolute;
    top: -33px;
    left: 46.5%;
    color: #f0f0f0;
    content: "\f119";
    font-weight: 400;
    font-size: 60px;
    font-family: FontAwesome
}

.item-box {
    position: relative;
    margin-bottom: 30px;
    background-color: #f4f4f4;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.item-box:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    content: ""
}

.item-box:hover:after {
    bottom: -1px;
    height: 1px
}

.item-title {
    margin: 0;
    padding: 10px 0;
    background: #ebebeb;
    color: #666;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.item-title a {
    color: #666
}

.item-img {
    padding: 10px;
    text-align: center;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: relative
}

.item-details {
    overflow: hidden;
    padding: 10px 0 0;
    border-top: 1px solid #dfdfdf
}

.item-details p {
    padding: 0 10px
}

.item-price {
    padding: 5px 25px;
    font-size: 20px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.item-rating {
    padding-bottom: 3px
}

.item-details .item-rating {
    text-align: center
}

.item-rating .fa {
    margin-right: 4px;
    color: #ffc000;
    font-size: 15px
}

.item-rating .fa-star-o {
    color: silver
}

.right-rating {
    float: right;
    clear: both;
    font-size: 14px;
    font-weight: 700
}

.item-cart {
    padding: 0 0 6px;
    border-bottom: 1px solid #dfdfdf
}

.item-cart a {
    color: #333;
    text-transform: uppercase;
    font-size: 11px
}

.remove-item i {
    font-size: 23px
}

.item-tools {
    padding-top: 8px
}

.item-tools i {
    font-size: 17px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.item-box:hover {
    background: #f0f0f0
}

.item-box:hover .item-img {
    opacity: .5
}

.sale {
    position: absolute;
    right: 5px;
    top: 15px;
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 11px;
    z-index: 99999
}

.sale:before {
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 5;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 15px 0;
    content: "";
    display: inline-block
}

.toolsBar {
    display: table;
    margin: 0 0 10px;
    padding: 10px;
    width: 100%;
    background: #f5f5f5;
    text-transform: uppercase
}

.toolsBar span {
    display: inline-block;
    margin: 0 5px 0 0
}

.toolsBar select {
    margin-right: 10px;
    background: #fff
}

.order-asc i.fa {
    margin-top: 7px;
    font-size: 20px
}

.products-filter-top {
    float: left !important
}

.list-grid,
.products-filter-top {
    clear: none !important;
    width: auto !important
}

.list-grid {
    float: right !important
}

.list-grid a {
    position: relative;
    float: right;
    margin: 0 0 0 4px;
    padding: 8px 13px;
    background: #ebebeb;
    font-size: 14px
}

.list-grid a.selected:after {
    position: absolute;
    bottom: -6px;
    left: 30%;
    z-index: 5;
    width: 0;
    height: 0;
    border-width: 8px 8px 0;
    border-style: solid;
    content: ""
}

.shop-item p {
    overflow: hidden;
    padding: 5px 10px;
    max-height: 50px
}

.grid-list.list .shop-item {
    float: none;
    clear: both;
    width: 100%
}

.grid-list.list .shop-item p {
    overflow: visible;
    min-height: 115px;
    max-height: 150px
}

.grid-list.list .item-img {
    float: left;
    margin-right: 20px;
    max-height: 200px
}

.grid-list.list .item-img img {
    max-height: 200px
}

.control-group .box i.fa {
    margin-right: 7px;
    color: #333
}

.similar-products .item-img img {
    max-height: 200px
}

.grid-list.list .item-box {
    overflow: hidden;
    background: 0 0
}

.grid-list.list .item-title {
    padding-left: 25px;
    border: 0;
    text-align: left
}

.grid-list.list .item-box:hover .item-img {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.grid-list.list .item-box:hover {
    border-bottom-width: 3px
}

.grid-list.list .item-box:hover .item-title,
.grid-list.list .item-details {
    border: 0
}

.left-shop .control-group select {
    width: 100%
}

.left-shop .control-group label.checkbox {
    display: block;
    clear: both;
    padding: 10px
}

.left-shop .control-group label.checkbox input[type=checkbox],
.left-shop .control-group label.checkbox input[type=radio] {
    display: inline;
    margin-right: 8px;
    vertical-align: middle
}

.left-shop .accordion-panel {
    margin: 0;
    padding: 0;
    border: 0
}

.left-shop .accordion li>h3 a {
    border: 0;
    font-weight: 700
}

.left-shop .accordion li>h3 u,
.left-shop .accordion li>h3 u:before {
    -webkit-transform: skew(0, 0);
    transform: skew(0, 0)
}

.left-shop .accordion li>h3 u {
    margin: 0;
    border: 0;
    background: #ebebeb
}

.steps {
    margin-bottom: 30px;
    padding: 0 15px 0 0
}

.steps ul {
    display: table;
    width: 100%
}

.steps li {
    display: table-cell;
    width: 15.5%;
    background: #e9e9e9
}

.continue-btn {
    margin: 30px 15px 0;
    height: 43px;
    background: #e9e9e9
}

.continue-btn .btn {
    position: relative;
    height: 43px
}

.continue-btn .btn.right:after {
    left: 100%
}

.continue-btn .btn.left:after,
.continue-btn .btn.right:after {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-block;
    margin-top: -22px;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 21px solid transparent;
    content: ""
}

.continue-btn .btn.left:after {
    right: 100%
}

.steps li span {
    position: relative;
    display: block;
    padding: 20px 23px 20px 1px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700
}

.steps li span:after {
    z-index: 3;
    border-left: 16px solid #e9e9e9
}

.steps li span:after,
.steps li span:before {
    position: absolute;
    top: 50%;
    left: 100%;
    display: inline-block;
    margin-top: -30px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    content: ""
}

.steps li span:before {
    z-index: 2;
    margin-left: 1px;
    border-left: 16px solid #fff
}

.product-img {
    position: relative;
    border: 1px solid #ddd;
    text-align: center
}

.thumbs {
    border-top: 1px solid #ddd
}

.product-img>img {
    display: table;
    margin: auto
}

.product-img ul {
    display: table;
    margin: 15px auto
}

.product-img li {
    display: table-cell;
    margin: 0 5px 0 0
}

.product-img li img {
    width: 60px
}

.item-avl>div,
.product-specs a.btn {
    margin-right: 6px;
    margin-bottom: 0
}

.product-specs a.btn {
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
    border: 1px solid #ddd;
    color: #777
}

.product-specs a.btn:hover {
    border: 1px solid #ccc !important;
    background: #e4e4e4;
    color: #333
}

.product-price {
    font-size: 29px;
    font-weight: 700;
    line-height: 1
}

.old-price {
    color: #c4c3c3;
    text-decoration: line-through;
    font-size: 20px;
    margin: 0 0 0 10px
}

.price-block {
    display: table;
    clear: both;
    margin: 0;
    padding: 0 0 20px;
    width: 100%;
    border-bottom: 1px solid #e9e9e9
}

.price-box {
    padding-bottom: 10px
}

.pro-btns {
    margin: 5px 0 0 15px
}

.item-avl>div {
    padding: 10px;
    font-weight: 700
}

.item-avl .error-box,
.item-avl .success-box,
.item-avl .warning-box {
    border-radius: 50%;
    padding: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px
}

.item-avl span {
    line-height: 25px
}

.item-avl i {
    color: #fff !important;
    margin: 0 !important
}

.product-block {
    padding: 15px 0;
    border-bottom: 1px solid #e9e9e9
}

.last-list {
    padding-top: 15px !important
}

.last-list p {
    margin-bottom: 0
}

.reviews .comments {
    padding-top: 30px
}

.reviews .author-name {
    margin-left: 0;
    padding: 15px
}

.reviews .comment-date {
    padding: 15px 30px 0 0
}

.reviews .comment-content p {
    padding: 15px
}

.item-add {
    clear: both;
    overflow: hidden
}

#items-num {
    margin: 0 5px 0 0;
    padding: 10px 0;
    width: 50px;
    border: 1px solid #dfdfdf;
    text-align: center;
    font-size: 16px
}

.add-items i.fa {
    padding: 0 8px;
    height: 44px;
    border: 1px solid transparent;
    background: #ddd;
    font-size: 10px;
    line-height: 46px
}

.add-items i.fa:hover {
    border: 1px solid #ddd;
    background: #fff
}

.qty-txt-box {
    width: 70px;
    text-align: center
}

.qty-txt-box i {
    font-size: 14px;
    margin-left: 5px;
    cursor: pointer
}

.qty-txt-box input[type=text] {
    width: 30px;
    border: 1px solid #ddd;
    text-align: center;
    padding: 5px 10px
}

.cart-icon {
    position: relative;
    float: right;
    margin: 0 0 0 auto;
    z-index: 9
}

.cart-heading {
    padding: 10px;
    cursor: pointer
}

.cart-heading i {
    margin-right: 10px;
    font-size: 16px
}

.cart-popup {
    position: absolute;
    display: none;
    padding: 20px;
    background: #f5f5f5;
    min-width: 350px;
    min-height: 200px;
    right: 0;
    border-width: 6px;
    border-style: solid
}

.cart-popup .empty {
    line-height: 160px;
    text-align: center;
    color: red
}

.mini-cart-list li {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.cart-mini-lft {
    float: left;
    margin-right: 8px
}

.cart-mini-lft img {
    width: 40px;
    border: 1px solid #fff;
    padding: 2px
}

.mini-cart-list a.remove {
    position: absolute;
    right: 5px;
    top: 0
}

.mini-cart-list a.remove i {
    font-size: 130%;
    color: #bababa
}

.mini-cart-list a.remove:hover i {
    color: #000
}

.mini-cart-total {
    padding: 0 10px 20px;
    font-weight: 400;
    color: #444;
    border-bottom: 1px solid #e7e7e7
}

.mini-cart .checkout {
    text-align: center;
    padding-top: 20px
}

.mini-cart .checkout a {
    margin: 0 5px;
    height: 35px;
    display: inline-block;
    line-height: 33px;
    background: #fff;
    color: #000;
    border: 1px solid #e1e1e1;
    padding: 0 20px;
    text-transform: none
}

.mini-cart .checkout a:hover {
    background: #6c6c6c;
    color: #fff;
    border-color: #6c6c6c
}

.cart-body .price {
    color: #777
}

.shop-bottom-btns {
    padding-top: 30px
}

.page-title h1 {
    font-weight: 700;
    font-size: 35px
}

.page-title h1 span {
    color: #fff
}

.page-title .cell-4 img {
    margin-top: 10px
}

.title-1 {
    background: #fff url(../images/page-titles/Page-title-1.jpg) no-repeat 100%;
    background-size: cover
}

.title-1 h1 {
    margin-top: 30px;
    margin-bottom: 30px
}

.empty-title {
    padding-bottom: 50px
}

.title-2 {
    background: #fff url(../images/page-titles/Page-title-1.jpg) no-repeat 50% 50%;
    background-size: cover
}

.title-2 h1 {
    margin-top: 30px;
    margin-bottom: 5px;
    float: left;
    text-transform: uppercase
}

.title-2 p {
    margin: 0;
    padding: 10px 0 30px;
    width: 75%;
    font-size: 20px;
    line-height: 120%
}

.title-2 .breadcrumbs {
    margin-top: 115px
}

.title-2 .breadcrumbs span {
    color: #333
}

.title-2 h1 span {
    display: block
}

.title-2 i {
    float: left;
    margin-top: 36px;
    margin-right: 10px;
    padding: 7px;
    font-size: 60px
}

.title-3 {
    background: url(../images/page-titles/Page-title-3.jpg) no-repeat 50% 50%;
    background-size: cover
}

.title-3 h1 {
    float: left;
    margin-top: 30px;
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase
}

.title-3 p {
    margin: 0;
    padding: 10px 0 30px;
    width: 75%;
    font-size: 20px;
    line-height: 120%
}

.title-3 .breadcrumbs {
    margin-top: 115px;
    background: #fff
}

.title-3 .breadcrumbs span {
    color: #333
}

.title-3 h1 span {
    display: block;
    color: #fff
}

.title-3 i {
    float: left;
    margin-top: 36px;
    margin-right: 10px;
    padding: 7px;
    background: #2f2f2f;
    color: #fff;
    font-size: 60px
}

.title-4 {
    background: #41a1b7 url(../images/page-titles/Page-title-1.jpg) no-repeat 50% 50%;
    background-size: cover
}

.title-4 h1 {
    margin-top: 30px;
    margin-bottom: 5px;
    padding: 2px 15px;
    text-transform: uppercase
}

.title-4 h1,
.title-4-desc {
    display: inline-block;
    float: left;
    clear: both;
    color: #fff
}

.title-4-desc {
    margin: 0;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 120%;
    background: #777
}

.title-4-desc span {
    display: block
}

.title-4 .breadcrumbs {
    margin-top: 115px;
    background: #fff
}

.title-4 .breadcrumbs span {
    color: #333
}

.title-4 h1 span {
    display: block;
    color: #fff !important;
    font-size: 20px
}

.widget {
    padding-bottom: 40px;
    color: #b2b2b2
}

.widget h4 {
    overflow: hidden;
    margin-bottom: 8px;
    height: 18px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px
}

.widget-head {
    position: relative;
    margin-bottom: 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 17px;
    line-height: 17px
}

.widget-head:before {
    bottom: -3px;
    left: 20px;
    width: 35px;
    height: 5px
}

.widget-head:after,
.widget-head:before {
    position: absolute;
    content: "";
    display: inline-block
}

.widget-head:after {
    bottom: -1px;
    left: 0;
    width: 80px;
    height: 1px
}

.widget-content {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 10px;
    overflow: hidden
}

.widget-content a {
    color: #666
}

.search-w form {
    overflow: hidden;
    padding: 5px 0 3px;
    margin: 0 -10px
}

.search-w .txt-box {
    width: 80%;
    font-size: 11px
}

.search-w .btn i {
    margin: 0 !important
}

.blog-cat-w ul li,
.r-comments-w ul li,
.r-posts-w>ul>li {
    overflow: hidden;
    padding: 10px 0;
    border-top: 1px solid #f0f0f0
}

.blog-cat-w ul li:first-child,
.r-comments-w ul li:first-child,
.r-posts-w>ul>li:first-child {
    border-top: 0
}

.r-posts-w .post-img {
    float: left;
    margin-right: 10px;
    max-height: 70px;
    overflow: hidden
}

.r-posts-w .post-img img {
    padding: 1px;
    width: 70px;
    border: 1px solid #f0f0f0
}

.r-posts-w .meta span {
    display: inline-block;
    margin-right: 10px
}

.r-posts-w .meta i {
    margin: 0 5px 0 0
}

.widget-content li {
    overflow: hidden
}

.r-posts-w li {
    border-top: 1px solid #eee;
    padding: 10px 0
}

.r-posts-w li:first-child {
    border-top: 0
}

.sale-widget .meta span {
    margin-right: 2px !important
}

.widget-content .accordion {
    margin: 10px auto
}

.blog-cat-w li span {
    float: right
}

.r-comments-w i.fa {
    margin-right: 10px;
    color: #777;
    font-size: 60px
}

.r-comments-w i.fa.fa-clock-o {
    font-size: 16px
}

.tags-w {
    overflow: hidden
}

.tags-w .tags a {
    display: block;
    float: left;
    margin: 3px;
    padding: 8px;
    background: #eee;
    color: #616161;
    font-size: 11px
}

.tags-w .tags a:hover {
    background: #777;
    color: #fff
}

.widget-content .tags,
.widget.flickr-stream-w ul {
    margin: 6px 0;
    overflow: hidden
}

.flickr-stream-w ul li {
    position: relative;
    float: left;
    margin: 0 1px 1px 0
}

.flickr-stream-w ul li a {
    height: 78px;
    display: block
}

.flickr-stream-w ul li img {
    width: 78px;
    height: 78px
}

.flickr-stream-w .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 78px;
    height: 78px;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.flickr-stream-w .img-overlay:before {
    display: block;
    color: #fff;
    content: "\f0c1";
    text-align: center;
    font-size: 25px;
    font-family: FontAwesome;
    line-height: 80px
}

.flickr-stream-w ul li:hover .img-overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.tp-banner-container {
    z-index: 1;
    padding: 0
}

.tp-banner,
.tp-banner-container {
    position: relative;
    width: 100%
}

.tp-caption {
    line-height: normal !important
}

.tp-caption a {
    color: inherit !important
}

.tp-bullets.simplebullets.round .bullet {
    border: 3px solid #fff;
    border-radius: 50%;
    background-image: none !important
}

.tparrows {
    width: auto !important;
    height: auto !important;
    background-image: none !important
}

.tp-arr-allwrapper {
    margin: 0 10px;
    width: 50px;
    height: 60px;
    background: #fff
}

.tp-arr-allwrapper:hover .tp-arr-iwrapper {
    color: #fff
}

.tp-leftarrow .tp-arr-allwrapper {
    -webkit-transform: skew(25deg, 0);
    transform: skew(25deg, 0)
}

.tp-rightarrow .tp-arr-allwrapper {
    -webkit-transform: skew(-25deg, 0);
    transform: skew(-25deg, 0)
}

.tp-arr-iwrapper {
    color: #a0a0a0;
    text-align: center;
    font-size: 30px;
    font-family: FontAwesome;
    line-height: 60px
}

.tp-leftarrow .tp-arr-iwrapper {
    -webkit-transform: skew(-25deg, 0);
    transform: skew(-25deg, 0)
}

.tp-leftarrow .tp-arr-iwrapper:before {
    content: "\f104"
}

.tp-rightarrow .tp-arr-iwrapper:before {
    content: "\f105"
}

.tp-rightarrow .tp-arr-iwrapper {
    -webkit-transform: skew(25deg, 0);
    transform: skew(25deg, 0)
}

.slide-h1 {
    color: #444;
    text-transform: uppercase;
    font-size: 57px
}

.slide-h1,
.slide-h2 {
    margin: 5px 0 !important;
    padding: 0 0 10px !important;
    padding-bottom: 5px !important;
    font-weight: 700
}

.slide-h2 {
    color: #555;
    font-size: 55px;
    line-height: 100%
}

.big-font {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 60px
}

.large-desc {
    font-size: 16px
}

.slide-h3 {
    color: #fff;
    font-size: 31px;
    line-height: 100%
}

.slide-h3 span {
    text-transform: uppercase;
    font-weight: 700
}

.slide-head {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px
}

.slide-desc {
    font-size: 22px;
    line-height: 150%
}

.main-title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 70px
}

.icon-cont {
    padding: 15px 40px;
    border-radius: 10px;
    text-align: center
}

.icon-cont:after {
    position: absolute;
    bottom: -10px;
    left: 40%;
    z-index: 5;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 10px 10px 0;
    border-style: solid;
    content: ""
}

.icon-cont i {
    margin-bottom: 10px;
    color: #fff;
    font-size: 50px
}

.icon-cont span {
    display: block;
    padding: 0 0 5px;
    color: #fff;
    text-align: center;
    font-size: 18px
}

a.wit-btn {
    background: #fff;
    color: #333 !important;
    text-transform: uppercase
}

.wit-line {
    width: 5%;
    height: 1px;
    background: #fff
}

.vert-line {
    min-height: 270px;
    width: 1px;
    background: #fff
}

.subTxt {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    color: #333
}

.large-title {
    color: #222;
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase !important
}

.large-light-title {
    color: #787878 !important;
    font-size: 70px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 2px
}

.large-text {
    font-size: 20px;
    color: #000;
    font-weight: lighter
}

.larger-text {
    font-size: 24px;
    font-weight: lighter;
    text-transform: uppercase
}

.witTxt {
    color: #fff !important
}

.light-font {
    font-weight: lighter !important;
    font-size: 50px
}

.black-bg {
    background: rgba(0, 0, 0, .63);
    color: #a8a8a8;
    text-transform: none
}

.lft-list {
    padding: 10px;
    font-size: 18px;
    color: #fff
}

.wit-border {
    border: 1px solid #fff;
    padding: 15px 60px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase
}

.rounded-bord {
    margin-right: 15px;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    border-radius: 50%
}

#vertical-ticker {
    height: 120px;
    overflow: hidden
}

#vertical-ticker li {
    padding: 15px 20px;
    display: block;
    text-align: center;
    line-height: 120px
}

.to-bottom i.fa {
    font-size: 30px;
    border: 2px solid #a8a8a8;
    padding: 20px 22px;
    border-radius: 50%;
    -webkit-animation: bounce 2s infinite linear;
    animation: bounce 2s infinite linear
}

@-webkit-keyframes bounce {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-30%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-30%)
    }

    to {
        transform: translateY(0)
    }
}

#footWrapper {
    clear: both;
    overflow: hidden;
    height: 100%
}

.footer-top {
    overflow: hidden;
    padding: 60px 0 50px;
    border-bottom: 1px solid #0f0f0f;
    background: #222;
    color: #aaa
}

.footer-top a {
    color: #9e9e9e
}

.footer-top a.btn {
    color: #fff
}

.footer-top hr {
    clear: both;
    margin: 50px 15px;
    border-top: 1px solid #3a3a3a
}

.footer-top h3 {
    position: relative;
    font-weight: 700;
    font-size: 15px
}

.footer-top hr.hr-style5:after,
.footer-top hr.hr-style5:before {
    background: #222;
    color: #3a3a3a
}

.footer-top-2 {
    border-top-width: 5px;
    border-top-style: solid
}

.footer-top-2 .foot-logo {
    border-bottom: 1px solid #3a3a3a;
    height: 52px;
    margin: -8px auto 9px;
    text-align: center
}

.footer-top-2 .social-list li a {
    margin: 0 6px 0 0;
    font-size: 17px;
    background: #494949;
    border-radius: 50%;
    width: 33px;
    text-align: center;
    display: inline-block
}

.footer-top-2 .social-list li span {
    padding: 0 7px;
    color: #b5b5b5
}

.footer-top-2 .social-list li:hover span {
    color: #fff
}

.footer-menu-inline {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: nowrap;
    font-size: 11px
}

.footer-menu-inline li {
    display: inline-block;
    margin: 0 5px
}

.footer-menu-inline li a {
    color: #777;
    transition: all .3s linear
}

.footer-menu-center li a:hover,
.footer-menu-inline li a:hover {
    padding-bottom: 4px
}

.footer-bar {
    background: #000;
    font-size: 11px;
    padding-top: 30px;
    padding-bottom: 10px
}

.footer-bar-3 p {
    font-size: 20px;
    line-height: 40px;
    color: #b0b0b0;
    text-transform: none
}

.footer-bar-3 a {
    color: #fff;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    text-transform: uppercase;
    overflow: hidden
}

.footer-bar-3 a span {
    position: relative;
    display: block;
    font-size: 20px;
    padding: 0 7px;
    -webkit-transition: -webkit-transform .4s, background .4s;
    transition: transform .4s, background .4s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: -50% 50%;
    transform-origin: -50% 50%;
    text-align: center
}

.footer-bar-3 a span:before {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    content: attr(data-view);
    -webkit-transition: background .4s;
    transition: background .4s;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: -50% 50%;
    transform-origin: -50% 50%;
    pointer-events: none
}

.footer-bar-3 a:focus span,
.footer-bar-3 a:hover span {
    background: #b53a2d;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg)
}

.footer-bar-3 .buyNow {
    border-left: 1px solid #322f2f;
    margin-top: -5px
}

.footer-bar-3 .buyNow a {
    font-size: 20px;
    font-weight: 800
}

.copyrights-center {
    text-align: center
}

.footer-menu-center {
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: nowrap;
    font-size: 11px
}

.footer-menu-center li {
    display: inline-block;
    margin: 0 5px
}

.footer-menu-center li a {
    color: #777;
    transition: all .3s linear
}

.recent-posts-footer li {
    margin-bottom: 5px;
    padding: 6px 5px;
    border-bottom: 1px dotted #323232;
    overflow: hidden
}

.recent-posts-footer li .post-img {
    float: left;
    margin-right: 10px;
    max-height: 70px;
    overflow: hidden
}

.recent-posts-footer li .post-img img {
    padding: 1px;
    width: 40px
}

.recent-posts-footer li h4 {
    overflow: hidden;
    margin-bottom: 3px;
    height: 18px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px
}

.recent-posts-footer li .meta span {
    display: inline-block;
    margin-right: 10px
}

.recent-posts-footer li .meta i {
    margin: 0 5px 0 0
}

.footer-top-4 {
    background: #424242 url(../images/patterns/bg16.png)
}

.footer-top-4 p,
.footer-top-4 ul.footer-menu a,
.footer-top.footer-top-4 .footer-menu a:before {
    color: #ccc
}

.footer-top-4 ul.footer-menu a:hover,
.footer-top.footer-top-4 .footer-menu a:hover:before {
    color: #fff
}

.footer-top-4 .foot-logo {
    height: 52px;
    text-align: center
}

.footer-top-4 .copyrights,
.footer-top-4 .footer-menu-inline {
    background: #1d1d1d;
    padding-right: 15px;
    padding-left: 15px
}

.footer-top-4 hr {
    border-top: 1px solid #1d1d1d
}

.footer-top-4 .foot-logo {
    background-position: 0 0
}

.footer-top .footer-menu a {
    display: inline-block;
    padding: 7px 0
}

.footer-top .footer-menu a:before {
    display: inline-block;
    margin-right: 7px;
    color: #5b5b5b;
    content: "\f105";
    font-family: FontAwesome
}

.foot-logo {
    height: 40px;
    margin: 0 auto 5px;
    text-align: center
}

footer .NL {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    margin: auto 15px
}

footer .NL .input-box {
    margin-left: 10px;
    padding-left: 25px;
    width: 67%;
    border: 1px solid #3f3f3f;
    border-right: 0;
    background: transparent none;
    color: #fff;
    font-size: 11px
}

footer .NL .txt-box {
    color: #969696;
    font-size: 11px
}

footer .NL:before {
    position: absolute;
    top: 16px;
    left: 24px;
    display: inline-block;
    color: #5c5c5c;
    content: "\f0e0";
    font-family: FontAwesome
}

footer .NL .NL-btn {
    background: #3f3f3f;
    color: #fff
}

footer .NL .Notfication {
    display: none
}

footer .NL .Notfication p {
    color: #333;
    padding: 0 7px;
    font-size: 12px;
    width: 89%;
    line-height: normal;
    margin-top: -28px;
    display: inline-block;
    vertical-align: top
}

footer .NL .Notfication .close-box {
    color: #333
}

footer .no-margin {
    margin: 20px 20px 8px;
    text-align: center;
    font-size: 12px
}

.footer-contact li {
    padding: 7px 0
}

.footer-contact i {
    padding: 0 0 0 12px;
    color: #6a6a6a;
    vertical-align: middle;
    font-size: 18px;
    width: 29px
}

.footer-contact i,
.footer-contact span {
    display: table-cell
}

.copyrights {
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: nowrap;
    font-size: 11px
}

.copyrights a {
    color: #7c7c7c;
    text-decoration: underline
}

.copyrights a:hover {
    text-decoration: none
}

.footer-bottom {
    overflow: auto;
    padding: 15px 0;
    border-top: 1px solid #363636;
    background: #1d1d1d
}

.social-list li {
    float: left;
    margin: 0 1px 0 0;
    font-size: 18px
}

.social-list li a {
    display: block;
    padding: 0;
    color: #737373
}

.social-list li span {
    display: block;
    text-align: center;
    line-height: 33px;
    padding: 0 12px
}

.social-list li a:hover {
    text-decoration: none
}

.hover_links_effect li a {
    margin: 0 6px 0 0;
    font-size: 17px;
    background: #494949;
    border-radius: 50%;
    width: 33px;
    text-align: center;
    display: inline-block;
    color: #b5b5b5;
    overflow: hidden
}

.hover_links_effect li span {
    padding: 0 7px;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.hover_links_effect li:hover span {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.footer-top-4 .hover_links_effect li a {
    background: #1d1d1d
}

.top-bar .social-list li span {
    line-height: 39px
}

.pageWrapper.fixedPage {
    position: relative;
    margin: auto;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2)
}

.bg1 {
    background: #fff url(../images/patterns/bg1.jpg)
}

.bg2 {
    background: #fff url(../images/patterns/bg2.jpg)
}

.bg3 {
    background: #fff url(../images/patterns/bg3.jpg)
}

.bg4 {
    background: #fff url(../images/patterns/bg4.jpg)
}

.bg5 {
    background: #fff url(../images/patterns/bg5.jpg)
}

.bg6 {
    background: #fff url(../images/patterns/bg6.jpg)
}

.bg7 {
    background: #fff url(../images/patterns/bg7.jpg)
}

.bg8 {
    background: #fff url(../images/patterns/bg8.jpg)
}

.bg9 {
    background: #fff url(../images/patterns/bg9.jpg)
}

.bg10 {
    background: #fff url(../images/patterns/bg10.jpg)
}

.bg11 {
    background: #fff url(../images/patterns/bg11.jpg)
}

.bg12 {
    background: #fff url(../images/patterns/bg12.jpg)
}

.bg13 {
    background: #fff url(../images/patterns/bg13.jpg)
}

.bg14 {
    background: #fff url(../images/patterns/bg14.jpg)
}

.bg15 {
    background: #fff url(../images/patterns/bg15.jpg)
}

.bg17 {
    background: #fff url(../images/patterns/bg17.jpg)
}

.bg11,
.bg12,
.bg13,
.bg14,
.bg15 {
    background-attachment: fixed !important;
    background-position: bottom !important;
    background-size: cover !important;
    background-repeat: no-repeat !important
}

.box-top .more-btn:hover,
.project-name:hover,
a.main-color:hover {
    color: #333 !important
}

.top-nav-style3 .top-nav>ul li.current a i,
.top-nav-style3 .top-nav>ul li.selected a i,
.top-nav-style3 .top-nav>ul li a:hover i {
    color: #c2c2c2
}

.head-style2 .mega-menu .div-mega,
.nav-4 .mega-menu .div-mega,
.top-nav-style3 .mega-menu .div-mega {
    top: 50px
}

.head-style2 .right-bar {
    margin: 2px 5px 4px 0
}

.head-style2 .bg-head2 {
    bottom: 0
}

.sticky .top-nav-style3 .mega-menu .div-mega {
    top: 50px !important
}

.nav-4 .top-nav>ul>li>a i {
    display: none
}

.masonry.nobar .post-image {
    max-height: 160px
}

.post-image a .mask {
    top: 3px
}

.news-masnory .gallery li {
    margin: 0 1px 1px 0 !important
}

img {
    vertical-align: middle
}

header.top-head .logo a {
    margin-right: 0;
    margin-left: 0
}

.head-style2 header.top-head .logo a,
.head-style3 header.top-head .logo a,
header.top-head.top-head-4 .logo a {
    margin-left: auto;
    margin-right: auto
}

.portfolio-filterable.full {
    padding: 0 15px
}

.top-nav>ul ul li a i {
    margin-right: 8px;
    font-size: 13px
}

.portfolio-lft-txt {
    max-height: 137px
}

#message {
    margin: 0
}

.img-holder .slick-list {
    margin: 0 !important
}

.img-over.full-hover {
    top: 0;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 100%;
    height: 100%
}

.img-over.full-hover .zoom {
    top: 0;
    left: 0
}

.img-over.full-hover .zoom b {
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -15px;
    margin-left: -15px
}

.sub-menu-dark.top-nav>ul li ul li,
.sub-menu-white.top-nav>ul li ul li {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}

.sub-menu-dark.top-nav>ul li ul li:first-child,
.sub-menu-white.top-nav>ul li ul li:first-child {
    border-top-width: 4px;
    border-top-style: solid
}

.sub-menu-white.top-nav>ul li ul li {
    border-bottom-color: #f2f2f2
}

.sub-menu-white.top-nav>ul li ul li a {
    background: #fff;
    color: #777
}

.sub-menu-white.top-nav li li.current>a,
.sub-menu-white.top-nav li li.selected>a {
    background: #f2f2f2 !important;
    color: #777 !important
}

.sub-menu-white.top-nav>ul li ul li a:hover {
    background: #f2f2f2 !important
}

.sub-menu-white.top-nav>ul ul li a i,
.sub-menu-white.top-nav li li.hasChildren:after {
    color: #c5c5c5
}

.sub-menu-white .div-mega {
    background-color: #fff
}

.sub-menu-dark .div-mega,
.sub-menu-white .div-mega {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    border-top-width: 4px;
    border-top-style: solid
}

.sub-menu-dark .div-mega {
    background-color: #333
}

.sub-menu-dark.top-nav .div-mega ul li:first-child,
.sub-menu-white.top-nav .div-mega ul li:first-child {
    border-top-width: 0
}

.sub-menu-white.top-nav .div-mega h4 {
    background: #eee
}

.sub-menu-dark.top-nav .div-mega h4 {
    background: #111;
    color: #999
}

.sub-menu-dark.top-nav .div-mega ul li,
.sub-menu-white.top-nav .div-mega ul li {
    box-shadow: 0 0 0 transparent
}

.div-mega h4 {
    padding: 12px 15px !important;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px
}

.sub-menu-dark.top-nav>ul li ul li {
    border-bottom-color: #3f3f3f
}

.sub-menu-dark.top-nav>ul li ul li a {
    background: #333;
    color: #ddd
}

.sub-menu-dark.top-nav li li.current>a,
.sub-menu-dark.top-nav li li.selected>a {
    background: #444 !important;
    color: #ddd !important
}

.sub-menu-dark.top-nav>ul li ul li a:hover {
    background: #3f3f3f !important
}

.sub-menu-dark.top-nav>ul ul li a i,
.sub-menu-dark.top-nav li li.hasChildren:after {
    color: #7f7f7f
}

.title-5,
.title-minimal {
    background: #efefef
}

.title-minimal .container {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px
}

.title-minimal .breadcrumbs {
    background: 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    margin: 0
}

.title-minimal .line-separate {
    color: #a5a5a5 !important
}

.title-minimal .breadcrumbs * {
    color: #a5a5a5;
    font-size: 11px
}

.title-minimal .breadcrumbs a:hover {
    color: #a5a5a5
}

.title-minimal h1 {
    font-size: 30px
}

.title-2.center-title .container,
.title-3.center-title .container,
.title-4.center-title .container {
    position: relative;
    padding-bottom: 50px
}

.title-2.center-title .breadcrumbs,
.title-3.center-title .breadcrumbs,
.title-4.center-title .breadcrumbs,
.title-5 .breadcrumbs {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    margin: 0
}

.title-2.center-title .inner-title,
.title-3.center-title .inner-title,
.title-4.center-title .inner-title {
    display: table;
    width: auto;
    margin: auto;
    float: none;
    max-width: 90%
}

.center-title.title-4 h1 {
    display: table;
    margin: 20px auto 5px;
    float: none
}

.title-5 .container {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px
}

.title-5 .inner-title {
    display: table-cell;
    vertical-align: middle
}

.page-title.video-container {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.page-title .highInd {
    z-index: 99999 !important
}

.page-title .YTPOverlay {
    background: rgba(0, 0, 0, .3)
}

.top-nav>ul li ul {
    height: auto;
    max-height: none;
    display: none
}

.top-nav>ul>li>ul>li {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.top-nav ul li li li {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.top-nav ul li li>ul {
    height: auto
}

.top-nav>ul.def-effect li ul {
    height: 0;
    max-height: 0;
    display: block;
    opacity: 0;
    visibility: hidden
}

.top-nav>ul.def-effect>li>ul>li {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg)
}

.top-nav>ul.def-effect>li:hover>ul {
    z-index: 0;
    height: auto;
    max-height: none
}

.top-nav>ul.def-effect li:hover>ul {
    height: auto;
    max-height: none;
    opacity: 1;
    visibility: visible
}

.top-nav>ul.def-effect>li:hover>ul>li {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.top-nav ul.def-effect li li li {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg)
}

.top-nav ul.def-effect li li>ul {
    height: 0
}

.top-nav ul.def-effect li li:hover>ul {
    height: auto
}

.top-nav ul.def-effect li li:hover>ul>li {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.top-nav.mega-menu ul div.div-mega ul {
    height: 100%;
    max-height: none;
    display: block;
    opacity: 1;
    visibility: visible
}

.top-nav>ul li a span {
    position: relative
}

.top-nav>ul li a span .menu-hint {
    position: absolute;
    top: -12px;
    right: -12px;
    left: auto
}

.nav-2 .top-nav>ul>li>a span .menu-hint {
    top: 26px
}

.menu-hint {
    font-size: 9px;
    position: relative;
    top: -5px;
    left: 3px;
    padding: 1px 4px;
    background: #777;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    color: #fff
}

.menu-hint.success {
    background-color: #5cb85c
}

.menu-hint.success:hover {
    background-color: #449d44
}

.menu-hint.info {
    background-color: #5bc0de
}

.menu-hint.info:hover {
    background-color: #31b0d5
}

.menu-hint.warning {
    background-color: #f0ad4e
}

.menu-hint.warning:hover {
    background-color: #ec971f
}

.menu-hint.error {
    background-color: #d9534f
}

.menu-hint.error:hover {
    background-color: #c9302c
}

.post-icon {
    width: 40px;
    height: 40px;
    line-height: 39px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: center;
    font-size: 15px;
    box-shadow: inset 2px 1px 6px 1px rgba(61, 61, 61, .55);
    border-top-left-radius: 3px
}

.post-icon:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #fff;
    content: "";
    display: inline-block
}

.timeline-cell .details-img:after,
.timeline-cell .post-image:after {
    display: none
}

.blog-timeline {
    margin-bottom: 30px
}

.blog-timeline .meta-date {
    display: none
}

.blog-timeline .timeline-left:before {
    display: inline-block;
    width: 0;
    position: absolute;
    left: 39px;
    height: 100%;
    content: " ";
    border-left: 1px dashed #ddd
}

.timeline-left .timeline-cell {
    margin: 0 0 30px 83px;
    position: relative
}

.timeline-left .timeline_date {
    position: absolute;
    width: 117px;
    top: 25px;
    left: -79px
}

.timeline-left .timeline_date:before {
    display: inline-block;
    height: 3px;
    position: absolute;
    top: 50%;
    width: 38%;
    content: " ";
    left: 36px;
    background: #ddd;
    z-index: 0
}

.blog-timeline .timeline-right:before {
    display: inline-block;
    width: 0;
    position: absolute;
    right: 30px;
    height: 100%;
    content: " ";
    border-right: 1px dashed #ddd
}

.timeline-right .timeline-cell {
    margin: 0 83px 30px 0;
    position: relative
}

.timeline-right .timeline_date {
    position: absolute;
    width: 100px;
    top: 25px;
    right: -117px
}

.timeline-right .timeline_date:before {
    display: inline-block;
    height: 3px;
    position: absolute;
    top: 50%;
    width: 48%;
    content: " ";
    right: 70px;
    background: #ddd;
    z-index: 0
}

.timeline-cell .post-item {
    padding: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    border: 1px solid #ddd;
    border-radius: 3px
}

.timeline-cell .post-info h2 {
    text-align: center
}

.timeline-cell .post-meta {
    border-bottom-width: 0 !important;
    display: table;
    margin: auto;
    max-width: 94%
}

.timeline-cell .cont {
    display: none
}

.timeline-cell .post-content p {
    padding: 0 15px 15px
}

.timeline-left {
    margin: 0
}

.inner_date {
    width: 70px;
    height: 70px;
    text-align: center;
    background: #fff;
    border: 4px solid #ddd;
    border-radius: 50%;
    display: block;
    padding: 3px 0 0;
    position: relative;
    z-index: 2
}

.inner_date .day {
    font-size: 30px;
    display: block
}

.inner_date .month {
    margin-top: -11px;
    display: block
}

.timeline_date .year {
    position: absolute;
    top: 59px;
    font-size: 11px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    left: 15px;
    z-index: 5
}

.timeline_no_bar.blog-timeline:before {
    display: inline-block;
    width: 0;
    position: absolute;
    left: 50%;
    height: 100%;
    content: " ";
    border-left: 1px dashed #ddd;
    margin-left: -1px;
    z-index: 0
}

.timeline_no_bar .timeline-cell {
    margin: 0 0 30px 83px;
    position: relative
}

.timeline_no_bar .timeline_date {
    position: absolute;
    width: 117px;
    top: 25px
}

.timeline_no_bar .timeline_date:before {
    display: inline-block;
    height: 3px;
    position: absolute;
    top: 50%;
    width: 50%;
    content: " ";
    left: 12px;
    background: #ddd;
    z-index: -1
}

.timeline_no_bar .blog-timeline:before {
    display: inline-block;
    width: 0;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    height: 96.5%;
    content: " ";
    border-left: 1px dashed #ddd
}

.timeline_no_bar .timeline-cell {
    width: 42.7%;
    margin: 0 15px 30px;
    float: left;
    position: relative
}

.timeline_no_bar .timeline-cell:nth-child(odd) {
    float: left
}

.timeline_no_bar .timeline-cell:nth-child(2n+3) {
    clear: both
}

.timeline_no_bar .timeline-cell:nth-child(even) {
    float: right;
    margin-bottom: 0;
    margin-top: 50px
}

.timeline_no_bar .timeline-cell:nth-child(even) .timeline_date {
    left: -105px;
    top: 130px
}

.timeline_no_bar .side-timeline .timeline-cell:nth-child(even) .timeline_date {
    left: -92px
}

.timeline_no_bar .timeline-cell:nth-child(even) .timeline_date:before {
    right: 12px;
    left: auto
}

.timeline_no_bar .timeline_no_bar .timeline-cell:nth-child(even) .timeline_date {
    right: auto;
    top: 155px
}

.timeline_no_bar .timeline-cell:nth-child(odd) .timeline_date {
    right: -104px
}

.timeline_no_bar .side-timeline .timeline-cell:nth-child(odd) .timeline_date {
    right: -143px
}

.timeline_no_bar .timeline-cell:nth-child(odd) .timeline_date .inner_date {
    float: right
}

.timeline_no_bar .timeline-cell:nth-child(even) .timeline_date .year {
    left: 14px
}

.timeline_no_bar .year {
    left: 62px
}

.timeline_no_bar .timeline-cell .post-item {
    min-height: 250px
}

.timeline-left .cont,
.timeline-right .cont {
    display: block;
    padding: 15px
}

.sticky-post .post-item {
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    padding: 15px;
    background: #f4f4f4
}

.post-gallery {
    display: table;
    margin: auto
}

.gallery-columns-5 .gallery-item {
    width: 19%
}

.gallery-item {
    float: left;
    margin: 0 1px 1px 0;
    position: relative;
    overflow: hidden
}

.gallery-caption {
    background-color: rgba(0, 0, 0, .7);
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease
}

.gallery-item:hover .gallery-caption {
    opacity: 1
}

.accordion.style-2 h3 a,
.accordion.style-2 h3 u {
    border: 0
}

.accordion.style-2 h3 a {
    line-height: 37px;
    background: 0 0
}

.accordion.style-2 li>h3 u {
    float: right;
    margin: 13px 10px 0;
    padding: 0;
    background: 0 0 !important;
    color: #a8a8a8 !important;
    font-size: 12px
}

.accordion.style-2 h3 {
    border: 1px solid #ddd;
    border-radius: 3px
}

.accordion.style-2 li.active h3 {
    background: #f1f1f1
}

.accordion.style-2 .accordion-panel {
    margin: 15px 0;
    padding: 0 5px;
    border-left: 0
}

.btn {
    border-radius: 3px
}

.btn-lg {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 1.33
}

.btn-sm {
    padding: 5px 10px
}

.btn-sm,
.btn-xs {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px
}

.btn-square {
    border-radius: 0
}

.btn-square_outlined {
    border-radius: 0;
    background: 0 0 !important;
    border: 2px solid;
    text-shadow: none !important
}

.btn-round {
    border-radius: 25px
}

.btn-outlined {
    background: 0 0 !important;
    border: 2px solid;
    text-shadow: none !important
}

.btn-skew {
    -webkit-transform: skew(-20deg, 0) !important;
    transform: skew(-20deg, 0) !important;
    margin: 0 10px
}

.btn-skew span {
    -webkit-transform: skew(20deg, 0) !important;
    transform: skew(20deg, 0) !important
}

.btn-green {
    background-color: #6dab3c;
    color: #fff !important;
    -webkit-transition: all .5s;
    transition: all .5s
}

.btn-green:hover {
    background-color: #5f9434;
    color: #f7f7f7 !important
}

.btn-green.btn-outlined,
.btn-green.btn-square_outlined {
    color: #6dab3c !important;
    border-color: #6dab3c
}

.btn-green.btn-3d {
    box-shadow: 0 5px 0 #53812d;
    margin-bottom: 5px
}

.btn-white {
    background-color: #fff;
    color: #666 !important;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-shadow: none !important
}

.btn-white:hover {
    background-color: #f0f0f0;
    color: #5e5e5e !important
}

.btn-white.btn-outlined,
.btn-white.btn-square_outlined {
    color: #fff !important;
    border-color: #fff
}

.btn-white.btn-3d {
    box-shadow: 0 5px 0 #e3e3e3;
    margin-bottom: 5px
}

.btn-default {
    color: #7d7d7d;
    background-color: #fff;
    border-color: transparent
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #7d7d7d;
    background-color: #e6e6e6;
    border-color: transparent
}

.btn-default .badge {
    color: #fff;
    background-color: #7d7d7d
}

.btn-primary {
    color: #fff;
    background-color: #00aef0;
    border-color: transparent
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #0089bd;
    border-color: transparent
}

.btn-primary .badge {
    color: #00aef0;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: transparent
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: transparent
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: transparent
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: transparent
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: transparent
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: transparent
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: transparent
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: transparent
}

i.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    margin-left: 5px
}

.btn-default {
    color: #fff !important;
    background-color: #777 !important;
    border-color: transparent
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-border {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff
}

.btn-border.active,
.btn-border.focus,
.btn-border:active,
.btn-border:focus,
.btn-border:hover {
    color: #ddd;
    background-color: transparent;
    border-color: #ddd
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-xl,
.tp-caption a.btn-xl {
    padding: 25px 50px !important;
    font-size: 17px
}

.btn-border {
    color: #fff
}

.button-group .btn {
    margin: 5px
}

.divider {
    position: relative;
    height: 35px;
    overflow: hidden;
    text-align: center
}

.divider-1:before,
.divider-6:after,
.divider-6:before,
.divider-10:after,
.divider-10:before {
    position: relative;
    top: 17px;
    width: 100%;
    height: 1px;
    content: "";
    background: #e8e8e8;
    display: table
}

.divider-1 .divid_before {
    font-size: 21px;
    margin-left: 46.4%;
    color: #d5d5d5;
    margin-top: -2px
}

.divider-1 .divid_after {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    float: right;
    font-size: 21px;
    color: #d5d5d5;
    margin-right: 46.4%;
    margin-top: -2px
}

.divider-2:before,
.divider-4:before,
.divider-5:before {
    left: -20px
}

.divider-2:after,
.divider-2:before,
.divider-4:before,
.divider-5:before {
    position: absolute;
    top: 17px;
    width: 50%;
    height: 1px;
    content: "";
    background: #e8e8e8;
    display: inline-block
}

.divider-2:after {
    left: auto;
    right: -20px
}

.divider-3:before {
    left: 30px
}

.divider-3:after,
.divider-3:before {
    position: absolute;
    top: 17px;
    width: 50%;
    height: 1px;
    content: "";
    background: #e8e8e8;
    display: inline-block
}

.divider-3:after {
    left: auto;
    right: 30px
}

.divider-4:before {
    margin-left: 45px;
    width: 100%
}

.divider-5:before {
    margin-right: 30px;
    width: 100%;
    right: 0;
    left: auto
}

.divider-6:before {
    width: 20%;
    left: 30%;
    margin-left: -25px
}

.divider-6:after {
    width: 20%;
    right: 30%;
    margin-right: -25px;
    left: auto;
    position: absolute
}

.divid_left,
.divid_right {
    position: absolute;
    top: 8px;
    color: #dfdfdf;
    font-size: 20px;
    left: 0
}

.divid_right {
    right: 0;
    left: auto
}

.divid_center {
    display: table;
    margin: 6px auto;
    color: #dfdfdf;
    font-size: 20px
}

.lg-fa {
    font-size: 28px
}

.divider-7,
.divider-8,
.divider-9 {
    position: relative;
    display: block;
    overflow: visible;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #eeeded
}

.divider-7:before {
    left: 0
}

.divider-7:after,
.divider-7:before {
    position: absolute;
    top: -1px;
    display: inline-block;
    width: 20%;
    height: 1px;
    content: ""
}

.divider-7:after {
    right: 0
}

.divider-8 span {
    top: -1px;
    width: 30%;
    left: 35%
}

.divider-8 span,
.divider-9:before {
    position: absolute;
    right: 0;
    display: inline-block;
    height: 1px;
    content: ""
}

.divider-9:before {
    top: -4px;
    width: 40%;
    left: 30%;
    background: #ddd
}

.divider-9 span:before {
    top: -1px;
    width: 30%;
    left: 35%
}

.divider-9 span:after,
.divider-9 span:before {
    position: absolute;
    right: 0;
    display: inline-block;
    height: 1px;
    content: "";
    background: #ddd
}

.divider-9 span:after {
    top: 2px;
    width: 20%;
    left: 40%
}

.divider-9:after {
    position: absolute;
    top: 5px;
    right: 0;
    display: inline-block;
    width: 10%;
    height: 1px;
    content: "";
    left: 45%;
    background: #ddd
}

.divider-10:before {
    width: 20%;
    left: 30%;
    margin-left: -25px
}

.divider-10:after {
    width: 20%;
    right: 30%;
    margin-right: -25px;
    left: auto;
    position: absolute
}

.block-head.right-head {
    text-align: right
}

.block-head.right-head:before {
    right: 20px;
    left: auto
}

.block-head.right-head:after {
    right: 0;
    left: auto
}

.block-head.style2 {
    border-bottom: 0
}

.block-head.style2.center {
    display: block
}

.block-head.style2.center span {
    padding: 0 20px
}

.block-head.style2 span {
    display: inline-block;
    padding-right: 15px;
    background: #fff;
    position: relative;
    z-index: 1
}

.block-head.style2.right-head span {
    padding-left: 15px;
    padding-right: 0
}

.block-head.style2:before {
    display: none
}

.block-head.style2:after {
    border-top: 8px solid #efefef;
    width: 100%;
    top: 50%;
    bottom: auto;
    z-index: 0;
    left: 0;
    background: 0 0;
    margin: -12px 0 0
}

.block-head.style3 {
    border-bottom: 0
}

.block-head.style3.center {
    display: block
}

.block-head.style3.center span {
    padding: 0 20px
}

.block-head.style3 span {
    display: inline-block;
    padding-right: 15px;
    background: #fff;
    position: relative;
    z-index: 1
}

.block-head.style3.right-head span {
    padding-left: 15px;
    padding-right: 0
}

.block-head.style3:before {
    display: none
}

.block-head.style3:after {
    width: 100%;
    top: 30%;
    bottom: auto;
    z-index: 0;
    left: 0;
    margin: 0
}

.block-head.style4 {
    display: table
}

.block-head.style4.center:before {
    left: 50%;
    margin-left: -10%
}

.block-head.style4.center span {
    padding: 0 20px
}

.block-head.style4 span {
    display: inline-block;
    padding: 0;
    position: relative;
    z-index: 1
}

.block-head.style4.right-head span {
    padding-left: 15px;
    padding-right: 0;
    position: relative
}

.block-head.style4:after {
    display: none
}

.block-head.style4:before {
    left: 0;
    width: 20%;
    height: 3px;
    bottom: -2px
}

.block-head.style5 {
    overflow: hidden;
    padding-bottom: 7px;
    border-bottom-width: 3px
}

.block-head.style5.center {
    display: block
}

.block-head.style5.center span {
    padding: 0 20px
}

.block-head.style5 span {
    display: inline-block;
    padding: 0;
    position: relative;
    z-index: 1
}

.block-head.style5.right-head span {
    padding-left: 15px;
    padding-right: 0;
    position: relative
}

.block-head.style5:after,
.block-head.style5:before {
    display: none
}

.block-head.style6.center:after {
    left: 50%;
    margin-left: -10%
}

.block-head.style6.center span {
    padding: 0 20px
}

.block-head.style6 span {
    display: inline-block;
    padding-right: 15px;
    position: relative;
    z-index: 1
}

.block-head.style6.right-head span {
    padding-left: 15px;
    padding-right: 0
}

.block-head.style6:before {
    display: none
}

.block-head.style6:after {
    width: 8%;
    left: 0;
    margin: 0;
    height: 1px;
    bottom: -1px
}

.block-head.style7,
.block-head.style8 {
    border-bottom: 0;
    padding-bottom: 0
}

.block-head.style7:after,
.block-head.style7:before,
.block-head.style8:after,
.block-head.style8:before {
    display: none
}

.block-head.style7 {
    color: #555;
    padding: 0 20px;
    border-left-width: 6px;
    border-left-style: solid
}

.block-head i {
    margin-right: 10px
}

.levels.style-2 .level-out,
.levels.style-3 .level-out,
.levels.style-5 .level-out,
.levels.style-6 .level-out {
    background: #f7f7f7;
    position: relative;
    margin-bottom: 11.66666667px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    border-radius: 3px
}

.levels.style-3 .level-out {
    background: #eee
}

.levels.style-5 .level-out,
.levels.style-6 .level-out {
    background: #efefef;
    border-radius: 25px;
    margin-bottom: 20px
}

.levels.style-5 .level-in {
    border-radius: 25px;
    height: 17px
}

.levels.style-6 .level-in {
    border-radius: 25px;
    height: 10px
}

.levels.style-2 .level-out span,
.levels.style-3 .level-out span {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background: 0 0
}

.levels.style-2 .level-in,
.levels.style-3 .level-in {
    border-radius: 3px;
    height: 24px
}

.levels.style-2 .level-out span {
    line-height: 24px
}

.levels.style-3 .level-in {
    height: 35px
}

.levels.style-3 .level-out span {
    line-height: 35px
}

.levels.style-2 .level-in:before,
.levels.style-2 .level-out:after,
.levels.style-2 .level-out span:before,
.levels.style-3 .level-in:before,
.levels.style-3 .level-out:after,
.levels.style-3 .level-out span:before,
.levels.style-4 .level-in:before,
.levels.style-4 .level-out:after,
.levels.style-4 .level-out span:before,
.levels.style-5 .level-in:before,
.levels.style-5 .level-out:after,
.levels.style-5 .level-out span:before,
.levels.style-6 .level-in:before,
.levels.style-6 .level-out:after,
.levels.style-6 .level-out span:before {
    display: none
}

.levels.style-4 .level-out span {
    top: -24px;
    right: 0;
    background: #adadad;
    color: #fff;
    text-align: center;
    padding: 0 5px;
    width: auto
}

.levels.style-5 .level-out span,
.levels.style-6 .level-out span {
    top: -24px;
    right: 0;
    background: 0 0;
    width: auto;
    text-align: right
}

.orange-bar {
    background: #faa732 !important
}

.green-bar {
    background: #5bb75b !important
}

.turquoise-bar {
    background: #49afcd !important
}

.blue-bar {
    background: #0074cc !important
}

.box.rounded .close-box {
    right: 1.2em;
    border-radius: 50%;
    top: 4px
}

.rounded {
    border-top-left-radius: 5em;
    border-bottom-left-radius: 5em;
    border-top-right-radius: 5em;
    border-bottom-right-radius: 5em;
    padding: 1.5em 2em
}

.box.round .close-box,
.round {
    border-radius: 5px
}

.parallax {
    -webkit-transition: background-position .2s linear;
    transition: background-position .2s linear
}

.product-specs a.btn {
    text-shadow: none
}

.fx {
    opacity: 0
}

.animated {
    opacity: 1
}

.marginBottom {
    margin-bottom: 20px
}

.autoMargin {
    float: none !important;
    margin: auto
}

.btn,
.fun-title,
.r-more,
button {
    text-transform: uppercase
}

.right {
    float: right !important
}

.left {
    float: left
}

.hidden {
    display: none
}

.visible {
    display: block
}

.sectionWrapper {
    padding: 80px 0
}

.page-section,
.scroll-section {
    padding: 140px 0
}

.icon-middle {
    display: table;
    margin: auto;
    margin-bottom: 20px;
    padding: 1px 15px;
    font-size: 35px
}

.skew-5 {
    -webkit-transform: skew(-5deg, 0);
    transform: skew(-5deg, 0)
}

.skew5 {
    -webkit-transform: skew(5deg, 0);
    transform: skew(5deg, 0)
}

.skew-10 {
    -webkit-transform: skew(-10deg, 0);
    transform: skew(-10deg, 0)
}

.skew10 {
    -webkit-transform: skew(10deg, 0);
    transform: skew(10deg, 0)
}

.skew-15 {
    -webkit-transform: skew(-15deg, 0);
    transform: skew(-15deg, 0)
}

.skew15 {
    -webkit-transform: skew(15deg, 0);
    transform: skew(15deg, 0)
}

.skew-20 {
    -webkit-transform: skew(-20deg, 0);
    transform: skew(-20deg, 0)
}

.skew20 {
    -webkit-transform: skew(20deg, 0);
    transform: skew(20deg, 0)
}

.skew-25 {
    -webkit-transform: skew(-25deg, 0);
    transform: skew(-25deg, 0)
}

.skew25 {
    -webkit-transform: skew(25deg, 0);
    transform: skew(25deg, 0)
}

.width-10 {
    width: 10px
}

.width-20 {
    width: 20px
}

.width-30 {
    width: 30px
}

.width-40 {
    width: 40px
}

.width-50 {
    width: 50px
}

.width-60 {
    width: 60px
}

.width-70 {
    width: 70px
}

.width-80 {
    width: 80px
}

.width-90 {
    width: 90px
}

.width-100 {
    width: 100px
}

.width-110 {
    width: 110px
}

.width-120 {
    width: 120px
}

.width-130 {
    width: 130px
}

.width-140 {
    width: 140px
}

.width-150 {
    width: 150px
}

.padd-top-0 {
    padding-top: 0
}

.padd-top-5 {
    padding-top: 5px
}

.padd-top-10 {
    padding-top: 10px
}

.padd-top-15 {
    padding-top: 15px
}

.padd-top-20 {
    padding-top: 20px
}

.padd-top-25 {
    padding-top: 25px
}

.padd-top-30 {
    padding-top: 30px
}

.padd-top-35 {
    padding-top: 35px
}

.padd-top-40 {
    padding-top: 40px
}

.padd-top-45 {
    padding-top: 45px
}

.padd-top-50 {
    padding-top: 50px
}

.padd-bottom-0 {
    padding-bottom: 0
}

.padd-bottom-5 {
    padding-bottom: 5px
}

.padd-bottom-10 {
    padding-bottom: 10px
}

.padd-bottom-15 {
    padding-bottom: 15px
}

.padd-bottom-20 {
    padding-bottom: 20px
}

.padd-bottom-25 {
    padding-bottom: 25px
}

.padd-bottom-30 {
    padding-bottom: 30px
}

.padd-bottom-35 {
    padding-bottom: 35px
}

.padd-bottom-40 {
    padding-bottom: 40px
}

.padd-bottom-45 {
    padding-bottom: 45px
}

.padd-bottom-50 {
    padding-bottom: 50px
}

.padd-vertical-0 {
    padding: 0
}

.padd-vertical-5 {
    padding: 5px 0
}

.padd-vertical-10 {
    padding: 10px 0
}

.padd-vertical-15 {
    padding: 15px 0
}

.padd-vertical-20 {
    padding: 20px 0
}

.padd-vertical-25 {
    padding: 25px 0
}

.padd-vertical-30 {
    padding: 30px 0
}

.padd-vertical-35 {
    padding: 35px 0
}

.padd-vertical-40 {
    padding: 40px 0
}

.padd-vertical-45 {
    padding: 45px 0
}

.padd-vertical-50 {
    padding: 50px 0
}

.padd-horizontal-0 {
    padding: 0
}

.padd-horizontal-5 {
    padding: 0 5px
}

.padd-horizontal-10 {
    padding: 0 10px
}

.padd-horizontal-15 {
    padding: 0 15px
}

.padd-horizontal-20 {
    padding: 0 20px
}

.padd-horizontal-25 {
    padding: 0 25px
}

.padd-horizontal-30 {
    padding: 0 30px
}

.padd-horizontal-35 {
    padding: 0 35px
}

.padd-horizontal-40 {
    padding: 0 40px
}

.padd-horizontal-45 {
    padding: 0 45px
}

.padd-horizontal-50 {
    padding: 0 50px
}

.margin-top-0 {
    margin-top: 0
}

.margin-top-5 {
    margin-top: 5px
}

.margin-top-10 {
    margin-top: 10px
}

.margin-top-15 {
    margin-top: 15px
}

.margin-top-20 {
    margin-top: 20px
}

.margin-top-25 {
    margin-top: 25px
}

.margin-top-30 {
    margin-top: 30px
}

.margin-top-35 {
    margin-top: 35px
}

.margin-top-40 {
    margin-top: 40px
}

.margin-top-45 {
    margin-top: 45px
}

.margin-top-50 {
    margin-top: 50px
}

.margin-bottom-0 {
    margin-bottom: 0
}

.margin-bottom-5 {
    margin-bottom: 5px
}

.margin-bottom-10 {
    margin-bottom: 10px
}

.margin-bottom-15 {
    margin-bottom: 15px
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.margin-bottom-25 {
    margin-bottom: 25px
}

.margin-bottom-30 {
    margin-bottom: 30px
}

.margin-bottom-35 {
    margin-bottom: 35px
}

.margin-bottom-40 {
    margin-bottom: 40px
}

.margin-bottom-45 {
    margin-bottom: 45px
}

.margin-bottom-50 {
    margin-bottom: 50px
}

[class*=margin-]:after,
[class*=padd-]:after {
    display: block;
    clear: both;
    content: ""
}

.pager {
    margin: 0 15px;
    background: #eee
}

.pager ul {
    display: table;
    margin: auto
}

.pager ul li {
    float: left;
    margin: 0 1px 0 0;
    background: #777
}

.pager ul li a,
.pager ul li span {
    display: block;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    line-height: 38px
}

.pager ul li i {
    font-weight: 700;
    font-size: 140%
}

.pager ul li.selected a,
.pager ul li.selected span,
.pager ul li:hover a {
    color: #fff
}

#map {
    height: 450px
}

.noScroll {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap
}

#map img {
    max-width: none
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.clearfix:after,
.container:after,
.row:after {
    clear: both
}

.masonry .post-item,
[class*=cell-] {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.cell-12 {
    width: 100%
}

.cell-11 {
    width: 91.66666667%
}

.cell-10 {
    width: 83.33333333%
}

.cell-9 {
    width: 75%
}

.cell-8 {
    width: 66.66666667%
}

.cell-7 {
    width: 58.33333333%
}

.cell-6,
.masonry .post-item {
    width: 50%
}

.cell-5 {
    width: 41.66666667%
}

.cell-4,
.masonry.nobar .post-item {
    width: 33.33333333%
}

.cell-3 {
    width: 25%
}

.cell-2 {
    width: 16.66666667%
}

.cell-1 {
    width: 8.33333333%
}

.menuBtn,
.responsive-nav,
.responsive-one {
    display: none
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }

    .pageWrapper.fixedPage {
        width: 1170px;
        margin: 20px auto;
        border-radius: 10px;
        border-top-width: 2px;
        border-top-style: solid
    }

    .fixedPage .login-box,
    .fixedPage .top-bar {
        border-top-right-radius: 10px;
        border-top-left-radius: 10px
    }
}

@media(max-width:1024px) {
    .dark-bg h2 {
        font-size: 20px
    }

    .head2-lft-links {
        float: right !important;
        width: auto !important
    }

    .head2-lft-links li,
    .head-style2 .right-bar {
        float: left !important
    }

    .bg-head2 {
        display: none
    }

    .head2-lft-links li i {
        margin-right: 10px;
        float: left;
        margin-top: 4px
    }

    .head-style2 .top-menu {
        margin: auto;
        float: none !important;
        clear: both !important
    }

    .top-nav>ul>li>a {
        padding-right: 13px;
        padding-left: 13px
    }

    .side-heading {
        font-size: 26px
    }

    .team-box .team-socials li a {
        font-size: 15px;
        padding: 3px 5px
    }

    .pageWrapper.fixedPage {
        width: auto
    }

    .masonry .post-image {
        max-height: 138px !important;
        overflow: hidden
    }

    footer .NL .input-box,
    footer .NL .NL-btn,
    footer .NL .NL-btn .btn,
    footer .NL .txt-box {
        transform: skew(0deg, 0);
        -webkit-transform: skew(0deg, 0);
        -moz-transform: skew(0deg, 0);
        -o-transform: skew(0deg, 0);
        -ms-transform: skew(0deg, 0)
    }

    footer .NL .input-box {
        margin: 0;
        padding-left: 10px
    }

    footer .NL:before {
        left: 7px
    }
}

@media(max-width:1188px) {
    .masonry .post-image {
        max-height: 137px
    }
}

@media(max-width:1070px) {
    .testimonials-img {
        max-width: 60px
    }

    .masonry .post-image {
        max-height: 167px
    }
}

@media(max-width:992px) {

    .masonry.nobar .post-item,
    .masonry .post-image img,
    .masonry .post-item,
    [class*=cell-] {
        width: 100%;
        float: none;
        clear: both
    }

    .masonry .post-image,
    .masonry .post-image img {
        height: auto
    }

    .staff-3 [class*=cell-] {
        margin-top: 10px
    }

    .staff-3 [class*=cell-]:first-child {
        margin-top: 0
    }

    header.top-head .logo {
        margin-bottom: 20px
    }

    header.top-head .logo a {
        background-position: 50% 0 !important;
        margin-bottom: 15px
    }

    .toolsBar .left,
    .top-bar [class*=cell-] {
        clear: none !important;
        float: left !important;
        width: auto !important
    }

    .top-bar .cell-5 {
        display: none
    }

    .toolsBar .right,
    .top-bar .right-bar {
        float: right !important
    }

    .toolsBar .right {
        clear: none !important;
        width: auto !important
    }

    .top-menu {
        float: none !important;
        display: table;
        margin: auto
    }

    .footer-top .cell-3,
    .service-box-1,
    .service-box-2 {
        margin-top: 20px
    }

    .footer-top .cell-3:first-child,
    .service-box-1:first-child,
    .service-box-2:first-child {
        margin-top: 0
    }

    .staff-1 .cell-2 {
        width: 50%;
        float: left;
        clear: none
    }

    .staff-1 .cell-4 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .portfolio-items>div {
        width: 32%;
        float: left;
        clear: none
    }

    .img-over {
        top: -69%;
        left: -46%;
        width: 220%;
        height: 220%;
        -webkit-transform: rotate(-34deg);
        transform: rotate(-34deg)
    }

    .img-over a.link b {
        left: 42%;
        top: 79%
    }

    .img-over a b {
        left: 57%;
        top: 11%
    }

    .copyrights {
        text-align: center
    }

    .rit-dark,
    .social-list {
        float: none !important;
        display: table;
        margin: auto;
        width: auto
    }

    .right-sidebar {
        margin-top: 50px
    }

    .top-nav>ul>li>a i:after {
        display: none
    }

    #vertical-ticker {
        height: 90px
    }

    .viewAll {
        padding: 0 0 10px;
        overflow: hidden
    }

    .homeGallery .slick-next,
    .homeGallery .slick-prev {
        top: -38px
    }

    .homeGallery .slick-prev {
        right: 26px;
        left: auto
    }

    .homeGallery .slick-next {
        left: auto;
        right: -5px
    }

    .plan-title {
        height: auto !important;
        padding: 20px 0;
        font-size: 250%
    }

    .lft-plan .plan-year {
        right: -42px
    }

    .rit-plan .plan-year {
        left: -47px
    }

    .plan-year {
        bottom: 30px
    }

    .shop-item,
    .team-boxes [class*=cell-] {
        float: left;
        width: 33%;
        clear: none
    }

    .team-boxes-2 [class*=cell-] {
        float: left;
        width: 50%;
        clear: none
    }

    header.top-head .logo a {
        margin: auto
    }

    .portfolio-img-slick {
        margin-bottom: 20px
    }

    .project-info {
        margin-top: 20px
    }

    .accordion li>h3 a {
        width: 80%
    }

    .my-details [class*=cell-] {
        float: right;
        width: 33%;
        clear: none
    }

    .btn.ExtraLargeBtn {
        margin: 20px auto 0;
        width: 60%
    }

    .blog-thumbs .post-image {
        max-height: none
    }

    .blog-thumbs .post-image,
    .masonry .post-image {
        max-height: 177px;
        overflow: hidden
    }

    .blog-thumbs .post-image img,
    .masonry .post-image img {
        width: 100%
    }

    .our_gallery div.content {
        margin-bottom: 15px;
        padding: 0
    }
}

@media(max-width:768px) {

    .gray-nav,
    .head-style2 .right-bar,
    .left-side-header,
    .right-side-header,
    .top-bar .cell-5,
    .top-menu {
        display: none !important
    }

    .left-side-wrap,
    .right-side-wrap {
        margin: 0
    }

    .pageWrapper,
    .pageWrapper.fixedPage {
        z-index: 9;
        position: relative;
        background: #fff
    }

    .pageWrapper.fixedPage {
        margin: 0 !important
    }

    body {
        overflow-x: hidden
    }

    .responsive-nav {
        position: fixed;
        width: 60%;
        overflow: auto;
        left: -60%;
        top: 0;
        height: 100%;
        z-index: 9999;
        display: block;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease
    }

    .responsive-nav.showNav {
        z-index: 6666;
        left: 0
    }

    .res-act {
        left: 0
    }

    .one-page header.top-head .logo {
        margin-bottom: 0
    }

    .one-page .menuBtn {
        position: fixed !important
    }

    .colBody:before {
        content: "";
        background: rgba(0, 0, 0, .8);
        position: fixed;
        width: 100%;
        height: 100%;
        display: inline-block;
        z-index: 99999
    }

    .menuBtn {
        z-index: 999
    }

    .menuBtn,
    .menuBtnOne {
        padding: 9px 12px 8px;
        margin: 0;
        cursor: pointer;
        top: 0;
        left: 0;
        position: absolute;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        display: block
    }

    .menuBtnOne {
        z-index: 999999
    }

    .menuBtnOneTogg {
        left: 160px
    }

    .responsive-one {
        position: fixed;
        z-index: 9999999;
        top: 12px;
        display: block
    }

    .responsive-one ul {
        left: -160px;
        z-index: 9999999;
        width: 160px
    }

    .responsive-nav ul li span.collapse,
    .responsive-one ul {
        position: absolute;
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease
    }

    .responsive-nav ul li span.collapse {
        right: 10px;
        z-index: 999;
        top: 10px;
        cursor: pointer
    }

    .responsive-nav ul li span.collapse:before {
        content: "\f107";
        font-family: FontAwesome;
        display: inline-block;
        width: 20px;
        height: 20px;
        top: 10px;
        border-radius: 50%;
        background: #eaeaea;
        color: #000;
        text-align: center;
        line-height: 20px
    }

    .responsive-nav ul li li span.collapse:before {
        border-radius: 0
    }

    .responsive-nav ul li.current>span.collapse:before {
        content: "\f106"
    }

    .responsive-nav ul li ul {
        background: #fff
    }

    .responsive-nav ul li ul li {
        border-top-color: #eee
    }

    .responsive-nav ul li ul li a {
        color: #333
    }

    .responsive-one ul li.current a {
        background: #333
    }

    .showOne {
        left: 0 !important
    }

    .menuBtn-selected {
        margin-left: 60%
    }

    .menuBtn-selected i:before,
    .menuBtnOneTogg i:before {
        content: "\f00d"
    }

    .menuBtn:focus,
    .menuBtn:hover {
        color: #fff
    }

    .menuBtn i {
        font-size: 21px
    }

    .responsive-nav h3 {
        color: #fff;
        margin: 0;
        padding: 15px;
        font-size: 100%;
        text-transform: uppercase;
        font-weight: 700
    }

    .responsive-nav ul li,
    .responsive-one ul li {
        position: relative;
        border-top: 1px solid hsla(0, 0%, 100%, .1)
    }

    .responsive-nav ul li a,
    .responsive-one ul li a {
        display: block;
        color: #fff;
        font-size: 14px;
        outline: none;
        padding: 10px 15px;
        text-transform: uppercase
    }

    .responsive-nav ul li a i,
    .responsive-one ul li a i {
        margin-right: 10px
    }

    .responsive-nav>ul>li.selected {
        background: #9e9e9e
    }

    .responsive-nav ul li a:hover {
        text-decoration: none
    }

    .responsive-nav ul li div.div-mega,
    .responsive-nav ul li ul {
        display: none
    }

    .div-mega-section {
        float: none;
        width: 100%;
        margin: 0 !important
    }

    .div-mega-section h4 {
        margin: 0;
        padding: 10px;
        background: #eee
    }

    .div-mega-section ul {
        display: block !important
    }

    .responsive-nav ul li ul li a {
        font-size: 13px;
        text-transform: none
    }

    .responsive-nav ul li ul li.selected {
        background: #e8e8e8
    }

    .responsive-nav ul ul ul {
        padding-left: 25px
    }

    .responsive-nav ul ul ul li a {
        font-size: 11px
    }

    .portfolio-items>div {
        width: 48%;
        float: left;
        clear: none
    }

    .err-404:before {
        left: 44.5%
    }

    .steps li {
        display: block;
        width: 100%;
        margin: 0 0 5px
    }

    .top-nav-style3 {
        display: none
    }

    .team-box-2 {
        margin-bottom: 70px
    }

    #vertical-ticker {
        height: 60px
    }

    .shop-item,
    .team-boxes [class*=cell-] {
        float: left;
        width: 50%;
        clear: none
    }

    .head-style3 header.top-head {
        margin: 0
    }

    header.top-head .logo {
        margin-bottom: 0
    }
}

@media(max-width:640px) {

    .pager,
    .pager * {
        transform: skew(0deg, 0);
        -webkit-transform: skew(0deg, 0);
        -moz-transform: skew(0deg, 0);
        -o-transform: skew(0deg, 0);
        -ms-transform: skew(0deg, 0)
    }

    .pager ul li a,
    .pager ul li span {
        padding: 0 15px !important
    }

    .icon-cont:after {
        border-width: 5px 5px 0;
        bottom: -5px
    }

    .plan-block {
        padding: 20px 10px 0 !important
    }

    .lft-plan .plan-year {
        right: 0
    }

    .rit-plan .plan-year {
        left: 0
    }

    .levels-2 li {
        display: block;
        float: none;
        margin: 0 0 30px;
        text-align: center;
        width: 100%
    }

    .level-out-2 {
        display: table;
        margin: auto
    }

    .comment-content p {
        padding-left: 0;
        padding-top: 15px;
        clear: both
    }

    ul.child-comment {
        margin-left: 37px
    }

    ul.child-comment li:before {
        top: 35px
    }

    ul.child-comment li:after {
        height: 110%;
        top: -94%
    }

    article.comment {
        overflow: hidden
    }

    .comment-author {
        background: transparent none
    }

    .author-name {
        margin: 0;
        padding: 0;
        float: none
    }

    .comment-reply {
        font-size: 11px;
        padding: 3px 7px
    }

    .comment-date {
        padding: 3px 10px 0 0;
        float: none
    }

    .comment-avatar {
        position: static;
        float: left
    }

    .item-avl>div,
    .product-specs a.btn {
        margin-bottom: 5px
    }

    .fun-title {
        font-size: 250%;
        margin-bottom: 15px
    }

    .accordion li>h3[class*=skew-] u:before,
    [class*=skew] {
        transform: skew(0deg, 0);
        -webkit-transform: skew(0deg, 0);
        -moz-transform: skew(0deg, 0);
        -o-transform: skew(0deg, 0);
        -ms-transform: skew(0deg, 0)
    }

    .accordion-horizontal>li.active,
    .tabs-vertical .tabs-pane {
        width: 60%
    }

    #filters li a {
        padding: 0 9px
    }

    .my-details [class*=cell-],
    .my-img img {
        clear: both;
        margin: auto;
        float: none !important;
        display: table
    }

    .my-details [class*=cell-] {
        width: 100%
    }

    .my-img img {
        margin-top: 10px
    }

    .my-img .my-name {
        margin: 15px auto;
        padding: 0
    }

    .post-image {
        clear: both;
        margin: 0 0 5px;
        float: none !important;
        margin-right: 0 !important
    }

    .post-image img {
        width: 100% !important
    }

    .post-item {
        padding-bottom: 15px
    }

    .soon-inputs input[type=text] {
        width: auto !important;
        min-width: inherit !important;
        margin-bottom: 5px
    }

    .larg-socials li {
        margin-bottom: 20px
    }

    #vertical-ticker {
        height: 50px;
        font-size: 170%
    }
}

@media(max-width:500px) {

    .login-controls .check-box-box,
    .login-controls .input-box {
        clear: both;
        margin: 0 0 3px
    }

    .login-box .left.main-bg {
        float: none;
        clear: both;
        width: 60px;
        margin: 0
    }

    .check-box-box a {
        float: none !important;
        clear: both !important;
        display: table;
        margin: 0 !important
    }

    .filter-by {
        margin-left: 10px
    }

    .cart-icon {
        margin-top: 10px
    }

    .pageWrapper.fixedPage #vertical-ticker {
        font-size: 170%
    }
}

@media(max-width:480px) {
    .dark-bg .btn-large {
        font-size: 18px
    }

    .testimonials-bg>span {
        font-size: 11px
    }

    .testimonials-img {
        max-width: 60px
    }

    .portfolio-filterable .gry-bg,
    .portfolio-filterable .white-bg {
        margin: 0 25px 10px
    }

    #filters {
        width: 100%
    }

    #filters li {
        display: block;
        float: none
    }

    .portfolio-items>div {
        width: 100%
    }

    .follow-block .follow-link {
        font-size: 14px
    }

    .err-404:before {
        left: 40.5%
    }

    .small-txt-box {
        margin-bottom: 5px
    }

    .small-txt-box input[type=text] {
        width: 80px !important
    }

    .products-filter-top {
        padding: 10px 0
    }

    .products-filter-top .left {
        padding: 0 0 5px
    }

    .pager ul li a,
    .pager ul li span {
        padding: 0 10px !important
    }

    .shop-bottom-btns .btn {
        clear: both;
        display: table;
        margin: 5px auto;
        float: none !important
    }

    .portfolio-filterable .filter-by {
        display: block;
        clear: both;
        margin-bottom: 5px
    }

    .comment-reply [class*=skew],
    .portfolio-filterable [class*=skew] {
        transform: skew(0deg, 0);
        -webkit-transform: skew(0deg, 0);
        -moz-transform: skew(0deg, 0);
        -o-transform: skew(0deg, 0);
        -ms-transform: skew(0deg, 0)
    }

    .tabs ul li {
        float: none
    }

    .tabs-vertical>ul {
        float: none;
        width: 100%
    }

    .post-image {
        height: auto
    }

    .toolsBar [class*=cell-] {
        clear: both !important;
        float: none !important;
        width: 100% !important;
        padding: 10px 0;
        text-align: center
    }

    .list-grid a {
        float: none
    }

    .masonry.nobar .post-item,
    .masonry .post-item {
        float: none;
        padding: 0;
        margin: 15px 0;
        width: 100%;
        clear: both
    }

    .post-image {
        height: auto !important;
        max-height: 200px
    }

    .share-post .sh,
    .share-post ul li a {
        padding: 5px 6px;
        font-size: 12px
    }

    .comment-avatar {
        width: 50px;
        height: 50px
    }

    .comment-author,
    .comment-author * {
        transform: skew(0deg, 0);
        -webkit-transform: skew(0deg, 0);
        -moz-transform: skew(0deg, 0);
        -o-transform: skew(0deg, 0);
        -ms-transform: skew(0deg, 0)
    }

    .custom-heading {
        font-size: 20px
    }

    .social-list li {
        font-size: 12px
    }

    [class*=block-bg-] {
        background-attachment: scroll !important
    }

    .list-grid {
        display: none
    }

    .copyrights span {
        clear: both;
        display: block
    }

    .slick-slider .slick-list {
        padding-bottom: 40px
    }

    .portfolio-img-slick .slick-list {
        padding-bottom: 0
    }

    .slick-next,
    .slick-prev {
        top: auto !important;
        bottom: 0
    }

    .slick-prev {
        right: auto !important;
        left: 50% !important;
        margin-left: -29px
    }

    .slick-next {
        left: auto !important;
        right: 50% !important;
        margin-right: -29px
    }

    .team-boxes [class*=cell-] {
        float: none;
        width: 100%;
        clear: both
    }

    .btn.ExtraLargeBtn {
        margin: 20px auto 0;
        width: 80%
    }

    .post-lft-info div {
        padding: 15px;
        font-size: 13px
    }

    .post-lft-info .tri-col {
        border-width: 15px 30px 0;
        bottom: -15px
    }

    .portfolio-img-slick .slick-prev {
        right: 0 !important;
        left: auto !important;
        margin-right: 35px
    }

    .portfolio-img-slick .slick-next {
        right: 0 !important;
        left: auto !important;
        margin-right: 0 !important
    }

    .masonry.nobar .blog-posts {
        padding: 0 15px
    }

    .portfolio-img-slick .slick-next,
    .portfolio-img-slick .slick-prev {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    .shop-item,
    .team-boxes-2 [class*=cell-] {
        width: 100%;
        float: none;
        clear: both
    }

    .grid-list.list .shop-item p {
        min-height: 50px;
        max-height: 95px;
        overflow: hidden
    }
}

@media(max-width:320px) {
    .dark-bg .btn-large {
        font-size: 18px
    }

    .staff-1 .cell-2 {
        width: 100%;
        float: none;
        clear: both
    }

    .toolsBar select {
        margin-right: 5px
    }

    table * {
        font-size: 10px
    }

    .tabs-vertical .tabs-pane {
        width: 100%
    }

    .pager {
        margin: 0
    }
}

@media(max-width:1200px) {
    .nav-4 .top-nav>ul>li>a i {
        display: none
    }

    .timeline_no_bar .timeline-cell:nth-child(even) .timeline_date {
        left: -98px
    }

    .timeline_no_bar .timeline-cell:nth-child(odd) .timeline_date {
        right: -97px
    }

    .timeline_no_bar .timeline_date:before {
        left: 20px
    }

    .timeline_no_bar .timeline-cell:nth-child(even) .timeline_date:before {
        right: 18px
    }
}

@media(max-width:1100px) {
    footer .NL .input-box {
        width: 60%
    }
}

@media(max-width:1024px) {
    .page-title>.container>.row .lft-title {
        margin: auto
    }

    .timeline_no_bar .timeline-cell:nth-child(odd) .timeline_date {
        right: -89px
    }

    .timeline_no_bar .timeline-cell:nth-child(even) .timeline_date {
        left: -91px
    }

    .timeline_no_bar .timeline_date:before {
        left: 28px
    }

    .timeline_no_bar .timeline-cell:nth-child(even) .timeline_date:before {
        right: 25px
    }
}

@media(max-width:992px) {
    .blog-timeline>.row {
        margin: 0
    }

    .timeline_no_bar .timeline-cell {
        float: none !important;
        width: 100% !important;
        clear: both !important;
        margin: 0 0 30px !important
    }

    .blog-timeline:before,
    .top-nav-style3 {
        display: none !important
    }

    .blog-timeline .timeline_date {
        display: none
    }

    .blog-timeline .meta-date {
        display: list-item
    }

    .timeline_no_bar .timeline-cell .post-item {
        min-height: inherit
    }

    .timeline-cell .cont {
        display: block;
        padding: 10px
    }

    .timeline-left .timeline-cell,
    .timeline-right .timeline-cell {
        margin: 0 0 30px;
        padding: 0
    }

    .blog-timeline .timeline-left:before,
    .blog-timeline .timeline-right:before {
        display: none
    }
}

@media(max-width:1200px) {
    .sticky {
        left: 0;
        width: 100%
    }
}

@media all and (max-width:1447px) and (min-width:1200px) {

    .left-side-wrap .container,
    .right-side-wrap .container {
        width: auto
    }
}

.tools>a {
    float: left;
    margin-left: -55px
}

.colors li {
    float: right
}

.patterns li {
    float: left
}

.layout .btn {
    margin: 0 5px 0 0
}

.masonry .post-item,
[class*=cell-] {
    float: right
}

.top-bar li {
    float: right;
    border-right: 1px solid #e9e9e9;
    border-left: 0
}

.top-bar li:first-child {
    border-right: 0
}

.top-bar li:first-child i {
    margin: 0 0 0 8px
}

.top-bar a,
.top-bar span {
    padding: 0 0 0 10px
}

.top-menu {
    float: left !important
}

.top-nav {
    float: right
}

.top-nav>ul>li {
    float: right;
    border-right: 1px solid #eee;
    border-left: 0
}

.top-nav>ul>li:after {
    left: 3px;
    border-right: 1px solid #e4e4e4;
    border-left: 0;
    -webkit-transform: skew(35deg, 0);
    transform: skew(35deg, 0)
}

.top-nav>ul li ul {
    right: -5px
}

.top-nav li li>ul {
    right: 100%
}

.top-nav li li.hasChildren:after {
    left: 10px;
    right: auto;
    content: "\f104"
}

.nav-2 .top-nav>ul>li,
.nav-3 .top-nav>ul>li {
    border-right: 0
}

.nav-2 .top-nav>ul>li>a i {
    right: 50%;
    margin-right: -16px
}

.nav-2 .top-nav>ul>li>a i:after {
    right: 47%
}

.nav-2 .top-nav>ul>li>ul,
.nav-3 .top-nav>ul>li>ul {
    right: 0 !important
}

.nav-3 .top-nav>ul>li.hasChildren>a:after {
    right: 36%
}

.head-style2 .sticky .top-nav>ul>li>ul,
.sticky .top-nav>ul>li>ul {
    right: 0 !important
}

.mega-menu .div-mega {
    right: 0
}

.div-mega-section {
    float: right;
    margin-left: 5px
}

.top-search {
    float: left;
    margin-right: 20px
}

.search-box,
.search-box:before {
    left: 0;
    right: auto
}

.head2-lft-links {
    direction: rtl
}

.head2-lft-links li {
    text-align: right
}

.head2-lft-links li i {
    margin-left: 10px
}

.head-style2 .bg-head2 {
    left: 27%
}

.head-style2 .top-nav {
    margin-right: 15px
}

.head-style2 .top-nav>ul>li {
    margin-right: 1px
}

.head-style2 .top-search {
    margin: 0 15px 0 0
}

.head-style2 .top-nav>ul>li>ul {
    margin-right: -6px
}

.head-style2 .right-bar {
    float: right;
    margin: 2px 5px 0 0
}

.head-style2 .right-bar li {
    float: left;
    padding: 5px 0 5px 15px
}

.head-style2 .right-bar li i {
    margin: 0 10px 0 0
}

.head-style2 .top-menu {
    float: left !important
}

.head-style2 .search-box {
    right: 12px
}

.head-style3 .top-nav>ul>li>a {
    margin-left: 1px
}

.head-style3 .top-nav>ul>li>ul {
    right: 0
}

.head-style3 .top-bar li {
    border-left: 1px solid #e4e4e4
}

.head-style3 .top-bar li:first-child {
    border-left: 0
}

.head-style3 .top-bar li:first-child i {
    margin-left: 8px
}

.head-style3 .search-box {
    right: 0
}

.login-btn .tri {
    left: 30%
}

.close-login {
    left: 10px;
    right: auto
}

.login-box .left {
    float: right
}

.marginRight {
    margin-right: 10px
}

.marginLeft {
    margin-left: 10px
}

.right {
    float: left !important
}

.left {
    float: right
}

.skew-5 {
    -webkit-transform: skew(5deg, 0);
    transform: skew(5deg, 0)
}

.skew5 {
    -webkit-transform: skew(-5deg, 0);
    transform: skew(-5deg, 0)
}

.skew-10 {
    -webkit-transform: skew(10deg, 0);
    transform: skew(10deg, 0)
}

.skew10 {
    -webkit-transform: skew(-10deg, 0);
    transform: skew(-10deg, 0)
}

.skew-15 {
    -webkit-transform: skew(15deg, 0);
    transform: skew(15deg, 0)
}

.skew15 {
    -webkit-transform: skew(-15deg, 0);
    transform: skew(-15deg, 0)
}

.skew-20 {
    -webkit-transform: skew(20deg, 0);
    transform: skew(20deg, 0)
}

.skew20 {
    -webkit-transform: skew(-20deg, 0);
    transform: skew(-20deg, 0)
}

.skew-25 {
    -webkit-transform: skew(25deg, 0);
    transform: skew(25deg, 0)
}

.skew25 {
    -webkit-transform: skew(-25deg, 0);
    transform: skew(-25deg, 0)
}

.skew-0 {
    -webkit-transform: skew(0, 0);
    transform: skew(0, 0)
}

.pager ul li {
    float: right;
    margin: 0 0 0 1px
}

.large-title,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Droid Arabic Kufi, serif
}

.left-text {
    text-align: right
}

.right-text {
    text-align: left
}

.list-item i.fa {
    margin-left: 7px;
    margin-right: 0
}

hr:before {
    left: 0
}

hr:after {
    right: 0
}

.hr-style2:before {
    left: 30%
}

.hr-style3:before {
    left: 20%
}

.hr-style3:after {
    right: 20%
}

.hr-style4:before {
    left: 44%;
    text-align: right
}

.hr-style4:after {
    right: 44%;
    text-align: left
}

.hr-style5:before {
    left: 44%
}

.dropcap {
    float: left;
    margin: 2px 0 0 8px
}

.block-head:before {
    right: 20px
}

.block-head:after {
    right: 0
}

.block-head.center:before {
    right: 50% !important;
    margin-right: -17.5px;
    left: auto
}

.block-head.center:after {
    right: 50% !important;
    left: auto;
    margin-right: -40px
}

.large-heading:before {
    left: 50%;
    margin-left: -57px
}

.box-top p a {
    margin-left: 5px;
    margin-right: 0
}

.service-box-2 .r-more:after,
.service-box-3 .r-more:after {
    margin-right: 8px;
    margin-left: 0
}

.level-out span {
    left: 0
}

.level-out,
.level-out span {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.level-out {
    margin: 0 0 25px 10px
}

.level-out span:before {
    left: -10px;
    right: auto;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.levels-2 li {
    float: right
}

.fun-text,
.fun-title {
    font-family: Droid Arabic Kufi, serif
}

.staff-1 .fun-icon.skew-15,
.staff-1 .fun-number.skew-15 {
    right: 7px
}

.fun-icon.skew15,
.staff-1 .fun-number.skew15 {
    left: 7px
}

.testimonials-bg {
    direction: rtl
}

.testimonials-img {
    float: right;
    margin: 0 0 5px 10px
}

.testimonials-bg .rating .fa {
    margin-left: 4px
}

.testimonials-bg:after {
    left: 8px;
    right: auto;
    content: "\f10d"
}

.project-options a {
    float: left;
    margin: 0 0 0 5px
}

.viewAll .btn {
    float: right
}

.homeGallery .slick-next,
.homeGallery .slick-prev {
    right: -70px;
    left: auto
}

.slick-list {
    direction: ltr
}

.slick-slide {
    float: right
}

.homeGallery .slick-prev {
    right: -100px;
    left: auto
}

.lft-minus-margin {
    margin-right: -15px
}

.portfolio-filterable.full [class*=cell-] {
    border-left: 1px solid #fff
}

.filter-by {
    margin-right: 20px;
    margin-left: auto
}

#filters li {
    float: right;
    margin: 0 0 0 1px
}

.btn i {
    margin-left: 5px;
    margin-right: 0
}

.check-box-box {
    padding-right: 10px
}

.check-box-box * {
    float: right
}

.check-box-box a {
    margin-right: 10px
}

.check-box {
    margin: 11px 0 0 8px
}

.box i.fa {
    color: #333
}

.close-box {
    left: 2px;
    right: auto
}

.tabs>ul {
    margin-right: 5px;
    margin-left: 0
}

.tabs>ul li {
    float: right;
    margin: 0 2px 0 0
}

.tabs>ul li a i {
    margin-left: 8px;
    margin-right: 0
}

.tabs-vertical>ul {
    float: right
}

.tabs-vertical>ul li {
    float: none;
    margin-bottom: 2px
}

.tabs-vertical .tabs-pane {
    float: right;
    margin-right: 25px;
    margin-left: 0
}

.tabs-vertical .tabs-pane .tab-panel:before {
    right: 0;
    left: auto
}

.tab-img-holder {
    margin-left: 15px;
    margin-right: 0
}

.accordion li>h3 a {
    float: right
}

.accordion li>h3 i.fa {
    margin-left: 7px;
    margin-right: 0
}

.accordion li>h3 u {
    float: right;
    margin: 0 10px 0 5px
}

.accordion-panel {
    border-right: 3px solid #d4d4d4;
    border-left: 0
}

.accordion-horizontal>li {
    float: right
}

.accordion-horizontal>li>h3 {
    right: 0;
    left: auto;
    float: right
}

.accordion-horizontal .accordion-panel {
    margin: 0 40px 0 0
}

.accordion li>h3[class*=skew-] u:before {
    -webkit-transform: skew(-25deg, 0);
    transform: skew(-25deg, 0)
}

.list li {
    padding: 0 10px 10px 0
}

.list li:before {
    margin-left: 10px
}

.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span {
    float: right
}

.plan-year {
    bottom: 20px
}

.lft-plan .plan-year {
    left: -73px;
    right: auto
}

.rit-plan .plan-year {
    right: -75px;
    left: auto
}

.rit-plan .plan-year span {
    float: right
}

.rit-plan .plan-year:after {
    right: -13px
}

.my-img .my-name {
    padding-right: 25px;
    padding-left: 0
}

.my-img img {
    float: right
}

.work-exp li h4:before {
    margin-left: 10px;
    margin-right: 0
}

.work-exp li p {
    padding-right: 23px;
    padding-left: 0
}

.chart canvas {
    right: 0;
    left: auto
}

.percent:after {
    margin-right: .1em;
    margin-left: 0
}

.slick-prev {
    left: 32px;
    right: auto
}

.slick-next {
    left: 0;
    right: auto
}

.slick-prev:before {
    content: "\f105"
}

.slick-next:before {
    content: "\f104"
}

.portfolio-img-slick .slick-next,
.portfolio-img-slick .slick-prev {
    right: 10px
}

.portfolio-img-slick .slick-prev {
    right: auto;
    left: 10px
}

.list-details li span {
    margin: 0 5px 0 15px;
    display: inline-block
}

.team-box .team-details {
    right: 0;
    left: auto;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg)
}

.team-box-2:after,
.team-box:after {
    right: 0;
    left: auto
}

.team-socials li {
    float: right
}

.team-details h3 {
    padding: 13px 5px 0 0
}

.team-box-2:before {
    right: 14px;
    -webkit-transform: rotate(-34deg);
    transform: rotate(-34deg)
}

.team-box-2 .team-img {
    position: absolute;
    top: 0;
    margin-top: -45px;
    margin-left: -45px;
    left: 50%;
    padding: 2px;
    width: 90px;
    height: 90px;
    border: 1px solid #e4e4e4;
    background: 0 0
}

.details-img .post-lft-info,
.post-image .post-lft-info {
    right: 15px;
    left: auto
}

.post-lft-info {
    float: right;
    margin-left: 20px;
    margin-right: 0
}

.post-info .post-meta li {
    float: right;
    margin: 0 0 0 15px
}

.post-info .post-meta li i {
    margin-left: 7px;
    margin-right: 0
}

.post-tags span {
    margin: 0 5px 0 10px
}

.blog-thumbs .post-image {
    float: right;
    margin-left: 10px;
    margin-right: 0
}

.blog-thumbs .post-content {
    padding-right: 15px;
    padding-left: 0
}

.share-post .sh,
.share-post ul li {
    float: right;
    margin-left: 2px;
    margin-right: 0
}

.comment-avatar {
    right: 25px;
    left: auto;
    margin: 0 0 0 20px
}

.comment-content p {
    padding: 5px 115px 5px 0
}

ul.child-comment {
    margin-right: 90px;
    margin-left: 0
}

ul.child-comment li:after,
ul.child-comment li:before {
    left: 0;
    right: -37px
}

.author-name {
    margin-right: 100px;
    margin-left: 0;
    padding: 10px 15px 0 0
}

.comment-date {
    float: left;
    padding: 11px 0 0 20px
}

.comment-reply {
    float: left
}

.comment-reply i {
    margin-left: 5px;
    margin-right: 0
}

.contact-form span.red,
.form-buttons .btn {
    margin-right: 5px
}

.contact-form input[type=email],
.contact-form input[type=file],
.contact-form input[type=password],
.contact-form input[type=text],
.contact-form select,
.contact-form textarea {
    float: right
}

.contact-form input[type=checkbox],
.contact-form input[type=radio] {
    margin: 0 0 0 5px
}

.form-box {
    float: right
}

.form-box span {
    margin-left: 15px;
    margin-right: 0
}

.btns-right {
    text-align: left
}

#error_msg ul {
    margin: 10px 20px 0 0
}

#error_msg ul li {
    margin-right: 10px;
    margin-left: 0
}

.small-select {
    margin-left: 15px;
    margin-right: 0
}

img.loader {
    left: 10px;
    right: auto
}

.siteMap-nav>ul>li>a i {
    margin-left: 8px;
    margin-right: 0
}

.siteMap-nav ul ul li a:before {
    margin-left: 7px;
    margin-right: 0;
    content: "\f104"
}

.siteMap-nav ul ul li a:hover {
    margin-right: 10px;
    margin-left: 0
}

.item-rating .fa {
    margin-right: 4px;
    margin-left: 0
}

.right-rating,
.right-rating .item-rating {
    float: right
}

.item-details .left {
    padding-left: 10px
}

.item-details .left i.fa {
    margin-right: 8px
}

.sale {
    left: 5px;
    right: auto
}

.sale:before {
    left: auto;
    right: -10px
}

.toolsBar span {
    margin: 0 0 0 5px
}

.toolsBar select {
    margin-left: 10px;
    margin-right: 0
}

.products-filter-top {
    float: right !important
}

.list-grid {
    float: left !important
}

.list-grid a {
    float: left;
    margin: 0 4px 0 0
}

.list-grid a.selected:after {
    right: 30%;
    left: auto
}

.grid-list.list .item-img {
    float: right;
    margin-left: 20px;
    margin-right: 0
}

.control-group .box i.fa {
    margin-left: 7px;
    margin-right: 0
}

.grid-list.list .item-title {
    padding-right: 25px;
    padding-left: 0;
    text-align: right
}

.left-shop .control-group label.checkbox input[type=checkbox],
.left-shop .control-group label.checkbox input[type=radio] {
    margin-left: 8px;
    margin-right: 0
}

.steps {
    padding: 0 0 0 15px
}

.continue-btn .btn.left:after,
.continue-btn .btn.right:after,
.sale:before,
.steps li span:after,
.steps li span:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.steps li span:after {
    left: -15px
}

.continue-btn .btn.right:after,
.steps li span:before {
    right: 100%
}

.continue-btn .btn.left:after {
    right: -15px
}

.product-img li {
    margin: 0 0 0 5px
}

.item-avl>div,
.product-specs a.btn {
    margin-left: 6px;
    margin-right: 0
}

.old-price {
    margin: 0 10px 0 0
}

.pro-btns {
    margin: 5px 15px 0 0
}

.reviews .author-name {
    margin-right: 0
}

.reviews .comment-date {
    padding: 15px 0 0 30px
}

#items-num {
    margin: 0 0 0 5px
}

.qty-txt-box i {
    margin-right: 5px;
    margin-left: 0
}

.cart-icon {
    float: left;
    margin: 0 auto 0 0
}

.cart-heading i {
    margin-left: 10px;
    margin-right: 0
}

.cart-popup {
    left: 0;
    right: auto
}

.cart-mini-lft {
    float: right;
    margin-left: 8px;
    margin-right: 0
}

.mini-cart-list a.remove {
    left: 5px;
    right: auto
}

.title-2 h1,
.title-3 h1,
.title-4 h1,
.title-4-desc {
    float: right
}

.title-2 i,
.title-3 i {
    float: right;
    margin-left: 10px;
    margin-right: 0
}

.widget-head:before {
    right: 20px;
    left: auto
}

.widget-head:after {
    right: 0;
    left: auto
}

.r-posts-w .post-img {
    float: right
}

.r-posts-w .meta span,
.r-posts-w .post-img {
    margin-left: 10px;
    margin-right: 0
}

.r-posts-w .meta i {
    margin: 0 0 0 5px
}

.sale-widget .meta span {
    margin-right: 2px !important;
    margin-left: 0
}

.blog-cat-w li span {
    float: left
}

.r-comments-w i.fa {
    margin-left: 10px;
    margin-right: 0
}

.r-comments-w h5 {
    margin: 10px 0 5px;
    text-transform: none;
    font-weight: 400
}

.flickr-stream-w ul li,
.tags-w .tags a {
    float: right
}

.footer-top .footer-menu a:before {
    margin-left: 7px;
    margin-right: 0;
    content: "\f104"
}

footer .NL .input-box {
    margin-right: 10px;
    margin-left: 0;
    padding-right: 25px;
    border: 1px solid #3f3f3f;
    border-left: 0
}

footer .NL:before {
    right: 24px;
    left: auto
}

.footer-top .tweet {
    padding: 0 45px 5px 0
}

.footer-top .tweet .fa-twitter {
    right: 0;
    left: auto
}

.footer-top .tags a {
    float: right
}

.social-list li {
    float: right;
    margin: 0 0 0 1px
}

.larg-socials li {
    float: right
}

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

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

.pp_next,
.pp_previous,
a.pp_arrow_next,
a.pp_arrow_previous,
a.pp_close,
div.pp_default .pp_nav .pp_pause,
div.pp_default .pp_nav .pp_play {
    font: 0/0 a;
    text-indent: -999999px
}

@media(max-width:768px) {
    .colBody {
        margin-right: 60%;
        margin-left: auto
    }

    .responsive-nav {
        right: -60%;
        left: auto
    }

    .responsive-nav h3:before {
        content: "قائمة الموقع"
    }

    .res-act {
        right: 0
    }

    .menuBtn {
        left: auto;
        right: 0
    }

    .menuBtn-selected {
        margin-right: 60%;
        margin-left: auto
    }

    .responsive-nav ul li a i,
    .responsive-one ul li a i {
        margin-right: 0;
        margin-left: 10px
    }
}

@media(max-width:992px) {
    .top-bar .right-bar {
        float: left !important
    }
}

.nav-4 .top-search {
    margin-left: 0
}

.Newsslider .post-content p,
.Newsslider .post-info h2 {
    text-align: right
}

.small_items .post-meta li {
    float: right
}

.small_items .post-meta li i {
    margin-left: 5px;
    margin-right: 0
}

.block-head-News a {
    float: left;
    padding-left: 0;
    padding-right: 13px
}

.news-masnory .gallery li {
    float: right;
    margin: 0 0 -3px 1px
}

.block-head-News:hover a span {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

.Newsslider .post-content a.read-more {
    right: auto;
    left: 15px
}

.Newsslider .slick-next,
.Newsslider .slick-prev {
    right: auto;
    left: 10.9%
}

.Newsslider .slick-next {
    left: 14.6%
}

.block-head-News .icon {
    margin: 0 0 0 5px
}

.side-head-block ul.blocks li i,
.side-nav>ul li a i,
.top-nav>ul ul li a i {
    margin-right: 0;
    margin-left: 8px
}

.footer-top .tweet {
    padding: 0
}

.footer-top .tweet .twitter-pic {
    float: right;
    margin: 0 0 0 10px
}

.side-nav li.hasChildren:after {
    right: auto;
    left: 30px
}

.left-side-header .input-box,
.right-side-header .input-box {
    border-left-width: 0;
    border-right-width: 1px;
    margin-right: 0;
    margin-left: -15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em
}

.side-nav li li.hasChildren:after {
    left: 15px;
    right: auto
}

.head-style2 .right-bar {
    margin: 2px 5px 9px 0
}

.head-style2 .logo {
    margin-top: 17px !important
}

.head2-lft-links {
    padding-bottom: 0;
    padding-top: 18px;
    padding-left: 5px
}

.head2-lft-links li {
    text-align: left
}

.head2-lft-links li i {
    float: left;
    margin-left: 0;
    margin-right: 10px
}

.head-style2 .bg-head2 {
    left: 3%
}

.head-style2 .right-bar li i {
    margin: 0 0 0 10px
}

.head-style2 .search-box {
    left: 12px;
    right: auto
}

.head-style2 .login-btn .tri {
    top: -16px
}

.title-minimal .breadcrumbs {
    right: auto;
    left: 0
}

.cell-9.lft,
.cell-9.rit,
.left-sidebar,
.right-sidebar {
    float: left
}

.timeline-left .timeline_date {
    left: -126px
}

.timeline-left .timeline_date:before {
    left: 83px
}

.timeline-left .timeline_date .year {
    left: 63px
}

.timeline-right {
    margin: 0
}

.blog-timeline .timeline-right:before {
    right: 50px
}

.timeline-right .timeline_date {
    right: -84px
}

.timeline-right .timeline_date:before {
    right: 37px
}

.timeline-right .timeline_date .year {
    left: 44px
}

.timeline_no_bar .timeline-cell:nth-child(even) .timeline_date {
    left: -154px
}

.timeline_no_bar .timeline-cell:nth-child(even) .timeline_date:before {
    right: -38px
}

.timeline_no_bar .timeline-cell:nth-child(even) .timeline_date .year {
    left: 63px
}

div.download {
    float: left
}

.our_gallery div.pagination a,
.our_gallery div.pagination span.current,
.our_gallery div.pagination span.ellipsis {
    float: right
}

.our_gallery ul.thumbs li {
    float: right;
    margin: 5px 4px 5px 0
}

.our_gallery div.navigation {
    padding: 10px 12px 10px 0
}

.levels.style-4 .level-out span,
.levels.style-5 .level-out span,
.levels.style-6 .level-out span {
    left: auto;
    right: auto
}

.box.rounded .close-box {
    right: auto;
    left: 1.2em
}

.block-head.style7 {
    border-left-width: 0;
    border-right-width: 6px;
    border-right-style: solid
}

.divider {
    direction: ltr
}

.btn-skew {
    -webkit-transform: skew(20deg, 0) !important;
    transform: skew(20deg, 0) !important
}

.btn-skew span {
    -webkit-transform: skew(-20deg, 0) !important;
    transform: skew(-20deg, 0) !important
}

.accordion.style-2 li>h3 u {
    float: left
}

.accordion.style-2 .accordion-panel {
    border-right: 0
}

.footer-menu-inline {
    float: left
}

#filters li a,
.accordion li.active a,
.accordion li>h3 i.fa,
.add-items i.fa,
.author-name,
.block-head,
.block-head-News:hover,
.block-head-News a span,
.box-top .more-btn,
.box-top i.fa,
.copyrights b,
.dark-bg .btn-large:before,
.footer-top a:hover:before,
.fun-title,
.head2-lft-links li i,
.head-style3 .top-bar li a,
.head-style3 .top-bar li i,
.hr-style4:after,
.hr-style4:before,
.item-box:hover .item-tools i,
.item-cart a:hover,
.item-tools i,
.list.alt li:before,
.list.prim li:before,
.main-border,
.main-color,
.main-title,
.nav-2 .top-nav>ul>li.current>a i,
.nav-2 .top-nav>ul>li.selected>a i,
.nav-2 .top-nav>ul>li>a:hover i,
.nav-3 .top-nav>ul>li.current>a,
.nav-3 .top-nav>ul>li.current>a i,
.nav-3 .top-nav>ul>li.selected>a,
.nav-3 .top-nav>ul>li.selected>a i,
.nav-3 .top-nav>ul>li>a:hover,
.nav-3 .top-nav>ul>li>a:hover i,
.post-info h2 a:hover,
.product-price,
.product-specs a.btn.selected,
.project-name,
.service-box-1:hover a,
.siteMap-nav ul ul li a:hover,
.slick-dots li.slick-active button:before,
.staff-1 .fun-icon,
.team-box-2 .t-position,
.team-box-2 .team-socials a,
.title-1 h1,
.title-2 .breadcrumbs a,
.title-2 h1,
.title-3 .breadcrumbs a,
.title-4 .breadcrumbs a,
.top-bar ul.social-list li a:hover span,
.top-search a,
.widget-content a:hover,
.widget-head,
a,
footer a:hover {
    color: #8aa65b
}

.sticky .top-nav>ul>li.current>a,
.sticky .top-nav>ul>li.selected>a {
    color: #8aa65b !important
}

#filters li.active,
#filters li:hover,
.accordion-horizontal>li.active a,
.accordion li.active h3 u,
.block-head-News:hover .icon,
.cart-icon,
.comment-reply:hover,
.fixedHead .top-nav>ul>li.current>a,
.fixedHead .top-nav>ul>li.selected>a,
.fixedHead .top-nav>ul>li>a:hover,
.flex-control-paging li a.flex-active,
.footer-top .tags a:hover,
.head-style2 .top-search a,
.head-style3 .top-search a,
.hr-style1:after,
.hr-style1:before,
.icon-cont,
.item-box:hover .item-title,
.item-price,
.level-in,
.list-grid a.selected,
.main-bg,
.menuBtn,
.menuBtnOne,
.pager ul li.selected,
.pager ul li:hover,
.plan-year:after,
.portfolio-item:hover:after,
.responsive-one ul,
.sale,
.search-w .btn,
.service-box-1:hover .box-top,
.service-box-1:hover:after,
.service-box-2:hover .fa,
.service-box-2:hover a.r-more,
.service-box-3:hover .icon,
.service-box-3:hover a.r-more,
.share-post ul li a:hover,
.slick-next:hover,
.slick-prev:hover,
.social-list li a:hover,
.steps li.selected span,
.sticky .top-nav>ul>li>a:hover,
.table-style2 th,
.tabs-vertical .tabs-pane .tab-panel:before,
.tabs>ul li.active,
.tabs>ul li:hover,
.team-box .team-details,
.team-boxes-2 .cell-3:hover .team-box-2,
.testimonials-2 .slick-next:hover,
.testimonials-2 .slick-prev:hover,
.title-4 h1,
.top-nav-style3,
.top-nav>ul>li.selected>a,
.top-nav>ul li a:hover,
.top-nav li.current>a,
.top-nav li li a,
.top-search.selected a,
.top-search a:hover,
.tp-arr-allwrapper:hover,
.tp-bullets.simplebullets.round .bullet,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover,
.view-all-projects a:hover,
footer .NL .NL-btn:hover,
hr:after,
hr:before {
    background-color: #8aa65b;
    color: #fff
}

.sale:before {
    border-color: transparent #8aa65b transparent transparent
}

.footer-menu-center li a:hover,
.footer-menu-inline li a:hover {
    color: #8aa65b;
    border-bottom: 2px solid #8aa65b
}

.block-head:after,
.block-head:before,
.details-img:after,
.item-box:after,
.item-box:hover .item-price,
.item-box:hover:after,
.portfolio-item:after,
.post-image:after,
.responsive-nav,
.search-box:before,
.service-box-1:after,
.team-box-2:after,
.team-box-2:hover:after,
.team-box .team-socials li a:hover,
.team-box:after,
.team-box:hover:after,
.widget-head:after,
.widget-head:before {
    background-color: #8aa65b
}

.main-border {
    border: 1px solid #8aa65b !important
}

.Newsslider {
    border-bottom: 6px solid #8aa65b
}

.nav-3 .top-nav>ul>li.hasChildren>a:after {
    border-color: transparent transparent #8aa65b
}

.head-style3 .login-btn .tri {
    border-color: #8aa65b transparent transparent
}

.alter-border {
    border: 1px solid #e1e1e1 !important;
    color: #777
}

.footer-top-2,
.nav-3 .top-nav>ul>li.current>a,
.nav-3 .top-nav>ul>li.selected>a,
.nav-3 .top-nav>ul>li>a:hover,
.pageWrapper.fixedPage,
.sub-menu-dark .div-mega,
.sub-menu-dark.top-nav>ul li ul li:first-child,
.sub-menu-white .div-mega,
.sub-menu-white.top-nav>ul li ul li:first-child {
    border-top-color: #8aa65b
}

.item-box:hover .item-title {
    border-top: 1px solid #8aa65b
}

.tabs-pane {
    border-top: 2px solid #8aa65b
}

blockquote {
    background: #f9f9f9;
    border-right: 2px solid #8aa65b
}

.level-out .tr {
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #8aa65b;
    border-bottom: 6px solid #8aa65b
}

.clients>div a:hover,
.service-box-1:hover h3,
.sticky {
    border-bottom-color: #8aa65b
}

.icon-middle,
.product-img li a.active img {
    border: 2px solid #8aa65b
}

.title-3 {
    background-color: #41a1b7
}

.icon-cont:after,
.tri-col {
    border-color: #8aa65b transparent transparent
}

.head-style3 .top-bar {
    border-top: 5px solid #8aa65b
}

.steps li.selected span:after {
    border-left: 16px solid #8aa65b
}

.item-title {
    border-top: 1px solid #777
}

.product-specs a.btn.selected {
    border: 1px solid #777 !important
}

.foot-logo,
header.top-head .logo a {
    background: transparent url(../../images/logos/logo-min.png) no-repeat 50% 50%
}

.footer-top-2 .foot-logo {
    background: transparent url(../../images/logos/logo-min.png) no-repeat 100% 50%
}

.head-style2 .top-head .logo a,
.head-style3 .logo a {
    background: transparent url(../../images/logos/logo-white-min.png) no-repeat 50% 0 !important
}

.head-style2 .logo a,
.head-style3 .logo a {
    background-position: 50% 50% !important
}

.accordion li.active h3 a,
.accordion li.active h3 u {
    border-color: #8aa65b
}

.post-image a .mask {
    background: hsla(81, 34%, 57%, .5)
}

.cart-popup,
.pricing-table.selected {
    border-color: #8aa65b
}

.list-grid a.selected:after {
    border-color: #8aa65b transparent transparent
}

.continue-btn .btn.right:after {
    border-left: 15px solid #8aa65b
}

.continue-btn .btn.right:hover:after {
    border-left: 15px solid #577b2a
}

.continue-btn .btn.left:after {
    border-right: 15px solid #777
}

.continue-btn .btn.left:hover:after {
    border-right: 15px solid #666
}

.accordion-horizontal li.active>h3 i.fa,
.breadcrumbs .line-separate,
.item-box:hover .item-title a {
    color: #fff
}

.top-nav li li {
    border-bottom: 1px solid #9db76e
}

.responsive-nav ul li a:hover,
.top-nav>ul>li.current:after,
.top-nav>ul>li:hover:after,
.top-nav li li.current>a,
.top-nav li li.selected>a,
.top-nav li li a:hover {
    background: #577b2a !important;
    color: #fff
}

.btn.main-bg:hover,
.team-box .team-socials li a {
    background-color: #577b2a !important;
    color: #fff
}

.btn.main-border:hover {
    border-color: #333 !important;
    color: #333;
    background: 0 0
}

.flickr-stream-w .img-overlay {
    background: hsla(81, 34%, 57%, .8)
}

.service-box-1:hover i.fa,
.service-box-1:hover p {
    color: #fff
}

.contact-form input[type=email]:focus,
.contact-form input[type=password]:focus,
.contact-form input[type=text]:focus,
.contact-form textarea:focus {
    border: 1px solid #8aa65b
}

.block-bg-1:before,
.block-bg-2:before,
.block-bg-3:before,
.block-bg-4:before,
.block-bg-5:before,
.img-over a.link {
    background-color: hsla(81, 34%, 57%, .7)
}

.img-over a.zoom {
    background-color: hsla(0, 0%, 47%, .7)
}

.level-in:before {
    border-color: transparent transparent transparent #8aa65b
}

.btn.main-bg.btn-3d {
    box-shadow: 0 5px 0 #577b2a;
    margin-bottom: 5px
}

@media(-webkit-min-device-pixel-ratio:1.5),
(min--moz-device-pixel-ratio:1.5),
(min-device-pixel-ratio:1.5),
(min-resolution:1.5dppx),
(min-resolution:144dpi) {

    .foot-logo,
    header.top-head .logo a {
        background: transparent url(../../images/logos/logo@2-min.png) no-repeat 100% 50%;
        background-size: 200px 38px
    }
}

i.signal {
    background-image: url("../MyImages/signs_small-min.png");
    background-color: transparent;
    background-repeat: no-repeat;
    display: inline-block
}

.b1 {
    background-position: -2px -5983px
}

.b1,
.b2 {
    width: 100px;
    height: 100px
}

.b2 {
    background-position: -2px -5881px
}

.b52 {
    background-position: -2px -5779px
}

.b52,
.b53 {
    width: 100px;
    height: 100px
}

.b53 {
    background-position: -2px -5677px
}

.b51 {
    width: 100px;
    height: 99px;
    background-position: -2px -5576px
}

.b21 {
    background-position: -2px -5476px
}

.b21,
.b49 {
    width: 100px;
    height: 98px
}

.b49 {
    background-position: -2px -5376px
}

.b28 {
    background-position: -2px -5277px
}

.b28,
.b63b {
    width: 100px;
    height: 97px
}

.b63b {
    background-position: -2px -5178px
}

.b11 {
    background-position: -2px -5080px
}

.b11,
.b24 {
    width: 100px;
    height: 96px
}

.b24 {
    background-position: -2px -4982px
}

.b31 {
    background-position: -2px -4884px
}

.b31,
.b38 {
    width: 100px;
    height: 96px
}

.b38 {
    background-position: -2px -4786px
}

.b63 {
    background-position: -2px -4688px
}

.b63,
.b63a {
    width: 100px;
    height: 96px
}

.b63a {
    background-position: -2px -4590px
}

.b8 {
    background-position: -2px -4492px
}

.b8,
.b9 {
    width: 100px;
    height: 96px
}

.b9 {
    background-position: -2px -4394px
}

.c6a {
    background-position: -2px -4296px
}

.c6a,
.c7 {
    width: 100px;
    height: 96px
}

.c7 {
    background-position: -2px -4198px
}

.b10 {
    background-position: -2px -4101px
}

.b10,
.b15 {
    width: 100px;
    height: 95px
}

.b15 {
    background-position: -2px -4004px
}

.b34 {
    background-position: -2px -3907px
}

.b34,
.b37 {
    width: 100px;
    height: 95px
}

.b37 {
    background-position: -2px -3810px
}

.b39 {
    background-position: -2px -3713px
}

.b39,
.b41 {
    width: 100px;
    height: 95px
}

.b41 {
    background-position: -2px -3616px
}

.b47 {
    background-position: -2px -3519px
}

.b47,
.b64 {
    width: 100px;
    height: 95px
}

.b64 {
    background-position: -2px -3422px
}

.c28 {
    background-position: -2px -3325px
}

.c4,
.c28 {
    width: 100px;
    height: 95px
}

.c4 {
    background-position: -2px -3228px
}

.c5 {
    background-position: -2px -3131px
}

.c5,
.c6 {
    width: 100px;
    height: 95px
}

.c6 {
    background-position: -2px -3034px
}

.b13 {
    background-position: -2px -2938px
}

.b13,
.b14 {
    width: 100px;
    height: 94px
}

.b14 {
    background-position: -2px -2842px
}

.b17 {
    background-position: -2px -2746px
}

.b17,
.b18 {
    width: 100px;
    height: 94px
}

.b18 {
    background-position: -2px -2650px
}

.b29 {
    background-position: -2px -2554px
}

.b3,
.b29 {
    width: 100px;
    height: 94px
}

.b3 {
    background-position: -2px -2458px
}

.b30 {
    background-position: -2px -2362px
}

.b30,
.b44 {
    width: 100px;
    height: 94px
}

.b44 {
    background-position: -2px -2266px
}

.b46 {
    background-position: -2px -2170px
}

.b6,
.b46 {
    width: 100px;
    height: 94px
}

.b6 {
    background-position: -2px -2074px
}

.b60 {
    background-position: -2px -1978px
}

.b60,
.b62 {
    width: 100px;
    height: 94px
}

.b62 {
    background-position: -2px -1882px
}

.c29 {
    background-position: -2px -1786px
}

.c29,
.c39 {
    width: 100px;
    height: 94px
}

.c39 {
    background-position: -2px -1690px
}

.c40 {
    width: 100px;
    height: 94px;
    background-position: -2px -1594px
}

.a28 {
    background-position: -2px -1499px
}

.a28,
.a30 {
    width: 100px;
    height: 93px
}

.a30 {
    background-position: -2px -1404px
}

.b12 {
    background-position: -2px -1309px
}

.b12,
.b16 {
    width: 100px;
    height: 93px
}

.b16 {
    background-position: -2px -1214px
}

.b25 {
    background-position: -2px -1119px
}

.b25,
.b43 {
    width: 100px;
    height: 93px
}

.b43 {
    background-position: -2px -1024px
}

.b61 {
    background-position: -2px -929px
}

.b61,
.b65 {
    width: 100px;
    height: 93px
}

.b65 {
    background-position: -2px -834px
}

.b66 {
    background-position: -2px -739px
}

.b7,
.b66 {
    width: 100px;
    height: 93px
}

.b7 {
    background-position: -2px -644px
}

.b20 {
    background-position: -2px -550px
}

.b20,
.b32 {
    width: 100px;
    height: 92px
}

.b32 {
    background-position: -2px -456px
}

.b48 {
    height: 92px;
    background-position: -2px -362px
}

.b33,
.b48 {
    width: 100px
}

.b33 {
    height: 91px;
    background-position: -2px -269px
}

.b36 {
    height: 88px;
    background-position: -2px -179px
}

.a29,
.b36 {
    width: 100px
}

.a29 {
    height: 87px;
    background-position: -2px -90px
}

.c1 {
    width: 100px;
    height: 86px;
    background-position: -2px -2px
}

.c38 {
    background-position: -104px -5408px
}

.c38,
.c44 {
    width: 82px;
    height: 100px
}

.c44 {
    background-position: -104px -5306px
}

.b35 {
    width: 80px;
    height: 100px;
    background-position: -104px -5204px
}

.a22 {
    background-position: -104px -5125px
}

.a22,
.a25 {
    width: 100px;
    height: 77px
}

.a25 {
    background-position: -104px -5046px
}

.a19 {
    background-position: -104px -4968px
}

.a19,
.a32 {
    width: 100px;
    height: 76px
}

.a32 {
    background-position: -104px -4890px
}

.a10 {
    background-position: -104px -4813px
}

.a10,
.a15 {
    width: 100px;
    height: 75px
}

.a15 {
    background-position: -104px -4736px
}

.a17 {
    background-position: -104px -4659px
}

.a17,
.a18 {
    width: 100px;
    height: 75px
}

.a18 {
    background-position: -104px -4582px
}

.a33 {
    background-position: -104px -4505px
}

.a9,
.a33 {
    width: 100px;
    height: 75px
}

.a9 {
    background-position: -104px -4428px
}

.a11 {
    background-position: -104px -4352px
}

.a11,
.a12 {
    width: 100px;
    height: 74px
}

.a12 {
    background-position: -104px -4276px
}

.a20 {
    background-position: -104px -4200px
}

.a5,
.a20 {
    width: 100px;
    height: 74px
}

.a5 {
    background-position: -104px -4124px
}

.b59 {
    width: 74px;
    height: 100px;
    background-position: -104px -4022px
}

.a14 {
    background-position: -104px -3947px
}

.a2,
.a14 {
    width: 100px;
    height: 73px
}

.a2 {
    background-position: -104px -3872px
}

.a3 {
    background-position: -104px -3797px
}

.a3,
.a35 {
    width: 100px;
    height: 73px
}

.a35 {
    background-position: -104px -3722px
}

.a38 {
    background-position: -104px -3647px
}

.a38,
.a48 {
    width: 100px;
    height: 73px
}

.a48 {
    background-position: -104px -3572px
}

.a7 {
    background-position: -104px -3497px
}

.a7,
.a8 {
    width: 100px;
    height: 73px
}

.a8 {
    background-position: -104px -3422px
}

.b57 {
    width: 73px;
    height: 100px;
    background-position: -104px -3320px
}

.a1 {
    background-position: -104px -3246px
}

.a1,
.a36 {
    width: 100px;
    height: 72px
}

.a36 {
    background-position: -104px -3172px
}

.a39 {
    background-position: -104px -3098px
}

.a39,
.a40 {
    width: 100px;
    height: 72px
}

.a40 {
    background-position: -104px -3024px
}

.a43 {
    width: 100px;
    height: 72px;
    background-position: -104px -2950px
}

.b55 {
    background-position: -104px -2848px
}

.b55,
.b58 {
    width: 72px;
    height: 100px
}

.b58 {
    background-position: -104px -2746px
}

.a34 {
    background-position: -104px -2673px
}

.a34,
.a37 {
    width: 100px;
    height: 71px
}

.a37 {
    background-position: -104px -2600px
}

.a46 {
    width: 100px;
    height: 71px;
    background-position: -104px -2527px
}

.b54 {
    width: 71px;
    height: 100px;
    background-position: -104px -2425px
}

.c45 {
    background-position: -104px -2352px
}

.c45,
.c46 {
    width: 100px;
    height: 71px
}

.c46 {
    background-position: -104px -2279px
}

.a24 {
    width: 100px;
    height: 70px;
    background-position: -104px -2207px
}

.e7 {
    background-position: -104px -2105px
}

.e7,
.e9 {
    width: 63px;
    height: 100px
}

.e9 {
    background-position: -104px -2003px
}

.e10 {
    background-position: -104px -1901px
}

.e6,
.e10 {
    width: 62px;
    height: 100px
}

.e6 {
    background-position: -104px -1799px
}

.f10 {
    height: 55px;
    background-position: -104px -1742px
}

.f3,
.f10 {
    width: 100px
}

.f3 {
    height: 54px;
    background-position: -104px -1686px
}

.f7 {
    width: 100px;
    height: 53px;
    background-position: -104px -1631px
}

.d20 {
    background-position: -104px -1577px
}

.d20,
.f8 {
    width: 100px;
    height: 52px
}

.f8 {
    background-position: -104px -1523px
}

.d1 {
    background-position: -104px -1470px
}

.d1,
.d15 {
    width: 100px;
    height: 51px
}

.d15 {
    background-position: -104px -1417px
}

.d18 {
    background-position: -104px -1364px
}

.d18,
.d21 {
    width: 100px;
    height: 51px
}

.d21 {
    background-position: -104px -1311px
}

.d5 {
    background-position: -104px -1258px
}

.d5,
.f9 {
    width: 100px;
    height: 51px
}

.f9 {
    background-position: -104px -1205px
}

.d2 {
    background-position: -104px -1153px
}

.d2,
.d4 {
    width: 100px;
    height: 50px
}

.d4 {
    background-position: -104px -1101px
}

.d6 {
    background-position: -104px -1049px
}

.d6,
.d7 {
    width: 100px;
    height: 50px
}

.d7 {
    background-position: -104px -997px
}

.d16 {
    background-position: -104px -946px
}

.d16,
.d17 {
    width: 100px;
    height: 49px
}

.d17 {
    background-position: -104px -895px
}

.d3 {
    background-position: -104px -844px
}

.d3,
.d9 {
    width: 100px;
    height: 49px
}

.d9 {
    background-position: -104px -793px
}

.d13 {
    background-position: -104px -743px
}

.d13,
.d14 {
    width: 100px;
    height: 48px
}

.d14 {
    background-position: -104px -693px
}

.d8 {
    height: 48px;
    background-position: -104px -643px
}

.d8,
.d10 {
    width: 100px
}

.d10 {
    height: 47px;
    background-position: -104px -594px
}

.d12 {
    width: 100px;
    height: 45px;
    background-position: -104px -547px
}

.e1 {
    background-position: -104px -445px
}

.e1,
.e2 {
    width: 44px;
    height: 100px
}

.e2 {
    background-position: -104px -343px
}

.e3 {
    background-position: -104px -241px
}

.e3,
.e5 {
    width: 44px;
    height: 100px
}

.e5 {
    background-position: -104px -139px
}

.e11 {
    height: 43px;
    background-position: -104px -94px
}

.e8,
.e11 {
    width: 100px
}

.e8 {
    height: 39px;
    background-position: -104px -53px
}

.f2 {
    height: 24px;
    background-position: -104px -27px
}

.f1,
.f2 {
    width: 100px
}

.f1 {
    height: 23px;
    background-position: -104px -2px
}

.types-sprite {
    /* background-image: url(/images/teoria/all_types-min.png); */
    background-color: transparent;
    background-repeat: no-repeat;
    display: inline-block
}

.bus {
    width: 191px;
    height: 75px;
    background-position: -2px -265px
}

.haulage {
    width: 150px;
    height: 75px;
    background-position: -2px -188px
}

.taxi {
    width: 135px;
    height: 75px;
    background-position: -2px -111px
}

.private {
    width: 134px;
    height: 75px;
    background-position: -2px -34px
}

.truck {
    width: 129px;
    height: 75px;
    background-position: -138px -2px
}

.motorcycle {
    width: 122px;
    height: 75px;
    background-position: -139px -79px
}

.trella {
    width: 150px;
    height: 57px;
    background-position: -154px -188px
}

.tractor {
    width: 95px;
    height: 75px;
    background-position: -195px -247px
}

.trella-s {
    width: 79px;
    height: 30px;
    background-position: -139px -156px
}

.bus-s {
    width: 76px;
    height: 30px;
    background-position: -220px -156px
}

.haulage-s {
    width: 60px;
    height: 30px;
    background-position: -2px -2px
}

.private-s {
    background-position: -64px -2px
}

.private-s,
.taxi-s {
    width: 54px;
    height: 30px
}

.taxi-s {
    background-position: -263px -111px
}

.truck-s {
    width: 52px;
    height: 30px;
    background-position: -263px -79px
}

.motorcycle-s {
    width: 49px;
    height: 30px;
    background-position: -269px -34px
}

.tractor-s {
    width: 38px;
    height: 30px;
    background-position: -269px -2px
}

.dots-spin-500-overlay {
    height: 500px;
    width: 100%;
    z-index: 5;
    text-align: center;
    background: #fff;
    position: absolute
}

.dots-spin-200 {
    height: 200px;
    text-align: center
}

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    to {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.questionID {
    float: left;
    color: #ddd
}

.question {
    text-align: right;
    font-weight: 700
}

#questions-list div:hover,
.no-touch .quiz.open .option:hover {
    background: #8aa65b;
    color: #fff;
    cursor: pointer
}

.quiz-page {
    cursor: default;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    padding-top: 15px
}

.quiz {
    font-size: 15px
}

.quiz .selected,
.quiz .selected:hover {
    background: #577b2a !important;
    color: #fff
}

.viewed {
    background: #e9e9e9
}

.answered {
    background: #3a3a3a;
    color: #c5c5c5
}

.col-xs-2 {
    width: 20%;
    position: relative;
    padding: 15px;
    float: left;
    border-radius: 5px;
    border: 1px dashed #d3d3d3
}

#questions-list {
    text-align: center
}

.quiz-page .fault {
    background: #f1d5d6;
    color: #3d2a2a
}

.quiz-page .correct {
    background: #bbdd8c;
    color: #11180c
}

.autoNext {
    margin: 0;
    padding: 10px;
    background: #00c136
}

.sitting-box {
    margin-bottom: 15px;
    font-size: 12px
}

.quiz-ad-bottom {
    margin: 30px 0;
    padding: 5px;
    border: 1px solid #e2e2e2;
    background: #f5f5f5
}

.progress .level-out {
    margin-left: 0
}

#quiz-container {
    padding-top: 15px
}

.mobile-level-in {
    display: none;
    width: 0
}

#quiz-list {
    margin: 20px 0;
    padding: 0 15px
}

#quiz-list ul {
    display: table;
    margin: auto
}

#quiz-list li {
    float: right;
    margin: 1px;
    background: #777
}

#quiz-list li a {
    display: block;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 35px;
    color: #fff !important;
    min-width: 33px;
    text-align: center
}

#quiz-list li:hover {
    background-color: #8aa65b;
    color: #fff
}

#filters li.active a,
#quiz-list li:hover a {
    color: #fff
}

#quiz-list .active {
    background-color: #8aa65b;
    color: #fff
}

@media(max-width:992px) {
    .mobile-level-in {
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        background: #8aa65b;
        height: 3px
    }
}

@media(min-width:768px) {
    #quiz-list {
        margin: 20px 25px;
        -webkit-transform: skew(-25deg, 0);
        transform: skew(-25deg, 0)
    }

    #quiz-list li {
        margin: 0 1px 0 0
    }

    #quiz-list li a {
        -webkit-transform: skew(25deg, 0);
        transform: skew(25deg, 0)
    }
}

#facebook-login {
    background: #1c84c6;
    color: #fff;
    border-radius: 3px;
    line-height: 25px;
    margin: 6px;
    padding: 0 7px;
    font-size: 11px;
    box-shadow: inset 0 0 0 #1872ab, 0 2px 0 0 #1872ab
}

#facebook-login:hover {
    text-decoration: none;
    background: #1872ab;
    color: #fff
}

.img-circle {
    border-radius: 50%
}

.user-top-bar img {
    height: 25px;
    width: 25px
}
