/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

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

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

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

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

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

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

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

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

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

.fa-ul>li {
    position: relative
}

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

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

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

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
    color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-hacker-news:before {
    content: "\f1d4"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mejs-offscreen {
    position: absolute !important;
    top: -10000px;
    left: -10000px;
    overflow: hidden;
    width: 1px;
    height: 1px
}

.mejs-container {
    position: relative;
    background: #000;
    font-family: Helvetica, Arial;
    text-align: left;
    vertical-align: top;
    text-indent: 0
}

.me-plugin {
    position: absolute
}

.mejs-embed,.mejs-embed body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden
}

.mejs-fullscreen {
    overflow: hidden !important
}

.mejs-container-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1000
}

.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video {
    width: 100%;
    height: 100%
}

.mejs-clear {
    clear: both
}

.mejs-background {
    position: absolute;
    top: 0;
    left: 0
}

.mejs-mediaelement {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mejs-poster {
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

:root .mejs-poster img {
    display: none
}

.mejs-poster img {
    border: 0;
    padding: 0;
    border: 0
}

.mejs-overlay {
    position: absolute;
    top: 0;
    left: 0
}

.mejs-overlay-play {
    cursor: pointer
}

.mejs-overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    background: url(bigplay.svg) no-repeat
}

.no-svg .mejs-overlay-button {
    background-image: url(bigplay.png)
}

.mejs-overlay:hover .mejs-overlay-button {
    background-position: 0 -100px
}

.mejs-overlay-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: #333;
    background: url(background.png);
    background: rgba(0,0,0,0.9);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.9)), to(rgba(0,0,0,0.9)));
    background: -webkit-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
    background: -moz-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
    background: -o-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
    background: -ms-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
    background: linear-gradient(rgba(50,50,50,0.9),rgba(0,0,0,0.9))
}

.mejs-overlay-loading span {
    display: block;
    width: 80px;
    height: 80px;
    background: transparent url(loading.gif) 50% 50% no-repeat
}

.mejs-container .mejs-controls {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    background: url(background.png);
    background: rgba(0,0,0,0.7);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
    background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
    background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
    background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
    background: linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));
    height: 30px;
    width: 100%
}

.mejs-container .mejs-controls div {
    list-style-type: none;
    background-image: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 26px;
    height: 26px;
    font-size: 11px;
    line-height: 11px;
    font-family: Helvetica, Arial;
    border: 0
}

.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 7px 5px;
    padding: 0;
    position: absolute;
    height: 16px;
    width: 16px;
    border: 0;
    background: transparent url(controls.svg) no-repeat
}

.no-svg .mejs-controls .mejs-button button {
    background-image: url(controls.png)
}

.mejs-controls .mejs-button button:focus {
    outline: dotted 1px #999
}

.mejs-container .mejs-controls .mejs-time {
    color: #fff;
    display: block;
    height: 17px;
    width: auto;
    padding: 10px 3px 0 3px;
    overflow: hidden;
    text-align: center;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.mejs-container .mejs-controls .mejs-time a {
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    display: block;
    float: left;
    margin: 1px 2px 0 0;
    width: auto
}

.mejs-controls .mejs-play button {
    background-position: 0 0
}

.mejs-controls .mejs-pause button {
    background-position: 0 -16px
}

.mejs-controls .mejs-stop button {
    background-position: -112px 0
}

.mejs-controls div.mejs-time-rail {
    direction: ltr;
    width: 200px;
    padding-top: 5px
}

.mejs-controls .mejs-time-rail span,.mejs-controls .mejs-time-rail a {
    display: block;
    position: absolute;
    width: 180px;
    height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 5px;
    background: #333;
    background: rgba(50,50,50,0.8);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
    background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8))
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
    width: 100%;
    background-image: -o-linear-gradient(-45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255,255,255,0.15) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
    -webkit-animation: buffering-stripes 2s linear infinite;
    -moz-animation: buffering-stripes 2s linear infinite;
    -ms-animation: buffering-stripes 2s linear infinite;
    -o-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite
}

@-webkit-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@-moz-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@-ms-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@-o-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #3caac8;
    background: rgba(60,170,200,0.8);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44,124,145,0.8)), to(rgba(78,183,212,0.8)));
    background: -webkit-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
    background: -moz-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
    background: -o-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
    background: -ms-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
    background: linear-gradient(rgba(44,124,145,0.8),rgba(78,183,212,0.8));
    width: 0
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #fff;
    background: rgba(255,255,255,0.8);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
    background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
    background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
    background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
    background: linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8));
    width: 0
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
    position: absolute;
    margin: 0;
    width: 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: solid 2px #333;
    top: -2px;
    text-align: center
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    display: none;
    background: #eee;
    width: 36px;
    height: 17px;
    border: solid 1px #333;
    top: -26px;
    margin-left: -18px;
    text-align: center;
    color: #111
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
    margin: 2px;
    width: 30px;
    display: block;
    text-align: center;
    left: 0
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border: solid 5px #eee;
    border-color: #eee transparent transparent transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: 15px;
    left: 13px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
    width: 48px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
    width: 44px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    left: 18px
}

.mejs-controls .mejs-fullscreen-button button {
    background-position: -32px 0
}

.mejs-controls .mejs-unfullscreen button {
    background-position: -32px -16px
}

.mejs-controls .mejs-mute button {
    background-position: -16px -16px
}

.mejs-controls .mejs-unmute button {
    background-position: -16px 0
}

.mejs-controls .mejs-volume-button {
    position: relative
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
    display: none;
    height: 115px;
    width: 25px;
    background: url(background.png);
    background: rgba(50,50,50,0.7);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: -115px;
    left: 0;
    z-index: 1;
    position: absolute;
    margin: 0
}

.mejs-controls .mejs-volume-button:hover {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: #ddd;
    background: rgba(255,255,255,0.5);
    margin: 0
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: #ddd;
    background: rgba(255,255,255,0.9);
    margin: 0
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    position: absolute;
    left: 4px;
    top: -3px;
    width: 16px;
    height: 6px;
    background: #ddd;
    background: rgba(255,255,255,0.9);
    cursor: N-resize;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin: 0
}

.mejs-controls a.mejs-horizontal-volume-slider {
    height: 26px;
    width: 56px;
    position: relative;
    display: block;
    float: left;
    vertical-align: middle
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #333;
    background: rgba(50,50,50,0.8);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
    background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
    background: linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8))
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    background: rgba(255,255,255,0.8);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
    background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
    background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
    background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
    background: linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8))
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none
}

.mejs-controls .mejs-captions-button {
    position: relative
}

.mejs-controls .mejs-captions-button button {
    background-position: -48px 0
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -51px;
    width: 85px;
    height: 100px;
    background: url(background.png);
    background: rgba(50,50,50,0.7);
    border: solid 1px transparent;
    padding: 10px 10px 0 10px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
    margin: 0 0 6px 0;
    padding: 0;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
    width: 55px;
    float: left;
    padding: 4px 0 0 0;
    line-height: 15px;
    font-family: helvetica, arial;
    font-size: 10px
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
    font-size: 10px;
    margin: 0 0 5px 0
}

.mejs-chapters {
    position: absolute;
    top: 0;
    left: 0;
    -xborder-right: solid 1px #fff;
    width: 10000px;
    z-index: 1
}

.mejs-chapters .mejs-chapter {
    position: absolute;
    float: left;
    background: #222;
    background: rgba(0,0,0,0.7);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
    background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
    background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
    background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
    background: linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
    overflow: hidden;
    border: 0
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
    font-size: 11px;
    color: #fff;
    padding: 5px;
    display: block;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    cursor: pointer
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
    border-right: none
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
    background: #666;
    background: rgba(102,102,102,0.7);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102,102,102,0.7)), to(rgba(50,50,50,0.6)));
    background: -webkit-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
    background: -moz-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
    background: -o-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
    background: -ms-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
    background: linear-gradient(rgba(102,102,102,0.7),rgba(50,50,50,0.6));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232)
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
    font-size: 12px;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 0 3px 0;
    line-height: 12px
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
    font-size: 12px;
    line-height: 12px;
    margin: 3px 0 4px 0;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis
}

.mejs-captions-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #fff
}

.mejs-captions-layer a {
    color: #fff;
    text-decoration: underline
}

.mejs-captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: normal
}

.mejs-captions-position {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0
}

.mejs-captions-position-hover {
    bottom: 35px
}

.mejs-captions-text {
    padding: 3px 5px;
    background: url(background.png);
    background: rgba(20,20,20,0.5);
    white-space: pre-wrap
}

.me-cannotplay a {
    color: #fff;
    font-weight: bold
}

.me-cannotplay span {
    padding: 15px;
    display: block
}

.mejs-controls .mejs-loop-off button {
    background-position: -64px -16px
}

.mejs-controls .mejs-loop-on button {
    background-position: -64px 0
}

.mejs-controls .mejs-backlight-off button {
    background-position: -80px -16px
}

.mejs-controls .mejs-backlight-on button {
    background-position: -80px 0
}

.mejs-controls .mejs-picturecontrols-button {
    background-position: -96px 0
}

.mejs-contextmenu {
    position: absolute;
    width: 150px;
    padding: 10px;
    border-radius: 4px;
    top: 0;
    left: 0;
    background: #fff;
    border: solid 1px #999;
    z-index: 1001
}

.mejs-contextmenu .mejs-contextmenu-separator {
    height: 1px;
    font-size: 0;
    margin: 5px 6px;
    background: #333
}

.mejs-contextmenu .mejs-contextmenu-item {
    font-family: Helvetica, Arial;
    font-size: 12px;
    padding: 4px 6px;
    cursor: pointer;
    color: #333
}

.mejs-contextmenu .mejs-contextmenu-item:hover {
    background: #2C7C91;
    color: #fff
}

.mejs-controls .mejs-sourcechooser-button {
    position: relative
}

.mejs-controls .mejs-sourcechooser-button button {
    background-position: -128px 0
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -10px;
    width: 130px;
    height: 100px;
    background: url(background.png);
    background: rgba(50,50,50,0.7);
    border: solid 1px transparent;
    padding: 10px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
    margin: 0 0 6px 0;
    padding: 0;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
    width: 100px;
    float: left;
    padding: 4px 0 0 0;
    line-height: 15px;
    font-family: helvetica, arial;
    font-size: 10px
}

.mejs-postroll-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(background.png);
    background: rgba(50,50,50,0.7);
    z-index: 1000;
    overflow: hidden
}

.mejs-postroll-layer-content {
    width: 100%;
    height: 100%
}

.mejs-postroll-close {
    position: absolute;
    right: 0;
    top: 0;
    background: url(background.png);
    background: rgba(50,50,50,0.7);
    color: #fff;
    padding: 4px;
    z-index: 100;
    cursor: pointer
}

div.mejs-speed-button {
    width: 46px !important;
    position: relative
}

.mejs-controls .mejs-button.mejs-speed-button button {
    background: transparent;
    width: 36px;
    font-size: 11px;
    line-height: normal;
    color: #ffffff
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
    visibility: hidden;
    position: absolute;
    top: -100px;
    left: -10px;
    width: 60px;
    height: 100px;
    background: url(background.png);
    background: rgba(50,50,50,0.7);
    border: solid 1px transparent;
    padding: 0;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.mejs-controls .mejs-speed-button:hover>.mejs-speed-selector {
    visibility: visible
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
    color: #21f8f8
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
    margin: 0 0 6px 0;
    padding: 0 10px;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
    display: none
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
    width: 60px;
    float: left;
    padding: 4px 0 0 0;
    line-height: 15px;
    font-family: helvetica, arial;
    font-size: 11.5px;
    color: white;
    margin-left: 5px;
    cursor: pointer
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
    background-color: #c8c8c8 !important;
    background-color: rgba(255,255,255,0.4) !important
}

.mejs-controls .mejs-button.mejs-skip-back-button {
    background: transparent url(skipback.png) no-repeat;
    background-position: 3px 3px
}

.mejs-controls .mejs-button.mejs-skip-back-button button {
    background: transparent;
    font-size: 9px;
    line-height: normal;
    color: #ffffff
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@-webkit-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    37.5% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    62.5% {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    75% {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    87.5% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    37.5% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    62.5% {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    75% {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    87.5% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

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

    50% {
        opacity: 0.5
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0.5
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes slide {
    0% {
        left: 0
    }

    50% {
        left: 1em
    }

    100% {
        left: 0
    }
}

@-moz-keyframes slide {
    0% {
        left: 0
    }

    50% {
        left: 1em
    }

    100% {
        left: 0
    }
}

.showMob {
    display: none !important
}

@media screen and (max-width: 49em) {
    .showMob {
        display:block !important
    }
}

@media screen and (max-width: 49em) {
    .hideMob {
        display:none !important
    }
}

@-webkit-keyframes animatedBackground {
    0% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.25, 1.25);
        -moz-transform: scale(1.25, 1.25);
        -ms-transform: scale(1.25, 1.25);
        -o-transform: scale(1.25, 1.25);
        transform: scale(1.25, 1.25)
    }
}

@-moz-keyframes animatedBackground {
    0% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.25, 1.25);
        -moz-transform: scale(1.25, 1.25);
        -ms-transform: scale(1.25, 1.25);
        -o-transform: scale(1.25, 1.25);
        transform: scale(1.25, 1.25)
    }
}

@keyframes animatedBackground {
    0% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.25, 1.25);
        -moz-transform: scale(1.25, 1.25);
        -ms-transform: scale(1.25, 1.25);
        -o-transform: scale(1.25, 1.25);
        transform: scale(1.25, 1.25)
    }
}

@font-face {
    font-family: 'Antwerp';
    src: url("../fonts/antwerp/Antwerp-Regular.eot");
    src: url("../fonts/antwerp/Antwerp-Regular.eot?#iefix") format("embedded-opentype"),url("../fonts/antwerp/Antwerp-Regular.woff") format("woff"),url("../fonts/antwerp/Antwerp-Regular.ttf") format("truetype"),url("../fonts/antwerp/Antwerp-Regular.svg#Antwerp-Regular") format("svg");
    font-style: normal;
    font-weight: normal;
    text-rendering:optimizeLegibility}

@font-face {
    font-family: 'Antwerp';
    src: url("../fonts/antwerp/Antwerp-Bold.eot");
    src: url("../fonts/antwerp/Antwerp-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/antwerp/Antwerp-Bold.woff") format("woff"),url("../fonts/antwerp/Antwerp-Bold.ttf") format("truetype"),url("../fonts/antwerp/Antwerp-Bold.svg#Antwerp-Bold") format("svg");
    font-style: normal;
    font-weight: bold;
    text-rendering:optimizeLegibility}

@font-face {
    font-family: 'AntwerpMedium';
    src: url("../fonts/antwerp/Antwerp-Medium.eot");
    src: url("../fonts/antwerp/Antwerp-Medium.eot?#iefix") format("embedded-opentype"),url("../fonts/antwerp/Antwerp-Medium.woff") format("woff"),url("../fonts/antwerp/Antwerp-Medium.ttf") format("truetype"),url("../fonts/antwerp/Antwerp-Medium.svg#Antwerp-Medium") format("svg");
    font-style: normal;
    font-weight: normal;
    text-rendering:optimizeLegibility}

@font-face {
    font-family: 'AntwerpSemibold';
    src: url("../fonts/antwerp/Antwerp-SemiBold.eot");
    src: url("../fonts/antwerp/Antwerp-SemiBold.eot?#iefix") format("embedded-opentype"),url("../fonts/antwerp/Antwerp-SemiBold.woff") format("woff"),url("../fonts/antwerp/Antwerp-SemiBold.ttf") format("truetype"),url("../fonts/antwerp/Antwerp-SemiBold.svg#Antwerp-SemiBold") format("svg");
    font-style: normal;
    font-weight: normal;
    text-rendering:optimizeLegibility}

@font-face {
    font-family: 'AntwerpSemiboldItalic';
    src: url("../fonts/antwerp/Antwerp-SemiBoldItalic.eot");
    src: url("../fonts/antwerp/Antwerp-SemiBoldItalic.eot?#iefix") format("embedded-opentype"),url("../fonts/antwerp/Antwerp-SemiBoldItalic.woff") format("woff"),url("../fonts/antwerp/Antwerp-SemiBoldItalic.ttf") format("truetype"),url("../fonts/antwerp/Antwerp-SemiBoldItalic.svg#Antwerp-SemiBoldItalic") format("svg");
    font-style: italic;
    font-weight: normal;
    text-rendering:optimizeLegibility}

@font-face {
    font-family: 'Apercu';
    src: url("../fonts/apercu/apercu_regular_pro.eot");
    src: url("../fonts/apercu/apercu_regular_pro.eot?#iefix") format("embedded-opentype"),url("../fonts/apercu/apercu_regular_pro.woff") format("woff"),url("../fonts/apercu/apercu_regular_pro.ttf") format("truetype"),url("../fonts/apercu/apercu_regular_pro.svg#Apercu-Bold") format("svg");
    font-style: normal;
    font-weight: normal;
    text-rendering:optimizeLegibility}

@font-face {
    font-family: 'Apercu';
    src: url("../fonts/apercu/apercu_bold_pro.eot");
    src: url("../fonts/apercu/apercu_bold_pro.eot?#iefix") format("embedded-opentype"),url("../fonts/apercu/apercu_bold_pro.woff") format("woff"),url("../fonts/apercu/apercu_bold_pro.ttf") format("truetype"),url("../fonts/apercu/apercu_bold_pro.svg#Apercu-Bold") format("svg");
    font-style: normal;
    font-weight: bold;
    text-rendering:optimizeLegibility}

@font-face {
    font-family: 'ApercuMedium';
    src: url("../fonts/apercu/apercu_medium_pro.eot");
    src: url("../fonts/apercu/apercu_medium_pro.eot?#iefix") format("embedded-opentype"),url("../fonts/apercu/apercu_medium_pro.woff") format("woff"),url("../fonts/apercu/apercu_medium_pro.ttf") format("truetype"),url("../fonts/apercu/apercu_medium_pro.svg#Apercu-Medium") format("svg");
    font-style: normal;
    font-weight: normal;
    text-rendering:optimizeLegibility}

@font-face {
    font-family: 'ApercuMono';
    src: url("../fonts/apercu/apercu_mono_pro.eot");
    src: url("../fonts/apercu/apercu_mono_pro.eot?#iefix") format("embedded-opentype"),url("../fonts/apercu/apercu_mono_pro.woff") format("woff"),url("../fonts/apercu/apercu_mono_pro.ttf") format("truetype"),url("../fonts/apercu/apercu_mono_pro.svg#Apercu-Mono") format("svg");
    font-style: normal;
    font-weight: normal;
    text-rendering:optimizeLegibility}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media only screen and (min-device-width: 800px) {
    html {
        overflow:hidden
    }
}

html {
    height: 100%
}

html body {
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    background-color: #ccc;
    overflow: hidden
}

html body.film .map-trigger {
    display: none
}

html body.hotspot-open {
    cursor: url("img/cursor-close-sml.png"),pointer
}

.touch #cursor-hint {
    display: none
}

#cursor-hint {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    z-index: 2000;
    font-family: "Apercu";
    color: #fff;
    display: none
}

#wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden
}

.tempBlackFill {
    background: rgba(0,0,0,0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

@media screen and (min-width: 49em) {
    .tempBlackFill {
        display:none
    }
}

#intro {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    left: 0;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    -webkit-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out
}

#intro.fallback-open {
    background: rgba(0,0,0,0.75)
}

#intro a {
    color: #fff
}

#intro .intro-loading {
    font-family: "Apercu";
    font-weight: normal;
    font-size: 1.50em;
    line-height: 1.125em;
    margin-bottom: 15px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    text-align: center;
    width: 80%;
    margin: 0 auto
}

#intro .intro-loading:before,#intro .intro-loading:after {
    content: "";
    display: block;
    margin: 0 auto 30px;
    width: 82px;
    height: 82px;
    background: url(img/icon-headphones.png) 0 0 no-repeat;
    background-size: 100%
}

#intro .intro-loading:after {
    background-image: url(img/icon-headphones-sound.gif);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -41px
}

#intro #btnStart {
    margin-top: 20px
}

@media screen and (min-width: 49em) {
    #intro #btnStart {
        display:none
    }
}

#intro .btn {
    background-color: #e64626;
    color: #fff;
    font-family: "ApercuMono";
    cursor: pointer;
    display: block;
    padding: 10px;
    font-size: 16px;
    display: block;
    position: relative;
    max-width: 220px;
    text-align: center;
    margin: 0 auto 10px
}

#intro .btn:before {
    margin-right: 12px
}

#intro .btn.reverse {
    background-color: #fff;
    color: #000
}

#intro .btn.disabled {
    cursor: default;
    opacity: 0.6
}

#intro #intro-fallback {
    display: none;
    width: 86%;
    margin: 0 auto;
    position: relative
}

@media screen and (min-width: 49em) {
    #intro #intro-fallback {
        padding-top:50px
    }
}

#intro #intro-fallback #intro-fallback-msg {
    max-width: 640px;
    margin: 0 auto
}

#intro #intro-fallback #intro-fallback-msg h3 {
    margin: 15px 0
}

#intro #intro-fallback #intro-fallback-msg p {
    margin-top: 0;
    font-size: 1em
}

@media screen and (orientation: portrait) {
    #intro #intro-fallback #intro-fallback-msg p {
        font-size:0.875em
    }
}

#intro #intro-fallback h1 {
    text-indent: -999em;
    max-width: 350px;
    width: 100%;
    height: 250px;
    background: url(img/here-logo-sm.png) 0 0 no-repeat;
    background-size: 100%;
    overflow: hidden;
    margin: 0 auto
}

@media screen and (orientation: portrait) {
    #intro #intro-fallback h1 {
        height:160px;
        max-width: 240px
    }
}

@media screen and (device-aspect-ratio: 2 / 3) and (max-device-width: 320px) {
    #intro #intro-fallback h1 {
        display:none
    }
}

@media screen and (orientation: landscape) {
    #intro #intro-fallback h1 {
        display:none
    }
}

@media screen and (min-width: 49em) {
    #intro #intro-fallback h1 {
        display:block
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #intro #intro-fallback h1 {
        max-width:450px;
        height: 300px
    }
}

@media screen and (min-width: 100em) {
    #intro #intro-fallback h1 {
        margin:40px auto 20px
    }
}

#intro #intro-fallback h2 {
    text-indent: -999em;
    width: 300px;
    height: 100px;
    margin: 0;
    padding: 0;
    background: url(img/nupt-logo.png) 0 0 no-repeat;
    background-size: 100%;
    position: relative;
    margin: 0 auto
}

@media screen and (orientation: portrait) {
    #intro #intro-fallback h2 {
        display:block;
        position: relative;
        width: 150px;
        height: 70px
    }
}

@media screen and (min-width: 49em) {
    #intro #intro-fallback h2 {
        display:block;
        position: fixed;
        bottom: 50px;
        left: 50%;
        margin-left: -100px
    }
}

#fs-intro {
    position: absolute;
    display: block;
    bottom: 20px;
    right: 20px;
    width: 17px;
    height: 16px;
    z-index: 55;
    margin: 0;
    opacity: 0.8;
    cursor: pointer;
    font-size: 0.75em;
    font-family: "ApercuMono";
    color: #fff;
    -moz-transition: width .3s linear;
    -o-transition: width .3s linear;
    -webkit-transition: width .3s linear;
    transition: width .3s linear;
    overflow: hidden;
    text-indent: -100px
}

#fs-intro:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 17px;
    height: 16px;
    background-position: 0 -16px;
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-image: url(img/icon-fs.png)
}

#fs-intro.fullscreen:before {
    background-position: 0 -48px
}

#fs-intro:hover {
    opacity: 1;
    text-indent: 0px;
    width: 103px
}

#intro-poster {
    background: url(img/intro-poster.jpg) center center no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 49em) {
    #intro-poster {
        display:block
    }
}

#homepage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

@media screen and (max-width: 49em) {
    #homepage {
        display:block
    }
}

.touch #homepage {
    display: block
}

#homepage .homepage-inner {
    display: none;
    margin: 0 auto
}

@media screen and (orientation: landscape) {
    #homepage .homepage-inner {
        margin-top:0;
        position: relative
    }
}

@media screen and (orientation: portrait) {
    #homepage .homepage-inner {
        position:relative;
        top: calc(50% - 200px)
    }
}

@media screen and (min-width: 49em) {
    #homepage .homepage-inner {
        position:static;
        margin: 0
    }
}

#homepage video {
    width: 100%;
    height: 100%;
    display: none
}

#homepage .mobile-note {
    display: block;
    background: url(img/device-portrait.png) top center no-repeat;
    background-size: 36px;
    padding-top: 80px;
    color: #000;
    font-size: 20px;
    margin: 0;
    display: none;
    position: fixed;
    text-align: center;
    width: 100%;
    -moz-transform: translateY(calc(-50% - 20px));
    -ms-transform: translateY(calc(-50% - 20px));
    -webkit-transform: translateY(calc(-50% - 20px));
    transform: translateY(calc(-50% - 20px));
    top: 50%
}

#homepage .btnFilm {
    background: #e64626 url(img/icon-play.png) right 16px center no-repeat;
    background-size: 22px;
    padding-right: 46px;
    padding-left: 16px;
    display: block;
    font-size: 0.875em
}

#homepage .btnFilm:hover {
    background-color: #c72100
}

@media screen and (orientation: portrait) {
    #homepage .btnFilm {
        position:relative;
        margin-top: -20px;
        background-image: none;
        padding-right: 6px;
        padding-left: 6px
    }
}

@media screen and (min-width: 49em) {
    #homepage .btnFilm {
        margin-top:20px;
        position: absolute;
        left: 47%;
        bottom: 24%
    }
}

@media screen and (min-width: 64.125em) {
    #homepage .btnFilm {
        bottom:25%
    }
}

@media screen and (min-width: 100em) {
    #homepage .btnFilm {
        bottom:26%
    }
}

#homepage .btnFilm.modalBtn {
    background-image: none;
    position: fixed;
    max-width: 100%
}

#homepage .btnFilm.modalBtn:hover {
    background-color: #c72100
}

#homepage h1 {
    text-indent: -999em;
    max-width: 350px;
    width: 100%;
    height: 250px;
    background: url(img/here-logo-sm.png) 0 0 no-repeat;
    background-size: 100%;
    overflow: hidden;
    margin: 40px auto 20px;
    visibility: hidden
}

@media screen and (orientation: landscape) {
    #homepage h1 {
        margin-top:0;
        display: none
    }
}

@media screen and (min-width: 49em) {
    #homepage h1 {
        margin-top:0;
        display: block
    }
}

@media screen and (orientation: portrait) {
    #homepage h1 {
        margin-top:0
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #homepage h1 {
        max-width:450px;
        height: 300px;
        margin-top: -50px
    }
}

#homepage h2 {
    text-indent: -999em;
    width: 300px;
    height: 100px;
    margin: 0;
    padding: 0;
    background: url(img/nupt-logo1.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 3%;
    left: 45%;
    margin: 0 0 0 0 0px;
    display: none
}

@media screen and (orientation: portrait) {
    #homepage h2 {
        bottom:19px;
        display: block;
        position: fixed;
        width: 150px;
        margin-left: -75px;
        height: 70px
    }
}

@media screen and (min-width: 49em) {
    #homepage h2 {
        display:block
    }
}

#homepage p {
    text-align: center
}

#homepage p span {
    font-size: 240%;
    display: block
}

#homepage p.txt-link {
    text-decoration: underline;
    display: none;
    font-size: 80%;
    margin-top: 20px;
    cursor: pointer
}

@media screen and (min-width: 49em) {
    #homepage p.txt-link {
        display:block
    }
}

@media screen and (orientation: portrait) {
    #homepage p.txt-link {
        display:block
    }
}

#homepage .homepage-bg {
    display: none
}

#pano {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#pano.newCursor {
    cursor: url("img/move-cursor.png"),move
}

.custom-cursor #krpanoSWFObject * {
    cursor: url("img/move-cursor.png"),move !important
}

.btn {
    background-color: #e64626;
    color: #fff;
    font-family: "ApercuMono";
    cursor: pointer;
    display: block;
    padding: 10px;
    font-size: 16px;
    display: block;
    position: relative;
    max-width: 300px;
    text-align: center;
    margin: 0 auto 10px
}

.btn:before {
    margin-right: 12px
}

.btn:hover {
    background-color: #c72100
}

.btn.reverse {
    background-color: #fff;
    color: #000
}

.btn.disabled {
    cursor: default;
    opacity: 0.6
}

.modalBtn {
    background-image: none;
    position: fixed;
    max-width: 100%
}

.modalBtn:hover {
    opacity: 1
}

.tutorial {
    display: none;
    position: fixed;
    color: white;
    z-index: 3000;
    top: 0;
    right: 0;
    text-align: center;
    display: none;
    width: 100%;
    height: 100%;
    opacity: 1;
    -moz-transition: background-color 1s ease;
    -o-transition: background-color 1s ease;
    -webkit-transition: background-color 1s ease;
    transition: background-color 1s ease
}

.tutorial .tutorial-inner {
    -moz-transform: translateY(calc(-50% - 20px));
    -ms-transform: translateY(calc(-50% - 20px));
    -webkit-transform: translateY(calc(-50% - 20px));
    transform: translateY(calc(-50% - 20px));
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 1;
    top: 50%;
    position: relative;
    font-family: "Apercu"
}

.tutorial .tutorial-inner h3 {
    font-weight: normal;
    margin: 0 0 0.4em 0
}

@media screen and (min-width: 49em) {
    .tutorial .tutorial-inner h3 {
        font-size:1.625rem;
        margin: 0 0 25px 0
    }
}

.tutorial .tutorial-inner p {
    font-size: 1.25em
}

@media screen and (min-width: 49em) {
    .tutorial .tutorial-inner p {
        font-size:1.5rem;
        margin: -8px 0 0 0
    }
}

.tutorial .btn-skip-tutorial {
    cursor: pointer;
    background: url(img/ui-video-play-pause.png) 0 0 no-repeat;
    background-size: 81px;
    text-indent: -9999em;
    display: block;
    margin: 0 auto;
    width: 81px;
    height: 81px;
    padding: 0;
    position: relative;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -moz-animation-direction: normal;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -moz-animation-duration: 5s;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -webkit-animation-name: blink;
    animation-name: blink;
    -moz-animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.tutorial.tutorial-step1 p.device:before,.tutorial.tutorial-step2 p.device:before {
    content: '';
    display: block;
    background: url(img/device-portrait.png) center top no-repeat;
    background-size: 36px auto;
    width: 100%;
    height: 80px;
    -moz-animation-direction: normal;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -moz-animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -moz-animation-name: rotate;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.tutorial .device {
    display: none
}

.tutorial .desktop {
    display: block
}

.tutorial.tutorial-ready {
    background-color: rgba(0,0,0,0.4)
}

@media screen and (orientation: landscape) {
    .tutorial.tutorial-ready.tutorial-step2 {
        display:block
    }
}

@media screen and (min-width: 49em) and (orientation: landscape) {
    .tutorial.tutorial-ready.tutorial-step2 {
        display:block
    }
}

@media screen and (orientation: portrait) {
    .tutorial.tutorial-ready.tutorial-step2 {
        display:none
    }
}

.tutorial.tutorial-complete {
    background-color: #000
}

.tutorial.tutorial-complete .tutorial-inner {
    opacity: 0
}

.touch #fs-intro {
    display: none
}

@media screen and (orientation: portrait) {
    .touch .tutorial.tutorial-ready.tutorial-step1 {
        display:block
    }
}

.touch .tutorial .desktop {
    display: none
}

.touch .tutorial .device {
    display: block
}

@media screen and (orientation: landscape) {
    .touch #intro.intro-mobile-load {
        background-color:rgba(0,0,0,0.4)
    }
}

@media screen and (orientation: portrait) {
    .touch #intro.intro-mobile-load {
        background-color:rgba(0,0,0,0.2)
    }
}

.touch #homepage {
    position: fixed
}

@media screen and (orientation: portrait) {
    .touch #homepage h1 {
        visibility:visible
    }
}

@media screen and (orientation: landscape) {
    .touch #homepage .mobile-note {
        background-color: #000;
        display:block
    }
}

@media screen and (orientation: landscape) {
    .touch #homepage .btnFilm {
        display:none
    }
}

#nav-btn {
    display: none;
    position: absolute;
    cursor: pointer;
    bottom: 60px;
    left: -40px;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    user-select: none;
    border: none;
    background: none;
    outline: none;
    background: rgba(0,0,0,0.2) url(img/icon-i.png) center center no-repeat;
    background-size: 12px;
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease
}

#nav-btn.show-nav-btn {
    display: block
}

@media screen and (min-width: 64.125em) {
    #nav-btn.show-nav-btn {
        display:none
    }
}

#nav-btn.close {
    background: #e64626 url(img/icon-close.png) center center no-repeat;
    background-size: 16px
}

.lines {
    display: block;
    width: 19px;
    height: 2px;
    background: #f1f1f1;
    transition: 0.3s;
    position: relative;
    top: 22px;
    margin: 0 auto
}

.lines:before,.lines:after {
    display: inline-block;
    width: 19px;
    height: 2px;
    background: #f1f1f1;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    -moz-transform-origin: 0.28571rem center 50%;
    -ms-transform-origin: 0.28571rem center 50%;
    -webkit-transform-origin: 0.28571rem center 50%;
    transform-origin: 0.28571rem center 50%
}

.lines:before {
    top: 0.45rem
}

.lines:after {
    top: -0.45rem
}

.lines-button.close .lines {
    background: transparent;
    width: 20px
}

.lines-button.close .lines:before,.lines-button.close .lines:after {
    background-color: #000;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 2px;
    width: 20px
}

.lines-button.close .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg)
}

.lines-button.close .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg)
}

.verticalLine,#nav:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 32px;
    background-color: #000
}

@media screen and (min-width: 49em) {
    .verticalLine,#nav:after {
        display:none
    }
}

#nav {
    position: absolute;
    right: -100%;
    width: calc(100% - 48px);
    height: 100%;
    background-color: #e64626
}

#nav:after {
    bottom: 2rem;
    right: 0.875rem;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: 32px 2px
}

@media screen and (max-width: 49em) {
    #nav {
        top:0
    }
}

@media screen and (min-width: 64.125em) {
    #nav {
        bottom:-50px;
        width: 100%;
        right: 0;
        height: 50px
    }
}

#nav .nav-inner {
    padding: 2rem 1.875rem 0;
    color: #000
}

@media screen and (orientation: landscape) {
    #nav .nav-inner {
        padding-top:2rem
    }
}

@media screen and (min-width: 64.125em) {
    #nav .nav-inner {
        padding:0;
        width: auto
    }
}

#nav .nav-inner h1 {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0
}

@media screen and (min-width: 64.125em) {
    #nav .nav-inner h1 {
        display:none
    }
}

#nav .nav-inner h1 a {
    display: block;
    background: url(img/nupt-logo.png) 0 0 no-repeat;
    background-size: 100%;
    width: 160px;
    height: 56px;
    overflow: hidden;
    text-indent: -9999em
}

#nav .nav-inner ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

#nav .nav-inner ul.nav-content {
    font-family: "Apercu";
    position: relative
}

#nav .nav-inner ul.nav-content span {
    display: none
}

@media screen and (orientation: landscape) {
    #nav .nav-inner ul.nav-content {
        margin-bottom:1em
    }

    #nav .nav-inner ul.nav-content span {
        display: inline
    }
}

@media screen and (min-width: 64.125em) {
    #nav .nav-inner ul.nav-content {
        border:none;
        margin: 0 0 0 1em;
        position: absolute;
        font-size: 0.875em;
        left: 200px;
        bottom: 0;
        height: 100%
    }

    #nav .nav-inner ul.nav-content span {
        display: inline
    }
}

#nav .nav-inner ul.nav-content.nav-replay {
    display: block;
    border-top: 1px solid #000
}

@media screen and (orientation: landscape) {
    #nav .nav-inner ul.nav-content.nav-replay {
        margin:0
    }
}

@media screen and (min-width: 64.125em) {
    #nav .nav-inner ul.nav-content.nav-replay {
        margin:0;
        left: 500px;
        display: none
    }
}

#nav .nav-inner ul.nav-content li {
    border-bottom: 1px solid #000;
    padding: 1.25em 2em 1.25em 1em;
    cursor: pointer;
    background-size: 15px;
    background-position: right 15px center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

#nav .nav-inner ul.nav-content li.cta {
    background-image: url(img/icon-cta-bk.png)
}

#nav .nav-inner ul.nav-content li.replay {
    padding-right: 1em
}

#nav .nav-inner ul.nav-content li.replay a {
    background-image: url(img/icon-replay-sml.png);
    background-position: right 7px;
    background-size: 15px auto;
    background-repeat: no-repeat
}

@media screen and (min-width: 64.125em) {
    #nav .nav-inner ul.nav-content li {
        border:none;
        margin: 0;
        border-bottom: 2px solid #000;
        padding: 1rem 3rem 0.813rem 1rem
    }
}

#nav .nav-inner ul.nav-content li a {
    color: #000;
    text-decoration: none;
    display: block;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

#nav .nav-inner ul.nav-content li.bg {
    background: #000;
    border: none;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    z-index: 1;
    width: 100%
}

#nav .nav-inner ul.nav-content.active li a {
    color: #fff
}

#nav .nav-inner ul.nav-content.active li.cta {
    background-image: url(img/icon-cta-wh.png)
}

#nav .nav-inner ul.nav-content.active li.replay {
    background-image: url(img/icon-replay-sml-wh.png)
}

#nav .nav-inner ul.nav-content.active li.bg {
    background-image: none;
    height: 100%
}

#nav .nav-inner ul.nav-footer {
    font-family: "ApercuMono";
    font-size: 0.875em;
    position: absolute;
    bottom: 5rem
}

#nav .nav-inner ul.nav-footer li {
    margin-bottom: 1.1em
}

#nav .nav-inner ul.nav-footer li a {
    color: #000;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#nav .nav-inner ul.nav-footer li a:hover {
    color: #fff
}

@media screen and (orientation: landscape) {
    #nav .nav-inner ul.nav-footer {
        clear:both;
        position: relative;
        bottom: inherit;
        float: left
    }

    #nav .nav-inner ul.nav-footer li {
        margin: 0 1.1em 0 0;
        display: inline-block
    }
}

@media screen and (min-width: 64.125em) {
    #nav .nav-inner ul.nav-footer {
        font-size:0.75em;
        position: absolute;
        left: 110px;
        bottom: inherit;
        padding-top: 1rem
    }

    #nav .nav-inner ul.nav-footer li {
        margin: 0 1.1em 0 0;
        display: inline-block
    }
}

#nav .nav-inner ul.nav-video-controls {
    padding-top: 17px;
    margin-right: 20px;
    display: none
}

@media screen and (min-width: 64.125em) {
    #nav .nav-inner ul.nav-video-controls {
        float:right;
        display: block
    }

    #nav .nav-inner ul.nav-video-controls li {
        position: relative;
        float: right;
        display: block;
        cursor: pointer;
        margin-left: 1.5em;
        font-family: "ApercuMono";
        font-size: 0.75em;
        color: #000;
        -moz-transition: width .3s linear;
        -o-transition: width .3s linear;
        -webkit-transition: width .3s linear;
        transition: width .3s linear;
        overflow: hidden;
        width: 1.75em;
        height: 16px;
        text-indent: -100px
    }

    #nav .nav-inner ul.nav-video-controls li:hover {
        color: #fff
    }

    #nav .nav-inner ul.nav-video-controls li:hover a {
        color: #fff
    }

    #nav .nav-inner ul.nav-video-controls li:before {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 17px;
        height: 16px;
        background-size: 16px auto;
        background-color: #e64626
    }

    #nav .nav-inner ul.nav-video-controls li.control-sound:hover {
        text-indent: 0px;
        width: 55px
    }

    #nav .nav-inner ul.nav-video-controls li.control-sound:before {
        background-image: url(img/icon-sound-off.png)
    }

    #nav .nav-inner ul.nav-video-controls li.control-sound.playing:before {
        background-image: url(img/icon-sound-on.gif);
        background-position: 0 0
    }

    #nav .nav-inner ul.nav-video-controls li.control-sound:hover:before,#nav .nav-inner ul.nav-video-controls li.control-sound.playing:hover:before {
        background-position: 0 -16px
    }

    #nav .nav-inner ul.nav-video-controls li.control-fullscreen:hover {
        text-indent: 0px;
        width: 103px
    }

    #nav .nav-inner ul.nav-video-controls li.control-fullscreen:before {
        background-image: url(img/icon-fs.png)
    }

    #nav .nav-inner ul.nav-video-controls li.control-fullscreen:hover:before {
        background-position: 0 -16px
    }

    #nav .nav-inner ul.nav-video-controls li.control-fullscreen.fullscreen:before {
        background-position: 0 -32px
    }

    #nav .nav-inner ul.nav-video-controls li.control-fullscreen.fullscreen:hover:before {
        background-position: 0 -48px
    }

    #nav .nav-inner ul.nav-video-controls li.control-replay:hover {
        text-indent: 0px;
        width: 73px
    }

    #nav .nav-inner ul.nav-video-controls li.control-replay:before {
        background-image: url(img/icon-replay-sml.png)
    }

    #nav .nav-inner ul.nav-video-controls li.control-replay:hover:before {
        background-position: 0 -16px
    }

    #nav .nav-inner ul.nav-video-controls li a {
        color: #000;
        text-decoration: none;
        padding-right: 2.25em;
        position: relative
    }
}

#nav .nav-inner ul.nav-social {
    position: absolute;
    font-family: "ApercuMono";
    padding: 12px 0 0;
    bottom: 2rem;
    font-size: 0.875em
}

@media screen and (orientation: landscape) {
    #nav .nav-inner ul.nav-social {
        position:relative;
        bottom: inherit;
        float: right;
        padding-top: 0
    }
}

@media screen and (min-width: 64.125em) {
    #nav .nav-inner ul.nav-social {
        float:left;
        position: relative;
        padding: 1rem 0 0 0;
        margin: 0;
        margin-left: 0.75rem;
        bottom: inherit
    }
}

#nav .nav-inner ul.nav-social li {
    display: block;
    float: left;
    margin-right: 8px
}

@media screen and (min-width: 64.125em) {
    #nav .nav-inner ul.nav-social li {
        margin-left:12px
    }
}

#nav .nav-inner ul.nav-social li span {
    position: relative;
    line-height: 24px
}

@media screen and (min-width: 64.125em) {
    #nav .nav-inner ul.nav-social li span {
        display:none
    }
}

#nav .nav-inner ul.nav-social li a {
    display: block;
    background: url(img/nav-social-icons.png) 0 0 no-repeat;
    background-size: 32px;
    width: 32px;
    height: 32px;
    overflow: hidden;
    text-indent: -9999em
}

#nav .nav-inner ul.nav-social li a.fb {
    background-position: 0 0
}

#nav .nav-inner ul.nav-social li a.fb:hover {
    background-position: 0 -64px
}

#nav .nav-inner ul.nav-social li a.tw {
    background-position: 0 -32px
}

#nav .nav-inner ul.nav-social li a.tw:hover {
    background-position: 0 -96px
}

@media screen and (min-width: 64.125em) {
    #nav .nav-inner ul.nav-social li a {
        background:url(img/nav-social-icons.png) 0 0 no-repeat;
        background-size: 20px;
        width: 20px;
        height: 20px
    }

    #nav .nav-inner ul.nav-social li a.fb {
        background-position: 0 0
    }

    #nav .nav-inner ul.nav-social li a.fb:hover {
        background-position: 0 -100px
    }

    #nav .nav-inner ul.nav-social li a.tw {
        background-position: 0 -39px
    }

    #nav .nav-inner ul.nav-social li a.tw:hover {
        background-position: 0 -139px
    }
}

@media screen and (min-width: 64.125em) {
    #nav .nav-inner ul {
        margin-bottom:0;
        float: left
    }
}

#nav .nav-inner ul li {
    display: block
}

@media screen and (min-width: 64.125em) {
    #nav .nav-inner ul li {
        display:inline-block
    }
}

.touch #video-controls {
    display: none
}

#video-controls {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 50px;
    display: none;
    z-index: 2000
}

#video-controls .play-hint {
    display: block;
    position: absolute;
    left: calc(50% + 51px);
    width: 195px;
    bottom: 46px;
    font-size: 0.875em;
    background: url(img/play-hint.png) left center no-repeat;
    background-size: 100%;
    display: none;
    height: 42px;
    text-indent: -9999em
}

#video-controls p {
    display: block;
    float: right;
    width: 34px;
    height: 34px;
    background-size: 100%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-left: 50px
}

#video-controls p:before {
    margin-right: 10px
}

#video-controls p.control-play-pause {
    background-image: url(img/ui-video-play-pause.png);
    float: none;
    margin: 0 auto;
    top: -59px;
    width: 81px;
    height: 81px;
    background-size: 81px;
    position: relative;
    background-position: 0 -81px;
    margin: 0 auto;
    z-index: 2
}

#video-controls p.control-play-pause.ui-paused {
    background-position: 0 0
}

#video-controls p.control-sound {
    background-image: url(img/ui-video-sound-toggle.png)
}

#video-controls p.control-fullscreen {
    background-image: url(img/ui-video-fullscreen.png);
    margin-right: 18px;
    display: none
}

@media screen and (min-width: 49em) {
    #video-controls p.control-fullscreen {
        margin-right:30px;
        display: block
    }
}

#video-controls p.footer-trigger {
    position: absolute;
    bottom: 8px;
    top: inherit;
    margin: 0;
    width: 100%;
    height: 50px;
    background: none;
    opacity: 0.6;
    float: none;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0,0,0,0)),color-stop(100%, rgba(0,0,0,0.5)));
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0),rgba(0,0,0,0.5));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0),rgba(0,0,0,0.5));
    background-image: linear-gradient(to bottom, rgba(0,0,0,0),rgba(0,0,0,0.5))
}

#video-controls.nav-open p.footer-trigger {
    bottom: 0
}

.scenes #video-controls {
    bottom: 0
}

.scenes #video-controls p.footer-trigger {
    bottom: 0
}

#loading {
    width: 100%;
    height: 100%;
    background: #e64626;
    color: #000;
    position: fixed;
    top: 0;
    left: 0;
    overflow: none;
    display: none
}

#loading:before {
    top: 0;
    content: "";
    position: fixed;
    width: 3px;
    height: 32px;
    background-color: #000;
    left: 40px
}

@media screen and (min-width: 49em) {
    #loading:before {
        left:80px
    }
}

#loading:after {
    width: 32px;
    height: 3px;
    background-color: #000;
    display: block;
    content: "";
    position: fixed;
    right: 0;
    bottom: 40px
}

@media screen and (min-width: 49em) {
    #loading:after {
        bottom:30%
    }
}

@media screen and (max-width: 49em) {
    #loading {
        background:rgba(230,70,38,0.99)
    }
}

#loading #loading-content {
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 50%;
    margin-top: -80px
}

#loading #loading-content .mobile-portrait-note {
    display: none
}

@media screen and (orientation: portrait) {
    #loading #loading-content .mobile-portrait-note {
        display:block
    }
}

#loading #loading-content .btn-mobile#btn-mobile-start,#loading #loading-content .btn-mobile#btn-mobile-start-android {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent url("img/icon-arrow-r.png") center 60% no-repeat;
    background-size: 70.5px 61px;
    text-indent: -99999px;
    cursor: pointer;
    display: none;
    -webkit-tap-highlight-color: transparent;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -moz-animation-direction: normal;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -moz-animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -moz-animation-name: slide;
    -webkit-animation-name: slide;
    animation-name: slide;
    -moz-animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

#loading #loading-content.done #progress-wrap #progress {
    display: none
}

#loading #loading-content.done .btn-mobile#btn-mobile-start {
    display: inline-block
}

#loading #progress-wrap {
    width: 100%
}

#loading #progress-wrap #progress {
    background-color: #000;
    height: 3px;
    margin: 0 auto;
    display: block;
    width: 0;
    margin-top: 0.75em
}

#loading #progress-wrap #status {
    font-family: "ApercuMono";
    font-size: 0.875em;
    display: block;
    font-size: 4em
}

#loading #progress-wrap #status span {
    font-size: 0.75em
}

@media screen and (min-width: 49em) {
    #loading #progress-wrap #status {
        font-size:6.25em
    }
}

#map-close {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px
}

#list-view {
    background-color: #000;
    position: absolute;
    top: 0;
    right: -1000px;
    width: 100%;
    width: calc(100% - 48px);
    height: 100%
}

@media screen and (min-width: 64.125em) {
    #list-view {
        width:22%;
        min-width: 320px
    }
}

#list-view #map-btn {
    background: rgba(0,0,0,0.2) url(img/icon-map.png) center center no-repeat;
    position: absolute;
    cursor: pointer;
    top: 60px;
    left: -48px;
    width: 48px;
    height: 48px;
    background-size: 18px;
    display: none;
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease
}

#list-view #map-btn.map-open {
    background: #e64626 url(img/icon-close.png) center center no-repeat;
    background-size: 16px
}

@media screen and (min-width: 64.125em) {
    #list-view #map-btn.map-open {
        background:rgba(0,0,0,0.2) url(img/icon-close.png) center center no-repeat;
        background-size: 16px
    }

    #list-view #map-btn.map-open:hover {
        background-color: rgba(0,0,0,0.4)
    }
}

@media screen and (min-width: 64.125em) {
    #list-view #map-btn {
        width:80px;
        height: 80px;
        left: -80px;
        top: 53px
    }

    #list-view #map-btn:hover {
        background-color: rgba(0,0,0,0.4)
    }
}

#list-view .list-view-inner {
    padding: 0;
    margin: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    counter-reset: my-counter
}

#list-view .list-view-inner li {
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 0;
    width: 320px;
    height: 240px;
    width: 100%;
    position: relative;
    overflow: hidden
}

#list-view .list-view-inner li:after {
    -moz-transition: background-color,color .3s ease;
    -o-transition: background-color,color .3s ease;
    -webkit-transition: background-color,color .3s ease;
    transition: background-color,color .3s ease;
    content: counter(my-counter,decimal-leading-zero);
    counter-increment: my-counter;
    position: absolute;
    top: 39px;
    right: 34px;
    font-size: 0.875rem;
    font-family: "ApercuMono";
    color: #fff
}

#list-view .list-view-inner li img {
    display: block;
    width: 100%;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#list-view .list-view-inner li p {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: rgba(0,0,0,0.4)
}

#list-view .list-view-inner li span {
    position: absolute;
    bottom: 32px;
    left: 32px;
    right: 32px;
    text-align: left;
    z-index: 1;
    margin-left: 0;
    font-size: 1.5rem;
    font-family: "Apercu";
    display: block;
    -moz-transition: background-color,color .3s ease;
    -o-transition: background-color,color .3s ease;
    -webkit-transition: background-color,color .3s ease;
    transition: background-color,color .3s ease
}

#list-view .list-view-inner li:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}

#list-view .list-view-inner li:hover span {
    color: #fff
}

#list-view .list-view-inner li.active-scene p {
    display: none
}

.film #location-hint {
    visibility: hidden
}

.film #location-hint.reveal {
    visibility: visible
}

#location-title {
    font-size: 1.5em;
    color: #fff;
    margin: 0;
    padding: 0;
    font-family: "Apercu";
    top: 60px;
    position: absolute;
    left: 58px;
    display: none;
    white-space: nowrap;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left
}

@media screen and (min-width: 49em) {
    #location-title {
        left:80px;
        font-size: 2em;
        top: 0;
        padding: 50px 0 0;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}

@media screen and (min-width: 100em) {
    #location-title {
        font-size:3em
    }
}

#location-hint {
    position: absolute;
    top: 0;
    left: 30px;
    display: block;
    cursor: pointer;
    padding-top: 50px;
    display: none;
    min-height: 150px
}

@media screen and (min-width: 49em) {
    #location-hint {
        left:80px
    }
}

@media screen and (min-width: 49em) {
    #location-hint.explore {
        padding-top:90px
    }
}

@media screen and (min-width: 100em) {
    #location-hint.explore {
        padding-top:110px
    }
}

#location-hint:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 3px;
    background-color: #fff
}

#location-hint:after {
    width: 32px;
    height: 3px;
    background-color: #fff;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: inherit;
    right: 0;
    visibility: hidden
}

@media screen and (min-width: 49em) {
    #location-hint.reveal .hint {
        width:400px
    }
}

#location-hint .hint {
    overflow: hidden;
    -moz-transition: width,ease 1.5s;
    -o-transition: width,ease 1.5s;
    -webkit-transition: width,ease 1.5s;
    transition: width,ease 1.5s;
    width: 0
}

@media screen and (orientation: portrait) {
    #location-hint .hint {
        display:none
    }
}

#location-hint .hint p {
    min-width: 450px;
    font-family: "ApercuMono";
    font-size: 0.75em;
    overflow: hidden
}

@media screen and (min-width: 49em) {
    #location-hint .hint p span {
        background:url(img/icon-spacebar.png) 0 0 no-repeat;
        background-size: 101px;
        display: inline-block;
        width: 101px;
        height: 30px;
        text-indent: -999em;
        line-height: 25px
    }
}

.degrees {
    opacity: 0.75
}

@media screen and (min-width: 49em) {
    .degrees {
        position:absolute;
        text-align: center;
        font-family: "ApercuMono";
        font-size: 0.75em;
        color: #fff;
        width: 100%;
        text-align: center;
        height: 20px;
        background: url(img/grid-horiz.png) center bottom repeat-x;
        background-size: 4px 12px
    }

    .degrees span {
        display: block;
        width: 100px;
        margin: 0 auto
    }

    .degrees span:before {
        display: block;
        position: absolute;
        background-color: #fff;
        width: 3px;
        left: 50%;
        height: 30px;
        content: "";
        display: block
    }
}

.degrees#degrees-horiz-left,.degrees#degrees-horiz-right {
    bottom: 60px;
    width: 0;
    background-image: url(img/grid-horiz-h.png);
    background-size: 598px 20px;
    -moz-transition: width .5s ease-out;
    -o-transition: width .5s ease-out;
    -webkit-transition: width .5s ease-out;
    transition: width .5s ease-out
}

.degrees#degrees-horiz-left {
    right: calc(50% + 38px)
}

.degrees#degrees-horiz-left.reveal {
    width: calc(50% - 119px)
}

.degrees#degrees-horiz-right {
    left: calc(50% + 38px)
}

.degrees#degrees-horiz-right.reveal {
    width: calc(50% - 104px)
}

.degrees#degrees-status-vert {
    display: none;
    right: 23px;
    width: 300px;
    top: 50%;
    margin-top: -150px;
    padding: 0 0 36px;
    background-position: bottom left;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: 150px 150px;
    -ms-transform-origin: 150px 150px;
    -webkit-transform-origin: 150px 150px;
    -moz-transform-origin: 150px 150px
}

.degrees#degrees-status-vert.reveal {
    display: block
}

.degrees#degrees-status-vert span:before {
    top: 26px
}

.degrees .guides {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 4000px;
    overflow: hidden;
    position: absolute
}

.degrees .guides li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 400px;
    height: 20px;
    background-color: rgba(255,255,255,0.4);
    text-align: center
}

.touch #final-frame .content p span.desktop {
    display: none
}

.touch #final-frame .content p span.mobile {
    display: inline
}

#final-frame {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #fff;
    display: none
}

@media screen and (min-width: 48em) {
    #final-frame {
        background:#000 url(img/here-logo-end.jpg) center 20% no-repeat;
        background-size: 40%
    }

    #final-frame:before {
        content: "";
        position: fixed;
        top: 0;
        left: 80px;
        height: 40px;
        width: 3px;
        background-color: #fff
    }
}

@media screen and (min-width: 49em) {
    #final-frame {
        background-position:center 25%;
        background-size: 25%
    }
}

@media screen and (min-width: 100em) {
    #final-frame {
        background-position:center 28%;
        background-size: 24%
    }
}

#final-frame h2 {
    background: url(img/here-logo-end-m.jpg) 0 0 no-repeat;
    background-size: 175px;
    width: 175px;
    height: 61px;
    text-indent: -9999em;
    margin: 0 auto;
    position: relative;
    display: none;
    visibility: hidden
}

@media screen and (orientation: portrait) {
    #final-frame h2 {
        margin-bottom:1.25em
    }
}

@media screen and (orientation: landscape) {
    #final-frame h2 {
        max-width:350px;
        margin: 0;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media screen and (min-width: 48em) {
    #final-frame h2 {
        display:block;
        display: none;
        background-size: 100%;
        width: 598px;
        height: 430px;
        max-width: 100%;
        position: relative;
        float: none;
        top: inherit;
        margin: 0 auto;
        top: 5%;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}

#final-frame .nupt-logo {
    text-indent: -999em;
    width: 300px;
    height: 100px;
    margin: 0;
    padding: 0;
    background: url(img/nupt-logo.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    margin: 0 0 0 0px
}

@media screen and (orientation: portrait) {
    #final-frame .nupt-logo {
        margin:0 0 0 0px;
        bottom: 4px;
        left: 50%
    }
}

@media screen and (orientation: landscape) {
    #final-frame .nupt-logo {
        bottom:-8px;
        right: 100px
    }
}

@media screen and (min-width: 48em) {
    #final-frame .nupt-logo {
        display:block;
        bottom: 0;
        left: 40%
    }
}

#final-frame .content {
    margin: 0 auto;
    font-family: "Antwerp";
    color: #fff;
    float: left;
    position: relative;
    clear: both;
    top: 50%
}

@media screen and (orientation: portrait) {
    #final-frame .content {
        float:none;
        width: calc(100% - 80px);
        text-align: left;
        -moz-transform: translateY(calc(-50% - 40px));
        -ms-transform: translateY(calc(-50% - 40px));
        -webkit-transform: translateY(calc(-50% - 40px));
        transform: translateY(calc(-50% - 40px))
    }
}

@media screen and (orientation: landscape) {
    #final-frame .content {
        width:100%;
        text-align: left;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media screen and (min-width: 48em) {
    #final-frame .content {
        text-align:center;
        float: none;
        width: auto;
        max-width: 600px;
        top: 50%;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}

@media screen and (min-width: 100em) {
    #final-frame .content {
        top:57%
    }
}

@media screen and (orientation: landscape) {
    #final-frame .content .final-content-left {
        float:left;
        width: 40%;
        margin-left: 40px
    }
}

@media screen and (min-width: 48em) {
    #final-frame .content .final-content-left {
        float:none;
        width: auto;
        margin: 0 auto
    }
}

@media screen and (orientation: landscape) {
    #final-frame .content .final-content-right {
        width:41%;
        margin-right: 9%;
        float: right
    }
}

@media screen and (min-width: 48em) {
    #final-frame .content .final-content-right {
        width:auto;
        margin: 0;
        float: none
    }
}

@media screen and (min-width: 100em) {
    #final-frame .content h2 {
        font-size:115%
    }
}

#final-frame .content p {
    font-size: 1em;
    margin: 0 0 1.5em 0;
    font-family: "Apercu"
}

@media screen and (min-width: 48em) {
    #final-frame .content p {
        display:block;
        margin: 0 0 4em 0
    }
}

@media screen and (min-width: 100em) {
    #final-frame .content p {
        font-size:1.25em
    }
}

#final-frame .content p span.desktop {
    display: inline
}

#final-frame .content p span.mobile {
    display: none
}

#final-frame .content p b {
    font-size: 1.7em;
    display: block;
    margin-bottom: 0.5em;
    line-height: 1.2em;
    font-weight: normal
}

@media screen and (device-aspect-ratio: 2 / 3) and (max-device-width: 320px) {
    #final-frame .content p b {
        font-size:1.25em
    }
}

#final-frame .content p em {
    font-style: normal;
    font-family: "ApercuMono"
}

#final-frame .content a {
    font-size: 1em;
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 1em;
    font-family: "ApercuMono";
    text-align: left;
    max-width: 200px;
    margin: 0 auto 0.75em;
    cursor: pointer
}

@media screen and (orientation: portrait) {
    #final-frame .content a {
        max-width:100%
    }
}

@media screen and (orientation: landscape) {
    #final-frame .content a {
        float:right;
        width: 66%
    }
}

@media screen and (min-width: 48em) {
    #final-frame .content a {
        float:none;
        width: auto;
        display: inline-block;
        margin-bottom: 0;
        margin-left: 0.875rem;
        max-width: auto
    }
}

#final-frame .content a.btn-replay {
    background: #e64626 url(img/icon-replay.png) right 1em center no-repeat;
    background-size: 18px;
    border-bottom: 2px solid #e64626
}

#final-frame .content a.btn-replay:hover {
    background-color: #c72100
}

@media screen and (orientation: landscape) {
    #final-frame .content a.btn-replay {
        float:none;
        margin: 0;
        width: 100%
    }
}

@media screen and (min-width: 48em) {
    #final-frame .content a.btn-replay {
        float:left;
        padding-right: 5em;
        margin-bottom: 1.5em;
        margin-left: 1em;
        width: auto
    }
}

@media screen and (min-width: 100em) {
    #final-frame .content a.btn-replay {
        margin-bottom:2.5em
    }
}

@media screen and (device-aspect-ratio: 2 / 3) and (max-device-width: 320px) {
    #final-frame .content a.btn-replay {
        width:50%
    }
}

#final-frame .content a.btn-cta {
    background: url(img/icon-cta.png) right 1em center no-repeat;
    background-size: 25px;
    padding-right: 3em;
    padding-right: 3.2em;
    border-bottom: 2px solid #e64626
}

#final-frame .content a.btn-cta:hover {
    border-bottom: 2px solid #c72100
}

@media screen and (min-width: 48em) {
    #final-frame .content a.btn-cta {
        padding-left:0
    }
}

#final-frame ul.final-social {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    margin-top: 1em;
    clear: left;
    float: right
}

@media screen and (orientation: portrait) {
    #final-frame ul.final-social {
        position:fixed;
        right: 17%;
        bottom: 40px
    }
}

@media screen and (orientation: landscape) {
    #final-frame ul.final-social {
        margin-top:1em;
        position: fixed;
        bottom: 20px;
        right: 9%
    }
}

@media screen and (min-width: 48em) {
    #final-frame ul.final-social {
        float:none;
        position: fixed;
        bottom: 5em;
        right: 5em;
        margin: 0
    }

    #final-frame ul.final-social:after {
        width: 32px;
        height: 3px;
        background-color: #fff;
        display: block;
        content: "";
        position: absolute;
        top: 0;
        bottom: inherit;
        right: -5em;
        margin-top: 1em
    }
}

#final-frame ul.final-social li {
    font-family: "ApercuMono";
    color: #fff;
    font-size: 0.875em;
    text-align: center;
    display: inline-block;
    margin-left: 1em;
    float: left;
    line-height: 32px;
    margin-left: 1em;
    display: none
}

@media screen and (min-width: 48em) {
    #final-frame ul.final-social li {
        float:none;
        display: block
    }
}

@media screen and (min-width: 48em) {
    #final-frame ul.final-social li.social-note {
        margin-bottom:7px
    }
}

#final-frame ul.final-social li a {
    padding: 0;
    background: url(img/final-frame-social.png) 0 0 no-repeat;
    background-size: 32px;
    height: 32px;
    width: 32px;
    margin-bottom: 5px;
    text-indent: -9999em;
    overflow: hidden;
    display: block
}

#final-frame ul.final-social li a.fb {
    background-position: 0 0
}

#final-frame ul.final-social li a.tw {
    background-position: 0 -40px
}

#modal {
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute
}

#modal #hotspot-container:before {
    top: 0;
    content: "";
    position: fixed;
    width: 3px;
    height: 32px;
    background-color: #fff;
    left: 40px;
    display: none
}

@media screen and (min-width: 49em) {
    #modal #hotspot-container:before {
        left:80px
    }
}

@media screen and (min-width: 49em) {
    #modal #hotspot-container:before {
        display:block
    }
}

#modal #hotspot-container #hotspot-content {
    cursor: default;
    display: inline-block;
    padding-top: 4em;
    width: 100%
}

#modal #hotspot-container #hotspot-content.hotspot-content-gallery {
    display: block
}

#modal #hotspot-container #hotspot-content.hotspot-content-gallery .hotspot-media {
    margin-bottom: 7em
}

#modal #hotspot-container #hotspot-content.wide {
    width: 100%
}

#modal #hotspot-container #hotspot-content.wide .cols {
    width: 100%
}

@media screen and (min-width: 48em) {
    #modal #hotspot-container #hotspot-content {
        padding-top:6em;
        padding-bottom: 5em
    }
}

@media screen and (min-width: 49em) {
    #modal #hotspot-container #hotspot-content {
        display:inline-block;
        width: auto
    }
}

@media screen and (min-width: 64.125em) {
    #modal #hotspot-container #hotspot-content {
        padding-top:5em
    }
}

#modal #hotspot-container .hotspot-quote {
    color: #fff;
    position: relative;
    top: 10%;
    padding-bottom: 5em;
    padding-left: 3em;
    width: 75%;
    max-width: 600px
}

@media screen and (min-width: 49em) {
    #modal #hotspot-container .hotspot-quote {
        display:inline-block
    }
}

#modal #hotspot-container .hotspot-quote h3 {
    font-family: "AntwerpSemibold";
    font-weight: normal;
    font-style: italic;
    font-size: 1.25em;
    line-height: 1.4em
}

@media screen and (min-width: 48em) {
    #modal #hotspot-container .hotspot-quote h3 {
        font-size:2em;
        line-height: 1.4em
    }
}

#modal #hotspot-container .hotspot-quote p {
    width: 75%
}

#modal #hotspot-container .hotspot-quote span {
    font-family: "Apercu";
    font-weight: bold;
    font-size: 1em
}

@media screen and (min-width: 49em) {
    #modal #hotspot-container .hotspot-quote span {
        font-size:1.5em
    }
}

#modal #hotspot-container .hotspot-media {
    position: relative;
    height: 0;
    width: 100%;
    margin: 2em auto 14px;
    padding-bottom: 56%
}

@media screen and (min-width: 49em) {
    #modal #hotspot-container .hotspot-media {
        margin-bottom:50px;
        margin-top: 0;
        padding-bottom: 53%
    }
}

@media screen and (min-width: 100em) {
    #modal #hotspot-container .hotspot-media {
        margin-bottom:80px
    }
}

#modal #hotspot-container .hotspot-media.portrait {
    padding-bottom: 177.77%;
    padding-top: 0;
    width: 75%
}

@media screen and (min-width: 49em) {
    #modal #hotspot-container .hotspot-media.portrait {
        width:100%
    }
}

#modal #hotspot-container .hotspot-media iframe,#modal #hotspot-container .hotspot-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000
}

#modal #hotspot-container .mejs-overlay-play {
    height: 100% !important
}

#modal #hotspot-container .mejs-overlay-button,#modal #hotspot-container .mejs-overlay-loading,#modal #hotspot-container .mejs-overlay-error {
    display: none !important
}

#modal #hotspot-container .mejs-controls {
    height: 55px;
    background: none
}

@media screen and (max-width: 49em) {
    #modal #hotspot-container .mejs-controls {
        height:45px
    }
}

#modal #hotspot-container .mejs-controls .mejs-playpause-button {
    width: auto;
    height: auto;
    margin: 0 0 0 24px
}

@media screen and (max-width: 49em) {
    #modal #hotspot-container .mejs-controls .mejs-playpause-button {
        margin-left:7px
    }
}

#modal #hotspot-container .mejs-controls .mejs-playpause-button button {
    width: 34px;
    height: 34px;
    margin: 0;
    background: url('img/video-play.png?1540966345') no-repeat;
    background-size: 100% auto;
    outline: none;
    -moz-transition: opacity,.2s;
    -o-transition: opacity,.2s;
    -webkit-transition: opacity,.2s;
    transition: opacity,.2s
}

#modal #hotspot-container .mejs-controls .mejs-playpause-button button:hover {
    opacity: 0.8
}

#modal #hotspot-container .mejs-controls .mejs-playpause-button.mejs-pause button {
    background-image: url('img/video-pause.png?1540966345')
}

#modal #hotspot-container .mejs-controls .mejs-time-rail {
    margin: 0 24px 0 72px
}

#modal #hotspot-container .mejs-controls .mejs-time-rail span,#modal #hotspot-container .mejs-controls .mejs-time-rail a {
    height: 8px;
    border-radius: 0
}

#modal #hotspot-container .mejs-controls .mejs-time-rail .mejs-time-buffering {
    animation: none
}

#modal #hotspot-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #424242
}

#modal #hotspot-container .mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 8px;
    background: #333
}

#modal #hotspot-container .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #e64626
}

#modal #hotspot-container .mejs-controls .mejs-time-rail .mejs-time-float {
    display: none !important
}

#modal #hotspot-container .mejs-controls .mejs-time {
    margin-right: 48px;
    font-family: "ApercuMono";
    font-size: 12px;
    line-height: 12px
}

#modal #hotspot-container .hotspot-gallery {
    position: relative;
    width: 100%
}

#modal #hotspot-container .gallery-item {
    position: relative;
    margin: 0;
    padding-bottom: 3em;
    width: 100%
}

#modal #hotspot-container .gallery-image-container {
    overflow: hidden;
    height: 0;
    padding: 0 0.25% 56.25%;
    width: 99.5%
}

#modal #hotspot-container .gallery-image-container img {
    width: 100%
}

#modal #hotspot-container .hotspot-media.portrait .gallery-image-container {
    padding: 0 0.25% 145%
}

#modal #hotspot-container .gallery-item-caption {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 1em;
    border-bottom: 1px solid #fff;
    padding: 1em 0.25%;
    text-align: right;
    font-family: "ApercuMono";
    font-size: 0.875em
}

@media screen and (max-width: 49em) {
    #modal #hotspot-container .gallery-item-caption {
        font-size:0.5em
    }
}

#modal #hotspot-container .gallery-item-caption:before {
    content: "";
    display: block;
    position: absolute;
    left: 0.25%;
    bottom: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #ffffff transparent
}

#modal #hotspot-container .slick-next,#modal #hotspot-container .slick-prev {
    position: absolute;
    top: 55%;
    border: none;
    outline: none;
    width: 32px;
    height: 32px;
    background: no-repeat #fff url(img/icon-arrows_sm.jpg) right top/auto 100%;
    padding: 0;
    text-indent: -99999px;
    opacity: 1;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

@media screen and (min-width: 49em) {
    #modal #hotspot-container .slick-next,#modal #hotspot-container .slick-prev {
        top:50%;
        width: 64px;
        height: 64px;
        background-image: url(img/icon-arrows.jpg)
    }
}

#modal #hotspot-container .hotspot-media.portrait .slick-next,#modal #hotspot-container .hotspot-media.portrait .slick-prev {
    top: 40%
}

#modal #hotspot-container .slick-prev {
    left: 0;
    background-position: left top;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

#modal #hotspot-container .slick-next {
    right: 0;
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

#modal #hotspot-container .slick-disabled {
    opacity: 0.2
}

#modal .hotspot-close {
    position: fixed;
    top: 20px;
    right: 10px;
    display: block;
    background: url(img/cursor-close.png) center center no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    padding: 10px;
    cursor: pointer
}

@media screen and (min-width: 49em) {
    #modal .hotspot-close {
        display:none
    }
}

#modal .decoration {
    -ms-transform: rotate(90deg);
    -ms-transform-origin: 0 50%;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: 0 50%;
    transform: rotate(90deg);
    transform-origin: 0 50%;
    font-family: "ApercuMono";
    position: fixed;
    left: 80px;
    top: 80px
}

@media screen and (max-width: 49em) {
    #modal .decoration {
        display:none !important
    }
}

#modal .decoration .sideText {
    font-size: 0.750em
}

#modal .decoration .decoration2 {
    -ms-transform: scale(-1, -1);
    -ms-transform-origin: 50% 50%;
    -webkit-transform: scale(-1, -1);
    -webkit-transform-origin: 50% 50%;
    transform: scale(-1, -1);
    transform-origin: 50% 50%
}

#modal .decoration .num {
    font-size: 1.25rem;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: 25% 50%;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: 25% 50%;
    transform: rotate(90deg);
    transform-origin: 25% 50%;
    display: inline-block;
    margin: 0 40px
}

#modal .content {
    width: 80%;
    max-width: 1280px;
    margin: 0 auto;
    padding-right: 2em;
    padding-left: 2em;
    color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%
}

@media screen and (min-width: 49em) {
    #modal .content {
        width:66%
    }
}

#modal .content a {
    color: #fff;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

#modal .content a:hover {
    opacity: 0.8
}

#modal .content img {
    max-width: 100%
}

#modal .content .cols {
    display: inline-block;
    width: auto
}

#modal .content .cols.block {
    display: block
}

#modal .content .cols>div {
    float: left
}

#modal .content .col-1 {
    width: 100%;
    float: none
}

#modal .content .col-6 {
    width: 100%
}

@media screen and (min-width: 49em) {
    #modal .content .col-6 {
        width:40%;
        margin: 0 5%
    }
}

#modal .content .col-2 {
    width: 100%
}

@media screen and (min-width: 49em) {
    #modal .content .col-2 {
        width:50%
    }
}

#modal .content h2 {
    font-family: "ApercuMedium";
    font-size: 2.4em;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    margin-bottom: 10px
}

@media screen and (min-width: 49em) {
    #modal .content h2 {
        font-size:3rem;
        line-height: 1.2em
    }
}

#modal .content p,#modal .content li,#modal .content td,#modal .content th {
    font-family: "Antwerp";
    font-size: 1.125em;
    line-height: 2.0em;
    margin-bottom: 1em;
    margin-top: 0
}

#modal .content li,#modal .content td {
    margin-bottom: .5em
}

#modal .content th {
    text-align: left;
    white-space: nowrap
}

#modal .content td {
    padding: 0 1em 0 0;
    white-space: nowrap
}

#modal .gradient {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0,0,0,0)),color-stop(100%, #000000));
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0),#000000);
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0),#000000);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0),#000000)
}

.tilt {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.tilt__back,.tilt__front {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tilt__back {
    position: relative
}

.tilt__front {
    position: absolute;
    top: 0;
    left: 0
}

#loading,.modalBtn {
    z-index: 200
}

#modal {
    z-index: 150
}

#final-frame {
    z-index: 100
}

#list-view {
    z-index: 70
}

#nav {
    z-index: 70
}

#nav-btn {
    z-index: 50
}

#map-btn {
    z-index: 50
}

#map-close {
    z-index: 50
}

.tempBlackFill {
    z-index: 40
}

.homepage-inner {
    z-index: 35
}

#homepage {
    z-index: 30
}

#location-hint,#location-title {
    z-index: 30
}

.gradient {
    z-index: 25
}

#video-controls {
    z-index: 25
}

.degrees {
    z-index: 20
}

#intro,#intro-fallback {
    z-index: 15
}

#intro-poster {
    z-index: 10
}

#pano {
    z-index: 5
}

.slick-next,.slick-prev {
    z-index: 5
}

.cf:after {
    content: "";
    display: table;
    clear: both
}

.control-replay a {
    z-index: 5
}
