/* 
  Theme Name: VisitBurbank
  Author: MarkItAsDone
  Version: 1.0
*/

@charset "UTF-8";
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url("fonts/fontawesome-webfont.eot?v=4.5.0");
    src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.5.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;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.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.2857142857em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: 0.1428571429em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.8571428571em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.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;
}

/* Deprecated as of 4.4.0 */

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -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;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before,
.fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before,
.fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before,
.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}

.fa-legal:before,
.fa-gavel:before {
    content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before,
.fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before,
.fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before,
.fa-usd:before {
    content: "";
}

.fa-rupee:before,
.fa-inr:before {
    content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}

.fa-won:before,
.fa-krw:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before,
.fa-rebel:before {
    content: "";
}

.fa-ge:before,
.fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before,
.fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-tv:before,
.fa-television:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-credit-card-alt:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-pause-circle-o:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stop-circle-o:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

/*
  Icon Font: fontcustom
*/

@font-face {
    font-family: "mindutopia";
    src: url("fonts/mindutopia/fontcustom_9f62b3a70d96b9218b47673ed3e93efa.eot");
    src: url("fonts/mindutopia/fontcustom_9f62b3a70d96b9218b47673ed3e93efa.eot?#iefix") format("embedded-opentype"), url("fonts/mindutopia/fontcustom_9f62b3a70d96b9218b47673ed3e93efa.woff") format("woff"), url("fonts/mindutopia/fontcustom_9f62b3a70d96b9218b47673ed3e93efa.ttf") format("truetype"), url("fonts/mindutopia/fontcustom_9f62b3a70d96b9218b47673ed3e93efa.svg#fontcustom") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "mindutopia";
        src: url("fonts/mindutopia/fontcustom_9f62b3a70d96b9218b47673ed3e93efa.svg#fontcustom") format("svg");
    }
}

[data-icon]:before {
    content: attr(data-icon);
}

[data-icon]:before,
.icon-mindutopia-logo:before {
    display: inline-block;
    font-family: "mindutopia";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.icon-mindutopia-logo:before {
    content: "\f100";
}

/*
	
-------------------------------------------------------------- 
	TYPOGRAPHY
-------------------------------------------------------------- 

	Use this section to include fonts.com font styling.
	
	This will need to overwrite a lot of bootstrap stuff, 
	but it should be relatively painless.
	
	This is included in both editor-style.scss and style.scss, so keep in mind mixins etc are not available in the editor stylesheet.

*/

html.lt-ie9 {
    font-size: 16px;
}

.fonts-com,
.font-light,
.font-reg,
.font-bold,
.font-light-italic,
.font-reg-italic,
.font-bold-italic {
    font-weight: normal !important;
}

html[class*='translated-'] body {
    top: 0 !important;
    padding-top: 162px;
}

html[class*='translated-'] .mobile-nav {
    top: 161px;
}

html[class*='translated-'] nav.navbar {
    top: 39px !important;
}

.more-info-popup {
    display: none;
    background: #f05523;
    padding: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 121px;
    z-index: 99999;
    text-align: center;
    color: #fff;
}

.more-info-popup.showing {
    display: block;
}

.more-info-popup>img {
    width: 100%;
    height: auto;
}

.more-info-popup .close {
    font-size: 26px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 25px;
    display: block;
    right: 25px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.more-info-popup .close:after {
    content: 'X';
}

.more-info-popup .title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    margin: 25px 0 0;
}

.more-info-popup .filmed-at {
    font-style: italic;
    font-weight: 800;
    margin: 3px 0;
}

.more-info-popup .address {
    font-style: italic;
}

.more-info-popup .excerpt {
    margin: 10px 0;
}

.more-info-popup .cta {
    border: 1px solid #fff;
    padding: 6px 15px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
}

.more-info-popup .directions {
    font-style: italic;
    text-decoration: underline;
    font-size: 14px;
    margin: 15px 0 0;
    display: inline-block;
    padding: 5px;
    color: #fff;
}

.more-info-popup .reviews {
    margin: 15px 0;
}

.more-info-popup .reviews>a {
    display: inline-block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    margin: 5px 5px;
}

.more-info-popup .reviews>a.rt {
    background-image: url(images/rt.png);
}

.more-info-popup .reviews>a.imdb {
    background-image: url(images/imdb.png);
}

.loader {
    display: none;
}

.loader.showing {
    display: block;
}

.loader:before,
.loader:after,
.loader {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #f05523;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.goog-te-gadget-icon {
    display: none;
}

.goog-te-gadget-simple {
    border: 1px solid #a1a1a1 !important;
}

.goog-te-gadget-simple .goog-te-menu-value {
    text-decoration: none !important;
    margin: 0 0 0 12px;
    color: #a0a0a0 !important;
}

.goog-te-gadget-simple .goog-te-menu-value>span:nth-child(5) {
    display: none;
}

.goog-te-gadget-simple .goog-te-menu-value>span:nth-child(3) {
    display: none;
}

.goog-te-gadget-simple .goog-te-menu-value>img {
    display: none;
}

.goog-te-gadget-simple .goog-te-menu-value:after {
    margin-right: 12px;
    margin-left: 8px;
    content: '';
    display: inline-block;
    /* height: 9px;
    width: 6px; */
    position: relative;
    background-image: url(images/gte-selector.png);
    background-size: 6px 9px;
    vertical-align: -1px;
}

#mobile_gte {
    padding: 15px 15px 0;
}

#mobile_gte .goog-te-gadget {
    color: #fff;
}

#mobile_gte .goog-logo-link {
    color: #fff;
}

/* Generated with Bounce.js. Edit at http://goo.gl/DjAUPD */

@-webkit-keyframes searchAnim {
    0% {
        -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    3.22% {
        -webkit-transform: matrix3d(0.097, 0, 0, 0, 0, 0.485, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.097, 0, 0, 0, 0, 0.485, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    6.44% {
        -webkit-transform: matrix3d(0.176, 0, 0, 0, 0, 0.88, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.176, 0, 0, 0, 0, 0.88, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    9.65% {
        -webkit-transform: matrix3d(0.217, 0, 0, 0, 0, 1.087, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.217, 0, 0, 0, 0, 1.087, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    12.8% {
        -webkit-transform: matrix3d(0.228, 0, 0, 0, 0, 1.139, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.228, 0, 0, 0, 0, 1.139, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    20.74% {
        -webkit-transform: matrix3d(0.206, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.206, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    24.74% {
        -webkit-transform: matrix3d(0.199, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.199, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    28.47% {
        -webkit-transform: matrix3d(0.197, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.197, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    28.57% {
        -webkit-transform: matrix3d(0.197, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.197, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    28.67% {
        -webkit-transform: matrix3d(0.206, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.206, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    31% {
        -webkit-transform: matrix3d(0.519, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.519, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    33.43% {
        -webkit-transform: matrix3d(0.906, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.906, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    35.86% {
        -webkit-transform: matrix3d(1.175, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.175, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    38.3% {
        -webkit-transform: matrix3d(1.264, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.264, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    41.08% {
        -webkit-transform: matrix3d(1.193, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.193, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    43.8% {
        -webkit-transform: matrix3d(1.057, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.057, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    44.54% {
        -webkit-transform: matrix3d(1.023, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.023, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    46.59% {
        -webkit-transform: matrix3d(0.951, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.951, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    49.31% {
        -webkit-transform: matrix3d(0.918, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.918, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    54.81% {
        -webkit-transform: matrix3d(0.983, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.983, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    60.32% {
        -webkit-transform: matrix3d(1.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    60.49% {
        -webkit-transform: matrix3d(1.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    71.33% {
        -webkit-transform: matrix3d(0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    71.43% {
        -webkit-transform: matrix3d(0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    82.34% {
        -webkit-transform: matrix3d(1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    93.35% {
        -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@keyframes searchAnim {
    0% {
        -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    3.22% {
        -webkit-transform: matrix3d(0.097, 0, 0, 0, 0, 0.485, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.097, 0, 0, 0, 0, 0.485, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    6.44% {
        -webkit-transform: matrix3d(0.176, 0, 0, 0, 0, 0.88, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.176, 0, 0, 0, 0, 0.88, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    9.65% {
        -webkit-transform: matrix3d(0.217, 0, 0, 0, 0, 1.087, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.217, 0, 0, 0, 0, 1.087, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    12.8% {
        -webkit-transform: matrix3d(0.228, 0, 0, 0, 0, 1.139, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.228, 0, 0, 0, 0, 1.139, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    20.74% {
        -webkit-transform: matrix3d(0.206, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.206, 0, 0, 0, 0, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    24.74% {
        -webkit-transform: matrix3d(0.199, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.199, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    28.47% {
        -webkit-transform: matrix3d(0.197, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.197, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    28.57% {
        -webkit-transform: matrix3d(0.197, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.197, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    28.67% {
        -webkit-transform: matrix3d(0.206, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.206, 0, 0, 0, 0, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    31% {
        -webkit-transform: matrix3d(0.519, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.519, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    33.43% {
        -webkit-transform: matrix3d(0.906, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.906, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    35.86% {
        -webkit-transform: matrix3d(1.175, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.175, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    38.3% {
        -webkit-transform: matrix3d(1.264, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.264, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    41.08% {
        -webkit-transform: matrix3d(1.193, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.193, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    43.8% {
        -webkit-transform: matrix3d(1.057, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.057, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    44.54% {
        -webkit-transform: matrix3d(1.023, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.023, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    46.59% {
        -webkit-transform: matrix3d(0.951, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.951, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    49.31% {
        -webkit-transform: matrix3d(0.918, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.918, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    54.81% {
        -webkit-transform: matrix3d(0.983, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.983, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    60.32% {
        -webkit-transform: matrix3d(1.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    60.49% {
        -webkit-transform: matrix3d(1.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    71.33% {
        -webkit-transform: matrix3d(0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    71.43% {
        -webkit-transform: matrix3d(0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    82.34% {
        -webkit-transform: matrix3d(1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    93.35% {
        -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@-webkit-keyframes fsearchfield {
    0% {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        /* IE 5-7 */
        filter: alpha(opacity=0);
        /* Netscape */
        -moz-opacity: 0;
        /* Safari 1.x */
        -khtml-opacity: 0;
        /* Good browsers */
        opacity: 0;
    }
    82.4% {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        /* IE 5-7 */
        filter: alpha(opacity=0);
        /* Netscape */
        -moz-opacity: 0;
        /* Safari 1.x */
        -khtml-opacity: 0;
        /* Good browsers */
        opacity: 0;
    }
    100% {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        /* IE 5-7 */
        filter: alpha(opacity=100);
        /* Netscape */
        -moz-opacity: 1;
        /* Safari 1.x */
        -khtml-opacity: 1;
        /* Good browsers */
        opacity: 1;
    }
}

@keyframes fsearchfield {
    0% {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        /* IE 5-7 */
        filter: alpha(opacity=0);
        /* Netscape */
        -moz-opacity: 0;
        /* Safari 1.x */
        -khtml-opacity: 0;
        /* Good browsers */
        opacity: 0;
    }
    82.4% {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        /* IE 5-7 */
        filter: alpha(opacity=0);
        /* Netscape */
        -moz-opacity: 0;
        /* Safari 1.x */
        -khtml-opacity: 0;
        /* Good browsers */
        opacity: 0;
    }
    100% {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        /* IE 5-7 */
        filter: alpha(opacity=100);
        /* Netscape */
        -moz-opacity: 1;
        /* Safari 1.x */
        -khtml-opacity: 1;
        /* Good browsers */
        opacity: 1;
    }
}

.fixed-width-page>div {
    max-width: 1024px;
    margin: 0 auto;
}

.request-rfp {
    margin: 25px 0 0;
}

/* 
-------------------------------------------------------------- 
	Global
	
	Styles here should apply globally over the whole site.
-------------------------------------------------------------- 
*/

html,
body {
    -webkit-font-smoothing: antialiased;
}

/* Search Styling */

.search-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 4px;
    font-weight: 300;
    margin: 50px 0 0 25px;
}

/**
 * TrackpadScrollEmulator
 * Author: Jonathan Nicol @f6design
 * https://github.com/jnicol/trackpad-scroll-emulator
 */

.tse-scrollable {
    position: relative;
    width: auto;
    /* Default value. Overwite this if you want. */
    height: 100%;
    /* Default value. Overwite this if you want. */
}

.tse-scrollable .tse-scroll-content {
    overflow-y: scroll;
}

.tse-scrollable .tse-scroll-content .tse-content {
    padding-right: 15px;
}

/* No longer using ::scrollbar too, since it breaks Chrome 25 */

.tse-scrollable .tse-scroll-content::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.tse-scrollbar {
    z-index: 99;
    position: absolute;
    top: 0;
    right: -18px;
    bottom: 0;
    width: 10px;
    background: #f1f1f1;
}

.tse-scrollbar .drag-handle {
    position: absolute;
    right: 0;
    min-height: 10px;
    width: 10px;
    background: #b7b7b7;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
}

.tse-scrollbar:hover .drag-handle {
    /* When hovered, remove all transitions from drag handle */
}

/* Used when testing the scrollbar width */

/* No longer using ::scrollbar too, since it breaks Chrome 25 */

.scrollbar-width-tester::-webkit-scrollbar {
    width: 0;
    height: 0;
}

/* Horizontal scroller */

.tse-scrollable.horizontal .tse-scroll-content {
    overflow-x: scroll;
    overflow-y: hidden;
}

.tse-scrollable.horizontal .tse-scroll-content::-webkit-scrollbar,
.tse-scrollable.horizontal .tse-scroll-content::scrollbar {
    width: auto;
    height: 0;
}

.tse-scrollable.horizontal .tse-scrollbar {
    top: auto;
    left: 0;
    width: auto;
    height: 11px;
}

.tse-scrollable.horizontal .tse-scrollbar .drag-handle {
    right: auto;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

.btn.btn-lg,
.btn-group-lg>.btn,
.gform_wrapper .btn-group-lg>.gform_button,
.gform_wrapper .btn-lg.gform_button {
    font-size: 20px;
    padding: 18px 26px;
}

.btn.btn-secondary,
.gform_wrapper .btn-secondary.gform_button {
    border: 2px solid #f05523;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: none;
    padding: 10px 15px;
    color: #f05523;
    background: #fff;
}

.cal-picker {
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 20px;
    padding: 14px 28px;
    margin: 15px 0;
    border: 1px solid #838383;
    text-decoration: none;
    position: relative;
    font-weight: 200;
}

.cal-picker:hover {
    text-decoration: none;
    color: #fff;
}

.cal-picker:after {
    content: '';
    width: 42px;
    height: 35px;
    display: inline-block;
    right: 15px;
    top: 50%;
    margin-top: -17px;
    position: absolute;
    background-image: url(images/cal-icon.png);
    background-size: 42px 35px;
}

.book-hotel-modal form {
    max-width: 305px;
    margin: 50px auto 0;
}

.book-hotel-modal .modal-window>span {
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 4px;
    margin: 25px 0 0;
    display: block;
}

.dtepck {
    position: absolute;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
}

.modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 9999999;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.modal-wrapper .scrim {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 99;
}

.modal-wrapper .dp {
    position: absolute;
    z-index: 9999;
}

.modal-wrapper .modal-window {
    background: #4a4a4a;
    min-height: 100px;
    padding: 50px;
    margin: 10% auto;
    opacity: 0;
    width: 100%;
    max-width: 500px;
    position: relative;
    z-index: 999;
}

.modal-wrapper .modal-window .modal-close {
    position: absolute;
    right: 25px;
    top: 20px;
    width: 27px;
    height: 27px;
    background-image: url(images/modal-close.png);
    background-size: 27px 27px;
    display: block;
}

.hidden-select {
    background: transparent;
    width: 100%;
    padding: 2px;
    font-size: 14px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 25px;
    -webkit-appearance: none;
    cursor: pointer;
}

.select-wrapper {
    width: 100% !important;
    border: 1px solid #e3e3e3;
    background: #fff;
    outline: none;
    position: relative;
}

.select-wrapper:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    color: #d7d7d7;
    position: absolute;
    right: 5px;
    top: 2px;
}

.gform_wrapper .ginput_container textarea {
    height: 188px !important;
}

.gform_wrapper .gfield_label .gfield_required {
    display: none;
}

.featured-packages {
    padding: 50px 15px;
    position: relative;
}

.featured-packages h1 {
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin: 50px 0 35px;
    text-align: center;
}

.featured-packages .left-arrow,
.featured-packages .right-arrow {
    background-image: url(images/dark-arrows.png);
    width: 11px;
    height: 20px;
    background-size: 22px 20px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: 35px;
    display: block;
}

.featured-packages .left-arrow {
    left: 25px;
}

.featured-packages .right-arrow {
    right: 25px;
    background-position: right center;
}

.featured-packages>.text-center {
    margin-bottom: 50px;
}

.featured-packages .lSSlideOuter {
    margin: 0 80px;
}

.featured-packages .package-meta {
    text-align: center;
}

.featured-packages .package-meta h2 {
    font-size: 15px;
    color: #f05523;
    text-transform: uppercase;
    margin: 25px 0 5px;
}

.featured-packages .package-meta .price {
    color: #f05523;
    margin: 25px 0;
    font-size: 15px;
    display: block;
    text-align: center;
}

.rfp-modal .modal-window {
    background: #fff;
    max-width: 940px;
}

.rfp-modal .modal-window .gform_heading {
    display: none;
}

.rfp-modal .modal-window .gform_footer {
    text-align: center;
}

.rfp-modal .modal-window h1 {
    display: inline-block;
    color: #f05523;
    border-bottom: 2px solid #f05523;
}

.rfp-modal .modal-window .modal-close {
    background-image: url(images/modal-close-dark.png);
}

.ui-datepicker {
    z-index: 999999 !important;
    background: #fff;
    padding: 15px;
    display: none;
}

.ui-datepicker>table {
    table-layout: fixed;
}

.ui-datepicker>table td {
    height: 30px;
    width: 35px;
    border: 2px solid #e3e3e3;
    font-weight: 800;
    font-size: 12px;
}

.ui-datepicker>table td>a,
.ui-datepicker>table td>span {
    height: 30px;
    width: 35px;
    padding: 7px 2px;
    display: block;
    text-decoration: none;
    text-align: center;
}

.ui-datepicker>table td>a:hover,
.ui-datepicker>table td>span:hover {
    background: #f0f0f0;
    text-decoration: none;
}

.ui-datepicker>table td>a.ui-state-active,
.ui-datepicker>table td>span.ui-state-active {
    background: #f05523;
    color: #fff;
}

.ui-datepicker>table td.ui-datepicker-unselectable>span {
    background: #f7f7f7;
}

.ui-datepicker>table th {
    font-size: 10px;
    text-transform: uppercase;
    color: #373737;
}

.ui-datepicker .ui-datepicker-header {
    background: #f05523;
    color: #fff;
    margin: -15px -15px 10px;
    padding: 15px 10px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
}

.ui-datepicker .ui-datepicker-header>a {
    display: inline-block;
    line-height: 19px;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-header>a>span {
    display: none;
}

.ui-datepicker .ui-datepicker-header>a:before {
    content: '';
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-header>a.ui-datepicker-prev {
    float: left;
}

.ui-datepicker .ui-datepicker-header>a.ui-datepicker-prev:before {
    content: '\f053';
}

.ui-datepicker .ui-datepicker-header>a.ui-datepicker-next {
    float: right;
}

.ui-datepicker .ui-datepicker-header>a.ui-datepicker-next:before {
    content: '\f054';
}

.ui-datepicker:before {
    content: '\f0d8';
    font-family: 'FontAwesome';
    color: #f05523;
    font-size: 24px;
    position: absolute;
    left: 50%;
    top: -20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*! lightslider - v1.1.5 - 2015-10-31
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */

/** /!!! core css Should not edit !!!/**/

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lightSlider:before,
.lightSlider:after {
    content: " ";
    display: table;
}

.lightSlider {
    overflow: hidden;
    margin: 0;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.lSSlideWrapper>.lightSlider:after {
    clear: both;
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
    position: relative;
}

.lSSlideWrapper .lSFade>* {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}

.lSSlideWrapper.usingCss .lSFade>* {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade>*.active {
    z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade>*.active {
    opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/

/* Pager */

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

.lSSlideOuter .lSPager.lSpg>li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg>li:hover a,
.lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #428bca;
}

.lSSlideOuter .media {
    opacity: 0.8;
}

.lSSlideOuter .media.active {
    opacity: 1;
}

/* End of pager */

/** Gallery */

.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}

/* End of Gallery*/

/* slider actions */

.lSAction>a {
    width: 35px;
    display: block;
    opacity: .5;
    top: 50%;
    height: 65px;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    margin-top: -32px;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: -moz-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: -o-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: -ms-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.lSAction:hover {
    opacity: 1;
    cursor: pointer;
}

.lSAction a:hover {
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .lSAction>a {
        width: 21px;
        height: 38px;
        background-size: 42px 38px;
        margin-top: -19px;
    }
}

.lSAction>a:hover {
    opacity: 1;
    cursor: pointer;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.lSAction>.lSPrev {
    background-position: left 0;
    text-align: center;
    left: 10px;
    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;
    font-size: 38px;
    color: white !important;
}

.lSAction>.lSPrev:before {
    content: "";
}

@media screen and (max-width: 767px) {
    .lSAction>.lSPrev {
        left: 15px;
    }
}

.lSAction>.lSNext {
    background-position: right 0;
    text-align: center;
    right: 10px;
    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;
    font-size: 38px;
    color: white !important;
}

.lSAction>.lSNext:before {
    content: "";
}

@media screen and (max-width: 767px) {
    .lSAction>.lSNext {
        right: 15px;
    }
}

.lSAction>a.disabled {
    pointer-events: none;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

/* vertical */

.lSSlideOuter.vertical {
    position: relative;
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}

.lSSlideOuter.vertical .lightSlider>* {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */

.lSSlideOuter.vertical .lSAction>a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}

.lSSlideOuter.vertical .lSAction>.lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}

/* vertical */

/* Rtl */

.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

.lSSlideOuter .lightSlider>*,
.lSSlideOuter .lSGallery li {
    float: left;
}

.lSSlideOuter.lSrtl .lightSlider>*,
.lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}

/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }
    50% {
        left: -15px;
    }
    100% {
        left: 0;
    }
}

@keyframes rightEnd {
    0% {
        left: 0;
    }
    50% {
        left: -15px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }
    50% {
        top: -15px;
    }
    100% {
        top: 0;
    }
}

@keyframes topEnd {
    0% {
        top: 0;
    }
    50% {
        top: -15px;
    }
    100% {
        top: 0;
    }
}

@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }
    50% {
        left: 15px;
    }
    100% {
        left: 0;
    }
}

@keyframes leftEnd {
    0% {
        left: 0;
    }
    50% {
        left: 15px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }
    50% {
        bottom: -15px;
    }
    100% {
        bottom: 0;
    }
}

@keyframes bottomEnd {
    0% {
        bottom: 0;
    }
    50% {
        bottom: -15px;
    }
    100% {
        bottom: 0;
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

/*/  GRab cursor */

.lightSlider.lsGrab>* {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lightSlider.lsGrabbing>* {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://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.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -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.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-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(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.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(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.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, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-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.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.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.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.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.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    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.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    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.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    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.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    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.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    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.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    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(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.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(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.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(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-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(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.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.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.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.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.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(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.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(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.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.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.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.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 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;
}

/*
--------------------------------------------------------------
	Header Styles					_bootstrap-variables #340
--------------------------------------------------------------
*/

@media (max-width: 782px) {
    body.admin-bar {
        margin-top: -46px;
        padding-top: 46px;
    }
       .about-info > li {
        width: 100% !important;
    }
}

.navbar .search-bar {
    background: #373737;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    padding: 22px 0;
    display: none;
}

.navbar .search-bar.showing {
    -webkit-animation: fadeInDown 100ms linear 20ms both;
    animation: fadeInDown 100ms linear 20ms both;
    display: block;
}

.navbar .search-bar.showing>.container-fluid {
    display: block;
    -webkit-animation: fadeInDown 100ms linear;
    animation: fadeInDown 100ms linear;
}

.navbar .search-bar>.container-fluid {
    max-width: 1180px;
    padding-right: 80px;
    position: relative;
    display: none;
}

.navbar .search-bar>.container-fluid:after {
    content: '';
    position: absolute;
    right: 15px;
    background-image: url(images/search-bar-icon.png);
    background-size: 52px 49px;
    height: 49px;
    width: 52px;
    top: -1px;
}

.navbar .search-bar input {
    display: block;
    width: 100%;
    background: none;
    color: #fff;
    font-size: 52px;
    border: none;
    font-weight: 200;
    outline: none;
    line-height: 1;
}

.navbar .navbar-toggle {
    outline: none;
    font-size: 22px;
    position: absolute;
    top: -0.5rem;
    left: 0;
    color: #f05523;
    margin: 10px;
    background-color: transparent;
    height: 25px;
    border: none;
    border-radius: 0;
    width: 30px;
    background-image: url(images/hamburger-mobile.png);
    background-size: 30px 21px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.navbar .navbar-toggle.showing {
    background-image: url(images/close-hamburger.png);
    background-size: 23px 24px;
    background-position: center center;
    background-repeat: no-repeat;
}

.navbar .navbar-brand#main-logo {
    padding: 0;
    height: auto;
    margin: 0 .5em;
}

@media screen and (min-width: 992px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar .sub-header-menu {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    text-align: right;
}

.navbar .sub-header-menu>li {
    display: inline-block;
    margin: 0 15px;
}

.navbar .sub-header-menu>li>a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
}

.navbar .sub-header-menu>li.current-menu-item>a {
    color: #f05523;
}

.navbar .sub-header-menu>li:last-child {
    margin: 0 0 0 15px;
}

.navbar .sub-header-menu>li.last>a {
    padding-right: 18px;
    position: relative;
}

.navbar .sub-header-menu>li.last>a:after {
    content: '';
    width: 13px;
    height: 12px;
    display: inline-block;
    position: absolute;
    background-image: url(images/search-icon-grey.png);
    background-size: 13px 12px;
    top: 2px;
    right: 0;
    margin-left: 5px;
}

.navbar .sub-header-menu>li.social {
    margin: 0 2px;
}

.navbar .sub-header-menu>li.social>a {
    font-size: 16px;
}

.navbar .navbar-nav>li>a:hover,
.navbar .navbar-nav>li>a:focus {
    background: none;
    color: #f05523;
}

.navbar .navbar-nav>li:last-child {
    margin: 0 0 0 5px;
}

@media screen and (min-width: 905px) {
    .navbar .navbar-nav>li {
        margin: 0 15px;
       
    }
    .navbar .navbar-nav>li:last-child {
        margin: 0 0 0 25px;
    }
    .navbar .navbar-nav>li>a {
        font-size: 1.55em;
    }
}

@media screen and (min-width: 992px) {
    .navbar .navbar-nav>li {
        margin: 0 25px;
        
    }
    .navbar .navbar-nav>li:last-child {
        margin: 0 0 0 50px;
    }
}

.navbar .navbar-nav>li[class*="current-"]>a {
    color: #f05523;
}

.navbar .navbar-nav>li.dropdown>ul {
    top: 45px;
    z-index: 9;
    display: none;
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    /* margin-top: -15px; */
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: rgba(0, 0, 0, 0.04) 0 0 8px;
    /* top: 100%; */
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.navbar .navbar-nav>li.dropdown>ul>li>a {
    white-space: nowrap;
    font-size: 1.25em;
    font-family: cervo-light;
    color: #373737;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

.navbar .navbar-nav>li.dropdown>ul>li>a:hover {
    color: #f05523;
}

.navbar .navbar-nav>li.dropdown.showing>a {
    color: #f05523;
}

.navbar .navbar-nav>li.dropdown.showing>ul {
    opacity: 1;
    margin-top: 0;
}

.mobile-nav {
    background: #FFF;
    width: 80%;
    position: fixed;
    top: 85px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    left: 0;
    right: 0;
    transform: scaleY(0);
    padding: 0 0;
    transform-origin: left top;
    z-index: 99999;
    max-height: calc(100vh - 90px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile-nav.open {
    transform: scaleY(1);
}

@media screen and (min-width: 992px) {
    .mobile-nav {
        display: none;
    }
}

.mobile-nav .submenu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
}

.mobile-nav .submenu>li {
    display: block;
}

.mobile-nav .submenu>li>a {
    color: #fff;
    text-decoration: none;
    background: none !important;
    font-size: 14px;
    display: block;
    padding: 7px 25px;
}

.mobile-nav .submenu>li>a:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    content: '';
    background-image: url(images/slider-arrows.png);
    width: 8px;
    height: 12px;
    background-size: 16px 12px;
    background-position: right center;
    display: block;
    float: right;
    margin: 4px 0 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
}

.mobile-nav .submenu>li:last-child {
    display: none;
}

.mobile-nav .search_wrap {
    display: block;
    margin: 0 25px 15px;
    padding: 5px 35px 5px 5px;
    position: relative;
    background: #373737;
}

.mobile-nav .search_wrap:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 15px;
    background-image: url(images/search-bar-icon.png);
    background-size: 13px 13px;
    height: 13px;
    width: 13px;
}

.mobile-nav .search_wrap>input {
    color: #fff;
    background: #373737;
    border: none;
    -webkit-appearance: none;
    outline: none;
    display: block;
    width: 100%;
}

.mobile-nav .social {
    padding: 15px 0;
    margin: 0;
    list-style: none;
    display: block;
    text-align: left;
}

.mobile-nav .social>li {
    display: inline-block;
    padding: 0 7px;
}

.mobile-nav .social>li>a {
    color: #000;
    font-size: 20px !important;
}

.mobile-nav>ul.nav {
    flex-direction: column;
    list-style: none;
    padding: 0 0 7em;
}

.mobile-nav>ul.nav>li {
    display: block;
    border-bottom: 1px solid #d1d1d1;
    /* padding: 10px 0; */
    width: 100%;
}

.mobile-nav>ul.nav>li>a {
    display: block;
    padding: 13px 25px;
    color: black;
    font-size: 1.25em;
    text-transform: uppercase;
    background: none !important;
    text-decoration: none;
}

.mobile-nav>ul.nav>li.menu-item-has-children.dropdown>a:after, .mobile-nav>ul.nav>li.has--megamenu>a:after  {
    padding: 17px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    content: '';
    background-image: url(images/slider-arrows.png);
    width: 8px;
    height: 12px;
    background-size: 16px 12px;
    background-position: center;
    display: block;
    float: right;
    margin: 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    right: -14px;
    position: relative;
    top: -3px;
}

.mobile-nav>ul.nav>li.dropdown>a:before,  .mobile-nav>ul.nav>li.has--megamenu>a:before{
    float: right;
    width: 35px;
    border: 1px solid #CCC;
    margin-left: -20px;
    margin-top: -3px;
    content: "";
    height: 35px;
}

.mobile-nav>ul.nav>li.menu-item-has-children.dropdown>a:after , .mobile-nav>ul.nav>li.has--megamenu>a:after{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.mobile-nav>ul.nav>li.menu-item-has-children.show>a:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.mobile-nav>ul.nav>li:last-child>a {
    font-size: 21px;
}

.mobile-nav>ul.nav>li:last-child>a:after {
    display: none;
}

.mobile-nav>ul.nav>li>ul {
    list-style: none;
    display: none;
    padding: 0;
    margin: 0;
}

.mobile-nav>ul.nav>li>ul>li {
    border-bottom: 1px solid #d1d1d1;
    display: block;
}

.mobile-nav>ul.nav>li>ul>li:last-child {
    border: none;
}

.mobile-nav>ul.nav>li>ul>li:first-child {
    border-top: 1px solid #d1d1d1;
}

.mobile-nav>ul.nav>li>ul>li>a {
    background: none !important;
    text-decoration: none;
    display: block;
    font-family: cervo-light;
    color: black;
    padding: 12px 45px;
    text-transform: uppercase;
    font-size: 1.15em;
}

/*
--------------------------------------------------------------
	Footer Styles
--------------------------------------------------------------
*/

.sponsor-logos {
    padding: 25px 15px;
    position: relative;
    margin-bottom: 0 !important;
}

.sponsor-logos>div>a {
    margin: 15px;
    display: inline-block;
    vertical-align: middle;
    flex: 1 0 24%;
}

footer {
    background: #666;
}

footer {
    display: block;
    padding: 25px 0;
    color: #fff;
}
footer .container{
    margin-bottom: 0;
}

footer .copyright {
    font-size: .6rem;
    font-weight: 300;
    font-family: myriad;
    letter-spacing: 1px;
    text-transform: uppercase;
}

footer .footer-menu>ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .footer-menu>ul>li {
    display: inline-block;
    /* padding: 0 12px; */
}

footer .newsletter-btn {
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-weight: 500;
}

/*End Footer Styles*/

/*
--------------------------------------------------------------
	Wrapper Styles
--------------------------------------------------------------
*/

main {
    padding: 0;
    display: block;
}

.single-burbank_event main {
    padding: 20px 0;
}

.single-burbank_event main>.container-fluid {
    max-width: 1180px;
}

#sidebar,
main {
    word-break: break-word;
    word-wrap: break-word;
}

/*Media*/

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%;
    /* Fluid images for posts, comments, and widgets */
}

.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.site-header img,
.entry-content img,
img.size-full {
    max-width: 100%;
    width: auto;
    /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption {
    border: 1px solid #ccc;
    max-width: 100%;
}

.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
    margin-bottom: 1.5em;
}

.wp-caption img {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

#content .gallery {
    margin-bottom: 1.5em;
}

#content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

#content .gallery dd {
    margin: 0;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
    max-width: 100%;
}

/* WordPress Core */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Comments */

/* .comments-area {
    margin: 48px auto;
    max-width: 474px;
    padding: 0 10px;
} */

.comment-reply-title,
.comments-title {
    font: 900 16px/1.5 Lato, sans-serif;
    margin: 0;
    text-transform: uppercase;
}

.comment-list {
    list-style: none;
    margin: 0 0 48px 0;
}

.comment-author {
    font-size: 14px;
    line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
    font-size: 12px;
    line-height: 2;
    text-transform: uppercase;
}

.comment-list .reply {
    margin-top: 24px;
}

.comment-author .fn {
    font-weight: 900;
}

.comment-author a {
    color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
    color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
    color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
    padding-top: 24px;
}

.comment-list>li:first-child>article,
.comment-list>.pingback:first-child,
.comment-list>.trackback:first-child {
    border-top: 0;
}

.comment-author {
    position: relative;
}

.comment-author .avatar {
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 18px;
    padding: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
}

.bypostauthor>article .fn:before {
    /* content: "\f408"; */
    margin: 0 2px 0 -2px;
    position: relative;
    top: -1px;
}

.says {
    display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
    padding-left: 30px;
}

.comment-edit-link {
    margin-left: 10px;
}

.comment-edit-link:before {
    /* content: "\f411"; */
}

.comment-reply-link:before,
.comment-reply-login:before {
    /* content: "\f412"; */
    margin-right: 2px;
}

.comment-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 24px 22px;
}

.comment-content li>ul,
.comment-content li>ol {
    margin-bottom: 0;
}

.comment-content> :last-child {
    margin-bottom: 0;
}

.comment-list .children {
    list-style: none;
    margin-left: 15px;
}

.comment-respond {
    margin-bottom: 24px;
    padding: 0;
}

.comment .comment-respond {
    margin-top: 24px;
}

.comment-respond h3 {
    margin-top: 0;
    margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
    color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
    font-size: 14px;
    line-height: 1.7142857142;
}

.no-comments {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    margin-top: 24px;
    text-transform: uppercase;
}

.comment-form label {
    display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
    font-size: 12px;
    line-height: 1.5;
}

.required {
    color: #c0392b;
}

.comment-reply-title small a {
    color: #2b2b2b;
    float: right;
    height: 24px;
    overflow: hidden;
    width: 24px;
}

.comment-reply-title small a:hover {
    color: #41a62a;
}

.comment-reply-title small a:before {
    /* content: "\f405"; */
    font-size: 32px;
}

.comment-navigation {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 48px;
    text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
    display: inline-block;
}

.comment-navigation .nav-previous a {
    margin-right: 10px;
}

#comment-nav-above {
    margin-top: 36px;
    margin-bottom: 0;
}

/* WPCF 7 */

span.wpcf7-form-control-wrap {
    display: block;
    position: relative;
}

.wpcf7-not-valid-tip {
    font-size: 0.75em;
    padding: 5px;
    margin-bottom: 0px;
}

/* Carousel */

.carousel,
.carousel .item,
.carousel .active {
    height: auto;
}

@media (min-width: 480px) {
    .carousel,
    .carousel .item,
    .carousel .active {
        /*height: 100%;*/
    }
}

.carousel-inner {
    /*height: 100%;*/
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

ol.carousel-indicators {
    bottom: 110px;
}

ol.carousel-indicators li {
    margin: 0px 4px;
}

.carousel-caption {
    top: 0px;
    left: 0px;
    bottom: auto;
    right: 0px;
    text-align: left;
    text-shadow: none;
}

.carousel-caption h1,
.carousel-caption h2 {
    margin-bottom: 40px;
    margin-top: 0px;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .item.next,
.carousel-fade .carousel-inner .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-inner .item.prev,
.carousel-fade .carousel-inner .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-inner .item.next.left,
.carousel-fade .carousel-inner .item.prev.right,
.carousel-fade .carousel-inner .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/*
--------------------------------------------------------------
	Front Page Styles
--------------------------------------------------------------
*/

html,
body {
    height: 100%;
    position: relative;
}

/* Base for slider - more styles in extra */

#slider-wrap {
    display: block;
    margin: 0px auto;
    padding: 0px;
    background: #fff;
}

.whats-your-scene {
    margin: 15px 0 0;
}

@media screen and (max-width: 767px) {
    .whats-your-scene>div {
        position: relative;
    }
}

.whats-your-scene .district-selector {
    background: #f05523;
    color: #fff;
    position: relative;
    padding: 70px;
}

.whats-your-scene .district-selector>.inner-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1335px) {
    .whats-your-scene .district-selector>.inner-content {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.whats-your-scene .district-selector h2 {
    font-size: 30px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
}

.whats-your-scene .district-selector .districts {
    padding: 25px 0 0;
}

.whats-your-scene .district-selector .districts>div {
    padding: 10px 0;
}

.whats-your-scene .district-selector .district {
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    padding: 5px 0;
}

.whats-your-scene .district-selector .district:hover {
    color: #fff;
}

@media screen and (max-width: 1199px) {
    .whats-your-scene .district-selector {
        padding: 50px 25px;
    }
}

.whats-your-scene .district-map {
    padding-left: 0;
    padding-right: 0;
    background-color: #f4f4f4;
}

.whats-your-scene .district-map>.map {
    background-color: #f4f4f4;
    padding-bottom: 62%;
    overflow: hidden;
    position: relative;
}

.whats-your-scene .district-map>.map>svg {
    position: absolute;
    display: block;
    top: 49%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 102%;
    left: -1%;
    height: 146%;
}

@media screen and (max-width: 767px) {
    .whats-your-scene .district-map>.map {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .whats-your-scene .district-map {
        position: static;
    }
}

@media screen and (max-width: 1335px) {
    .whats-your-scene .district-map>.map {
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .whats-your-scene .district-map>.map>svg {
        height: 120%;
    }
}

.whats-your-scene .district-map .extra-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    display: none;
}

.whats-your-scene .district-map .extra-info .neighborhood-info {
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    background-size: cover;
    background-position: center center;
    z-index: 80;
}

.whats-your-scene .district-map .extra-info .neighborhood-info.showing {
    z-index: 99;
}

.whats-your-scene .district-map .extra-info .neighborhood-info h2 {
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 40px;
}

.whats-your-scene .district-map .extra-info .neighborhood-info h4 {
    color: #fff;
    font-size: 17px;
    font-style: italic;
}

.whats-your-scene .district-map .extra-info .neighborhood-info .close-btn {
    display: block;
    position: absolute;
    right: 0;
    z-index: 99999;
    top: 0;
    height: 45px;
    width: 45px;
    background-image: url(images/modal-close.png);
    background-size: 25px 25px;
    background-position: center center;
    background-repeat: no-repeat;
}

.whats-your-scene .district-map .extra-info .neighborhood-info .inner {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    padding: 50px 0;
    background-image: url(images/slider-shadow.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.whats-your-scene .district-map .extra-info .neighborhood-info .inner a {
    margin: 25px 0;
}

.follow-wrapper {
    margin: 10px 0px 30px;
    position: relative;
}

.follow-wrapper .social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: 1px;
}

.follow-wrapper .social-icons li {
    display: inline-block;
    padding: 0 5px;
}
.blog .follow-wrapper .social-icons li {
    margin: 0 5px;
}
.follow-wrapper .social-icons li>a {
    color: #58585a;
    font-size: 16px;
}
.blog .follow-wrapper .social-icons li>a {
    font-size: 28px;
}

.follow-wrapper h4 {
    color: #f05523;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.follow-wrapper:before {
    content: '';
    position: absolute;
    top: 50px;
    bottom: 15px;
    left: 50%;
    width: 1px;
    background: #e3e3e3;
}

@media screen and (max-width: 767px) {
    .follow-wrapper:before {
        display: none;
    }
}

.follow-wrapper>.title-wrapper {
    background: #fff;
    text-align: center;
    left: 50%;
    display: inline-block;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    top: -16px;
    padding: 0 20px;
}

.follow-wrapper>.title-wrapper h2 {
    display: inline-block;
    margin: 0;
    color: #f05523;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 500;
    font-size: 30px;
}

.follow-wrapper .twitter-wrapper {
    padding-right: 72px;
}

.follow-wrapper .twitter-wrapper .tweet {
    font-size: 14px;
    font-style: italic;
    margin: 40px 0 0;
}

.follow-wrapper .twitter-wrapper .tweet>p {
    margin-bottom: 10px;
}

.follow-wrapper .twitter-wrapper .tweet .cite {
    font-weight: 800;
    font-size: 11px;
}

.follow-wrapper .twitter-wrapper .tweet:first-of-type {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .follow-wrapper .twitter-wrapper {
        padding-right: 15px;
    }
}

.follow-wrapper .instagram-wrapper {
    padding-left: 72px;
}

.follow-wrapper .instagram-wrapper .instagram-slider>li {
    position: relative;
}

.follow-wrapper .instagram-wrapper .instagram-slider>li>a {
    padding: 0 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
}

.follow-wrapper .instagram-wrapper .ig-slider-wrapper {
    position: relative;
}

.follow-wrapper .instagram-wrapper .lSAction>a {
    background-image: url(images/small-slider-arrows.png);
    background-size: 24px 22px;
    height: 22px;
    width: 12px;
    margin-top: -11px;
}

.follow-wrapper .instagram-wrapper .lSAction>a.lSPrev {
    left: -35px;
}

.follow-wrapper .instagram-wrapper .lSAction>a.lSNext {
    right: -35px;
}

@media screen and (max-width: 767px) {
    .follow-wrapper .instagram-wrapper {
        padding-left: 15px;
        margin-top: 50px;
    }
    .follow-wrapper .instagram-wrapper:before {
        content: '';
        position: absolute;
        left: -25px;
        right: -25px;
        top: -25px;
        bottom: auto;
        height: 1px;
        background: #e3e3e3;
    }
}

.hotel-hero {
    overflow: hidden;
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    .hotel-hero {
        padding-left: 0;
        margin-top: 0;
    }
}

.hotel-hero>div {
    padding: 0 0 112.2%;
    background-position: center center;
    background-size: cover;
    position: relative;
}

@media screen and (max-width: 767px) {
    .hotel-hero>div {
        padding: 0;
    }
}

.hotel-hero>div>.caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

@media screen and (max-width: 767px) {
    .hotel-hero>div>.caption {
        position: relative;
        padding: 25px 0;
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.hotel-hero>div>.caption #aresWrap2>h2 {
    padding-top: 0 !important;
}

.hotel-hero>div>.caption #aresWrap2>#aresBg {
    background: none !important;
}

.hotel-hero>div>.caption>img {
    max-height: 40px;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: -moz-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: -o-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: -ms-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hotel-hero>div>.caption h2 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 30px;
}

.hotel-hero>div:hover>.caption>img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.video-hero {
    width: 100%;
    height: 238px;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.video-hero>.caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.video-hero>.caption>img {
    max-height: 61px;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: -moz-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: -o-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: -ms-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.video-hero>.caption h2 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 30px;
}

.video-hero:hover>.caption>img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.featured-categories ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.featured-categories ul>li {
    display: block;
    position: relative;
}

.featured-categories ul>li:before {
    content: '';
    background-image: url(images/slider-shadow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    max-width: 721px;
    max-height: 528px;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.featured-categories ul>li>.bg {
    padding: 0 0 75%;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    .featured-categories ul>li>.bg {
        padding: 0 0 40%;
    }
}

.featured-categories ul>li>.caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.featured-categories ul>li>.caption>img {
    max-height: 35px;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: -moz-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: -o-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: -ms-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.featured-categories ul>li>.caption:hover>img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.featured-categories ul>li>.caption h2 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 30px;
}

/*.home main {
    padding: 15px 0 0;
}*/

/* End Front page Styles */

/*
-------------------------------------------------------------- 
	Page Styles
-------------------------------------------------------------- 
*/

.hero-content {
    font-weight: 500;
    margin: 40px auto 0;
    font-size: .95em;
}

.hero-content h1 {
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin: 50px 0 35px;
}

.board-agendas>ul {
    text-align: center;
    border-bottom: 1px solid #f05523;
    display: block
}

.board-agendas>ul>li {
    float: none;
    display: inline-block;
    margin-bottom: 0;
}

.board-agendas>ul>li.active>a {
    background: #f05523 !important;
    border: none !important;
    color: #fff !important;
}

.board-agendas>ul>li>a {
    background: rgba(240, 85, 35, 0.8);
    border-radius: 0;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}

.board-agendas>ul>li>a:hover {
    background: #f05523;
    border: none;
}

.board-agendas .tab-content>.tab-pane {
    text-align: center;
}

.board-agendas .tab-content>.tab-pane>a {
    text-transform: uppercase;
    display: inline-block;
    margin: 10px 5px;
    text-decoration: none;
}

.hero-wrapper>img {
    width: 100%;
}

.hero-wrapper .hero-video {
    max-height: 80vh;
    overflow: hidden;
}

.hero-wrapper .hero-video .embed-responsive-item {
    left: 50%;
    top: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: auto;
}

@media screen and (max-width: 767px) {
    .hero-wrapper .hero-video .embed-responsive-item {
        width: 120%;
    }
}

.hero-wrapper .hero-video .embed-responsive {
    padding-bottom: 45%;
}

@media screen and (max-width: 767px) {
    .hero-wrapper .hero-video .embed-responsive {
        padding-bottom: 66%;
    }
}

.hero-wrapper .hero-bg {
    background-position: center center;
    background-size: cover;
    padding: 0;
    position: relative;
}

.hero-wrapper .hero-bg .hero-caption {
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hero-wrapper .hero-bg .hero-caption h1 {
    font-weight: 400;
    font-size: 86px;
    letter-spacing: 8px;
    margin: 0;
}

.hero-wrapper .hero-bg .hero-caption h2 {
    font-style: italic;
    font-weight: 300;
    font-size: 30px;
}

.hero-wrapper .hero-bg .hero-caption p {
    margin: 0;
    padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .hero-wrapper .hero-bg {
        position: relative;
        padding: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.sitemap-wrapper {
	margin: 70px 0 30px;
	font-size: 16px;
	font-weight: normal !important;
	font-family: avenir;
}

.sitemap-wrapper h3 {
    color: #f05523;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 21px;
    margin: 0 0 25px;
}
.sitemap-wrapper h3 a{
    color: #f05523;
}
.sitemap-wrapper>div>ul {
    list-style: none;
    padding: 0;
}

.sitemap-wrapper>div>ul>li {
    display: block;
    margin-bottom: 10px;
}

.sitemap-wrapper>div>ul>li>a {
    text-transform: uppercase;
}

.sitemap-wrapper>div>ul>li>ul {
    padding: 0;
    list-style: none;
    padding: 10px 0;
}

.sitemap-wrapper>div>ul>li>ul>li {
    display: block;
    padding: 5px 0;
}

.sitemap-wrapper>div>ul>li>ul>li>a {
    color: #373737;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.page-template-default>main>.container,
.page-template-how-to-get-here-template>main>.container-fluid {
    max-width: 800px;
    margin-bottom: 100px;
}

.page-template-default .content-wrap>div h2 {
    text-transform: uppercase;
    font-size: 30px;
    margin: 25px 0;
    font-weight: 300;
    letter-spacing: 2px;
}

.page-template-default .content-wrap>div .btn,
.page-template-default .content-wrap>div .gform_wrapper .gform_button,
.gform_wrapper .page-template-default .content-wrap>div .gform_button {
    margin: 15px 5px 0;
}

.page-press .content-wrap>div h2 {
    color: #f05523;
}

div.content-wrap div h4 {
    color: #f05523;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.35rem;
    line-height: 2;
    margin: 0 0 0;
}

div.content-wrap header h1.page-title {
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin: 50px 0 35px;
    text-align: center;
}

.page-template-how-to-get-here-template .content-block {
    padding: 0 15px 100px;
}

.page-template-how-to-get-here-template .content-block h2 {
    color: #f05523;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
}

.page-template-how-to-get-here-template .content-block h2>span {
    display: inline-block;
    position: relative;
}

.page-template-how-to-get-here-template .content-block h2>span:before {
    content: '';
    height: 1px;
    right: 100%;
    left: -100vw;
    margin-right: 25px;
    background: #a1a1a1;
    position: absolute;
    top: 50%;
    z-index: -2;
}

.page-template-how-to-get-here-template .content-block h2>span:after {
    content: '';
    height: 1px;
    left: 100%;
    right: -100vw;
    margin-left: 25px;
    background: #a1a1a1;
    position: absolute;
    top: 50%;
    z-index: -2;
}

.page-template-how-to-get-here-template .content-block .get-around-map {
    position: relative;
    padding: 0 0 45%;
    margin: 0 0;
    height: 100%;
}

.page-template-how-to-get-here-template .content-block .get-around-map>div {
    position: absolute !important;
    width: 100%;
    height: 100%;
}

.page-template-how-to-get-here-template .content-block.triptips-block h4 {
    margin: 25px 0 5px;
}

.page-template-how-to-get-here-template .content-block.triptips-block .btn,
.page-template-how-to-get-here-template .content-block.triptips-block .gform_wrapper .gform_button,
.gform_wrapper .page-template-how-to-get-here-template .content-block.triptips-block .gform_button {
    margin: 15px 0 0;
}

.page-template-how-to-get-here-template .content-block h4 {
    color: #f05523;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.page-template-how-to-get-here-template .content-block.map-block .map-sections>div {
    margin: 0 0 100px;
}

.page-template-how-to-get-here-template .content-block.map-block .map-sections>div .btn+.btn,
.page-template-how-to-get-here-template .content-block.map-block .map-sections>div .gform_wrapper .gform_button+.btn,
.gform_wrapper .page-template-how-to-get-here-template .content-block.map-block .map-sections>div .gform_button+.btn,
.page-template-how-to-get-here-template .content-block.map-block .map-sections>div .gform_wrapper .btn+.gform_button,
.gform_wrapper .page-template-how-to-get-here-template .content-block.map-block .map-sections>div .btn+.gform_button,
.page-template-how-to-get-here-template .content-block.map-block .map-sections>div .gform_wrapper .gform_button+.gform_button,
.gform_wrapper .page-template-how-to-get-here-template .content-block.map-block .map-sections>div .gform_button+.gform_button {
    margin-left: 15px;
}

.page-template-how-to-get-here-template .content-block.map-block .directions {
    margin-top: 50px;
}

.page-template-how-to-get-here-template .content-block.map-block .directions h4 {
    margin: 15px 0 25px;
}

.page-template-how-to-get-here-template .content-block.map-block .directions label {
    font-weight: normal;
    width: 100%;
    display: block;
    position: relative;
}

.page-template-how-to-get-here-template .content-block.map-block .directions input {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 1px;
    outline: none;
    padding: 2px 5px;
}

.page-template-how-to-get-here-template .content-block.map-block .directions button {
    margin: 25px 0 0;
}

@media screen and (min-width: 992px) {
    .page-template-how-to-get-here-template .content-block>.row {
        /* margin: 0 50px;  */
    }
}

@media screen and (max-width: 991px) {
    .page-template-how-to-get-here-template .content-block.weather-block .forecast-col {
        margin-top: 50px;
    }
    .page-template-how-to-get-here-template .content-block.weather-block .forecast-col .btn,
    .page-template-how-to-get-here-template .content-block.weather-block .forecast-col .gform_wrapper .gform_button,
    .gform_wrapper .page-template-how-to-get-here-template .content-block.weather-block .forecast-col .gform_button {
        display: block;
        float: none;
        width: 100%;
        margin: 10px 0;
    }
}

.page-template-how-to-get-here-template .content-block.weather-block .powered-by {
    position: relative;
    margin: 15px 0 0;
}

.page-template-how-to-get-here-template .content-block.weather-block .powered-by>a {
    display: inline-block;
    margin: 0;
}

.page-template-how-to-get-here-template .content-block.weather-block .powered-by img {
    height: 46px;
    width: auto;
}

.page-template-how-to-get-here-template .content-block.weather-block h5 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 600;
    margin: 25px 0 15px;
}

.page-template-how-to-get-here-template .content-block.weather-block .current-weather {
    position: absolute;
    top: 50px;
    left: 15px;
    right: 15px;
    text-align: center;
}

.page-template-how-to-get-here-template .content-block.weather-block .current-weather h4 {
    color: #f05523;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
}

.page-template-how-to-get-here-template .content-block.weather-block .current-weather .temp {
    font-size: 75px;
    font-weight: 900;
}

.page-template-how-to-get-here-template .content-block.weather-block .current-weather .temp:after {
    content: '\00b0';
    font-size: 50px;
    vertical-align: top;
}

.page-template-how-to-get-here-template .content-block.weather-block .current-weather .icn {
    height: auto;
    vertical-align: -7px;
    margin-left: 15px;
    width: 100%;
    max-width: 72px;
    display: inline-block;
}

.page-template-how-to-get-here-template .content-block.weather-block .current-weather .hilo {
    font-weight: 900;
}

.page-template-how-to-get-here-template .content-block.weather-block .current-weather .hilo>i {
    font-size: 12px;
    vertical-align: top;
}

.page-template-how-to-get-here-template .content-block.weather-block .current-weather .hilo>i:before {
    content: '\00b0';
    vertical-align: top;
}

.page-template-how-to-get-here-template .content-block.weather-block .current-weather .hilo>span {
    display: inline-block;
    margin: 0 10px;
    font-weight: 500;
}

.page-template-how-to-get-here-template .content-block.weather-block .current-weather .hilo>span:before {
    content: "|";
}

.page-template-how-to-get-here-template .content-block.weather-block .forecast {
    width: 100%;
    margin-top: 25px;
}

@media screen and (min-width: 992px) {
    .page-template-how-to-get-here-template .content-block.weather-block .forecast {
        table-layout: fixed;
    }
}

.page-template-how-to-get-here-template .content-block.weather-block .forecast tr>td {
    padding: 0;
    border-bottom: 1px solid #ccc;
}

.page-template-how-to-get-here-template .content-block.weather-block .forecast tr:last-child>td {
    border-bottom: none;
}

.page-template-how-to-get-here-template .content-block.weather-block .forecast .day {
    font-weight: 600;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}

.page-template-how-to-get-here-template .content-block.weather-block .forecast .date {
    color: #9e9e9e;
    font-weight: normal;
    font-size: 12px;
    line-height: 10px;
}

.page-template-how-to-get-here-template .content-block.weather-block .forecast .hi {
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
}

.page-template-how-to-get-here-template .content-block.weather-block .forecast .hi:after {
    content: '\00b0';
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

.page-template-how-to-get-here-template .content-block.weather-block .forecast .lo {
    color: #9e9e9e;
    font-size: 14px;
    display: inline-block;
    vertical-align: bottom;
    font-style: italic;
    position: relative;
    padding-left: 12px;
}

.page-template-how-to-get-here-template .content-block.weather-block .forecast .lo:before {
    content: '/';
    font-size: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -4px;
}

.page-template-how-to-get-here-template .content-block.weather-block .forecast .lo:after {
    content: '\00b0';
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    position: absolute;
}

/*End Page Styles*/

/*
-------------------------------------------------------------- 
	Blog Styles
-------------------------------------------------------------- 
*/

/* Index blog page */

.blog .featured-story>h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 300;
    margin: 100px 0 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.blog .featured-story h1 {
    font-size: 27px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #f05523;
    margin: 0 0 10px;
}

.blog .featured-story h1>a {
    color: #f05523;
}

.blog .featured-story .post-meta {
    font-size: 14px;
    margin: 0 0 15px;
    font-style: italic;
}

.blog .featured-story .featured-img {
    background-size: cover;
    background-position: center center;
    padding: 0 0 90%;
    display: block;
}

.blog article .post-meta {
    font-size: 13px;
    font-style: italic;
    margin: 0 0 10px;
}

/*Single blog page */


.single-post .social-share {
    margin: 50px 0 0;
}

@media screen and (min-width: 992px) {
    .single-post .blog-sidebar {
        padding: 0 15px 0 50px;
    }
}

.single-post .blog-sidebar>h2 {
    color: #f05523;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 25px 0 0;
    position: relative;
}

@media screen and (max-width: 991px) {
    .single-post .blog-sidebar>h2 {
        text-align: center;
    }
    .single-post .blog-sidebar>h2>span {
        display: inline-block;
        padding: 5px 25px;
        background: #fff;
        z-index: 99;
        position: relative;
    }
}

@media screen and (max-width: 991px) {
    .single-post .blog-sidebar>h2:before {
        content: '';
        height: 1px;
        background: #c6c6c6;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        z-index: 1;
    }
}

.single-post .blog-sidebar .similar-post {
    margin: 25px 0;
}

.single-post .blog-sidebar .similar-post h4 {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    color: #f05523;
    margin: 15px 0 5px;
}

.single-post .blog-sidebar .similar-post .post-meta {
    text-align: center;
    font-size: 13px;
    font-style: italic;
    margin: 0 0 15px;
}

.single-post .blog-sidebar .similar-post p {
    text-align: center;
}

.single-post #post-wrap {
    position: relative;
}

.single-post .blog-section {
    margin-top: 50px;
}

.single-post .blog-section>h2 {
    text-align: center;
    display: block;
    margin: 0;
    position: relative;
}

.single-post .blog-section>h2:before {
    content: '';
    height: 1px;
    background: #c6c6c6;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.single-post .blog-section>h2>span {
    color: #f05523;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    background: #fff;
    letter-spacing: 1px;
    padding: 5px 25px;
    position: relative;
    z-index: 99;
}

.single-post .blog-section>div {
    margin-top: 40px;
}

.single-post .blog-section>div h4 {
    color: #f05523;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 20px 0 5px;
}

.single-post .blog-section>div .block {
    margin-bottom: 50px;
}

@media screen and (min-width: 992px) {
    .single-post .blog-section>div .block {
        margin-bottom: 0;
    }
}

/* Blog nav styles */

/*
#posts-dir-nav{ 
	text-align: center; 
	div.older-posts{ 
		float: right;
		a{
			
		}
	}
	div.newer-posts{
		float: left;
		a{
			
		}
	}
}
*/

.neighborhood-map-wrapper {
    margin: 0 -15px;
    padding: 0 0 15px 0;
    overflow: auto;
}

.ad-banner {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 35%;
    max-width: 1000px;
    z-index: 999;
    background-color: #f05523;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px;
}

.ad-banner .inner {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 55px;
    right: 55px;
    bottom: 0;
}

@media screen and (min-width: 992px) {
    .ad-banner .inner {
        left: 100px;
        right: 100px;
    }
}

.ad-banner.mobile {
    position: relative;
    left: auto;
    right: auto;
    display: block;
    width: auto;
    left: -100%;
    padding: 0 25px 0 25px;
}

.ad-banner.mobile>.inner {
    padding: 0 0 28%;
    position: relative;
    left: auto;
    right: auto;
    margin: 0 auto;
}

.home .ad-banner.mobile {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
}

.neighborhood-map {
    position: relative;
    margin: 0 auto;
    max-width: 900px;
}

.neighborhood-map .map {
    background-image: url(images/light-bg-map.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 76%;
}

.neighborhood-map .map-overlay {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 -100px;
    bottom: 10px;
    top: 100px;
    left: 0;
    right: 0;
}

.neighborhood-mobile-map {
    margin: 0 -15px;
}

.neighborhood-mobile-map>img {
    width: 100%;
    display: none;
}

.neighborhood-mobile-map>img.showing {
    display: block;
}

.neighborhood-nav {
    background: #f05523;
    display: block;
    margin: 0 -15px;
    position: relative;
    overflow: auto;
    padding: 25px 50px;
    text-align: center;
}

.neighborhood-nav .clearfix {
    margin-bottom: 15px;
}

.neighborhood-nav>li {
    min-width: 180px;
    display: block;
    text-align: center;
    position: relative;
    padding: 5px 0;
    margin: 5px 0;
}

@media screen and (max-width: 680px) {
    .neighborhood-nav>li {
        width: 100% !important;
    }
}

@media screen and (min-width: 681px) {
    .neighborhood-nav>li {
        float: left;
    }
    .neighborhood-nav>li:after {
        content: '';
        position: absolute;
        right: 0;
        top: -5px;
        bottom: -5px;
        width: 1px;
        background: rgba(255, 255, 255, 0.5);
    }
}

@media screen and (min-width: 681px) and (max-width: 992px) {
    .neighborhood-nav>li {
        width: 33.3333333333% !important;
    }
    .neighborhood-nav>li:nth-child(1n+4) {
        display: inline-block;
        float: none;
    }
    .neighborhood-nav>li:nth-child(3):after {
        display: none;
    }
}

.neighborhood-nav>li:last-child:after {
    display: none;
}

.neighborhood-nav>li>a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
}

.neighborhood-nav>li>a.selected {
    color: #fff;
}

.neighborhood-nav>li>a:hover {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .neighborhood-wrapper .neighborhood-hero .caption {
        background-size: 150% 100%;
    }
}

.neighborhood-wrapper .neighborhood-hero .caption h1 {
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 25px 0 10px;
    font-size: 65px;
}

@media screen and (max-width: 767px) {
    .neighborhood-wrapper .neighborhood-hero .caption h1 {
        font-size: 30px;
    }
}

.neighborhood-wrapper .neighborhood-hero .caption p {
    color: #fff;
    max-width: 685px;
    margin: 15px auto;
}

.neighborhood-wrapper .neighborhood-hero .caption h2 {
    color: #fff;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    margin: 5px 0 25px;
}

/* Map Style */

div[class*='_ibani_'] {
    font-family: 'Avenir W01';
}

div[class*='_ibani_']>div:nth-of-type(2) {
    width: auto !important;
    height: auto !important;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

div[class*='_ibani_']>div:nth-of-type(2) strong {
    text-transform: uppercase;
    letter-spacing: 2px;
}

div[class*='_ibani_']>div:nth-of-type(2) a {
    font-size: 14px;
    text-decoration: underline;
    font-style: italic;
    color: #fff;
}

.page-template-filmed-at-template div[class*='_ibani_'] {
    font-family: 'Avenir W01';
}

.page-template-filmed-at-template div[class*='_ibani_']>div:nth-of-type(2) {
    max-width: 230px;
    overflow: hidden !important;
}

.page-template-filmed-at-template div[class*='_ibani_']>div:nth-of-type(2) img {
    margin: -25px -25px 15px;
    max-width: 230px;
}

.page-template-filmed-at-template div[class*='_ibani_']>div:nth-of-type(2)>div>div {
    margin: 0 -25px;
    padding: 0 25px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 215px;
}

.page-template-filmed-at-template div[class*='_ibani_']>div:nth-of-type(2) .location {
    font-size: 13px;
    font-style: italic;
}

.page-template-filmed-at-template div[class*='_ibani_']>div:nth-of-type(2) .excerpt {
    margin: 15px 0;
}

.page-template-filmed-at-template div[class*='_ibani_']>div:nth-of-type(2) .more-details {
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    padding: 5px 15px;
    margin: 5px 0 15px;
    display: inline-block;
}

.page-template-filmed-at-template div[class*='_ibani_']>div:nth-of-type(2) .reviews>a {
    display: inline-block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    margin: 5px 5px;
}

.page-template-filmed-at-template div[class*='_ibani_']>div:nth-of-type(2) .reviews>a.rt {
    background-image: url(images/rt.png);
}

.page-template-filmed-at-template div[class*='_ibani_']>div:nth-of-type(2) .reviews>a.imdb {
    background-image: url(images/imdb.png);
}

.dropdown-filters .view-toggle:before {
    content: '';
    background-image: url(images/hamburger-icon.png);
    background-size: 30px 15px;
    width: 30px;
    height: 15px;
    display: block;
    float: left;
    margin: 3px 15px 0 0;
}

.dropdown-filters .view-toggle.isList:before {
    margin: -6px 15px 0 0;
    background-image: url(images/white-map-icon.png);
    height: 28px;
    background-size: 30px 28px;
}

.dropdown-filters .keyword-search {
    display: block;
    margin: 10px;
    vertical-align: -1px;
}

@media screen and (min-width: 768px) {
    .dropdown-filters .keyword-search {
        display: inline-block;
        margin: 0 10px;
    }
}

.dropdown-filters .keyword-search>div>input {
    border: none;
    border-radius: 0;
    padding: 10px 20px;
    color: #000;
    font-size: 15px;
    flex: 1;
    display: inline-block;
    text-align: left;
    outline: none;
    border-right: 0;
    font-weight: 400;
}

.dropdown-filters .keyword-search>div>a {
    width: 70px;
    padding: 0;
    text-align: center;
    color: #fff;
    background: #f05523;
}

.dropdown-filters .keyword-search>a>i {
    vertical-align: -9px;
}

.dropdown-filters .dropdown {
    display: block;
    margin: 10px;
}

@media screen and (min-width: 768px) {
    .dropdown-filters .dropdown {
        display: inline-block;
        margin: 0 10px;
    }
}

.dropdown-filters .dropdown>a.btn,
.dropdown-filters .gform_wrapper .dropdown>a.gform_button,
.gform_wrapper .dropdown-filters .dropdown>a.gform_button {
    background: white;
    border-radius: 0;
    padding: 10px 20px;
    color: #000;
    font-size: 15px;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    outline: none;
    border: none;
}

.dropdown-filters .dropdown>a.btn:after,
.dropdown-filters .gform_wrapper .dropdown>a.gform_button:after,
.gform_wrapper .dropdown-filters .dropdown>a.gform_button:after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 8px;
    background-image: url(images/dropdown-caret.png);
    background-size: 11px 8px;
    vertical-align: middle;
    margin: 7px 0 0 15px;
    float: right;
}

.dropdown-filters .dropdown .dropdown-menu {
    border: 1px solid #c3c3c3;
    border-top: 0;
    border-radius: 0;
    margin: 0;
    right: 0;
    box-shadow: none;
    max-height: 270px;
    overflow-y: scroll;
    margin: 0 auto;
    -webkit-overflow-scrolling: touch;
    max-width: 200px;
}

@media screen and (min-width: 768px) {
    .dropdown-filters .dropdown .dropdown-menu {
        max-width: none;
    }
}

.mobile-verb {
    display: block;
    text-align: center;
    font-size: 32px;
    font-style: italic;
    font-weight: 300;
    margin: 10px;
}

@media screen and (min-width: 992px) {
    .mobile-verb {
        display: none;
    }
}

.place-upper>div.row {
    margin-left: 0px;
    margin-right: 0px;
}

.place-upper>div.row>div {
    padding-left: 0px;
    padding-right: 0px;
}

.place-upper .bubrank-gallery-wrap img {
    width: 100%;
    height: auto;
}

/* .touch .place-upper .burbank-map-wrap:before {
    content: '';
    display: block;
    background: rgba(240, 85, 35, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    bottom: 0;
} */

.touch .place-upper .burbank-map-wrap .maplockbtn {
    color: #fff;
    border: 2px solid #fff;
    padding: 5px 15px;
    display: inline-block;
    position: absolute;
    z-index: 99999;
    top: 50%;
    font-weight: 500;
    text-transform: uppercase;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/* .touch .place-upper .burbank-map-wrap .maplockbtn:before {
    content: 'Tap to View Map';
} */

.touch .place-upper .burbank-map-wrap.unlockMap:before {
    display: none;
}

.touch .place-upper .burbank-map-wrap.unlockMap .maplockbtn {
    background: #f05523;
    top: 0;
    left: 0;
    border: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.touch .place-upper .burbank-map-wrap.unlockMap .maplockbtn:before {
    content: 'x';
}

.single-burbank_place>main {
    padding: 20px 0;
}

.single-burbank_place>main>.container-fluid {
    max-width: 1180px;
}

.single-burbank_place h1.place-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    text-transform: uppercase;
}

/* map styling */

.burbank-map-wrap.place-type-archive-map {
    background: #f05523;
}

.burbank-map-wrap.no-gallery {
    padding-bottom: 30%;
    min-height: 233px !important;
}

/* end map styling */

.contact-list {
    margin: 20px 0;
}

@media (min-width: 750px) {
    .contact-list li {
        float: left;
        margin-right: 25px;
    }
}

.contact-list li a {
    color: #333333;
}

.contact-list li a i {
    color: #f05523;
    margin-right: 10px;
}

.contact-list li a:hover {
    text-decoration: none;
    color: #f05523;
}

.contact-list li a:before {
    content: '';
}

.contact-list li.directions a:before {
    background-image: url(images/map-icon.png);
    background-size: 22px 21px;
    width: 22px;
    height: 21px;
    display: inline-block;
    vertical-align: -4px;
    margin-right: 8px;
}

.contact-list li.phone a:before {
    background-image: url(images/phone-icon.png);
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 22px;
    height: 21px;
    display: inline-block;
    vertical-align: -2px;
    margin-right: 8px;
}

#place-tabs {
    padding-left: 45px;
    padding-right: 20px;
    /* overflow-y: scroll; */
    -webkit-overflow-scrolling: touch;
}

.tab-pane {
    min-height: 200px;
}

.scrolled {
    box-sizing: border-box;
    padding-right: 15px;
    overflow-x: hidden;
    padding-right: 10px !important;
}

@media screen and (max-width: 767px) {
    #place-tabs {
        padding-left: 15px;
    }
}

#place-tabs #info .hours {
    list-style: none;
    padding: 0;
    margin: 0;
}

#place-tabs #info .hours>li {
    font-size: 15px;
    padding: 7px 0;
}

#place-tabs #info .hours>li .day {
    display: inline-block;
    min-width: 50px;
}

#place-tabs #info .hours>li .hrs {
    display: inline-block;
}

#place-tabs .nav-tabs {
    /* position: absolute; */
    border-bottom: none;
    background: #fff;
    right: 15px;
    left: 0;
}

@media screen and (max-width: 767px) {
    #place-tabs .nav-tabs {
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    #place-tabs .nav-tabs>li {
        display: block;
        float: none;
    }
    #place-tabs .nav-tabs>li>a {
        padding-left: 0;
    }
}

#place-tabs .nav-tabs>li>a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.5em;
    margin: 0 30px 0 0;
    /* letter-spacing: 2px; */
    border-radius: 0;
    border: none;
    color: #373737;
    padding-bottom: 5px;
}

#place-tabs .nav-tabs>li>a:hover {
    background: none;
}

#place-tabs .nav-tabs>li:first-child>a {
    padding-left: 0;
}

#place-tabs .nav-tabs>li.active {
    margin-bottom: 0;
}

#place-tabs .nav-tabs>li.active>a {
    color: #f05523;
    border: none;
}

.place-copy {
    clear: both;
    margin-top: 20px;
}

.place-copy .get-tickets-btn {
    margin-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
}

.tab-content .tab-pane.active {
    padding: 20px 0 0;
}

@media screen and (max-width: 767px) {
    .tab-content .tab-pane.active>div.row {
        margin: 0;
    }
    .tab-content .tab-pane.active>div.row>div {
        padding: 0;
    }
}

.review-box .icon {
    width: 44px;
    height: 44px;
    display: inline-block;
    background: #f05523;
    vertical-align: middle;
}

.review-box .review-item {
    padding: 30px 0;
    font-size: 15px;
    max-width: 450px;
    line-height: 24px;
}

.review-box .btn,
.review-box .gform_wrapper .gform_button,
.gform_wrapper .review-box .gform_button {
    float: right;
    vertical-align: middle;
}

.avg-review-wrapper {
    display: inline-block;
    margin: 0 15px;
    vertical-align: middle;
}

.avg-review-wrapper>p {
    margin: 0;
    vertical-align: middle;
    text-transform: uppercase;
    display: inline-block;
}

.avg-review-wrapper>div {
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 1px 8px;
}

.review-rating {
    width: 85px;
    height: 19px;
    margin-bottom: 10px;
    background: #e9e9e9;
    position: relative;
}

.review-rating .rating-amount {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background: #f05523;
}

.place-content-col {
    padding-right: 50px;
}

.place-content .meta-wrapper {
    font-size: 14px;
    margin: 25px 0;
}

.yelp-skin .icon {
    background: url(images/yelp-logo.jpg) no-repeat left center;
}

.yelp-skin .review-rating {
    background: #fff;
}

.yelp-skin .review-rating .rating-amount {
    background: url(images/yelp-star.jpg) repeat-x left center;
}

.trip-advisor-skin .icon {
    width: 61px;
    height: 49px;
    background: url(images/trip-advisor-logo.jpg) no-repeat left center;
}

.trip-advisor-skin .review-rating {
    background: #fff;
}

.trip-advisor-skin .review-rating .rating-amount {
    background: url(images/trip-advisor-star.jpg) repeat-x left center;
}

.type-banner {
    position: relative;
}

.type-banner img {
    width: 100%;
    height: auto;
}

.type-banner .banner-image {
    background-position: center center;
    background-size: cover;
    display: none;
}

@media screen and (min-width: 768px) {
    .type-banner .banner-image {
        padding-bottom: 45%;
        display: block;
    }
}

@media screen and (min-width: 992px) {
    .type-banner .banner-image {
        padding-bottom: 27%;
    }
}

.type-banner .banner-image.mobile {
    padding-bottom: 65%;
    display: block;
}

@media screen and (min-width: 768px) {
    .type-banner .banner-image.mobile {
        display: none;
    }
}

.filmed_at.showing,
.place-archive-item.showing,
.blog #posts-wrap article.showing {
    display: block;
}

@media screen and (min-width: 992px) {
    .filmed_at.showing.clear-row,
    .place-archive-item.showing.clear-row,
    .blog #posts-wrap article.showing.clear-row {
        clear: both;
    }
}

@media screen and (max-width: 991px) {
    .filmed_at.showing.clear-row-sm,
    .place-archive-item.showing.clear-row-sm,
    .blog #posts-wrap article.showing.clear-row-sm {
        clear: both;
    }
}

.filmed_at .mobile-btns,
.place-archive-item .mobile-btns,
.blog #posts-wrap article .mobile-btns {
    display: block;
    margin-bottom: 50px;
}

.filmed_at .mobile-btns .btn,
.filmed_at .mobile-btns .gform_wrapper .gform_button,
.gform_wrapper .filmed_at .mobile-btns .gform_button,
.place-archive-item .mobile-btns .btn,
.place-archive-item .mobile-btns .gform_wrapper .gform_button,
.gform_wrapper .place-archive-item .mobile-btns .gform_button,
.blog #posts-wrap article .mobile-btns .btn,
.blog #posts-wrap article .mobile-btns .gform_wrapper .gform_button,
.gform_wrapper .blog #posts-wrap article .mobile-btns .gform_button {
    min-width: 170px;
    margin: 5px 0;
}

@media screen and (min-width: 1028px) {
    .filmed_at .mobile-btns,
    .place-archive-item .mobile-btns,
    .blog #posts-wrap article .mobile-btns {
        display: none;
    }
}

.filmed_at .thumbnail-wrapper,
.place-archive-item .thumbnail-wrapper,
.blog #posts-wrap article .thumbnail-wrapper {
    position: relative;
}

.filmed_at .thumbnail-wrapper.loading:before,
.place-archive-item .thumbnail-wrapper.loading:before,
.blog #posts-wrap article .thumbnail-wrapper.loading:before {
    content: '';
    display: block;
    padding: 0 0 100%;
    background: #f3f3f3;
}

.filmed_at .thumbnail-wrapper.loading:after,
.place-archive-item .thumbnail-wrapper.loading:after,
.blog #posts-wrap article .thumbnail-wrapper.loading:after {
    content: '';
    height: 24px;
    width: 24px;
    background-image: url(images/thumb-loader.gif);
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -12px;
    margin-top: -12px;
    z-index: 1;
}

.filmed_at .thumbnail-wrapper.loading img,
.place-archive-item .thumbnail-wrapper.loading img,
.blog #posts-wrap article .thumbnail-wrapper.loading img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
}

.filmed_at .thumbnail-wrapper .btn-wrapper,
.place-archive-item .thumbnail-wrapper .btn-wrapper,
.blog #posts-wrap article .thumbnail-wrapper .btn-wrapper {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; 
    display: none;
    /* IE 8 */
    -ms-transition: -ms-filter 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    /* Netscape */
    -moz-transition: -moz-opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    /* Safari 1.x */
    -khtml-transition: -khtml-opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    /* Good browsers */
    transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    opacity: 0;
    filter: alpha(opacity=0);
}

@media screen and (min-width: 1028px) {
    .filmed_at .thumbnail-wrapper .btn-wrapper,
    .place-archive-item .thumbnail-wrapper .btn-wrapper,
    .blog #posts-wrap article .thumbnail-wrapper .btn-wrapper {
        display: block;
    }
}

.filmed_at .thumbnail-wrapper .btn-wrapper .inner,
.place-archive-item .thumbnail-wrapper .btn-wrapper .inner,
.blog #posts-wrap article .thumbnail-wrapper .btn-wrapper .inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateZ(0) translateY(-50%);
    -moz-transform: translateZ(0) translateY(-50%);
    -ms-transform: translateZ(0) translateY(-50%);
    -o-transform: translateZ(0) translateY(-50%);
    transform: translateZ(0) translateY(-50%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

.filmed_at .thumbnail-wrapper .btn-wrapper .inner>a,
.place-archive-item .thumbnail-wrapper .btn-wrapper .inner>a,
.blog #posts-wrap article .thumbnail-wrapper .btn-wrapper .inner>a {
    text-transform: uppercase;
    text-decoration: none;
}

.filmed_at .thumbnail-wrapper .btn-wrapper .inner>a:hover,
.place-archive-item .thumbnail-wrapper .btn-wrapper .inner>a:hover,
.blog #posts-wrap article .thumbnail-wrapper .btn-wrapper .inner>a:hover {
    color: #fff;
}

.filmed_at .thumbnail-wrapper:hover .btn-wrapper,
.place-archive-item .thumbnail-wrapper:hover .btn-wrapper,
.blog #posts-wrap article .thumbnail-wrapper:hover .btn-wrapper {
    opacity: 1;
    filter: alpha(opacity=100);
}

.filmed_at>div img,
.place-archive-item>div img,
.blog #posts-wrap article>div img {
    width: 100%;
    height: auto;
}

.filmed_at .btn,
.filmed_at .gform_wrapper .gform_button,
.gform_wrapper .filmed_at .gform_button {
    min-width: 0 !important;
}

.package-item {
    margin-bottom: 50px;
}

.package-item h2 {
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 0;
}

.package-item .btn,
.package-item .gform_wrapper .gform_button,
.gform_wrapper .package-item .gform_button {
    position: relative;
    bottom: -20px;
}

.package-item .package-meta {
    border: 1px solid #cccccc;
    border-top: 0;
    padding: 25px 15px 0;
}

@media screen and (min-width: 768px) {
    .package-item:nth-child(2n+3) {
        clear: both;
    }
}

@media screen and (max-width: 767px) {
    .page-meetings .filter-wrapper,
    .post-type-archive .filter-wrapper {
        margin-bottom: 50px;
    }
}

.place-landing-page>main>.container-fluid {
    max-width: none;
}

.place-landing-page h1 {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 6px;
    text-transform: uppercase;
    display: none;
    margin: 50px 0 35px;
}

@media screen and (min-width: 768px) {
    .place-landing-page h1 {
        font-size: 50px;
    }
}

.sub-type-box {
    position: relative;
    margin: 0 0 15px;
}

.sub-type-box .banner-image {
    background-position: center center;
    background-size: cover;
    display: none;
    padding-bottom: 45%;
}

@media screen and (min-width: 1130px) {
    .sub-type-box .banner-image {
        padding-bottom: 40%;
        margin-left: 0;
        margin-right: 0;
        display: block;
    }
}

@media screen and (min-width: 768px) and (max-width: 1129px) {
    .sub-type-box .banner-image {
        margin-left: 45%;
    }
}

.sub-type-box .banner-image.mobile {
    padding-bottom: 65%;
    display: block;
}

@media screen and (min-width: 1130px) {
    .sub-type-box .banner-image.mobile {
        display: none;
    }
}

.sub-type-box.right-side .banner-image {
    margin-right: 0;
}

@media screen and (min-width: 768px) {
    .sub-type-box.right-side .banner-image {
        margin-right: 45%;
        margin-left: 0;
    }
}

@media screen and (min-width: 1130px) {
    .sub-type-box.right-side .banner-image {
        margin-right: 0;
    }
}

.sub-type-box .type-info {
    position: relative;
    background: #fff;
    padding: 25px 15px;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .sub-type-box .type-info {
        padding: 0 15px;
        position: absolute;
        left: 0;
        bottom: auto;
        width: 45%;
        max-width: none;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 1130px) {
    .sub-type-box .type-info {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 50px;
        max-width: 530px;
        width: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        top: auto;
    }
}

.sub-type-box .type-info .type-icon {
    background-position: center bottom;
    background-repeat: no-repeat;
    display: none;
}

.sub-type-box .type-info .type-icon-placeholder {
    display: inline-block;
}

.sub-type-box .type-info h2 {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .sub-type-box .type-info h2 {
        font-size: 22px;
    }
}

@media screen and (min-width: 992px) {
    .sub-type-box .type-info h2 {
        font-size: 30px;
    }
}

.sub-type-box .type-info .btn,
.sub-type-box .type-info .gform_wrapper .gform_button,
.gform_wrapper .sub-type-box .type-info .gform_button {
    margin: 15px 0 0;
}

.sub-type-box .type-info>img {
    max-height: 35px;
    width: auto;
}

.sub-type-box.right-side .type-info {
    right: 0;
    left: auto;
}

.page-template-filmed-at-template main>.container-fluid {
    max-width: 1150px;
}

.page-template-filmed-at-template main .page-title {
    display: none;
}

.page-template-filmed-at-template .map-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    min-height: 400px;
}
.page-template-filmed-at-template .filmed_at address {
    font-size: 13px;
    text-align: left;
    font-family: avenir;
    font-weight: 300;
    margin: 0 0 10px;
    line-height: 3;
}
@media screen and (min-width: 992px) {
    .page-template-filmed-at-template .map-wrapper>div {
        /* height: 100%; */
    }
    .page-template-filmed-at-template .map-wrapper .map--selected--area {}
    .page-template-filmed-at-template .filmed_at .reviews {
        margin: 15px 0 0;
    }
    .page-template-filmed-at-template .filmed_at .reviews>a {
        display: inline-block;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 36px;
        height: 36px;
    }
    .page-template-filmed-at-template .filmed_at .reviews>a.rt {
        background-image: url(images/rt.png);
    }
    .page-template-filmed-at-template .filmed_at .reviews>a.imdb {
        background-image: url(images/imdb.png);
    }
    .page-template-filmed-at-template .filmed_at .place-address {
        margin: 0 !important;
    }
    }
    @media screen and (min-width: 768px) {
        .page-template-filmed-at-template .filmed_at.clear-row {
            clear: both;
        }
    }
    @media screen and (max-width: 767px) {
        .page-template-filmed-at-template .filmed_at.clear-row-sm {
            clear: both;
        }
    }
    .page-template-filmed-at-template .see-more {
        padding-bottom: 60px;
    }
    .page-template-filmed-at-template .see-more img {
        max-width: 100%;
    }
    .page-template-filmed-at-template .see-more h4 {
        color: #f05523;
        font-size: 20px;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 15px 0 5px;
    }
    .page-template-filmed-at-template .see-more p {
        font-size: 15px;
        font-weight: 300;
        text-align: center;
    }
    .page-template-filmed-at-template .section-title {
        position: relative;
        text-align: center;
        margin: 100px 0 50px;
    }
    .page-template-filmed-at-template .section-title:after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        height: 1px;
        background: #a1a1a1;
        z-index: -1;
        left: 0;
        right: 0;
    }
    .page-template-filmed-at-template .section-title h3 {
        position: relative;
        margin: 0;
        display: inline-block;
        background: #fff;
        padding: 10px 25px;
        color: #f05523;
        text-transform: uppercase;
        font-size: 32px;
        z-index: 9999;
        letter-spacing: 1px;
    }
    .page-template-filmed-at-template .filter-bar {
        background: #2e2e2e;
        padding: 5px 15px;
        margin: 0 0 0;
        z-index: 2;
        position: relative;
    }
    @media screen and (max-width: 991px) {
        .page-template-filmed-at-template .filter-bar {
            margin: 0 0 25px;
        }
    }
    .page-template-filmed-at-template .filter-bar .helper-text {
        font-size: 15px;
        font-style: italic;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
    }
    .page-template-filmed-at-template .filter-bar ul {
        margin: 0;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
    }
    .page-template-filmed-at-template .filter-bar ul>li {
        display: inline-block;
        padding: 0 15px;
        margin: 0;
        position: relative;
    }
    .page-template-filmed-at-template .filter-bar ul>li:after {
        content: '';
        height: 14px;
        width: 1px;
        background: #fff;
        position: absolute;
        right: -1px;
        top: 50%;
        margin-top: -7px;
    }
    .page-template-filmed-at-template .filter-bar ul>li>a {
        color: #fff;
        font-size: 22px;
        text-transform: uppercase;
        text-decoration: none;
        position: relative;
    }
    .page-template-filmed-at-template .filter-bar ul>li>a:hover {
        color: #f05523;
    }
    .page-template-filmed-at-template .filter-bar ul>li.active>a {
        color: #f05523;
    }
    .page-template-filmed-at-template .filter-bar ul>li.active>a:after {
        content: '';
        height: 5px;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: #f05523;
        margin-top: 7px;
    }
    .page-template-filmed-at-template .filter-bar ul>li:last-child:after {
        content: none;
        display: none;
    }
    .b-version.home .hero-wrapper {
        position: relative;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
        background: #6FB8D7;
        overflow: hidden;
    }
    .b-version.home .hero-wrapper .hero-bg {
        /*background-size: cover;
				background-position: center center;
				background-image: url(images/b-home/hero-bg.jpg);
				padding: 0 0 44%;
				position: relative;
				
				@include transition(transform ease 20s);
				
				
				*/
        background-image: url(//d2k7mq2r9b5utb.cloudfront.net/burbank-home-hero-poster.jpg);
        background-size: cover;
        background-position: center center;
    }
    @media screen and (max-width: 991px) {
        .b-version.home .hero-wrapper .hero-bg {
            padding: 0;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            position: relative;
        }
    }
    .b-version.home .hero-wrapper>h1 {
        text-indent: -9999px;
        overflow: hidden;
        position: absolute;
        background-image: url(images/b-home/see-the-bigger-picture.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right center;
        right: 110px;
        left: 44vw;
        height: 18vw;
        margin: 0;
        z-index: 9999;
        top: 5vw;
        -webkit-transform: translateY(25px);
        -moz-transform: translateY(25px);
        -ms-transform: translateY(25px);
        -o-transform: translateY(25px);
        transform: translateY(25px);
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    @media screen and (max-width: 991px) {
        .b-version.home .hero-wrapper>h1 {
            left: 25px;
            right: 25px;
            height: 30vw;
            background-position: center center;
        }
    }
    @media screen and (max-width: 991px) {
        .b-version.home .hero-wrapper .hero-video {
            display: none;
        }
    }
    .b-version.home .hero-wrapper .hero-caption {
        position: absolute;
        left: 44vw;
        right: 110px;
        top: 25vw;
        padding: 0 25px;
        color: #fff;
        font-size: 17px;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 1.8s ease;
        -o-transition: all 1.8s ease;
        transition: all 1.8s ease;
        -webkit-transform: translateY(25px);
        -moz-transform: translateY(25px);
        -ms-transform: translateY(25px);
        -o-transform: translateY(25px);
        transform: translateY(25px);
    }
    @media screen and (max-width: 991px) {
        .b-version.home .hero-wrapper .hero-caption {
            left: 5px;
            right: 5px;
            top: 0;
            padding: 45vw 15px 28vw;
            position: relative;
        }
    }
    .b-version.home .hero-wrapper {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .b-version.home .hero-wrapper>h1 {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    .b-version.home .hero-wrapper .hero-caption {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    .b-version .video-section>div {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
    }
    .b-version .video-section>div:nth-child(odd) {
        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }
    .b-version .video-section>div:nth-child(even) {
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    @media screen and (max-width: 991px) {
        .b-version .video-section>div {
            margin-bottom: 50px;
        }
    }
    .b-version .video-section.showing>div {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .b-version .video-section .title-wrapper {
        position: relative;
    }
    .b-version .video-section .title-wrapper .type-icon,
    .b-version .video-section .title-wrapper canvas {
        position: absolute;
        top: -29%;
        left: 50%;
        margin-left: 23%;
        z-index: 0;
        width: 19% !important;
        height: auto !important;
        -webkit-transform: rotate(-12deg);
        -moz-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        -o-transform: rotate(-12deg);
        transform: rotate(-12deg);
        padding: 0 0 18%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .b-version .video-section .title-wrapper canvas {
        padding: 0 !important;
    }
    .b-version .video-section .title-wrapper img {
        height: auto;
        position: absolute;
        top: -29%;
        left: 50%;
        margin-left: 23%;
        z-index: 0;
        width: 16%;
    }
    .b-version .video-section h2 {
        text-indent: -9999px;
        overflow: hidden;
        display: block;
        margin: 0;
        background-image: url(images/b-home/be-a-part-of-the-action.svg);
        padding: 0 0 16%;
        position: relative;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        margin-top: 50px;
        z-index: 5;
    }
    .b-version .video-section p {
        font-size: 17px;
        display: block;
        padding: 25px 40px 0 70px;
    }
    @media screen and (max-width: 1250px) {
        .b-version .video-section p {
            padding: 35px 25px 0;
        }
    }
    .b-version .video-section .video-hero {
        background-image: url(images/b-home/video-bg.jpg);
    }
    .b-version .video-section .video-hero .caption {
        left: 10%;
        right: 72%;
    }
    .b-version .video-section .video-hero .caption>img {
        position: relative;
        top: -15px;
    }
    .b-version .video-section .video-hero .caption>span {
        text-indent: -9999px;
        overflow: hidden;
        display: block;
        background-image: url(images/b-home/play-video.svg);
        background-size: contain;
        background-position: center center;
        padding: 0 0 50%;
        background-repeat: no-repeat;
    }
    .b-version .category-section>div {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
    }
    .b-version .category-section>div:nth-child(odd) {
        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }
    .b-version .category-section>div:nth-child(even) {
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    @media screen and (max-width: 991px) {
        .b-version .category-section>div {
            margin-bottom: 50px;
        }
    }
    @media screen and (min-width: 1070px) {
        .b-version .category-section {
            display: table;
            table-layout: fixed;
        }
        .b-version .category-section>div {
            display: table-cell;
            float: none;
            vertical-align: middle;
        }
    }
    .b-version .category-section.showing>div {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .b-version .category-section .title-wrapper {
        position: relative;
    }
    .b-version .category-section .title-wrapper img {
        height: auto;
        position: absolute;
        left: 50%;
        width: 16%;
        z-index: 0;
        top: -55%;
        margin-left: 22%;
    }
    .b-version .category-section .title-wrapper .type-icon,
    .b-version .category-section .title-wrapper canvas {
        height: auto !important;
        position: absolute;
        left: 50%;
        width: 19% !important;
        z-index: 0;
        top: -57%;
        margin-left: 23%;
        -webkit-transform: rotate(-12deg);
        -moz-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        -o-transform: rotate(-12deg);
        transform: rotate(-12deg);
        padding: 0 0 20%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .b-version .category-section .title-wrapper canvas {
        padding: 0 !important;
    }
    .b-version .category-section h2 {
        text-indent: -9999px;
        overflow: hidden;
        display: block;
        margin: 0;
        background-image: url(images/b-home/go-behind-the-scenes.svg);
        padding: 0 0 15%;
        position: relative;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        margin-top: 50px;
        z-index: 10;
    }
    .b-version .category-section p {
        font-size: 17px;
        display: block;
        padding: 25px 60px 0 40px;
    }
    @media screen and (max-width: 1050px) {
        .b-version .category-section p {
            padding: 35px 25px 0;
        }
    }
    .b-version .category-section .img {
        background-image: url(images/b-home/behind-the-scenes.jpg);
        background-size: cover;
        padding: 0 0 64%;
    }
    .b-version .whats-your-scene h3 {
        text-indent: -9999px;
        overflow: hidden;
        display: block;
        background-image: url(images/b-home/whats-your-scene.svg);
        padding: 0 0 12%;
        position: relative;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        margin: 0;
    }
    .b-version .hotels-events>div {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
    }
    .b-version .hotels-events>div:nth-child(odd) {
        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }
    .b-version .hotels-events>div:nth-child(even) {
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    .b-version .hotels-events.showing>div {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .b-version .hotels-events .title-wrapper {
        position: relative;
    }
    .b-version .hotels-events .title-wrapper img {
        height: auto;
        position: absolute;
        top: -32%;
        left: 50%;
        z-index: 0;
        width: 8%;
        margin-left: 20%;
    }
    .b-version .hotels-events h2 {
        text-indent: -9999px;
        overflow: hidden;
        display: block;
        margin: 0;
        background-image: url(images/b-home/unwind-at-our-hotels.svg);
        padding: 0 0 10%;
        position: relative;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        margin-top: 50px;
    }
    .b-version .hotels-events #aresWidget2 {
        margin-top: 40px;
    }
    .b-version .hotels-events #aresWidget2 #aresBg {
        display: none !important;
    }
    .b-version .hotels-events #aresWidget2 #aresGradient {
        display: none !important;
    }
    .b-version .hotels-events #aresWidget2 h2 {
        display: none !important;
    }
    .b-version .hotels-events #aresWidget2 #aresTabs>li>a {
        background: #f05523 !important;
        color: #fff !important;
        text-transform: uppercase;
        font-size: 12px;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
    .b-version .hotels-events #aresWidget2 #aresTabs>li>a:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .b-version .hotels-events #aresWidget2 #aresTabs>li.active>a {
        background: #f05523 !important;
        opacity: 1;
        filter: alpha(opacity=100);
        color: #fff !important;
    }
    .b-version .hotels-events .event-list-wrap {
        position: relative;
    }
    .b-version .hotels-events .event-list-wrap>h3 {
        position: absolute;
        top: 25px;
        left: 60px;
        color: #fff;
        margin: 0;
        text-transform: uppercase;
        font-size: 43px;
        z-index: 99;
        border-bottom: 2px solid #fff;
        font-weight: 800;
    }
    @media screen and (max-width: 991px) {
        .b-version .hotels-events .event-list-wrap>h3 {
            font-size: 36px;
            left: 60px;
        }
    }
    .b-version .hotels-events .event-list-wrap .lSAction>a {
        background-color: #f05523;
        background-image: none;
        width: 40px;
        height: 60px;
    }
    .b-version .hotels-events .event-list-wrap .lSAction>a:before {
        content: '';
        background-image: url(images/b-home/arrow.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        position: absolute;
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
    }
    .b-version .hotels-events .event-list-wrap .lSAction>a.lSPrev {
        left: 0;
    }
    .b-version .hotels-events .event-list-wrap .lSAction>a.lSPrev:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .b-version .hotels-events .event-list-wrap .lSAction>a.lSNext {
        right: 0;
    }
    .b-version .hotels-events .event-list-wrap ul {
        display: block;
        padding: 0;
        margin: 0;
    }
    .b-version .hotels-events .event-list-wrap ul>li {
        padding: 0;
        margin: 0;
    }
    .b-version .hotels-events .event-list-wrap ul>li>div {
        position: relative;
        padding: 0 0 65%;
        display: block;
        margin: 0;
        background-size: cover;
    }
    .b-version .hotels-events .event-list-wrap ul>li>div>.content {
        position: absolute;
        left: 60px;
        top: 80px;
        right: 60px;
        bottom: 40px;
    }
    .b-version .hotels-events .event-list-wrap ul>li>div>.content>.date {
        font-weight: 800;
        text-transform: uppercase;
        color: #fff;
        font-size: 22px;
    }
    .b-version .hotels-events .event-list-wrap ul>li>div>.content>.title {
        color: #fff;
        font-size: 22px;
        text-transform: uppercase;
        max-width: 280px;
    }
    .b-version .hotels-events .event-list-wrap ul>li>div>.content .btn,
    .b-version .hotels-events .event-list-wrap ul>li>div>.content .gform_wrapper .gform_button,
    .gform_wrapper .b-version .hotels-events .event-list-wrap ul>li>div>.content .gform_button {
        margin-top: 15px;
    }
    @media screen and (max-width: 991px) {
        .b-version .hotels-events .event-list-wrap ul>li>div>.content {
            left: 60px;
            right: 60px;
        }
        .b-version .hotels-events .event-list-wrap ul>li>div>.content>.date {
            font-size: 18px;
        }
        .b-version .hotels-events .event-list-wrap ul>li>div>.content>.title {
            font-size: 16px;
        }
    }
    .banner {
        width: 100%;
    }
    .banner img {
        width: 100%;
        height: auto;
    }
    .tab-navigation {
        border-bottom: 10px solid #e0e31a;
        background: #f05523;
    }
    .tab-menu {
        margin: 0 auto;
        width: 152px;
    }
    .tab-menu:hover {
        cursor: pointer;
    }
    .tab-menu * {
        display: inline-block;
    }
    .tab-menu p {
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .tab-menu img {
        margin-left: 15px;
        margin-top: -5px;
        width: 20px;
        height: auto;
    }
    .tab-top-bar {
        text-align: right;
        padding: 10px 50px;
    }
    .tab-top-bar img {
        width: 18px;
    }
    .tab-top-bar img:hover {
        cursor: pointer;
    }
    .about-info {
        background: #f05523;
        color: #fff;
        border-bottom: 0;
        /*width: 1108px;*/
        margin: 0 auto;
    }
    .about-info > li {
            margin-bottom: 0;
            /* padding: 0 37px; */
            width: 20%;
    }
 .about-info > li > a {
	color: #fff;
	background: #f05523;
	border-radius: 0;
	border: none;
	margin-right: 0;
	text-transform: uppercase;
	/* padding: 10px 40px; */
	font-weight: 500;
	display: inline-block;
	font-size: 23px;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
    .about-info>li>a:hover,
    .about-info>li>a:focus {
        background-color: #e0e31a;
        border: none;
        border-radius: 0;
        color: #f05523;
        -webkit-transition: .2s all;
        transition: .2s all;
    }
    .about-info>li.active>a,
    .about-info>li.active>a:hover,
    .about-info>li.active>a:focus {
        background-color: #e0e31a;
        border: none;
        border-radius: 0;
        color: #f05523;
    }
    .page-template-about>main>.container-fluid {
        max-width: 800px;
        margin-bottom: 100px;
    }
    .page-template-about .content-wrap>div h2 {
        text-transform: uppercase;
        font-size: 30px;
        margin: 25px 0;
        font-weight: 300;
        letter-spacing: 2px;
    }
    .page-template-about .content-wrap>div .btn,
    .page-template-about .content-wrap>div .gform_wrapper .gform_button,
    .gform_wrapper .page-template-about .content-wrap>div .gform_button {
        margin: 15px 5px 0;
    }
    @media (max-width: 1250px) {
/*        .about-info {
            width: 1000px;
        }
        .about-info>li>a {
            font-size: 14px;
        }*/
    }
    @media (max-width: 1130px) {
/*        .about-info {
            width: 897px;
        }
        .about-info>li>a {
            font-size: 13px;
            padding: 10px 20px;
        }*/
    }
    @media (max-width: 1024px) {
        .tab-navigation {
            border: none;
        }
/*        .about-info {
            width: 100%;
            text-align: center;
            padding: 10px 0;
        }
        .about-info>li>a {
            font-size: 20px;
            font-weight: 700;
            font-family: "Avenir W02", Helvetica, Arial, sans-serif;
        }*/
    }
    .guides .column {
        width: 49%;
        display: inline-block;
        text-align: center;
    }
    .guides .column h3 {
        font-size: 21px;
        text-transform: uppercase;
    }
    @media (max-width: 800px) {
        .guides .column {
            width: 100%;
            margin-bottom: 50px;
        }
    }
    .description-row {
	border-top: 2px solid #eeeeee;
	padding: 40px 0;
}
    .description-row .col-sm-6 {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    @media (max-width: 768px) {
        .single-burbank_place .description-row .col-sm-6 {
            padding-top: 0;
            padding-bottom: 0;
        }
        .single-burbank_place .description-row .col-sm-6:last-child {
            padding-bottom: 35px;
        }
        .single-burbank_place .description-row .col-sm-6:first-child {
            padding-top: 35px;
        }
    }