@import url("https://use.typekit.net/jhv7kau.css");

@charset "UTF-8";@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');@font-face {
    font-family: 'Slabo 27px';
    font-style: normal;
    font-weight: 400;
    src: local('Slabo 27px'),local('Slabo27px-Regular'),url(//fonts.gstatic.com/s/slabo27px/v4/mFT0WbgBwKPR_Z4hGN2qgxED1XJ7.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Slabo 27px';
    font-style: normal;
    font-weight: 400;
    src: local('Slabo 27px'),local('Slabo27px-Regular'),url(//fonts.gstatic.com/s/slabo27px/v4/mFT0WbgBwKPR_Z4hGN2qgx8D1Q.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

/*! *  Font Awesome 4.7.0 by @davegandy - //fontawesome.io - @fontawesome *  License - //fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
@font-face {
    font-family: 'FontAwesome';
    src: url('//cdn2.hubspot.net/hubfs/313589/font-awesome/fontawesome-webfont.eot?v=4.7.0');
    src: url('//cdn2.hubspot.net/hubfs/313589/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('//cdn2.hubspot.net/hubfs/313589/font-awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('//cdn2.hubspot.net/hubfs/313589/font-awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('//cdn2.hubspot.net/hubfs/313589/font-awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('//cdn2.hubspot.net/hubfs/313589/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

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

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

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

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

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

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

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

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

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

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,.fa-close:before,.fa-times:before {
    content: "\f00d"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

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

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

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

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

.YouTubePopUp-Wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    z-index: 9999999999999
}

.YouTubePopUp-animation {
    opacity: 0;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUp;
    animation-name: YouTubePopUp
}

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

    100% {
        opacity: 1
    }
}

@keyframes YouTubePopUp {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

body.logged-in .YouTubePopUp-Wrap {
    top: 32px;
    z-index: 99998
}

.YouTubePopUp-Content {
    max-width: 680px;
    display: block;
    margin: 0 auto;
    height: 100%;
    position: relative
}

.YouTubePopUp-Content iframe {
    max-width: 100% !important;
    width: 100% !important;
    display: block !important;
    height: 480px !important;
    border: none !important;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0
}

.YouTubePopUp-Hide {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUpHide;
    animation-name: YouTubePopUpHide
}

@-webkit-keyframes YouTubePopUpHide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes YouTubePopUpHide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.YouTubePopUp-Close {
    position: absolute;
    top: 0;
    cursor: pointer;
    bottom: 528px;
    right: 0px;
    margin: auto 0;
    width: 24px;
    height: 24px;
    background: url(../images/close.png) no-repeat;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px
}

.YouTubePopUp-Close:hover {
    opacity: .5
}

@media all and (max-width: 768px) and (min-width:10px) {
    .YouTubePopUp-Content {
        max-width:90%
    }
}

@media all and (max-width: 600px) and (min-width:10px) {
    .YouTubePopUp-Content iframe {
        height:320px !important
    }

    .YouTubePopUp-Close {
        bottom: 362px
    }
}

@media all and (max-width: 480px) and (min-width:10px) {
    .YouTubePopUp-Content iframe {
        height:220px !important
    }

    .YouTubePopUp-Close {
        bottom: 262px
    }
}

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

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

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

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

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

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

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

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

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

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

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

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease
}

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

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

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

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

.twentytwenty-horizontal .twentytwenty-handle:before,.twentytwenty-horizontal .twentytwenty-handle:after,.twentytwenty-vertical .twentytwenty-handle:before,.twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background: white;
    position: absolute;
    z-index: 30;
    -webkit-box-shadow: 0px 0px 12px rgba(51,51,51,0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51,51,51,0.5);
    box-shadow: 0px 0px 12px rgba(51,51,51,0.5)
}

.twentytwenty-horizontal .twentytwenty-handle:before,.twentytwenty-horizontal .twentytwenty-handle:after {
    width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px
}

.twentytwenty-vertical .twentytwenty-handle:before,.twentytwenty-vertical .twentytwenty-handle:after {
    width: 9999px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px
}

.twentytwenty-before-label,.twentytwenty-after-label,.twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.twentytwenty-before-label,.twentytwenty-after-label,.twentytwenty-overlay {
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s
}

.twentytwenty-before-label,.twentytwenty-after-label {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity
}

.twentytwenty-before-label:before,.twentytwenty-after-label:before {
    color: white;
    font-size: 13px;
    letter-spacing: .1em
}

.twentytwenty-before-label:before,.twentytwenty-after-label:before {
    position: absolute;
    background: rgba(255,255,255,0.2);
    line-height: 38px;
    padding: 0 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.twentytwenty-horizontal .twentytwenty-before-label:before,.twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 50%;
    margin-top: -19px
}

.twentytwenty-vertical .twentytwenty-before-label:before,.twentytwenty-vertical .twentytwenty-after-label:before {
    left: 50%;
    margin-left: -45px;
    text-align: center;
    width: 90px
}

.twentytwenty-left-arrow,.twentytwenty-right-arrow,.twentytwenty-up-arrow,.twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute
}

.twentytwenty-left-arrow,.twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px
}

.twentytwenty-up-arrow,.twentytwenty-down-arrow {
    left: 50%;
    margin-left: -6px
}

.twentytwenty-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none
}

.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block
}

.twentytwenty-container.active .twentytwenty-overlay,.twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0,0,0,0)
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
    opacity: 0
}

.twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.twentytwenty-before-label {
    opacity: 0
}

.twentytwenty-before-label:before {
    content: "Before"
}

.twentytwenty-after-label {
    opacity: 0
}

.twentytwenty-after-label:before {
    content: "After"
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px
}

.twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px
}

.twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px
}

.twentytwenty-overlay {
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    background: rgba(0,0,0,0);
    z-index: 25
}

.twentytwenty-overlay:hover {
    background: rgba(0,0,0,0.5)
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1
}

.twentytwenty-before {
    z-index: 20
}

.twentytwenty-after {
    z-index: 10
}

.twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid white;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0px 0px 12px rgba(51,51,51,0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51,51,51,0.5);
    box-shadow: 0px 0px 12px rgba(51,51,51,0.5);
    z-index: 40;
    cursor: pointer
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 3px 0 white,0px 0px 12px rgba(51,51,51,0.5);
    -moz-box-shadow: 0 3px 0 white,0px 0px 12px rgba(51,51,51,0.5);
    box-shadow: 0 3px 0 white,0px 0px 12px rgba(51,51,51,0.5)
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: 0 -3px 0 white,0px 0px 12px rgba(51,51,51,0.5);
    -moz-box-shadow: 0 -3px 0 white,0px 0px 12px rgba(51,51,51,0.5);
    box-shadow: 0 -3px 0 white,0px 0px 12px rgba(51,51,51,0.5)
}

.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 22px;
    -webkit-box-shadow: 3px 0 0 white,0px 0px 12px rgba(51,51,51,0.5);
    -moz-box-shadow: 3px 0 0 white,0px 0px 12px rgba(51,51,51,0.5);
    box-shadow: 3px 0 0 white,0px 0px 12px rgba(51,51,51,0.5)
}

.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 22px;
    -webkit-box-shadow: -3px 0 0 white,0px 0px 12px rgba(51,51,51,0.5);
    -moz-box-shadow: -3px 0 0 white,0px 0px 12px rgba(51,51,51,0.5);
    box-shadow: -3px 0 0 white,0px 0px 12px rgba(51,51,51,0.5)
}

.twentytwenty-left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px
}

.twentytwenty-right-arrow {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px
}

.twentytwenty-up-arrow {
    border-bottom: 6px solid white;
    top: 50%;
    margin-top: -17px
}

.twentytwenty-down-arrow {
    border-top: 6px solid white;
    bottom: 50%;
    margin-bottom: -17px
}

/*! * animate.css -//daneden.me/animate * Version - 3.5.1 * Licensed under the MIT license - //opensource.org/licenses/MIT * * Copyright (c) 2016 Daniel Eden */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

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

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

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

@-webkit-keyframes bounce {
    from,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

@keyframes bounce {
    from,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

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

@-webkit-keyframes flash {
    from,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    from,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

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

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

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

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

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

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

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,0.75,1);
        transform: scale3d(1.25,0.75,1)
    }

    40% {
        -webkit-transform: scale3d(0.75,1.25,1);
        transform: scale3d(0.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,0.85,1);
        transform: scale3d(1.15,0.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,0.75,1);
        transform: scale3d(1.25,0.75,1)
    }

    40% {
        -webkit-transform: scale3d(0.75,1.25,1);
        transform: scale3d(0.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,0.85,1);
        transform: scale3d(1.15,0.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

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

@-webkit-keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

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

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

@keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

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

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

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

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

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

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

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

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

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

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        -webkit-transform: rotate3d(0,0,1,0);
        transform: rotate3d(0,0,1,0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        -webkit-transform: rotate3d(0,0,1,0);
        transform: rotate3d(0,0,1,0)
    }
}

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

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

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

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes jello {
    from,11.1%,to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

@keyframes jello {
    from,11.1%,to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

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

@-webkit-keyframes bounceIn {
    from,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes bounceIn {
    from,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

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

@-webkit-keyframes bounceInDown {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInLeft {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInRight {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInUp {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

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

@keyframes bounceInUp {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

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

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

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

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

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

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

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

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

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

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

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

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

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

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

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

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

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

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

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

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

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

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

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

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

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

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

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

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

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

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

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

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

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

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

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

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

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

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

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

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

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

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

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

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

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

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

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

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

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

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

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

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

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

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

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

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

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

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

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

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

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

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

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
        animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
        animation-timing-function: cubic-bezier(0.175,0.885,0.320,1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom
}

img.alignRight {
    margin: 0 0 5px 15px
}

img.alignLeft {
    margin: 0 15px 5px 0
}

.row-fluid [class*="span"] {
    min-height: 1px
}

.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important
}

@media(max-width: 479px) {
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float:none !important
    }
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like>span {
    vertical-align: top !important
}

#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important
}

video {
    max-width: 100%;
    height: auto
}

#calroot {
    width: 202px !important;
    line-height: normal
}

#calroot,#calroot *,#calroot *:before,#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande","Lucida Sans Unicode","Bitstream Vera Sans","Trebuchet MS",Verdana,sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important
}

#caldays {
    margin-bottom: 4px
}

.hs-responsive-embed {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0
}

.hs-responsive-embed iframe,.hs-responsive-embed object,.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.hs-responsive-embed,.hs-responsive-embed.hs-responsive-embed-youtube,.hs-responsive-embed.hs-responsive-embed-wistia,.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 56.25%
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%
}

@media(max-width: 568px) {
    iframe {
        max-width:100%
    }
}

textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"] select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important
}

#hs-pwd-widget-password {
    height: auto !important
}

.hs-menu-wrapper ul {
    padding: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display: inline-block
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul:before {
    content: " ";
    display: table
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul:after {
    content: " ";
    display: table;
    clear: both
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    float: left
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    display: inline-block
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
    position: relative
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    position: absolute;
    z-index: 10;
    left: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    margin-bottom: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul {
    margin-bottom: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children {
    position: static
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li {
    float: left
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li a {
    display: inline-block
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul {
    margin-bottom: 0
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {
    width: auto
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children {
    position: relative
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    position: absolute;
    z-index: 10;
    left: 0
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible
}

@media(max-width: 767px) {
    .hs-menu-wrapper,.hs-menu-wrapper * {
        -webkit-box-sizing:border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
        display: block
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
        float: none
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a,.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li a {
        display: block
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal
    }

    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        position: static;
        opacity: 1;
        visibility: visible
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1
}

.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1
}

.widget-type-space {
    visibility: hidden
}

.hs-author-social-links {
    display: inline-block
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png")
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png")
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png")
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png")
}

.hs-cta-wrapper a {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

.hs_cos_flex-container a:active,.hs_cos_flex-slider a:active,.hs_cos_flex-container a:focus,.hs_cos_flex-slider a:focus {
    outline: 0
}

.hs_cos_flex-slides,.hs_cos_flex-control-nav,.hs_cos_flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.hs_cos_flex-slider {
    margin: 0;
    padding: 0
}

.hs_cos_flex-slider .hs_cos_flex-slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative
}

.hs_cos_flex-slider .hs_cos_flex-slides img {
    width: 100%;
    display: block;
    border-radius: 0px
}

.hs_cos_flex-pauseplay span {
    text-transform: capitalize
}

.hs_cos_flex-slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .hs_cos_flex-slides {
    display: block
}

* html .hs_cos_flex-slides {
    height: 1%
}

.hs_cos_flex-slider {
    margin: 0 0 60px;
    background: #fff;
    border: 0;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    zoom:1}

.hs_cos_flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

.loading .hs_cos_flex-viewport {
    max-height: 300px
}

.hs_cos_flex-slider .hs_cos_flex-slides {
    zoom:1}

.carousel li {
    margin-right: 5px
}

.hs_cos_flex-direction-nav {
    *height: 0
}

.hs_cos_flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url(//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease
}

.hs_cos_flex-direction-nav .hs_cos_flex-next {
    background-position: 100% 0;
    right: -36px
}

.hs_cos_flex-direction-nav .hs_cos_flex-prev {
    left: -36px
}

.hs_cos_flex-slider:hover .hs_cos_flex-next {
    opacity: .8;
    right: 5px
}

.hs_cos_flex-slider:hover .hs_cos_flex-prev {
    opacity: .8;
    left: 5px
}

.hs_cos_flex-slider:hover .hs_cos_flex-next:hover,.hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {
    opacity: 1
}

.hs_cos_flex-direction-nav .hs_cos_flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default
}

.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.hs_cos_flex_thumbnavs-direction-nav {
    *height: 0
}

.hs_cos_flex_thumbnavs-direction-nav a {
    width: 30px;
    height: 140px;
    margin: -60px 0 0;
    display: block;
    background: url(//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png) no-repeat 0 40%;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 1;
    -webkit-transition: all .3s ease
}

.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {
    background-position: 100% 40%;
    right: 0px
}

.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {
    left: 0px
}

.hs-cos-flex-slider-control-panel img {
    cursor: pointer
}

.hs-cos-flex-slider-control-panel img:hover {
    opacity: .8
}

.hs-cos-flex-slider-control-panel {
    margin-top: -30px
}

.hs_cos_flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.hs_cos_flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom:1;*display: inline
}

.hs_cos_flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3)
}

.hs_cos_flex-control-paging li a:hover {
    background: #333;
    background: rgba(0,0,0,0.7)
}

.hs_cos_flex-control-paging li a.hs_cos_flex-active {
    background: #000;
    background: rgba(0,0,0,0.9);
    cursor: default
}

.hs_cos_flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.hs_cos_flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.hs_cos_flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer
}

.hs_cos_flex-control-thumbs img:hover {
    opacity: 1
}

.hs_cos_flex-control-thumbs .hs_cos_flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width: 860px) {
    .hs_cos_flex-direction-nav .hs_cos_flex-prev {
        opacity:1;
        left: 0
    }

    .hs_cos_flex-direction-nav .hs_cos_flex-next {
        opacity: 1;
        right: 0
    }
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0 5% 0 5%;
    width: 100%;
    bottom: 0;
    text-align: center
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color:black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center
    }
}

.hs_cos_flex-slider h1,.hs_cos_flex-slider h2,.hs_cos_flex-slider h3,.hs_cos_flex-slider h4,.hs_cos_flex-slider h5,.hs_cos_flex-slider h6,.hs_cos_flex-slider p {
    color: white
}

.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right: -4px
}

.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px
}

pre {
    overflow-x: auto
}

table pre {
    white-space: pre-wrap
}

.comment {
    margin: 10px 0 10px 0
}

.hs_cos_wrapper_type_rich_text,.hs_cos_wrapper_type_text,.hs_cos_wrapper_type_header,.hs_cos_wrapper_type_section_header,.hs_cos_wrapper_type_raw_html,.hs_cos_wrapper_type_raw_jinja,.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word
}

@media all and (max-width: 400px) {
    #captcha_wrapper,#recaptcha_area,#recaptcha_area table#recaptcha_table,#recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width:auto !important;
        overflow: hidden
    }

    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 {
        width: 67px !important
    }

    #recaptcha_area table#recaptcha_table #recaptcha_image {
        width: 280px !important
    }
}

*,*:before,*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,body {
    min-height: 100%;
    margin: 0;
    padding: 0
}

body {
    background: #fff;
    color: #49606e;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    line-height: 1.8em;
    font-weight:500;
      -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

  

.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.page-center.width1440 {
    max-width: 1440px !important
}

a {
    color: #00ae9a;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

a:hover,a:focus {
    color: #138972;
}

hr {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border: 0
}

::-moz-selection {
    color: #fff;
    background: #39f;
    text-shadow: none
}

::selection {
    color: #fff;
    background: #00ae9a;
    text-shadow: none;
}

table tr td img {
    max-width: initial
}

p {
    margin: 0 0 1em
}

strong {
    font-weight: 600
}

sup,sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

h3,h4,h5,h6 {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
}

h1 {
    font-family: "roboto", sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    letter-spacing: normal;
    margin: 0 0 25px;
}

h2 {
    font-family: 'roboto',sans-serif;
    font-size: 26px;
    line-height: 1.03;
    color: ;
    position: relative;
    padding-bottom: 30px;
    font-weight: 800;
    margin: 0;
    margin-bottom: 25px !important;
}

h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 8px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    content: "";
    min-width: 80px;
    width: 80px
}

h3 {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 22px;
    line-height: 1.08;
    color: #183c44;
    font-weight: bold;
    margin: 0 0 1em
}

h3 a {
    text-decoration: underline
}

h4 {
    font-size: 18px;
    line-height: 1.67;
    color: #2299a9;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: bold;
    margin: 0 0 1em
}

h5 {
    font-size: 16px;
    color: #39464e;
    font-weight: bold;
    margin: 10px 0 15px
}

h6 {
    font-size: 14px;
    color: #2299a9;
    font-weight: bold;
    margin: 10px 0 15px
}

ul.unstyled,ol.unstyled {
    list-style: none;
    margin: 0;
    padding: 0
}

blockquote {
    font-size: 22px;
    color: #7d7d7d;
    line-height: 1.45;
    margin: 0 0 1em;
    position: relative;
    font-style: italic
}

blockquote:before {
    height: 100%;
    width: 2px;
    content: "";
    background-color: #138972;
    display: block;
    position: absolute;
    left: -30px;
    top: 0
}

blockquote h6 {
    margin: 0 0 1em;
    color: #39464e;
    font-weight: normal;
    font-size: 16px;
    font-style: normal
}

blockquote h6 span {
    color: #7d7d7d
}

p>a.cta_button {
    line-height: 24px !important
}

.text-center {
    text-align: center
}

.text-center h2:after {
    margin: 0 auto;
    right: 0
}

.slick-slide {
    outline: 0
}

.hidden-ani {
    opacity: 0
}

.visible-ani {
    opacity: 1
}

.pT10 {
    padding-top: 10px
}

.pT20 {
    padding-top: 20px
}

.pT30 {
    padding-top: 30px
}

.pT40 {
    padding-top: 40px
}

.pT50 {
    padding-top: 50px
}

.pT60 {
    padding-top: 60px
}

.pT70 {
    padding-top: 70px
}

.pT80 {
    padding-top: 80px
}

.pT90 {
    padding-top: 90px
}

.pT100 {
    padding-top: 100px
}

.pB10 {
    padding-bottom: 10px
}

.pB20 {
    padding-bottom: 20px
}

.pB30 {
    padding-bottom: 30px
}

.pB40 {
    padding-bottom: 40px
}

.pB50 {
    padding-bottom: 50px
}

.pB60 {
    padding-bottom: 60px
}

.pB70 {
    padding-bottom: 70px
}

.pB80 {
    padding-bottom: 80px
}

.pB90 {
    padding-bottom: 90px
}

.pB100 {
    padding-bottom: 100px
}

.pTb10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.pTb20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.pTb30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.pTb40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.pTb50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.pTb60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.pTb70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.pTb80 {
    padding-top: 80px;
    padding-bottom: 80px
}

.pTb90 {
    padding-top: 90px;
    padding-bottom: 90px
}

.pTb100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.mT10 {
    margin-top: 10px
}

.mT20 {
    margin-top: 20px
}

.mT30 {
    margin-top: 30px
}

.mT40 {
    margin-top: 40px
}

.mT50 {
    margin-top: 50px
}

.mT60 {
    margin-top: 60px
}

.mT70 {
    margin-top: 70px
}

.mT80 {
    margin-top: 80px
}

.mT90 {
    margin-top: 90px
}

.mT100 {
    margin-top: 100px
}

.mB10 {
    margin-bottom: 10px
}

.mB20 {
    margin-bottom: 20px
}

.mB30 {
    margin-bottom: 30px
}

.mB40 {
    margin-bottom: 40px
}

.mB50 {
    margin-bottom: 50px
}

.mB60 {
    margin-bottom: 60px
}

.mB70 {
    margin-bottom: 70px
}

.mB80 {
    margin-bottom: 80px
}

.mB90 {
    margin-bottom: 90px
}

.mB100 {
    margin-bottom: 100px
}

.mTb10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.mTb20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.mTb30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.mTb40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.mTb50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.mTb60 {
    margin-top: 60px;
    margin-bottom: 60px
}

.mTb70 {
    margin-top: 70px;
    margin-bottom: 70px
}

.mTb80 {
    margin-top: 80px;
    margin-bottom: 80px
}

.mTb90 {
    margin-top: 90px;
    margin-bottom: 90px
}

.mTb100 {
    margin-top: 100px;
    margin-bottom: 100px
}

.width400 {
    max-width: 400px
}

.width500 {
    max-width: 500px
}

.width600 {
    max-width: 600px
}

.width700 {
    max-width: 700px
}

.width800 {
    max-width: 800px
}

.width900 {
    max-width: 900px
}

.width1000 {
    max-width: 1000px
}

.center {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important
}

.radius-image img {
    border-radius: 50%
}

.whiteText {
    color: #fff
}

@media(min-width: 768px) {
    .hasFlex .row-fluid {
        display:flex;
        align-items: center
    }

    .columnSticky {
        position: sticky;
        top: 110px
    }
}

@media(max-width: 767px) {
    .ucHeaderLogo{
      padding-left:0px!important;
    }
    .ucHeaderLogo a img {
        max-width:200px!important;
    }
    h1 {
        font-size:48px;
        line-height: 50px
    }

    h2 {
        font-size: 30px;
        line-height: 1.07
    }

    .text-center h2 {
        text-align: left
    }

    .text-center h2:after {
        margin: 0 auto;
        right: auto
    }

    .mobilePt30 {
        padding-top: 30px
    }

    .mobilePt50 {
        padding-top: 50px
    }

    .mobilePb30 {
        padding-bottom: 30px
    }
}

.header-container {
    min-height: 0
}

.ucCustomHeader .row-fluid .page-center {
    max-width: 100%;
    position: relative
}

.ucCustomHeader {
    height: auto;
    position: fixed;
    z-index: 100;
    left: 0px;
    top: 0px;
    background: #fff;
    width: 100% !important;
    line-height: 1em
}

.ucCustomHeader .page-center{
  padding-left:0px!important;
  padding-right:0px!important;
}

.ucCustomHeader .top-bar a{
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  font-weight: 600;
  padding: .75em 0px .75em 15px;
}

.ucCustomHeader .top-bar{
  background-color: #183b44;
  color: #fff;
  text-align: right;
  max-height:30px;
}

.ucCustomHeader .top-bar .widget-type-menu {
    width: 80% !important;
  max-width: 1080px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  float:none!important;
}

.ucHeaderTop {
    padding: 11px 0px 18px;
    width: 80% !important;
    max-width: 1080px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    transition: all .3s ease;
    float:none!important;
}

.ucHeaderLogo {
    display: block;
    vertical-align: top;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -ms-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease
}

.ucHeaderLogo a img {
    max-width: none
}

.ucHeaderTop-right, .headerTopRight li:last-child a {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 18px;
    text-align: right;
    color: #39464e;
    padding-top: 0;
    line-height: 1.5
}

.ucHeaderTop-right p, .headerTopRight li:last-child a {
    margin: 0
}

.ucHeaderTop-right a, .headerTopRight li:last-child a {
    color: #138972;
    margin-left: 10px;
    letter-spacing: 0
}

.ucHeaderTop-right a:hover, .headerTopRight li:last-child a:hover {
    color: inherit
}

.ucHeaderTop-right a i, .headerTopRight li:last-child a {
    color: #39464e;
    font-size: 16px;
}

.ucHeaderTop-right a.subscribe-btn {
    color: #138972;
    border-color: #138972;
}

.ucHeaderTop-right a.subscribe-btn:hover {
    background-color: #138972;
    color: #fff
}
/*
.ucHeaderContactPop.widget-span {
    position: absolute;
    min-width: 450px;
    height: 100vh;
    top: 0;
    padding: 70px 50px 20px;
    max-width: 50%;
    right: 0;
    z-index: -100;
    right: 0;
    opacity: 0;
    visibility: none;
    pointer-events: none;
    transition: opacity .5s ease;
    font-size: 2vh;
    width: 23em
}

.hover .ucHeaderContactPop.widget-span {
    visibility: visible;
    opacity: 1;
    pointer-events: initial;
    z-index: 1
}

.hs-inline-edit .ucHeaderContactPop {
    display: none
}

.ucHeaderContactPopOverlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.ucHeaderContactPopOverlay:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #000;
    z-index: -1;
    transition: opacity .5s ease .2s;
    opacity: 0;
    pointer-events: none
}

.hover .ucHeaderContactPopOverlay:before {
    opacity: .75
}

body.hover {
    overflow-y: hidden
}

.ucHeaderContactPop.widget-span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: -1;
    opacity: 0;
    transition: .5s ease .2s
}

.hover .ucHeaderContactPop.widget-span:after {
    opacity: 1
}

.ucHeaderContactPopTop {
    text-align: right;
    color: #39464e;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    line-height: normal
}

.ucHeaderContactPopInner {
    overflow-y: auto;
    height: calc(100vh - 78px);
    padding-right: 20px
}

.ucHeaderContactPopTop h3 {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0;
    text-transform: none;
    color: #39464e;
    position: relative;
    top: 15px;
    transition: all .3s ease .9s;
    opacity: 0;
    font-size: 1em
}

.ucHeaderContactPopTop h5 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding-bottom: .5em;
    padding-top: .4em;
    position: relative;
    top: 15px;
    transition: all .3s ease .3s;
    opacity: 0;
    font-size: 1.35em
}

.ucHeaderContactPopTop h6 {
    font-size: 24px;
    font-weight: 300;
    color: #39464e;
    margin: 0;
    line-height: normal;
    position: relative;
    top: 15px;
    transition: all .3s ease .3s;
    opacity: 0;
    font-size: 1em
}

.ucHeaderContactPopTop hr {
    border-bottom: solid 2px #979797;
    margin: 0;
    position: relative;
    top: 15px;
    transition: all .3s ease .6s;
    opacity: 0
}

.ucHeaderContactPopTop h5 a {
    color: #39464e
}

.ucHeaderContactPopTop p {
    line-height: normal;
    position: relative;
    top: 15px;
    transition: all .3s ease .9s;
    opacity: 0
}

.ucHeaderContactPopTop p+a {
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #2199a9;
    position: relative;
    top: 15px;
    transition: all .3s ease 1.2s;
    opacity: 0;
    font-size: .9em
}

.ucHeaderContactPop h3.form-title {
    font-size: 24px;
    font-weight: 600;
    color: #39464e;
    text-transform: none;
    font-style: normal;
    line-height: normal;
    padding-bottom: 0;
    letter-spacing: 0;
    font-size: 1.35em;
    margin: .8em 0;
    top: 15px;
    transition: all .3s ease 1.5s;
    opacity: 0
}

.ucHeaderContactPopClose {
    font-size: 25px;
    position: absolute;
    right: 50px;
    top: 30px;
    cursor: pointer
}

.ucHeaderContactPop form {
    position: relative;
    top: 15px;
    transition: all .3s ease 1.8s;
    opacity: 0
}

.ucHeaderContactPop label {
    display: block
}

.ucHeaderContactPop .hs-form-field {
    margin: 0px
}

.ucHeaderContactPop .hs-form-field {
    width: 100% !important;
    padding-right: 0 !important
}

.ucHeaderContactPop .hs-form-field>label {
    display: none
}

.ucHeaderContactPop ul.hs-error-msgs {
    margin: 0;
    color: red;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

body .ucHeaderContactPop input[type="text"],body .ucHeaderContactPop input[type="password"],body .ucHeaderContactPop input[type="datetime"],body .ucHeaderContactPop input[type="datetime-local"],body .ucHeaderContactPop input[type="date"],body .ucHeaderContactPop input[type="month"],body .ucHeaderContactPop input[type="time"],body .ucHeaderContactPop input[type="week"],body .ucHeaderContactPop input[type="number"],body .ucHeaderContactPop input[type="email"],body .ucHeaderContactPop input[type="url"],body .ucHeaderContactPop input[type="search"],body .ucHeaderContactPop input[type="tel"],body .ucHeaderContactPop input[type="color"],body .ucHeaderContactPop input[type="file"],body .ucHeaderContactPop textarea,body .ucHeaderContactPop select {
    border-bottom: solid 2px #979797;
    letter-spacing: 0;
    border-radius: 0;
    color: #39464e;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    outline: 0;
    padding-left: 0;
    font-size: .8em;
    margin-bottom: .8em;
    padding: .5em .5em .5em 0;
    background: transparent;
    height: auto
}

body .ucHeaderContactPop textarea {
    height: 5.5em
}

.ucHeaderContactPop .hs-fieldtype-radio label {
    display: block;
    font-size: 16px;
    color: #39464e;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-style: normal;
    letter-spacing: 0;
    font-size: .8em;
    line-height: normal
}

.ucHeaderContactPop .hs-fieldtype-radio ul.inputs-list.multi-container {
    margin-top: 5px
}

.ucHeaderContactPop ul.inputs-list {
    margin: 10px 0;
    margin-bottom: 0
}

.ucHeaderContactPop .hs-button.primary {
    background: #2299a9;
    font-size: 14px;
    font-weight: 800;
    padding: .8em 30px;
    margin-bottom: 1em;
    font-size: .75em;
    max-width: none;
    border-color: #2299a9
}

.ucHeaderContactPop .hs-button.primary:hover {
    color: #2299a9
}

.ucHeaderContactPop h3.form-title,.ucHeaderContactPopTop hr,.ucHeaderContactPopTop h6,.ucHeaderContactPopTop h5,.ucHeaderContactPopTop h3,.ucHeaderContactPopTop p,.ucHeaderContactPopTop p+a,.ucHeaderContactPop form {
    opacity: 1;
    top: 0
}
*/
@media(min-width: 1025px) {
    .visible-1024 {
        display:none
    }

    html {
        -webkit-animation: fadeIn .5s;
        animation: fadeIn .5s
    }

    body:not(.noHeaderShadowDefault) .ucCustomHeader {
        -webkit-box-shadow: 0 6px 5px 0 rgba(0,0,0,0.1);
        -moz-box-shadow: 0 6px 5px 0 rgba(0,0,0,0.1);
        box-shadow: 0 6px 5px 0 rgba(0,0,0,0.1)
    }
/*
    body.noHeaderShadowDefault .ucCustomHeader {
        background: transparent;
        box-shadow: none;
        transition: all .4s ease
    }*/

    body.noHeaderShadowDefault .ucCustomHeader, html.scrolled .noHeaderShadowDefault .ucCustomHeader {
        background: #fff;
        -webkit-box-shadow: 0 6px 5px 0 rgba(0,0,0,0.1);
        -moz-box-shadow: 0 6px 5px 0 rgba(0,0,0,0.1);
        box-shadow: 0 6px 5px 0 rgba(0,0,0,0.1)
    }

    .ucHeaderLogo {
        position: relative;
        z-index: 1
    }

    .headerTopRight.widget-span {
        position: absolute;
        width: 100% !important;
        margin: 0 auto;
        left: 0;
        top: 0;
        text-align: right;
        margin-left: 0 !important
    }

    .headerTopRight>div {
        display: inline-block;
    }

    .ucHeaderTop-right a, .headerTopRight li:last-child a {
        position: relative;
        z-index: 2;
        color: #fff!important;
        text-align: center;
        border-radius: 5px;
        background-color: #00ae9a;
        letter-spacing: 1px!important;
        font-weight: 600!important;
        padding: 16px 20px!important;
    }
/*
    .ucHeaderTop-right a.scroll {
        color: #f15924;
        border-color: #f15924
    }
*/
    .ucHeaderTop-right a:hover, .headerTopRight li:last-child a:hover {
        background-color: #138972;
        color: #fff;
        opacity:1!important;
    }

    .ucHeaderTop-right {
        padding-right: 0;
        position: absolute;
        right: 0;
        top: 10px;
        width: auto !important
    }
/*
    .hover .ucHeaderTop-right a.scroll,.ucHeaderTop-right a.scroll:hover {
        color: #fff;
        background-color: #f15924
    }
*/
    .ucHeaderTop-right a:hover,.hover .ucHeaderTop-right a , .headerTopRight li:last-child a:hover{
        background: #138972;
        color: #fff
    }

    .ucHeaderTop-right a i {
        color: inherit
    }

    .ucHeaderTop .ucHeaderMenu {
        position: static;
        -webkit-transition: top .3s ease;
        -moz-transition: top .3s ease;
        -ms-transition: top .3s ease;
        -o-transition: top .3s ease;
        transition: top .3s ease;
        text-align: left;
        top: 0;
        visibility: visible;
        height: auto;
        opacity: 1
    }

    .ucHeaderContactPopTop {
        margin-top: 20px
    }
}

@media(max-width: 1160px) and (min-width:1025px) {
  .ucHeaderMenu .hs-menu-wrapper>ul>li>a{
    font-size: 15px!important;
    padding: 14px 16px 11px 0px!important;
  }
  .ucHeaderMenu li.hs-item-has-children>a:after{
    padding-left:4px!important;
  }
  .ucHeaderMenu .hs-menu-wrapper>ul>li:last-child>a{
    padding: 16px 20px !important;
  }
}

@media(max-width: 1024px) {
    .ucCustomHeader {
        height:auto;
        position: static;
        padding: 0
    }

    .ucHeaderTop-right {
        display: none !important
    }

    .ucHeaderContactPop {
        display: none !important
    }
}

@media(max-width: 767px) {
    .ucCustomHeader {
        height:auto;
        position: static
    }
}

.ucCustomFooter {
    background: #39464e;
    color: #fff
}

span.hs-form-required {
    display: none !important
}

.ucCustomFooter p {
    margin: 0
}

.ucFooterMiddleRow3 {
    border-top: 1px solid #fff;
    padding-top: 30px;
    padding-bottom: 40px;
    letter-spacing: 2px
}

.ucFooterSitemap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600
}

.ucFooterSitemap a {
    color: #fff;
    line-height: 20px;
    margin-bottom: 20px;
    display: inline-block
}

.ucFooterSitemap a:hover {
    color: #f15924
}

.ucFooterAddress {
    font-size: 15px;
    letter-spacing: 2px
}

.ucFooterAddress p {
    padding-bottom: 10px;
    line-height: 20px
}

.ucFooterMiddleRow1 {
    padding: 30px 0
}

.ucFooterSocial ul {
    margin: 18px 0 0;
    padding: 0;
    list-style: none
}

.ucFooterSocial li {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px
}

.ucFooterSocial a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    margin-right: 15px;
    text-align: center;
    font-size: 19px;
    line-height: 50px
}

.ucFooterSocial a:hover {
    color: #f15924;
    background: #fff
}

.ucFooterMiddleRow2 {
    padding: 40px 0 40px;
    border-top: 1px solid #fff
}

.ucFooterMiddleRow2 p {
    word-spacing: 3px
}

.ucFooterMiddleRow1 h3,.ucFooterMiddleRow2 h3 {
    margin: 0 0 15px;
    color: #fff
}

.ucFooterMiddleRow2Left a {
    border-bottom: 1px solid;
    padding-bottom: 7px;
    color: #fff;
    display: inline-block
}

.ucFooterMiddleRow2Left a:hover {
    color: #35c2de
}

.ucFooterBottom {
    background: #fff;
    color: #39464e;
    font-size: 16px;
    padding: 22px 0
}

.ucFooterCopyright {
    text-align: right
}

.ucFooterBottom a:hover {
    color: #ee3e57
}

.ucFooterSocial a {
    overflow: hidden;
    transition: none
}

.ucFooterSocial a i {
    position: relative;
    top: 0;
    transition: all .5s ease;
    display: block;
    line-height: 45px
}

.ucFooterSocial a:hover i {
    top: -45px
}

@media(max-width: 767px) {
    .ucFooterMiddleRow3 {
        padding-bottom:30px
    }

    .ucFooterSitemap {
        margin-bottom: 10px
    }

    .ucFooterCopyright {
        margin-top: 15px;
        text-align: left
    }

    .ucFooterSocial ul {
        display: flex;
        justify-content: space-between
    }

    .ucFooterSocial a {
        height: 40px;
        width: 40px;
        line-height: 40px;
        margin: 0px
    }

    .ucFooterSocial a i {
        line-height: 40px
    }

    .ucFooterSocial a:hover i {
        top: -40px
    }

    .ucFooterSocial li:last-child a {
        margin-right: 0
    }

    .ucFooterLogo {
        padding-top: 30px
    }
}
.footer-container-wrapper{
  background-color: #343434;
}
.footerBeta {
    background-color: #343434;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    padding: 75px 0;
    display: block !important;
    color:#fff;
    line-height:1.4em;
    font-weight:500;
    font-size:14px;
}
.footerBeta h4 {
    color:#20af9a;
    font-size:18px;
    font-weight:700;
    margin-bottom:0px;
}
.footerBeta a{
  color:#fff;
}
.footerBeta a:hover{
  opacity: .7;
}

@media(min-width: 1025px) {
    .widget-span.footerBeta {
        position:fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 0
    }

    .hs-footer-top {
        position: relative;
        z-index: 1
    }

    .body-container-wrapper {
        position: relative;
        z-index: 1;
        background: #fff
    }
}

.servicesLayout .hs-custom-footer {
    display: none
}
/*
.footerBeta .footerMenu .hs-menu-wrapper>ul>li>a {
    font-size: 16px;
    font-weight: bold;
    color: #39464e;
    line-height: normal;
    margin-bottom: 10px;
    display: block;
    pointer-events: none
}

.footerBeta .footerMenu .hs-menu-wrapper>ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline
}

.footerBeta .footerMenu ul {
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important
}

.footerBeta .footerMenu .hs-menu-wrapper>ul>li {
    margin-bottom: 50px
}

.footerBeta .footerMenu .hs-menu-wrapper>ul>li>a {
    text-transform: uppercase
}

.footerBeta .footerMenu .hs-menu-wrapper>ul ul>li>a {
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    color: #39464e;
    display: inline-block !important
}

.footerBeta .footerMenu .hs-menu-wrapper>ul ul>li>a:hover {
    color: #2299a9
}

.footerBeta .footerMenu .hs-menu-wrapper>ul:before,.footerBeta .footerMenu .hs-menu-wrapper>ul:after {
    display: none
}

.footerOtherServices {
    padding-bottom: 80px;
    text-align: right
}

.footerOtherServices h3 {
    font-size: 15px;
    font-weight: bold;
    color: #39464e;
    line-height: normal;
    margin-bottom: 10px;
    display: block;
    pointer-events: none;
    text-transform: uppercase;
    margin-top: 0
}

.footerOtherServices p {
    font-size: 14px;
    font-weight: 600
}

.footerOtherServices p a {
    color: #ed4055;
    text-decoration: underline;
    display: inline-block
}

.footerOtherServices p a:hover {
    color: #2299a9
}
*/
.footerBottom {
    border-top: solid 2px #d2d2d2;
    padding: 30px 0 0
}

.footerBottom .row-fluid {
    display: flex;
    align-items: center
}

ul.footerSocial {
    margin: 0;
    padding: 0
}

ul.footerSocial li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top
}

ul.footerSocial a {
    /*width: 40px;
    height: 40px;*/
    display: block;
    overflow: hidden;
    transition: none;
    /*border-radius: 50%;*/
    text-align: center;
    /*border: 2px solid #39464e;*/
    font-size: 19px;
    line-height: 40px;
    color: #fff;
}

ul.footerSocial a:hover {
    opacity:.7;
}

ul.footerSocial a i {
    position: relative;
    top: 0;
   /* transition: top .5s ease;*/
    display: block;
    line-height: 36px
}
/*
ul.footerSocial a:hover i {
    top: -36px
}

ul.footerContactInfo {
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: right
}

ul.footerContactInfo li {
    display: inline-block;
    margin-left: 8%
}

ul.footerContactInfo a {
    color: #39464e
}

ul.footerContactInfo a:hover {
    color: #2299a9
}

.footerBadge {
    text-align: right;
    padding-right: 15px;
    padding-bottom: 30px
}

@media(max-width: 1024px) {
    .footerBeta .footerMenu .hs-menu-wrapper>ul {
        display:block
    }

    .footerBeta .footerMenu .hs-menu-wrapper>ul>li {
        width: 33.33%
    }

    .footerBeta .footerMenu .hs-menu-wrapper>ul>li:nth-child(3n+1) {
        clear: left
    }
}

@media(max-width: 1024px) and (min-width:768px) {
    /*.span3.widget-span.footerMenu {
        width:33.33%
    }

    .widget-span.footerOtherServices {
        width: 33.33%;
        margin-left: 0;
        text-align: left
    }

    .widget-span.footerBadge {
        width: 33.33%;
        margin-left: 0;
        text-align: center
    }
}
*/
@media(max-width: 767px) {
   /* .footerBeta .footerMenu .hs-menu-wrapper>ul {
        display:block
    }

    .footerBeta .footerMenu .hs-menu-wrapper>ul>li {
        margin-bottom: 25px;
        width: 100%
    }*/

    .footerBottom .row-fluid {
        display: block
    }
/*
    .footerOtherServices {
        padding-bottom: 30px;
        text-align: left
    }

    .footerOtherServices p {
        font-size: 16px
    }*/

    .footerBeta {
        padding-bottom: 30px
    }
/*
    ul.footerContactInfo {
        text-align: left;
        margin-top: 30px;
        line-height: 2
    }

    ul.footerContactInfo li {
        margin-left: 0
    }

    .footerBadge {
        text-align: left
    }*/
}



.ucHeaderMenu .hs-menu-wrapper>ul {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: normal;
    float: left
}

.ucHeaderMenu .hs-menu-wrapper>ul>li:first-child {
    padding-left: 0
}

.ucHeaderMenu .hs-menu-wrapper>ul>li>a {
    color: #49606e;
    font-size: 16px;
    padding: 14px 22px 11px 4px;
    letter-spacing: 1px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1em
}

.ucHeaderMenu .hs-menu-wrapper>ul>li:hover>a {
    opacity: .7
}

.ucHeaderMenu li.hs-item-has-children>a:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    color: inherit;
    position: relative;
    top: 0;
    padding-left: 7px;
    font-weight: bold;
    line-height: inherit
}

.ucHeaderMenu .hs-menu-wrapper>ul ul {
    background: #fff;
    padding: 20px 0px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: bold;
    /*width: 240px;*/
    border-top: 3px solid rgba(0,0,0,0.353);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

.ucHeaderMenu .hs-menu-wrapper>ul ul li {
    background: transparent;
    min-height: 26px;
    margin: 0;
    padding: 0 20px;
}

.ucHeaderMenu .hs-menu-wrapper>ul ul li:last-child {
    margin-bottom: 0
}

.ucHeaderMenu .hs-menu-wrapper>ul li a{
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    font-weight: 500!important;
    line-height: 1.4em;
    /*width: 200px !important;*/
    padding: 6px 20px !important;
    letter-spacing: 0!important;
    background: transparent;
    text-transform: none;
    text-align: left;
    margin: 0px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
    opacity: .7!important;
    background-color: rgba(0,0,0,.03);
}

@media screen and (min-width: 1025px) {
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    color: #49606e!important;
    }
    .ucHeaderTop .ucHeaderMenu {
        position:static
    }

    .ucHeaderMenu .hs-menu-wrapper {
        display: block !important
    }

    .ucHeaderMenu .hs-menu-wrapper>ul {
        float: none;
        margin-top: 10px
    }

    .ucHeaderMenu .hs-menu-wrapper>ul>li:hover>a {
        opacity: .7;
    }

    .ucHeaderMenu li.hs-item-has-children:after {
        color: inherit
    }

    .ucHeaderMenu .hs-menu-wrapper>ul>li>ul {
        margin-top: 9px
    }

    .ucHeaderMenu .hs-menu-wrapper>ul>li>ul:before {
        position: absolute;
        content: "";
        top: -18px;
        left: 0;
        width: 100%;
        height: 18px;
        display: block
    }
/*
    .ucHeaderMenu .hs-menu-wrapper>ul ul li>a {
        padding: 6px 20px;
        font-size: 12px;
        text-transform: uppercase;
        color: #39464e;
        line-height: 1em
    }*/

    .ucHeaderMenu .hs-menu-wrapper>ul ul li:hover>a {
        color: #f15924
    }

    .ucHeaderMenu .hs-menu-wrapper>ul ul ul {
        margin-top: -12px
    }
}

.ucMobileTrigger,.ucChildTrigger {
    display: none
}

@media(max-width: 1024px) {
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        color:#fff!important;
    }
    .ucHeaderLogo {
        width:100% !important;
        padding: 0 15px 17px
    }

    .widget-span.headerTopRight {
        width: 100%;
        margin-left: 0
    }

    .ucHeaderTop {
        padding-top: 17px;
        padding-bottom: 0
    }

    .ucHeaderMenu .bottom-button a.cta_button {
        display: block !important;
        text-align: center
    }

    .ucHeaderMenu li.hs-item-has-children>a:after {
        display: none
    }

    .ucHeaderMenu,.ucHeaderMenu .hs-menu-wrapper>ul,.ucHeaderMenu .hs-menu-wrapper>ul li,.ucHeaderMenu .hs-menu-wrapper>ul li a {
        display: block;
        float: none;
        position: static;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        padding: 0px;
        margin: 0px;
        background-image: none;
        background-color: transparent;
        border: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        max-width: none;
        width: 100%;
        height: auto;
        line-height: 1;
        font-weight: normal;
        text-decoration: none;
        text-indent: 0px;
        text-align: left;
        color: #fff
    }

    .ucMobileTrigger {
        display: inline-block !important;
        cursor: pointer;
        position: absolute;
        top: 12px;
        right: 10px;
        width: 35px;
        height: 35px;
        font-weight: normal;
        text-align: left;
        text-transform: uppercase
    }

    .ucMobileTrigger i {
        display: inline;
        position: relative;
        margin-top: 11px;
        display: block
    }

    .ucMobileTrigger i:before,.ucMobileTrigger i:after {
        content: '';
        display: block;
        position: relative
    }

    .ucMobileTrigger i,.ucMobileTrigger i:before,.ucMobileTrigger i:after {
        height: 3px;
        background-color: #39464e;
        width: 35px;
        border-radius: 2px;
        -ms-transition-duration: .2s;
        -webkit-transition-duration: .2s;
        transition-duration: .2s
    }

    .ucMobileTrigger i:before {
        top: -11px
    }

    .ucMobileTrigger i:after {
        top: 8px
    }

    .ucMobileOpen .ucMobileTrigger i {
        height: 0px
    }

    .ucMobileOpen .ucMobileTrigger i:before {
        opacity: 1;
        -ms-transform: rotate(-45deg) translate(-10px,10px);
        -webkit-transform: rotate(-45deg) translate(-10px,10px);
        transform: rotate(-45deg) translate(-10px,10px)
    }

    .ucMobileOpen .ucMobileTrigger i:after {
        opacity: 1;
        -ms-transform: rotate(45deg) translate(-5px,-5px);
        -webkit-transform: rotate(45deg) translate(-5px,-5px);
        transform: rotate(45deg) translate(-5px,-5px)
    }

    .ucChildTrigger {
        display: block !important;
        cursor: pointer;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 55px !important;
        min-width: 55px !important;
        height: 60px !important;
        padding: 0 !important
    }

    .ucChildTrigger:hover {
        text-decoration: none
    }

    .ucChildTrigger i {
        position: relative;
        margin: 0 auto !important;
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 50px
    }

    .ucChildTrigger i:after {
        position: absolute;
        content: ''
    }

    .ucChildTrigger i:after {
        content: "\f107";
        font: normal normal normal 14px/1 FontAwesome;
        color: #fff;
        position: relative;
        top: 2px;
        padding-left: 2px;
        font-size: 25px
    }

    .ucChildTrigger.ucChildOpen i:after {
        content: "\f106";
        opacity: .7;
    }

    .ucHeaderTop .page-center {
        padding: 0 !important
    }

    .ucHeaderMenu.js-enabled {
        position: relative;
        padding-top: 0;
        margin: 0
    }

    .ucHeaderMenu.js-enabled .hs-menu-wrapper,.ucHeaderMenu.js-enabled .hs-menu-children-wrapper {
        display: none
    }

    .ucHeaderMenu ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        display: none
    }

    .ucHeaderMenu.js-enabled .hs-menu-wrapper {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        padding: 0
    }

    .ucHeaderMenu .hs-menu-wrapper {
        background-color: #39464e;
        width: 100%
    }

    .ucHeaderMenu .hs-menu-wrapper>ul>li {
        position: relative;
        border-bottom: 1px dotted rgba(255,255,255,.35)
    }

    .ucHeaderMenu .hs-menu-wrapper>ul>li a {
        font-size: 15px;
        line-height: 50px;
        overflow: visible;
        padding: 0 15px;
        font-weight: bold
    }

    .ucHeaderMenu .hs-menu-wrapper>ul>li:first-child,.ucHeaderMenu .hs-menu-wrapper>ul>li {
        padding: 0
    }

    .ucHeaderMenu .hs-menu-wrapper>ul li a {
        color:
    }

    .ucHeaderMenu li.hs-item-has-children:after {
        display: none
    }

    .ucHeaderMenu .hs-menu-wrapper>ul li:hover>a {
        opacity: .7;
    }

    .ucHeaderMenu .hs-menu-wrapper>ul ul {
        background: transparent;
        width: 100%;
        padding: 0;
        border-left: 0;
        border-bottom: 0;
        border-right: 0;
        font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
        padding-bottom: 10px;
        min-width: 0
    }

    .ucHeaderMenu .hs-menu-wrapper>ul ul li a {
        text-indent: 0;
        font-size: 15px;
        padding: 10px 25px;
        font-weight: normal;
        line-height: 20px
    }

    .ucHeaderMenu .hs-menu-wrapper>ul ul li:hover>a {
        border-left: 2px solid #f15924;
        padding-left: 27px
    }

    .ucHeaderMenu .hs-menu-wrapper>ul ul ul li a {
        text-indent: 0;
        padding-left: 35px !important
    }

    .ucHeaderMenu .hs-menu-wrapper>ul ul ul li:hover>a {
        padding-left: 37px
    }

    .ucHeaderMenu .hs-menu-wrapper>ul ul ul ul li a {
        text-indent: 50px
    }
}
/*
@media(max-width: 1300px) and (min-width:1025px) {
    .ucHeaderMenu .hs-menu-wrapper>ul {
        padding-left:20px
    }

    .ucHeaderMenu .hs-menu-wrapper>ul>li>a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px
    }
}
*/
.body-container .widget-type-form:not(.noBgStyle) {
    border-radius: 3px;
    background: #39464e;
    display: block;
    padding: 24px 24px 25px
}

.body-container form {
    border-radius: 3px;
    background-color: #fff;
    padding: 15px
}

.body-container .formTransparent form {
    background-color: transparent
}

.body-container h3.form-title:empty {
    display: none
}

.body-container h3.form-title {
    color: #fff;
    font-weight: 800;
    font-size: 24px;
    margin-top: 0
}

body .hs-form-field {
    position: relative;
    margin-bottom: 10px
}

body label {
    font-size: 14px;
    line-height: 26px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    color: #39464e;
    display: inline-block
}

body .hs-form-field:not(.hs-fieldtype-radio):not(.hs-fieldtype-select):not(.hs-fieldtype-file):not(.hs-fieldtype-checkbox)>label {
    position: absolute;
    height: 50px;
    left: 0;
    top: 0;
    line-height: 21px;
    padding-left: 8px;
    padding-top: 14px;
    transition: all .3s ease;
    pointer-events: none;
    visibility: visible
}

.hs-form-field.active:not(.hs-fieldtype-radio):not(.hs-fieldtype-select):not(.hs-fieldtype-file):not(.hs-fieldtype-checkbox)>label {
    padding-top: 0px;
    font-size: 8px;
    font-weight: 600;
    visibility: visible
}

.hs-form-field.error:not(.hs-fieldtype-radio):not(.hs-fieldtype-select):not(.hs-fieldtype-file):not(.hs-fieldtype-checkbox)>label {
    color: #d0021b
}

.hs-form-field.error.active:not(.hs-fieldtype-radio):not(.hs-fieldtype-select):not(.hs-fieldtype-file):not(.hs-fieldtype-checkbox)>label {
    color: #39464e
}

form .hs-richtext {
    margin-bottom: 10px;
    color: #39464e
}

body input[type="text"],body input[type="password"],body input[type="datetime"],body input[type="datetime-local"],body input[type="date"],body input[type="month"],body input[type="time"],body input[type="week"],body input[type="number"],body input[type="email"],body input[type="url"],body input[type="search"],body input[type="tel"],body input[type="color"],body input[type="file"],body textarea,body select {
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    background: #f5f5f5;
    border: 0;
    border-bottom: 2px solid #39464e;
    outline: 0;
    color: #39464e;
    height: 50px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    padding: 8px 8px 0;
    line-height: 21px;
    transition: border .3s ease
}

body input[type="text"]:focus,body input[type="password"]:focus,body input[type="datetime"]:focus,body input[type="datetime-local"]:focus,body input[type="date"]:focus,body input[type="month"]:focus,body input[type="time"]:focus,body input[type="week"]:focus,body input[type="number"]:focus,body input[type="email"]:focus,body input[type="url"]:focus,body input[type="search"]:focus,body input[type="tel"]:focus,body input[type="color"]:focus,body input[type="file"]:focus,body textarea:focus,body select:focus {
    border-color: #00ae9a;
}

body textarea {
    height: 120px;
    padding-top: 14px
}

body form.hs-form .hs-form-field ul.inputs-list {
    list-style: none;
    padding: 0;
    margin: 0
}

body input[type="radio"] {
    vertical-align: -11%
}

body input[type="checkbox"] {
    vertical-align: -11%
}

h3.form-title {
    color: #fff
}

.body-container ::-webkit-input-placeholder {
    color: transparent;
    opacity: 1
}

.body-container :-moz-placeholder {
    color: transparent;
    opacity: 1
}

.body-container ::-moz-placeholder {
    color: transparent;
    opacity: 1
}

.body-container :-ms-input-placeholder {
    color: transparent;
    opacity: 1
}

ul.hs-error-msgs.inputs-list {
    margin: 0;
    padding: 0;
    list-style: none;
    color: red;
    font-size: 10px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    margin-top: 10px;
    margin-bottom: 0
}

ul.hs-error-msgs.inputs-list label {
    font: inherit;
    color: inherit
}

body input.error {
    background-image: url(//cdn2.hubspot.net/hubfs/313589/Campaign_Creators/error-icon.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    border-color: #d0021b;
    color: #d0021b;
    margin-bottom: 10px
}

[type="radio"]:checked,[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px
}

[type="radio"]:checked+span,[type="radio"]:not(:checked)+span {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666
}

[type="radio"]:checked+span:before,[type="radio"]:not(:checked)+span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
    background: #ddd
}

[type="radio"]:checked+span:after,[type="radio"]:not(:checked)+span:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #39464e;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

[type="radio"]:not(:checked)+span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

[type="radio"]:checked+span:before {
    border: 2px solid #39464e;
    background: #fff
}

[type="checkbox"]:not(:checked),[type="checkbox"]:checked {
    position: absolute;
    left: -9999px
}

[type="checkbox"]:not(:checked)+span,[type="checkbox"]:checked+span {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
    outline: 0
}

[type="checkbox"]:not(:checked)+span:before,[type="checkbox"]:checked+span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    background: #fff;
    border-radius: 4px;
    background: #ddd;
    outline: 0;
    color: #39464e
}

[type="checkbox"]:not(:checked)+span:after,[type="checkbox"]:checked+span:after {
    content: '';
    position: absolute;
    color: #fff;
    transition: all .2s;
    font: normal normal normal 14px/1 FontAwesome;
    letter-spacing: 0;
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    display: block
}

[type="checkbox"]:not(:checked)+span:after {
    opacity: 0;
    transform: scale(0)
}

[type="checkbox"]:checked+span:after {
    opacity: 1;
    transform: scale(1)
}

[type="checkbox"]:disabled:not(:checked)+span:before,[type="checkbox"]:disabled:checked+span:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

[type="checkbox"]:disabled:checked+span:after {
    color: #999
}

[type="checkbox"]:disabled+span {
    color: #aaa
}

[type="checkbox"]:checked+span:before {
    background: #39464e;
    border-color: #39464e
}

#hs_form_target_blog_subscription input[type="radio"],#hs_form_target_blog_subscription input[type="checkbox"] {
    width: auto;
    margin-right: 10px
}

body form.hs-form fieldset {
    max-width: none
}

body form.hs-form fieldset .hs-form-field {
    padding: 0 10px 0 0
}

body form.hs-form fieldset[class*="form-columns"] .input {
    margin-right: 0
}

body form.hs-form fieldset[class*="form-columns"] .hs-input {
    width: 100%
}

body form.hs-form fieldset[class*="form-columns"] input[type="radio"] {
    width: auto
}

body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
    width: auto
}

body form.hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.33%
}

@media(max-width: 400px) {
    body form.hs-form fieldset .hs-form-field {
        padding:0
    }

    body form.hs-form fieldset.form-columns-3 .hs-form-field,body form.hs-form .form-columns-2 .hs-form-field .hs-input,body form.hs-form .form-columns-3 .hs-form-field .hs-input {
        width: 100%
    }

    body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] {
        width: auto
    }
}

@media(max-width: 1025px) {
    body form.hs-form fieldset .hs-form-field,.hs-form fieldset.form-columns-2 .hs-form-field {
        width:100% !important;
        float: none !important;
        padding: 0 !important
    }
}

@media(max-width: 767px) {
    body form.hs-form fieldset[class*="form-columns"] .hs-input {
        width:100% !important
    }

    .hs_recaptcha.hs-recaptcha {
        overflow-y: auto
    }
}

body .hs-button.primary,body input[type="submit"],body input[type="button"],.ucCustomBlogPagination a.ucNextPostsLink {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: .8em 1.5em !important;
	  border-width: 0px !important;
	  border-radius: 5px !important;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    margin-top: 10px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    line-height: 1.7em;
    background-color: #00ae9a;
    color: #fff;
}

body .hs-button.primary:hover,body input[type="submit"]:hover,body input[type="button"]:hover,.ucCustomBlogPagination a.ucNextPostsLink:hover {
    	background:#138972!important;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

body .hs-button.primary:focus,body input[type="submit"]:focus,body input[type="button"]:focus,.ucCustomBlogPagination a.ucNextPostsLink:focus {
    	background:#138972!important;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

#email-prefs-form .hs-button.primary {
    max-width: none
}
/*
a.cta_button {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 800;
    border: 2px solid;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 0;
    -webkit-transition-duration: .3s;
    border-radius: 3px;
    border: solid 2px;
    font-size: 16px;
    letter-spacing: normal;
    padding: 14px 30px;
    background-color: #f15924;
    border-color: #f15924;
    line-height: 24px;
    color: #fff
}
*/
a.cta_button:hover {
    opacity:.8;
}

a.cta_button.hero_orange {
    background-color: #f15924;
    border-color: #fff;
    color: #fff
}

a.cta_button.hero_orange:hover {
    background-color: transparent
}

a.cta_button.ghost_dark {
    background-color: transparent;
    border-color: #39464e;
    color: #39464e
}

a.cta_button.ghost_dark:hover {
    background-color: #39464e;
    color: #fff
}

a.cta_button.ghost_orange {
    background-color: transparent;
    border-color: #f15924;
    color: #f15924
}

a.cta_button.ghost_orange:hover {
    background-color: #f15924;
    color: #fff
}

a.cta_button.fill_dark {
    background-color: #39464e;
    border-color: #39464e;
    color: #fff
}

a.cta_button.fill_dark:hover {
    background-color: transparent;
    color: #39464e
}

.modal {
    padding: 30px;
    left: 50%;
    top: 50%;
    position: fixed;
    z-index: 500;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.modal.size-m {
    width: 600px;
    height: 400px
}

.modal.size-l {
    width: 700px;
    height: 500px
}

.modal.size-s {
    width: 500px;
    height: 300px
}

.modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .5;
    top: 0;
    left: 0;
    z-index: 100
}

.modal-close {
    color: #b1b0ac;
    font-size: 30px;
    line-height: .5;
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: bold;
    cursor: pointer
}

.modal-close:hover {
    color: #e72626
}

.YouTubePopUp-Close {
    width: 35px !important;
    height: 35px !important;
    background: url(//cdn2.hubspot.net/hubfs/313589/close-x-red.png?t=1512896246158) no-repeat !important;
    background-size: 100% 100% !important;
    background: none !important;
    text-align: right;
    font-size: 30px;
    opacity: .5
}

.YouTubePopUp-Close:before {
    content: "\f00d";
    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;
    color: #fff
}

.YouTubePopUp-Close:hover {
    opacity: 1
}

#comment-form .hs-input:not([type="checkbox"]) {
    color: #39464e;
    background-color: #fff !important
}

#comment-form .hs-input:not([type="checkbox"]):focus {
    outline: 0
}

#comment-form .hs-form-field>label {
    height: 30px;
    top: 1px;
    color: #39464e
}

#comment-form .hs-form fieldset.form-columns-2 .hs-form-field {
    float: none;
    width: 98.5%;
    padding: 0
}

#comment-form .hs-form-field.hs_comment>label {
    border: 0
}

#comment-form textarea {
    padding: 40px 10px 6px 17px !important;
    color: #39464e;
    height: 135px
}

#comment-form .hs-form-booleancheckbox-display {
    font-style: normal;
    letter-spacing: 0
}

#comment-form input[type="submit"] {
    cursor: pointer;
    background-color: #f15924;
    color: #fff;
    border-color: #f15924;
    margin-bottom: 50px
}

#comment-form input[type="submit"]:hover {
    background-color: #fff;
    color: #f15924
}

body .comments .hs-button {
    cursor: pointer;
    background-color: #f15924;
    color: #fff;
    border-color: #f15924;
    margin-bottom: 50px
}

body .comments .hs-button:hover {
    background-color: #fff;
    color: #f15924
}

.stickySocial {
    transition: .3s;
    position: fixed;
    left: 300px;
    top: 90px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 0;
    z-index: 1;
    position: -webkit-sticky;
    position: sticky;
    left: auto;
    background-color: transparent
}

.stickySocial ul {
    position: absolute;
    left: -22.52%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    padding-top: 30px
}

.stickySocial ul a {
    margin-bottom: 12px;
    display: block;
    position: relative;
    top: 0
}

.stickySocial ul a:hover {
    top: -5px
}

@media(max-width: 767px) {
    .stickySocial {
        position:fixed;
        top: auto;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0;
        height: auto;
        transform: none;
        line-height: 30px
    }

    .stickySocial ul {
        left: 0;
        bottom: 0;
        position: static;
        display: block;
        text-align: center;
        background: rgba(255,255,255,0.9);
        padding-top: 0
    }

    .stickySocial li {
        width: 33.33%;
        display: inline-block;
        margin: 0 -2px
    }

    .stickySocial ul a {
        margin: 0;
        padding: 10px;
        top: 0 !important
    }

    .stickySocial ul a:hover {
        background: #fff
    }
}

.ucNumberBlogPagination {
    display: block;
    text-align: center;
    padding: 60px 0
}

.ucNumberBlogPagination>div {
    display: inline-block
}

.ucNumberBlogPaginationLeft {
    text-align: right
}

.ucNumberBlogPaginationRight {
    text-align: left
}

.ucNumberBlogPagination a {
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    padding: 5px 12px
}

.ucNumberBlogPagination a:hover,.ucNumberBlogPagination a:focus {
    background-color: #138972;
    text-decoration: none;
    color: #fff
}

.ucNumberBlogPagination a.elipses {
    border: 0
}

.ucNumberBlogPagination a.active {
    background-color: #138972;
    color: #fff;
    pointer-events: none;
    cursor: default
}

.ucNumberBlogPagination a.next-link,.ucNumberBlogPagination a.prev-link {
    background-color: #2299a9;
    color: #fff
}

.ucNumberBlogPagination a.next-link:hover,.ucNumberBlogPagination a.prev-link:hover {
    background-color: #138972;
    color: #fff
}

.ucFeaturedPosts .ucPopPostItem {
    width: 25%;
    float: left
}

.ucFeaturedPosts .ucFeaturedPostBgCover {
    padding-top: 100%;
    background-size: cover;
    background-position: center center;
    position: relative
}

.ucFeaturedPosts .ucFeaturedPostInnerContent {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(57,70,78,0.6);
    color: #fff;
    padding: 20px;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-bottom: 2px solid transparent;
    min-height: 130px
}

.ucFeaturedPosts .ucPopPostItem:hover .ucFeaturedPostInnerContent {
    background: rgba(34,153,169,1);
    border-color: #138972;
}

.ucFeaturedPosts .ucPostTitle {
    margin: 0 0 10px;
    line-height: 1.08;
    font-size: 16px;
    font-weight: bold
}

.ucFeaturedPosts .ucPostTitle a {
    color: #fff;
    text-decoration: none
}

.ucFeaturedPosts .ucPostTitle a:hover {
    color: #138972;
}

.ucFeaturedPosts .ucPostBody {
    margin: 0;
    font-size: 90%;
    opacity: 0;
    height: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden
}

.ucFeaturedPosts .ucPopPostItem:hover .ucPostBody {
    height: auto;
    opacity: 1
}

.ucFeaturedPosts .ucPostDate {
    font-size: 80%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: 20px;
    opacity: 1;
    margin-bottom: 10px
}

.ucFeaturedPosts .ucPopPostItem:hover .ucPostDate {
    height: 0;
    opacity: 0;
    margin: 0;
    visibility: hidden
}

.ucFeaturedPosts a.ucFeaturePostLink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.ucFeaturedPosts .slick-prev,.ucFeaturedPosts .slick-next {
    display: none !important
}

.ucFeaturedPosts .slider {
    margin-bottom: 0
}

.ucBlogFilter h3 {
    text-transform: none;
    border-bottom: 1px solid #7d7d7d;
    padding-bottom: 10px;
    font-style: italic
}

.ucBlogFilter {
    margin-bottom: 20px;
    margin-top: 20px
}

.ucBlogFilter ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: bold;
    font-size: 87.5%
}

.ucBlogFilter li {
    padding: 0 40px 0 0;
    display: inline-block
}

.ucBlogFilter ul li a {
    padding: 0
}

.ucBlogFilter a {
    text-transform: uppercase;
    padding-bottom: 3px;
    display: block;
    margin-bottom: 22px
}

.ucBlogFilter a:hover {
    color: #39464e
}

.ucBlogFilter a:after {
    display: block;
    width: 0;
    height: 2px;
    content: "";
    background: #00ae9a;
    -webkit-transition: width .5s ease;
    -moz-transition: width .5s ease;
    -ms-transition: width .5s ease;
    -o-transition: width .5s ease;
    transition: width .5s ease
}

.ucBlogFilter a.active,.ucBlogFilter .active a {
    color: #39464e
}

.ucBlogFilter a.active:after,.ucBlogFilter a:hover:after {
    width: 100%
}

@media(max-width: 767px) {
    .ucBlogFilter {
        padding:0 10px
    }

    .ucBlogFilter h3 {
        padding-bottom: 30px;
        margin-bottom: 0;
        padding-top: 10px
    }

    .ucBlogFilter li {
        padding: 10px 0;
        display: block;
        border-bottom: 1px solid #d7dadc
    }

    .ucBlogFilter a {
        display: block;
        padding: 0;
        margin: 0
    }

    .ucBlogFilter a.active,.ucBlogFilter .active a,.ucBlogFilter a:hover {
        color: #138972;
    }

    .ucBlogFilter a:after {
        display: none
    }
}

.relatedPost {
    border-top: 1px solid #d8d8d8;
    padding-top: 35px;
    padding-bottom: 60px
}

.relatedPostItem {
    margin-bottom: 30px
}

.relatedPost .title {
    padding-bottom: 20px
}

.relatedPost h3 {
    text-align: center;
    margin: 30px 0;
    font-weight: 800;
    color: #39464e
}

.relatedPost h3 .fa {
    display: block;
    font-size: inherit;
    font-weight: bold;
    margin-top: 20px
}

.relatedPost .post-inner {
    transform: translate3d(0,0,0);
    box-shadow: 0 2px 6px rgba(0,0,0,0.15),0 0 3px rgba(0,0,0,0.12);
    transition: transform .2s ease,box-shadow .2s;
    height: 100%;
    position: relative
}

.relatedPost .post-inner:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 35px rgba(0,0,0,0.15),0 0 15px rgba(0,0,0,0.12)
}

.relatedPost a.abso-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.relatedPost .feature-image-bg {
    height: 160px;
    background-size: cover;
    background-position: center center
}

.relatedPostItem h2 {
    line-height: normal;
    padding: 0;
    color: #39464e;
    font-size: 20px;
    font-weight: 800
}

.relatedPostItem h2 a {
    color: #39464e
}

.relatedPostItem h2:after {
    display: none
}

.relatedPost #hubspot-topic_data {
    padding: 15px 10px 15px;
    margin: 0;
    font-size: 12px;
    line-height: normal;
    text-transform: capitalize;
    min-height: 46px;
    border-top: 1px solid #eee;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.relatedPost em.time-to-read {
    font-size: 12px;
    color: #7d7d7d;
    margin-top: 15px;
    display: block
}

.relatedPost .post-item-content {
    padding: 12px 10px 120px;
    margin-bottom: 0
}

.widget-span.widget-type-blog_subscribe.subscribeWrapper {
    border-top-width: 0;
    background-color: #ebebeb;
    padding: 0;
    width: 560px;
    max-height: 70%;
    position: fixed;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2001;
    padding: 3em 3.5em;
    border-radius: 5px;
    font-size: 13.3333px;
    max-width: 100%;
    color: #39464e;
    overflow-y: auto;
    height: auto;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    max-width: calc(100% - 20px)
}

.subscribeWrapper .exit-form {
    position: absolute;
    right: 8px;
    top: 6px;
    cursor: pointer
}

.subscribeWrapper input.hs-button.primary.large {
    padding: .7em 1.7em;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    -ms-border-radius: .25em;
    -o-border-radius: .25em;
    border-radius: .25em;
    font-size: 1em;
    max-width: 100%;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0
}

.subscribeWrapper h3.form-title {
    color: #39464e;
    font-size: 1.3em;
    font-weight: 600;
    font-style: italic;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-top: 0
}

.hs-blog-listing .ucPostBody {
    margin: 15px 0
}

.hs-blog-listing .ucPostBody * {
    margin-bottom: 0;
    margin-top: 0;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    text-transform: inherit;
    font-family: inherit;
    letter-spacing: inherit;
    color: inherit
}

.hs-blog-listing .ucPostBody *:after {
    display: none
}

.ucCustomBlogPagination {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    display: block !important
}

.ucCustomBlogPagination a.ucNextPostsLink {
    float: right!important;
  margin-top:0px!important;
}


.ucCustomBlogPagination a.ucNextPostsLink.btn.btn-video {
    float: right
}

@media(max-width: 767px) {
    .ucCustomBlogPagination {
        text-align:center
    }

    .ucCustomBlogPagination a {
        float: none !important
    }
}

.widget-type-blog_subscribe.subscribe-wrapper .hs-button {
    background-color: #138972
}

.widget-type-blog_subscribe.subscribe-wrapper input.hs-button.primary.large:hover {
    color: #2299a9 background:#fff
}

.subscribe-options label {
    margin-left: 0
}

@media(max-width: 767px) {
    .hs-blog-listing .ucPostBody {
        display:none
    }

    .ucBlogSection .ucPostItem a.ucMoreLink {
        padding: 10px;
        border-width: 2px
    }

    .ucBlogSection .ucPostItem .ucAuthorWrap h3 {
        font-size: 16px;
        display: none
    }

    .ucBlogSection .ucPostItem h2 {
        width: 100% !important;
        max-width: 100% !important
    }

    .ucBlogSection .ucPostItem h2:before {
        position: static !important
    }

    .ucBlogSection .ucPostItem h2:after {
        width: 60px
    }

    .ucBlogSection .ucPostItem h2>a {
        margin-top: 20px;
        display: block !important;
        overflow: visible !important;
        max-height: none !important
    }
}

.ucBlog1 .ucBlogListingWrapper .ucPostListing .ucPostItem {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
    margin-right: -4px;
    min-height: auto;
    margin-bottom: 50px
}

.ucBlog1 .ucPostHeader h2 {
    font-size: 18px;
    line-height: normal;
    padding: 0;
    color: #636363
}

.ucBlog1 .ucPostHeader a {
    color: #39464e;
    margin-top: 0 !important
}

.ucBlog1 .ucPostHeader a:hover h2 {
    color: #138972;
}

.ucBlog1 .ucPostHeader h2:after {
    display: none
}

.ucBlog1 .ucPostInner:hover .ucPostHeader h2 a {
    color: #00ae9a
}

.ucBlog1 .ucPostInner {
    transform: translate3d(0,0,0);
    box-shadow: 0 2px 6px rgba(0,0,0,0.15),0 0 3px rgba(0,0,0,0.12);
    transition: transform .2s ease,box-shadow .2s;
    height: 100%
}

.ucBlog1 .ucPostInner:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 35px rgba(0,0,0,0.15),0 0 15px rgba(0,0,0,0.12)
}

.ucBlog1 .ucPostListing {
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap
}

.ucBlog1 .videoLength {
    padding: 10px;
    font-size: 15px;
    font-style: italic;
    color: #a1a1a1
}

.ucBlog1 #ucHubspotTopicData {
    padding: 15px 10px 15px;
    margin: 0;
    font-size: 12px;
    text-transform: capitalize;
    min-height: 46px;
    border-top: 1px solid #eee;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0px;
    z-index: 2
}

.ucBlog1 .ucFeatureImageBg {
    height: 200px;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden
}

.ucBlog1 .ucAuthorAvatar {
    width: 40px;
    border-radius: 50%;
    border: 1px solid #39464e;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.ucBlog1 .ucPostItemContent {
    padding: 12px 10px 50px;
    margin-bottom: 0
}

.ucBlog1 .ucAuthorWrap {
    padding-bottom: 10px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 12px;
    text-transform: capitalize
}

.ucBlog1 a.abso-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1
}

.ucBlog1 em.ucTimeToRead {
    font-size: 12px;
    font-style: italic;
    color: #a1a1a1;
    margin-bottom: 20px;
    display: block
}

@media(max-width: 1024px) and (min-width:768px) {
    .ucBlog1 .ucBlogListingWrapper .ucPostListing .ucPostItem {
        padding:10px !important;
        width: 50%;
        margin-bottom: 10px
    }
}

@media(max-width: 767px) {
    .ucBlog1 .ucBlogListingWrapper .ucPostListing .ucPostItem {
        width:100%;
        margin-right: 0;
        padding: 0 !important
    }

    .ucBlog1 .ucPostListing {
        display: block;
        margin: 0;
        padding: 0 2px
    }

    .ucBlog1 .ucPostHeader h2 {
        min-height: auto
    }

    .ucBlog1 em.ucTimeToRead {
        margin-bottom: 20px
    }

    .ucBlog1 .header-container {
        min-height: 90px
    }
}

.ucBlog1Post .postHeaderWrapper {
    padding-bottom: 15px
}

.ucBlog1Post .postHeaderWrapper .readTime {
    color: #138972;
    margin-bottom: 25px;
    line-height: normal;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase
}

.ucBlog1Post .postHeaderWrapper .authorAvatar {
    width: 60px;
    height: 60px;
    background-size: 100%;
    border-radius: 50%;
    border: 2px solid #39464e;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px
}

.ucBlog1Post .authorProfile {
    padding: 20px 0
}

.ucBlog1Post .authorName {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #39464e;
    width: calc(100% - 100px)
}

.ucBlog1Post .postHeaderWrapper .leftWrapper {
    padding-top: 35px;
    padding-bottom: 25px
}

.ucBlog1Post .postFeatureImageWrapper img {
    width: 100%
}

.ucBlog1Post .ucHeaderTop-right .subscribe-btn,.ucBlog1Post.subsShow .ucHeaderTop-right .contact-btn {
    display: none
}

.ucBlog1Post .ucHeaderTop-right .contact-btn,.ucBlog1Post.subsShow .ucHeaderTop-right .subscribe-btn {
    display: initial
}

.ucBlog1Post div#overlay-2 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    filter: alpha(opacity=40);
    -ms-filter: "alpha(opacity=40)";
    animation: leadinModal-fadein .5s;
    -webkit-animation: leadinModal-fadein .5s;
    -moz-animation: leadinModal-fadein .5s;
    -ms-animation: leadinModal-fadein .5s;
    -o-animation: leadinModal-fadein .5s;
    -webkit-backface-visibility: hidden;
    background-color: rgba(0,0,0,0.4);
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    background-color: rgba(0,0,0,0.7);
    z-index: 2000
}

.ucBlog1Post .ucPostContent .ucBlogPostBody {
    padding-bottom: 100px
}

.ucBlog1Post .image-wrapper {
    position: relative
}

@media(max-width: 767px) {
    .ucBlog1Post {
        padding-bottom:50px
    }

    .ucBlog1Post .postHeaderWrapper .authorAvatar {
        width: 60px;
        height: 60px
    }
}

.ucBlog2 .ucPostItem {
    padding: 25px 10px 25px;
    width: 25%;
    background: #fff;
    overflow: hidden
}

.ucBlog2 .ucPostItem .ucPostHeader {
    padding-top: 10px
}

.ucBlog2 .ucPostItem .ucPostHeader h2 {
    padding-bottom: 0;
    margin-bottom: 15px !important;
    text-transform: none;
    font-size: 18px;
    color: #636363
}

.ucBlog2 .ucPostBody {
    font-size: 80%
}

.ucBlog2 .ucPostItem .ucPostHeader h2:after {
    display: none
}

.ucBlog2 .ucPostItem #ucHubspotTopicData {
    line-height: normal;
    font-size: 12px;
    text-transform: capitalize
}

.ucBlog2 .ucPostItem a.ucTopicLink {
    color: inherit
}

.ucBlog2 .ucPostItem a.ucTopicLink:hover {
    color: #138972;
}

.ucBlog2 .ucPostItem #ucHubspotAuthorData {
    padding-top: 7px;
    font-size: 13px;
    font-weight: 400;
    color: #bbb;
    font-style: italic;
    padding-bottom: 20px
}

.ucBlog2 .ucPostItem #ucHubspotAuthorData a {
    color: #bbb;
    text-decoration: underline
}

.ucBlog2 .ucPostItem #ucHubspotAuthorData a:hover {
    color: #2299a9
}

.ucBlog2 .ucPostListing {
    display: flex;
    flex-wrap: wrap
}

.ucBlog2 .ucPostItem .ucPostItemInner {
    border: 1px solid #e5e5e5;
    background: #fff;
    height: 100%;
    position: relative
}

.ucBlog2 .ucPostItem .ucPostItemContent {
    padding: 20px 15px 40px
}

.ucBlog2 .ucPostItem .ucFeaturedImageWrapper {
    position: relative;
    max-height: 200px;
    overflow: hidden
}

.ucBlog2 .ucPostItem a.ucMoreLink {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 2px solid #fff;
    display: inline-block;
    padding: 6px 25px 8px;
    color: #fff;
    background: rgba(34,153,169,0.7);
    font-weight: bold;
    text-align: center
}

.ucBlog2 .ucPostItem .ucFeaturedImageWrapper:hover a.ucMoreLink {
    background: #2299a9
}

.ucBlog2 .ucPostItem .ucFeaturedImageWrapper:before {
    background: #138972;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ucBlog2 .ucPostItem .ucFeaturedImageWrapper:hover:before {
    opacity: .7
}

.ucBlog2 .ucPostItem ul.ucSocialList {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: -100%;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 auto;
    right: 0
}

.ucBlog2 .ucPostItem:hover ul.ucSocialList {
    opacity: 1;
    left: 0
}

.ucBlog2 .ucPostItem ul.ucSocialList li {
    display: inline-block
}

.ucBlog2 .ucPostItem ul.ucSocialList a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #ddd;
    line-height: 36px;
    background: #fff
}

.ucBlog2 .ucPostBody * {
    font-size: inherit !important;
    line-height: inherit;
    display: inline;
    margin: 0;
    padding: 0;
    text-align: left !important;
    font-weight: inherit !important;
    color: inherit !important;
    font-style: inherit
}

@media(max-width: 1360px) {
    .ucBlog2 .ucPostItem {
        width:33.33%
    }
}

@media(max-width: 1024px) {
    .ucBlog2 .ucPostItem {
        width:50%
    }
}

@media(max-width: 767px) {
    .ucBlog2 .ucPostItem {
        width:100%;
        padding-left: 0;
        padding-right: 0
    }

    .ucBlog2 .ucPostItem .ucFeaturedImageWrapper {
        max-height: none;
        overflow: auto
    }

    .ucBlog2 .ucPostItem .ucFeaturedImageWrapper img {
        width: 100%
    }

    .ucBlog2 .ucPostItem a.ucMoreLink {
        font-size: 80%
    }
}

@media(max-width: 479px) {
    .ucBlog2 .ucPostItem {
        width:100%
    }
}

.ucBlog2EmailSubs {
    background: #2299a9;
    padding: 0;
    color: #fff
}

.ucBlog2EmailSubs form {
    max-width: 700px;
    margin: 0 auto 50px;
    position: relative
}

.ucBlog2EmailSubs .titleWrapper {
    padding: 50px 0;
    cursor: pointer
}

.ucBlog2EmailSubs h1 {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff
}

.ucBlog2EmailSubs .titleWrapper~div {
    display: none
}

.ucBlog2EmailSubs .hs-form-field {
    margin-bottom: 0
}

@media(min-width: 768px) {
    .ucBlog2EmailSubs .hs-button.primary {
        position:absolute;
        right: 15px;
        top: 15px;
        width: auto;
        padding: 12px 30px;
        margin: 0
    }

    .ucBlog2EmailSubs input[type="email"] {
        width: calc(100% - 162px);
        margin-bottom: 0
    }
}

.ucBlogRelatedPost .ucPostBody {
    font-size: 80%
}

.ucBlogPostBanner2 {
    background-position: center center;
    background-size: cover;
    min-height: 60vh;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    position: relative
}

.ucBlogPostBanner2 h1 {
    display: inline-block;
    background: #2299a9;
    padding: 10px;
    color: #fff
}

.ucBlogPostBanner2:before {
    background: #2299a9;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .2
}

.ucBlogPostBanner2 .page-center {
    position: relative
}

.ucBlogPostBanner2 .authorProfile {
    background: #2299a9;
    display: inline-block;
    padding: 5px 10px;
    color: #fff
}

.ucBlogPostPagination {
    overflow: hidden
}

.ucBlogPostPaginationItem {
    padding: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ucBlogPostPaginationItem {
    width: 50%;
    float: left;
    background-position: center center;
    background-size: cover;
    position: relative
}

.ucBlogPostPaginationItem:before {
    background: #2299a9;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .6;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ucBlogPostPaginationItem a {
    padding: 50px 30px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: block;
    position: relative
}

.ucBlogPostPaginationItem h3 {
    margin: 0
}

.ucBlogPostPaginationItem.ucBlogPostPaginationPrev a:hover {
    padding-left: 80px
}

.ucBlogPostPaginationItem.ucBlogPostPaginationNext a:hover {
    padding-right: 80px
}

.ucBlogPostPaginationItem.ucBlogPostPaginationPrev a:after,.ucBlogPostPaginationItem.ucBlogPostPaginationNext a:after {
    content: "❮";
    position: absolute;
    left: -50px;
    top: 50%;
    color: #fff;
    text-align: center;
    width: 50px;
    opacity: 1;
    font-size: 75px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transform: translateY(-50%)
}

.ucBlogPostPaginationItem.ucBlogPostPaginationNext a:after {
    content: "❯";
    left: auto;
    right: -50px
}

.ucBlogPostPaginationItem.ucBlogPostPaginationPrev a:hover:after {
    left: 0
}

.ucBlogPostPaginationItem.ucBlogPostPaginationNext a:hover:after {
    right: 0
}

.ucBlog2Post .ucAboutAuthorSec img {
    max-width: 100px
}

.ucBlog2Post .stickySocial {
    margin-bottom: 0
}

@media(max-width: 767px) {
    .ucBlog2Post {
        padding-bottom:50px
    }

    .ucBlogPostBanner2 h1 {
        font-size: 38px;
        line-height: 40px
    }

    .ucBlog2Post .stickySocial li {
        width: 16.33%;
        display: inline-block;
        margin: 0 -2px
    }

    .ucBlogPostPaginationItem.ucBlogPostPaginationNext a:hover:after {
        right: 50px
    }

    .ucBlogPostPaginationItem.ucBlogPostPaginationPrev a:hover:after {
        left: 50px
    }

    .ucBlogPostPaginationItem a span {
        display: none
    }

    .ucBlogPostPaginationItem:hover:before {
        opacity: 0
    }
}

.body-container-wrapper {
    padding-top: 0
}

@media(min-width: 1025px) {
    .body-container-wrapper {
        padding-top:120px;
        transition: all .3s ease
    }
}

.bannerArea {
    padding: 170px 0;
    font-size: 18px;
    color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right,#2299a9,#69bfcb);
    height: 667px;
    display: flex;
    align-items: center
}

.bannerArea h1 {
    font-weight: 800;
    line-height: normal;
    margin-bottom: 10px
}

.bannerArea .content {
    padding-top: 7px
}

.bannerArea p {
    margin-top: 0;
    margin-bottom: 1em
}

.bannerArea a.cta_button {
    margin-top: 25px
}

.bannerArea h3 {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin: 0
}

.bannerArea .sub-title {
    margin-bottom: 15px
}

.bannerArea .image {
    margin-bottom: 30px
}

.bannerArea.notFlex {
    display: block
}

@media(max-width: 767px) {
    .bannerArea {
        text-align:left;
        padding: 40px 0;
        background-color: #2299a9;
        height: auto;
        display: block
    }

    .bannerArea h1 {
        font-size: 40px;
        line-height: 1.15
    }
}

.servicesGroup {
    background-image: linear-gradient(109deg,#39464e,#455660);
    padding: 60px 0
}

.servicesGroup h2 {
    color: #fff
}

.service-item {
    width: 25%;
    height: 122px;
    float: none;
    padding: 26px 0 0 0px;
    position: relative;
    display: inline-block;
    text-align: left;
    margin: 0 -2px;
    z-index: 1
}

.service-item .background {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: background-color .2s,-webkit-transform .2s;
    transition: background-color .2s,transform .2s;
    z-index: 1;
    border-radius: 2px
}

.service-item .foreground {
    position: relative;
    z-index: 2
}

.service-item:hover {
    z-index: 2
}

.service-item:hover .background {
    background-color: #fff;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.32)
}

.service-item:hover .service-icon {
    box-shadow: 0 2px 5px 0 rgba(188,204,219,.26),0 2px 10px 0 rgba(79,105,129,.16);
    border: 2px solid #39464e
}

.service-item:hover .service-info {
    color: #8c989e
}

.service-item:hover .service-text {
    opacity: 0;
    height: 0
}

.service-item:hover .learn-more {
    opacity: 1;
    color: #2299a9;
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.service-item .service-icon {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 10px 15px 0 rgba(14,48,57,.1);
    float: left;
    height: 64px;
    margin-top: 3px;
    width: 64px;
    margin-right: 16px
}

.service-item .service-info {
    color: #fff;
    float: left;
    line-height: 17px;
    margin-top: -3px;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    width: calc(100% - 80px)
}

.service-item .service-name {
    color: #fff;
    font-size: 16px;
    margin: 0 0 7px;
    line-height: 1;
    font-weight: bold;
    padding: 8px 0
}

.service-item .service-text {
    padding-right: 25px;
    font-size: 14px;
    font-weight: 600;
    line-height: normal
}

.service-item .learn-more {
    color: #39464e;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translate(0,8px);
    transform: translate(0,8px)
}

.service-item .learn-more:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 8px;
    margin-bottom: 1px;
    margin-left: 7px
}

.service-item:hover .service-name {
    color: #39464e
}

@media(max-width: 1300px) {
    .service-item {
        width:33.33%
    }
}

@media(max-width: 1025px) {
    .service-item {
        width:50%
    }
}

@media(max-width: 767px) {
    .service-item {
        width:100%;
        height: auto;
        padding: 15px
    }

    .service-item .service-text {
        display: none
    }

    .service-item .learn-more {
        display: none
    }

    .service-item .foreground {
        display: flex;
        align-items: center
    }

    .service-item .service-name {
        margin: 0
    }

    .servicesGroup .text-center {
        text-align: left
    }
}

.processSection {
    padding-top: 60px;
    padding-bottom: 60px
}

.processSection ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.processSection ul li {
    margin-bottom: 14px;
    font-weight: 600
}

.processSection ul li a {
    display: inline-block
}

.processSection ul li a:after {
    content: "";
    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;
    margin-left: 7px;
    font-weight: inherit;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    right: 0;
    opacity: 0
}

.processSection ul li a:hover:after {
    right: -10px;
    opacity: 1
}

.testimonialModule {
    padding: 150px 0;
    background-position: center 25%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.testimonialModule:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-image: linear-gradient(to right,#2299a9,#69bfcb);
    opacity: .9
}

.testimonialModule .page-center {
    position: relative
}

.testimonialModule blockquote {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    max-width: 900px;
    margin: 0 auto;
    text-align: center
}

.testimonialModule blockquote:before {
    display: none
}

.testimonialModule .quoteBy {
    font-size: 18px;
    margin-top: 35px;
    font-weight: normal;
    padding-bottom: 5px
}

@media(max-width: 767px) {
    .testimonialModule {
        padding:60px 0
    }

    .testimonialModule blockquote {
        font-size: 22px
    }
}

.GroupOurClient .slick-slide img {
    max-width: 700px
}

.GroupOurClient {
    padding: 60px 0
}

.GroupOurClient .slick-slider {
    padding: 0;
    margin: 0
}

.GroupOurClient .slick-slider .slick-slide .slick-slide-inner-wrapper {
    margin: 0 15px;
    position: relative
}

.GroupOurClient .slick-slider .slick-slide .slick-slide-inner-wrapper:before {
    background: #39464e;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    opacity: .7;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    pointer-events: none;
    z-index: 1
}

.GroupOurClient .slick-slider .slick-slide.slick-active .slick-slide-inner-wrapper:before {
    opacity: 0
}

.GroupOurClient .slick-slider .caption.superimpose {
    position: absolute;
    left: 0;
    right: 0;
    padding: 13px 30px;
    text-align: left;
    background: transparent;
    bottom: 0;
    color: #fff
}

.GroupOurClient .slick-slider .caption.superimpose:before {
    background: #2299a9;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .8
}

.GroupOurClient .slick-slider .caption.superimpose>* {
    position: relative
}

.GroupOurClient .caption.superimpose p {
    font-size: 18px;
    margin: 0;
    font-style: italic;
    max-width: 80%;
    line-height: normal
}

.GroupOurClient .slick-dots li button {
    background-color: #39464e;
    width: 70px;
    height: 5px;
    padding: 0
}

.GroupOurClient .slick-dots li button:before {
    display: none
}

.GroupOurClient .slick-dots li {
    width: 70px;
    margin: 0 15px
}

.GroupOurClient .slick-dots {
    margin: 0;
    padding: 5px
}

.GroupOurClient .slick-dots li button:after {
    background: #2299a9;
    width: 0;
    display: block;
    height: 5px;
    content: "";
    position: absolute;
    left: 0;
    top: 0
}

.GroupOurClient .slick-dots li.slick-active button:after {
    width: 100%;
    -webkit-transition: width 3s ease;
    -mox-transition: width 3s ease;
    -o-transition: width 3s ease;
    transition: width 3s ease
}

.GroupOurClient h3 {
    margin: 0 0 10px;
    color: inherit
}

.GroupOurClient .slick-prev,.GroupOurClient .slick-next {
    z-index: 1;
    width: 30px;
    height: 30px
}

.GroupOurClient .slick-prev:before,.GroupOurClient .slick-next:before {
    display: none
}

.GroupOurClient .slick-arrow i {
    font-size: 30px;
    width: 30px;
    height: 30px;
    color: #fff;
    opacity: .7;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 30px
}

.GroupOurClient .slick-arrow:hover i {
    opacity: 1
}

.GroupOurClient .slick-prev {
    left: 20px
}

.GroupOurClient .slick-next {
    right: 20px
}

@media(max-width: 767px) {
    .GroupOurClient .slick-slide img {
        max-width:100%
    }

    .GroupOurClient .slick-dots li {
        width: 40px;
        margin: 0 5px
    }

    .GroupOurClient .slick-dots li button {
        width: 40px
    }

    .GroupOurClient .caption.superimpose p {
        display: none
    }

    .GroupOurClient .caption.superimpose {
        position: relative
    }

    .GroupOurClient .slick-next {
        right: 0
    }

    .GroupOurClient .slick-prev {
        left: 0
    }

    .GroupOurClient .slick-slide .slick-slide-inner-wrapper {
        margin: 0
    }

    .GroupOurClient .slick-prev,.GroupOurClient .slick-next {
        bottom: 8px;
        top: auto
    }

    .GroupOurClient .slick-arrow i {
        font-size: 40px;
        color: #393939
    }

    .GroupOurClient .slick-dots {
        margin: 20px 0 0;
        position: relative;
        bottom: 0
    }
}

.rssWrapper {
    padding: 60px 0
}

.rssItem {
    background-color: #fff;
    box-shadow: 0 7px 10px 0 rgba(0,0,0,0.25);
    min-height: 370px;
    position: relative;
    top: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.rssItem:hover {
    top: -10px;
    box-shadow: 0 7px 40px 0 rgba(0,0,0,0.25)
}

.rssItem .postImage {
    min-height: 209px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.rssItem .postMeta {
    padding: 10px 16px 15px
}

.rssItem h3.postTitle {
    font-size: 20px;
    padding: 0 15px 15px
}

.homeFormWrapper {
    padding-bottom: 60px
}

.homeFormWrapper .width610 {
    max-width: 610px !important
}

.partnerGroup {
    background-color: #f3f3f3
}

.partnerGroup .slick-slider {
    margin-bottom: 0
}

.partnerGroup .image {
    height: 200px;
    display: flex;
    align-items: center;
    text-align: center
}

.partnerGroup .image img {
    display: block;
    margin: 0 auto
}

.partnerGroup .slick-prev,.partnerGroup .slick-next {
    z-index: 1;
    width: 40px;
    height: 40px
}

.partnerGroup .slick-prev {
    left: 20px
}

.partnerGroup .slick-next {
    right: 20px
}

.partnerGroup .slick-arrow i {
    font-size: 40px;
    width: 40px;
    height: 40px;
    color: rgba(98,98,98,0.6);
    line-height: 20px
}

.partnerGroup .slick-slide {
    outline: 0
}

.partnerGroup .slick-prev:before,.partnerGroup .slick-next:before {
    display: none
}

@media(max-width: 1200px) {
    .partnerGroup .slick-prev {
        left:0
    }

    .partnerGroup .slick-next {
        right: 0
    }
}

.moduleBottomForm {
    background: #183c44;
    padding: 60px 0;
    color: #fff;
}

.moduleBottomForm h2 {
    color: #fff
}

.moduleBottomForm .image {
    text-align: center;
    padding: 20px 50px 0px;
}

@media(max-width: 767px) {
    .moduleBottomForm {
        padding-top:60px;
        padding-bottom: 60px
    }

    .moduleBottomForm .image {
        padding-top: 30px
    }
}

.moduleBlogBannerAreaWithForm {
    background: #2299a9;
    padding-top: 110px;
    color: #fff;
    padding-bottom: 70px
}
.moduleBlogBannerAreaWithForm .hero-left p{
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 400;
}
.moduleBlogBannerAreaWithForm form {
  padding:0px;
  background:none;
}

.moduleBlogBannerAreaWithForm.ucHasBgImage {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.moduleBlogBannerAreaWithForm h1 {
    color: #fff
}

.moduleBlogBannerAreaWithForm .heroForm form {
    max-width: 400px
}

.moduleBlogBannerAreaWithForm .ucPostHeader h2 {
  margin-bottom:0px!important;
}
.moduleBlogBannerAreaWithForm .ucPostItemContent{
  color:#183c44;
  background-color:#fff;
  padding-bottom:70px;
}

@media(max-width: 767px) {
    .moduleBlogBannerAreaWithForm {
        padding-top:60px;
        padding-bottom: 60px
    }

    .moduleBlogBannerAreaWithForm .image {
        text-align: center
    }

    .moduleBlogBannerAreaWithForm .heroForm form {
        max-width: 100%;
        margin-bottom: 40px
    }
}

.ucGroupVideoGallery .ucItem {
    float: left;
    padding: 0 5px
}

.ucGroupVideoGallery .ucHas2Column {
    width: 50%
}

.ucGroupVideoGallery .ucHas3Column {
    width: 33.33%
}

.ucGroupVideoGallery .ucHas4Column {
    width: 25%
}

.ucGroupVideoGallery .videoItem {
    box-shadow: 0px 0px 1px #e2e2e2;
    margin-bottom: 20px
}

.ucGroupVideoGallery .ucDescription {
    padding: 5px
}

.ucGroupVideoGallery h4 {
    margin: 0
}

@media(max-width: 767px) {
    .ucGroupVideoGallery .ucItem {
        width:100%
    }
}

.mTitleContentCta {
    background-image: linear-gradient(78deg,#39464e,#39464e);
    color: #fff;
    text-align: center;
    padding: 60px 0
}

.mTitleContentCta .content {
    padding-bottom: 20px
}

@media(max-width: 767px) {
    .mTitleContentCta .text-center {
        text-align:left
    }
}

.mTcci {
    background-color: #e6edf1;
    padding: 60px 0
}

.mTcci a {
    font-weight: 600;
    padding-top: 10px;
    display: inline-block
}

.mTcci a:hover {
    color: #39464e
}

.mTcci a i {
    margin-left: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.mTcci a:hover i {
    margin-left: 10px
}

@media(max-width: 767px) {
    .mTcci .content {
        padding-bottom:60px
    }
}

.mFormSection {
    background-color: #39464e;
    color: #fff;
    text-align: center;
    padding: 60px 0
}

.mFormSection .formWrapper.formTransparent {
    max-width: 490px;
    margin: 30px auto 0
}

.mFormSection .hs-button.primary.large {
    width: auto
}

body .mFormSection input[type="text"],body .mFormSection input[type="password"],body .mFormSection input[type="datetime"],body .mFormSection input[type="datetime-local"],body .mFormSection input[type="date"],body .mFormSection input[type="month"],body .mFormSection input[type="time"],body .mFormSection input[type="week"],body .mFormSection input[type="number"],body .mFormSection input[type="email"],body .mFormSection input[type="url"],body .mFormSection input[type="search"],body .mFormSection input[type="tel"],body .mFormSection input[type="color"],body .mFormSection input[type="file"],body .mFormSection textarea,body .mFormSection select {
    border-radius: 3px
}

body .mFormSection span.hs-form-required {
    display: inline !important
}

@media(max-width: 767px) {
    .mFormSection .text-center {
        text-align:left
    }

    .mFormSection .hs-button.primary.large {
        width: 100%
    }
}

.groupTcic {
    padding: 60px 0;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px
}

.groupTcic .titleWrapper {
    max-width: 700px;
    margin: 0 auto
}

.groupTcicItem {
    padding: 60px 0
}

.groupTcic .bottom-border {
    border-bottom: solid 2px #e6edf1
}

@media(max-width: 767px) {
    .groupTcic .text-center {
        text-align:left
    }

    .groupTcic .titleWrapper {
        padding-bottom: 40px
    }

    .groupTcicItem {
        padding: 20px 0 60px
    }

    .groupTcicItem .content {
        padding-bottom: 60px
    }
}

.TestimonialModule {
    padding: 0 0 60px 0
}

.TestimonialModule .quote {
    font-size: 32px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 25px
}

.TestimonialModule .author {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 25px
}

.TestimonialModule .logoImage {
    margin-bottom: 60px
}

.groupTeamMembers {
    padding: 65px 20px;
    background-color: #39464e
}

.groupTeamMembers h2 {
    margin: 0;
    display: inline-block;
    color: #fff
}

.groupTeamMembers .sub-header {
    color: #fff;
    margin-bottom: 50px
}

.groupTeamMembers .teamMember {
    position: relative;
    padding: 15px;
    height: 230px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    color: #fff;
    background-position: center 280px;
    transition: all .2s ease
}

.groupTeamMembers .teamMember>div {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%
}

.groupTeamMembers .teamMember h3 {
    font-style: normal;
    font-size: 16px;
    margin: 0;
    color: #fff
}

.groupTeamMembers .teamMember h4 {
    font-size: 32px;
    margin: 0;
    font-style: normal;
    color: #fff
}

.groupTeamMembers .teamMember p {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-style: normal;
    font-size: 14px;
    margin: 0;
    color: #fff
}

.groupTeamMembers .teamMember:before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    content: "";
    background: -moz-linear-gradient(top,rgba(24,24,24,0) 24%,rgba(24,24,24,0) 28%,rgba(24,24,24,0) 35%,rgba(24,24,24,1) 100%);
    background: -webkit-linear-gradient(top,rgba(24,24,24,0) 24%,rgba(24,24,24,0) 28%,rgba(24,24,24,0) 35%,rgba(24,24,24,1) 100%);
    background: linear-gradient(to bottom,rgba(24,24,24,0) 24%,rgba(24,24,24,0) 28%,rgba(24,24,24,0) 35%,rgba(24,24,24,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00363636',endColorstr='#363636',GradientType=0)
}

.groupTeamMembers .teamMember:hover:before {
    background-color: rgba(54,54,54,.65);
    background: #1e8b9a;
    opacity: .65
}

.groupTeamMembers .teamMember:hover {
    background-position: center top
}

.groupTeamMembers .sub-header {
    margin-top: 30px
}

.groupTeamMembers .teamMember>div {
    top: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.groupTeamMembers a.teamMember:hover>div {
    opacity: 0;
    top: -100%
}

.groupTeamMembers .teamMember:before {
    display: none
}

.groupTeamMembers a.teamMember .image-on-hover {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .2s ease
}

.groupTeamMembers a.teamMember .image-on-hover {
    display: block
}

.groupTeamMembers a.teamMember:hover .image-on-hover {
    top: -100%
}

.groupTeamMembers .teamMember {
    overflow: hidden
}

.groupTeamMembers .memberWrapper {
    margin: 0 -15px
}

.groupTeamMembers .memberWrapper .col3 {
    width: 25%;
    display: inline-block;
    padding: 0px 1.282%;
    margin: 0 -2px
}

@media(min-width: 768px) {
    .groupTeamMembers .teamMember {
        height:280px;
        margin-bottom: 25px
    }
}

@media(max-width: 1024px) {
    .groupTeamMembers .teamMember {
        height:250px
    }

    .groupTeamMembers .memberWrapper .col3 {
        width: 33.33%
    }
}

@media(max-width: 767px) {
    .groupTeamMembers .teamMember {
        height:250px;
        margin-bottom: 30px
    }

    .groupTeamMembers .memberWrapper .col3 {
        width: 50%
    }

    .groupTeamMembers .teamMember {
        max-width: 230px;
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width: 479px) {
    .groupTeamMembers .memberWrapper .col3 {
        width:100%
    }
}

.ucHeroSection {
    color: #fff;
    background: #2299a9;
    padding: 60px 0
}

.heroSectionType3 {
    background: #2299a9;
    color: #fff;
    padding-bottom: 40px;
    padding-top: 110px
}

@media(max-width: 1024px) {
    .heroSectionType3 {
        padding-top:50px
    }
}

@media(max-width: 767px) {
    .heroSectionType3 .widget-type-linked_image .hs_cos_wrapper_type_linked_image {
        text-align:center;
        margin-top: 50px;
        margin-bottom: 30px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto
    }
}

.ucModuleProcessFourCol {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 67px;
    padding-bottom: 52px
}

.ucModuleProcessFourCol>.hs-process-inner {
    position: relative
}

.ucModuleProcessFourCol>.hs-process-inner .row-fluid {
    width: auto;
    margin: 0 -15px
}

.ucModuleProcessFourCol .hs-col {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 0 15px
}

.ucModuleProcessFourCol .col-inner {
    position: relative;
    max-width: 140px;
    margin: 0 auto
}

.ucModuleProcessFourCol .bubble-wrap {
    width: 174px;
    background: #fff;
    border-radius: 3px;
    padding: 15px 10px;
    text-align: center;
    position: relative;
    margin: 0 auto 12px
}

.ucModuleProcessFourCol h3 {
    font-size: 25px;
    margin: 22px 0
}

.ucModuleProcessFourCol .bubble-wrap h6 {
    color: #39464e;
    line-height: 1.5;
    margin: 0;
    font-weight: normal
}

.ucModuleProcessFourCol .bubble-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    bottom: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    margin: 0 auto
}

@media(max-width: 1199px) {
    .ucModuleProcessFourCol>.hs-process-inner:after {
        width:100%;
        bottom: 70px;
        left: 0
    }

    .ucModuleProcessFourCol>.hs-process-inner {
        padding: 0 20px
    }

    .ucModuleProcessFourCol {
        margin-left: 0;
        margin-right: 0
    }
}

@media(max-width: 1024px) {
    .heroSection3 {
        padding-top:50px
    }

    .ucModuleProcessFourCol>.hs-process-inner:after {
        background-position: center 3%
    }
}

@media(max-width: 930px) {
    .ucModuleProcessFourCol>.hs-process-inner:after {
        background-position:center 25%
    }

    .ucModuleProcessFourCol .hs-col .col-inner:after {
        width: 15px;
        background-size: 15px;
        background-repeat: no-repeat;
        right: -30%;
        margin-top: 37px
    }
}

@media(max-width: 830px) {
    .ucModuleProcessFourCol>.hs-process-inner:after {
        background-position:center 52%
    }

    .ucModuleProcessFourCol .hs-col .col-inner:after {
        right: -25%;
        margin-top: 47px
    }
}

@media(max-width: 767px) {
    .ucModuleProcessFourCol>.hs-process-inner .row-fluid {
        margin:0
    }

    .ucModuleProcessFourCol .hs-col {
        width: 100%;
        padding: 0
    }

    .ucModuleProcessFourCol .hs-col .col-inner:after {
        right: 0;
        left: 0;
        top: auto;
        margin: 0 auto;
        transform: rotate(90deg)
    }

    .ucModuleProcessFourCol .col-inner {
        padding-bottom: 50px
    }

    .ucModuleProcessFourCol>.hs-process-inner:after {
        background-position: center top;
        left: 15%;
        bottom: auto;
        margin: 0;
        background-image: url(//cdn2.hubspot.net/hubfs/313589/Campaign_Creators/vertical-rounded-arrow.png?t=1542909340357);
        width: 81px;
        height: 80%;
        top: 10%;
        background-size: contain
    }
}

@media(max-width: 479px) {
    .ucModuleProcessFourCol>.hs-process-inner:after {
        left:0
    }
}

.ucModuleProcessThreeCol .col-inner {
    max-width: 100%
}

.ucModuleProcessThreeCol .bubble-wrap {
    width: 90%;
    min-height: 111px;
    margin-bottom: 30px;
    padding: 15px 10px;
    color: #39464e
}

.ucModuleProcessFourCol .bubble-wrap p {
    margin-bottom: 0
}

.ucModuleProcessThreeCol img {
    max-width: 90px
}

.ucModuleProcessThreeCol h5 {
    color: #138972;
    margin-bottom: 0
}

@media(min-width: 768px) {
    .ucModuleProcessThreeCol {
        margin-top:30px;
        padding-bottom: 0px
    }

    .ucModuleProcessThreeCol .hs-col {
        width: 33.33%
    }
}

@media(max-width: 767px) {
    .ucModuleProcessThreeCol .bubble-wrap {
        min-height:60px;
        width: 100%
    }
}

.ucModuleCaseStudies {
    background: #2299a9;
    color: #fff;
    padding: 30px 10px 10px;
    display: flex;
    flex-wrap: wrap
}

.ucModuleCaseStudies .item {
    width: 33.33%;
    margin-bottom: 20px;
    padding: 0 10px
}

.ucModuleCaseStudies .itemInner {
    padding: 30px 40px 40px;
    transition: all .3s ease;
    position: relative;
    box-shadow: 0 0 5px #333;
    top: 0
}

.ucModuleCaseStudies .itemInner:hover {
    top: -5px;
    box-shadow: 0 0 10px #333
}

.ucModuleCaseStudies .client-logo {
    min-height: 60px
}

.ucModuleCaseStudies a.learn-more {
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 50px
}

.ucModuleCaseStudies a.learn-more:hover {
    color: #d7d7d7
}

@media(max-width: 1024px) {
    .ucModuleCaseStudies .item {
        width:50%
    }
}

@media(max-width: 767px) {
    .ucModuleCaseStudies .item {
        width:100%
    }

    .ucModuleCaseStudies .itemInner {
        padding: 20px 20px 20px
    }
}

.moduleBannerAreaWithForm {
    background: #2299a9;
    background-size: 400% 400%;
    background-image: linear-gradient(to right,#2299a9,#69bfcb);
    padding-top: 110px;
    color: #fff;
    padding-bottom: 70px
}

.moduleBannerAreaWithForm form {
    max-width: 400px
}

@media(max-width: 767px) {
    .moduleBannerAreaWithForm {
        padding-top:60px;
        padding-bottom: 60px
    }

    .moduleBannerAreaWithForm .image {
        text-align: center
    }
}

.digital-library-wrapper {
    padding: 60px 10px;
    background-color: #fff
}

.digital-library-wrapper>span>div {
    transition-duration: .8s;
    -webkit-transition-duration: .8s
}

.ucModuleDigitalLibraryElement {
    text-align: center
}

.ucModuleDigitalLibraryElement .dl-image {
    position: relative;
    width: 100%;
    max-width: 280px;
    left: 0;
    right: 0;
    margin: 0px auto 30px
}

.ucModuleDigitalLibraryElement:hover .dl-image:after {
    height: 100%
}

.ucModuleDigitalLibraryElement h3 {
    text-align: left;
    font-size: 20px;
    padding-bottom: 10px;
    margin: 0px 0 30px;
    max-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    color: #39464e;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    min-height: 85px
}

.ucModuleDigitalLibraryElement:hover h3 {
    color: #138972
}

a.ucModuleDigitalLibraryElement {
    transition: transform .2s
}

.digital-library-wrapper.page-center>span {
    margin: 0 -20px;
    display: block
}

.ucModuleDigitalLibraryElement .dl-image img {
    box-shadow: 0 2px 6px rgba(0,0,0,0.15),0 0 3px rgba(0,0,0,0.12);
    transition: all .2s
}

.ucModuleDigitalLibraryElement .dl-image {
    transition: all .2s
}

.ucModuleDigitalLibraryElement:hover .dl-image {
    transform: translateY(-4px);
    box-shadow: 0 10px 35px rgba(0,0,0,0.15),0 0 15px rgba(0,0,0,0.12)
}

.ucModuleDigitalLibraryElement-3col {
    width: 33.33%;
    float: left
}

.ucModuleVideohub-3col {
    width: 33.33%;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top
}

.ucModuleVideohub {
    padding: 0 10px;
    margin-bottom: 20px
}

.ucModuleVideohub .hs-featured-image-wrapper {
    min-height: 180px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    min-height: 170px
}

.ucModuleVideohub .hs-featured-image-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2299a9;
    opacity: .85
}

.ucModuleVideohub h2 {
    font-size: 15px;
    line-height: normal;
    padding: 10px 10px;
    color: #636363;
    min-height: 80px
}

.ucModuleVideohub h2:after {
    display: none
}

.ucModuleVideohub .inner {
    transform: translate3d(0,0,0);
    box-shadow: 0 2px 6px rgba(0,0,0,0.15),0 0 3px rgba(0,0,0,0.12);
    transition: transform .2s ease,box-shadow .2s
}

.ucModuleVideohub .inner:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 35px rgba(0,0,0,0.15),0 0 15px rgba(0,0,0,0.12)
}

.ucModuleVideohub .video-length {
    padding: 10px;
    font-size: 12px;
    font-style: italic;
    color: #a1a1a1
}

.ucModuleVideohub .inner:hover h2 {
    color: #138972
}

.ucModuleVideohub .hs-featured-image-wrapper i {
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    border: 0;
    margin: auto;
    transform: translatey(-50%);
    font-size: 40px;
    opacity: .6
}

.ucModuleVideohub a:hover i {
    opacity: 1
}

@media(max-width: 1024px) {
    .ucModuleDigitalLibraryElement h3 {
        display:none
    }

    .ucModuleDigitalLibraryElement-3col {
        padding: 0 10px
    }

    .ucModuleVideohub-3col {
        width: 50%
    }

    .title-with-id {
        padding-top: 30px
    }
}

@media(max-width: 767px) {
    .ucModuleDigitalLibraryElement-3col {
        width:50%
    }

    .ucModuleVideohub-3col {
        width: 100%;
        display: block;
        margin-right: 0
    }

    .moduleBannerAreaWithForm form {
        max-width: 100%;
        margin-bottom: 40px
    }
}

.ucGroupAccrodion {
    padding-bottom: 60px;
    padding-top: 60px
}

.ucGroupAccrodion .accordionItem {
    border-bottom: solid 2px #e6edf1
}

.ucGroupAccrodion p.accordionTitle {
    margin: 0;
    padding: 20px 0;
    cursor: pointer;
    font-weight: bold
}

.ucGroupAccrodion p.accordionTitle .fa {
    margin-right: 15px;
    color: #138972
}

.ucGroupAccrodion .accordionInner.active .fa:before {
    content: "\f068"
}

.ucGroupAccrodion .accordionInner {
    padding: 15px 0
}

.ucGroupAccrodion .accordionContent {
    padding-left: 32px
}

.ucGroupAccrodion .title {
    text-align: center
}

@media(max-width: 767px) {
    .ucGroupAccrodion .accordionContent {
        padding-left:0
    }

    .ucGroupAccrodion .title {
        text-align: left
    }
}

.ucEventInfoModule {
    background: #1e99a9;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 22;
    display: flex;
    justify-content: space-between
}

.ucEventInfoModule .item {
    text-align: left;
    padding: 1rem;
    transition: .3s all;
    position: relative;
    width: 20%
}

.ucEventInfoModule .item .iconColumn {
    float: left;
    width: 20%;
    height: 100%;
    font-size: 30px;
    text-align: center;
    color: #fff
}

.ucEventInfoModule .item .textColumn {
    float: left;
    width: 80%;
    height: 100%
}

.ucEventInfoModule .item:hover {
    background: #138972;
    transition: .3s all
}

.ucEventInfoModule .item:hover h3 a {
    color: white !important;
    transition: .3s all
}

.ucEventInfoModule .item img {
    width: 40px;
    display: inline-block;
    float: left;
    padding-right: .5rem;
    transition: .3s all
}

.ucEventInfoModule .item p {
    margin: 0
}

.ucEventInfoModule h3 {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    font-weight: 700;
    color: #39464e
}

.ucEventInfoModule h3 a {
    color: inherit
}

.ucEventInfoModule span {
    color: white;
    display: inline-block;
    font-weight: 700;
    font-size: 1.3rem
}

.ucEventInfoModule .textColumn a {
    text-decoration: none !important;
    outline: 0 !important
}

.ucEventInfoModule .textColumn a:hover {
    text-decoration: none !important;
    outline: 0 !important
}

.ucEventInfoModule br {
    display: none
}

@media(max-width: 1199px) and (min-width:768px) {
    .ucEventInfoModule .item .textColumn,.ucEventInfoModule .item .iconColumn {
        float:none;
        width: 100%;
        text-align: center;
        height: auto;
        font-size: 20px
    }

    .ucEventInfoModule .item .textColumn * {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .ucEventInfoModule {
        display:block
    }

    .ucEventInfoModule .item {
        width: 100%;
        float: left
    }
}

.ucGroupEventSpeakers .speakerGallery>.item {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.25rem
}

.ucGroupEventSpeakers .speakerGallery.gallery-4>.item {
    width: 25%;
    float: left;
    padding-right: .3125rem;
    padding-left: .3125rem
}

.ucGroupEventSpeakers .speakerGallery>.item figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative
}

.ucGroupEventSpeakers .speakerGallery>.item figure img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#speakers.ucGroupEventSpeakers .item a img {
    display: inline-block;
    max-height: 200px;
    width: auto !important;
    display: block;
    margin: 0 auto
}

.ucGroupEventSpeakers .speakerGallery>.item figure .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease
}

.ucGroupEventSpeakers .speakerGallery>.item figure:hover .overlay {
    background-image: linear-gradient(to right,#2299a9,#69bfcb);
    opacity: .9
}

.ucGroupEventSpeakers .speakerGallery>.item figure .overlay .overlay-text {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%)
}

.ucGroupEventSpeakers .speakerGallery>.item figure:hover .overlay .overlay-text {
    opacity: 1
}

.ucGroupEventSpeakers .speakerGallery>.item figcaption {
    padding: 2.35765%;
    text-align: center;
    min-height: 6.875rem
}

.ucGroupEventSpeakers .speakerGallery.gallery-4 .item figcaption {
    min-height: auto
}

.ucGroupEventSpeakers .speakerGallery>.item figcaption .title {
    padding-bottom: 0;
    font-size: .875rem;
    color: #138972;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.ucGroupEventSpeakers .speakerGallery>.item figcaption .sub-title {
    display: block;
    font-size: .75rem;
    line-height: 1.4;
    overflow: hidden
}

.ucGroupEventSpeakers .speakerGallery>.item figcaption .sub-text {
    display: block;
    font-size: .8125rem;
    font-style: italic;
    line-height: 1.4;
    overflow: hidden
}

.attendee-popup ul {
    list-style: none;
    padding: 0;
    margin: 10px 0
}

.attendee-popup li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px
}

@media(max-width: 767px) {
    .ucGroupEventSpeakers .speakerGallery.gallery-4>.item {
        width:50%
    }
}

.ucGroupCompaines .compainesGallery>.item {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.25rem
}

.ucGroupCompaines .compainesGallery.gallery-4>.item {
    width: 25%;
    float: left;
    padding-right: .625rem;
    padding-left: .625rem;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ucGroupCompaines .compainesGallery .item:hover {
    background: #2299a9
}

.ucGroupCompaines .compainesGallery .item:hover img {
    filter: brightness(0) invert(1)
}

.ucGroupCompaines .compainesGallery figure {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0
}

@media(max-width: 767px) {
    .ucGroupCompaines .compainesGallery.gallery-4>.item {
        width:50%
    }

    .ucGroupCompaines .compainesGallery figure {
        min-height: 70px
    }
}

.ucQuestionSection {
    padding: 70px 0;
    background-color: HeroBackgroundColor;
    background-image: linear-gradient(to right,#2299a9,#69bfcb);
    font-size: 27px;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}
