/*
Theme Name: traffik2
/*!
Video.js Default Styles (http://videojs.com)
Version 4.12.9
Create your own skin at http://designer.videojs.com
*/

#contact .contact-footer>div .line,
.vert-center>div,
.video-js,
.vjs-error .vjs-error-display:before {
    vertical-align: middle
}
.vjs-default-skin {
    color: #ccc
}
@font-face {
    font-family: VideoJS;
    src: url(font/vjs.eot);
    src: url(font/vjs.eot?#iefix) format('embedded-opentype'), url(font/vjs.woff) format('woff'), url(font/vjs.ttf) format('truetype'), url(font/vjs.svg#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}
.vjs-default-skin .vjs-slider {
    outline: 0;
    position: relative;
    cursor: pointer;
    padding: 0;
    background-color: #333;
    background-color: rgba(51, 51, 51, .9)
}
.vjs-default-skin .vjs-slider:focus {
    -webkit-box-shadow: 0 0 2em #fff;
    -moz-box-shadow: 0 0 2em #fff;
    box-shadow: 0 0 2em #fff
}
.vjs-default-skin .vjs-slider-handle {
    position: absolute;
    left: 0;
    top: 0
}
.vjs-default-skin .vjs-slider-handle:before {
    content: "\e009";
    font-family: VideoJS;
    font-size: 1em;
    line-height: 1;
    text-align: center;
    text-shadow: 0 0 1em #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.vjs-default-skin .vjs-control-bar {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: #07141e;
    background-color: rgba(7, 20, 30, .7)
}
.vjs-default-skin .vjs-play-progress,
.vjs-default-skin .vjs-volume-level {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 #66a8cc
}
.vjs-default-skin.vjs-has-started .vjs-control-bar {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility .1s, opacity .1s;
    -moz-transition: visibility .1s, opacity .1s;
    -o-transition: visibility .1s, opacity .1s;
    transition: visibility .1s, opacity .1s
}
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 1s, opacity 1s;
    -moz-transition: visibility 1s, opacity 1s;
    -o-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s
}
.vjs-default-skin.vjs-controls-disabled .vjs-control-bar,
.vjs-default-skin.vjs-error .vjs-control-bar,
.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
    display: none
}
.vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible
}
@media \0screen {
    .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar:before {
        content: ""
    }
}
.vjs-default-skin .vjs-control {
    outline: 0;
    position: relative;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 3em;
    width: 4em
}
.vjs-default-skin .vjs-control:before {
    font-family: VideoJS;
    font-size: 1.5em;
    line-height: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
}
.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
    text-shadow: 0 0 1em #fff
}
.vjs-default-skin .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.vjs-default-skin .vjs-play-control {
    width: 5em;
    cursor: pointer
}
.vjs-default-skin .vjs-play-control:before {
    content: "\e001"
}
.vjs-default-skin.vjs-playing .vjs-play-control:before {
    content: "\e002"
}
.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
    font-size: 1.5em;
    line-height: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
}
.vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content {
    width: 4em;
    left: -2em;
    list-style: none
}
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
    cursor: pointer;
    float: right
}
.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
    content: "\e006"
}
.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
    content: "\e003"
}
.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
    content: "\e004"
}
.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
    content: "\e005"
}
.vjs-default-skin .vjs-volume-control {
    width: 5em;
    float: right
}
.vjs-default-skin .vjs-volume-bar {
    width: 5em;
    height: .6em;
    margin: 1.1em auto 0
}
.vjs-default-skin .vjs-volume-level {
    position: absolute;
    top: 0;
    left: 0;
    height: .5em;
    width: 100%
}
.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
    width: .5em;
    height: .5em;
    left: 4.5em
}
.vjs-default-skin .vjs-volume-handle:before {
    font-size: .9em;
    top: -.2em;
    left: -.2em;
    width: 1em;
    height: 1em
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu {
    display: block;
    width: 0;
    height: 0;
    border-top-color: transparent
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
    height: 0;
    width: 0
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing,
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu {
    border-top-color: rgba(7, 40, 50, .5)
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content,
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content {
    height: 2.9em;
    width: 10em
}
.vjs-default-skin .vjs-progress-control {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    font-size: .3em;
    height: 1em;
    top: -1em;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}
.vjs-default-skin:hover .vjs-progress-control {
    font-size: .9em;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}
.vjs-default-skin .vjs-progress-holder {
    height: 100%
}
.vjs-default-skin .vjs-progress-holder .vjs-load-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress div,
.vjs-default-skin .vjs-progress-holder .vjs-play-progress {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 0;
    left: 0;
    top: 0
}
.vjs-default-skin .vjs-load-progress {
    background: #646464;
    background: rgba(255, 255, 255, .2)
}
.vjs-default-skin .vjs-load-progress div {
    background: #787878;
    background: rgba(255, 255, 255, .1)
}
.vjs-default-skin .vjs-seek-handle {
    width: 1.5em;
    height: 100%
}
.vjs-default-skin .vjs-seek-handle:before {
    padding-top: .1em
}
.vjs-default-skin.vjs-live .vjs-progress-control,
.vjs-default-skin.vjs-live .vjs-time-controls,
.vjs-default-skin.vjs-live .vjs-time-divider {
    display: none
}
.vjs-default-skin.vjs-live .vjs-live-display {
    display: block
}
.vjs-default-skin .vjs-live-display {
    display: none;
    font-size: 1em;
    line-height: 3em
}
.vjs-default-skin .vjs-time-controls {
    font-size: 1em;
    line-height: 3em
}
.vjs-default-skin .vjs-current-time,
.vjs-default-skin .vjs-duration {
    float: left
}
.vjs-default-skin .vjs-remaining-time {
    display: none;
    float: left
}
.vjs-time-divider {
    float: left;
    line-height: 3em
}
.vjs-default-skin .vjs-fullscreen-control {
    width: 3.8em;
    cursor: pointer;
    float: right
}
.vjs-default-skin .vjs-fullscreen-control:before {
    content: "\e000"
}
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
    content: "\e00b"
}
.vjs-default-skin .vjs-big-play-button {
    left: .5em;
    top: .5em;
    font-size: 3em;
    display: block;
    z-index: 2;
    position: absolute;
    width: 4em;
    height: 2.6em;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
    background-color: #07141e;
    background-color: rgba(7, 20, 30, .7);
    border: .1em solid #3b4249;
    -webkit-border-radius: .8em;
    -moz-border-radius: .8em;
    border-radius: .8em;
    -webkit-box-shadow: 0 0 1em rgba(255, 255, 255, .25);
    -moz-box-shadow: 0 0 1em rgba(255, 255, 255, .25);
    box-shadow: 0 0 1em rgba(255, 255, 255, .25);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button,
.vjs-default-skin.vjs-has-started .vjs-big-play-button,
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button,
.vjs-error-display {
    display: none
}
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
    left: 50%;
    margin-left: -2.1em;
    top: 50%;
    margin-top: -1.4000000000000001em
}
.vjs-default-skin .vjs-big-play-button:focus,
.vjs-default-skin:hover .vjs-big-play-button {
    outline: 0;
    border-color: #fff;
    background-color: #505050;
    background-color: rgba(50, 50, 50, .75);
    -webkit-box-shadow: 0 0 3em #fff;
    -moz-box-shadow: 0 0 3em #fff;
    box-shadow: 0 0 3em #fff;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s
}
.vjs-default-skin .vjs-big-play-button:before {
    content: "\e001";
    font-family: VideoJS;
    line-height: 2.6em;
    text-shadow: .05em .05em .1em #000;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%
}
.vjs-error .vjs-error-display {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.vjs-error .vjs-error-display:before {
    content: 'X';
    font-family: Arial;
    font-size: 4em;
    color: #666;
    line-height: 1;
    text-shadow: .05em .05em .1em #000;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.5em;
    width: 100%
}
.vjs-error-display div {
    position: absolute;
    bottom: 1em;
    right: 0;
    left: 0;
    font-size: 1.4em;
    text-align: center;
    padding: 3px;
    background: #000;
    background: rgba(0, 0, 0, .5)
}
#cases .case,
#clients-grid .client-logo,
.vjs-poster {
    background-repeat: no-repeat
}
.vjs-error-display a,
.vjs-error-display a:visited {
    color: #F4A460
}
.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 4em;
    line-height: 1;
    width: 1em;
    height: 1em;
    margin-left: -.5em;
    margin-top: -.5em;
    opacity: .75
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
    -webkit-animation: spin 1.5s infinite linear;
    -moz-animation: spin 1.5s infinite linear;
    -o-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear
}
.vjs-error .vjs-loading-spinner {
    display: none;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none
}
.vjs-default-skin .vjs-loading-spinner:before {
    content: "\e01e";
    font-family: VideoJS;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    text-align: center;
    text-shadow: 0 0 .1em #000
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}
@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(359deg)
    }
}
.vjs-default-skin .vjs-menu-button {
    float: right;
    cursor: pointer
}
#landing .callout h1 span,
#what-we-do .box,
#what-we-do .box.left-align,
#what-we-do .what-we-do-container .left,
#what-we-do .what-we-do-container .right,
.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
    float: left
}
.vjs-default-skin .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    margin-bottom: 3em;
    border-left: 2em solid transparent;
    border-right: 2em solid transparent;
    border-top: 1.55em solid #000;
    border-top-color: rgba(7, 40, 50, .5)
}
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 10em;
    bottom: 1.5em;
    max-height: 15em;
    overflow: auto;
    left: -5em;
    background-color: #07141e;
    background-color: rgba(7, 20, 30, .7);
    -webkit-box-shadow: -.2em -.2em .3em rgba(255, 255, 255, .2);
    -moz-box-shadow: -.2em -.2em .3em rgba(255, 255, 255, .2);
    box-shadow: -.2em -.2em .3em rgba(255, 255, 255, .2)
}
.vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing,
.vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu {
    display: block
}
.vjs-default-skin.vjs-scrubbing .vjs-menu-button:hover .vjs-control-content .vjs-menu {
    display: none
}
.vjs-default-skin .vjs-menu-button ul li {
    list-style: none;
    margin: 0;
    padding: .3em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
    background-color: #000
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover,
.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover {
    outline: 0;
    color: #111;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    -webkit-box-shadow: 0 0 1em #fff;
    -moz-box-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff
}
.video-js,
.vjs-caption-settings,
.vjs-poster {
    background-color: #000
}
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 .3em;
    font-weight: 700;
    cursor: default
}
.vjs-default-skin .vjs-subtitles-button:before {
    content: "\e00c"
}
.vjs-default-skin .vjs-captions-button:before {
    content: "\e008"
}
.vjs-default-skin .vjs-chapters-button:before {
    content: "\e00c"
}
.vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content {
    width: 24em;
    left: -12em
}
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
    -webkit-box-shadow: 0 0 1em #fff;
    -moz-box-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff
}
.video-js {
    position: relative;
    padding: 0;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    font-family: Arial, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.video-js:-moz-full-screen {
    position: absolute
}
body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto
}
.video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%!important;
    height: 100%!important
}
.video-js:-webkit-full-screen {
    width: 100%!important;
    height: 100%!important
}
.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none
}
#navigation-toggle,
.close:focus,
.close:hover,
.project .project-video .fullscreen:hover,
.project .project-video .pause:hover,
.project .project-video .play:hover,
.vjs-poster {
    cursor: pointer
}
.vjs-poster {
    background-position: 50% 50%;
    background-size: contain;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
.vjs-poster img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    padding: 0;
    width: 100%
}
.video-js.vjs-has-started .vjs-poster {
    display: none
}
.video-js.vjs-audio.vjs-has-started .vjs-poster {
    display: block
}
.video-js.vjs-controls-disabled .vjs-poster,
.video-js.vjs-using-native-controls .vjs-poster {
    display: none
}
.video-js .vjs-text-track-display {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 3em;
    right: 0;
    pointer-events: none
}
.vjs-caption-settings {
    position: relative;
    top: 1em;
    opacity: .75;
    color: #FFF;
    margin: 0 auto;
    padding: .5em;
    height: 15em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 40em
}
.vjs-caption-settings .vjs-tracksettings {
    top: 0;
    bottom: 2em;
    left: 0;
    right: 0;
    position: absolute;
    overflow: auto
}
.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-controls:after,
.vjs-caption-settings .vjs-tracksettings-font:after {
    clear: both
}
.vjs-caption-settings .vjs-tracksettings-controls {
    position: absolute;
    bottom: 1em;
    right: 1em
}
.vjs-caption-settings .vjs-tracksetting {
    margin: 5px;
    padding: 3px;
    min-height: 40px
}
.vjs-caption-settings .vjs-tracksetting label {
    display: block;
    width: 100px;
    margin-bottom: 5px
}
.vjs-caption-settings .vjs-tracksetting span {
    display: inline;
    margin-left: 5px
}
.vjs-caption-settings .vjs-tracksetting>div {
    margin-bottom: 5px;
    min-height: 20px
}
.vjs-caption-settings .vjs-tracksetting>div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 0
}
.vjs-caption-settings label>input {
    margin-right: 10px
}
.vjs-caption-settings input[type=button] {
    width: 40px;
    height: 40px
}
.vjs-hidden {
    display: none!important
}
.vjs-lock-showing {
    display: block!important;
    opacity: 1;
    visibility: visible
}
.vjs-no-js {
    padding: 2em;
    color: #ccc;
    background-color: #333;
    font-size: 1.8em;
    font-family: Arial, sans-serif;
    text-align: center;
    width: 30em;
    height: 15em;
    margin: 0 auto
}
.vjs-no-js a,
.vjs-no-js a:visited {
    color: #F4A460
}
.ui-mprogress {
    pointer-events: none
}
.ui-mprogress .bar-bg,
.ui-mprogress .buffer-bg,
.ui-mprogress .deter-bar,
.ui-mprogress .indeter-bar,
.ui-mprogress .mp-ui-dashed,
.ui-mprogress .query-bar {
    position: fixed;
    z-index: 1032;
    left: 0;
    width: 100%;
    background: #3a81f0
}
.ui-mprogress .bar-bg,
.ui-mprogress .buffer-bg {
    z-index: 1031;
    background: #b0d0ef
}
.ui-mprogress .mp-ui-dashed {
    z-index: 1030;
    background: 0 0
}
.ui-mprogress .mp-ui-dashed:before {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    margin-top: 0;
    position: absolute;
    background: radial-gradient(#a9c0e9 0, #a9c0e9 16%, transparent 42%) 0 -23px;
    background-size: 10px 10px!important;
    -webkit-animation: buffer 3s infinite linear;
    -moz-animation: buffer 3s infinite linear;
    -ms-animation: buffer 3s infinite linear;
    -o-animation: buffer 3s infinite linear;
    animation: buffer 3s infinite linear
}
body,
html {
    background-color: #000
}
.ui-mprogress .peg {
    position: absolute;
    display: block;
    right: 0;
    width: 100px;
    height: 100%;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0, -4px);
    -moz-transform: rotate(3deg) translate(0, -4px);
    -ms-transform: rotate(3deg) translate(0, -4px);
    -o-transform: rotate(3deg) translate(0, -4px);
    transform: rotate(3deg) translate(0, -4px);
    box-shadow: none!important
}
.ui-mprogress .query-bar {
    -webkit-animation: querying 2800ms infinite linear;
    -moz-animation: querying 2800ms infinite linear;
    -ms-animation: querying 2800ms infinite linear;
    -o-animation: querying 2800ms infinite linear;
    animation: querying 2800ms infinite linear
}
.ui-mprogress .query-bar.end {
    -webkit-animation: endquery 1500ms linear;
    -moz-animation: endquery 1500ms linear;
    -ms-animation: endquery 1500ms linear;
    -o-animation: endquery 1500ms linear;
    animation: endquery 1500ms linear
}
.ui-mprogress .indeter-bar {
    -webkit-animation: indeterminate 2800ms infinite linear;
    -moz-animation: indeterminate 2800ms infinite linear;
    -ms-animation: indeterminate 2800ms infinite linear;
    -o-animation: indeterminate 2800ms infinite linear;
    animation: indeterminate 2800ms infinite linear
}
.mprogress-custom-parent {
    overflow: hidden;
    position: relative
}
.mprogress-custom-parent .bar-bg,
.mprogress-custom-parent .buffer-bg,
.mprogress-custom-parent .deter-bar,
.mprogress-custom-parent .indeter-bar,
.mprogress-custom-parent .mp-ui-dashed,
.mprogress-custom-parent .query-bar {
    position: absolute
}
@-moz-keyframes querying {
    0% {
        -webkit-transform: translateX(100%) scaleX(.7);
        -moz-transform: translateX(100%) scaleX(.7);
        -ms-transform: translateX(100%) scaleX(.7);
        -o-transform: translateX(100%) scaleX(.7);
        transform: translateX(100%) scaleX(.7)
    }
    20% {
        -webkit-transform: translateX(30%) scaleX(.7);
        -moz-transform: translateX(30%) scaleX(.7);
        -ms-transform: translateX(30%) scaleX(.7);
        -o-transform: translateX(30%) scaleX(.7);
        transform: translateX(30%) scaleX(.7)
    }
    30% {
        -webkit-transform: translateX(-20%) scaleX(.4);
        -moz-transform: translateX(-20%) scaleX(.4);
        -ms-transform: translateX(-20%) scaleX(.4);
        -o-transform: translateX(-20%) scaleX(.4);
        transform: translateX(-20%) scaleX(.4)
    }
    55% {
        -webkit-transform: translateX(-100%) scaleX(.1);
        -moz-transform: translateX(-100%) scaleX(.1);
        -ms-transform: translateX(-100%) scaleX(.1);
        -o-transform: translateX(-100%) scaleX(.1);
        transform: translateX(-100%) scaleX(.1)
    }
    55.99% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0)
    }
    56% {
        -webkit-transform: translateX(100%) scaleX(0);
        -moz-transform: translateX(100%) scaleX(0);
        -ms-transform: translateX(100%) scaleX(0);
        -o-transform: translateX(100%) scaleX(0);
        transform: translateX(100%) scaleX(0)
    }
    56.99% {
        -webkit-transform: translateX(100%) scaleX(.7);
        -moz-transform: translateX(100%) scaleX(.7);
        -ms-transform: translateX(100%) scaleX(.7);
        -o-transform: translateX(100%) scaleX(.7);
        transform: translateX(100%) scaleX(.7)
    }
    70% {
        -webkit-transform: translateX(35%) scaleX(.7);
        -moz-transform: translateX(35%) scaleX(.7);
        -ms-transform: translateX(35%) scaleX(.7);
        -o-transform: translateX(35%) scaleX(.7);
        transform: translateX(35%) scaleX(.7)
    }
    85% {
        -webkit-transform: translateX(-28%) scaleX(.3);
        -moz-transform: translateX(-28%) scaleX(.3);
        -ms-transform: translateX(-28%) scaleX(.3);
        -o-transform: translateX(-28%) scaleX(.3);
        transform: translateX(-28%) scaleX(.3)
    }
    95% {
        -webkit-transform: translateX(-100%) scaleX(.1);
        -moz-transform: translateX(-100%) scaleX(.1);
        -ms-transform: translateX(-100%) scaleX(.1);
        -o-transform: translateX(-100%) scaleX(.1);
        transform: translateX(-100%) scaleX(.1)
    }
    95.99% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0)
    }
    100% {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }
}
@-webkit-keyframes querying {
    0% {
        -webkit-transform: translateX(100%) scaleX(.7);
        -moz-transform: translateX(100%) scaleX(.7);
        -ms-transform: translateX(100%) scaleX(.7);
        -o-transform: translateX(100%) scaleX(.7);
        transform: translateX(100%) scaleX(.7)
    }
    20% {
        -webkit-transform: translateX(30%) scaleX(.7);
        -moz-transform: translateX(30%) scaleX(.7);
        -ms-transform: translateX(30%) scaleX(.7);
        -o-transform: translateX(30%) scaleX(.7);
        transform: translateX(30%) scaleX(.7)
    }
    30% {
        -webkit-transform: translateX(-20%) scaleX(.4);
        -moz-transform: translateX(-20%) scaleX(.4);
        -ms-transform: translateX(-20%) scaleX(.4);
        -o-transform: translateX(-20%) scaleX(.4);
        transform: translateX(-20%) scaleX(.4)
    }
    55% {
        -webkit-transform: translateX(-100%) scaleX(.1);
        -moz-transform: translateX(-100%) scaleX(.1);
        -ms-transform: translateX(-100%) scaleX(.1);
        -o-transform: translateX(-100%) scaleX(.1);
        transform: translateX(-100%) scaleX(.1)
    }
    55.99% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0)
    }
    56% {
        -webkit-transform: translateX(100%) scaleX(0);
        -moz-transform: translateX(100%) scaleX(0);
        -ms-transform: translateX(100%) scaleX(0);
        -o-transform: translateX(100%) scaleX(0);
        transform: translateX(100%) scaleX(0)
    }
    56.99% {
        -webkit-transform: translateX(100%) scaleX(.7);
        -moz-transform: translateX(100%) scaleX(.7);
        -ms-transform: translateX(100%) scaleX(.7);
        -o-transform: translateX(100%) scaleX(.7);
        transform: translateX(100%) scaleX(.7)
    }
    70% {
        -webkit-transform: translateX(35%) scaleX(.7);
        -moz-transform: translateX(35%) scaleX(.7);
        -ms-transform: translateX(35%) scaleX(.7);
        -o-transform: translateX(35%) scaleX(.7);
        transform: translateX(35%) scaleX(.7)
    }
    85% {
        -webkit-transform: translateX(-28%) scaleX(.3);
        -moz-transform: translateX(-28%) scaleX(.3);
        -ms-transform: translateX(-28%) scaleX(.3);
        -o-transform: translateX(-28%) scaleX(.3);
        transform: translateX(-28%) scaleX(.3)
    }
    95% {
        -webkit-transform: translateX(-100%) scaleX(.1);
        -moz-transform: translateX(-100%) scaleX(.1);
        -ms-transform: translateX(-100%) scaleX(.1);
        -o-transform: translateX(-100%) scaleX(.1);
        transform: translateX(-100%) scaleX(.1)
    }
    95.99% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0)
    }
    100% {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }
}
@-o-keyframes querying {
    0% {
        -webkit-transform: translateX(100%) scaleX(.7);
        -moz-transform: translateX(100%) scaleX(.7);
        -ms-transform: translateX(100%) scaleX(.7);
        -o-transform: translateX(100%) scaleX(.7);
        transform: translateX(100%) scaleX(.7)
    }
    20% {
        -webkit-transform: translateX(30%) scaleX(.7);
        -moz-transform: translateX(30%) scaleX(.7);
        -ms-transform: translateX(30%) scaleX(.7);
        -o-transform: translateX(30%) scaleX(.7);
        transform: translateX(30%) scaleX(.7)
    }
    30% {
        -webkit-transform: translateX(-20%) scaleX(.4);
        -moz-transform: translateX(-20%) scaleX(.4);
        -ms-transform: translateX(-20%) scaleX(.4);
        -o-transform: translateX(-20%) scaleX(.4);
        transform: translateX(-20%) scaleX(.4)
    }
    55% {
        -webkit-transform: translateX(-100%) scaleX(.1);
        -moz-transform: translateX(-100%) scaleX(.1);
        -ms-transform: translateX(-100%) scaleX(.1);
        -o-transform: translateX(-100%) scaleX(.1);
        transform: translateX(-100%) scaleX(.1)
    }
    55.99% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0)
    }
    56% {
        -webkit-transform: translateX(100%) scaleX(0);
        -moz-transform: translateX(100%) scaleX(0);
        -ms-transform: translateX(100%) scaleX(0);
        -o-transform: translateX(100%) scaleX(0);
        transform: translateX(100%) scaleX(0)
    }
    56.99% {
        -webkit-transform: translateX(100%) scaleX(.7);
        -moz-transform: translateX(100%) scaleX(.7);
        -ms-transform: translateX(100%) scaleX(.7);
        -o-transform: translateX(100%) scaleX(.7);
        transform: translateX(100%) scaleX(.7)
    }
    70% {
        -webkit-transform: translateX(35%) scaleX(.7);
        -moz-transform: translateX(35%) scaleX(.7);
        -ms-transform: translateX(35%) scaleX(.7);
        -o-transform: translateX(35%) scaleX(.7);
        transform: translateX(35%) scaleX(.7)
    }
    85% {
        -webkit-transform: translateX(-28%) scaleX(.3);
        -moz-transform: translateX(-28%) scaleX(.3);
        -ms-transform: translateX(-28%) scaleX(.3);
        -o-transform: translateX(-28%) scaleX(.3);
        transform: translateX(-28%) scaleX(.3)
    }
    95% {
        -webkit-transform: translateX(-100%) scaleX(.1);
        -moz-transform: translateX(-100%) scaleX(.1);
        -ms-transform: translateX(-100%) scaleX(.1);
        -o-transform: translateX(-100%) scaleX(.1);
        transform: translateX(-100%) scaleX(.1)
    }
    95.99% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0)
    }
    100% {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }
}
@keyframes querying {
    0% {
        -webkit-transform: translateX(100%) scaleX(.7);
        -moz-transform: translateX(100%) scaleX(.7);
        -ms-transform: translateX(100%) scaleX(.7);
        -o-transform: translateX(100%) scaleX(.7);
        transform: translateX(100%) scaleX(.7)
    }
    20% {
        -webkit-transform: translateX(30%) scaleX(.7);
        -moz-transform: translateX(30%) scaleX(.7);
        -ms-transform: translateX(30%) scaleX(.7);
        -o-transform: translateX(30%) scaleX(.7);
        transform: translateX(30%) scaleX(.7)
    }
    30% {
        -webkit-transform: translateX(-20%) scaleX(.4);
        -moz-transform: translateX(-20%) scaleX(.4);
        -ms-transform: translateX(-20%) scaleX(.4);
        -o-transform: translateX(-20%) scaleX(.4);
        transform: translateX(-20%) scaleX(.4)
    }
    55% {
        -webkit-transform: translateX(-100%) scaleX(.1);
        -moz-transform: translateX(-100%) scaleX(.1);
        -ms-transform: translateX(-100%) scaleX(.1);
        -o-transform: translateX(-100%) scaleX(.1);
        transform: translateX(-100%) scaleX(.1)
    }
    55.99% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0)
    }
    56% {
        -webkit-transform: translateX(100%) scaleX(0);
        -moz-transform: translateX(100%) scaleX(0);
        -ms-transform: translateX(100%) scaleX(0);
        -o-transform: translateX(100%) scaleX(0);
        transform: translateX(100%) scaleX(0)
    }
    56.99% {
        -webkit-transform: translateX(100%) scaleX(.7);
        -moz-transform: translateX(100%) scaleX(.7);
        -ms-transform: translateX(100%) scaleX(.7);
        -o-transform: translateX(100%) scaleX(.7);
        transform: translateX(100%) scaleX(.7)
    }
    70% {
        -webkit-transform: translateX(35%) scaleX(.7);
        -moz-transform: translateX(35%) scaleX(.7);
        -ms-transform: translateX(35%) scaleX(.7);
        -o-transform: translateX(35%) scaleX(.7);
        transform: translateX(35%) scaleX(.7)
    }
    85% {
        -webkit-transform: translateX(-28%) scaleX(.3);
        -moz-transform: translateX(-28%) scaleX(.3);
        -ms-transform: translateX(-28%) scaleX(.3);
        -o-transform: translateX(-28%) scaleX(.3);
        transform: translateX(-28%) scaleX(.3)
    }
    95% {
        -webkit-transform: translateX(-100%) scaleX(.1);
        -moz-transform: translateX(-100%) scaleX(.1);
        -ms-transform: translateX(-100%) scaleX(.1);
        -o-transform: translateX(-100%) scaleX(.1);
        transform: translateX(-100%) scaleX(.1)
    }
    95.99% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0)
    }
    100% {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }
}
@-moz-keyframes endquery {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) scaleX(1);
        -moz-transform: translateX(-100%) scaleX(1);
        -ms-transform: translateX(-100%) scaleX(1);
        -o-transform: translateX(-100%) scaleX(1);
        transform: translateX(-100%) scaleX(1)
    }
    10% {
        opacity: 1;
        -webkit-transform: translateX(-100%) scaleX(1);
        -moz-transform: translateX(-100%) scaleX(1);
        -ms-transform: translateX(-100%) scaleX(1);
        -o-transform: translateX(-100%) scaleX(1);
        transform: translateX(-100%) scaleX(1)
    }
    99% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes endquery {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) scaleX(1);
        -moz-transform: translateX(-100%) scaleX(1);
        -ms-transform: translateX(-100%) scaleX(1);
        -o-transform: translateX(-100%) scaleX(1);
        transform: translateX(-100%) scaleX(1)
    }
    10% {
        opacity: 1;
        -webkit-transform: translateX(-100%) scaleX(1);
        -moz-transform: translateX(-100%) scaleX(1);
        -ms-transform: translateX(-100%) scaleX(1);
        -o-transform: translateX(-100%) scaleX(1);
        transform: translateX(-100%) scaleX(1)
    }
    99% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0
    }
}
@-o-keyframes endquery {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) scaleX(1);
        -moz-transform: translateX(-100%) scaleX(1);
        -ms-transform: translateX(-100%) scaleX(1);
        -o-transform: translateX(-100%) scaleX(1);
        transform: translateX(-100%) scaleX(1)
    }
    10% {
        opacity: 1;
        -webkit-transform: translateX(-100%) scaleX(1);
        -moz-transform: translateX(-100%) scaleX(1);
        -ms-transform: translateX(-100%) scaleX(1);
        -o-transform: translateX(-100%) scaleX(1);
        transform: translateX(-100%) scaleX(1)
    }
    99% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0
    }
}
@keyframes endquery {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) scaleX(1);
        -moz-transform: translateX(-100%) scaleX(1);
        -ms-transform: translateX(-100%) scaleX(1);
        -o-transform: translateX(-100%) scaleX(1);
        transform: translateX(-100%) scaleX(1)
    }
    10% {
        opacity: 1;
        -webkit-transform: translateX(-100%) scaleX(1);
        -moz-transform: translateX(-100%) scaleX(1);
        -ms-transform: translateX(-100%) scaleX(1);
        -o-transform: translateX(-100%) scaleX(1);
        transform: translateX(-100%) scaleX(1)
    }
    99% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0
    }
}
@-moz-keyframes indeterminate {
    0% {
        -webkit-transform: translateX(-100%) scaleX(.2);
        -moz-transform: translateX(-100%) scaleX(.2);
        -ms-transform: translateX(-100%) scaleX(.2);
        -o-transform: translateX(-100%) scaleX(.2);
        transform: translateX(-100%) scaleX(.2)
    }
    20% {
        -webkit-transform: translateX(-40%) scaleX(.2);
        -moz-transform: translateX(-40%) scaleX(.2);
        -ms-transform: translateX(-40%) scaleX(.2);
        -o-transform: translateX(-40%) scaleX(.2);
        transform: translateX(-40%) scaleX(.2)
    }
    30% {
        -webkit-transform: translateX(0) scaleX(.5);
        -moz-transform: translateX(0) scaleX(.5);
        -ms-transform: translateX(0) scaleX(.5);
        -o-transform: translateX(0) scaleX(.5);
        transform: translateX(0) scaleX(.5)
    }
    55% {
        -webkit-transform: translateX(100%) scaleX(.7);
        -moz-transform: translateX(100%) scaleX(.7);
        -ms-transform: translateX(100%) scaleX(.7);
        -o-transform: translateX(100%) scaleX(.7);
        transform: translateX(100%) scaleX(.7)
    }
    55.99% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0)
    }
    56% {
        -webkit-transform: translateX(-100%) scaleX(0);
        -moz-transform: translateX(-100%) scaleX(0);
        -ms-transform: translateX(-100%) scaleX(0);
        -o-transform: translateX(-100%) scaleX(0);
        transform: translateX(-100%) scaleX(0)
    }
    56.99% {
        -webkit-transform: translateX(-100%) scaleX(.6);
        -moz-transform: translateX(-100%) scaleX(.6);
        -ms-transform: translateX(-100%) scaleX(.6);
        -o-transform: translateX(-100%) scaleX(.6);
        transform: translateX(-100%) scaleX(.6)
    }
    75% {
        -webkit-transform: translateX(-5%) scaleX(.6);
        -moz-transform: translateX(-5%) scaleX(.6);
        -ms-transform: translateX(-5%) scaleX(.6);
        -o-transform: translateX(-5%) scaleX(.6);
        transform: translateX(-5%) scaleX(.6)
    }
    85% {
        -webkit-transform: translateX(30%) scaleX(.3);
        -moz-transform: translateX(30%) scaleX(.3);
        -ms-transform: translateX(30%) scaleX(.3);
        -o-transform: translateX(30%) scaleX(.3);
        transform: translateX(30%) scaleX(.3)
    }
    98% {
        -webkit-transform: translateX(100%) scaleX(.2);
        -moz-transform: translateX(100%) scaleX(.2);
        -ms-transform: translateX(100%) scaleX(.2);
        -o-transform: translateX(100%) scaleX(.2);
        transform: translateX(100%) scaleX(.2)
    }
    99.99% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0)
    }
    100% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
@-webkit-keyframes indeterminate {
    0% {
        -webkit-transform: translateX(-100%) scaleX(.2);
        -moz-transform: translateX(-100%) scaleX(.2);
        -ms-transform: translateX(-100%) scaleX(.2);
        -o-transform: translateX(-100%) scaleX(.2);
        transform: translateX(-100%) scaleX(.2)
    }
    20% {
        -webkit-transform: translateX(-40%) scaleX(.2);
        -moz-transform: translateX(-40%) scaleX(.2);
        -ms-transform: translateX(-40%) scaleX(.2);
        -o-transform: translateX(-40%) scaleX(.2);
        transform: translateX(-40%) scaleX(.2)
    }
    30% {
        -webkit-transform: translateX(0) scaleX(.5);
        -moz-transform: translateX(0) scaleX(.5);
        -ms-transform: translateX(0) scaleX(.5);
        -o-transform: translateX(0) scaleX(.5);
        transform: translateX(0) scaleX(.5)
    }
    55% {
        -webkit-transform: translateX(100%) scaleX(.7);
        -moz-transform: translateX(100%) scaleX(.7);
        -ms-transform: translateX(100%) scaleX(.7);
        -o-transform: translateX(100%) scaleX(.7);
        transform: translateX(100%) scaleX(.7)
    }
    55.99% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0)
    }
    56% {
        -webkit-transform: translateX(-100%) scaleX(0);
        -moz-transform: translateX(-100%) scaleX(0);
        -ms-transform: translateX(-100%) scaleX(0);
        -o-transform: translateX(-100%) scaleX(0);
        transform: translateX(-100%) scaleX(0)
    }
    56.99% {
        -webkit-transform: translateX(-100%) scaleX(.6);
        -moz-transform: translateX(-100%) scaleX(.6);
        -ms-transform: translateX(-100%) scaleX(.6);
        -o-transform: translateX(-100%) scaleX(.6);
        transform: translateX(-100%) scaleX(.6)
    }
    75% {
        -webkit-transform: translateX(-5%) scaleX(.6);
        -moz-transform: translateX(-5%) scaleX(.6);
        -ms-transform: translateX(-5%) scaleX(.6);
        -o-transform: translateX(-5%) scaleX(.6);
        transform: translateX(-5%) scaleX(.6)
    }
    85% {
        -webkit-transform: translateX(30%) scaleX(.3);
        -moz-transform: translateX(30%) scaleX(.3);
        -ms-transform: translateX(30%) scaleX(.3);
        -o-transform: translateX(30%) scaleX(.3);
        transform: translateX(30%) scaleX(.3)
    }
    98% {
        -webkit-transform: translateX(100%) scaleX(.2);
        -moz-transform: translateX(100%) scaleX(.2);
        -ms-transform: translateX(100%) scaleX(.2);
        -o-transform: translateX(100%) scaleX(.2);
        transform: translateX(100%) scaleX(.2)
    }
    99.99% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0)
    }
    100% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
@-o-keyframes indeterminate {
    0% {
        -webkit-transform: translateX(-100%) scaleX(.2);
        -moz-transform: translateX(-100%) scaleX(.2);
        -ms-transform: translateX(-100%) scaleX(.2);
        -o-transform: translateX(-100%) scaleX(.2);
        transform: translateX(-100%) scaleX(.2)
    }
    20% {
        -webkit-transform: translateX(-40%) scaleX(.2);
        -moz-transform: translateX(-40%) scaleX(.2);
        -ms-transform: translateX(-40%) scaleX(.2);
        -o-transform: translateX(-40%) scaleX(.2);
        transform: translateX(-40%) scaleX(.2)
    }
    30% {
        -webkit-transform: translateX(0) scaleX(.5);
        -moz-transform: translateX(0) scaleX(.5);
        -ms-transform: translateX(0) scaleX(.5);
        -o-transform: translateX(0) scaleX(.5);
        transform: translateX(0) scaleX(.5)
    }
    55% {
        -webkit-transform: translateX(100%) scaleX(.7);
        -moz-transform: translateX(100%) scaleX(.7);
        -ms-transform: translateX(100%) scaleX(.7);
        -o-transform: translateX(100%) scaleX(.7);
        transform: translateX(100%) scaleX(.7)
    }
    55.99% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0)
    }
    56% {
        -webkit-transform: translateX(-100%) scaleX(0);
        -moz-transform: translateX(-100%) scaleX(0);
        -ms-transform: translateX(-100%) scaleX(0);
        -o-transform: translateX(-100%) scaleX(0);
        transform: translateX(-100%) scaleX(0)
    }
    56.99% {
        -webkit-transform: translateX(-100%) scaleX(.6);
        -moz-transform: translateX(-100%) scaleX(.6);
        -ms-transform: translateX(-100%) scaleX(.6);
        -o-transform: translateX(-100%) scaleX(.6);
        transform: translateX(-100%) scaleX(.6)
    }
    75% {
        -webkit-transform: translateX(-5%) scaleX(.6);
        -moz-transform: translateX(-5%) scaleX(.6);
        -ms-transform: translateX(-5%) scaleX(.6);
        -o-transform: translateX(-5%) scaleX(.6);
        transform: translateX(-5%) scaleX(.6)
    }
    85% {
        -webkit-transform: translateX(30%) scaleX(.3);
        -moz-transform: translateX(30%) scaleX(.3);
        -ms-transform: translateX(30%) scaleX(.3);
        -o-transform: translateX(30%) scaleX(.3);
        transform: translateX(30%) scaleX(.3)
    }
    98% {
        -webkit-transform: translateX(100%) scaleX(.2);
        -moz-transform: translateX(100%) scaleX(.2);
        -ms-transform: translateX(100%) scaleX(.2);
        -o-transform: translateX(100%) scaleX(.2);
        transform: translateX(100%) scaleX(.2)
    }
    99.99% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0)
    }
    100% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
@keyframes indeterminate {
    0% {
        -webkit-transform: translateX(-100%) scaleX(.2);
        -moz-transform: translateX(-100%) scaleX(.2);
        -ms-transform: translateX(-100%) scaleX(.2);
        -o-transform: translateX(-100%) scaleX(.2);
        transform: translateX(-100%) scaleX(.2)
    }
    20% {
        -webkit-transform: translateX(-40%) scaleX(.2);
        -moz-transform: translateX(-40%) scaleX(.2);
        -ms-transform: translateX(-40%) scaleX(.2);
        -o-transform: translateX(-40%) scaleX(.2);
        transform: translateX(-40%) scaleX(.2)
    }
    30% {
        -webkit-transform: translateX(0) scaleX(.5);
        -moz-transform: translateX(0) scaleX(.5);
        -ms-transform: translateX(0) scaleX(.5);
        -o-transform: translateX(0) scaleX(.5);
        transform: translateX(0) scaleX(.5)
    }
    55% {
        -webkit-transform: translateX(100%) scaleX(.7);
        -moz-transform: translateX(100%) scaleX(.7);
        -ms-transform: translateX(100%) scaleX(.7);
        -o-transform: translateX(100%) scaleX(.7);
        transform: translateX(100%) scaleX(.7)
    }
    55.99% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0)
    }
    56% {
        -webkit-transform: translateX(-100%) scaleX(0);
        -moz-transform: translateX(-100%) scaleX(0);
        -ms-transform: translateX(-100%) scaleX(0);
        -o-transform: translateX(-100%) scaleX(0);
        transform: translateX(-100%) scaleX(0)
    }
    56.99% {
        -webkit-transform: translateX(-100%) scaleX(.6);
        -moz-transform: translateX(-100%) scaleX(.6);
        -ms-transform: translateX(-100%) scaleX(.6);
        -o-transform: translateX(-100%) scaleX(.6);
        transform: translateX(-100%) scaleX(.6)
    }
    75% {
        -webkit-transform: translateX(-5%) scaleX(.6);
        -moz-transform: translateX(-5%) scaleX(.6);
        -ms-transform: translateX(-5%) scaleX(.6);
        -o-transform: translateX(-5%) scaleX(.6);
        transform: translateX(-5%) scaleX(.6)
    }
    85% {
        -webkit-transform: translateX(30%) scaleX(.3);
        -moz-transform: translateX(30%) scaleX(.3);
        -ms-transform: translateX(30%) scaleX(.3);
        -o-transform: translateX(30%) scaleX(.3);
        transform: translateX(30%) scaleX(.3)
    }
    98% {
        -webkit-transform: translateX(100%) scaleX(.2);
        -moz-transform: translateX(100%) scaleX(.2);
        -ms-transform: translateX(100%) scaleX(.2);
        -o-transform: translateX(100%) scaleX(.2);
        transform: translateX(100%) scaleX(.2)
    }
    99.99% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0)
    }
    100% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
@-moz-keyframes buffer {
    0% {
        opacity: 1;
        background-position: 0 -23px
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1;
        background-position: -200px -23px
    }
}
@-webkit-keyframes buffer {
    0% {
        opacity: 1;
        background-position: 0 -23px
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1;
        background-position: -200px -23px
    }
}
@-o-keyframes buffer {
    0% {
        opacity: 1;
        background-position: 0 -23px
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1;
        background-position: -200px -23px
    }
}
@keyframes buffer {
    0% {
        opacity: 1;
        background-position: 0 -23px
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1;
        background-position: -200px -23px
    }
}
.vert-center {
    display: table;
    min-height: 100%;
    width: 100%;
    height: 100%
}
.vert-center>div {
    display: table-cell;
    height: 100%
}
.hide-desktop {
    display: none!important
}
.hide-mobile,
.hide-tablet {
    display: block!important
}
@media all and (max-width: 699px) {
    .hide-desktop {
        display: block!important
    }
}
@media all and (max-width: 899px) {
    .hide-tablet {
        display: none!important
    }
}
@media all and (max-width: 699px) {
    .hide-mobile {
        display: none!important
    }
}
.show-ie8,
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
    display: none
}
body {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: 2s ease background-color;
    transition: 2s ease background-color
}
@font-face {
    font-family: HurmeGeometricSans1-Black;
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_0_0.eot);
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_0_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_0_0.woff) format('woff'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_0_0.ttf) format('truetype')
}
@font-face {
    font-family: HurmeGeometricSans1-BlackObl;
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_1_0.eot);
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_1_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_1_0.woff) format('woff'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_1_0.ttf) format('truetype')
}
@font-face {
    font-family: HurmeGeometricSans1-BoldObl;
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_2_0.eot);
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_2_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_2_0.woff) format('woff'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_2_0.ttf) format('truetype')
}
@font-face {
    font-family: HurmeGeometricSans2-Black;
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_3_0.eot);
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_3_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_3_0.woff) format('woff'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_3_0.ttf) format('truetype')
}
@font-face {
    font-family: HurmeGeometricSans2-BoldObl;
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_4_0.eot);
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_4_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_4_0.woff) format('woff'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_4_0.ttf) format('truetype')
}
@font-face {
    font-family: HurmeGeometricSans2-BlackObl;
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_5_0.eot);
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_5_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_5_0.woff) format('woff'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_5_0.ttf) format('truetype')
}
@font-face {
    font-family: HurmeGeometricSans1-Bold;
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_6_0.eot);
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_6_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_6_0.woff) format('woff'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_6_0.ttf) format('truetype')
}
@font-face {
    font-family: HurmeGeometricSans1-Hairline;
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_7_0.eot);
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_7_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_7_0.woff) format('woff'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_7_0.ttf) format('truetype')
}
@font-face {
    font-family: HurmeGeometricSans2-Bold;
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_8_0.eot);
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_8_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_8_0.woff) format('woff'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_8_0.ttf) format('truetype')
}
@font-face {
    font-family: HurmeGeometricSans2-Hairline;
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_9_0.eot);
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_9_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_9_0.woff) format('woff'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_9_0.ttf) format('truetype')
}
@font-face {
    font-family: HurmeGeometricSans1-Thin;
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_A_0.eot);
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_A_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_A_0.woff) format('woff'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_A_0.ttf) format('truetype')
}
@font-face {
    font-family: HurmeGeometricSans1-HairlineObl;
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_B_0.eot);
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_B_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_B_0.woff) format('woff'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_B_0.ttf) format('truetype')
}
@font-face {
    font-family: HurmeGeometricSans1-Light;
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_C_0.eot);
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_C_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_C_0.woff) format('woff'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_C_0.ttf) format('truetype')
}
@font-face {
    font-family: HurmeGeometricSans2-HairlineObl;
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_D_0.eot);
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_D_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_D_0.woff) format('woff'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_D_0.ttf) format('truetype')
}
@font-face {
    font-family: HurmeGeometricSans2-Light;
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_E_0.eot);
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_E_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_E_0.woff) format('woff'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_E_0.ttf) format('truetype')
}
@font-face {
    font-family: HurmeGeometricSans1-Regular;
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_F_0.eot);
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_F_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_F_0.woff) format('woff'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_F_0.ttf) format('truetype')
}
@font-face {
    font-family: HurmeGeometricSans1-SemiBold;
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_10_0.eot);
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_10_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_10_0.woff) format('woff'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_10_0.ttf) format('truetype')
}
@font-face {
    font-family: HurmeGeometricSans1-ThinObl;
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_11_0.eot);
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_11_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_11_0.woff) format('woff'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_11_0.ttf) format('truetype')
}
@font-face {
    font-family: HurmeGeometricSans1-LightObl;
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_12_0.eot);
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_12_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_12_0.woff) format('woff'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_12_0.ttf) format('truetype')
}
@font-face {
    font-family: HurmeGeometricSans2-LightObl;
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_13_0.eot);
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_13_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_13_0.woff) format('woff'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_13_0.ttf) format('truetype')
}
@font-face {
    font-family: HurmeGeometricSans1-RegularObl;
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_14_0.eot);
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_14_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_14_0.woff) format('woff'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_14_0.ttf) format('truetype')
}
@font-face {
    font-family: HurmeGeometricSans1-SemiBoldObl;
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_15_0.eot);
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_15_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_15_0.woff) format('woff'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_15_0.ttf) format('truetype')
}
@font-face {
    font-family: HurmeGeometricSans2-Thin;
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_16_0.eot);
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_16_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_16_0.woff) format('woff'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_16_0.ttf) format('truetype')
}
@font-face {
    font-family: HurmeGeometricSans2-Regular;
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_17_0.eot);
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_17_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_17_0.woff) format('woff'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_17_0.ttf) format('truetype')
}
@font-face {
    font-family: HurmeGeometricSans2-SemiBold;
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_18_0.eot);
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_18_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_18_0.woff) format('woff'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_18_0.ttf) format('truetype')
}
@font-face {
    font-family: HurmeGeometricSans2-ThinObl;
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_19_0.eot);
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_19_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_19_0.woff) format('woff'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_19_0.ttf) format('truetype')
}
@font-face {
    font-family: HurmeGeometricSans2-RegularObl;
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_1A_0.eot);
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_1A_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_1A_0.woff) format('woff'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_1A_0.ttf) format('truetype')
}
@font-face {
    font-family: HurmeGeometricSans2-SemiBoldObl;
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_1B_0.eot);
    src: url(/wp-content/themes/traffik/font/webfonts/2B6F3D_1B_0.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_1B_0.woff) format('woff'), url(/wp-content/themes/traffik/font/webfonts/2B6F3D_1B_0.ttf) format('truetype')
}
body,
html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: HurmeGeometricSans2-Regular, sans-serif;
    overflow: hidden
}
body.transparent {
    background-color: transparent
}
a,
a:focus,
a:hover {
    text-decoration: none;
    color: #d42b2b
}
a,
img {
    border: none;
    outline: 0
}
#base-overlay {
    position: fixed;
    z-index: 999999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #1a1a1a
}
#content {
    width: auto;
    height: auto
}
@media all and (max-width: 699px) {
    #content {
        width: 100%;
        height: auto;
        position: absolute;
        overflow-x: hidden!important
    }
}
#header {
    height: 12px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 60px;
    position: fixed;
    z-index: 99999999999999999;
    left: 0;
    right: 0;
    -webkit-transition: .5s ease background-color;
    transition: .5s ease background-color
}
#header>div {
    position: relative
}
#header.full {
    background-color: #1a1a1a;
    background-color: rgba(26, 26, 26, .2)
}
#header #navigation-toggle,
#header .brand {
    -webkit-transition: .5s ease opacity;
    transition: .5s ease opacity
}
#header #navigation-toggle:focus,
#header #navigation-toggle:hover,
#header .brand:focus,
#header .brand:hover {
    opacity: .7
}
@media all and (max-width: 699px) {
    #header {
        padding-left: 3em
    }
}
#navigation {
    position: fixed;
    z-index: 99999;
    width: 250px;
    right: -250px;
    top: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transition: .15s ease right;
    transition: .15s ease right
}
#navigation>div {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px
}
#navigation.open {
    right: 0
}
#navigation-toggle {
    position: absolute;
    z-index: 9999999999;
    top: -3px;
    right: 106px;
    padding: 10px;
    border: 1px solid #fff;
    -webkit-transition: .15s ease all;
    transition: .15s ease all
}
#navigation-toggle>div {
    position: relative;
    height: 15px;
    width: 15px;
    -webkit-transition: .15s ease all;
    transition: .15s ease all
}
#navigation-toggle>div span {
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: background 0 .3s;
    transition: background 0 .3s
}
#navigation-toggle>div span::after,
#navigation-toggle>div span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: "";
    -webkit-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0;
    transition-delay: .3s, 0
}
#navigation-toggle>div span::before {
    top: -5px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform
}
#navigation-toggle>div span::after {
    bottom: -5px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform
}
#navigation-toggle.open {
    border: 1px solid #d42b2b
}
#navigation-toggle.open>div {
    position: relative
}
#navigation-toggle.open>div span {
    background: 0 0
}
#navigation-toggle.open>div span::after,
#navigation-toggle.open>div span::before {
    background-color: #d42b2b;
    -webkit-transition-delay: 0, .3s;
    transition-delay: 0, .3s
}
#navigation-toggle.open>div span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
#navigation-toggle.open>div span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
#navigation #menu {
    margin-top: 100px
}
#navigation #menu ul {
    list-style: none;
    padding-left: 0
}
#navigation #menu ul li {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c5c5c5
}
#navigation #menu ul li a {
    color: #c5c5c5;
    font-family: HurmeGeometricSans2-Thin, sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    -webkit-transition: .15s ease color;
    transition: .15s ease color
}
#navigation #menu ul li a:focus,
#navigation #menu ul li a:hover {
    color: #fff
}
#navigation #menu ul li:last-child {
    border-bottom: none
}
#navigation #navigation-contact {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 105px
}
#navigation #navigation-contact .contact {
    margin-top: 30px
}
#navigation #navigation-contact .contact a,
#navigation #navigation-contact .contact p {
    text-align: center;
    color: #fff
}
#navigation #navigation-contact .contact p {
    margin: 0
}
#navigation #navigation-contact .contact p.location {
    color: #d42b2b;
    font-size: 13px;
    font-family: HurmeGeometricSans2-Regular, sans-serif;
    margin-bottom: 5px;
    letter-spacing: 2px
}
#navigation #navigation-contact .contact p.number {
    font-family: HurmeGeometricSans2-Thin, sans-serif;
    letter-spacing: 3px;
    font-size: 12px
}
#navigation #social-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center
}
#navigation .social {
    display: inline-block
}
#navigation .social .social-box {
    border: 1px solid #d42b2b;
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    padding: 0;
    margin-right: 10px
}
#navigation .social .social-box i {
    line-height: 24px
}
#navigation .social a:last-child .social-box {
    margin-right: 0
}
@media all and (max-width: 699px) {
    #navigation-toggle.open {
        border: none
    }
    #navigation-toggle {
        right: 3em;
        top: -10px
    }
    #navigation {
        width: 26em;
        right: -26em
    }
    #navigation #menu {
        margin-top: 7em
    }
    #navigation #menu ul li {
        padding-top: 1.5em;
        padding-bottom: 1.5em
    }
    #navigation #menu ul li a {
        font-size: 1.5em;
        font-family: HurmeGeometricSans2-Thin, sans-serif;
        font-weight: 300
    }
    #navigation #navigation-contact .contact {
        margin-top: 2em
    }
    #navigation #navigation-contact .contact p.location {
        font-size: 1.1em
    }
    #navigation #navigation-contact .contact p.number {
        font-size: .8em;
        letter-spacing: 1px
    }
    #navigation .social .social-box {
        width: 2.75em;
        height: 2.75em;
        margin-right: 2em
    }
    #navigation .social .social-box i {
        color: #d42b2b;
        font-size: 1.5em;
        line-height: 1.85em
    }
    #navigation .social a:last-child .social-box {
        margin-right: 0
    }
}
@media only screen and (max-device-width: 1100px) and (orientation: landscape) {
    #navigation #navigation-contact,
    #navigation #social-container {
        display: none
    }
    #navigation #menu {
        margin-top: 4em
    }
    #navigation #menu ul li a {
        font-size: 1em
    }
}
.ui-mprogress .bar-bg,
.ui-mprogress .buffer-bg,
.ui-mprogress .deter-bar,
.ui-mprogress .indeter-bar,
.ui-mprogress .mp-ui-dashed,
.ui-mprogress .query-bar {
    bottom: 0;
    top: auto;
    background-color: #d42b2b;
    height: 8px
}
.ui-mprogress .bar-bg,
.ui-mprogress .buffer-bg {
    background-color: rgba(212, 43, 43, .5)
}
#big-video-wrap>div {
    z-index: -1;
    position: fixed!important
}
#big-video-image {
    position: absolute
}
#landing {
    position: relative;
    background-image: url(/wp-content/themes/traffik/img/Traffik-pattern-trans.png);
    -webkit-transition: 1s ease background-color;
    transition: 1s ease background-color
}
#landing .video {
    position: absolute;
    z-index: -1!important;
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-width: 100%;
    display: none
}
#landing .video embed,
#landing .video iframe,
#landing .video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}
#landing .callout-container {
    width: 100%;
    height: 100%;
    position: fixed;
    transform: translate3d(0, 0, 1px);
    -webkit-transform: translate3d(0, 0, 1px)
}
#landing .callout-outer {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.callout-container.skrollable.skrollable-after {
    display: none
}
#landing .callout-inner.double {
    height: 120px
}
@media all and (max-width: 1100px) {
    #landing .callout-inner.double {
        height: 85px
    }
}
@media all and (max-width: 900px) {
    #landing .callout-inner.double {
        height: 68px
    }
}
@media all and (max-width: 699px) {
    #landing .callout-inner.double {
        height: auto
    }
    #landing .vert-center.mobile-fix {
        position: relative;
        bottom: 0
    }
}
#landing .white-border {
    margin-left: 135px;
    width: 8px;
    background-color: #fff;
    height: 172px;
    margin-bottom: 11px
}
#landing .callout {
    display: none;
    opacity: 0;
    margin-left: 145px;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0)
}
#landing .callout img {
    margin-left: 30px;
    margin-top: -10px;
    margin-right: -15px;
    float:left;
}
#landing .callout h1 {
    display: block;
    margin: 0;
    padding-left: 30px;
    color: #fff;
    font-family: HurmeGeometricSans2-SemiBold, sans-serif;
    letter-spacing: 2px;
    font-size: 52px
}
#landing .callout h1 span {
    display: block;
    margin: 0
}
#landing .callout h1 span.thin {
    font-family: HurmeGeometricSans2-Thin, sans-serif
}
#landing .callout h1 span.space {
    width: 15px;
    height: 52px
}
#landing .callout h1 span.line-break {
    clear: both;
    height: 52px;
    width: 1px
}
@media all and (max-width: 1100px) {
    #landing .white-border {
        margin-left: 115px;
        width: 6px;
        height: 125px;
        margin-bottom: 6px
    }
    #landing .callout {
        margin-left: 125px
    }
    #landing .callout h1 {
        font-size: 40px;
        line-height: 47px
    }
    #landing .callout h1 span.line-break,
    #landing .callout h1 span.space {
        height: 47px
    }
    #landing .callout img {
        margin-left: 40px;
        margin-top: 0;
        height: 130px
    }
}
@media all and (max-width: 900px) {
    #landing .white-border {
        width: 6px;
        height: 98px
    }
    #landing .callout {
        margin-left: 118px
    }
    #landing .callout h1 {
        font-size: 30px;
        line-height: 37px
    }
    #landing .callout h1 span.line-break,
    #landing .callout h1 span.space {
        height: 37px
    }
    #landing .callout img {
        margin-top: 0;
        height: 101px
    }
}
@media all and (max-width: 699px) {
    #landing {
        background-image: url(/wp-content/themes/traffik/img/mobile-back.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center 0
    }
    #landing .vert-center {
        position: absolute;
        width: auto;
        height: 10em;
        min-height: 0;
        left: 0;
        bottom: 2.75em
    }
    #landing .white-border {
        margin-left: 3em;
        margin-bottom: .8em;
        height: 13.75em
    }
    #landing .callout-container {
        position: absolute
    }
    #landing .callout {
        margin-left: 2.5em
    }
    #landing .callout h1 {
        -webkit-transition: none!important;
        transition: none!important;
        font-size: 3em;
        line-height: 1.25em;
        letter-spacing: 1px
    }
    #landing .callout h1 span.line-break,
    #landing .callout h1 span.space {
        height: 1.25em
    }
    #landing .callout h1 span.space {
        width: .4em
    }
    #landing .callout h1 span.thin {
        font-family: HurmeGeometricSans2-Light, sans-serif;
        font-weight: 300
    }
    #landing .callout img {
        position: absolute;
        top: -9.5em;
        margin-left: 1em;
        left: 0;
        height: 8em
    }
}
#what-we-do {
    border-bottom: 8px solid #d42b2b;
    background-color: #fff;
    min-height: 700px;
    height: 700px;
    background-image: url(/wp-content/themes/traffik/img/callout1-background-tile.png);
    position: relative
}
#what-we-do .what-we-do-container {
    width: 1050px;
    margin: 0 auto
}
#what-we-do .what-we-do-container .left {
    width: 69%;
    margin-left: auto;
    margin-right: auto
}
#what-we-do .what-we-do-container .right {
    width: 16%
}
#what-we-do .vert-center {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
#what-we-do .left {
    margin-top: 22px;
    position: relative
}
#what-we-do .left .title h2 {
    font-family: HurmeGeometricSans2-SemiBold, sans-serif;
    letter-spacing: 2px;
    font-size: 68px;
    line-height: 70px;
    margin: 0;
    padding-bottom: 30px
}
#what-we-do .left .title h2 span {
    color: #d42b2b;
    font-family: HurmeGeometricSans2-Thin, sans-serif
}
#what-we-do .left .black-line {
    background-color: #000;
    height: 8px
}
#what-we-do .left .description {
    padding-top: 30px;
    margin-right: 30px;
    width: 700px;
    height: 100px;
    position: absolute
}
#what-we-do .left .description p {
    font-family: HurmeGeometricSans2-Thin, sans-serif;
    letter-spacing: 1px;
    font-size: 19px;
    margin: 0
}
#what-we-do .left .tagline {
    margin-top: 120px;
    position: absolute
}
#awards,
#cases .case-view,
#clients {
    position: relative
}
#what-we-do .left .tagline p {
    color: #d42b2b;
    font-size: 19px;
    letter-spacing: 1px
}
#what-we-do .box {
    margin-top: 205px;
    width:30%;
    font-size:15px;
}
#what-we-do .box.digital {
    float: left;
    width: 20%;
}
#what-we-do .box.live {
    float: left;
    width: 30%;
}
#what-we-do .box.field {
    float: left;
    width: 20%;
}
#what-we-do .list p,
#what-we-do .title h3 {
    margin: 0
}
#what-we-do .title h3 {
    font-size: 32px;
    margin-bottom: 5px
}
#what-we-do .list {
    font-style:italic;
    font-size:15px; 
    padding-left:15px;
    padding-right:15px;
    margin-top:0;
    /*border-left:4px solid #000*/
}
#what-we-do .list p {
    font-family: HurmeGeometricSans2-ThinObl, sans-serif;
    font-size: 17px
}
@media all and (max-width: 1100px) {
	#what-we-do .list {
		font-size:13px;	
	}
    #what-we-do .box.live {
        margin-left: 0;
        width:30%;
    }
    #what-we-do .box.field {
        margin-left: 0;
    }
    #what-we-do .box.digital {
        margin-left: 0;
    }
    #what-we-do .box.shopper {
        margin-left: 0;
        width:30%;
    }
    #what-we-do .what-we-do-container .right {
        width: 19%
    }
    #what-we-do .what-we-do-container .left {
        margin-right: 12%;
        margin-top: 37px
    }
    #what-we-do .what-we-do-container {
        width: 800px
    }
    #what-we-do .left .title h2 {
        font-size: 50px;
        line-height: 50px;
        padding-bottom: 20px
    }
    #what-we-do .left .description {
        padding-top: 30px;
        border: none;
        width: 550px
    }
    #what-we-do .left .black-line {
        height: 6px
    }
    #what-we-do .left .description p,
    #what-we-do .left .tagline p {
        font-size: 16px
    }
    #what-we-do .right .title h3 {
        font-size: 25px
    }
    #what-we-do .right .list p {
        font-size: 15px
    }
}
@media all and (max-width: 899px) {
    #what-we-do .what-we-do-container {
        width: 540px
    }
    #what-we-do .what-we-do-container .left,
    #what-we-do .what-we-do-container .right {
        float: none;
        width: 100%
    }
    #what-we-do .what-we-do-container .right .box {
        float: left;
        margin-top: 0
    }
    #what-we-do .what-we-do-container .right .box.digital {
        margin-left: 90px;
        margin-right: 90px
    }
    #what-we-do .left .title h2 {
        font-size: 47px
    }
    #what-we-do .what-we-do-container .right {
        margin-top: 200px
    }
}
@media all and (max-width: 699px) {
	#what-we-do .list {
		font-size:15px;	
	}
    #what-we-do .box {
        
        width: 100%
    }
       #what-we-do .box.live {
	       margin-top:1em;
        margin-left: 0;
       width: 100%
    }
    #what-we-do .box.field {
	    margin-top: 1em;
        margin-left: 0;
      width: 100%
    }
    #what-we-do .box.digital {
	    margin-top: 1em;
        margin-left: 0;
        width: 100%
    }
    #what-we-do .box.shopper {
	    margin-top: 65%;
        margin-left: 0;
        width: 100%
    }

    #what-we-do .box.center-align {
        margin-left: 0
    }
    #what-we-do .box.right-align {
        width: auto
    }
    #what-we-do .title h3 {
        font-size: 2.2em
    }
    #what-we-do .list p {
        font-size: 1.2em
    }
    #what-we-do {
        height: 75rem;
        min-height: 0
    }
    #what-we-do .what-we-do-container {
        width: 37em
    }
    #what-we-do .what-we-do-container .left {
        margin-top: 0
    }
    #what-we-do .left .title h2 {
        font-size: 2.75em;
        line-height: 1.25em;
        padding-bottom: .5em
    }
    #what-we-do .left .description {
        padding-top: 2.5em;
        width: 36em;
        margin-right: 3em
    }
    #what-we-do .left .description p {
        font-size: 1.75em
    }
    #what-we-do .left .tagline {
        margin-top: 52%;
        width: 36em
    }
    #what-we-do .left .tagline p {
        font-size: 1.5em
    }
    #what-we-do .what-we-do-container .right {
        margin-top: 29em
    }
    #what-we-do .right .title h3 {
        font-size: 1.75em
    }
    #what-we-do .right .list p {
        font-size: 1.25em
    }
    #what-we-do .what-we-do-container .right .box.digital {
        margin-left: 3em;
        margin-right: 3em
    }
    #what-we-do .right .list {
        padding-left: 1.5em
    }
}

@media all and (max-width: 480px) {
	#what-we-do {
        height: 130em;
        min-height: 0
    }
    
    #what-we-do .box.shopper {
	    margin-top: 70%;
        margin-left: 0;
        width: 100%
    }
}
#awards {
    background-color: #d42b2b;
    background-image: url(/wp-content/themes/traffik/img/callout2-background-tile.png)
}
#awards-container {
    width: 1050px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 50px
}
#awards #awards-title {
    float: left;
    width: 33%;
    padding-bottom: 100px
}
#awards #awards-title h2 {
    margin: 0
}
#awards #awards-title h2.text {
    line-height: 45px;
    font-size: 51px;
    font-family: HurmeGeometricSans2-SemiBold, sans-serif
}
#awards #awards-title h2.date {
    float: left;
    color: #fff;
    letter-spacing: 2px;
    font-size: 54px;
    font-family: HurmeGeometricSans2-Hairline, sans-serif
}
#awards #awards-title .line {
    display: inline-block;
    height: 6px;
    width: 55px;
    background-color: #000;
    margin-top: 42px;
    margin-left: 10px
}
#awards .awards-list {
    width: 33%;
    float: left;
    padding-bottom: 50px
}
#awards .awards-list p {
    margin: 0
}
#awards .awards-list .list-title {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 13px;
    border-bottom: 2px solid #000;
    font-family: HurmeGeometricSans2-SemiBold, sans-serif;
    letter-spacing: .025em
}
#awards .awards-list .list-item {
    margin-bottom: 20px
}
#awards .awards-list .list-item .subtext,
#awards .awards-list .list-item .text {
    line-height: 19px
}
#awards .awards-list .list-item .text {
    font-size: 14px;
    font-family: HurmeGeometricSans2-Regular, sans-serif;
    color: #fff;
    letter-spacing: 1px
}
#awards .awards-list .list-item .subtext {
    font-size: 14px;
    font-family: HurmeGeometricSans2-ThinObl, sans-serif;
    color: #fff;
    letter-spacing: .025em
}
@media all and (max-width: 1050px) {
    #awards-container {
        width: 100%
    }
    #awards #awards-title,
    #awards .awards-list {
        width: 40%;
        margin-left: 5%;
        margin-right: 5%
    }
    #awards #awards-title .line {
        width: 40px
    }
    #awards .awards-list .list-title {
        font-size: 1em
    }
    #awards .awards-list .list-item .text {
        font-size: .9em
    }
    #awards .awards-list .list-item .subtext {
        font-size: .85em
    }
    #awards .awards-list .list-item .subtext,
    #awards .awards-list .list-item .text {
        line-height: 1.3em
    }
}
@media all and (max-width: 699px) {
    #awards-container {
        padding-top: 50px
    }
    #awards #awards-title {
        padding-bottom: 50px
    }
    #awards #awards-title,
    #awards .awards-list {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%
    }
    #awards .awards-list .list-title {
        font-size: 2em
    }
    #awards .awards-list .list-item .text {
        font-size: 1.8em
    }
    #awards .awards-list .list-item .subtext {
        font-size: 1.7em
    }
    #awards .awards-list .list-item .subtext,
    #awards .awards-list .list-item .text {
        line-height: 1.6em
    }
}
#clients {
    background-color: #fff;
    border-top: 8px solid #000
}
#clients-container {
    width: 1050px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px
}
#clients-title {
    font-size: 55px;
    font-family: HurmeGeometricSans2-Hairline, sans-serif;
    padding-bottom: 20px
}
#clients-title p {
    margin: 0;
    float: left
}
#clients-title span {
    margin-left: 15px;
    font-family: HurmeGeometricSans2-SemiBold, sans-serif
}
#clients-title span.line {
    display: inline-block;
    width: 755px;
    height: 6px;
    background-color: #c5c5c5
}
#cases,
#cases .case-view {
    background-color: #000
}
#clients-grid {
    clear: both;
    padding-bottom: 40px;
    border-bottom: 6px solid #fff;
    border-bottom: 6px solid #c5c5c5
}
#clients-grid .client-logo {
    float: left;
    width: 7%;
    padding-bottom: 6%;
    background-size: cover;
    background-position: center center;
    margin: 10px 2.75%
}
@media all and (max-width: 1050px) {
    #clients-container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box
    }
    #clients-title p {
        line-height: 12px
    }
    #clients-title span.line {
        width: 100%;
        margin-left: 0
    }
}
@media all and (max-width: 900px) {
    #clients-grid .client-logo {
        width: 14%;
        padding-bottom: 12%;
        margin-left: 5.5%;
        margin-right: 5.5%
    }
}
@media all and (max-width: 699px) {
    #clients-grid .client-logo {
        width: 28%;
        padding-bottom: 22%;
        margin-left: 11%;
        margin-right: 11%
    }
}
#cases .case-view {
    width: 100%;
    float: left;
    -webkit-transition: .25s ease padding-bottom;
    transition: .25s ease padding-bottom
}
#cases .case-view .injector {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999
}
#cases .case-view.open {
    padding-bottom: 26.5em
}
#cases .case {
    float: left;
    width: 20%;
    padding-bottom: 19%;
    position: relative;
    background-size: cover;
    background-position: center 0;
    overflow: hidden
}
#cases .case a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}
#cases .case .case-title {
    position: absolute;
    z-index: 1;
    bottom: 1em;
    left: 1em;
    padding-right: .1em;
    border-bottom: 0;
    -webkit-transition: .15s ease bottom;
    transition: .15s ease bottom
}
#cases .case .case-title h2 {
    font-family: HurmeGeometricSans2-Thin, sans-serif;
    font-size: .6em;
    letter-spacing: 2px;
    line-height: 1.25em;
    color: #fff;
    margin: 0;
    -webkit-transition: .15s ease color;
    transition: .15s ease color
}
#cases .case .case-title h2 span {
    font-family: HurmeGeometricSans2-SemiBold, sans-serif
}
#cases .case .case-title .bottom-divider {
    height: .15em;
    width: 2.5em;
    margin-top: .5em;
    background-color: #fff;
    -webkit-transition: .15s ease background-color;
    transition: .15s ease background-color
}
#cases #our-work.case {
    background-color: #d42b2b
}
#cases #our-work.case .case-title {
    padding-bottom: .5em;
    padding-right: 1.5em;
    border-bottom: .2em solid #fff
}
#cases #our-work.case .case-title h2 {
    font-size: 1.75em;
    letter-spacing: 0;
    line-height: 1em
}
#cases .case>div.overlay .blurb {
    position: absolute;
    bottom: 1em;
    left: 1em;
    right: 1em
}
#cases .case>div.overlay,
#cases .case>div.underlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}
#cases .case>div.overlay .blurb p {
    margin: 0;
    font-size: .45em;
    letter-spacing: .05em;
    font-family: HurmeGeometricSans2-Thin, sans-serif
}
#cases .case>div.overlay {
    background-color: #fff;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .35s ease all;
    transition: .35s ease all
}
#cases .case.extra-height.open>div.underlay .case-title,
#cases .case.extra-height:hover>div.underlay .case-title,
#cases .case.open>div.underlay .case-title,
#cases .case:hover>div.underlay .case-title {
    bottom: 3.75em
}
#cases .case.open>div.overlay,
#cases .case:hover>div.overlay {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
#cases .case.open>div.underlay .case-title h2,
#cases .case:hover>div.underlay .case-title h2 {
    color: #000
}
#cases .case.open>div.underlay .case-title .bottom-divider,
#cases .case:hover>div.underlay .case-title .bottom-divider {
    background-color: #000
}
#cases #mobile-video-player,
#cases .case div[id^=vjs_video_] {
    display: none
}
@media all and (max-width: 699px) {
    #cases .case .case-title,
    #cases .case>div.overlay .blurb {
        bottom: 2em;
        left: 2em
    }
    #cases .case .case-title h2 {
        font-family: HurmeGeometricSans2-Thin, sans-serif;
        font-weight: 300
    }
    #cases .case .case-title h2 span {
        font-family: HurmeGeometricSans2-SemiBold, sans-serif;
        font-weight: 500
    }
    #cases #mobile-video-player {
        display: block;
        position: absolute;
        z-index: -1;
        top: 0
    }
    #cases .case {
        width: 50%;
        padding-bottom: 50%
    }
    #cases .case video {
        width: 100%;
        height: 100%
    }
    #cases .case div[id^=vjs_video_] {
        width: 0!important;
        height: 0!important
    }
    #cases .case div[id^=vjs_video_] .vjs-poster {
        z-index: -1
    }
    #cases .case-view {
        display: none
    }
    #cases .case-view.open {
        padding-bottom: 0
    }
    #cases #our-work.case {
        background-color: #d42b2b
    }
    #cases #our-work.case .case-title {
        padding-bottom: 1.5em;
        padding-right: 1.5em;
        border-bottom: .5em solid #fff
    }
    #cases #our-work.case .case-title h2 {
        font-size: 3.75em;
        letter-spacing: 0;
        line-height: 1em
    }
    #cases .case .case-title h2 {
        font-size: 1.75em
    }
    #cases .case .case-title .bottom-divider {
        height: .3em;
        width: 5.5em;
        margin-top: 1em
    }
    #cases .case>div.overlay .blurb p {
        font-size: 1em
    }
    #cases .case.extra-height.open>div.underlay .case-title,
    #cases .case.extra-height:hover>div.underlay .case-title,
    #cases .case.open>div.underlay .case-title,
    #cases .case:hover>div.underlay .case-title {
        bottom: 2em
    }
    #cases .case.extra-height.open>div.underlay .case-title h2,
    #cases .case.extra-height:hover>div.underlay .case-title h2,
    #cases .case.open>div.underlay .case-title h2,
    #cases .case:hover>div.underlay .case-title h2 {
        color: #fff
    }
    #cases .case.extra-height.open>div.underlay .case-title .bottom-divider,
    #cases .case.extra-height:hover>div.underlay .case-title .bottom-divider,
    #cases .case.open>div.underlay .case-title .bottom-divider,
    #cases .case:hover>div.underlay .case-title .bottom-divider {
        background-color: #fff
    }
    #cases .case.open>div.overlay,
    #cases .case:hover>div.overlay {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%)
    }
}
.close {
    position: absolute;
    right: 1em;
    top: 1.25em;
    height: 1.5em;
    width: 1.5em
}
.close span {
    display: block;
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    height: 1px;
    background: 0 0
}
.close span::after,
.close span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #d42b2b;
    -webkit-transition-delay: 0, .3s;
    transition-delay: 0, .3s
}
.close span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.close span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.project {
    width: 22em;
    margin: 0 auto 0 -11em;
    position: absolute;
    left: 50%
}
.project p.project-description {
    width: 94%;
    text-align: justify;
    font-family: HurmeGeometricSans2-Thin, sans-serif;
    font-size: .4em;
    line-height: 1.5em;
    color: #fff;
    letter-spacing: 1px;
    border-left: .4em solid #fff;
    padding-left: 3em;
    padding-top: .5em;
    padding-bottom: .5em
}
.project .vjs-default-skin .vjs-control-bar {
    height: 1.2em;
    background-color: rgba(0, 0, 0, .7)
}
.project .vjs-default-skin .vjs-play-control {
    width: 1.3em;
    margin-top: .2em
}
.project .vjs-default-skin .vjs-control:before {
    font-size: .5em
}
.project .vjs-default-skin .vjs-control {
    height: 1em
}
.project .vjs-default-skin .vjs-time-controls {
    font-size: .5em;
    line-height: 2.1em;
    width: 3em;
    margin-top: .375em
}
.project .vjs-time-divider {
    line-height: 2em;
    font-size: .5em;
    margin-top: .375em
}
.project .vjs-default-skin .vjs-volume-bar {
    height: .2em;
    margin: .4em auto 0
}
.project .vjs-default-skin .vjs-volume-level {
    height: .2em;
    background-color: #d42b2b
}
.project .vjs-default-skin .vjs-progress-control {
    height: .2em;
    top: 0
}
.project .vjs-default-skin:hover .vjs-progress-control {
    height: .2em
}
.project .vjs-default-skin .vjs-play-progress {
    background-color: #d42b2b;
    height: .2em!important
}
.project .vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
    width: .2em;
    height: .2em
}
.project .vjs-default-skin .vjs-volume-handle:before {
    font-size: .4em;
    top: -.25em
}
.project .vjs-default-skin .vjs-slider-handle:before {
    content: ""
}
.project .vjs-default-skin .vjs-mute-control {
    width: 1.3em;
    margin-top: .175em
}
.project .vjs-default-skin .vjs-volume-control {
    width: 4.1em;
    margin-top: .175em
}
.project .vjs-default-skin .vjs-fullscreen-control {
    top: -10.75em;
    width: 1em;
    right: 0;
    color: #d42b2b
}
.project .vjs-default-skin .vjs-control:focus:before,
.project .vjs-default-skin .vjs-control:hover:before {
    text-shadow: none
}
.project .vjs-default-skin .vjs-fullscreen-control:before {
    content: "";
    background-image: url(/wp-content/themes/traffik/img/fullscreen.svg);
    background-repeat: no-repeat
}
.project .vjs-default-skin .vjs-play-progress,
.project .vjs-default-skin .vjs-volume-level {
    background-image: none
}
.project .vjs-default-skin .vjs-big-play-button {
    font-size: .75em;
    width: 5em;
    border-radius: 0;
    background-color: rgba(7, 20, 30, .3);
    border: .1em solid #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    left: 50%;
    margin-left: -2.5em;
    top: 50%;
    margin-top: -1.3em
}
.project .vjs-default-skin .vjs-big-play-button:focus,
.project .vjs-default-skin:hover .vjs-big-play-button {
    box-shadow: none;
    -webkit-box-shadow: none
}
.project,
.project .vjs-caption-settings {
    display: none
}
.project .project-title {
    margin-top: 1.5em
}
.project .project-title h1 {
    font-family: HurmeGeometricSans2-Thin, sans-serif;
    font-size: .6em;
    letter-spacing: 2px;
    line-height: 1.25em;
    color: #fff;
    margin: 0
}
.project .project-video .fullscreen i,
.project .project-video .pause i,
.project .project-video .play i {
    color: #d42b2b;
    font-size: 14px
}
.project .project-title h1 span {
    font-family: HurmeGeometricSans2-Regular, sans-serif
}
.project .project-video {
    position: relative;
    margin-top: .5em;
    margin-bottom: 1em;
    width: 22em;
    height: 12.375em
}
.project .project-video iframe,
.project .project-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}
.project .project-video .pause,
.project .project-video .play {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 20px;
    z-index: 9999999
}
.project .project-video .fullscreen {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 9999999
}
.project .project-video .navigation {
    top: 12.75em;
    right: 0;
    width: 1em;
    height: 1em;
    position: absolute;
    z-index: 9999999
}
.project .project-video .navigation i {
    color: #d42b2b
}
.project .project-video .navigation>div {
    position: relative
}
.project .project-video .navigation>div .next,
.project .project-video .navigation>div .next:hover,
.project .project-video .navigation>div .prev,
.project .project-video .navigation>div .prev:hover {
    cursor: pointer;
    position: absolute
}
.project .project-video .navigation>div .prev {
    left: 0
}
.project .project-video .navigation>div .next {
    right: 0
}
.project .project-video .angle-left,
.project .project-video .angle-right {
    height: .5em;
    width: .5em;
    background-repeat: no-repeat;
    background-size: auto .5em
}
.project .project-video .angle-left {
    background-image: url(/wp-content/themes/traffik/img/arrow-left.svg)
}
.project .project-video .angle-right {
    background-image: url(/wp-content/themes/traffik/img/arrow-right.svg)
}
#callouts {
    border-top: 8px solid #000;
    border-bottom: 8px solid #000;
    position: relative;
    height: 700px;
    width: 100%;
    right: 0;
    left: 0;
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
    background-color: #fff
}
#callouts>div {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
#callouts .callout>div {
    width: 1050px;
    margin: 0 auto
}
#callouts .callout {
    display: none;
    height: 100%;
    width: 100%
}
#callouts .callout-text {
    display: inline-block;
    padding-bottom: 30px
}
#callouts .callout-text h2 {
    font-size: 60px;
    line-height: 65px;
    font-family: HurmeGeometricSans2-Thin, sans-serif;
    letter-spacing: 4px;
    color: #d42b2b;
    margin-top: 0;
    margin-bottom: 0
}
#callouts .callout-text h2 span,
.callout#leading .callout-text h2 {
    color: #000;
    font-family: HurmeGeometricSans2-SemiBold, sans-serif
}
#callouts .callout-text h2 span {
    font-size: 65px;
    letter-spacing: 2px
}
#callouts .callout-text h2 span:first-child {
    font-size: 90px;
    margin-right: 20px
}
#callouts .callout-text h2 .divider>span {
    position: relative;
    background-color: #000;
    float: left;
    height: 8px;
    margin-top: 40px;
    margin-left: 20px;
    width: 0
}
.callout#making {
    background-image: url(/wp-content/themes/traffik/img/callout1-background-tile.png)
}
.callout#making .callout-text span.space {
    margin-left: 10px
}
.callout#making .callout-text .divider>span {
    height: 8px;
    float: none;
    display: block;
    margin: 20px auto 0
}
.callout#leading {
    background-color: #C5C5C5;
    border-top-color: #000;
    background-image: url(/wp-content/themes/traffik/img/callout4-background-tile.png)
}
.callout#leading .callout-text {
    border-bottom: none
}
.callout#leading .callout-text h2 {
    font-size: 60px
}
.callout#leading .callout-text h2 span {
    color: #fff;
    font-family: HurmeGeometricSans2-Thin, sans-serif;
    font-size: 60px;
    letter-spacing: 3px
}
.callout#leading .callout-text h2 span:first-child {
    margin-right: 33px
}
.callout#leading .callout-text h2 span#agency {
    float: left
}
.callout#leading .callout-text h2 .divider {
    width: 320px;
    overflow: visible;
    float: left;
    display: block
}
@media all and (max-width: 699px) {
    .callout#leading .callout-text h2 {
        font-family: HurmeGeometricSans2-SemiBold, sans-serif
    }
    .callout#leading .callout-text h2 span {
        font-family: HurmeGeometricSans2-Thin, sans-serif;
        font-weight: 400
    }
    .callout#leading .callout-text h2 span:first-child {
        margin-right: 10px
    }
}
.callout#staff {
    background-color: #1A1A1A;
    border-top-color: #D42A2A;
    border-bottom: 8px solid #D42A2A;
    background-image: url(/wp-content/themes/traffik/img/callout3-background-tile.png)
}
.callout#staff .callout-text {
    border-bottom: none
}
.callout#staff .callout-text h2 {
    color: #fff;
    font-family: HurmeGeometricSans2-SemiBold, sans-serif;
    letter-spacing: 2px
}
.callout#staff .callout-text h2 span {
    color: #d42b2b;
    font-family: HurmeGeometricSans2-Thin, sans-serif
}
.callout#staff .callout-text h2 span.number {
    font-size: 97px;
    color: #fff;
    font-family: HurmeGeometricSans2-SemiBold, sans-serif;
    margin-right: 20px
}
.callout#staff .callout-text h2 span#across {
    margin-left: 20px
}
.callout#staff .callout-text h2 span#and {
    margin-left: 20px;
    margin-right: 20px
}
.callout#staff .callout-text h2 span.divider>span {
    position: relative;
    display: block;
    float: none;
    margin: 20px auto 0;
    background-color: #d42b2b
}
.callout#staff .callout-text h2 .arrow-left,
.callout#staff .callout-text h2 .arrow-right {
    position: absolute;
    top: -8px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
}
.callout#staff .callout-text h2 .arrow-left {
    left: -10px;
    border-right: 12px solid #d42b2b
}
.callout#staff .callout-text h2 .arrow-right {
    right: -10px;
    border-left: 12px solid #d42b2b
}
@media all and (max-width: 699px) {
    .callout#staff .callout-text h2 {
        font-family: HurmeGeometricSans2-SemiBold, sans-serif
    }
    .callout#staff .callout-text h2 span {
        font-family: HurmeGeometricSans2-Thin, sans-serif;
        font-weight: 400
    }
    .callout#staff .callout-text h2 span.number {
        font-family: HurmeGeometricSans2-SemiBold, sans-serif
    }
}
.callout#clemenger .callout-text h2,
.callout#clemenger .callout-text h2 span.number {
    color: #000;
    font-family: HurmeGeometricSans2-SemiBold, sans-serif
}
.callout#clemenger {
    background-color: #D42A2A;
    border-top-color: #000;
    background-image: url(/wp-content/themes/traffik/img/callout2-background-tile.png)
}
.callout#clemenger .callout-text {
    border-bottom: none
}
.callout#clemenger .callout-text h2 span.number {
    font-size: 100px;
    line-height: 90px
}
.callout#clemenger .callout-text h2 span {
    color: #fff;
    font-family: HurmeGeometricSans2-Thin, sans-serif;
    font-size: 54px;
    float: left
}
.callout#clemenger .callout-text h2 .divider {
    width: 250px
}
@media all and (max-width: 699px) {
    .callout#clemenger .callout-text {
        border-bottom: none
    }
    .callout#clemenger .callout-text h2,
    .callout#clemenger .callout-text h2 span.number {
        font-family: HurmeGeometricSans2-SemiBold, sans-serif
    }
    .callout#clemenger .callout-text h2 span {
        font-family: HurmeGeometricSans2-Thin, sans-serif;
        font-weight: 400
    }
}
#footer #footer-callout #text p,
#footer a.legal {
    font-family: HurmeGeometricSans2-Thin, sans-serif
}
@media all and (max-width: 1100px) {
    #callouts .callout>div {
        width: 840px;
        width: auto
    }
}
@media all and (max-width: 699px) {
    #callouts {
        height: 70em
    }
    #callouts .callout>div {
        width: 100%
    }
    #callouts .callout>div>div {
        text-align: center
    }
    #callouts .callout .callout-text {
        padding-bottom: 0;
        text-align: left
    }
    #callouts .callout .callout-text h2 {
        font-size: 4em!important;
        line-height: 1.5em!important;
        letter-spacing: 1px!important;
        font-family: HurmeGeometricSans2-Thin, sans-serif;
        font-weight: 400
    }
    #callouts .callout .callout-text h2 span {
        font-size: 1.25em!important
    }
    #callouts .callout-text h2 span:first-child {
        font-size: 1.75em!important
    }
    .callout#clemenger .callout-text h2 .divider {
        width: 3.5em
    }
    .callout#clemenger .callout-text h2 span.number {
        line-height: 1em
    }
    #callouts .callout-text h2 .divider>span {
        margin-top: .4em;
        margin-left: .2em
    }
    .callout#leading .callout-text h2 {
        font-size: 2.7em!important
    }
    .callout#leading .callout-text h2 .divider {
        width: 7em
    }
    .callout#staff .callout-text h2 {
        font-size: 2.65em!important
    }
    .callout#staff .callout-text h2 span#across,
    .callout#staff .callout-text h2 span#and {
        margin-left: .45em;
        margin-right: .45em;
        font-size: 1em!important
    }
}
#contact,
#contact .contact-box,
#footer,
#legal h1 {
    text-align: center
}
#contact {
    position: relative;
    height: 620px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    background-image: url(/wp-content/themes/traffik/img/map.jpg)
}
#contact .contact-container {
    display: inline-block;
    margin-top: 100px
}
#contact .contact-box:first-child {
    margin-right: 90px
}
#contact .contact-box {
    position: relative;
    height: 350px;
    width: 480px;
    float: left;
    display: block;
    background-color: #fff
}
#contact .contact-box .location {
    padding: 6px 20px;
    border: 1px solid #d42b2b;
    -webkit-transition: .5s ease all;
    transition: .5s ease all
}
#contact .contact-box .location h3 {
    margin: 0;
    font-size: 23px;
    font-weight: 400;
    color: #d42b2b;
    letter-spacing: 1px
}
#contact .contact-box .address {
    margin-top: 40px
}
#contact .contact-box .address p {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0
}
#contact .contact-box .telephone {
    display: inline-block;
    margin-top: 50px
}
#contact .contact-box .telephone a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 300;
    float: left;
    letter-spacing: 3px
}
#contact .contact-box .telephone a,
#contact .contact-box .telephone a:focus,
#contact .contact-box .telephone a:hover {
    text-decoration: none;
    color: #d42b2b
}
#contact .contact-box .telephone a:first-child {
    border-right: 1px solid #d42b2b;
    padding-right: 20px
}
#contact .contact-box .telephone a:last-child {
    padding-left: 20px
}
#contact .contact-box .map {
    position: absolute;
    bottom: 20px;
    margin-left: -60px;
    left: 50%
}
#contact .contact-box .map a,
#contact .contact-box .map a:focus,
#contact .contact-box .map a:hover {
    text-decoration: none
}
#contact .contact-box .map a {
    display: inline-block;
    padding: 10px 30px;
    font-size: 13px;
    font-weight: 200;
    color: #d42b2b;
    border: 1px solid #d42b2b;
    -webkit-transition: .5s ease all;
    transition: .5s ease all
}
#contact .contact-box.alt .location {
    background-color: #d42b2b
}
#contact .contact-box.alt .location h3 {
    color: #fff
}
#contact .contact-box.alt .map a,
#contact .contact-box.alt .map a:focus,
#contact .contact-box.alt .map a:hover {
    background-color: #d42b2b;
    color: #fff
}
#contact .contact-box .map a:focus,
#contact .contact-box .map a:hover {
    background-color: #d42b2b!important;
    color: #fff
}
#contact .contact-box:focus .location,
#contact .contact-box:hover .location {
    background-color: rgba(212, 43, 43, .5);
    border-color: #fff
}
#contact .contact-box:focus .location h3,
#contact .contact-box:hover .location h3 {
    color: #fff
}
#contact .contact-box:focus .map a,
#contact .contact-box:hover .map a {
    background-color: rgba(212, 43, 43, .5);
    border-color: #fff;
    color: #fff
}
#contact .contact-footer {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px
}
#contact .contact-footer>div {
    display: table;
    width: 100%
}
#contact .contact-footer>div .email,
#contact .contact-footer>div .line {
    display: table-cell
}
#contact .contact-footer>div .line span {
    display: block;
    padding-top: 3px;
    border-bottom: 1px solid #d42b2b;
    -webkit-transition: .5s ease all;
    transition: .5s ease all
}
#contact .contact-footer>div .email {
    width: 250px
}
#contact .contact-footer>div .email a {
    margin-left: 23px;
    margin-right: 17px;
    -webkit-transition: .5s ease all;
    transition: .5s ease all
}
#contact .contact-footer>div .email a,
#contact .contact-footer>div .email a:focus,
#contact .contact-footer>div .email a:hover {
    font-size: 15px;
    letter-spacing: 4px
}
#contact .contact-footer:focus .line span,
#contact .contact-footer:hover .line span {
    border-bottom-color: #000
}
#contact .contact-footer:focus .email a,
#contact .contact-footer:hover .email a {
    color: #000
}
@media all and (max-width: 1100px) {
    #contact .contact-box:first-child {
        margin-right: 40px
    }
    #contact .contact-box {
        width: 400px
    }
    #contact .contact-box .telephone a {
        letter-spacing: 2px;
        font-size: 14px
    }
}
@media all and (max-width: 899px) {
    #contact {
        height: 940px
    }
    #contact .contact-box:first-child {
        margin-bottom: 40px
    }
    #contact .contact-box {
        float: left;
        clear: both;
        margin-right: 0!important
    }
}
@media all and (max-width: 699px) {
    #contact .contact-footer {
        bottom: 2.5em;
        left: 2.5em;
        right: 2.5em
    }
    #contact .contact-footer>div .email {
        width: 10em
    }
    #contact .contact-footer>div .email a,
    #contact .contact-footer>div .email a:focus,
    #contact .contact-footer>div .email a:hover {
        font-size: 1em;
        letter-spacing: .3em;
        margin-left: 1.5em;
        margin-right: 1.5em
    }
    #contact .contact-container {
        margin-top: 7em
    }
    #contact {
        height: 75em
    }
    #contact .contact-box {
        width: 35em;
        height: 25em
    }
    #contact .contact-box:first-child {
        margin-bottom: 4.5em
    }
    #contact .contact-box .address p,
    #contact .contact-box .location h3 {
        font-size: 1.75em
    }
    #contact .contact-box .telephone {
        margin-top: 3.5em
    }
    #contact .contact-box .telephone a {
        font-size: 1em
    }
    #contact .contact-box .telephone a:first-child {
        padding-right: 1.5em
    }
    #contact .contact-box .map {
        bottom: 1.5em;
        margin-left: -5em
    }
    #contact .contact-box .map a {
        font-size: 1em;
        padding: .75em 2em
    }
}
#footer {
    background-color: #d42b2b;
    position: relative;
    height: 200px
}
#footer a.legal {
    color: #fff;
    font-size: 12px;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block
}
#footer #social {
    display: inline-block;
    margin-top: 60px
}
#footer #social a,
#footer #social a:focus,
#footer #social a:hover {
    color: #fff
}
#footer #social a {
    float: left
}
#footer #social .social-box {
    border: 1px solid #000;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-left: 6px;
    margin-right: 6px;
    -webkit-transition: .5s ease all;
    transition: .5s ease all
}
#footer #social .social-box i {
    font-size: 15px;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    padding-top: 7px;
}
#footer #social .social-box:focus,
#footer #social .social-box:hover {
    border-color: #fff;
    background-color: #fff
}
#footer #social .social-box:focus i,
#footer #social .social-box:hover i {
    color: #d42b2b
}
#footer #social a:first-child>.social-box {
    margin-left: 0
}
#footer #social a:last-child>.social-box {
    margin-right: 0
}
#footer #footer-callout {
    margin-top: 140px
}
#footer #footer-callout #text p {
    color: #fff;
    font-weight: 300;
    font-size: 87px;
    line-height: 80px;
    letter-spacing: 4px;
    margin: 0
}
#footer #footer-callout #text p span {
    font-family: HurmeGeometricSans2-SemiBold, sans-serif
}
#footer #footer-callout #text p span:last-child {
    letter-spacing: 3px
}
#footer #footer-callout #company-logos {
    display: inline-block;
    margin-top: 0;
    padding-top: 60px
}
#footer #footer-callout #company-logos .black-border {
    height: 10px;
    width: 100%;
    display: block;
    margin: 0 auto 40px;
    background-color: #000
}
#footer #footer-callout #company-logos a,
#footer #footer-callout #company-logos a:focus,
#footer #footer-callout #company-logos a:hover {
    text-decoration: none
}
#footer #footer-callout #company-logos a {
    float: left
}
#footer #footer-callout #company-logos .logo {
    height: 43px;
    padding: 0 25px;
    border-right: 2px solid #000
}
#footer #footer-callout #company-logos .logo img {
    margin-top: -4px
}
#footer #footer-callout #company-logos .logo.first {
    padding-left: 0
}
#footer #footer-callout #company-logos a:last-child .logo {
    padding-right: 0;
    border-right: none
}
@media all and (max-width: 699px) {
    #footer {
        /*height:50em*/
    }
    #footer #social .social-box {
        width: 3em;
        height: 3em;
        margin-left: .5em;
        margin-right: .5em
    }
    #footer #social .social-box i {
        font-size: 1.5em
    }
    #footer #footer-callout {
        margin-top: 8em
    }
    #footer #footer-callout #text p {
        font-size: 5.5em;
        line-height: 1em;
        letter-spacing: .05em
    }
    #footer #footer-callout #company-logos {
        padding-top: 4em
    }
    #footer #footer-callout #company-logos .logo {
        height: 2.5em;
        padding: 0 1.5em
    }
    #footer #footer-callout #company-logos .logo img {
        width: auto;
        height: 3em
    }
    #footer #footer-callout #company-logos div:first-child+a .logo {
        padding-left: 0
    }
    #footer a.legal {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
#legal {
    background-color: #fff
}
#legal h1,
#legal h2,
#legal li,
#legal p {
    color: #474747
}
#legal #legal-container {
    width: 800px;
    display: block;
    margin: 50px auto
}
#legal h1 {
    font-weight: 200
}
#legal p {
    font-weight: 200;
    font-size: 15px;
    line-height: 1.5em
}
#legal #legal-container>ol {
    padding-left: 0;
    list-style: none
}
#legal #legal-container>ol>li {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 20px
}
#legal #legal-container>ol>li>ol {
    padding-left: 0;
    list-style: none;
    margin-bottom: 10px
}
#legal #legal-container>ol>li>ol>li {
    position: relative;
    clear: both;
    font-weight: 200;
    margin-top: 10px;
    margin-bottom: 10px
}
#legal #legal-container>ol>li>ol>li p,
#legal #legal-container>ol>li>ol>li>span.item {
    font-weight: 600
}
#legal #legal-container>ol>li>ol>li>span.text {
    margin-left: 5px
}
#legal #legal-container>ol>li>ol>li>.sublist {
    margin-top: 5px
}
#legal #legal-container>ol>li>ol>li .disc {
    list-style-type: disc
}
@media all and (max-width: 840px) {
    #legal #legal-container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box
    }
}