/*Theme Name: Maison Design#Theme URI: https://wordpress.org/themes/maisondesign/Author: the WordPress teamAuthor URI: https://wordpress.org/Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Maison Design's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.Version: 1.3License: GNU General Public License v2 or laterLicense URI: http://www.gnu.org/licenses/gpl-2.0.htmlTags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-readyText Domain: maisondesignThis theme, like WordPress, is licensed under the GPL.Use it to make something cool, have fun, and share what you've learned with others.*/
/* ==========================================================================   font awesome   ========================================================================== */

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-fw {
    width: 1.28571429em;
    text-align: center
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}
.fa-ul>li {
    position: relative
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}
.fa-li.fa-lg {
    left: -1.85714286em
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.fa.pull-left {
    margin-right: .3em
}
.fa.pull-right {
    margin-left: .3em
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.fa-stack-1x {
    line-height: inherit
}
.fa-stack-2x {
    font-size: 2em
}
.fa-inverse {
    color: #fff
}
.fa-glass:before {
    content: "\f000"
}
.fa-music:before {
    content: "\f001"
}
.fa-search:before {
    content: "\f002"
}
.fa-envelope-o:before {
    content: "\f003"
}
.fa-heart:before {
    content: "\f004"
}
.fa-star:before {
    content: "\f005"
}
.fa-star-o:before {
    content: "\f006"
}
.fa-user:before {
    content: "\f007"
}
.fa-film:before {
    content: "\f008"
}
.fa-th-large:before {
    content: "\f009"
}
.fa-th:before {
    content: "\f00a"
}
.fa-th-list:before {
    content: "\f00b"
}
.fa-check:before {
    content: "\f00c"
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}
.fa-search-plus:before {
    content: "\f00e"
}
.fa-search-minus:before {
    content: "\f010"
}
.fa-power-off:before {
    content: "\f011"
}
.fa-signal:before {
    content: "\f012"
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}
.fa-trash-o:before {
    content: "\f014"
}
.fa-home:before {
    content: "\f015"
}
.fa-file-o:before {
    content: "\f016"
}
.fa-clock-o:before {
    content: "\f017"
}
.fa-road:before {
    content: "\f018"
}
.fa-download:before {
    content: "\f019"
}
.fa-arrow-circle-o-down:before {
    content: "\f01a"
}
.fa-arrow-circle-o-up:before {
    content: "\f01b"
}
.fa-inbox:before {
    content: "\f01c"
}
.fa-play-circle-o:before {
    content: "\f01d"
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}
.fa-refresh:before {
    content: "\f021"
}
.fa-list-alt:before {
    content: "\f022"
}
.fa-lock:before {
    content: "\f023"
}
.fa-flag:before {
    content: "\f024"
}
.fa-headphones:before {
    content: "\f025"
}
.fa-volume-off:before {
    content: "\f026"
}
.fa-volume-down:before {
    content: "\f027"
}
.fa-volume-up:before {
    content: "\f028"
}
.fa-qrcode:before {
    content: "\f029"
}
.fa-barcode:before {
    content: "\f02a"
}
.fa-tag:before {
    content: "\f02b"
}
.fa-tags:before {
    content: "\f02c"
}
.fa-book:before {
    content: "\f02d"
}
.fa-bookmark:before {
    content: "\f02e"
}
.fa-print:before {
    content: "\f02f"
}
.fa-camera:before {
    content: "\f030"
}
.fa-font:before {
    content: "\f031"
}
.fa-bold:before {
    content: "\f032"
}
.fa-italic:before {
    content: "\f033"
}
.fa-text-height:before {
    content: "\f034"
}
.fa-text-width:before {
    content: "\f035"
}
.fa-align-left:before {
    content: "\f036"
}
.fa-align-center:before {
    content: "\f037"
}
.fa-align-right:before {
    content: "\f038"
}
.fa-align-justify:before {
    content: "\f039"
}
.fa-list:before {
    content: "\f03a"
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}
.fa-indent:before {
    content: "\f03c"
}
.fa-video-camera:before {
    content: "\f03d"
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}
.fa-pencil:before {
    content: "\f040"
}
.fa-map-marker:before {
    content: "\f041"
}
.fa-adjust:before {
    content: "\f042"
}
.fa-tint:before {
    content: "\f043"
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}
.fa-share-square-o:before {
    content: "\f045"
}
.fa-check-square-o:before {
    content: "\f046"
}
.fa-arrows:before {
    content: "\f047"
}
.fa-step-backward:before {
    content: "\f048"
}
.fa-fast-backward:before {
    content: "\f049"
}
.fa-backward:before {
    content: "\f04a"
}
.fa-play:before {
    content: "\f04b"
}
.fa-pause:before {
    content: "\f04c"
}
.fa-stop:before {
    content: "\f04d"
}
.fa-forward:before {
    content: "\f04e"
}
.fa-fast-forward:before {
    content: "\f050"
}
.fa-step-forward:before {
    content: "\f051"
}
.fa-eject:before {
    content: "\f052"
}
.fa-chevron-left:before {
    content: "\f053"
}
.fa-chevron-right:before {
    content: "\f054"
}
.fa-plus-circle:before {
    content: "\f055"
}
.fa-minus-circle:before {
    content: "\f056"
}
.fa-times-circle:before {
    content: "\f057"
}
.fa-check-circle:before {
    content: "\f058"
}
.fa-question-circle:before {
    content: "\f059"
}
.fa-info-circle:before {
    content: "\f05a"
}
.fa-crosshairs:before {
    content: "\f05b"
}
.fa-times-circle-o:before {
    content: "\f05c"
}
.fa-check-circle-o:before {
    content: "\f05d"
}
.fa-ban:before {
    content: "\f05e"
}
.fa-arrow-left:before {
    content: "\f060"
}
.fa-arrow-right:before {
    content: "\f061"
}
.fa-arrow-up:before {
    content: "\f062"
}
.fa-arrow-down:before {
    content: "\f063"
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}
.fa-expand:before {
    content: "\f065"
}
.fa-compress:before {
    content: "\f066"
}
.fa-plus:before {
    content: "\f067"
}
.fa-minus:before {
    content: "\f068"
}
.fa-asterisk:before {
    content: "\f069"
}
.fa-exclamation-circle:before {
    content: "\f06a"
}
.fa-gift:before {
    content: "\f06b"
}
.fa-leaf:before {
    content: "\f06c"
}
.fa-fire:before {
    content: "\f06d"
}
.fa-eye:before {
    content: "\f06e"
}
.fa-eye-slash:before {
    content: "\f070"
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}
.fa-plane:before {
    content: "\f072"
}
.fa-calendar:before {
    content: "\f073"
}
.fa-random:before {
    content: "\f074"
}
.fa-comment:before {
    content: "\f075"
}
.fa-magnet:before {
    content: "\f076"
}
.fa-chevron-up:before {
    content: "\f077"
}
.fa-chevron-down:before {
    content: "\f078"
}
.fa-retweet:before {
    content: "\f079"
}
.fa-shopping-cart:before {
    content: "\f07a"
}
.fa-folder:before {
    content: "\f07b"
}
.fa-folder-open:before {
    content: "\f07c"
}
.fa-arrows-v:before {
    content: "\f07d"
}
.fa-arrows-h:before {
    content: "\f07e"
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}
.fa-twitter-square:before {
    content: "\f081"
}
.fa-facebook-square:before {
    content: "\f082"
}
.fa-camera-retro:before {
    content: "\f083"
}
.fa-key:before {
    content: "\f084"
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}
.fa-comments:before {
    content: "\f086"
}
.fa-thumbs-o-up:before {
    content: "\f087"
}
.fa-thumbs-o-down:before {
    content: "\f088"
}
.fa-star-half:before {
    content: "\f089"
}
.fa-heart-o:before {
    content: "\f08a"
}
.fa-sign-out:before {
    content: "\f08b"
}
.fa-linkedin-square:before {
    content: "\f08c"
}
.fa-thumb-tack:before {
    content: "\f08d"
}
.fa-external-link:before {
    content: "\f08e"
}
.fa-sign-in:before {
    content: "\f090"
}
.fa-trophy:before {
    content: "\f091"
}
.fa-github-square:before {
    content: "\f092"
}
.fa-upload:before {
    content: "\f093"
}
.fa-lemon-o:before {
    content: "\f094"
}
.fa-phone:before {
    content: "\f095"
}
.fa-square-o:before {
    content: "\f096"
}
.fa-bookmark-o:before {
    content: "\f097"
}
.fa-phone-square:before {
    content: "\f098"
}
.fa-twitter:before {
    content: "\f099"
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}
.fa-github:before {
    content: "\f09b"
}
.fa-unlock:before {
    content: "\f09c"
}
.fa-credit-card:before {
    content: "\f09d"
}
.fa-rss:before {
    content: "\f09e"
}
.fa-hdd-o:before {
    content: "\f0a0"
}
.fa-bullhorn:before {
    content: "\f0a1"
}
.fa-bell:before {
    content: "\f0f3"
}
.fa-certificate:before {
    content: "\f0a3"
}
.fa-hand-o-right:before {
    content: "\f0a4"
}
.fa-hand-o-left:before {
    content: "\f0a5"
}
.fa-hand-o-up:before {
    content: "\f0a6"
}
.fa-hand-o-down:before {
    content: "\f0a7"
}
.fa-arrow-circle-left:before {
    content: "\f0a8"
}
.fa-arrow-circle-right:before {
    content: "\f0a9"
}
.fa-arrow-circle-up:before {
    content: "\f0aa"
}
.fa-arrow-circle-down:before {
    content: "\f0ab"
}
.fa-globe:before {
    content: "\f0ac"
}
.fa-wrench:before {
    content: "\f0ad"
}
.fa-tasks:before {
    content: "\f0ae"
}
.fa-filter:before {
    content: "\f0b0"
}
.fa-briefcase:before {
    content: "\f0b1"
}
.fa-arrows-alt:before {
    content: "\f0b2"
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}
.fa-cloud:before {
    content: "\f0c2"
}
.fa-flask:before {
    content: "\f0c3"
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}
.fa-paperclip:before {
    content: "\f0c6"
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}
.fa-square:before {
    content: "\f0c8"
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}
.fa-list-ul:before {
    content: "\f0ca"
}
.fa-list-ol:before {
    content: "\f0cb"
}
.fa-strikethrough:before {
    content: "\f0cc"
}
.fa-underline:before {
    content: "\f0cd"
}
.fa-table:before {
    content: "\f0ce"
}
.fa-magic:before {
    content: "\f0d0"
}
.fa-truck:before {
    content: "\f0d1"
}
.fa-pinterest:before {
    content: "\f0d2"
}
.fa-pinterest-square:before {
    content: "\f0d3"
}
.fa-google-plus-square:before {
    content: "\f0d4"
}
.fa-google-plus:before {
    content: "\f0d5"
}
.fa-money:before {
    content: "\f0d6"
}
.fa-caret-down:before {
    content: "\f0d7"
}
.fa-caret-up:before {
    content: "\f0d8"
}
.fa-caret-left:before {
    content: "\f0d9"
}
.fa-caret-right:before {
    content: "\f0da"
}
.fa-columns:before {
    content: "\f0db"
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}
.fa-envelope:before {
    content: "\f0e0"
}
.fa-linkedin:before {
    content: "\f0e1"
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}
.fa-comment-o:before {
    content: "\f0e5"
}
.fa-comments-o:before {
    content: "\f0e6"
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}
.fa-sitemap:before {
    content: "\f0e8"
}
.fa-umbrella:before {
    content: "\f0e9"
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}
.fa-lightbulb-o:before {
    content: "\f0eb"
}
.fa-exchange:before {
    content: "\f0ec"
}
.fa-cloud-download:before {
    content: "\f0ed"
}
.fa-cloud-upload:before {
    content: "\f0ee"
}
.fa-user-md:before {
    content: "\f0f0"
}
.fa-stethoscope:before {
    content: "\f0f1"
}
.fa-suitcase:before {
    content: "\f0f2"
}
.fa-bell-o:before {
    content: "\f0a2"
}
.fa-coffee:before {
    content: "\f0f4"
}
.fa-cutlery:before {
    content: "\f0f5"
}
.fa-file-text-o:before {
    content: "\f0f6"
}
.fa-building-o:before {
    content: "\f0f7"
}
.fa-hospital-o:before {
    content: "\f0f8"
}
.fa-ambulance:before {
    content: "\f0f9"
}
.fa-medkit:before {
    content: "\f0fa"
}
.fa-fighter-jet:before {
    content: "\f0fb"
}
.fa-beer:before {
    content: "\f0fc"
}
.fa-h-square:before {
    content: "\f0fd"
}
.fa-plus-square:before {
    content: "\f0fe"
}
.fa-angle-double-left:before {
    content: "\f100"
}
.fa-angle-double-right:before {
    content: "\f101"
}
.fa-angle-double-up:before {
    content: "\f102"
}
.fa-angle-double-down:before {
    content: "\f103"
}
.fa-angle-left:before {
    content: "\f104"
}
.fa-angle-right:before {
    content: "\f105"
}
.fa-angle-up:before {
    content: "\f106"
}
.fa-angle-down:before {
    content: "\f107"
}
.fa-desktop:before {
    content: "\f108"
}
.fa-laptop:before {
    content: "\f109"
}
.fa-tablet:before {
    content: "\f10a"
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}
.fa-circle-o:before {
    content: "\f10c"
}
.fa-quote-left:before {
    content: "\f10d"
}
.fa-quote-right:before {
    content: "\f10e"
}
.fa-spinner:before {
    content: "\f110"
}
.fa-circle:before {
    content: "\f111"
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}
.fa-github-alt:before {
    content: "\f113"
}
.fa-folder-o:before {
    content: "\f114"
}
.fa-folder-open-o:before {
    content: "\f115"
}
.fa-smile-o:before {
    content: "\f118"
}
.fa-frown-o:before {
    content: "\f119"
}
.fa-meh-o:before {
    content: "\f11a"
}
.fa-gamepad:before {
    content: "\f11b"
}
.fa-keyboard-o:before {
    content: "\f11c"
}
.fa-flag-o:before {
    content: "\f11d"
}
.fa-flag-checkered:before {
    content: "\f11e"
}
.fa-terminal:before {
    content: "\f120"
}
.fa-code:before {
    content: "\f121"
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}
.fa-location-arrow:before {
    content: "\f124"
}
.fa-crop:before {
    content: "\f125"
}
.fa-code-fork:before {
    content: "\f126"
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}
.fa-question:before {
    content: "\f128"
}
.fa-info:before {
    content: "\f129"
}
.fa-exclamation:before {
    content: "\f12a"
}
.fa-superscript:before {
    content: "\f12b"
}
.fa-subscript:before {
    content: "\f12c"
}
.fa-eraser:before {
    content: "\f12d"
}
.fa-puzzle-piece:before {
    content: "\f12e"
}
.fa-microphone:before {
    content: "\f130"
}
.fa-microphone-slash:before {
    content: "\f131"
}
.fa-shield:before {
    content: "\f132"
}
.fa-calendar-o:before {
    content: "\f133"
}
.fa-fire-extinguisher:before {
    content: "\f134"
}
.fa-rocket:before {
    content: "\f135"
}
.fa-maxcdn:before {
    content: "\f136"
}
.fa-chevron-circle-left:before {
    content: "\f137"
}
.fa-chevron-circle-right:before {
    content: "\f138"
}
.fa-chevron-circle-up:before {
    content: "\f139"
}
.fa-chevron-circle-down:before {
    content: "\f13a"
}
.fa-html5:before {
    content: "\f13b"
}
.fa-css3:before {
    content: "\f13c"
}
.fa-anchor:before {
    content: "\f13d"
}
.fa-unlock-alt:before {
    content: "\f13e"
}
.fa-bullseye:before {
    content: "\f140"
}
.fa-ellipsis-h:before {
    content: "\f141"
}
.fa-ellipsis-v:before {
    content: "\f142"
}
.fa-rss-square:before {
    content: "\f143"
}
.fa-play-circle:before {
    content: "\f144"
}
.fa-ticket:before {
    content: "\f145"
}
.fa-minus-square:before {
    content: "\f146"
}
.fa-minus-square-o:before {
    content: "\f147"
}
.fa-level-up:before {
    content: "\f148"
}
.fa-level-down:before {
    content: "\f149"
}
.fa-check-square:before {
    content: "\f14a"
}
.fa-pencil-square:before {
    content: "\f14b"
}
.fa-external-link-square:before {
    content: "\f14c"
}
.fa-share-square:before {
    content: "\f14d"
}
.fa-compass:before {
    content: "\f14e"
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}
.fa-gbp:before {
    content: "\f154"
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}
.fa-won:before,
.fa-krw:before {
    content: "\f159"
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}
.fa-file:before {
    content: "\f15b"
}
.fa-file-text:before {
    content: "\f15c"
}
.fa-sort-alpha-asc:before {
    content: "\f15d"
}
.fa-sort-alpha-desc:before {
    content: "\f15e"
}
.fa-sort-amount-asc:before {
    content: "\f160"
}
.fa-sort-amount-desc:before {
    content: "\f161"
}
.fa-sort-numeric-asc:before {
    content: "\f162"
}
.fa-sort-numeric-desc:before {
    content: "\f163"
}
.fa-thumbs-up:before {
    content: "\f164"
}
.fa-thumbs-down:before {
    content: "\f165"
}
.fa-youtube-square:before {
    content: "\f166"
}
.fa-youtube:before {
    content: "\f167"
}
.fa-xing:before {
    content: "\f168"
}
.fa-xing-square:before {
    content: "\f169"
}
.fa-youtube-play:before {
    content: "\f16a"
}
.fa-dropbox:before {
    content: "\f16b"
}
.fa-stack-overflow:before {
    content: "\f16c"
}
.fa-instagram:before {
    content: "\f16d"
}
.fa-flickr:before {
    content: "\f16e"
}
.fa-adn:before {
    content: "\f170"
}
.fa-bitbucket:before {
    content: "\f171"
}
.fa-bitbucket-square:before {
    content: "\f172"
}
.fa-tumblr:before {
    content: "\f173"
}
.fa-tumblr-square:before {
    content: "\f174"
}
.fa-long-arrow-down:before {
    content: "\f175"
}
.fa-long-arrow-up:before {
    content: "\f176"
}
.fa-long-arrow-left:before {
    content: "\f177"
}
.fa-long-arrow-right:before {
    content: "\f178"
}
.fa-apple:before {
    content: "\f179"
}
.fa-windows:before {
    content: "\f17a"
}
.fa-android:before {
    content: "\f17b"
}
.fa-linux:before {
    content: "\f17c"
}
.fa-dribbble:before {
    content: "\f17d"
}
.fa-skype:before {
    content: "\f17e"
}
.fa-foursquare:before {
    content: "\f180"
}
.fa-trello:before {
    content: "\f181"
}
.fa-female:before {
    content: "\f182"
}
.fa-male:before {
    content: "\f183"
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}
.fa-sun-o:before {
    content: "\f185"
}
.fa-moon-o:before {
    content: "\f186"
}
.fa-archive:before {
    content: "\f187"
}
.fa-bug:before {
    content: "\f188"
}
.fa-vk:before {
    content: "\f189"
}
.fa-weibo:before {
    content: "\f18a"
}
.fa-renren:before {
    content: "\f18b"
}
.fa-pagelines:before {
    content: "\f18c"
}
.fa-stack-exchange:before {
    content: "\f18d"
}
.fa-arrow-circle-o-right:before {
    content: "\f18e"
}
.fa-arrow-circle-o-left:before {
    content: "\f190"
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}
.fa-dot-circle-o:before {
    content: "\f192"
}
.fa-wheelchair:before {
    content: "\f193"
}
.fa-vimeo-square:before {
    content: "\f194"
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}
.fa-plus-square-o:before {
    content: "\f196"
}
.fa-space-shuttle:before {
    content: "\f197"
}
.fa-slack:before {
    content: "\f198"
}
.fa-envelope-square:before {
    content: "\f199"
}
.fa-wordpress:before {
    content: "\f19a"
}
.fa-openid:before {
    content: "\f19b"
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}
.fa-yahoo:before {
    content: "\f19e"
}
.fa-google:before {
    content: "\f1a0"
}
.fa-reddit:before {
    content: "\f1a1"
}
.fa-reddit-square:before {
    content: "\f1a2"
}
.fa-stumbleupon-circle:before {
    content: "\f1a3"
}
.fa-stumbleupon:before {
    content: "\f1a4"
}
.fa-delicious:before {
    content: "\f1a5"
}
.fa-digg:before {
    content: "\f1a6"
}
.fa-pied-piper:before {
    content: "\f1a7"
}
.fa-pied-piper-alt:before {
    content: "\f1a8"
}
.fa-drupal:before {
    content: "\f1a9"
}
.fa-joomla:before {
    content: "\f1aa"
}
.fa-language:before {
    content: "\f1ab"
}
.fa-fax:before {
    content: "\f1ac"
}
.fa-building:before {
    content: "\f1ad"
}
.fa-child:before {
    content: "\f1ae"
}
.fa-paw:before {
    content: "\f1b0"
}
.fa-spoon:before {
    content: "\f1b1"
}
.fa-cube:before {
    content: "\f1b2"
}
.fa-cubes:before {
    content: "\f1b3"
}
.fa-behance:before {
    content: "\f1b4"
}
.fa-behance-square:before {
    content: "\f1b5"
}
.fa-steam:before {
    content: "\f1b6"
}
.fa-steam-square:before {
    content: "\f1b7"
}
.fa-recycle:before {
    content: "\f1b8"
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}
.fa-tree:before {
    content: "\f1bb"
}
.fa-spotify:before {
    content: "\f1bc"
}
.fa-deviantart:before {
    content: "\f1bd"
}
.fa-soundcloud:before {
    content: "\f1be"
}
.fa-database:before {
    content: "\f1c0"
}
.fa-file-pdf-o:before {
    content: "\f1c1"
}
.fa-file-word-o:before {
    content: "\f1c2"
}
.fa-file-excel-o:before {
    content: "\f1c3"
}
.fa-file-powerpoint-o:before {
    content: "\f1c4"
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}
.fa-file-code-o:before {
    content: "\f1c9"
}
.fa-vine:before {
    content: "\f1ca"
}
.fa-codepen:before {
    content: "\f1cb"
}
.fa-jsfiddle:before {
    content: "\f1cc"
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}
.fa-circle-o-notch:before {
    content: "\f1ce"
}
.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}
.fa-git-square:before {
    content: "\f1d2"
}
.fa-git:before {
    content: "\f1d3"
}
.fa-hacker-news:before {
    content: "\f1d4"
}
.fa-tencent-weibo:before {
    content: "\f1d5"
}
.fa-qq:before {
    content: "\f1d6"
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}
.fa-history:before {
    content: "\f1da"
}
.fa-genderless:before,
.fa-circle-thin:before {
    content: "\f1db"
}
.fa-header:before {
    content: "\f1dc"
}
.fa-paragraph:before {
    content: "\f1dd"
}
.fa-sliders:before {
    content: "\f1de"
}
.fa-share-alt:before {
    content: "\f1e0"
}
.fa-share-alt-square:before {
    content: "\f1e1"
}
.fa-bomb:before {
    content: "\f1e2"
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}
.fa-tty:before {
    content: "\f1e4"
}
.fa-binoculars:before {
    content: "\f1e5"
}
.fa-plug:before {
    content: "\f1e6"
}
.fa-slideshare:before {
    content: "\f1e7"
}
.fa-twitch:before {
    content: "\f1e8"
}
.fa-yelp:before {
    content: "\f1e9"
}
.fa-newspaper-o:before {
    content: "\f1ea"
}
.fa-wifi:before {
    content: "\f1eb"
}
.fa-calculator:before {
    content: "\f1ec"
}
.fa-paypal:before {
    content: "\f1ed"
}
.fa-google-wallet:before {
    content: "\f1ee"
}
.fa-cc-visa:before {
    content: "\f1f0"
}
.fa-cc-mastercard:before {
    content: "\f1f1"
}
.fa-cc-discover:before {
    content: "\f1f2"
}
.fa-cc-amex:before {
    content: "\f1f3"
}
.fa-cc-paypal:before {
    content: "\f1f4"
}
.fa-cc-stripe:before {
    content: "\f1f5"
}
.fa-bell-slash:before {
    content: "\f1f6"
}
.fa-bell-slash-o:before {
    content: "\f1f7"
}
.fa-trash:before {
    content: "\f1f8"
}
.fa-copyright:before {
    content: "\f1f9"
}
.fa-at:before {
    content: "\f1fa"
}
.fa-eyedropper:before {
    content: "\f1fb"
}
.fa-paint-brush:before {
    content: "\f1fc"
}
.fa-birthday-cake:before {
    content: "\f1fd"
}
.fa-area-chart:before {
    content: "\f1fe"
}
.fa-pie-chart:before {
    content: "\f200"
}
.fa-line-chart:before {
    content: "\f201"
}
.fa-lastfm:before {
    content: "\f202"
}
.fa-lastfm-square:before {
    content: "\f203"
}
.fa-toggle-off:before {
    content: "\f204"
}
.fa-toggle-on:before {
    content: "\f205"
}
.fa-bicycle:before {
    content: "\f206"
}
.fa-bus:before {
    content: "\f207"
}
.fa-ioxhost:before {
    content: "\f208"
}
.fa-angellist:before {
    content: "\f209"
}
.fa-cc:before {
    content: "\f20a"
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}
.fa-meanpath:before {
    content: "\f20c"
}
.fa-buysellads:before {
    content: "\f20d"
}
.fa-connectdevelop:before {
    content: "\f20e"
}
.fa-dashcube:before {
    content: "\f210"
}
.fa-forumbee:before {
    content: "\f211"
}
.fa-leanpub:before {
    content: "\f212"
}
.fa-sellsy:before {
    content: "\f213"
}
.fa-shirtsinbulk:before {
    content: "\f214"
}
.fa-simplybuilt:before {
    content: "\f215"
}
.fa-skyatlas:before {
    content: "\f216"
}
.fa-cart-plus:before {
    content: "\f217"
}
.fa-cart-arrow-down:before {
    content: "\f218"
}
.fa-diamond:before {
    content: "\f219"
}
.fa-ship:before {
    content: "\f21a"
}
.fa-user-secret:before {
    content: "\f21b"
}
.fa-motorcycle:before {
    content: "\f21c"
}
.fa-street-view:before {
    content: "\f21d"
}
.fa-heartbeat:before {
    content: "\f21e"
}
.fa-venus:before {
    content: "\f221"
}
.fa-mars:before {
    content: "\f222"
}
.fa-mercury:before {
    content: "\f223"
}
.fa-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-facebook-official:before {
    content: "\f230"
}
.fa-pinterest-p:before {
    content: "\f231"
}
.fa-whatsapp:before {
    content: "\f232"
}
.fa-server:before {
    content: "\f233"
}
.fa-user-plus:before {
    content: "\f234"
}
.fa-user-times:before {
    content: "\f235"
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}
.fa-viacoin:before {
    content: "\f237"
}
.fa-train:before {
    content: "\f238"
}
.fa-subway:before {
    content: "\f239"
}
.fa-medium:before {
    content: "\f23a"
}
/*============================================================================*/
/* ==========================================================================   custom fonts   ========================================================================== */

@font-face {
    font-family: 'geogrotesquemedium';
    src: url('fonts/custom-fonts/Geogrotesque-Medium-webfont.eot');
    src: url('fonts/custom-fonts/Geogrotesque-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/custom-fonts/Geogrotesque-Medium-webfont.woff2') format('woff2'), url('fonts/custom-fonts/Geogrotesque-Medium-webfont.woff') format('woff'), url('fonts/custom-fonts/Geogrotesque-Medium-webfont.ttf') format('truetype'), url('fonts/custom-fonts/Geogrotesque-Medium-webfont.svg#geogrotesquemedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'geogrotesque_regularregular';
    src: url('fonts/custom-fonts/Geogrotesque-Regular-webfont.eot');
    src: url('fonts/custom-fonts/Geogrotesque-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/custom-fonts/Geogrotesque-Regular-webfont.woff2') format('woff2'), url('fonts/custom-fonts/Geogrotesque-Regular-webfont.woff') format('woff'), url('fonts/custom-fonts/Geogrotesque-Regular-webfont.ttf') format('truetype'), url('fonts/custom-fonts/Geogrotesque-Regular-webfont.svg#geogrotesque_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'geogrotesquesemibold';
    src: url('fonts/custom-fonts/Geogrotesque-SemiBold-webfont.eot');
    src: url('fonts/custom-fonts/Geogrotesque-SemiBold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/custom-fonts/Geogrotesque-SemiBold-webfont.woff2') format('woff2'), url('fonts/custom-fonts/Geogrotesque-SemiBold-webfont.woff') format('woff'), url('fonts/custom-fonts/Geogrotesque-SemiBold-webfont.ttf') format('truetype'), url('fonts/custom-fonts/Geogrotesque-SemiBold-webfont.svg#geogrotesquesemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'geogrotesqueultralight';
    src: url('fonts/custom-fonts/Geogrotesque-UltraLight-webfont.eot');
    src: url('fonts/custom-fonts/Geogrotesque-UltraLight-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/custom-fonts/Geogrotesque-UltraLight-webfont.woff2') format('woff2'), url('fonts/custom-fonts/Geogrotesque-UltraLight-webfont.woff') format('woff'), url('fonts/custom-fonts/Geogrotesque-UltraLight-webfont.ttf') format('truetype'), url('fonts/custom-fonts/Geogrotesque-UltraLight-webfont.svg#geogrotesqueultralight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SiscoBook-Italic';
    src: url('fonts/custom-fonts/2dd78e_0_0-webfont.eot');
    src: url('fonts/custom-fonts/2dd78e_0_0-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/custom-fonts/2dd78e_0_0-webfont.woff2') format('woff2'), url('fonts/custom-fonts/2dd78e_0_0-webfont.woff') format('woff'), url('fonts/custom-fonts/2dd78e_0_0-webfont.ttf') format('truetype'), url('fonts/custom-fonts/2dd78e_0_0-webfont.svg#SiscoBook-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SiscoDemiBold-Italic';
    src: url('fonts/custom-fonts/2dd78e_1_0-webfont.eot');
    src: url('fonts/custom-fonts/2dd78e_1_0-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/custom-fonts/2dd78e_1_0-webfont.woff2') format('woff2'), url('fonts/custom-fonts/2dd78e_1_0-webfont.woff') format('woff'), url('fonts/custom-fonts/2dd78e_1_0-webfont.ttf') format('truetype'), url('fonts/custom-fonts/2dd78e_1_0-webfont.svg#SiscoDemiBold-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SiscoBook';
    src: url('fonts/custom-fonts/2dd78e_2_0-webfont.eot');
    src: url('fonts/custom-fonts/2dd78e_2_0-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/custom-fonts/2dd78e_2_0-webfont.woff2') format('woff2'), url('fonts/custom-fonts/2dd78e_2_0-webfont.woff') format('woff'), url('fonts/custom-fonts/2dd78e_2_0-webfont.ttf') format('truetype'), url('fonts/custom-fonts/2dd78e_2_0-webfont.svg#SiscoBook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Sisco-Bold';
    src: url('fonts/custom-fonts/2dd78e_3_0-webfont.eot');
    src: url('fonts/custom-fonts/2dd78e_3_0-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/custom-fonts/2dd78e_3_0-webfont.woff2') format('woff2'), url('fonts/custom-fonts/2dd78e_3_0-webfont.woff') format('woff'), url('fonts/custom-fonts/2dd78e_3_0-webfont.ttf') format('truetype'), url('fonts/custom-fonts/2dd78e_3_0-webfont.svg#Sisco-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Sisco-BoldItalic';
    src: url('fonts/custom-fonts/2dd78e_4_0-webfont.eot');
    src: url('fonts/custom-fonts/2dd78e_4_0-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/custom-fonts/2dd78e_4_0-webfont.woff2') format('woff2'), url('fonts/custom-fonts/2dd78e_4_0-webfont.woff') format('woff'), url('fonts/custom-fonts/2dd78e_4_0-webfont.ttf') format('truetype'), url('fonts/custom-fonts/2dd78e_4_0-webfont.svg#Sisco-BoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SiscoDemiBold';
    src: url('fonts/custom-fonts/2dd78e_5_0-webfont.eot');
    src: url('fonts/custom-fonts/2dd78e_5_0-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/custom-fonts/2dd78e_5_0-webfont.woff2') format('woff2'), url('fonts/custom-fonts/2dd78e_5_0-webfont.woff') format('woff'), url('fonts/custom-fonts/2dd78e_5_0-webfont.ttf') format('truetype'), url('fonts/custom-fonts/2dd78e_5_0-webfont.svg#SiscoDemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Sisco-LightItalic';
    src: url('fonts/custom-fonts/2dd78e_6_0-webfont.eot');
    src: url('fonts/custom-fonts/2dd78e_6_0-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/custom-fonts/2dd78e_6_0-webfont.woff2') format('woff2'), url('fonts/custom-fonts/2dd78e_6_0-webfont.woff') format('woff'), url('fonts/custom-fonts/2dd78e_6_0-webfont.ttf') format('truetype'), url('fonts/custom-fonts/2dd78e_6_0-webfont.svg#Sisco-LightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SiscoHeavy';
    src: url('fonts/custom-fonts/2dd78e_7_0-webfont.eot');
    src: url('fonts/custom-fonts/2dd78e_7_0-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/custom-fonts/2dd78e_7_0-webfont.woff2') format('woff2'), url('fonts/custom-fonts/2dd78e_7_0-webfont.woff') format('woff'), url('fonts/custom-fonts/2dd78e_7_0-webfont.ttf') format('truetype'), url('fonts/custom-fonts/2dd78e_7_0-webfont.svg#SiscoHeavy') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SiscoExtraLight';
    src: url('fonts/custom-fonts/2dd78e_8_0-webfont.eot');
    src: url('fonts/custom-fonts/2dd78e_8_0-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/custom-fonts/2dd78e_8_0-webfont.woff2') format('woff2'), url('fonts/custom-fonts/2dd78e_8_0-webfont.woff') format('woff'), url('fonts/custom-fonts/2dd78e_8_0-webfont.ttf') format('truetype'), url('fonts/custom-fonts/2dd78e_8_0-webfont.svg#SiscoExtraLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SiscoExtraLight-Italic';
    src: url('fonts/custom-fonts/2dd78e_9_0-webfont.eot');
    src: url('fonts/custom-fonts/2dd78e_9_0-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/custom-fonts/2dd78e_9_0-webfont.woff2') format('woff2'), url('fonts/custom-fonts/2dd78e_9_0-webfont.woff') format('woff'), url('fonts/custom-fonts/2dd78e_9_0-webfont.ttf') format('truetype'), url('fonts/custom-fonts/2dd78e_9_0-webfont.svg#SiscoExtraLight-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SiscoThin-Italic';
    src: url('fonts/custom-fonts/2dd78e_10_0-webfont.eot');
    src: url('fonts/custom-fonts/2dd78e_10_0-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/custom-fonts/2dd78e_10_0-webfont.woff2') format('woff2'), url('fonts/custom-fonts/2dd78e_10_0-webfont.woff') format('woff'), url('fonts/custom-fonts/2dd78e_10_0-webfont.ttf') format('truetype'), url('fonts/custom-fonts/2dd78e_10_0-webfont.svg#SiscoThin-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SiscoThin';
    src: url('fonts/custom-fonts/2dd78e_11_0-webfont.eot');
    src: url('fonts/custom-fonts/2dd78e_11_0-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/custom-fonts/2dd78e_11_0-webfont.woff2') format('woff2'), url('fonts/custom-fonts/2dd78e_11_0-webfont.woff') format('woff'), url('fonts/custom-fonts/2dd78e_11_0-webfont.ttf') format('truetype'), url('fonts/custom-fonts/2dd78e_11_0-webfont.svg#SiscoThin') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Sisco-Italic';
    src: url('fonts/custom-fonts/2dd78e_e_0-webfont.eot');
    src: url('fonts/custom-fonts/2dd78e_e_0-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/custom-fonts/2dd78e_e_0-webfont.woff2') format('woff2'), url('fonts/custom-fonts/2dd78e_e_0-webfont.woff') format('woff'), url('fonts/custom-fonts/2dd78e_e_0-webfont.ttf') format('truetype'), url('fonts/custom-fonts/2dd78e_e_0-webfont.svg#Sisco-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Sisco';
    src: url('fonts/custom-fonts/2dd78e_f_0-webfont.eot');
    src: url('fonts/custom-fonts/2dd78e_f_0-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/custom-fonts/2dd78e_f_0-webfont.woff2') format('woff2'), url('fonts/custom-fonts/2dd78e_f_0-webfont.woff') format('woff'), url('fonts/custom-fonts/2dd78e_f_0-webfont.ttf') format('truetype'), url('fonts/custom-fonts/2dd78e_f_0-webfont.svg#Sisco') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SiscoHeavy-Italic';
    src: url('fonts/custom-fonts/2dd78e_a_0-webfont.eot');
    src: url('fonts/custom-fonts/2dd78e_a_0-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/custom-fonts/2dd78e_a_0-webfont.woff2') format('woff2'), url('fonts/custom-fonts/2dd78e_a_0-webfont.woff') format('woff'), url('fonts/custom-fonts/2dd78e_a_0-webfont.ttf') format('truetype'), url('fonts/custom-fonts/2dd78e_a_0-webfont.svg#SiscoHeavy-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SiscoLight';
    src: url('fonts/custom-fonts/2dd78e_b_0-webfont.eot');
    src: url('fonts/custom-fonts/2dd78e_b_0-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/custom-fonts/2dd78e_b_0-webfont.woff2') format('woff2'), url('fonts/custom-fonts/2dd78e_b_0-webfont.woff') format('woff'), url('fonts/custom-fonts/2dd78e_b_0-webfont.ttf') format('truetype'), url('fonts/custom-fonts/2dd78e_b_0-webfont.svg#SiscoLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SiscoMedium-Italic';
    src: url('fonts/custom-fonts/2dd78e_c_0-webfont.eot');
    src: url('fonts/custom-fonts/2dd78e_c_0-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/custom-fonts/2dd78e_c_0-webfont.woff2') format('woff2'), url('fonts/custom-fonts/2dd78e_c_0-webfont.woff') format('woff'), url('fonts/custom-fonts/2dd78e_c_0-webfont.ttf') format('truetype'), url('fonts/custom-fonts/2dd78e_c_0-webfont.svg#SiscoMedium-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SiscoMedium';
    src: url('fonts/custom-fonts/2dd78e_d_0-webfont.eot');
    src: url('fonts/custom-fonts/2dd78e_d_0-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/custom-fonts/2dd78e_d_0-webfont.woff2') format('woff2'), url('fonts/custom-fonts/2dd78e_d_0-webfont.woff') format('woff'), url('fonts/custom-fonts/2dd78e_d_0-webfont.ttf') format('truetype'), url('fonts/custom-fonts/2dd78e_d_0-webfont.svg#SiscoMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*========================================================================*/
/*========================================================================= animate css===========================================================================*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}
@-webkit-keyframes bounce {
    0%, 100%, 20%, 53%, 80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}
@keyframes bounce {
    0%, 100%, 20%, 53%, 80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}
@-webkit-keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}
@keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}
@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        -ms-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        -ms-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        -ms-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        -ms-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        -ms-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}
@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}
@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -ms-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -ms-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        -ms-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -ms-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -ms-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}
.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}
@keyframes wobble {
    0% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}
@-webkit-keyframes bounceIn {
    0%, 100%, 20%, 40%, 60%, 80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes bounceIn {
    0%, 100%, 20%, 40%, 60%, 80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -ms-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        -ms-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}
@-webkit-keyframes bounceInDown {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}
@keyframes bounceInDown {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        -ms-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        -ms-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        -ms-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}
@keyframes bounceInLeft {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        -ms-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        -ms-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        -ms-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}
@keyframes bounceInRight {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        -ms-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        -ms-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        -ms-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}
@-webkit-keyframes bounceInUp {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes bounceInUp {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        -ms-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        -ms-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        -ms-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}
.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        -ms-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        -ms-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        -ms-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}
@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}
@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        -ms-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
}
.flipInX {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
}
.flipInY {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}
@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}
.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}
@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}
.flipOutY {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}
@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        -ms-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        -ms-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}
@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}
@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        -ms-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}
@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        -ms-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}
@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}
@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        -ms-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}
@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0, 0, 1, 45deg);
        transform: rotate(0, 0, 1, 45deg);
        opacity: 0
    }
}
@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0, 0, 1, 45deg);
        -ms-transform: rotate(0, 0, 1, 45deg);
        transform: rotate(0, 0, 1, 45deg);
        opacity: 0
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}
@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}
@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}
@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        -ms-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}
@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        -ms-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        -ms-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        -ms-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}
.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}
@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}
@keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}
@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}
@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}
@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}
@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}
@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}
@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}
@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}
@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}
@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}
@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        -ms-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center
    }
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        -ms-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center
    }
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}
/*=========================================================================*/
/*============================ Slick nav =================================*/

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: .438em .625em;
    line-height: 1.125em;
    cursor: pointer
}
.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left
}
.slicknav_menu .slicknav_icon {
    float: left;
    margin: .188em 0 0 .438em
}
.slicknav_menu .slicknav_no-text {
    margin: 0
}
.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: .125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25)
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: .188em
}
.slicknav_nav {
    clear: both
}
.slicknav_nav ul,
.slicknav_nav li {
    display: block
}
.slicknav_nav .slicknav_arrow {
    font-size: .8em;
    margin: 0 0 0 .4em
}
.slicknav_nav .slicknav_item {
    cursor: pointer
}
.slicknav_nav .slicknav_row {
    display: block
}
.slicknav_nav a {
    display: block
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    display: inline
}
.slicknav_brand {
    float: left
}
.slicknav_menu:before,
.slicknav_menu:after {
    content: " ";
    display: table
}
.slicknav_menu:after {
    clear: both
}
.slicknav_menu {
    *zoom: 1;
    font-size: 16px;
    box-sizing: border-box
}
.slicknav_menu * {
    box-sizing: border-box
}
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #222
}
.slicknav_menu .slicknav_menutxt {
    color: #FFF;
    font-weight: 700;
    text-shadow: 0 1px 3px #000
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #f5f5f5
}
.slicknav_menu {
    background: #4c4c4c;
    padding: 5px
}
.slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: .875em
}
.slicknav_nav,
.slicknav_nav ul {
    list-style: none;
    overflow: hidden
}
.slicknav_nav ul {
    padding: 0;
    margin: 0 0 0 20px
}
.slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px
}
.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0
}
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #fff
}
.slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #222
}
.slicknav_nav .slicknav_txtnode {
    margin-left: 15px
}
.slicknav_brand {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px
}
/*=====================================================================*/
/*=====================================================================Bx slider=======================================================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0
}
.bx-wrapper img {
    max-width: 100%;
    display: block
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    left: -5px;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0)
}
.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%
}
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #000
}
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) 0 -32px no-repeat
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) -43px -32px no-repeat
}
.bx-wrapper .bx-prev:hover {
    background-position: 0 0
}
.bx-wrapper .bx-next:hover {
    background-position: -43px 0
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}
.bx-wrapper .bx-controls-auto {
    text-align: center
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(80, 80, 80, .75);
    width: 100%
}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}
/*====================================================================*/
/*--------------------------------------------------------------------------------------------- Reset --------------------------------------------------------------------------------------------------*/

body {
    font-size: 15px;
    font-family: 'geogrotesque_regularregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 20px;
    color: #6f7071;
    font-weight: normal;
    background: none;
    padding: 136px 0 0 0;
}
::selection {
    background: #000000;
    /* Safari */
    
    color: #fff;
}
::-moz-selection {
    background: #000000;
    /* Firefox */
    
    color: #fff;
}
a:focus,
input:focus,
textarea:focus,
button:focus {
    outline: none;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: 'geogrotesqueultralight';
    -webkit-font-smoothing: antialiased;
}
h2 {
    font-size: 26px;
    color: #3b3a3a;
    line-height: 36px;
    margin: 0 0 15px 0;
}
h3 {
    font-size: 22px;
    color: #252525;
    margin: 0 0 15px 0;
}
a {
    color: #3c99df;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
label {
    font-weight: normal;
}
p {
    font-size: 14px;
    line-height: 21px;
    color: #6f7071;
    font-weight: normal;
    margin: 0 0 15px 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ol {
    padding: 0px;
    list-style-position: inside;
}
ol,
li {
    margin-bottom: 0px;
    list-style: none;
    position: relative;
}
li {} .subcribe {
    background-color: #95816F !important;
    background-image: none;
    border-color: #95816F !important
}
/*================== page style =====================*/
.page-id-18 .banner-show img{visibility: hidden;}

 .home .info-maison p{color1: #6f7071 !important;}
.header .container {
    padding-left: 7px;
    padding-right: 7px;
}
.header {
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 62px 0 52px 0;
    z-index: 10;
}
.header .container {
    position: relative;
}
.menu {
    position: relative;
}
.menu > ul {
    margin: 0px;
    padding: 0px;
}
.menu > ul > li {
    float: left;
    margin-left: 44px;
}
.menu > ul > li > a {
    text-transform: uppercase;
    font-size: 16px;
    color: #a5a5a5;
    display: inline-block;
    line-height: normal;
    font-family: 'SiscoExtraLight';
    transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    display: inline;
}
.menu > ul > li.current-menu-item > a,
.menu > ul > li.current-menu-parent > a,
.menu > ul > li > a:hover,
.menu-slick .slicknav_menu .current-menu-item a,
.menu-slick .slicknav_menu .current-menu-parent a {
    color: #95816f;
}
.menu > ul > li:first-child {
    margin-left: 8px;
}
.menu > ul > li.spacer {
    width: 181px;
    height: 1px;
    margin: 0px;
}
.menu > ul > li.spacer a {
    display: none;
}
.logo {
    position: absolute;
    top: -40px;
    left: -40px;
    right: 0px;
    margin: auto;
    width: 122px;
    height: 98px;
    z-index: 1;
}
.menu-slick {
    display: none;
    background: #fff;
    margin-top: 10px;
}
.menu > ul > li > ul {
    position: absolute;
    top: 28px;
    left: 0px;
    width: 163px;
    background: #b3a396;
    background: rgba(179, 163, 150, 0.8);
    padding: 17px 0 0 0;
    display: none;
    z-index: 2;
}
.menu > ul > li > ul > li {
    margin: 0px;
    padding: 0px;
}
.menu > ul > li > ul > li > a {
    display: block;
    font-size: 14px;
    /*font-family: 'geogrotesque_regularregular';*/
    
    font-family: 'SiscoBook';
    text-transform: uppercase;
    color: #fff;
    border-top: #fff 1px solid;
    padding: 11px 18px;
    transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
}
.menu > ul > li > ul > li:first-child > a {
    border-top: none;
}
.menu > ul > li.current-menu-parent > ul > li.current-menu-item > a,
.menu > ul > li > ul > li > a:hover {
    background: #96806e;
    background: rgba(150, 128, 110, 0.78);
}
.banner-type {
    display: none;
}
.menu > ul > li.submenu:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-color: transparent transparent #b3a396 transparent;
    border-color: transparent transparent rgba(179, 163, 150, 0.8) transparent;
    border-width: 8px;
    position: absolute;
    bottom: -7px;
    left: 28px;
    display: none;
}
.menu > ul > li.submenu:hover:after {
    display: block;
}
.menu-slick .slicknav_menu {
    padding: 0px;
    background: none;
    position: relative;
}
.menu-slick .slicknav_menu a {
    text-transform: uppercase;
    color: #a5a5a5;
    font-family: 'SiscoExtraLight';
}
.menu-slick .slicknav_menu li ul {
    background: #b3a396;
    background: rgba(179, 163, 150, 0.8);
    padding: 5px;
}
.menu-slick .slicknav_menu li ul li a,
.menu-slick .slicknav_menu .current-menu-parent .current-menu-item a {
    color: #fff;
    margin: 0;
    font-family: 'SiscoExtraLight';
}
.menu-slick .slicknav_menu li ul li a:hover {
    background: #96806e;
    background: rgba(150, 128, 110, 0.78);
    color: #fff;
}
.menu-slick .slicknav_btn {
    margin: 0px;
    background: #96806e;
    position: absolute;
    top: -36px;
    right: 0px;
}
.menu-slick .slicknav_nav {
    padding: 10px 0;
}
.menu-slick .slicknav_nav a:hover,
.menu-slick .slicknav_nav a:hover > a {
    background: #fff;
    color: #96806e;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.menu-slick .breadcrumb {
    margin-top: 10px;
}
.banner {
    /*height:692px;*/
    
    height: 1000px;
    position: relative;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    /*background-size: cover;	-webkit-background-size: cover;	-moz-background-size: cover;	-ms-background-size: cover;	-o-background-size: cover;*/
}
.banner-show {
    position: fixed;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}
.header:after {
    content: '';
    width: 100%;
    height: 15px;
   
    position: absolute;
    bottom: -16px;
    left: 0px;
}
.banner.iphone .banner-show {
    position: absolute !important;
}
.banner.pos-changed .banner-show {
    position: absolute;
}
.banner.iphone {
    background-attachment: scroll;
}
.banner-image {
    display: none;
}
.banner-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #c1b9b2;
    background: rgba(147, 132, 118, 0.68);
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
}
.banner-content img {
    display: block;
    margin: 0 auto 45px;
    position: relative;
    left: -18px;
}
.banner-content-outer {
    max-width: 740px;
    margin: 0 auto;
    padding: 104px 0 0 0;
}
.banner-content p {
    font-size: 27px;
    color: #fff;
    font-family: 'geogrotesquemedium';
    line-height: 35px;
    margin: 0px 0px 30px 0px;
}
.banner-content span.text-bold {
    display: block;
    font-size: 27px;
    color: #fff;
    /*font-family: 'geogrotesquesemibold';*/
    
    font-family: 'geogrotesquemedium';
}
.banner:hover .banner-content {
    opacity: 1;
    filter: alpha(opacity=100);
}
.content-section {
    padding: 52px 0 52px 0;
    background: #fff;
    position: relative;
    z-index: 1;
}
.collection {}.collection h2 {
    font-size: 49px;
    /*font-family: 'geogrotesqueultralight';*/
    
    font-family: 'SiscoExtraLight';
    color: #bdbcbc;
    line-height: normal;
    text-transform: uppercase;
}
.collection .row {
    margin-left: -19px;
    margin-right: -19px;
}
.collection .row > div {
    padding-left: 19px;
    padding-right: 19px;
}
.collection-block {
    display: block;
    padding: 0px;
    margin: 0px;
}
.collection-block h3 {
    margin: 0px;
    padding: 12px 0px;
    font-size: 17px;
    font-family: 'SiscoExtraLight';
    /*color: #bdbcbc;*/
    color: #7f7f7f;
}
.maison-sup {
    margin: 16px 0px 28px;
    padding: 0px;
    font-size: 14px;
    color: #7F7F7F;
    font-family: "SiscoBook";
}
.footer {
    background: #f7f7f7;
    padding: 22px 0 20px 0;
    position: relative;
    z-index: 1;
}
.f-address {
    padding-right: 10px;
}
.f-address a {
    display: block;
    margin-bottom: 11px;
}
.f-address p {
    margin: 0px;
    font-size: 12px;
    font-family: 'SiscoBook';
    color: #808080;
    line-height: 20px;
    padding-top: 24px;
}
.f-address p a {
    display: inline;
    color: #808080;
    margin: 0;
}
.f-address p span {
    display: inline;
}
.f-nav-box {}.f-nav-box ul {
    margin: 0px;
    padding: 0px;
}
.f-nav-box ul li {
    display: block;
    margin: 0px 0 3px 0;
    padding: 0px;
    line-height: normal;
}
.f-nav-box li a {
    font-size: 12px;
    color: #808080;
    font-family: 'SiscoLight';
    text-transform: uppercase;
}
.f-nav-box li a:hover {
    color: #96806e;
}
.news-letter:hover {
    color: #3a3a3a;
}
.footer-links {
    position: relative;
}
.social-share {
    padding: 15px 0 0 0;
    text-align1: center;
    margin: 0 0 0 8px;
}
.social-share ul {
    margin: 0px;
    padding: 0px;
}
.social-share li {
    float: left;
    margin: 0px 0 0 10px;
    padding: 0px;
}
.social-share li:first-child {
    margin-left: 0;
}
.photo-gallery .banner{height:0px !important;}
.social-share li a {
    width: 26px;
    height: 26px;
    background: #96806e;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 2px;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
}
.social-share li a i {
    border: #fff 1px solid;
    width: 100%;
    height: 22px;
    display: block;
    padding: 4px 0px 0px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.social-share li a:hover {
    background: #6b533f;
}
.collection-block img {
    margin: 0px auto;
}
.collection-block {
    text-align: center;
}
.f-margin {
    position: relative;
    margin: 0 0 0 -24px;
}
.footer-info {
    margin: 5px 0 0 0;
}
.site-info ul {
    margin: 0px;
    padding: 0px;
}
.site-info ul li {
    float: left;
    margin: 0 0 0 5px;
    padding: 0 0 0 5px;
    position: relative;
}
.site-info ul li:first-child {
    margin-left: 0;
    padding-left: 0;
}
.site-info ul li a {
    font-size: 13px;
    font-family: 'SiscoBook';
    color: #808080;
    text-transform: uppercase;
}
.site-info ul li:before {
    content: '';
    width: 1px;
    height: 12px;
    background: #9d9d9d;
    position: absolute;
    top: 5px;
    left: 0px;
}
.site-info ul li:first-child:before {
    display: none;
}
.site-info ul li a:hover {
    color: #3c3b3b;
}
.site-info p {
    margin: 0px;
    font-size: 11px;
    font-family: 'SiscoBook';
    color: #808080;
    text-transform: uppercase;
    line-height: normal;
}
.copy-rights {
    margin: 0px;
    padding: 6px 0 0 106px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #7F7F7F;
    line-height: normal;
    text-align: center;
}
.banner-mobile {
    display: none;
}
.banner-text-slider {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 100%;
    height: 0;
}
.banner-text-slider li {
    margin: 0px;
    text-align: center;
    padding: 0px;
}
.banner-text-slider li p {
    text-align: center;
    font-size: 84px;
    color: #FFFFFF;
    font-family: 'SiscoBook';
    line-height: 83px;
    margin: 0px;
    padding: 0px;
    /*white-space: nowrap;	display:inline-block;	width: 30em;	overflow:hidden;	-webkit-animation: type 9s steps(50, end);*/
}
.banner-text-slider .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    left: 0px;
    background: none;
}
section .container {
    padding1: 0px 14px;
}
/*@-webkit-keyframes type{   from { width:0px; } } */

.info-maison {
    position: relative;
    z-index: 1;
    background: #F7F7F7;
    padding: 43px 0 40px 0;
}
.info-maison p {
    margin: 0px;
    padding: 0px;
    text-align: justify;
    font-size: 32px;
    color: #bcbbbb;
    font-family: 'SiscoLight';
    line-height: 43px;
    word-spacing: 1px;
}
.info-maison p .al-cen {
    text-align: center;
    display: block;
}
.product-catalog {
    text-align: center;
}
/*.product-catalog img{width:46px;}*/

.product-catalog a {
    display: inline-block;
    text-align: center;
    margin: 0 0 0 -6px;
    padding: 0 10px 0 0;
}
.soliloquy-container .soliloquy-caption {
    background: none !important;
    display: block !important;
}
.soliloquy-container .soliloquy-caption-inside {
    text-shadow: 0 0px 0px #000 !important;
    color: #050000
    !important;
}
.product-catalog a img {
    display: block;
    margin: 0 auto;
}
.product-catalog span {
    clear: both;
    font-size: 12px;
    color: #7F7F7F;
    font-family: 'SiscoMedium';
    line-height: 14px;
    display: block;
    padding: 4px 0 0 0;
}
.fb-share {
    font-family: FontAwesome;
    font-size: 33px;
    color: #A49382;
    display: inline-block;
    line-height: normal;
    padding: 0 15px 0 0;
}
.fb-share:after {
    content: "\f082";
}
.fb-share:hover {
    color: #A8A5A1;
}
.news-letter {
    background: #808080 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    padding: 4px 25px 4px 24px;
    position: relative;
    top: -8px;
}
.site-info {
    margin: 8px 0 0 0;
}
.banner-type {
    text-align: center;
    font-size: 84px;
    color: #FFFFFF;
    font-family: 'SiscoBook';
    line-height: 83px;
    margin: 0px;
    padding: 0px;
}
.commen-sectionn {
    background: #fff;
    position: relative;
    z-index: 1;
}
.about-maison {}.full-heading {
    line-height: normal;
    position: relative;
    background: #F7F7F7;
    font-size: 49px;
    color: #bdbdbd;
    font-family: 'SiscoExtraLight';
    margin: 0px 0 0px 0;
    padding: 30px 0 19px 0;
    z-index: -1;
}
.page-template-blog .full-heading {
    text-transform: uppercase;
}
.full-heading span.left {
    width: 0%;
    height: 100%;
    background: #F7F7F7;
    position: absolute;
    top: 0px;
    left: 0px;
}
.full-heading span.right {
    width: 0%;
    height: 100%;
    background: #F7F7F7;
    position: absolute;
    top: 0px;
    right: 0px;
}
.commen-sectionn p {
    font-size: 18px;
    color: #7F7F7F;
    line-height: 28px;
    font-family: 'SiscoThin';
}
.about-maison h3 {
    font-size: 20px;
    color: #7F7F7F;
    font-family: 'SiscoBook';
    margin: 30px 0 3px 0;
}
.bat-video-wrap {
    padding-bottom: 41px;
}
.abt-video-div {
    position: relative;
    /*margin:38px 0 0 0;*/
}
.abt-video-div video {
    width: 100%;
}
.abt-video-div.video-playing img {
    opacity: 0;
    filter: alpha(opacity=0);
}
.abt-video-div.video-playing video {
    display: block;
}
.abt-features {
    padding: 39px 0 48px 0;
}
.fes-block {}.fes-img {}.fes-img img {
    display: block;
    margin: 0 auto;
}
.fes-content {
    text-align: center;
    padding: 27px 0 0 0;
}
.fes-content h4 {
    margin: 0px 0 5px 0;
    padding: 0px;
    font-size: 20px;
    color: #7F7F7F;
    font-family: 'SiscoBook';
}
.abt-quotes {}.abt-quotes p {
    font-size: 24px;
    color: #A49382;
    line-height: 38px;
    font-family: 'Sisco-LightItalic';
}
.abt-quotes p:first-child:before {
    content: "\e600";
    font-family: 'maison-desgin';
    font-size: 43px;
    display: inline-block;
    color: #D7D1C4;
    padding-right: 6px;
}
.abt-quotes p:last-child:after {
    content: "\e601";
    font-family: 'maison-desgin';
    font-size: 43px;
    display: inline-block;
    color: #D7D1C4;
    vertical-align: bottom;
    padding-left: 6px;
}
.ms-dis {
    text-align: center;
    padding: 62px 0 56px 0;
}
.ms-dis p {
    font-size: 18px;
    color: #7F7F7F;
    line-height: normal;
    margin: 0 0 7px 0;
}
.ms-dis h5 {
    font-size: 20px;
    color: #7F7F7F;
    font-family: 'SiscoBook';
    margin: 0px;
}
.contact-base {
    padding: 0 0 43px 0;
}
.contact-base .cn-from-base {
    padding-top: 35px;
}
.form-label {
    display: block;
    line-height: normal;
    color: #7F7F7F;
    font-family: 'SiscoBook';
    font-size: 20px;
    padding: 0 0 5px 0;
}
.commen-text-feild,
.commen-text-area {
    border: #bfbfbf 1px solid;
    padding: 4px 10px 3px;
    height: auto;
    font-family: 'SiscoBook';
    font-size: 14px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
.commen-text-feild:focus,
.commen-text-area:focus {
    border: #bfbfbf 1px solid;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
textarea.commen-text-area {
    height: 198px;
    resize: none;
}
.label-sub-item {
    display: block;
    font-size: 14px;
    color: #7F7F7F;
    font-family: 'SiscoBook';
    padding: 3px 0 0 0;
}
.cn-form {
    padding: 0 65px 0 0;
}
.cn-form ul {
    margin: 0px;
    padding: 0px;
}
.cn-form li {
    padding: 0 0 8px 0;
}
.cn-form li > div.row {
    margin-left: -4px;
    margin-right: -4px;
}
.cn-form li > div.row > div {
    padding-left: 4px;
    padding-right: 4px;
}
.submit-button {
    display: inline-block;
    background: #7F7F7F;
    border: none;
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'SiscoBook';
    line-height: normal;
    padding: 5px 21px 5px 21px;
    margin: 4px 0 0 0;
    transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
}
.submit-button:hover {
    background: #A49382;
}
.cn-address {}.cn-opeining {
    padding-top: 16px;
}
.cn-opeining h4,
.cn-address h4 {
    font-size: 20px;
    color: #7F7F7F;
    font-family: 'SiscoBook';
    margin: 0px 0 3px 0;
    padding: 0px;
}
.cn-address p a,
.cn-address p a:hover {
    color: #7F7F7F;
}
.cn-ad-base {
    padding: 0 0 0 77px;
}
.google-map {
    padding: 10px 0 0 0;
}
.google-map iframe {
    width: 100%;
    height: 250px;
    border: none;
}
.asu-dus-base {
    padding-top: 20px;
    padding-bottom: 48px;
}
.asu-block {}.asu-block ul {
    margin: 0px;
    padding: 0px;
}
.asu-block li {
    padding: 0px;
    margin: 0 0 25px 0;
}
.asu-block li h5 {
    margin: 0px 0 4px 0;
    padding: 0px;
    font-size: 16px;
    color: #7F7F7F;
    font-family: 'SiscoBook';
}
.asu-block li h6 {
    margin: 0px 0 2px 0;
    padding: 0px;
    font-size: 14px;
    color: #7F7F7F;
    font-family: 'SiscoBook';
}
.asu-block li p {
    font-size: 14px;
    color: #7F7F7F;
    line-height: 20px;
    margin: 0px;
}
.asu-block li p a,
.asu-block li p a:hover {
    color: #7F7F7F;
}
.asu-block li > a {
    font-size: 14px;
    color: #7F7F7F;
    font-family: 'SiscoThin';
}
.asu-block li > a:hover {
    color: #a5937f;
}
.soliloquy-container .soliloquy-pager {
    display: none;
}
.collection-block a,
.collection-block a:hover {
    color: #7F7F7F;
}
.collection-block p {
    margin: 0px;
    padding: 1px 0px;
    font-size: 14px;
    font-family: "SiscoExtraLight";
    color: #7F7F7F;
    line-height: 20px;
    text-align: center;
}
.gallery-base {
    position: relative;
}
.soliloquy-container .soliloquy-next,
.soliloquy-container .soliloquy-prev {
    top: 685px !important;
    background: none !important;
}
.soliloquy-container .soliloquy-next {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #bdbbbc;
    border-width: 21px;
    display: block;
    position: absolute;
    top: 0px;
    right: -20px !important;
    width: 100%;
    transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
}
.soliloquy-container .soliloquy-prev {
    right: 38px !important;
    left: auto !important;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #bdbbbc transparent transparent;
    border-width: 21px;
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
}
.soliloquy-container .soliloquy-next:hover {
    border-left-color: #999999 !important;
}
.soliloquy-container .soliloquy-prev:hover {
    border-right-color: #999999 !important;
}
.gallery-slider .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    left: 0px;
    background: none;
}
.gallery-content {
    padding: 0 0 29px 0;
}
.gallery-content .full-heading {
    margin-bottom: 39px;
}
.gallery-content p {
    font-size: 32px;
    color: #7F7F7F;
    line-height: 43px;
    text-align: justify;
}
.gallery-slider .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: auto;
    bottom: -81px;
    background: none;
    width: 22px;
    height: 42px;
    overflow: hidden;
}
.gallery-slider .bx-wrapper .bx-controls-direction a.bx-next:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #bdbbbc;
    border-width: 21px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
}
.gallery-slider .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0px;
}
.gallery-slider .bx-wrapper .bx-controls-direction a.bx-next:hover:after {
    border-left-color: #999999;
}
.gallery-slider .bx-wrapper .bx-controls-direction a.bx-prev {
    left: auto;
    right: 38px;
}
.gallery-slider .bx-wrapper .bx-controls-direction a.bx-prev:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #bdbbbc transparent transparent;
    border-width: 21px;
    display: block;
    position: absolute;
    top: 0px;
    left: -20px;
    width: 100%;
    transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
}
.gallery-slider .bx-wrapper .bx-controls-direction a.bx-prev:hover:after {
    border-right-color: #999999;
}
.four-coloums {}.fc-cont {
    text-align: justify;
    padding: 40px 0 0 0;
    margin-left: -2px;
    margin-right: -1px;
    /*text-align-last:center;	-moz-text-align-last:center;	-webkit-text-align-last:center;*/
}
.fc-cont p {
    font-size: 32px;
    color: #7F7F7F;
    line-height: 43px;
}
.fc-cont p .al-cen {
    display: block;
    text-align: center;
}
.fc-labels {
    text-align: center;
    padding: 21px 0 0 0;
}
.fc-labels ul {
    margin: 0px;
    padding: 0px;
    font-size: 0;
}
.fc-labels li {
    display: inline-block;
    font-size: 24px;
    color: #bcbbbb;
    font-family: 'SiscoBook';
    position: relative;
    padding: 0 0 0 18px;
    margin: 0 0 0 18px;
}
.fc-labels li:before {
    content: '|';
    position: absolute;
    top: -3px;
    left: -3px;
}
.fc-labels li:first-child {
    margin-left: 0;
    padding-left: 0;
}
.fc-labels li:first-child:before {
    display: none;
}
.fs-items {
    margin: 44px 0 0 0;
}
.fs-base {
    padding: 0 0 34px 0;
    position: relative;
    margin-bottom: 20px;
}
.fs-img {}.fs-content {
    padding: 21px 0 0 0;
}
.fs-content h5 {
    font-size: 20px;
    color: #231F20;
    margin: 0px 0 8px 0;
    font-family: 'SiscoThin';
}
.more-button {
    display: inline-block;
    line-height: normal;
    background: #A49382;
    font-size: 10px;
    color: #fff;
    padding: 4px 6px 4px 6px;
    font-family: 'SiscoBook';
    transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
}
.fs-content .more-button {
    position: absolute;
    bottom: 13px;
}
.more-button:hover,
.more-button:focus {
    color: #fff;
    background: #bfad98;
}
.fs-content-overflow {
    position: relative;
    text-align: center;
    display: none;
}
.fs-content-overflow p {
    font-size: 18px;
    color: #7F7F7F;
    line-height: 26px;
    text-align: left;
}
.ncs-thumbs {
    text-align: center;
    margin: 25px 0 67px 0;
}
.ncs-thumbs li {
    display: inline-block;
    margin: 0 10px 10px;
}
.ncs-thumbs li span {
    display: block;
    font-size: 18px;
    color: #7F7F7F;
    font-family: 'SiscoThin';
    padding: 10px 0 0 0;
}
.view-gallery {
    font-size: 10px;
    color: #fff;
    font-family: 'SiscoMedium';
    background: #A49382;
    padding: 4px 6px 4px 6px;
    line-height: normal;
    transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
}
.view-gallery:hover {
    color: #fff;
    background: #bfad98;
}
.views-gal {
    font-size: 10px;
    color: #fff;
    font-family: 'SiscoMedium';
    background: #A49382;
    padding: 4px 40px 4px 40px;
    line-height: normal;
    transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
}
.views-gal:hover {
    color: #fff;
    background: #bfad98;
}
#outer {
    width: 100%;
    text-align: center;
    margin-top: 90px;
}
.inner {
    display: inline-block;
}
.inner:first-child {
    padding-right: 10px;
}
.close-ncp {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.close-ncp:after {
    content: "\e602";
    font-family: 'maison-desgin';
    font-size: 15px;
    color: #bcbbbb;
    display: inline-block;
}
.ncs-margin-off {
    margin-top: 0px;
    margin-bottom: 5px;
}
.ncs-single-item {
    margin-top: 0;
    margin-bottom: 15px;
    height: auto !important;
}
.ncs-margin-off li {
    margin-left: 0;
    margin-right: 19px;
}
.ncs-single-item li {
    display: block;
}
.ncs-single-item li img {
    display: block;
    margin: 0 auto;
}
.ncs-text-pos li span {
    position: relative;
    padding-left: 115px;
    top: -29px;
}
.banner-custom-content {
    position: absolute;
    bottom: 38px;
    left: 0px;
    width: 100%;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    z-index: 1;
    padding: 15px 0 15px 0;
}
.banner-custom-content h2 {
    text-align: right;
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
    font-size: 90px;
    font-family: 'SiscoExtraLight';
    line-height: 83px;
}
.product-listing {
    padding: 35px 0 35px 0;
}
.product-listing > ul {
    margin: 0px;
    padding: 0px;
}
.product-listing > ul > li {
    display: block;
    margin: 47px 0 0 0;
    padding: 0px;
}
.product-listing > ul > li:first-child {
    margin-top: 0;
}
.product-listing > ul > li:after {
    content: '';
    clear: both;
    display: block;
}
.prd-img {
    float: left;
    margin: 0 62px 0 0;
}
.prd-content {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding-bottom: 40px;
}
.prd-content .view-gallery {
    position: absolute;
    bottom: 0px;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 155px;
}
.prd-content h4 {
    margin: 0px 0 7px 0;
    padding: 0px;
    font-size: 20px;
    color: #231F20;
    font-family: 'SiscoThin';
    text-align: left;
    text-transform: uppercase;
}
.prd-content p {
    font-size: 18px;
    color: #7F7F7F;
    text-align: left;
    line-height: 26px;
}
.pdf-base {
    padding: 0;
    overflow: hidden;
}
#book {
    width: 800px;
    height: 500px;
    margin: 15px 0;
    transition: margin ease-out 0.2s;
    -webkit-transition: margin ease-out 0.2s;
    -moz-transition: margin ease-out 0.2s;
    -ms-transition: margin ease-out 0.2s;
    -o-transition: margin ease-out 0.2s;
}
#book img {
    max-width: 100%;
    display: block;
}
#book .turn-page {
    background-color: white;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}
#book .cover {
    background: #333;
}
#book .cover h1 {
    color: white;
    text-align: center;
    font-size: 50px;
    line-height: 500px;
    margin: 0px;
}
#book .loader {
    background-image: url(loader.gif);
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 238px;
    left: 188px;
}
#book .data {
    text-align: center;
    font-size: 40px;
    color: #999;
    line-height: 500px;
}
#controls {
    width: 800px;
    text-align: center;
    margin: 20px 0px;
    font: 30px arial;
}
#controls input,
#controls label {
    font: 30px arial;
}
#book .turn-page.odd:after {
    content: '';
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    box-shadow: inset -8px 0px 25px -14px #4C4C4C;
    -webkit-box-shadow: inset -8px 0px 25px -14px #4C4C4C;
    -moz-box-shadow: inset -8px 0px 25px -14px #4C4C4C;
    -ms-box-shadow: inset -8px 0px 25px -14px #4C4C4C;
    -o-box-shadow: inset -8px 0px 25px -14px #4C4C4C;
}
#book .turn-page.even:after {
    content: '';
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    box-shadow: inset 8px 0px 25px -14px #4C4C4C;
    -webkit-box-shadow: inset 8px 0px 25px -14px #4C4C4C;
    -moz-box-shadow: inset 8px 0px 25px -14px #4C4C4C;
    -ms-box-shadow: inset 8px 0px 25px -14px #4C4C4C;
    -o-box-shadow: inset 8px 0px 25px -14px #4C4C4C;
}
.pdf-prev,
.pdf-next {
    width: 51px;
    height: 55px;
    background: #1e1e1e;
    background: rgba(30, 30, 30, 0.55);
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    margin: auto;
    padding-top: 15px;
    display: block;
    text-align: center;
    transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
}
.pdf-prev:hover,
.pdf-next:hover {
    background: rgba(30, 30, 30, 0.95);
}
.pdf-next {
    left: auto;
    right: 0;
}
#book .turn-page.odd {
    /*	box-shadow: 0px 0px 60px 9px #000;*/
}
.pdf-prev:after,
.pdf-next:after {
    content: "\f053";
    font-family: FontAwesome;
    font-size: 27px;
    color: #fff;
    text-align: center;
    line-height: normal;
    position: relative;
    left: -5px;
}
.pdf-next:after {
    content: "\f054";
    left: auto;
    right: -2px;
}
.small-sportlight {
    height: 227px;
    background-position: top center;
}
.sportlight-image {
    display: none;
}
.blog-base {
    padding: 49px 0 0 0;
}
.blog-base ul {}.blog-base li {
    padding: 0px 0 48px 0;
    margin: 0px 0 39px 101px;
    position: relative;
    border-bottom: #d5cdc5 1px solid;
}
.bl-date {
    display: inline-block;
    background: #95816f;
    position: relative;
    text-align: center;
    padding: 19px 12px 15px 13px;
}
.bl-date p {
    margin: 0px;
    padding: 0px;
    font-size: 36px;
    color: #ffffff;
    font-family: 'SiscoLight';
}
.bl-date span,
.bl-date p:last-child {
    display: block;
    font-size: 20px;
    font-family: 'SiscoLight';
    color: #fff;
    padding: 2px 0 0 0;
}
.bl-date:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #95816f transparent transparent #95816f;
    border-width: 8px;
    position: absolute;
    top: 13px;
    right: -16px;
}
.blog-base li .bl-date {
    position: absolute;
    top: 0px;
    left: -100px;
}
.bl-content {
    padding: 12px 0 0 0;
    position: relative;
}
.bl-content h4 {
    margin: 0px 0 4px 0;
    padding: 0px;
    font-size: 20px;
    color: #7f7f7f;
    font-family: 'SiscoLight';
    line-height: 28px;
    text-transform: uppercase;
}
.bl-content h4 a {
    color: #7f7f7f;
}
.bl-content p {
    font-size: 18px;
    color: #7f7f7f;
    font-family: 'SiscoThin';
    line-height: 28px;
}
.blog-more {
    display: inline-block;
    float: left;
}
.blog-more:after {
    content: "\e603";
    font-family: 'maison-desgin';
    font-size: 28px;
    color: #dfd9d4;
    display: inline-block;
    line-height: normal;
    transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
}
.bl-comment {
    float: right;
    font-size: 14px;
    color: #8d7f71;
    font-family: 'SiscoBook';
    position: relative;
    padding: 1px 0px 0px 29px;
}
.bl-comment:before {
    content: "\e604";
    font-family: 'maison-desgin';
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 23px;
}
.bl-bottom {
    margin: 36px 0 0 0;
}
.blog-more:hover:after {
    color: #4a433d;
}
.blog-img {
    margin: 18px 0 30px 0;
}
.post-navigation {
    padding-bottom: 10px;
}
.pagination {
    display: block;
    margin: 0px;
    padding: 0px 0 35px 0;
    text-align: right;
}
.pagination a {
    display: inline-block;
    font-size: 14px;
    color: #8d7f71;
    font-family: 'SiscoDemiBold';
    width: 30px;
    height: 30px;
    border: transparent 2px solid;
    text-align: center;
    padding-top: 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.pagination a:hover,
.pagination a.active {
    border-color: #908274
}
.pagination a.prev,
.pagination a.next {
    width: auto;
    height: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
/*.stb-close{font-family:sans-serif !important;}*/

.pagination a.prev:hover,
.pagination a.next:hover {
    border-color: transparent;
}
.blog .product-thumbnail {
    display: none;
}
.blog-details {
    position: relative;
    border-bottom: #f7f7f7 4px solid;
    padding: 0 0 37px 99px;
}
.blog-details .bl-date {
    position: absolute;
    top: 0;
    left: 0;
}
.blog-text-feild {
    padding: 31px 24px 34px 24px;
    border-bottom: #ebebeb 1px solid;
}
.blog-text-feild img {
    float: left;
    margin-right: 12px;
}
.blog-text-feild:after {
    content: '';
    clear: both;
    display: block;
    overflow: hidden;
}
.blg-text-feild {
    overflow: hidden;
}
textarea.cm-textarea {
    border: #dddddd 1px solid;
    font-size: 14px;
    color: #939393;
    font-family: 'SiscoBook';
    resize: none;
    padding: 14px 15px;
    height: 86px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
.cm-textarea:focus {
    border: #dddddd 1px solid;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
.cm-textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    
    color: #939393;
}
.cm-textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    
    color: #939393;
    opacity: 1;
}
.cm-textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    
    color: #939393;
    opacity: 1;
}
.cm-textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    
    color: #939393;
}
.blog-form {
    padding: 31px 24px 34px 24px;
    border-bottom: #f7f7f7 4px solid;
}
.blg-textfeild {
    height: auto;
    padding: 9px 18px 8px 18px;
    border: #dddddd 1px solid;
    font-size: 14px;
    color: #707070;
    font-family: 'SiscoThin';
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
.blg-textfeild:focus {
    border: #dddddd 1px solid;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
.blg-textfeild::-webkit-input-placeholder {
    /* WebKit browsers */
    
    color: #939393;
}
.blg-textfeild:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    
    color: #939393;
    opacity: 1;
}
.blg-textfeild::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    
    color: #939393;
    opacity: 1;
}
.blg-textfeild:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    
    color: #939393;
}
.blog-form .row .row:first-child {
    margin-bottom: 20px;
}
.blg-button {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    background: #a59481;
    font-size: 16px;
    color: #ffffff;
    font-family: 'SiscoThin';
    border: none;
    padding: 9px 5px;
    transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
}
.blg-button:hover {
    background: #beaf9f;
}
.blog-form .row .row {
    margin-left: -9px;
    margin-right: -9px;
}
.blog-form .row .row > div {
    padding-left: 8px;
    padding-right: 8px;
}
.blog-cm-list {
    padding: 0px 0 25px 0;
}
.blog-cm-list ul {
    margin: 0px;
    max-width: 764px;
    padding: 0px;
}
.blog-cm-list li,
.comment-list li {
    padding: 17px 20px 23px 20px;
    border-top: #ebebeb 1px solid;
}
.blog-cm-list li:after,
.comment-list li:after {
    content: '';
    clear: both;
    display: block;
    overflow: hidden;
}
.blcmimg {
    content: '';
    clear: both;
    display: block;
    overflow: hidden;
}
.blcmimg {
    float: left;
    margin: 0 16px 0 0;
}
.bl-adcomment {
    overflow: hidden;
}
.bl-adcomment h5,
.comment-author a {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #4d4d4d;
    font-family: 'SiscoDemiBold';
    text-transform: uppercase;
}
.comment-author a {
    font-weight: normal;
    padding: 0px 8px;
}
.comment-metadata {
    clear: both;
}
.says {
    display: none;
}
.bl-adcomment p,
.comment-content p {
    font-size: 14px;
    color: #707070;
    font-family: 'SiscoLight';
    line-height: 18px;
}
.blog-cm-list li:first-child,
.comment-list li:first-child {
    border-top: none;
}
.bl-adcomment .date {
    display: block;
    position: relative;
    font-size: 14px;
    color: #4a4a4a;
    font-family: 'Sisco';
    margin: -8px 0 0 0;
    padding: 0 0 0 20px;
}
.bl-adcomment .date:before {
    content: "\e605";
    font-family: 'maison-desgin';
    line-height: normal;
    position: absolute;
    top: 2px;
    left: 1px;
    font-size: 13px;
    color: #ab9b89;
}
.reply {
    Padding: 10px 0px 0px 68px;
}
body.page-template-catalogue-php {
    background-image: url(../../uploads/2015/12/bg-pdf.jpg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-position: top center;
    background-repeat: repeat;
}
.page-template-catalogue-php .header,
.page-template-catalogue-php .footer {
    display: none;
}
.home .banner-show,
.pavers .natural-stone .banner-show,
.coping .natural-stone .banner-show {
    background-position: 0px -100px;
}
li.text-link {
    padding-left: 19px;
}
.headline h1 {
    font-size: 14px !important;
    color: #6f7071 !important;
    font-family: 'geogrotesque_regularregular'!important;
}
.stb-close {
    font-family: sans-serif !important;
}
input#yikes-easy-mc-form-9-EMAIL {
    width: 250px !important;
}
/*===================================================================  MediaQuerry====================================================================*/

@media screen and (min-width: 1200px) {
    .banner-show {
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
    }
    .soliloquy-container .soliloquy-caption-inside {
        font-size: 1.5em !important;
        padding: 19px !important;
    }
}
@media screen and (max-width: 1200px) {
    .banner-text-slider li p {
        font-size: 54px;
    }
    .full-heading {
        font-size: 42px;
    }
    .abt-quotes p:before,
    .abt-quotes p:after {
        font-size: 35px;
    }
    .gallery-slider .bx-wrapper .bx-controls-direction a {
        bottom: -74px;
    }
    .fc-cont {
        margin-left: 0;
        margin-right: 0;
    }
    .fc-cont p {
        font-size: 28px;
        line-height: 43px;
    }
    .fc-labels li {
        font-size: 21px;
    }
    .ncs-thumbs li {
        margin-bottom: 10px;
    }
    .banner-custom-content h2 {
        font-size: 70px;
    }
    .banner-type {
        font-size: 60px;
    }
    .info-maison p .al-cen,
    .fc-cont p .al-cen {
        display: inline;
    }
    body.pdf-base {
        -webkit-background-size: initial;
        -moz-background-size: initial;
        -ms-background-size: initial;
        -o-background-size: initial;
    }
    .soliloquy-controls-direction {
        background-color: #943D3D;
        position: relative !important;
        height: 100px;
    }
    .soliloquy-controls-direction a.soliloquy-prev,
    .soliloquy-controls-direction a.soliloquy-next {
        position: absolute;
        top: 46px !important;
        /*border-width: 12px !important;*/
    }
}
@media screen and (max-width: 991px) {
    .soliloquy-caption{padding-bottom:0px !important;}
    .menu-toggle {
        display: block;
    }
    .menu > ul {
        display: none;
    }
    .logo {
        position: static;
    }
    .header {
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .menu > ul {
        padding-top: 20px;
    }
    .menu > ul > li {
        float: none;
        margin: 0px;
        display: block;
    }
    .menu > ul > li > a {
        display: block;
        padding: 5px 10px;
    }
    .menu > ul > li > a:hover {
        background: #a49381;
        color: #fff;
    }
    .menu-slick {
        display: block;
    }
    .banner-content-outer {
        max-width: none;
    }
    .collection .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .collection .row > div {
        padding-left: 15px;
        padding-right: 15px;
    }
    .collection h2 {
        font-size: 35px;
    }
    .collection-block h3 {
        font-size: 20px;
    }
    .f-address {
        padding-right: 0;
    }
    .f-margin {
        margin-left: 0;
        margin-top: 20px;
    }
    .header {
        position: relative;
    }
    body {
        padding-top: 0;
    }
    .banner {
        /*background-size: cover;		-webkit-background-size: cover;		-moz-background-size: cover;		-ms-background-size: cover;		-o-background-size: cover;*/
    }
    .banner-show {
        position: absolute;
    }
    .info-maison p {
        line-height: 38px;
        font-size: 28px;
    }
    .f-pr-base {
        padding: 35px 0 0 0;
    }
    .product-catalog,
    .social-share {
        float: left;
        width: 48%;
    }
    .banner-text-slider li p {
        font-size: 44px;
    }
    .banner {
        height: 600px;
    }
    .full-heading {
        font-size: 35px;
    }
    .fes-block {
        margin-bottom: 20px;
    }
    .abt-quotes p {
        font-size: 20px;
        line-height: 34px;
    }
    .abt-quotes p:before,
    .abt-quotes p:after {
        font-size: 28px;
    }
    .cn-form {
        padding-right: 0;
    }
    .cn-ad-base {
        padding-left: 0;
    }
    .gallery-content p {
        font-size: 26px;
        line-height: 37px;
    }
    .gallery-slider .bx-wrapper .bx-controls-direction a.bx-next:after,
    .gallery-slider .bx-wrapper .bx-controls-direction a.bx-prev:after {
        border-width: 15px;
    }
    .soliloquy-container .soliloquy-next,
    .soliloquy-container .soliloquy-prev {
        border-width: 15px;
        top: 110.5% !important;
    }
    .soliloquy-container .soliloquy-prev {
        right: 4.5% !important;
    }
    .soliloquy-container .soliloquy-next {
        left: 97% !important;
    }
    .gallery-slider .bx-wrapper .bx-controls-direction a {
        width: 15px;
        height: 29px;
    }
    .gallery-slider .bx-wrapper .bx-controls-direction a.bx-prev:after {
        left: -16px;
    }
    .gallery-slider .bx-wrapper .bx-controls-direction a.bx-prev {
        right: 23px;
    }
    .gallery-slider .bx-wrapper .bx-controls-direction a {
        bottom: -65px;
    }
    .fc-cont p {
        font-size: 25px;
        line-height: 38px;
    }
    .fc-labels li {
        font-size: 16px;
    }
    .ncs-text-pos li span {
        top: 0px;
        padding-left: 0;
    }
    .banner-custom-content h2 {
        font-size: 52px;
        line-height: 52px;
        text-align: center !important;
    }
    .prd-img {
        max-width: 350px;
        margin-right: 42px;
    }
    .bl-date p {
        font-size: 27px;
    }
    .bl-date span {
        font-size: 16px;
    }
    .blog-base li {
        margin-left: 91px;
    }
    .blog-base li .bl-date {
        left: -90px;
    }
    .bl-content h4 {
        font-size: 18px;
        line-height: 22px;
    }
    .blog-details {
        padding-left: 85px;
    }
    .banner-type {
        font-size: 50px;
    }
    .soliloquy-controls-direction {
        background-color: #943D3D;
        position: relative !important;
        height: 100px;
    }
    .soliloquy-controls-direction a.soliloquy-prev,
    .soliloquy-controls-direction a.soliloquy-next {
        position: absolute;
        top: 46px !important;
        /*border-width: 12px !important;*/
    }
    .copy-rights {
        padding: 6px 0px 0px 123px;
    }
}
@media screen and (min-width: 768px) and (max-width: 784px) {
    .header .container {
        padding: 0px;
    }
    .menu-slick .slicknav_btn {
        right: 20px;
    }
    .soliloquy-controls-direction {
        background-color: #943D3D;
        position: relative !important;
        height: 100px;
    }
    .soliloquy-controls-direction a.soliloquy-prev,
    .soliloquy-controls-direction a.soliloquy-next {
        position: absolute;
        top: 46px !important;
        /*border-width: 12px !important;*/
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .social-share {
        padding: 30px 69px 0px;
    }
}
@media screen and (max-width: 767px) {
    .banner-content p {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 11px;
    }
    .banner-content span.text-bold {
        font-size: 21px;
    }
    .collection .row .col-sm-3 {
        display: inline-block;
        max-width: 33%;
        margin: 0 auto;
        float: left;
    }
    .collection-block {
        margin-bottom: 20px;
        text-align: center;
    }
    .collection h2 {
        text-align: center;
        font-size: 30px;
    }
    .collection-block img {
        display: block;
        margin: 0 auto;
        max-width: 70%;
    }
    .collection-block h3 {
        font-size: 16px;
        height: 48px;
    }
    .f-address,
    .footer-links,
    .social-share,
    .site-info,
    .copy-rights {
        text-align: center;
    }
    .f-address img {
        display: block;
        margin: 0 auto;
    }
    .f-nav-box ul li {
        display: inline-block;
    }
    .social-share li,
    .site-info ul li {
        float: none;
        display: inline-block;
    }
    .banner-text-slider li p {
        font-size: 34px;
    }
    .full-heading {
        font-size: 28px;
    }
    .fes-img img {
        max-width: 100px;
    }
    .abt-video-div {
        max-width: 465px;
        margin: 18px auto 28px;
    }
    .ms-dis {
        padding: 32px 0 36px 0;
    }
    .cn-form {
        padding-bottom: 25px;
    }
    .form-label {
        font-size: 15px;
    }
    .gallery-content p {
        font-size: 24px;
        line-height: 33px;
    }
    .gallery-slider .bx-wrapper .bx-controls-direction a {
        bottom: -59px;
    }
    .soliloquy-container .soliloquy-next,
    .soliloquy-container .soliloquy-prev {
        top: 112% !important;
    }
    .fc-cont p {
        font-size: 21px;
        line-height: 33px;
    }
    .fc-labels li {
        font-size: 14px;
    }
    .fs-base {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
    .banner-custom-content h2 {
        font-size: 37px;
        line-height: 37px;
    }
    .prd-img {
        float: none;
        margin: 0 auto;
    }
    .prd-content {
        padding-top: 15px;
        padding-bottom: 0;
    }
    .prd-content h4,
    .prd-content p {
        text-align: center;
    }
    .prd-content .view-gallery {
        position: static;
        max-width: none;
    }
    .blog-form .row .row:first-child {
        margin-bottom: 0;
    }
    .blog-form .row .row > div {
        margin-bottom: 15px;
    }
    .banner-type {
        font-size: 37px;
    }
    .soliloquy-controls-direction {
        background-color: #943D3D;
        position: relative !important;
        height: 100px;
    }
    .soliloquy-controls-direction a.soliloquy-prev,
    .soliloquy-controls-direction a.soliloquy-next {
        position: absolute;
        top: 46px !important;
        /*border-width: 12px !important;*/
    }
}
@media screen and (max-width: 600px) {
    .home-banner-show {
        background-position: bottom left !important;
    }
    .about-pavers-pool-coping .banner-show,
    .pavers .banner-show,
    .coping .banner-show,
    .contact .banner-show {
        background-position: center center !important;
    }
    .product-catalog,
    .social-share {
        float: none;
        display: block;
        width: auto;
    }
    .social-share {
        padding-top: 33px;
    }
    .info-maison p {
        line-height: 33px;
        font-size: 24px;
        
    }
    .full-heading {
        font-size: 24px;
    }
    .ms-dis h5 {
        font-size: 17px;
    }
    .gallery-content p {
        font-size: 22px;
        line-height: 31px;
    }
    fc-cont p {
        font-size: 18px;
        line-height: 28px;
    }
    .fc-cont {
        padding-top: 22px;
    }
    .ncs-thumbs {
        margin-bottom: 20px;
    }
    .banner-custom-content h2 {
        font-size: 26px;
        line-height: 27px;
    }
    .prd-content p {
        font-size: 16px;
        line-height: 26px;
    }
    .banner-type {
        font-size: 25px;
    }
    .soliloquy-container .soliloquy-next,
    .soliloquy-container .soliloquy-prev {
        top: 113% !important;
    }
    .soliloquy-container .soliloquy-prev {
        right: 6% !important;
    }
    .soliloquy-container .soliloquy-next {
        left: 96% !important;
    }
    .soliloquy-controls-direction {
        background-color: #943D3D;
        position: relative !important;
        height: 100px;
    }
    .soliloquy-controls-direction a.soliloquy-prev,
    .soliloquy-controls-direction a.soliloquy-next {
        position: absolute;
        top: 46px !important;
        /*border-width: 12px !important;*/
    }
    .collection-block img {
        max-width: 72%;
    }
    .collection-block h3 {
        font-size: 14px;
        height: 50px;
    }
}
@media screen and (min-width: 331px) {
    .soliloquy-container .soliloquy-caption-inside {
        font-size: 10px !important;
        padding: 0px !important;
    }
}
@media screen and (min-width: 600px) and (max-width: 680px) {
    .collection-block img {
        max-width: 74%;
    }
}
@media screen and (max-width: 480px) {
    .banner-content img {
        max-width: 70px;
        margin-bottom: 16px;
    }
    .banner-content-outer {
        padding-top: 21px;
    }
    .banner {
        height: 478px;
        background-position: center;
    }
    .banner-content p {
        font-size: 19px;
    }
    .info-maison p {
        line-height: 30px;
        font-size: 20px;
    }
    .banner-text-slider li p {
        font-size: 30px;
    }
    .full-heading {
        font-size: 19px;
    }
    .gallery-slider .bx-wrapper .bx-controls-direction a.bx-next:after,
    .gallery-slider .bx-wrapper .bx-controls-direction a.bx-prev:after {
        border-width: 10px;
    }
    .soliloquy-container .soliloquy-next,
    .soliloquy-container .soliloquy-prev {
        width: 12px !important;
        height: 21px !important;
        border-width: 10px;
        top: 116% !important;
    }
    .gallery-slider .bx-wrapper .bx-controls-direction a {
        width: 12px;
        height: 21px;
    }
    .gallery-slider .bx-wrapper .bx-controls-direction a {
        bottom: -51px;
    }
    .gallery-slider .bx-wrapper .bx-controls-direction a.bx-prev:after {
        left: -8px;
    }
    .gallery-content p {
        font-size: 20px;
        line-height: 28px;
    }
    .banner-custom-content h2 {
        font-size: 20px;
        line-height: 22px;
    }
    .soliloquy-controls-direction {
        background-color: #943D3D;
        position: relative !important;
        height: 100px;
    }
    .soliloquy-controls-direction a.soliloquy-prev,
    .soliloquy-controls-direction a.soliloquy-next {
        position: absolute;
        top: 46px !important;
        border-width: 12px !important;
    }
    .mdc-block {
        width: 100%;
    }
    .collection .row .col-sm-3 {
        max-width: 50%;
    }
    .collection-block img {
        max-width: 46%;
    }
    .collection-block h3 {
        font-size: 14px;
    }
}
@media screen and (min-width: 320px) and (max-width: 420px) {
    /*.soliloquy-container .soliloquy-next, .soliloquy-container .soliloquy-prev {		top: 226px !important;	}*/
    
    .collection .row .col-sm-3 {
        max-width: 100%;
        float: none;
        display: block;
    }
    .collection-block img {
        max-width: 26%;
    }
}
@media screen and (max-width: 320px) {
    /*.soliloquy-container .soliloquy-next, .soliloquy-container .soliloquy-prev {		top: 126% !important;	}*/
    
    .soliloquy-controls-direction {
        background-color: #943D3D;
        position: relative !important;
        height: 100px;
    }
    .soliloquy-controls-direction a.soliloquy-prev,
    .soliloquy-controls-direction a.soliloquy-next {
        position: absolute;
        top: 46px !important;
        border-width: 12px !important;
    }
    .mdc-block {
        width: 100%;
    }
    /*.soliloquy-container .soliloquy-caption{	    font-size:0.75em !important;	    padding:5px !important;	    }*/
}
@media screen and (min-width: 991px) {
    .menu > ul {
        display: block !important;
    }
}
@media screen and (max-width: 331px) {
    .soliloquy-container .soliloquy-caption-inside {
        font-size: 10px !important;
        padding: 1px !important;
    }
}
@media screen and (min-width: 332px) {
    .soliloquy-container .soliloquy-caption-inside {
        font-size: 0.75em !important;
        padding: 5px !important;
    }
}
@media screen and (min-width: 600px) {
    .soliloquy-container .soliloquy-caption-inside {
        font-size: 1em !important;
        padding: 15px !important;
    }
}
@media screen and (min-width: 768px) {
    .soliloquy-container .soliloquy-caption-inside {
        font-size: 1.5em !important;
        padding: 15px !important;
    }
}
@media screen and (min-width: 992px) {
    .soliloquy-container .soliloquy-caption-inside {
        font-size: 1.5em !important;
        padding: 0px !important;
        line-height: 1!important;
    }
    .container {
        width: 995px;
    }
    .pavers .sandstone .banner-show {
        background-position: 50% 100%;
    }
}
@media screen and (min-width: 992px)and (max-width: 1199px) {
    .f-address {
        padding-right: 8px;
    }
    .f-address p {
        padding-top: 42px;
    }
}
.theme.theme-simple .branding-container a {
    display: none !important;
}
@media screen and (min-width: 767px)and (max-width: 990px) {
    .soliloquy-container .soliloquy-caption-inside {
        font-size: 1.3em !important;
    }
}
@media screen and (min-width: 531px)and (max-width: 600px) {
    .soliloquy-container .soliloquy-caption-inside {
        padding: 14px !important;
    }
}
@media screen and (min-width: 480px)and (max-width: 530px) {
    .soliloquy-container .soliloquy-caption-inside {
        padding: 11px !important;
    }
}
@media screen and (min-width: 336px)and (max-width: 480px) {
    .soliloquy-container .soliloquy-caption-inside {
        font-size: 0.6em !important;
    }
}
@media screen and (min-width: 400px)and (max-width: 480px) {
    .soliloquy-container .soliloquy-caption-inside {
        padding: 8px !important;
    }
}
@media screen and (max-width: 335px) {
    .soliloquy-container .soliloquy-caption-inside {
        padding: 6px !important;
        font-size: 0.5em !important;
    }
}
/*@media screen and (max-width: 991px)*/
body .menu > ul > li { 
    float: left; 
    margin-left: 33px!important;
}
