@charset "UTF-8"; /*!
Video.js Default Styles (http://videojs.com)
Version GENERATED_AT_BUILD
Create your own skin at http://designer.videojs.com
*/
.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 {
    -moz-box-shadow: 0 0 2em #fff;
    -webkit-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-has-started .vjs-control-bar {
    display: block;
    visibility: visible;
    opacity: 1;
    -moz-transition: visibility .1s, opacity .1s;
    -webkit-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;
    -moz-transition: visibility 1s, opacity 1s;
    -webkit-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 {
    display: none
}

.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
    display: none
}

.vjs-default-skin.vjs-error .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%;
    background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat
}

.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;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.vjs-default-skin:hover .vjs-progress-control {
    font-size: .9em;
    -moz-transition: all .2s;
    -webkit-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-play-progress {
    background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat
}

.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 {
    float: left
}

.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;
    -moz-box-shadow: 0 0 1em rgba(255, 255, 255, .25);
    -webkit-box-shadow: 0 0 1em rgba(255, 255, 255, .25);
    box-shadow: 0 0 1em rgba(255, 255, 255, .25);
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
    left: 50%;
    margin-left: -2.1em;
    top: 50%;
    margin-top: -1.4em
}

.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
    display: none
}

.vjs-default-skin.vjs-has-started .vjs-big-play-button {
    display: none
}

.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
    display: none
}

.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);
    -moz-box-shadow: 0 0 3em #fff;
    -webkit-box-shadow: 0 0 3em #fff;
    box-shadow: 0 0 3em #fff;
    -moz-transition: all 0s;
    -webkit-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-big-play-button {
    display: none
}

.vjs-error-display {
    display: none
}

.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;
    vertical-align: middle;
    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)
}

.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 {
    display: block;
    -moz-animation: spin 1.5s infinite linear;
    -webkit-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;
    -moz-animation: none;
    -webkit-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
}

.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);
    -moz-box-shadow: -.2em -.2em .3em rgba(255, 255, 255, .2);
    -webkit-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 .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);
    -moz-box-shadow: 0 0 1em #fff;
    -webkit-box-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff
}

.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 0;
    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 {
    -moz-box-shadow: 0 0 1em #fff;
    -webkit-box-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff
}

.video-js {
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    vertical-align: middle;
    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
}

.vjs-poster {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000;
    cursor: pointer;
    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 {
    display: none
}

.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;
    background-color: #000;
    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, .vjs-caption-settings .vjs-tracksettings-font {
    float: left
}

.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
}

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

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

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

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

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

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

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

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

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

.fa-ul > li {
    position: relative
}

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

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

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

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

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

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

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

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

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

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

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

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

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

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

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

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

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

.fa-inverse {
    color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
    margin: 0
}

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

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

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

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

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

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

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td, th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    * , :after, :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #f0f0f0
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive,
.thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 4px;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

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

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

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small,
.h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small,
h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small,
h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small,
h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small,
h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%
}

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus, a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before,
.blockquote-reverse small:before, blockquote.pull-right .small:before,
blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after,
.blockquote-reverse small:after, blockquote.pull-right .small:after,
blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1,
.col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4,
.col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10,
.col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5,
.col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10,
.col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5,
.col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
    .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3,
    .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
    .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: #fff
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th,
.table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ccc
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ccc
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ccc
}

.table .table {
    background-color: #f0f0f0
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 6px
}

.table-bordered {
    border: 1px solid #ccc
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ccc
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #ffc
}

table col[class * =col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class * =col-], table th[class * =col-] {
    position: static;
    float: none;
    display: table-cell
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active,
.table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th,
.table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td,
.table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #ffc
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #ffffb3
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success,
.table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th,
.table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td,
.table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info,
.table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th,
.table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td,
.table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning,
.table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td,
.table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger,
.table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td,
.table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ccc
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 1.2em;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=datetime-local].form-control,
    input[type=month].form-control, input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month], .input-group-sm input[type=time],
    input[type=date].input-sm, input[type=datetime-local].input-sm,
    input[type=month].input-sm, input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month], .input-group-lg input[type=time],
    input[type=date].input-lg, input[type=datetime-local].input-lg,
    input[type=month].input-lg, input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox],
.radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: -5px
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio],
input[type=checkbox].disabled, input[type=checkbox][disabled],
input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label,
.has-success .help-block, .has-success .radio, .has-success .radio-inline,
.has-success.checkbox label, .has-success.checkbox-inline label,
.has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label,
.has-warning .help-block, .has-warning .radio, .has-warning .radio-inline,
.has-warning.checkbox label, .has-warning.checkbox-inline label,
.has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label,
.has-error .help-block, .has-error .radio, .has-error .radio-inline,
.has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline,
.form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus,
.btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active, .btn:active {
    outline: 0;
    background-image: none;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #f8f8f8;
    border-color: #ccc
}

.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: #dfdfdf;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #dfdfdf;
    border-color: #adadad
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #dfdfdf;
    border-color: #adadad
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover,
.btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #cdcdcd;
    border-color: #8c8c8c
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus,
.btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover,
.btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus,
.btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover,
fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #f8f8f8;
    border-color: #ccc
}

.btn-default .badge {
    color: #f8f8f8;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #3071a9;
    border-color: #1f496e
}

.btn-primary:hover {
    color: #fff;
    background-color: #3071a9;
    border-color: #2d6ca2
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3071a9;
    border-color: #2d6ca2
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover,
.btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #285e8e;
    border-color: #1f496e
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus,
.btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover,
.btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus,
.btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #428bca;
    border-color: #428bca
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover,
.btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus,
.btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover,
.btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus,
.btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover,
fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover,
.btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus,
.btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover,
.btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus,
.btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover,
fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus, .btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover,
.btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus,
.btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover,
.btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus,
.btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover,
.btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus,
.btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover,
.btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus,
.btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -moz-transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(assets/plugins/fonts/glyphicons-halflings-regular.eot);
    src: url(assets/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(assets/plugins/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(assets/plugins/fonts/glyphicons-halflings-regular.woff) format('woff'), url(assets/plugins/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(assets/plugins/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #777
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    float: left
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover,
.btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 2
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class * =col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child,
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none
}

.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #f0f0f0
    }
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified > li {
    float: none
}

.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #f0f0f0
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header,
.container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header,
    .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}

@media (min-width:768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label, .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
}

.navbar-form .form-control {
    display: inline-block
}

.navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0
}

.navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    float: none;
    margin-left: 0
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left;
        float: left !important
    }

    .navbar-right {
        float: right;
        float: right !important;
        margin-right: -15px
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a {
    color: #777
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #080808;
    color: #fff
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #fff;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb > .active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover,
.pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover,
.pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus, .label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus, .label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus, .label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 4px;
    -moz-transition: border .2s ease-in-out;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a > img, .thumbnail > img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -moz-transition: width .6s ease;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media, .media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item, button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus,
button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover, button.list-group-item-success.active,
button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover, button.list-group-item-info.active,
button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover, button.list-group-item-warning.active,
button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus, button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover, button.list-group-item-danger.active,
button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small,
.panel-title > small > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive,
.panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ccc
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0
}

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7
}

.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0
}

.tooltip.in {
    opacity: .9
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -moz-transition: .6s ease-in-out left;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    line-height: 1
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner > .item.active.right, .carousel-inner > .item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.active, .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x
}

.carousel-control:focus, .carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before,
.btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before,
.container-fluid:after, .container-fluid:before, .container:after,
.container:before, .dl-horizontal dd:after, .dl-horizontal dd:before,
.form-horizontal .form-group:after, .form-horizontal .form-group:before,
.modal-footer:after, .modal-footer:before, .nav:after, .nav:before,
.navbar-collapse:after, .navbar-collapse:before, .navbar-header:after,
.navbar-header:before, .navbar:after, .navbar:before, .pager:after,
.pager:before, .panel-body:after, .panel-body:before, .row:after,
.row:before {
    content: " ";
    display: table
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after,
.container-fluid:after, .container:after, .dl-horizontal dd:after,
.form-horizontal .form-group:after, .modal-footer:after, .nav:after,
.navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after,
.panel-body:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0 / 0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block,
.visible-md-block, .visible-md-inline, .visible-md-inline-block,
.visible-sm-block, .visible-sm-inline, .visible-sm-inline-block,
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.breadcrumb {
    margin-bottom: 1em;
    border: 1px solid #ccc
}

.dropzone, .dropzone * {
    box-sizing: border-box
}

.dropzone {
    position: relative
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    width: 250px;
    margin: .5em
}

.dropzone .dz-preview .dz-progress {
    display: block;
    height: 15px;
    border: 1px solid #aaa
}

.dropzone .dz-preview .dz-progress .dz-upload {
    display: block;
    height: 100%;
    width: 0;
    background: green
}

.dropzone .dz-preview .dz-error-message {
    color: red;
    display: none
}

.dropzone .dz-preview.dz-error .dz-error-mark, .dropzone .dz-preview.dz-error .dz-error-message {
    display: block
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    display: block
}

.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
    position: absolute;
    display: none;
    left: 30px;
    top: 30px;
    width: 54px;
    height: 58px;
    left: 50%;
    margin-left: -27px
}

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

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

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

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

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

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

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.dropzone, .dropzone * {
    box-sizing: border-box
}

.dropzone {
    min-height: 150px;
    border: 2px dashed #428bca;
    padding: 15px
}

.dropzone.dz-clickable {
    cursor: pointer
}

.dropzone.dz-clickable * {
    cursor: default
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer
}

.dropzone.dz-started .dz-message {
    display: none
}

.dropzone.dz-drag-hover {
    border-style: solid
}

.dropzone.dz-drag-hover .dz-message {
    opacity: .5
}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
    font-size: 1.35em;
    color: #646c7f
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px
}

.dropzone .dz-preview:hover {
    z-index: 1000
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd)
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-image-preview {
    background: #fff
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, .9);
    line-height: 150%
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, .8);
    background-color: rgba(255, 255, 255, .8)
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, .4);
    padding: 0 .4em;
    border-radius: 3px
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px)
}

.dropzone .dz-preview .dz-image {
    overflow: hidden;
    width: 250px;
    height: 250px;
    position: relative;
    display: block;
    z-index: 10
}

.dropzone .dz-preview .dz-image img {
    display: block
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -moz-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -ms-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -o-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    animation: passing-through 3s cubic-bezier(.77, 0, .175, 1)
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -moz-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -ms-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -o-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    animation: slide-in 3s cubic-bezier(.77, 0, .175, 1)
}

.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px
}

.dropzone .dz-preview .dz-error-mark svg, .dropzone .dz-preview .dz-success-mark svg {
    display: block;
    width: 54px;
    height: 54px
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    -ms-transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, .9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: .5em 1.2em;
    color: #fff
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626
}

.dropzone .dz-preview {
    display: block;
    margin: 0 auto
}

.dropzone.multiple .dz-preview {
    display: inline-block;
    margin-right: 1em;
    max-height: 120px;
    max-width: 120px
}

.dropzone.multiple .dz-preview .dz-image {
    max-height: 120px;
    max-width: 120px
}

body {
    background-color: #f0f0f0;
    color: #333
}

hr {
    margin: 18px 0;
    border: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff
}

.tmp-hidden {
    display: none !important;
    visibility: hidden !important
}

.bordered {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    color: #505060
}

.btn.btn-link.btn-no-link {
    padding-left: 0;
    padding-right: 0;
    cursor: default
}

.btn.btn-link.btn-no-link:focus, .btn.btn-link.btn-no-link:hover {
    text-decoration: none
}

.has-error .btn.btn-link.btn-no-link {
    border: none
}

.nm {
    margin: 0
}

.ml {
    margin-left: 5px
}

.mb {
    margin-bottom: 20px
}

.mt {
    margin-top: 10px
}

.pt {
    padding-top: 10px
}

.c {
    text-align: center
}

.bp {
    padding: 20px
}

.dmr {
    margin-right: 1.5em
}

.dml {
    margin-left: 1.5em
}

.dmb {
    margin-bottom: 1.5em
}

.dmt {
    margin-top: 1.5em
}

.hmr {
    margin-right: .75em
}

.hml {
    margin-left: .75em
}

.hmb {
    margin-bottom: .75em
}

.hmt {
    margin-top: .75em
}

.note {
    line-height: 34px;
    margin-left: 10px;
    font-style: italic;
    font-size: 14px
}

.help {
    cursor: help
}

body.help {
    background: #fff
}

.help_iframe.help {
    white-space: nowrap
}

#dateAndTimeText {
    background: #f2f2f2;
    padding: 20px;
    text-align: center;
    color: #000
}

.dropdown-like {
    background: #fff !important
}

.radio.nn {
    white-space: normal;
    line-height: 1.3;
    width: 100%;
    text-align: left
}

.radio.nn small {
    margin-top: 5px;
    display: block
}

.req {
    color: #d9534f
}

span.fb {
    text-indent: -9999em;
    width: 17px;
    height: 16px;
    background: url(/imo/img/all.png) 0 -75px;
    display: inline-block
}

.full-bordered {
    border: 1px solid #ccc
}

.navbar.navbar-main {
    background: #111;
    color: #fff;
    margin-bottom: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #222;
    border-radius: 0;
    border-top: none medium
}

.navbar.navbar-main a {
    color: #f0f0f0
}

.navbar.navbar-main .nav .open > a, .navbar.navbar-main .nav .open > a:focus,
.navbar.navbar-main .nav .open > a:hover {
    background-color: #666
}

.navbar.navbar-main .dropdown-menu > li > a {
    color: #444
}

.navbar.navbar-main .nav > li > a:focus, .navbar.navbar-main .nav > li > a:hover {
    text-decoration: none;
    background-color: #666
}

.navbar.navbar-main .active a {
    font-weight: 700
}

.navbar.navbar-main .nav-btn-holder {
    margin: 0 5px
}

.navbar.navbar-main .divider {
    height: 50px;
    margin: 0;
    border-right: 1px solid #444
}

.navbar.navbar-main .open .divider {
    height: 1px;
    margin: 8px 1px;
    overflow: hidden;
    border-bottom: 1px solid #ccc
}

.navbar.navbar-main .divider-v {
    height: 50px;
    margin: 0;
    border-right: 1px solid #666
}

.navbar.navbar-main a.btn {
    padding: 5px 10px !important;
    margin: 8px 8px 0 0;
    color: #fff;
    font-weight: 700
}

.navbar.navbar-main .toggle-menu.menu-left {
    float: left
}

.navbar.navbar-main a.social, .navbar.navbar-main form {
    display: inline-block
}

.navbar-toggle {
    border-color: transparent;
    backgroud-color: #111
}

.navbar-toggle .icon-bar {
    background-color: #999;
    border-color: #999
}

#header_user_pix {
    margin-top: -3px;
    margin-right: 5px;
    width: 18px;
    height: 18px
}

#mobile-logo, #site-name a, #site-slogan, #site_name {
    font-family: Montserrat, Helvetica Neue, Arial, Sans-serif
}

#mobile-logo {
    display: none
}

.navbar-main .navbar-brand {
    display: block
}

@media (max-width:768px) {
    .navbar.navbar-main {
        background: #0b3b62
    }

    .navbar.navbar-main .navbar-brand {
        display: none
    }

    #mobile-logo {
        display: block;
        margin-top: 17px;
        text-align: center
    }

    #mobile-logo img {
        max-width: 75px;
        margin-right: 5px
    }

    .nav-btn-holder {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        margin: 0
    }

    .nav-btn-holder .btn {
        margin: 10px 15px;
        padding: 0;
        background: 0 0;
        color: #428bca;
        border: 0;
        font-weight: 700
    }

    .navbar-toggle {
        margin-right: 0
    }

    .navbar-collapse .nav .divider, .navbar-collapse .nav > .divider-v {
        display: none
    }

    .navbar-nav {
        border-top: 1px solid rgba(255, 255, 255, .2)
    }

    .navbar-nav a {
        border-bottom: 1px solid rgba(255, 255, 255, .2)
    }
}

@media (min-width:769px) {
    #language_switcher_dd {
        min-width: 340px;
        z-index: 9999
    }

    #language_switcher_dd.dropdown-menu li:nth-child(even) {
        float: right;
        clear: right;
        width: 50%
    }

    #language_switcher_dd.dropdown-menu li:nth-child(odd) {
        float: left;
        clear: left;
        width: 50%
    }
}

.navbar-brand {
    padding: 10px 5px 10px 5px
}

.navbar-brand img {
    max-height: 30px
}

.navbar-nav > li > a {
    line-height: 20px
}

body, html {
    height: 100%
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px;
    padding: 0 0 50px
}

#wrap.no_footer {
    margin: 0 auto;
    padding: 0
}

#footer {
    background: 0 0;
    font-size: 90%;
    height: 50px;
    border-top: 1px solid transparent;
    text-align: center;
    color: #333
}

#footer a {
    color: #428bca
}

#footer p {
    line-height: 1.2;
    padding: 15px 0;
    margin-bottom: 0
}

.user-profile #footer {
    color: #aaa
}

select {
    -webkit-appearance: none
}

blockquote label {
    font-size: 14px
}

.jumbotron .in label, .jumbotron .in p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2
}

p.instr {
    margin-bottom: 0
}

.form-group.nav-buttons {
    margin-bottom: 0
}

.form-control.input-auto {
    width: auto
}

label span {
    font-weight: 400
}

.input-group.size3 input {
    width: auto
}

.input-group.size3 .input-group-addon, .input-group.size3 .input-group-btn {
    width: auto
}

.box-header-like .form-inline .form-control {
    max-width: 200px
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
}

.form-inline .form-control {
    display: inline-block
}

.form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0
}

.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    float: none;
    margin-left: 0
}

#main_form legend {
    background-color: #f0f0f0;
    padding: 3px 5px
}

#main_form fieldset {
    margin-top: 30px
}

#main_form fieldset:first-child {
    margin-top: 0
}

label.box {
    display: block;
    padding: 4px 5px 4px 30px;
    margin: 0
}

label.box:hover {
    background-color: rgba(0, 0, 0, .04)
}

.step {
    color: #333;
    padding: 15px 0
}

.step .container {
    background: #fff;
    padding: 10px 20px 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 1410px
}

.step .page-header h3 {
    font-weight: 700
}

.step .in .badge {
    padding: 20px 8px;
    font-size: 16px;
    margin-top: -9px;
    margin-right: 10px;
    border-radius: 35px;
    min-width: 55px;
    background: #428bca;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0
}

.step .page-header {
    margin: 0 0 20px;
    padding-bottom: 0;
    border-bottom: 1px solid #fff
}

.step .page-header h3 {
    padding: 0 0 10px;
    margin: 15px 0 0;
    border-bottom: 1px solid #ccc
}

.step .page-header h3.mt {
    margin-top: 40px
}

.step .in {
    position: relative;
    padding-left: 80px;
    margin: 0
}

.step h1 {
    line-height: 1;
    margin-top: 0;
    font-weight: 700
}

.welcome-step {
    padding: 38px 0
}

.welcome-step p {
    margin: 20px 0
}

ul.higlighted {
    border: 1px solid #ccc;
    padding: 20px 30px 10px 30px;
    border-radius: 4px
}

.modal-header {
    border-radius: 0
}

.modal-footer {
    background: #f0f0f0;
    border-radius: 0
}

@media screen and (min-width:992px) {
    .step {
        text-align: left;
        position: relative
    }
}

@media (max-width:768px) {
    .step .in {
        padding-left: 0
    }

    .step .in .badge {
        padding: 12px 5px;
        font-size: 12px;
        margin-top: 0;
        margin-right: 10px;
        border-radius: 35px;
        min-width: 36px;
        position: relative;
        float: left
    }

    step .page-header h3 {
        font-size: 20px
    }

    .step {
        padding: 5px !important;
        margin: 0 15px
    }

    .step .container {
        padding: 5px 10px 15px;
        border-radius: 0;
        border: none
    }

    #footer p {
        line-height: 1
    }

    #footer p#copyright {
        line-height: 1.2;
        padding: 9px 0 0 0
    }
}

.map_info {
    margin: 0
}

.map {
    max-width: 100%;
    width: 100%;
    border: 1px solid #ccc;
    min-height: 300px;
    margin-bottom: 10px
}

#angle-picker {
    width: 269px;
    height: 269px;
    background: url(/imo/img/angle/bg.png) no-repeat 50% 50%;
    position: relative;
    margin-top: 20px
}

#angle_arrow {
    width: 266px;
    height: 266px;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    margin-left: -133px;
    margin-top: -133px
}

.ui-slider.ui-slider-horizontal {
    height: .8em;
    position: relative;
    text-align: left;
    font-family: Verdana, Arial, sans-serif;
    font-size: 2em;
    border: 1px solid #aaa;
    background: #fff;
    color: #222;
    border-radius: 4px;
    max-width: 269px;
    margin-bottom: 20px
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
    border-radius: 4px;
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: e-resize
}

.ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6;
    font-weight: 400;
    color: #555
}

.ui-state-hover {
    border: 1px solid #999;
    background: #dadada;
    font-weight: 400;
    color: #555
}

.altitude {
    margin-bottom: 20px
}

.altitude .elt {
    float: left;
    font-size: 13px !important
}

.altitude .elt ul li {
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #999;
    font-weight: 700
}

.altitude .elt_deg ul {
    text-align: right;
    margin-top: 11px
}

.altitude .elt_info ul {
    text-align: left;
    margin-top: 11px
}

.altitude .dragger {
    width: 102%;
    height: 1px;
    border-right-width: 20px;
    left: -1%;
    cursor: n-resize
}

.altitude .bg {
    float: left;
    width: 40%;
    height: 240px
}

.altitude .holder {
    margin-top: 19px;
    height: 140px
}

.altitude .rotater_holder {
    float: left;
    width: 173px;
    height: 168px;
    margin-top: 40px;
    margin-left: 10px
}

.altitude .horizon_holder {
    float: left
}

@media (max-width:620px) {
    .altitude .rotater_holder {
        display: none
    }

    .altitude .bg {
        width: 50%
    }

    .altitude .elt {
        font-size: 11px !important
    }
}

#magnitude_holder {
    background: url(/imo/img/magnitude/stellarmagnitude_h.png) 2px 0 no-repeat;
    width: 524px;
    height: 117px
}

#stellar_magnitude ul {
    margin-bottom: 20px
}

#stellar_magnitude ul li {
    font-size: 11px !important;
    vertical-align: top;
    font-weight: 700;
    letter-spacing: -1px;
    font-family: Arial, sans-serif !important
}

#stellar_magnitude ul li.venus {
    width: 66px
}

#stellar_magnitude ul li.first_quarter {
    width: 102px
}

#stellar_magnitude ul li.full_moon {
    width: 118px
}

#stellar_magnitude ul li.sun {
    margin-left: 121px;
    width: 116px
}

#stellarh {
    display: block;
    width: 22px;
    height: 113px;
    border: 2px solid #029bc9
}

#stellarh span {
    display: block;
    width: 20px;
    height: 89px;
    margin-top: 20px;
    background: rgba(2, 155, 200, .5);
    cursor: w-resize
}

#color {
    background: #002c3c;
    float: left;
    color: #c8c8c8;
    border-radius: 5px;
    margin-top: 5px;
    -moz-box-shadow: 0 1px 1px #fff;
    -webkit-box-shadow: 0 1px 1px #fff;
    box-shadow: 0 1px 1px #fff;
    margin-bottom: 20px
}

#color .color_text {
    margin-bottom: 20px
}

#color .color_text textarea {
    max-width: 610px
}

#color .rep_color_row {
    background: #002c3c;
    padding: 2px 5px;
    line-height: 20px;
    border-radius: 5px
}

#color .rep_color_row:nth-child(2n + 1) {
    background: #000
}

#color .rep_color_pick {
    cursor: pointer;
    float: left;
    width: 200px;
    padding: 2px
}

#color .rep_color_box {
    width: 15px;
    height: 15px;
    border: 2px solid #002c3c;
    -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, .2) inset;
    -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, .2) inset;
    box-shadow: 0 1px 1px rgba(255, 255, 255, .2) inset;
    margin-right: 5px;
    border-radius: 2px
}

#color .rep_color_row:nth-child(2n + 1) .rep_color_box {
    border-color: #000
}

#color .rep_color_pick.rep_color_selected .rep_color_box, #color .rep_color_pick.rep_color_selected:hover .rep_color_box {
    border-color: #eee;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .3) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .3) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, .3) inset
}

.modal-title {
    font-weight: 700
}

.modal-footer, .modal-header {
    padding: 10px 15px
}

.modal-content.alert.alert-danger {
    padding: 0 !important;
    background: #fff !important
}

#inner_help {
    padding-right: 10px
}

.illus_holder {
    position: relative
}

#intro_modal_illus_over {
    position: absolute
}

.modal img {
    max-width: 100%
}

.modal-dialog.modal-d-large .container {
    max-width: 750px
}

@media screen and (min-width:768px) {
    .modal-dialog.modal-d-large {
        width: 800px
    }
}

.modal-backdrop.in {
    opacity: .8
}

.report {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px
}

#loader_container {
    display: none
}

.glyphicon.load {
    display: inline-block;
    -webkit-animation: load-spinner 2s linear infinite;
    -moz-animation: load-spinner 2s linear infinite;
    -ms-animation: load-spinner 2s linear infinite;
    -o-animation: load-spinner 2s linear infinite;
    animation: load-spinner 2s linear infinite
}

@-webkit-keyframes load-spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

@-moz-keyframes load-spinner {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes load-spinner {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes load-spinner {
    0% {
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load-spinner {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.box {
    margin-top: 20px;
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 3px 3px 1px 10px
}

.box.w {
    background: #fff
}

.box .box-body, .box .box-header {
    padding: 10px
}

.box .box-head {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.box .box-head .btn {
    float: right;
    margin: 5px 5px 0
}

.box h3 {
    font-size: 17px;
    line-height: 34px;
    margin: 0;
    font-weight: 700
}

.box .form-inline {
    margin-bottom: 0
}

.box .form-inline .form-group {
    margin-bottom: 3px
}

.box .form-inline .form-group .form-group {
    margin-bottom: 0
}

.box.nm {
    margin-top: 0
}

.box.mb {
    margin-bottom: 20px
}

.box-header, .box-header-like {
    background: #fff
}

.box-header {
    border-radius: 0
}

.box.box-header-like.box-header-admin {
    margin-top: 20px;
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 3px 3px 1px 10px;
    margin: 20px 0 10px;
    background: 0 0;
    border: 0;
    padding: 0;
    border-bottom: 1px solid #ccc
}

#left-bar-wrapper, #right-bar-wrapper {
    transition: all .4s ease 0s
}

#left-bar-wrapper .in, #right-bar-wrapper .in {
    padding: 0 8px 0 10px
}

#left-bar-wrapper {
    padding-left: 356px
}

#left-bar-wrapper.profile {
    padding-left: 251px;
    padding-right: 10px
}

#left-bar-wrapper .sidebar-toggle-btn {
    float: left
}

#right-bar-wrapper {
    padding-right: 356px
}

#right-bar-wrapper.profile {
    padding-right: 251px
}

#right-bar-wrapper .sidebar-toggle-btn {
    float: right
}

#sidebar-wrapper.left {
    margin-left: -356px;
    left: 356px
}

#sidebar-wrapper.left.profile {
    margin-left: -251px;
    left: 251px
}

#sidebar-wrapper.right {
    margin-right: -356px;
    right: 356px
}

#sidebar-wrapper.right.profile {
    margin-right: -251px;
    right: 251px
}

#sidebar-wrapper {
    width: 355px;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: left .4s ease 0s;
    top: 0
}

.profile #sidebar-wrapper {
    width: 250px
}

#sidebar-wrapper.affix-top {
    top: 50px
}

#page-content-wrapper {
    width: 100%
}

#sidebar-toggle {
    display: none
}

.inset {
    padding: 10px 8px;
    position: relative
}

@media (max-width:800px) {
    #left-bar-wrapper, #left-bar-wrapper.profile {
        padding-left: 10px
    }

    #right-bar-wrapper {
        padding-right: 0
    }

    #sidebar-wrapper.left {
        left: 0
    }

    #sidebar-wrapper.right {
        right: 0
    }

    #left-bar-wrapper.active, #right-bar-wrapper.active {
        position: relative
    }

    #left-bar-wrapper.active {
        left: 356px
    }

    #right-bar-wrapper.active {
        right: 0
    }

    #left-bar-wrapper.active #sidebar-wrapper, #right-bar-wrapper.active #sidebar-wrapper {
        transition: all .4s ease 0s;
        width: 356px
    }

    #left-bar-wrapper.active.profile #sidebar-wrapper, #right-bar-wrapper.active.profile #sidebar-wrapper {
        width: 251px
    }

    #left-bar-wrapper.active #sidebar-wrapper {
        left: 356px
    }

    #left-bar-wrapper.active.profile #sidebar-wrapper {
        left: 251px
    }

    #right-bar-wrapper.active #sidebar-wrapper {
        right: 356px
    }

    #right-bar-wrapper.active.profile #sidebar-wrapper {
        right: 251px
    }

    #sidebar-toggle {
        display: inline-block;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    #sidebar-wrapper.affix-top {
        top: 57px
    }
}

.reportrange-inl {
    display: inline-block;
    margin-top: -3px
}

.reportrange {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.reportrange span {
    padding-left: 3px
}

.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3000
}

.daterangepicker.opensleft .calendar, .daterangepicker.opensleft .ranges {
    float: left;
    margin: 4px
}

.daterangepicker.opensright .calendar, .daterangepicker.opensright .ranges {
    float: right;
    margin: 4px
}

.daterangepicker .ranges {
    width: 160px;
    text-align: left
}

.daterangepicker .ranges .range_inputs > div {
    float: left
}

.daterangepicker .ranges .range_inputs > div:nth-child(2) {
    padding-left: 11px
}

.daterangepicker .calendar {
    display: none;
    max-width: 270px
}

.daterangepicker .calendar.single .calendar-date {
    border: none
}

.daterangepicker .calendar td, .daterangepicker .calendar th {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    white-space: nowrap;
    text-align: center;
    min-width: 32px
}

.daterangepicker .ranges label {
    color: #333;
    display: block;
    font-size: 11px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    margin-bottom: 2px;
    text-shadow: #fff 1px 1px 0;
    text-transform: uppercase;
    width: 74px
}

.daterangepicker .ranges input {
    font-size: 11px
}

.daterangepicker .ranges .input-mini {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    display: block;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0 0 10px 0;
    padding: 0 6px;
    width: 74px
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.daterangepicker .ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background: #08c;
    border: 1px solid #08c;
    color: #fff
}

.daterangepicker .calendar-date {
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
    background: #fff
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 8px auto 0 auto;
    line-height: 30px
}

.daterangepicker {
    position: absolute;
    background: #fff;
    top: 100px;
    left: 20px;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.daterangepicker.opensleft:before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, .2);
    content: ''
}

.daterangepicker.opensleft:after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ''
}

.daterangepicker.opensright:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, .2);
    content: ''
}

.daterangepicker.opensright:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ''
}

.daterangepicker table {
    width: 100%;
    margin: 0
}

.daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap
}

.daterangepicker td.off {
    color: #999
}

.daterangepicker td.disabled {
    color: #999
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background: #eee
}

.daterangepicker td.in-range {
    background: #ebf4f8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: #3071a9;
    color: #fff
}

.daterangepicker td.week, .daterangepicker th.week {
    font-size: 80%;
    color: #ccc
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%
}

.daterangepicker select.yearselect {
    width: 40%
}

.daterangepicker select.ampmselect, .daterangepicker select.hourselect,
.daterangepicker select.minuteselect {
    width: 50px;
    margin-bottom: 0
}

.daterangepicker_start_input {
    float: left
}

.daterangepicker_end_input {
    float: left;
    padding-left: 11px
}

.daterangepicker th.month {
    width: auto
}

.table {
    background: #fff
}

.mult-tz {
    font-size: smaller;
    font-style: italic;
    display: block
}

table.table-condensed {
    font-size: 1.2em
}

table.table-results tbody > tr:hover > td.event, table.table-results tbody > tr > td.event,
table.table-results.table-hover tbody > tr:hover > td.event, table.table-results.table-hover tbody > tr > td.event {
    background: #fff;
    font-weight: 700
}

table.table-results tr.selected td, table.table-results tr.selected th,
table.table-results.table-hover tr.selected td, table.table-results.table-hover tr.selected th {
    background: #ffe8b6
}

table.table-results tr.edited td, table.table-results tr.edited th,
table.table-results.table-hover tr.edited td, table.table-results.table-hover tr.edited th {
    background: #e5f5f4
}

table.table-results tr.inactivated td, table.table-results.table-hover tr.inactivated td {
    opacity: .5
}

table.table-results span.nw, table.table-results td.nw, table.table-results th.nw,
table.table-results.table-hover span.nw, table.table-results.table-hover td.nw,
table.table-results.table-hover th.nw {
    white-space: nowrap
}

table.table-results td, table.table-results.table-hover td {
    border-left: 1px solid #ccc;
    -webkit-transition: all .5s;
    transition: all .5s
}

table.table-results td[rel=comments], table.table-results.table-hover td[rel=comments] {
    cursor: zoom-in
}

table.table-results td .comm-full, table.table-results td .comm-part,
table.table-results.table-hover td .comm-full, table.table-results.table-hover td .comm-part {
    max-width: 350px;
    -webkit-transition: all .5s;
    transition: all .5s
}

table.table-results td .comm-part, table.table-results.table-hover td .comm-part {
    display: inline-block
}

table.table-results td .comm-full, table.table-results.table-hover td .comm-full {
    display: none
}

table.table-results td:hover .comm-part, table.table-results.table-hover td:hover .comm-part {
    display: none
}

table.table-results td:hover .comm-full, table.table-results.table-hover td:hover .comm-full {
    display: inline-block
}

table.table-results tr td:first-child, table.table-results tr th:first-child,
table.table-results.table-hover tr td:first-child, table.table-results.table-hover tr th:first-child {
    border-left: none
}

table.table-results td.r, table.table-results th.r, table.table-results.table-hover td.r,
table.table-results.table-hover th.r {
    text-align: right
}

table.table-results td.c, table.table-results th.c, table.table-results.table-hover td.c,
table.table-results.table-hover th.c {
    text-align: center
}

.row-title {
    text-transform: uppercase
}

tr.selected_report {
    border: 2px solid #c00
}

.table {
    border-collapse: collapse;
    border: 1px solid #ccc
}

.table thead > tr > th {
    color: #000
}

.table td, .table th {
    border-right: 1px solid #ccc
}

.row-title {
    background: #eaedf1;
    border-bottom: 2px solid #000 !important
}

tr.rel_ev td {
    background: #fff !important
}

h5.table-results {
    font-weight: 700;
    color: #383641;
    border-bottom: 1px solid #ccc;
    margin: 25px 0 20px;
    padding-bottom: 5px
}

[class^=hankey-flag] {
    display: inline-block;
    width: 16px;
    height: 11px;
    line-height: 11px;
    background-image: url(/imo/img/flags/hankey-flags.png);
    background-position: 0 0;
    background-repeat: no-repeat
}

.hankey-flag-zw {
    background-position: 0 0;
    width: 16px;
    height: 11px
}

.hankey-flag-zm {
    background-position: -16px 0;
    width: 16px;
    height: 11px
}

.hankey-flag-za {
    background-position: 0 -11px;
    width: 16px;
    height: 11px
}

.hankey-flag-yt {
    background-position: -16px -11px;
    width: 16px;
    height: 11px
}

.hankey-flag-ye {
    background-position: -32px 0;
    width: 16px;
    height: 11px
}

.hankey-flag-ws {
    background-position: -32px -11px;
    width: 16px;
    height: 11px
}

.hankey-flag-wf {
    background-position: 0 -22px;
    width: 16px;
    height: 11px
}

.hankey-flag-wales {
    background-position: -16px -22px;
    width: 16px;
    height: 11px
}

.hankey-flag-vu {
    background-position: -32px -22px;
    width: 16px;
    height: 11px
}

.hankey-flag-vn {
    background-position: 0 -33px;
    width: 16px;
    height: 11px
}

.hankey-flag-vi {
    background-position: -16px -33px;
    width: 16px;
    height: 11px
}

.hankey-flag-vg {
    background-position: -32px -33px;
    width: 16px;
    height: 11px
}

.hankey-flag-ve {
    background-position: -48px 0;
    width: 16px;
    height: 11px
}

.hankey-flag-vc {
    background-position: -48px -11px;
    width: 16px;
    height: 11px
}

.hankey-flag-va {
    background-position: -48px -22px;
    width: 16px;
    height: 11px
}

.hankey-flag-uz {
    background-position: -48px -33px;
    width: 16px;
    height: 11px
}

.hankey-flag-uy {
    background-position: 0 -44px;
    width: 16px;
    height: 11px
}

.hankey-flag-us {
    background-position: -16px -44px;
    width: 16px;
    height: 11px
}

.hankey-flag-um {
    background-position: -16px -44px;
    width: 16px;
    height: 11px
}

.hankey-flag-ug {
    background-position: -32px -44px;
    width: 16px;
    height: 11px
}

.hankey-flag-ua {
    background-position: -48px -44px;
    width: 16px;
    height: 11px
}

.hankey-flag-tz {
    background-position: -64px 0;
    width: 16px;
    height: 11px
}

.hankey-flag-tw {
    background-position: -64px -11px;
    width: 16px;
    height: 11px
}

.hankey-flag-tv {
    background-position: -64px -22px;
    width: 16px;
    height: 11px
}

.hankey-flag-tt {
    background-position: -64px -33px;
    width: 16px;
    height: 11px
}

.hankey-flag-tr {
    background-position: -64px -44px;
    width: 16px;
    height: 11px
}

.hankey-flag-to {
    background-position: 0 -55px;
    width: 16px;
    height: 11px
}

.hankey-flag-tn {
    background-position: -16px -55px;
    width: 16px;
    height: 11px
}

.hankey-flag-tm {
    background-position: -32px -55px;
    width: 16px;
    height: 11px
}

.hankey-flag-tl {
    background-position: -48px -55px;
    width: 16px;
    height: 11px
}

.hankey-flag-tk {
    background-position: -64px -55px;
    width: 16px;
    height: 11px
}

.hankey-flag-tj {
    background-position: 0 -66px;
    width: 16px;
    height: 11px
}

.hankey-flag-th {
    background-position: -16px -66px;
    width: 16px;
    height: 11px
}

.hankey-flag-tg {
    background-position: -32px -66px;
    width: 16px;
    height: 11px
}

.hankey-flag-tf {
    background-position: -48px -66px;
    width: 16px;
    height: 11px
}

.hankey-flag-td {
    background-position: -64px -66px;
    width: 16px;
    height: 11px
}

.hankey-flag-tc {
    background-position: -80px 0;
    width: 16px;
    height: 11px
}

.hankey-flag-sz {
    background-position: -80px -11px;
    width: 16px;
    height: 11px
}

.hankey-flag-sy {
    background-position: -80px -22px;
    width: 16px;
    height: 11px
}

.hankey-flag-sx {
    background-position: -80px -33px;
    width: 16px;
    height: 11px
}

.hankey-flag-sv {
    background-position: -80px -44px;
    width: 16px;
    height: 11px
}

.hankey-flag-st {
    background-position: -80px -55px;
    width: 16px;
    height: 11px
}

.hankey-flag-ss {
    background-position: -80px -66px;
    width: 16px;
    height: 11px
}

.hankey-flag-sr {
    background-position: 0 -77px;
    width: 16px;
    height: 11px
}

.hankey-flag-so {
    background-position: -16px -77px;
    width: 16px;
    height: 11px
}

.hankey-flag-sn {
    background-position: -32px -77px;
    width: 16px;
    height: 11px
}

.hankey-flag-sm {
    background-position: -48px -77px;
    width: 16px;
    height: 11px
}

.hankey-flag-sl {
    background-position: -64px -77px;
    width: 16px;
    height: 11px
}

.hankey-flag-sk {
    background-position: -80px -77px;
    width: 16px;
    height: 11px
}

.hankey-flag-si {
    background-position: -96px 0;
    width: 16px;
    height: 11px
}

.hankey-flag-sh {
    background-position: -96px -11px;
    width: 16px;
    height: 11px
}

.hankey-flag-sg {
    background-position: -96px -22px;
    width: 16px;
    height: 11px
}

.hankey-flag-se {
    background-position: -96px -33px;
    width: 16px;
    height: 11px
}

.hankey-flag-sd {
    background-position: -96px -44px;
    width: 16px;
    height: 11px
}

.hankey-flag-scotland {
    background-position: -96px -55px;
    width: 16px;
    height: 11px
}

.hankey-flag-sc {
    background-position: -96px -66px;
    width: 16px;
    height: 11px
}

.hankey-flag-sb {
    background-position: -96px -77px;
    width: 16px;
    height: 11px
}

.hankey-flag-sa {
    background-position: 0 -88px;
    width: 16px;
    height: 11px
}

.hankey-flag-rw {
    background-position: -16px -88px;
    width: 16px;
    height: 11px
}

.hankey-flag-ru {
    background-position: -32px -88px;
    width: 16px;
    height: 11px
}

.hankey-flag-rs {
    background-position: -48px -88px;
    width: 16px;
    height: 11px
}

.hankey-flag-ro {
    background-position: -64px -88px;
    width: 16px;
    height: 11px
}

.hankey-flag-qa {
    background-position: -80px -88px;
    width: 16px;
    height: 11px
}

.hankey-flag-py {
    background-position: -96px -88px;
    width: 16px;
    height: 11px
}

.hankey-flag-pw {
    background-position: 0 -99px;
    width: 16px;
    height: 11px
}

.hankey-flag-pt {
    background-position: -16px -99px;
    width: 16px;
    height: 11px
}

.hankey-flag-ps {
    background-position: -32px -99px;
    width: 16px;
    height: 11px
}

.hankey-flag-pr {
    background-position: -48px -99px;
    width: 16px;
    height: 11px
}

.hankey-flag-pn {
    background-position: -64px -99px;
    width: 16px;
    height: 11px
}

.hankey-flag-pm {
    background-position: -80px -99px;
    width: 16px;
    height: 11px
}

.hankey-flag-pl {
    background-position: -96px -99px;
    width: 16px;
    height: 11px
}

.hankey-flag-pk {
    background-position: -112px 0;
    width: 16px;
    height: 11px
}

.hankey-flag-ph {
    background-position: -112px -11px;
    width: 16px;
    height: 11px
}

.hankey-flag-pg {
    background-position: -112px -22px;
    width: 16px;
    height: 11px
}

.hankey-flag-pf {
    background-position: -112px -33px;
    width: 16px;
    height: 11px
}

.hankey-flag-pe {
    background-position: -112px -44px;
    width: 16px;
    height: 11px
}

.hankey-flag-pa {
    background-position: -112px -55px;
    width: 16px;
    height: 11px
}

.hankey-flag-om {
    background-position: -112px -66px;
    width: 16px;
    height: 11px
}

.hankey-flag-nz {
    background-position: -112px -77px;
    width: 16px;
    height: 11px
}

.hankey-flag-nu {
    background-position: -112px -88px;
    width: 16px;
    height: 11px
}

.hankey-flag-nr {
    background-position: -112px -99px;
    width: 16px;
    height: 11px
}

.hankey-flag-no {
    background-position: 0 -110px;
    width: 16px;
    height: 11px
}

.hankey-flag-bv {
    background-position: 0 -110px;
    width: 16px;
    height: 11px
}

.hankey-flag-sj {
    background-position: 0 -110px;
    width: 16px;
    height: 11px
}

.hankey-flag-nl {
    background-position: -16px -110px;
    width: 16px;
    height: 11px
}

.hankey-flag-ni {
    background-position: -32px -110px;
    width: 16px;
    height: 11px
}

.hankey-flag-ng {
    background-position: -48px -110px;
    width: 16px;
    height: 11px
}

.hankey-flag-nf {
    background-position: -64px -110px;
    width: 16px;
    height: 11px
}

.hankey-flag-ne {
    background-position: -80px -110px;
    width: 16px;
    height: 11px
}

.hankey-flag-nc {
    background-position: -96px -110px;
    width: 16px;
    height: 11px
}

.hankey-flag-na {
    background-position: -112px -110px;
    width: 16px;
    height: 11px
}

.hankey-flag-mz {
    background-position: -128px 0;
    width: 16px;
    height: 11px
}

.hankey-flag-my {
    background-position: -128px -11px;
    width: 16px;
    height: 11px
}

.hankey-flag-mx {
    background-position: -128px -22px;
    width: 16px;
    height: 11px
}

.hankey-flag-mw {
    background-position: -128px -33px;
    width: 16px;
    height: 11px
}

.hankey-flag-mv {
    background-position: -128px -44px;
    width: 16px;
    height: 11px
}

.hankey-flag-mu {
    background-position: -128px -55px;
    width: 16px;
    height: 11px
}

.hankey-flag-mt {
    background-position: -128px -66px;
    width: 16px;
    height: 11px
}

.hankey-flag-ms {
    background-position: -128px -77px;
    width: 16px;
    height: 11px
}

.hankey-flag-mr {
    background-position: -128px -88px;
    width: 16px;
    height: 11px
}

.hankey-flag-mq {
    background-position: -128px -99px;
    width: 16px;
    height: 11px
}

.hankey-flag-mp {
    background-position: -128px -110px;
    width: 16px;
    height: 11px
}

.hankey-flag-mo {
    background-position: 0 -121px;
    width: 16px;
    height: 11px
}

.hankey-flag-mn {
    background-position: -16px -121px;
    width: 16px;
    height: 11px
}

.hankey-flag-mm {
    background-position: -32px -121px;
    width: 16px;
    height: 11px
}

.hankey-flag-ml {
    background-position: -48px -121px;
    width: 16px;
    height: 11px
}

.hankey-flag-mk {
    background-position: -64px -121px;
    width: 16px;
    height: 11px
}

.hankey-flag-mh {
    background-position: -80px -121px;
    width: 16px;
    height: 11px
}

.hankey-flag-mg {
    background-position: -96px -121px;
    width: 16px;
    height: 11px
}

.hankey-flag-me {
    background-position: 0 -132px;
    width: 16px;
    height: 12px
}

.hankey-flag-md {
    background-position: -112px -121px;
    width: 16px;
    height: 11px
}

.hankey-flag-mc {
    background-position: -128px -121px;
    width: 16px;
    height: 11px
}

.hankey-flag-ma {
    background-position: -16px -132px;
    width: 16px;
    height: 11px
}

.hankey-flag-ly {
    background-position: -32px -132px;
    width: 16px;
    height: 11px
}

.hankey-flag-lv {
    background-position: -48px -132px;
    width: 16px;
    height: 11px
}

.hankey-flag-lu {
    background-position: -64px -132px;
    width: 16px;
    height: 11px
}

.hankey-flag-lt {
    background-position: -80px -132px;
    width: 16px;
    height: 11px
}

.hankey-flag-ls {
    background-position: -96px -132px;
    width: 16px;
    height: 11px
}

.hankey-flag-lr {
    background-position: -112px -132px;
    width: 16px;
    height: 11px
}

.hankey-flag-lk {
    background-position: -128px -132px;
    width: 16px;
    height: 11px
}

.hankey-flag-li {
    background-position: -144px 0;
    width: 16px;
    height: 11px
}

.hankey-flag-lc {
    background-position: -144px -11px;
    width: 16px;
    height: 11px
}

.hankey-flag-lb {
    background-position: -144px -22px;
    width: 16px;
    height: 11px
}

.hankey-flag-la {
    background-position: -144px -33px;
    width: 16px;
    height: 11px
}

.hankey-flag-kz {
    background-position: -144px -44px;
    width: 16px;
    height: 11px
}

.hankey-flag-ky {
    background-position: -144px -55px;
    width: 16px;
    height: 11px
}

.hankey-flag-kw {
    background-position: -144px -66px;
    width: 16px;
    height: 11px
}

.hankey-flag-kr {
    background-position: -144px -77px;
    width: 16px;
    height: 11px
}

.hankey-flag-kp {
    background-position: -144px -88px;
    width: 16px;
    height: 11px
}

.hankey-flag-kn {
    background-position: -144px -99px;
    width: 16px;
    height: 11px
}

.hankey-flag-km {
    background-position: -144px -110px;
    width: 16px;
    height: 11px
}

.hankey-flag-ki {
    background-position: -144px -121px;
    width: 16px;
    height: 11px
}

.hankey-flag-kh {
    background-position: -144px -132px;
    width: 16px;
    height: 11px
}

.hankey-flag-kg {
    background-position: 0 -144px;
    width: 16px;
    height: 11px
}

.hankey-flag-ke {
    background-position: -16px -144px;
    width: 16px;
    height: 11px
}

.hankey-flag-jp, .hankey-flag-日本 {
    background-position: -32px -144px;
    width: 16px;
    height: 11px
}

.hankey-flag-jo {
    background-position: -48px -144px;
    width: 16px;
    height: 11px
}

.hankey-flag-jm {
    background-position: -64px -144px;
    width: 16px;
    height: 11px
}

.hankey-flag-je {
    background-position: -80px -144px;
    width: 16px;
    height: 11px
}

.hankey-flag-it {
    background-position: -96px -144px;
    width: 16px;
    height: 11px
}

.hankey-flag-is {
    background-position: -112px -144px;
    width: 16px;
    height: 11px
}

.hankey-flag-ir {
    background-position: -128px -144px;
    width: 16px;
    height: 11px
}

.hankey-flag-iq {
    background-position: -144px -144px;
    width: 16px;
    height: 11px
}

.hankey-flag-io {
    background-position: -160px 0;
    width: 16px;
    height: 11px
}

.hankey-flag-in {
    background-position: -160px -11px;
    width: 16px;
    height: 11px
}

.hankey-flag-im {
    background-position: -160px -22px;
    width: 16px;
    height: 9px
}

.hankey-flag-il {
    background-position: -160px -31px;
    width: 16px;
    height: 11px
}

.hankey-flag-ie {
    background-position: -160px -42px;
    width: 16px;
    height: 11px
}

.hankey-flag-id {
    background-position: -160px -53px;
    width: 16px;
    height: 11px
}

.hankey-flag-hu {
    background-position: -160px -64px;
    width: 16px;
    height: 11px
}

.hankey-flag-ht {
    background-position: -160px -75px;
    width: 16px;
    height: 11px
}

.hankey-flag-hr {
    background-position: -160px -86px;
    width: 16px;
    height: 11px
}

.hankey-flag-hn {
    background-position: -160px -97px;
    width: 16px;
    height: 11px
}

.hankey-flag-hk {
    background-position: -160px -108px;
    width: 16px;
    height: 11px
}

.hankey-flag-gy {
    background-position: -160px -119px;
    width: 16px;
    height: 11px
}

.hankey-flag-gw {
    background-position: -160px -130px;
    width: 16px;
    height: 11px
}

.hankey-flag-gu {
    background-position: -160px -141px;
    width: 16px;
    height: 11px
}

.hankey-flag-gt {
    background-position: 0 -155px;
    width: 16px;
    height: 11px
}

.hankey-flag-gs {
    background-position: -16px -155px;
    width: 16px;
    height: 11px
}

.hankey-flag-gr {
    background-position: -32px -155px;
    width: 16px;
    height: 11px
}

.hankey-flag-gq {
    background-position: -48px -155px;
    width: 16px;
    height: 11px
}

.hankey-flag-gp {
    background-position: -64px -155px;
    width: 16px;
    height: 11px
}

.hankey-flag-gn {
    background-position: -80px -155px;
    width: 16px;
    height: 11px
}

.hankey-flag-gm {
    background-position: -96px -155px;
    width: 16px;
    height: 11px
}

.hankey-flag-gl {
    background-position: -112px -155px;
    width: 16px;
    height: 11px
}

.hankey-flag-gi {
    background-position: -128px -155px;
    width: 16px;
    height: 11px
}

.hankey-flag-gh {
    background-position: -144px -155px;
    width: 16px;
    height: 11px
}

.hankey-flag-gg {
    background-position: -160px -155px;
    width: 16px;
    height: 11px
}

.hankey-flag-ge {
    background-position: -176px 0;
    width: 16px;
    height: 11px
}

.hankey-flag-gd {
    background-position: -176px -11px;
    width: 16px;
    height: 11px
}

.hankey-flag-gb {
    background-position: -176px -22px;
    width: 16px;
    height: 11px
}

.hankey-flag-ga {
    background-position: -176px -33px;
    width: 16px;
    height: 11px
}

.hankey-flag-fr {
    background-position: -176px -44px;
    width: 16px;
    height: 11px
}

.hankey-flag-gf {
    background-position: -176px -44px;
    width: 16px;
    height: 11px
}

.hankey-flag-re {
    background-position: -176px -44px;
    width: 16px;
    height: 11px
}

.hankey-flag-mf {
    background-position: -176px -44px;
    width: 16px;
    height: 11px
}

.hankey-flag-bl {
    background-position: -176px -44px;
    width: 16px;
    height: 11px
}

.hankey-flag-fo {
    background-position: -176px -55px;
    width: 16px;
    height: 11px
}

.hankey-flag-fm {
    background-position: -176px -66px;
    width: 16px;
    height: 11px
}

.hankey-flag-fk {
    background-position: -176px -77px;
    width: 16px;
    height: 11px
}

.hankey-flag-fj {
    background-position: -176px -88px;
    width: 16px;
    height: 11px
}

.hankey-flag-fi {
    background-position: -176px -99px;
    width: 16px;
    height: 11px
}

.hankey-flag-fam {
    background-position: -176px -110px;
    width: 16px;
    height: 11px
}

.hankey-flag-eu {
    background-position: -176px -121px;
    width: 16px;
    height: 11px
}

.hankey-flag-et {
    background-position: -176px -132px;
    width: 16px;
    height: 11px
}

.hankey-flag-es {
    background-position: -176px -143px;
    width: 16px;
    height: 11px
}

.hankey-flag-er {
    background-position: -176px -154px;
    width: 16px;
    height: 11px
}

.hankey-flag-england {
    background-position: 0 -166px;
    width: 16px;
    height: 11px
}

.hankey-flag-eh {
    background-position: -16px -166px;
    width: 16px;
    height: 11px
}

.hankey-flag-eg {
    background-position: -32px -166px;
    width: 16px;
    height: 11px
}

.hankey-flag-ee {
    background-position: -48px -166px;
    width: 16px;
    height: 11px
}

.hankey-flag-ec {
    background-position: -64px -166px;
    width: 16px;
    height: 11px
}

.hankey-flag-dz {
    background-position: -80px -166px;
    width: 16px;
    height: 11px
}

.hankey-flag-do {
    background-position: -96px -166px;
    width: 16px;
    height: 11px
}

.hankey-flag-dm {
    background-position: -112px -166px;
    width: 16px;
    height: 11px
}

.hankey-flag-dk {
    background-position: -128px -166px;
    width: 16px;
    height: 11px
}

.hankey-flag-dj {
    background-position: -144px -166px;
    width: 16px;
    height: 11px
}

.hankey-flag-de {
    background-position: -160px -166px;
    width: 16px;
    height: 11px
}

.hankey-flag-cz {
    background-position: -176px -166px;
    width: 16px;
    height: 11px
}

.hankey-flag-cy {
    background-position: 0 -177px;
    width: 16px;
    height: 11px
}

.hankey-flag-cx {
    background-position: -16px -177px;
    width: 16px;
    height: 11px
}

.hankey-flag-cw {
    background-position: -32px -177px;
    width: 16px;
    height: 11px
}

.hankey-flag-cv {
    background-position: -48px -177px;
    width: 16px;
    height: 11px
}

.hankey-flag-cu {
    background-position: -64px -177px;
    width: 16px;
    height: 11px
}

.hankey-flag-cs {
    background-position: -80px -177px;
    width: 16px;
    height: 11px
}

.hankey-flag-cr {
    background-position: -96px -177px;
    width: 16px;
    height: 11px
}

.hankey-flag-co {
    background-position: -112px -177px;
    width: 16px;
    height: 11px
}

.hankey-flag-cn {
    background-position: -128px -177px;
    width: 16px;
    height: 11px
}

.hankey-flag-cm {
    background-position: -144px -177px;
    width: 16px;
    height: 11px
}

.hankey-flag-cl {
    background-position: -160px -177px;
    width: 16px;
    height: 11px
}

.hankey-flag-ck {
    background-position: -176px -177px;
    width: 16px;
    height: 11px
}

.hankey-flag-ci {
    background-position: -192px 0;
    width: 16px;
    height: 11px
}

.hankey-flag-cg {
    background-position: -192px -11px;
    width: 16px;
    height: 11px
}

.hankey-flag-cf {
    background-position: -192px -22px;
    width: 16px;
    height: 11px
}

.hankey-flag-cd {
    background-position: -192px -33px;
    width: 16px;
    height: 11px
}

.hankey-flag-cc {
    background-position: -192px -44px;
    width: 16px;
    height: 11px
}

.hankey-flag-catalonia {
    background-position: -192px -55px;
    width: 16px;
    height: 11px
}

.hankey-flag-ca {
    background-position: -192px -66px;
    width: 16px;
    height: 11px
}

.hankey-flag-bz {
    background-position: -192px -77px;
    width: 16px;
    height: 11px
}

.hankey-flag-by {
    background-position: -192px -88px;
    width: 16px;
    height: 11px
}

.hankey-flag-bw {
    background-position: -192px -99px;
    width: 16px;
    height: 11px
}

.hankey-flag-bt {
    background-position: -192px -110px;
    width: 16px;
    height: 11px
}

.hankey-flag-bs {
    background-position: -192px -121px;
    width: 16px;
    height: 11px
}

.hankey-flag-br {
    background-position: -192px -132px;
    width: 16px;
    height: 11px
}

.hankey-flag-bq {
    background-position: -192px -143px;
    width: 16px;
    height: 11px
}

.hankey-flag-bo {
    background-position: -192px -154px;
    width: 16px;
    height: 11px
}

.hankey-flag-bn {
    background-position: -192px -165px;
    width: 16px;
    height: 11px
}

.hankey-flag-bm {
    background-position: -192px -176px;
    width: 16px;
    height: 11px
}

.hankey-flag-bj {
    background-position: 0 -188px;
    width: 16px;
    height: 11px
}

.hankey-flag-bi {
    background-position: -16px -188px;
    width: 16px;
    height: 11px
}

.hankey-flag-bh {
    background-position: -32px -188px;
    width: 16px;
    height: 11px
}

.hankey-flag-bg {
    background-position: -48px -188px;
    width: 16px;
    height: 11px
}

.hankey-flag-bf {
    background-position: -64px -188px;
    width: 16px;
    height: 11px
}

.hankey-flag-be {
    background-position: -80px -188px;
    width: 16px;
    height: 11px
}

.hankey-flag-bd {
    background-position: -96px -188px;
    width: 16px;
    height: 11px
}

.hankey-flag-bb {
    background-position: -112px -188px;
    width: 16px;
    height: 11px
}

.hankey-flag-ba {
    background-position: -128px -188px;
    width: 16px;
    height: 11px
}

.hankey-flag-az {
    background-position: -144px -188px;
    width: 16px;
    height: 11px
}

.hankey-flag-ax {
    background-position: -160px -188px;
    width: 16px;
    height: 11px
}

.hankey-flag-aw {
    background-position: -176px -188px;
    width: 16px;
    height: 11px
}

.hankey-flag-au {
    background-position: -192px -188px;
    width: 16px;
    height: 11px
}

.hankey-flag-hm {
    background-position: -192px -188px;
    width: 16px;
    height: 11px
}

.hankey-flag-at {
    background-position: -208px 0;
    width: 16px;
    height: 11px
}

.hankey-flag-as {
    background-position: -208px -11px;
    width: 16px;
    height: 11px
}

.hankey-flag-ar {
    background-position: -208px -22px;
    width: 16px;
    height: 11px
}

.hankey-flag-ao {
    background-position: -208px -33px;
    width: 16px;
    height: 11px
}

.hankey-flag-an {
    background-position: -208px -44px;
    width: 16px;
    height: 11px
}

.hankey-flag-am {
    background-position: -208px -55px;
    width: 16px;
    height: 11px
}

.hankey-flag-al {
    background-position: -208px -66px;
    width: 16px;
    height: 11px
}

.hankey-flag-ai {
    background-position: -208px -77px;
    width: 16px;
    height: 11px
}

.hankey-flag-ag {
    background-position: -208px -88px;
    width: 16px;
    height: 11px
}

.hankey-flag-af {
    background-position: -208px -99px;
    width: 16px;
    height: 11px
}

.hankey-flag-ae {
    background-position: -208px -110px;
    width: 16px;
    height: 11px
}

.hankey-flag-ad {
    background-position: -208px -121px;
    width: 16px;
    height: 11px
}

.hankey-flag-np {
    background-position: -208px -132px;
    width: 9px;
    height: 11px
}

.hankey-flag-ch {
    background-position: -208px -143px;
    width: 11px;
    height: 11px
}

.na {
    font-size: 11px;
    color: #666
}

.sgraph_number {
    width: 80px;
    line-height: 14px;
    font-size: 11px;
    color: #666;
    margin: 0 auto
}

.sgraph_number div {
    white-space: nowrap
}

.sgraph_number .yes {
    font-weight: 700;
    float: left;
    text-align: left
}

.sgraph_number .no {
    float: right;
    text-align: right
}

.sgraph {
    background: #eee;
    height: 5px;
    width: 80px;
    margin: 0 auto
}

.sgraph .yes {
    height: 5px;
    background: #26e954;
    text-align: left;
    float: left
}

.sgraph .no {
    height: 5px;
    background: #f6dfe1;
    text-align: right;
    float: right
}

#reports-list {
    overflow: auto
}

#sidebar-wrapper h5 {
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 0;
    margin-top: 0
}

#map-control {
    position: absolute;
    top: 21px;
    right: 15px;
    z-index: 99
}

#map-control select.btn-sm {
    direction: ltr;
    overflow: hidden;
    text-align: left;
    position: relative;
    color: #000;
    font-family: Roboto, Arial, sans-serif;
    -webkit-user-select: none;
    font-size: 11px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, .298039) 0 1px 4px -1px;
    font-weight: 500;
    background-clip: padding-box;
    padding: 7px 4px 5px;
    border: none #66cdaa;
    margin-left: 3px;
    height: auto
}

#map-control-traj {
    position: absolute;
    top: 21px;
    left: 107px;
    z-index: 99
}

#map-control-traj button {
    border: none;
    direction: ltr;
    overflow: hidden;
    text-align: left;
    position: relative;
    font-family: Roboto, Arial, sans-serif;
    -webkit-user-select: none;
    font-size: 11px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, .298039) 0 1px 4px -1px;
    font-weight: 500;
    background-clip: padding-box;
    padding: 5px 10px 5px;
    border: none #66cdaa;
    margin-left: 3px;
    color: #428bca;
    height: auto;
    line-height: 20px
}

p.event-text {
    font-size: 13px;
    margin: 10px 5px
}

.stats {
    margin: 0 -5px 0 -10px
}

.stats h6 {
    font-size: 12px;
    margin: 0 0 3px;
    text-align: center;
    font-weight: 700
}

.stats .sgraph, .stats .sgraph_number {
    width: 100%;
    font-size: 9px
}

#event-intro, #event-reports {
    background: #fff;
    margin-top: 10px;
    padding: 5px;
    border: 1px solid #ccc
}

#reports-list label {
    font-weight: 400;
    margin-bottom: 0;
    padding: 1px 5px 1px 1px;
    cursor: pointer;
    font-size: 12px;
    display: block;
    line-height: 22px
}

#reports-list label input {
    float: left;
    margin-left: -18px
}

#reports-list label .wit-id {
    min-width: 30px;
    display: inline-block
}

#reports-list label .inc, #reports-list label .level {
    font-size: 11px;
    float: right
}

#reports-list label .inc {
    font-style: italic;
    padding-right: 5px
}

#sidebar-wrapper.left {
    border-right: 0 solid #eee
}

#sidebar-wrapper.right {
    border-left: 0 solid #eee
}

hr.nm {
    border-bottom: 1px solid #ccc
}

#reports-list label {
    border-top: 1px solid #ccc
}

#reports-list label:first-child {
    border-top: none medium
}

.inc {
    color: #944a4a
}

.level {
    color: #777
}

#reports-list label:hover {
    background: #ffc
}

#sidebar-wrapper {
    background: #f0f0f0;
    margin-top: 1px
}

#reports-list label.off:hover, #sidebar-wrapper label.off {
    background: #f3f3f3
}

#reports-list label.wopen {
    background: #ccc
}

#socials {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 3px
}

@media screen and (max-width:1070px) {
    #map-control {
        top: 63px;
        left: 16px
    }

    #map-control select.btn-sm {
        margin-bottom: 5px
    }
}

.control-container {
    min-width: 125px;
    z-index: 1;
    margin: 5px;
    cursor: pointer;
    text-align: left;
    z-index: 0
}

.dropDownControl {
    direction: ltr;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: left;
    position: relative;
    -webkit-user-select: none;
    font-size: 12px;
    padding: 1px 6px;
    border: 1px solid #000;
    border: 1px solid rgba(0, 0, 0, .3);
    border-image: initial;
    font-weight: 700;
    z-index: 2;
    background: #fff;
    color: #000;
    cursor: pointer
}

.button:hover, .dropDownControl:hover {
    background: #ebebeb
}

.dropDownArrow {
    float: right;
    padding-top: 7px
}

.dropDownOptionsDiv {
    background-color: #fff;
    z-index: 0;
    padding-top: 2px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #717b87;
    border-bottom-color: #717b87;
    border-left-color: #717b87;
    border-image: initial;
    border-top-width: 0;
    border-top-style: initial;
    border-top-color: initial;
    -webkit-box-shadow: rgba(0, 0, 0, .398438) 0 2px 4px;
    box-shadow: rgba(0, 0, 0, .398438) 0 2px 4px;
    position: relative;
    text-align: left;
    display: none
}

.dropDownItemDiv {
    font-family: Arial, sans-serif;
    -webkit-user-select: none;
    font-size: 13px;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    background-color: #fff;
    color: #000
}

.checkboxContainer:hover, .dropDownItemDiv:hover {
    background-color: #ebebeb
}

.separatorDiv {
    margin-top: 1px;
    margin-right: 0;
    margin-bottom: 1px;
    margin-left: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ebebeb
}

.checkboxContainer {
    font-family: Arial, sans-serif;
    -webkit-user-select: none;
    font-size: 11px;
    padding-top: 1px;
    padding-bottom: 3px;
    padding-left: 5px;
    direction: ltr;
    text-align: left;
    background-color: #fff;
    white-space: nowrap;
    padding-right: 8px;
    color: #000
}

.checkboxSpan {
    box-sizing: border-box;
    position: relative;
    line-height: 0;
    font-size: 0;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 0;
    display: inline-block;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c6c6c6
}

.blankDiv {
    position: absolute;
    left: 1px;
    top: -2px;
    width: 13px;
    height: 11px;
    overflow-x: hidden;
    overflow-y: hidden;
    display: none
}

.blankImg {
    position: absolute;
    left: -52px;
    top: -44px;
    -webkit-user-select: none;
    border-width: 0;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 0;
    margin: 0;
    -webkit-user-drag: none;
    width: 68px;
    height: 67px
}

.checkboxLabel {
    vertical-align: middle;
    cursor: pointer
}

.button {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    text-align: center;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, .4) 0 2px 4px;
    -moz-box-shadow: rgba(0, 0, 0, .4) 0 2px 4px;
    -webkit-box-shadow: rgba(0, 0, 0, .4) 0 2px 4px;
    color: #000;
    border: 1px solid #717b87;
    background-color: #fff;
    margin: 5px;
    padding: 1px 6px;
    overflow: hidden
}

.button-selected {
    font-weight: 700
}

.inline-pagination-info {
    line-height: 2em;
    padding-right: 10px
}

.user-profile > .intro, .user-profile > .intro .step {
    background-color: transparent
}

.intro {
    background-color: #f0f0f0
}

.intro .step {
    background: #f0f0f0
}

.intro .step h1 {
    margin-top: 20px
}

.intro .step .row.main img {
    max-height: 150px;
    display: block;
    margin: 0 auto
}

.intro #footer {
    background: 0 0
}

.well {
    border-color: #ccc;
    padding: 10px 15px
}

.well.smw {
    width: 95%
}

.profile h1 {
    font-family: Montserrat, Helvetica Neue, Arial, Sans-serif;
    font-size: 20px;
    text-align: center;
    margin: 5px
}

.profile .inset {
    padding-top: 1px
}

.profile .box.w {
    margin-top: 11px;
    padding: 5px 10px
}

.user-box h5 {
    margin-bottom: 3px
}

.thumb_holder {
    background: #fff;
    padding: 5px;
    border: 1px solid #eee;
    margin-bottom: 10px
}

.thumb_holder img.m {
    width: 100%;
    margin-bottom: 8px
}

.lh1 {
    line-height: 1
}

.inlb {
    display: inline-block;
    width: auto
}

.cam_holder {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: .5em 0;
    margin-bottom: 1em
}

.thumb_holder.cam {
    border-color: #ccc
}

.thumb_holder.cam .row {
    margin: .5em .5em 0 0
}

ul.cams {
    list-style: none;
    padding: 0 0 0 1.2em
}

ul.cams li {
    border-top: 1px solid #e0e0e0
}

.new_line {
    display: none
}

@media (min-width:991px) {
    .latest_row {
        transition-timing-function: ease-in;
        transition: all .5s
    }

    .new_line.closed {
        margin-top: 8px;
        display: block
    }

    .latest_row.closed {
        width: 19%;
        margin: 0 .5%;
        float: left;
        transition: all .5s
    }

    .latest_row.closed .col-xs-12 {
        padding: 0
    }

    .latest_row.closed .latest_details_holder {
        width: 100%
    }

    .latest_row.closed .latest_details {
        display: none
    }

    .latest_row.closed .latest_holder {
        width: 100%;
        position: relative
    }

    .latest_row.closed .latest_holder img {
        margin: 0 auto
    }

    .latest_row.closed .latest_upload_details {
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, .8);
        left: 0;
        right: 0;
        color: #fff;
        padding: .5em;
        margin: 0 15px
    }
}

@media (min-width:768px) {
    .dl-horizontal.right-sm dt {
        text-align: left;
        width: 80px
    }

    .dl-horizontal.right-sm dd {
        margin-left: 100px
    }

    .dl-horizontal.right-lg dt {
        text-align: left;
        width: 150px
    }

    .dl-horizontal.right-lg dd {
        margin-left: 100px
    }
}

@media (min-width:992px) {
    .col-md-6 .thumb_holder.cam .row::first-child {
        margin: 0
    }
}

.blog {
    background-color: #fff;
    color: #545454
}

* , :after, :before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

.clear:after, .clear:before {
    content: ' ';
    display: table
}

.clear:after {
    clear: both
}

img {
    max-width: 100%;
    vertical-align: bottom
}

input:focus {
    outline: 0;
    border: 1px solid #04a4cc
}

.wrapper {
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    position: relative
}

.page h1 {
    text-transform: none;
    font-size: 3.5rem;
    color: #000;
    font-family: Montserrat, Helvetica Neue, Arial, Sans-serif;
    margin: 2rem 0 1.5rem
}

.page p, .page ul li {
    font-size: 1.2em;
    line-height: 1.56em
}

.dmt {
    margin-top: 20px
}

::selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none
}

::-webkit-selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
    max-width: 100%;
    padding: 5px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 15px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 15px 0
}

.wp-caption.alignright {
    margin: 5px 0 15px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.gallery-caption, .wp-caption .wp-caption-text {
    margin: 0;
    padding: 10px 4px 10px;
    font-size: 13px;
    text-align: center
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after, a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

.post {
    margin-bottom: 30px
}

.post img {
    border: 1px solid #f0f0f0
}

.post .entry-author, .post .entry-details {
    font-size: small;
    color: #adadad
}

.post .entry-author a, .post .entry-details a {
    color: #cbcbcb
}

.post .entry-author a:focus, .post .entry-author a:hover, .post .entry-details a:focus,
.post .entry-details a:hover {
    color: #0d426d
}

.post h2 {
    font-family: Montserrat, Helvetica Neue, Arial, Sans-serif;
    font-size: 19px;
    margin: 10px 0 2px;
    font-weight: 700
}

.post h2 a {
    color: #0d426d
}

@media (min-width:768px) {
    .post.first-article {
        position: relative;
        max-height: 550px;
        overflow: hidden
    }

    .post.first-article img {
        width: 100%;
        border: none medium
    }

    .post.first-article .first-article-text {
        position: absolute;
        bottom: 0;
        background-color: #000;
        background-color: rgba(0, 0, 0, .8);
        padding: 5px 10px;
        color: #fff;
        width: 100%
    }

    .post.first-article .first-article-text h2 {
        font-size: 32px;
        font-weight: 200;
        font-family: Montserrat, Helvetica Neue, Arial, Sans-serif;
        padding: 5px 0 10px
    }

    .post.first-article .first-article-text h2 a {
        color: #fff
    }

    .post.first-article .first-article-text p {
        color: #e7e7e7
    }

    .wp-caption, .wp-caption.alignleft, .wp-caption.alignnone, .wp-caption.alignright {
        margin-bottom: 10px
    }
}

@media (min-width:1300px) {
    .container {
        width: 1170px
    }
}

@media (min-width:1400px) {
    .container {
        width: 1270px
    }
}

@media (min-width:1500px) {
    .container {
        width: 1370px
    }
}

@media (min-width:1600px) {
    .container {
        width: 1470px
    }
}

@media (min-width:2200px) {
    .container {
        width: 2070px
    }
}

@media (min-width:2900px) {
    .container {
        width: 2470px
    }
}


#header-top {
    background-color: #0b3b62;
    padding-top: 25px;
    padding-bottom: 15px;
    background-image: url(../img/header-illus.jpg);
    background-size: cover;
    background-position: 100% 50%;
    background-repeat: no-repeat
}

#header-top #logo-and-site-name-wrapper {
    padding-bottom: 20px
}

#header-top a.social, #header-top button {
    font-size: 22px;
    background-color: rgba(9, 30, 58, .9);
    padding: 8px 10px;
    margin: 0 5px;
    margin-top: -5px;
    min-width: 38px;
    height: 39px;
    text-align: center;
    display: inline-block;
    border: none
}

#header-top form {
    display: inline-block;
}

#header-top form .form-control-feedback {
    top: 3px;
    color: #fff
}

#header-top form .form-control#search-input {
    background-color: rgba(9, 47, 78, .6);
    border: none;
    height: 39px;
    margin-top: -0px;
    margin-bottom: 0px
}

#header-top form .form-control#search-input:focus {
    background-color: #092f4e;
    color: #fff
}

#header-top #site-name a, #header-top #site-slogan, #header-top #site_name {
    font-family: Montserrat, Helvetica Neue, Arial, Sans-serif
}

#header-top #site-slogan, #header-top a {
    color: #fff
}

#header-top #site-slogan {
    font-size: 16px;
    line-height: 1.3;
    padding: 0
}

#header-top #logo {
    padding: 0;
    float: left;
    margin-right: 15px;
    display: inline-block
}

#header-top #logo img {
    max-width: 180px
}

#header-top #site-name {
    margin-top: 17px
}

#header-top #site-name a {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
	text-shadow: 0 0 2px #092f4e, 0 0 2px #092f4e, 0 0 2px #092f4e, 0 0 2px #092f4e, 0 0 2px #092f4e, 0 0 2px #092f4e, 0 0 2px #092f4e, 0 0 2px #092f4e, 0 0 2px #092f4e, 0 0 2px #092f4e, 0 0 2px #092f4e, 0 0 2px #092f4e, 0 0 2px #092f4e, 0 0 2px #092f4e, 0 0 2px #092f4e, 0 0 2px #092f4e, 0 0 2px #092f4e, 0 0 2px #092f4e, 0 0 2px #092f4e, 0 0 2px #092f4e;    text-decoration: none
}

#header-top #header-top-right {
    margin-top: 10px
}

#header-top #header-top-inside {
    padding: 16px 0 10px
}

@media screen and (max-width:767px) {
    #header-top {
        display: none
    }

    .navbar {
        min-height: 0
    }
}

#main-menu {
    background-color: #092f4e;
    border: none medium;
    border-radius: 0
}

#main-menu .navbar-collapse {
    padding-left: 0;
    padding-right: 0
}

#main-menu .navbar-nav > li > a {
    color: #f1f1f1;
    -webkit-transition: all .3s;
    transition: all .3s
}

#main-menu .navbar-nav > li > a:focus, #main-menu .navbar-nav > li > a:hover {
    background-color: #105389;
    color: #fff
}

#main-menu .nav .open > a, #main-menu .nav .open > a:focus, #main-menu .nav .open > a:hover {
    background-color: #1570b9;
    border: none medium
}

#main-menu .dropdown-menu {
    border-radius: 0
}

#main-menu .dropdown-menu > li > a {
    padding-top: 8px;
    padding-bottom: 8px
}

#main-menu .dropdown-menu > li > a:focus, #main-menu .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #1570b9
}

#main-menu .navbar-nav > li.active > a, #main-menu .navbar-nav > li.current_page_parent > a {
    background-color: #105389;
    color: #fff
}

#main-menu .social {
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, .2);
    width: 30px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    margin: 8px 5px 8px 0
}

@media screen and (min-width:767px) and (max-width:1000px) {
    .breadcrumb {
        margin-bottom: 10px
    }

    .bd-l, .bd-r {
        border: none medium !important
    }

    #header-top-inside {
        padding: 0
    }

    #header-top #header-top-left {
        text-align: center
    }

    #header-top #site-slogan {
        display: none
    }

    #header-top #logo-and-site-name-wrapper {
        padding-bottom: 10px
    }

    #header-top #logo {
        float: none
    }

    #header-top #logo img {
        max-width: 60px
    }

    #header-top #header-top-right {
        -ms-transform: scale(.85);
        -webkit-transform: scale(.85);
        transform: scale(.85);
        margin-top: 0;
        text-align: center !important
    }

    #main-menu {
        min-height: 0
    }

    #main-menu .navbar-nav > li > a {
        padding: 15px
    }

    #main-menu span.caret {
        display: none
    }

    #menu-primary li.menu-item-home {
        display: none
    }
}

@media screen and (max-width:767px) {
    .navbar.navbar-main .navbar-header {
        background: rgba(0, 0, 0, .1)
    }

    .navbar.navbar-main .navbar-collapse, .navbar.navbar-main .navbar-nav {
        border-top: none medium !important
    }

    .navbar.navbar-main .nav .open > a, .navbar.navbar-main .nav > li > a:hover {
        background-color: #105389 !important
    }

    .navbar.navbar-main .dropdown-menu > li > a {
        color: #fff !important
    }

    .navbar.navbar-main .dropdown-menu > li > a:hover {
        background-color: #105389 !important
    }

    .navbar.navbar-main .nav-btn-holder {
        text-align: left !important;
        margin: 0
    }

    .navbar.navbar-main .nav-btn-holder a.btn {
        padding: 10px 15px !important;
        line-height: 20px !important;
        margin: 0;
        text-align: left;
        border-radius: 0
    }
}

.navbar-default .navbar-collapse {
    border-color: transparent
}

@media screen and (max-width:767px) {
    .navbar-fixed-top {
        width: 100%
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: none
    }

    .navbar-nav {
        margin: 0
    }

    .navbar-form {
        margin: 0
    }

    .cbp-spmenu {
        background: #092f4e;
        position: fixed;
        padding: 0;
        margin: 0 !important;
        overflow-x: hidden;
        overflow-y: visible;
        display: block;
        visibility: visible
    }

    .cbp-spmenu #mobile-logo {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        background-color: rgba(0, 0, 0, .1);
        margin: 0;
        padding: 20px 0
    }

    .cbp-spmenu #mobile-logo a {
        color: #fff;
        text-decoration: none;
        border: none medium
    }

    .cbp-spmenu .text-center {
        border-bottom: 1px solid rgba(255, 255, 255, .2)
    }

    .cbp-spmenu li a {
        border-bottom: 1px solid rgba(255, 255, 255, .2) !important
    }

    .cbp-spmenu .open .dropdown-menu > li > a {
        color: #fff !important
    }

    .cbp-spmenu .open .dropdown-menu > .active > a {
        background-color: #18aed4 !important
    }

    .navbar-fixed-top .cbp-spmenu {
        bottom: 0
    }

    .cbp-spmenu-vertical {
        width: 260px;
        height: 100%;
        top: 0;
        z-index: 1000
    }

    .cbp-spmenu-horizontal {
        width: 100%;
        height: 150px;
        left: 0;
        z-index: 1000;
        overflow: hidden
    }

    .cbp-spmenu-horizontal h3 {
        height: 100%;
        width: 20%;
        float: left
    }

    .cbp-spmenu-horizontal a {
        float: left;
        width: 20%;
        padding: .8em;
        border-left: 1px solid #258ecd
    }

    .cbp-spmenu-left {
        left: -260px
    }

    .cbp-spmenu-right {
        right: -260px
    }

    .cbp-spmenu-left.cbp-spmenu-open, .cbp-spmenu-push-toright .navbar-fixed-top .cbp-spmenu-left.cbp-spmenu-open {
        left: 0
    }

    .cbp-spmenu-push-toleft .navbar-fixed-top .cbp-spmenu-right.cbp-spmenu-open,
    .cbp-spmenu-right.cbp-spmenu-open {
        right: 0
    }

    .cbp-spmenu-top {
        top: -150px
    }

    .cbp-spmenu-bottom {
        bottom: -150px
    }

    .cbp-spmenu-top.cbp-spmenu-open {
        top: 0
    }

    .cbp-spmenu-bottom.cbp-spmenu-open {
        bottom: 0
    }

    .cbp-spmenu-push {
        overflow-x: hidden;
        position: relative;
        left: 0
    }

    .cbp-spmenu-push-toright, .cbp-spmenu-push-toright .navbar-fixed-top {
        left: 260px
    }

    .cbp-spmenu-push-toleft, .cbp-spmenu-push-toleft .navbar-fixed-top {
        left: -260px
    }

    .cbp-spmenu, .cbp-spmenu-push, .navbar {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease
    }
}

.widget-all-links {
    font-size: 12px
}

.widget-all-links .sep {
    margin: 0 5px
}

.event-list li {
    display: block;
    overflow: hidden
}

.event-list li time {
    text-rendering: optimizeLegibility
}

.event-list li .event-d .event-d time {
    transition: all .5s;
    -webkit-transition: all .5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.event-list li .event-d:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .15) inset
}

.event-list li .event-d:hover time {
    border-radius: 4px;
    box-shadow: 0 1px -1px rgba(0, 0, 0, .6)
}

.event-list li .event-d:hover time em {
    border-radius: 4px 4px 0 0
}

.widget {
    margin-bottom: 30px
}

.widget h2.widget-like {
    color: #3d3d3d;
    font-weight: 700;
    margin: 5px 0;
    font-size: 16px;
    letter-spacing: .05em
}

.widget.center-sm .widget-title {
    text-align: center
}

.widget.center-sm .widget-title .pull-left, .widget.center-sm .widget-title .pull-right {
    float: none !important;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px
}

.widget.center-sm .widget-title .widget-all-links {
    margin-bottom: 0;
    margin-top: 10px
}

.widget .widget-title {
    background-color: #0e4878;
    padding: 12px
}

.widget .widget-title h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .05em;
    margin: 0
}

.widget .widget-title .sep {
    margin: 0 5px
}

.widget .widget-title .widget-all-links {
    color: #f5f5f5
}

.widget .widget-title .widget-all-links a {
    color: #fff
}

.widget .widget-title .widget-all-links a:focus, .widget .widget-title .widget-all-links a:hover {
    color: #c3e1ff;
    text-decoration: none
}

.widget .widget-body {
    background-color: #f5f5f5;
    padding: 12px
}

.widget .widget-body.brd {
    border: 2px solid #0e4878
}

.widget .widget-body.pd {
    padding: 20px
}

.main-page-widget {
    margin-bottom: 30px
}

.main-page-widget .widget-title {
    padding-bottom: 5px;
    border-bottom: 2px solid #545454;
    margin-bottom: 15px
}

.main-page-widget.nm-title .widget-title {
    margin-bottom: .5em
}

.main-page-widget .widget-body img.m {
    display: block;
    margin: 0 auto
}

.main-page-widget .widget-body.pg {
    padding: 10px;
    background-color: #f5f5f5
}

.main-page-widget h2 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .05em;
    margin: 0;
    text-transform: uppercase
}

.widget.report_a_fireball {
    background-image: url(https://www.cobeps.org/assets/img/report_widg_bg.jpg)
}

.widget.report_a_fireball .widget-body {
    background-color: transparent;
    padding: 30px 20px;
    border-top: 5px solid #f9e112;
    border-bottom: 5px solid #f9e112
}

.widget.report_a_fireball .widget-body h2 {
    color: #f8f6a5;
    font-size: 20px;
    margin-top: 0
}

.widget.report_a_fireball .widget-body p {
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 15px
}

.sep {
    margin: 5px 0
}

@media (max-width:768px) {
    .widget-title {
        text-align: center;
        margin-bottom: 10px
    }

    .widget-title h2.pull-left {
        float: none !important;
        margin-bottom: 5px;
        text-transform: uppercase
    }

    .widget-title .widget-all-links.pull-right.text-right {
        float: none !important;
        text-align: center
    }

    .with-2-lists ul:first-child {
        margin-bottom: 0
    }
}

.brdered-sep {
    padding: 5px 0
}

ul.brdered li {
    padding: 2px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .04)
}

ul.brdered li:first-child {
    border-top: 1px solid rgba(0, 0, 0, .04)
}

ul.brdered li:hover {
    background: #ffc
}

.widget.meteor-shower h2 {
    font-size: 2.2rem;
    padding: 0 0 .5em;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.widget.meteor-shower .widget-body {
    padding: 1em 1.5em;
    background-color: #2d2929 !important;
    color: #fff
}

.widget.meteor-shower .btn {
    color: #fff;
    border: 1px solid #fff;
    margin-top: 1em;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.widget.meteor-shower .btn span {
    font-size: inherit;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.widget.meteor-shower .btn:hover span {
    color: #000
}

.widget.meteor-shower .btn:hover {
    background: #000
}

.widget.meteor-shower .shower_peak {
    background: #000;
    padding: .3em
}

.widget.meteor-shower .shower_peak div {
    padding: .2em 0 0 0
}

.widget.meteor-shower .shower_peak img {
    max-width: 45px;
    margin-right: .5em;
    border-radius: 50%
}

.widget.meteor-shower .widget-link-like {
    cursor: pointer;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    margin: .5em -.5em;
    padding: .5em;
    background-color: #2d2929
}

.widget.meteor-shower .widget-link-like.sec {
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding-top: 1em
}

.widget.meteor-shower .widget-link-like:hover {
    background-color: #000;
    border-radius: 5px;
    border-top-color: transparent
}

.widget.meteor-shower .widget-link-like:hover .shower_peak {
    background: #222
}

.widget.meteor-shower .sub-t {
    color: #ababab
}

.widget.meteor-shower .sub-t strong {
    color: #fff
}

.widget.meteor-shower .brd-top {
    padding: 0 0 .5em;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.widget.meteor-shower ul {
    margin: 0 0 1em;
    padding: 0 .5em;
    list-style: none
}

.widget.meteor-shower ul li {
    padding: .5em .2em .5em .8em;
    margin: 0
}

.widget.meteor-shower ul li.widget-link-like {
    padding: 0
}

.widget.meteor-shower ul li img {
    margin-right: .8em
}

.widget.meteor-shower ul li a {
    font-size: 1.2em;
    display: bloc
}

.widget.meteor-shower h3 {
    font-size: 1.85rem;
    margin: .75em 0 0 0
}

.widget.meteor-shower h4 {
    margin: 0 0 .2em;
    text-align: center;
    font-size: 2.8rem
}

.widget.meteor-shower a {
    color: #6297df
}

.widget.meteor-shower a:focus, .widget.meteor-shower a:hover {
    color: #70acff
}

.widget.meteor-shower a.w {
    color: #fff
}

.widget.meteor-shower .smp {
    font-size: 1.2rem;
    letter-spacing: -.01em
}

a {
    -webkit-transition: all .3s;
    transition: all .3s
}

small .fa {
    font-size: 85%
}

.npt {
    padding-top: 0 !important
}

.bd-l {
    border-left: 1px solid #dfdfdf
}

.bd-r {
    border-right: 1px solid #dfdfdf
}

.breadcrumb > li + li:before {
    font: normal normal normal 14px / 1 FontAwesome;
    content: "\f0da"
}

article table {
    border-collapse: collapse;
    border: 1px solid #ccc;
    font-size: 13px;
    margin-bottom: 20px
}

article table > caption + thead > tr:first-child > td, article table > caption + thead > tr:first-child > th,
article table > colgroup + thead > tr:first-child > td, article table > colgroup + thead > tr:first-child > th,
article table > thead:first-child > tr:first-child > td, article tablee > thead:first-child > tr:first-child > th {
    border-top: 0
}

article table > tbody > tr > td, article table > tbody > tr > th, article table > tfoot > tr > td,
article table > tfoot > tr > th, article table > thead > tr > td, article table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ccc
}

article table td, article table th {
    border-right: 1px solid #ccc
}

.container-top {
    margin-bottom: 50px
}

blockquote {
    padding: 5px 10px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
    font-size: 14px
}

h3.glos {
    font-family: Montserrat, Helvetica Neue, Arial, Sans-serif;
    font-size: 18px;
    color: #105389;
    background-color: #f0f0f0;
    padding: 8px;
    font-weight: 700;
    margin-top: 30px;
    line-height: 1.3em
}

.container-sub {
    background: #f0f0f0;
    padding-top: 30px
}

.container-sub h2.related {
    font-family: Montserrat, Helvetica Neue, Arial, Sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400
}

.container-sub .post {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
    min-height: 248px
}

.container-sub .widget .widget-body {
    background-color: #fff
}

.container-sub .widget.report_a_fireball .widget-body {
    background-color: transparent
}

@media (max-width:768px) {
    .bd-l, .bd-r {
        border: none medium
    }
}

.nm {
    margin: 0
}

.nmb {
    margin-bottom: 0
}

.nmt {
    margin-top: 0
}

.hlf-mb {
    margin-bottom: 8px
}

.db {
    display: block
}

.cb {
    margin: 0 auto
}

.mb {
    margin-bottom: 8px
}

.pb {
    padding-bottom: 8px
}

.short-art h4 {
    font-size: 17px;
    font-weight: 700
}

h2 {
    font-weight: 400;
    font-size: 25px
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive embed,
.embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.media_credit {
    color: #adadad
}

.media_credit.sm {
    font-size: 85%
}

.media_credit img {
    margin-right: 8px
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.thumb-gal h4 {
    margin-bottom: 5px;
    margin-top: 5px;
    color: #888;
    font-size: 17px
}

.bc {
    margin-left: auto;
    margin-right: auto
}

.footer {
    background-color: #0b3b62;
    color: #f5f5f5;
    padding: 20px 0 30px;
    margin-top: 30px;
    font-size: 13px
}

.footer.nm {
    margin-top: 0
}

.footer a {
    color: #6297df
}

.footer a:focus, .footer a:hover {
    color: #70acff
}

.footer a.w {
    color: #fff
}

.footer .social .fa {
    font-size: 32px;
    margin: 5px 10px
}

.footer h3 {
    font-size: 20px
}

#footer.site {
    background: #092f4e;
    color: #f0f0f0
}

#footer.site a {
    color: #6297df
}

#footer.site a:focus, #footer.site a:hover {
    color: #70acff
}

ul.ins-menu {
    margin-top: 20px;
    list-style-type: none;
    padding: 0
}

ul.ins-menu li a {
    display: block;
    color: #767676;
    padding: 5px 8px;
    border-left: 1px solid #fff
}

ul.ins-menu li a:focus, ul.ins-menu li a:hover {
    background-color: #f0f0f0;
    border-left: 1px solid #ccc;
    text-decoration: none
}

ul.ins-menu li.current_page_item a {
    font-weight: 700;
    border-left: 2px solid #999
}

ul.ins-menu li.current_page_item a:focus, ul.ins-menu li.current_page_item a:hover {
    border-left: 2px solid #999
}

ul.ins-menu li.current_page_item ul {
    padding-left: 20px
}

ul.ins-menu li.current_page_item ul li a {
    font-weight: 400;
    border-left: 2px solid #fff;
    font-size: 90%;
    line-height: 1.3
}

ul.ins-menu li.current_page_item ul li.current_page_item a {
    font-weight: 700;
    border-left: 1px solid #999
}

ul.ins-menu li.current_page_item ul li.current_page_item a:focus,
ul.ins-menu li.current_page_item ul li.current_page_item a:hover {
    border-left: 1px solid #999
}

ul.ins-menu li ul {
    list-style-type: none
}

ul.ins-menu ul.children {
    list-style-type: none;
    padding: 0 0 0 12px
}

ul.ins-menu ul.children li a {
    font-weight: 400 !important;
    border-left: none medium !important
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, .2)
}

.btn-social.btn-lg {
    padding-left: 61px
}

.btn-social.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social.btn-sm {
    padding-left: 38px
}

.btn-social.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social.btn-xs {
    padding-left: 30px
}

.btn-social.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0
}

.btn-social-icon > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, .2)
}

.btn-social-icon.btn-lg {
    padding-left: 61px
}

.btn-social-icon.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social-icon.btn-sm {
    padding-left: 38px
}

.btn-social-icon.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social-icon.btn-xs {
    padding-left: 30px
}

.btn-social-icon.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon > :first-child {
    border: none;
    text-align: center;
    width: 100% !important
}

.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0
}

.btn-adn {
    color: #fff;
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, .2)
}

.btn-adn.focus, .btn-adn:focus {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-adn:hover {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-adn.active, .btn-adn:active, .open > .dropdown-toggle.btn-adn {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-adn.active.focus, .btn-adn.active:focus, .btn-adn.active:hover,
.btn-adn:active.focus, .btn-adn:active:focus, .btn-adn:active:hover,
.open > .dropdown-toggle.btn-adn.focus, .open > .dropdown-toggle.btn-adn:focus,
.open > .dropdown-toggle.btn-adn:hover {
    color: #fff;
    background-color: #b94630;
    border-color: rgba(0, 0, 0, .2)
}

.btn-adn.active, .btn-adn:active, .open > .dropdown-toggle.btn-adn {
    background-image: none
}

.btn-adn.disabled, .btn-adn.disabled.active, .btn-adn.disabled.focus,
.btn-adn.disabled:active, .btn-adn.disabled:focus, .btn-adn.disabled:hover,
.btn-adn[disabled], .btn-adn[disabled].active, .btn-adn[disabled].focus,
.btn-adn[disabled]:active, .btn-adn[disabled]:focus, .btn-adn[disabled]:hover,
fieldset[disabled] .btn-adn, fieldset[disabled] .btn-adn.active,
fieldset[disabled] .btn-adn.focus, fieldset[disabled] .btn-adn:active,
fieldset[disabled] .btn-adn:focus, fieldset[disabled] .btn-adn:hover {
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, .2)
}

.btn-adn .badge {
    color: #d87a68;
    background-color: #fff
}

.btn-bitbucket {
    color: #fff;
    background-color: #205081;
    border-color: rgba(0, 0, 0, .2)
}

.btn-bitbucket.focus, .btn-bitbucket:focus {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, .2)
}

.btn-bitbucket:hover {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, .2)
}

.btn-bitbucket.active, .btn-bitbucket:active, .open > .dropdown-toggle.btn-bitbucket {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, .2)
}

.btn-bitbucket.active.focus, .btn-bitbucket.active:focus, .btn-bitbucket.active:hover,
.btn-bitbucket:active.focus, .btn-bitbucket:active:focus, .btn-bitbucket:active:hover,
.open > .dropdown-toggle.btn-bitbucket.focus, .open > .dropdown-toggle.btn-bitbucket:focus,
.open > .dropdown-toggle.btn-bitbucket:hover {
    color: #fff;
    background-color: #0f253c;
    border-color: rgba(0, 0, 0, .2)
}

.btn-bitbucket.active, .btn-bitbucket:active, .open > .dropdown-toggle.btn-bitbucket {
    background-image: none
}

.btn-bitbucket.disabled, .btn-bitbucket.disabled.active, .btn-bitbucket.disabled.focus,
.btn-bitbucket.disabled:active, .btn-bitbucket.disabled:focus,
.btn-bitbucket.disabled:hover, .btn-bitbucket[disabled], .btn-bitbucket[disabled].active,
.btn-bitbucket[disabled].focus, .btn-bitbucket[disabled]:active,
.btn-bitbucket[disabled]:focus, .btn-bitbucket[disabled]:hover,
fieldset[disabled] .btn-bitbucket, fieldset[disabled] .btn-bitbucket.active,
fieldset[disabled] .btn-bitbucket.focus, fieldset[disabled] .btn-bitbucket:active,
fieldset[disabled] .btn-bitbucket:focus, fieldset[disabled] .btn-bitbucket:hover {
    background-color: #205081;
    border-color: rgba(0, 0, 0, .2)
}

.btn-bitbucket .badge {
    color: #205081;
    background-color: #fff
}

.btn-dropbox {
    color: #fff;
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, .2)
}

.btn-dropbox.focus, .btn-dropbox:focus {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, .2)
}

.btn-dropbox:hover {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, .2)
}

.btn-dropbox.active, .btn-dropbox:active, .open > .dropdown-toggle.btn-dropbox {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, .2)
}

.btn-dropbox.active.focus, .btn-dropbox.active:focus, .btn-dropbox.active:hover,
.btn-dropbox:active.focus, .btn-dropbox:active:focus, .btn-dropbox:active:hover,
.open > .dropdown-toggle.btn-dropbox.focus, .open > .dropdown-toggle.btn-dropbox:focus,
.open > .dropdown-toggle.btn-dropbox:hover {
    color: #fff;
    background-color: #0a568c;
    border-color: rgba(0, 0, 0, .2)
}

.btn-dropbox.active, .btn-dropbox:active, .open > .dropdown-toggle.btn-dropbox {
    background-image: none
}

.btn-dropbox.disabled, .btn-dropbox.disabled.active, .btn-dropbox.disabled.focus,
.btn-dropbox.disabled:active, .btn-dropbox.disabled:focus, .btn-dropbox.disabled:hover,
.btn-dropbox[disabled], .btn-dropbox[disabled].active, .btn-dropbox[disabled].focus,
.btn-dropbox[disabled]:active, .btn-dropbox[disabled]:focus, .btn-dropbox[disabled]:hover,
fieldset[disabled] .btn-dropbox, fieldset[disabled] .btn-dropbox.active,
fieldset[disabled] .btn-dropbox.focus, fieldset[disabled] .btn-dropbox:active,
fieldset[disabled] .btn-dropbox:focus, fieldset[disabled] .btn-dropbox:hover {
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, .2)
}

.btn-dropbox .badge {
    color: #1087dd;
    background-color: #fff
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, .2)
}

.btn-facebook.focus, .btn-facebook:focus {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, .2)
}

.btn-facebook:hover {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, .2)
}

.btn-facebook.active, .btn-facebook:active, .open > .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, .2)
}

.btn-facebook.active.focus, .btn-facebook.active:focus, .btn-facebook.active:hover,
.btn-facebook:active.focus, .btn-facebook:active:focus, .btn-facebook:active:hover,
.open > .dropdown-toggle.btn-facebook.focus, .open > .dropdown-toggle.btn-facebook:focus,
.open > .dropdown-toggle.btn-facebook:hover {
    color: #fff;
    background-color: #23345a;
    border-color: rgba(0, 0, 0, .2)
}

.btn-facebook.active, .btn-facebook:active, .open > .dropdown-toggle.btn-facebook {
    background-image: none
}

.btn-facebook.disabled, .btn-facebook.disabled.active, .btn-facebook.disabled.focus,
.btn-facebook.disabled:active, .btn-facebook.disabled:focus, .btn-facebook.disabled:hover,
.btn-facebook[disabled], .btn-facebook[disabled].active, .btn-facebook[disabled].focus,
.btn-facebook[disabled]:active, .btn-facebook[disabled]:focus,
.btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook,
fieldset[disabled] .btn-facebook.active, fieldset[disabled] .btn-facebook.focus,
fieldset[disabled] .btn-facebook:active, fieldset[disabled] .btn-facebook:focus,
fieldset[disabled] .btn-facebook:hover {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, .2)
}

.btn-facebook .badge {
    color: #3b5998;
    background-color: #fff
}

.btn-flickr {
    color: #fff;
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, .2)
}

.btn-flickr.focus, .btn-flickr:focus {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, .2)
}

.btn-flickr:hover {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, .2)
}

.btn-flickr.active, .btn-flickr:active, .open > .dropdown-toggle.btn-flickr {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, .2)
}

.btn-flickr.active.focus, .btn-flickr.active:focus, .btn-flickr.active:hover,
.btn-flickr:active.focus, .btn-flickr:active:focus, .btn-flickr:active:hover,
.open > .dropdown-toggle.btn-flickr.focus, .open > .dropdown-toggle.btn-flickr:focus,
.open > .dropdown-toggle.btn-flickr:hover {
    color: #fff;
    background-color: #a80057;
    border-color: rgba(0, 0, 0, .2)
}

.btn-flickr.active, .btn-flickr:active, .open > .dropdown-toggle.btn-flickr {
    background-image: none
}

.btn-flickr.disabled, .btn-flickr.disabled.active, .btn-flickr.disabled.focus,
.btn-flickr.disabled:active, .btn-flickr.disabled:focus, .btn-flickr.disabled:hover,
.btn-flickr[disabled], .btn-flickr[disabled].active, .btn-flickr[disabled].focus,
.btn-flickr[disabled]:active, .btn-flickr[disabled]:focus, .btn-flickr[disabled]:hover,
fieldset[disabled] .btn-flickr, fieldset[disabled] .btn-flickr.active,
fieldset[disabled] .btn-flickr.focus, fieldset[disabled] .btn-flickr:active,
fieldset[disabled] .btn-flickr:focus, fieldset[disabled] .btn-flickr:hover {
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, .2)
}

.btn-flickr .badge {
    color: #ff0084;
    background-color: #fff
}

.btn-foursquare {
    color: #fff;
    background-color: #f94877;
    border-color: rgba(0, 0, 0, .2)
}

.btn-foursquare.focus, .btn-foursquare:focus {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, .2)
}

.btn-foursquare:hover {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, .2)
}

.btn-foursquare.active, .btn-foursquare:active, .open > .dropdown-toggle.btn-foursquare {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, .2)
}

.btn-foursquare.active.focus, .btn-foursquare.active:focus, .btn-foursquare.active:hover,
.btn-foursquare:active.focus, .btn-foursquare:active:focus, .btn-foursquare:active:hover,
.open > .dropdown-toggle.btn-foursquare.focus, .open > .dropdown-toggle.btn-foursquare:focus,
.open > .dropdown-toggle.btn-foursquare:hover {
    color: #fff;
    background-color: #e30742;
    border-color: rgba(0, 0, 0, .2)
}

.btn-foursquare.active, .btn-foursquare:active, .open > .dropdown-toggle.btn-foursquare {
    background-image: none
}

.btn-foursquare.disabled, .btn-foursquare.disabled.active, .btn-foursquare.disabled.focus,
.btn-foursquare.disabled:active, .btn-foursquare.disabled:focus,
.btn-foursquare.disabled:hover, .btn-foursquare[disabled], .btn-foursquare[disabled].active,
.btn-foursquare[disabled].focus, .btn-foursquare[disabled]:active,
.btn-foursquare[disabled]:focus, .btn-foursquare[disabled]:hover,
fieldset[disabled] .btn-foursquare, fieldset[disabled] .btn-foursquare.active,
fieldset[disabled] .btn-foursquare.focus, fieldset[disabled] .btn-foursquare:active,
fieldset[disabled] .btn-foursquare:focus, fieldset[disabled] .btn-foursquare:hover {
    background-color: #f94877;
    border-color: rgba(0, 0, 0, .2)
}

.btn-foursquare .badge {
    color: #f94877;
    background-color: #fff
}

.btn-github {
    color: #fff;
    background-color: #444;
    border-color: rgba(0, 0, 0, .2)
}

.btn-github.focus, .btn-github:focus {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, .2)
}

.btn-github:hover {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, .2)
}

.btn-github.active, .btn-github:active, .open > .dropdown-toggle.btn-github {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, .2)
}

.btn-github.active.focus, .btn-github.active:focus, .btn-github.active:hover,
.btn-github:active.focus, .btn-github:active:focus, .btn-github:active:hover,
.open > .dropdown-toggle.btn-github.focus, .open > .dropdown-toggle.btn-github:focus,
.open > .dropdown-toggle.btn-github:hover {
    color: #fff;
    background-color: #191919;
    border-color: rgba(0, 0, 0, .2)
}

.btn-github.active, .btn-github:active, .open > .dropdown-toggle.btn-github {
    background-image: none
}

.btn-github.disabled, .btn-github.disabled.active, .btn-github.disabled.focus,
.btn-github.disabled:active, .btn-github.disabled:focus, .btn-github.disabled:hover,
.btn-github[disabled], .btn-github[disabled].active, .btn-github[disabled].focus,
.btn-github[disabled]:active, .btn-github[disabled]:focus, .btn-github[disabled]:hover,
fieldset[disabled] .btn-github, fieldset[disabled] .btn-github.active,
fieldset[disabled] .btn-github.focus, fieldset[disabled] .btn-github:active,
fieldset[disabled] .btn-github:focus, fieldset[disabled] .btn-github:hover {
    background-color: #444;
    border-color: rgba(0, 0, 0, .2)
}

.btn-github .badge {
    color: #444;
    background-color: #fff
}

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, .2)
}

.btn-google.focus, .btn-google:focus {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, .2)
}

.btn-google:hover {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, .2)
}

.btn-google.active, .btn-google:active, .open > .dropdown-toggle.btn-google {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, .2)
}

.btn-google.active.focus, .btn-google.active:focus, .btn-google.active:hover,
.btn-google:active.focus, .btn-google:active:focus, .btn-google:active:hover,
.open > .dropdown-toggle.btn-google.focus, .open > .dropdown-toggle.btn-google:focus,
.open > .dropdown-toggle.btn-google:hover {
    color: #fff;
    background-color: #a32b1c;
    border-color: rgba(0, 0, 0, .2)
}

.btn-google.active, .btn-google:active, .open > .dropdown-toggle.btn-google {
    background-image: none
}

.btn-google.disabled, .btn-google.disabled.active, .btn-google.disabled.focus,
.btn-google.disabled:active, .btn-google.disabled:focus, .btn-google.disabled:hover,
.btn-google[disabled], .btn-google[disabled].active, .btn-google[disabled].focus,
.btn-google[disabled]:active, .btn-google[disabled]:focus, .btn-google[disabled]:hover,
fieldset[disabled] .btn-google, fieldset[disabled] .btn-google.active,
fieldset[disabled] .btn-google.focus, fieldset[disabled] .btn-google:active,
fieldset[disabled] .btn-google:focus, fieldset[disabled] .btn-google:hover {
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, .2)
}

.btn-google .badge {
    color: #dd4b39;
    background-color: #fff
}

.btn-instagram {
    color: #fff;
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, .2)
}

.btn-instagram.focus, .btn-instagram:focus {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, .2)
}

.btn-instagram:hover {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, .2)
}

.btn-instagram.active, .btn-instagram:active, .open > .dropdown-toggle.btn-instagram {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, .2)
}

.btn-instagram.active.focus, .btn-instagram.active:focus, .btn-instagram.active:hover,
.btn-instagram:active.focus, .btn-instagram:active:focus, .btn-instagram:active:hover,
.open > .dropdown-toggle.btn-instagram.focus, .open > .dropdown-toggle.btn-instagram:focus,
.open > .dropdown-toggle.btn-instagram:hover {
    color: #fff;
    background-color: #26455d;
    border-color: rgba(0, 0, 0, .2)
}

.btn-instagram.active, .btn-instagram:active, .open > .dropdown-toggle.btn-instagram {
    background-image: none
}

.btn-instagram.disabled, .btn-instagram.disabled.active, .btn-instagram.disabled.focus,
.btn-instagram.disabled:active, .btn-instagram.disabled:focus,
.btn-instagram.disabled:hover, .btn-instagram[disabled], .btn-instagram[disabled].active,
.btn-instagram[disabled].focus, .btn-instagram[disabled]:active,
.btn-instagram[disabled]:focus, .btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram, fieldset[disabled] .btn-instagram.active,
fieldset[disabled] .btn-instagram.focus, fieldset[disabled] .btn-instagram:active,
fieldset[disabled] .btn-instagram:focus, fieldset[disabled] .btn-instagram:hover {
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, .2)
}

.btn-instagram .badge {
    color: #3f729b;
    background-color: #fff
}

.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, .2)
}

.btn-linkedin.focus, .btn-linkedin:focus {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, .2)
}

.btn-linkedin:hover {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, .2)
}

.btn-linkedin.active, .btn-linkedin:active, .open > .dropdown-toggle.btn-linkedin {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, .2)
}

.btn-linkedin.active.focus, .btn-linkedin.active:focus, .btn-linkedin.active:hover,
.btn-linkedin:active.focus, .btn-linkedin:active:focus, .btn-linkedin:active:hover,
.open > .dropdown-toggle.btn-linkedin.focus, .open > .dropdown-toggle.btn-linkedin:focus,
.open > .dropdown-toggle.btn-linkedin:hover {
    color: #fff;
    background-color: #00405f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-linkedin.active, .btn-linkedin:active, .open > .dropdown-toggle.btn-linkedin {
    background-image: none
}

.btn-linkedin.disabled, .btn-linkedin.disabled.active, .btn-linkedin.disabled.focus,
.btn-linkedin.disabled:active, .btn-linkedin.disabled:focus, .btn-linkedin.disabled:hover,
.btn-linkedin[disabled], .btn-linkedin[disabled].active, .btn-linkedin[disabled].focus,
.btn-linkedin[disabled]:active, .btn-linkedin[disabled]:focus,
.btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin,
fieldset[disabled] .btn-linkedin.active, fieldset[disabled] .btn-linkedin.focus,
fieldset[disabled] .btn-linkedin:active, fieldset[disabled] .btn-linkedin:focus,
fieldset[disabled] .btn-linkedin:hover {
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, .2)
}

.btn-linkedin .badge {
    color: #007bb6;
    background-color: #fff
}

.btn-microsoft {
    color: #fff;
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, .2)
}

.btn-microsoft.focus, .btn-microsoft:focus {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, .2)
}

.btn-microsoft:hover {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, .2)
}

.btn-microsoft.active, .btn-microsoft:active, .open > .dropdown-toggle.btn-microsoft {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, .2)
}

.btn-microsoft.active.focus, .btn-microsoft.active:focus, .btn-microsoft.active:hover,
.btn-microsoft:active.focus, .btn-microsoft:active:focus, .btn-microsoft:active:hover,
.open > .dropdown-toggle.btn-microsoft.focus, .open > .dropdown-toggle.btn-microsoft:focus,
.open > .dropdown-toggle.btn-microsoft:hover {
    color: #fff;
    background-color: #0f4bac;
    border-color: rgba(0, 0, 0, .2)
}

.btn-microsoft.active, .btn-microsoft:active, .open > .dropdown-toggle.btn-microsoft {
    background-image: none
}

.btn-microsoft.disabled, .btn-microsoft.disabled.active, .btn-microsoft.disabled.focus,
.btn-microsoft.disabled:active, .btn-microsoft.disabled:focus,
.btn-microsoft.disabled:hover, .btn-microsoft[disabled], .btn-microsoft[disabled].active,
.btn-microsoft[disabled].focus, .btn-microsoft[disabled]:active,
.btn-microsoft[disabled]:focus, .btn-microsoft[disabled]:hover,
fieldset[disabled] .btn-microsoft, fieldset[disabled] .btn-microsoft.active,
fieldset[disabled] .btn-microsoft.focus, fieldset[disabled] .btn-microsoft:active,
fieldset[disabled] .btn-microsoft:focus, fieldset[disabled] .btn-microsoft:hover {
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, .2)
}

.btn-microsoft .badge {
    color: #2672ec;
    background-color: #fff
}

.btn-openid {
    color: #fff;
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, .2)
}

.btn-openid.focus, .btn-openid:focus {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, .2)
}

.btn-openid:hover {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, .2)
}

.btn-openid.active, .btn-openid:active, .open > .dropdown-toggle.btn-openid {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, .2)
}

.btn-openid.active.focus, .btn-openid.active:focus, .btn-openid.active:hover,
.btn-openid:active.focus, .btn-openid:active:focus, .btn-openid:active:hover,
.open > .dropdown-toggle.btn-openid.focus, .open > .dropdown-toggle.btn-openid:focus,
.open > .dropdown-toggle.btn-openid:hover {
    color: #fff;
    background-color: #b86607;
    border-color: rgba(0, 0, 0, .2)
}

.btn-openid.active, .btn-openid:active, .open > .dropdown-toggle.btn-openid {
    background-image: none
}

.btn-openid.disabled, .btn-openid.disabled.active, .btn-openid.disabled.focus,
.btn-openid.disabled:active, .btn-openid.disabled:focus, .btn-openid.disabled:hover,
.btn-openid[disabled], .btn-openid[disabled].active, .btn-openid[disabled].focus,
.btn-openid[disabled]:active, .btn-openid[disabled]:focus, .btn-openid[disabled]:hover,
fieldset[disabled] .btn-openid, fieldset[disabled] .btn-openid.active,
fieldset[disabled] .btn-openid.focus, fieldset[disabled] .btn-openid:active,
fieldset[disabled] .btn-openid:focus, fieldset[disabled] .btn-openid:hover {
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, .2)
}

.btn-openid .badge {
    color: #f7931e;
    background-color: #fff
}

.btn-pinterest {
    color: #fff;
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, .2)
}

.btn-pinterest.focus, .btn-pinterest:focus {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-pinterest:hover {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-pinterest.active, .btn-pinterest:active, .open > .dropdown-toggle.btn-pinterest {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-pinterest.active.focus, .btn-pinterest.active:focus, .btn-pinterest.active:hover,
.btn-pinterest:active.focus, .btn-pinterest:active:focus, .btn-pinterest:active:hover,
.open > .dropdown-toggle.btn-pinterest.focus, .open > .dropdown-toggle.btn-pinterest:focus,
.open > .dropdown-toggle.btn-pinterest:hover {
    color: #fff;
    background-color: #801419;
    border-color: rgba(0, 0, 0, .2)
}

.btn-pinterest.active, .btn-pinterest:active, .open > .dropdown-toggle.btn-pinterest {
    background-image: none
}

.btn-pinterest.disabled, .btn-pinterest.disabled.active, .btn-pinterest.disabled.focus,
.btn-pinterest.disabled:active, .btn-pinterest.disabled:focus,
.btn-pinterest.disabled:hover, .btn-pinterest[disabled], .btn-pinterest[disabled].active,
.btn-pinterest[disabled].focus, .btn-pinterest[disabled]:active,
.btn-pinterest[disabled]:focus, .btn-pinterest[disabled]:hover,
fieldset[disabled] .btn-pinterest, fieldset[disabled] .btn-pinterest.active,
fieldset[disabled] .btn-pinterest.focus, fieldset[disabled] .btn-pinterest:active,
fieldset[disabled] .btn-pinterest:focus, fieldset[disabled] .btn-pinterest:hover {
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, .2)
}

.btn-pinterest .badge {
    color: #cb2027;
    background-color: #fff
}

.btn-reddit {
    color: #000;
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, .2)
}

.btn-reddit.focus, .btn-reddit:focus {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, .2)
}

.btn-reddit:hover {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, .2)
}

.btn-reddit.active, .btn-reddit:active, .open > .dropdown-toggle.btn-reddit {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, .2)
}

.btn-reddit.active.focus, .btn-reddit.active:focus, .btn-reddit.active:hover,
.btn-reddit:active.focus, .btn-reddit:active:focus, .btn-reddit:active:hover,
.open > .dropdown-toggle.btn-reddit.focus, .open > .dropdown-toggle.btn-reddit:focus,
.open > .dropdown-toggle.btn-reddit:hover {
    color: #000;
    background-color: #98ccff;
    border-color: rgba(0, 0, 0, .2)
}

.btn-reddit.active, .btn-reddit:active, .open > .dropdown-toggle.btn-reddit {
    background-image: none
}

.btn-reddit.disabled, .btn-reddit.disabled.active, .btn-reddit.disabled.focus,
.btn-reddit.disabled:active, .btn-reddit.disabled:focus, .btn-reddit.disabled:hover,
.btn-reddit[disabled], .btn-reddit[disabled].active, .btn-reddit[disabled].focus,
.btn-reddit[disabled]:active, .btn-reddit[disabled]:focus, .btn-reddit[disabled]:hover,
fieldset[disabled] .btn-reddit, fieldset[disabled] .btn-reddit.active,
fieldset[disabled] .btn-reddit.focus, fieldset[disabled] .btn-reddit:active,
fieldset[disabled] .btn-reddit:focus, fieldset[disabled] .btn-reddit:hover {
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, .2)
}

.btn-reddit .badge {
    color: #eff7ff;
    background-color: #000
}

.btn-soundcloud {
    color: #fff;
    background-color: #f50;
    border-color: rgba(0, 0, 0, .2)
}

.btn-soundcloud.focus, .btn-soundcloud:focus {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, .2)
}

.btn-soundcloud:hover {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, .2)
}

.btn-soundcloud.active, .btn-soundcloud:active, .open > .dropdown-toggle.btn-soundcloud {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, .2)
}

.btn-soundcloud.active.focus, .btn-soundcloud.active:focus, .btn-soundcloud.active:hover,
.btn-soundcloud:active.focus, .btn-soundcloud:active:focus, .btn-soundcloud:active:hover,
.open > .dropdown-toggle.btn-soundcloud.focus, .open > .dropdown-toggle.btn-soundcloud:focus,
.open > .dropdown-toggle.btn-soundcloud:hover {
    color: #fff;
    background-color: #a83800;
    border-color: rgba(0, 0, 0, .2)
}

.btn-soundcloud.active, .btn-soundcloud:active, .open > .dropdown-toggle.btn-soundcloud {
    background-image: none
}

.btn-soundcloud.disabled, .btn-soundcloud.disabled.active, .btn-soundcloud.disabled.focus,
.btn-soundcloud.disabled:active, .btn-soundcloud.disabled:focus,
.btn-soundcloud.disabled:hover, .btn-soundcloud[disabled], .btn-soundcloud[disabled].active,
.btn-soundcloud[disabled].focus, .btn-soundcloud[disabled]:active,
.btn-soundcloud[disabled]:focus, .btn-soundcloud[disabled]:hover,
fieldset[disabled] .btn-soundcloud, fieldset[disabled] .btn-soundcloud.active,
fieldset[disabled] .btn-soundcloud.focus, fieldset[disabled] .btn-soundcloud:active,
fieldset[disabled] .btn-soundcloud:focus, fieldset[disabled] .btn-soundcloud:hover {
    background-color: #f50;
    border-color: rgba(0, 0, 0, .2)
}

.btn-soundcloud .badge {
    color: #f50;
    background-color: #fff
}

.btn-tumblr {
    color: #fff;
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, .2)
}

.btn-tumblr.focus, .btn-tumblr:focus {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-tumblr:hover {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-tumblr.active, .btn-tumblr:active, .open > .dropdown-toggle.btn-tumblr {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-tumblr.active.focus, .btn-tumblr.active:focus, .btn-tumblr.active:hover,
.btn-tumblr:active.focus, .btn-tumblr:active:focus, .btn-tumblr:active:hover,
.open > .dropdown-toggle.btn-tumblr.focus, .open > .dropdown-toggle.btn-tumblr:focus,
.open > .dropdown-toggle.btn-tumblr:hover {
    color: #fff;
    background-color: #111c26;
    border-color: rgba(0, 0, 0, .2)
}

.btn-tumblr.active, .btn-tumblr:active, .open > .dropdown-toggle.btn-tumblr {
    background-image: none
}

.btn-tumblr.disabled, .btn-tumblr.disabled.active, .btn-tumblr.disabled.focus,
.btn-tumblr.disabled:active, .btn-tumblr.disabled:focus, .btn-tumblr.disabled:hover,
.btn-tumblr[disabled], .btn-tumblr[disabled].active, .btn-tumblr[disabled].focus,
.btn-tumblr[disabled]:active, .btn-tumblr[disabled]:focus, .btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-tumblr, fieldset[disabled] .btn-tumblr.active,
fieldset[disabled] .btn-tumblr.focus, fieldset[disabled] .btn-tumblr:active,
fieldset[disabled] .btn-tumblr:focus, fieldset[disabled] .btn-tumblr:hover {
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, .2)
}

.btn-tumblr .badge {
    color: #2c4762;
    background-color: #fff
}

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, .2)
}

.btn-twitter.focus, .btn-twitter:focus {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, .2)
}

.btn-twitter:hover {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, .2)
}

.btn-twitter.active, .btn-twitter:active, .open > .dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, .2)
}

.btn-twitter.active.focus, .btn-twitter.active:focus, .btn-twitter.active:hover,
.btn-twitter:active.focus, .btn-twitter:active:focus, .btn-twitter:active:hover,
.open > .dropdown-toggle.btn-twitter.focus, .open > .dropdown-toggle.btn-twitter:focus,
.open > .dropdown-toggle.btn-twitter:hover {
    color: #fff;
    background-color: #1583d7;
    border-color: rgba(0, 0, 0, .2)
}

.btn-twitter.active, .btn-twitter:active, .open > .dropdown-toggle.btn-twitter {
    background-image: none
}

.btn-twitter.disabled, .btn-twitter.disabled.active, .btn-twitter.disabled.focus,
.btn-twitter.disabled:active, .btn-twitter.disabled:focus, .btn-twitter.disabled:hover,
.btn-twitter[disabled], .btn-twitter[disabled].active, .btn-twitter[disabled].focus,
.btn-twitter[disabled]:active, .btn-twitter[disabled]:focus, .btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter, fieldset[disabled] .btn-twitter.active,
fieldset[disabled] .btn-twitter.focus, fieldset[disabled] .btn-twitter:active,
fieldset[disabled] .btn-twitter:focus, fieldset[disabled] .btn-twitter:hover {
    background-color: #55acee;
    border-color: rgba(0, 0, 0, .2)
}

.btn-twitter .badge {
    color: #55acee;
    background-color: #fff
}

.btn-vimeo {
    color: #fff;
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vimeo.focus, .btn-vimeo:focus {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vimeo:hover {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vimeo.active, .btn-vimeo:active, .open > .dropdown-toggle.btn-vimeo {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vimeo.active.focus, .btn-vimeo.active:focus, .btn-vimeo.active:hover,
.btn-vimeo:active.focus, .btn-vimeo:active:focus, .btn-vimeo:active:hover,
.open > .dropdown-toggle.btn-vimeo.focus, .open > .dropdown-toggle.btn-vimeo:focus,
.open > .dropdown-toggle.btn-vimeo:hover {
    color: #fff;
    background-color: #0f7b9f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vimeo.active, .btn-vimeo:active, .open > .dropdown-toggle.btn-vimeo {
    background-image: none
}

.btn-vimeo.disabled, .btn-vimeo.disabled.active, .btn-vimeo.disabled.focus,
.btn-vimeo.disabled:active, .btn-vimeo.disabled:focus, .btn-vimeo.disabled:hover,
.btn-vimeo[disabled], .btn-vimeo[disabled].active, .btn-vimeo[disabled].focus,
.btn-vimeo[disabled]:active, .btn-vimeo[disabled]:focus, .btn-vimeo[disabled]:hover,
fieldset[disabled] .btn-vimeo, fieldset[disabled] .btn-vimeo.active,
fieldset[disabled] .btn-vimeo.focus, fieldset[disabled] .btn-vimeo:active,
fieldset[disabled] .btn-vimeo:focus, fieldset[disabled] .btn-vimeo:hover {
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vimeo .badge {
    color: #1ab7ea;
    background-color: #fff
}

.btn-vk {
    color: #fff;
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vk.focus, .btn-vk:focus {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vk:hover {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vk.active, .btn-vk:active, .open > .dropdown-toggle.btn-vk {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vk.active.focus, .btn-vk.active:focus, .btn-vk.active:hover,
.btn-vk:active.focus, .btn-vk:active:focus, .btn-vk:active:hover,
.open > .dropdown-toggle.btn-vk.focus, .open > .dropdown-toggle.btn-vk:focus,
.open > .dropdown-toggle.btn-vk:hover {
    color: #fff;
    background-color: #3a526b;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vk.active, .btn-vk:active, .open > .dropdown-toggle.btn-vk {
    background-image: none
}

.btn-vk.disabled, .btn-vk.disabled.active, .btn-vk.disabled.focus,
.btn-vk.disabled:active, .btn-vk.disabled:focus, .btn-vk.disabled:hover,
.btn-vk[disabled], .btn-vk[disabled].active, .btn-vk[disabled].focus,
.btn-vk[disabled]:active, .btn-vk[disabled]:focus, .btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk, fieldset[disabled] .btn-vk.active, fieldset[disabled] .btn-vk.focus,
fieldset[disabled] .btn-vk:active, fieldset[disabled] .btn-vk:focus,
fieldset[disabled] .btn-vk:hover {
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, .2)
}

.btn-vk .badge {
    color: #587ea3;
    background-color: #fff
}

.btn-yahoo {
    color: #fff;
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, .2)
}

.btn-yahoo.focus, .btn-yahoo:focus {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-yahoo:hover {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-yahoo.active, .btn-yahoo:active, .open > .dropdown-toggle.btn-yahoo {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, .2)
}

.btn-yahoo.active.focus, .btn-yahoo.active:focus, .btn-yahoo.active:hover,
.btn-yahoo:active.focus, .btn-yahoo:active:focus, .btn-yahoo:active:hover,
.open > .dropdown-toggle.btn-yahoo.focus, .open > .dropdown-toggle.btn-yahoo:focus,
.open > .dropdown-toggle.btn-yahoo:hover {
    color: #fff;
    background-color: #39074e;
    border-color: rgba(0, 0, 0, .2)
}

.btn-yahoo.active, .btn-yahoo:active, .open > .dropdown-toggle.btn-yahoo {
    background-image: none
}

.btn-yahoo.disabled, .btn-yahoo.disabled.active, .btn-yahoo.disabled.focus,
.btn-yahoo.disabled:active, .btn-yahoo.disabled:focus, .btn-yahoo.disabled:hover,
.btn-yahoo[disabled], .btn-yahoo[disabled].active, .btn-yahoo[disabled].focus,
.btn-yahoo[disabled]:active, .btn-yahoo[disabled]:focus, .btn-yahoo[disabled]:hover,
fieldset[disabled] .btn-yahoo, fieldset[disabled] .btn-yahoo.active,
fieldset[disabled] .btn-yahoo.focus, fieldset[disabled] .btn-yahoo:active,
fieldset[disabled] .btn-yahoo:focus, fieldset[disabled] .btn-yahoo:hover {
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, .2)
}

.btn-yahoo .badge {
    color: #720e9e;
    background-color: #fff
}

.btn-stumbleupon {
    color: #fff;
    background-color: #f74425;
    border-color: rgba(0, 0, 0, .2)
}

.btn-stumbleupon.focus, .btn-stumbleupon:focus {
    color: #fff;
    background-color: #e12808;
    border-color: rgba(0, 0, 0, .2)
}

.btn-stumbleupon:hover {
    color: #fff;
    background-color: #e12808;
    border-color: rgba(0, 0, 0, .2)
}

.btn-stumbleupon.active, .btn-stumbleupon:active, .open > .dropdown-toggle.btn-stumbleupon {
    color: #fff;
    background-color: #e12808;
    border-color: rgba(0, 0, 0, .2)
}

.btn-stumbleupon.active.focus, .btn-stumbleupon.active:focus,
.btn-stumbleupon.active:hover, .btn-stumbleupon:active.focus, .btn-stumbleupon:active:focus,
.btn-stumbleupon:active:hover, .open > .dropdown-toggle.btn-stumbleupon.focus,
.open > .dropdown-toggle.btn-stumbleupon:focus, .open > .dropdown-toggle.btn-stumbleupon:hover {
    color: #fff;
    background-color: #be2207;
    border-color: rgba(0, 0, 0, .2)
}

.btn-stumbleupon.active, .btn-stumbleupon:active, .open > .dropdown-toggle.btn-stumbleupon {
    background-image: none
}

.btn-stumbleupon.disabled, .btn-stumbleupon.disabled.active, .btn-stumbleupon.disabled.focus,
.btn-stumbleupon.disabled:active, .btn-stumbleupon.disabled:focus,
.btn-stumbleupon.disabled:hover, .btn-stumbleupon[disabled], .btn-stumbleupon[disabled].active,
.btn-stumbleupon[disabled].focus, .btn-stumbleupon[disabled]:active,
.btn-stumbleupon[disabled]:focus, .btn-stumbleupon[disabled]:hover,
fieldset[disabled] .btn-stumbleupon, fieldset[disabled] .btn-stumbleupon.active,
fieldset[disabled] .btn-stumbleupon.focus, fieldset[disabled] .btn-stumbleupon:active,
fieldset[disabled] .btn-stumbleupon:focus, fieldset[disabled] .btn-stumbleupon:hover {
    background-color: #f74425;
    border-color: rgba(0, 0, 0, .2)
}

.btn-stumbleupon .badge {
    color: #f74425;
    background-color: #fff
}

.share-filled {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 30px 0;
    border-top: 1px solid #ddd;
    text-align: center;
    border-bottom: 1px solid #ddd
}

.md-social-share {
    display: block;
    width: 100%;
    float: left
}

.md-social-share .btn-share {
    width: 25%;
    height: 35px;
    position: relative;
    display: inline-block;
    line-height: 35px;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans';
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    border-radius: 0;
    border: 1px solid #fff
}

.md-social-share .btn-share .fa {
    float: left;
    font-size: 21px;
    line-height: 21px;
    border-right: 1px solid rgba(255, 255, 255, .6);
    padding: 0 8px 0 2px
}

.md-social-share .btn-share a {
    line-height: 21px;
    display: block;
    float: left;
    color: #fff
}

.md-social-share .btn-share a.share {
    padding: 0 6px 0 12px
}

.md-social-share .btn-share a:focus, .md-social-share .btn-share a:hover {
    text-decoration: none
}

.wp-social-login-provider-list a {
    padding: 5px;
    margin: 0 2px;
    font-size: 20px
}

.wp-social-login-provider-list {
    padding: 10px 0
}

#sidebar-wrapper #socials {
    padding: 7px 0
}

#sidebar-wrapper #socials .share-filled {
    border: none medium;
    padding: 0
}

.btn-share.like {
    padding: 4px;
    height: 30px
}

.btn-share.like .fa {
    font-size: 16px
}

.btn-share.like .share {
    display: none
}

.btn-share.like .count {
    padding-left: 12px
}

@media (max-width:991px) {
    .md-social-share .btn-share a.share {
        letter-spacing: 0;
        font-weight: 500;
        padding-left: 5px
    }

    .md-social-share .btn-share .fa {
        padding-right: 5px;
        font-size: 15px;
        padding-left: 0
    }
}

@media (max-width:715px) {
    .md-social-share .btn-share {
        line-height: 1
    }

    .md-social-share .btn-share a.share {
        display: none
    }

    .md-social-share .btn-share .fa {
        float: none
    }

    .md-social-share .btn-share .count {
        float: none;
        display: inline-block;
        line-height: 1;
        padding: 0 5px
    }
}

.post h1 a, .post h2 a, .post h3 a, .post h4 a {
    color: #0e5377
}

.post h1 a:hover, .post h2 a:hover, .post h3 a:hover, .post h4 a:hover {
    text-decoration: none
}

.post-row a.img {
    display: block;
    overflow: hidden
}

.post-row img {
    transition: transform .3s ease, opacity .3s;
    -webkit-transition: -webkit-transform .3s ease, opacity .3s
}

.post-row img:hover {
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1) rotate(.02deg)
}

.tags {
    padding: 20px 0
}

.tags a {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 6px;
    border: 1px solid #ccc;
    margin: 0 2px 5px 0;
    color: #7f929c;
    display: inline-block;
    text-decoration: none
}

.tags a:hover {
    color: #0e5377;
    background: #f7f7f7
}

.media.title:first-child {
    border-bottom: 2px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 10px
}

.post .post-details a {
    color: #696f6f
}

.post .post-details a:focus, .post .post-details a:hover {
    color: #19b5fe
}

.post a.btn-social-icon {
    color: #fff;
    border-radius: 0;
    border-color: transparent
}

.bottom-socials {
    border-top: 2px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px
}

@media (max-width:768px) {
    .container.dmt {
        margin-top: 5px
    }

    .social-post {
        margin-bottom: 10px
    }

    .title {
        border-bottom: none medium;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .title h1 {
        margin: 0 0 5px;
        font-size: 28px;
        padding: 0 0 0 5px
    }

    .title .media-body {
        padding-left: 0
    }

    .title .media-body, .title .media-left {
        display: block;
        width: auto
    }

    .title .media-body .time, .title .media-left .time {
        display: block;
        border: none;
        margin: 0 5px 0 0
    }

    .media.title:first-child {
        margin-bottom: 10px;
        padding-bottom: 10px
    }

    .media.title:first-child .media-body {
        padding-left: 0
    }
}

.post div.comments {
    margin-top: 20px
}

.post div.comments h2 {
    font-weight: 400;
    margin: 30px 0 20px;
    font-size: 20px
}

.post div.comments ul.comment-list, .post div.comments ul.comment-list ul,
.post div.comments ul.comment-list ul ul {
    list-style: none;
    padding: 0;
    margin-top: 10px
}

.post div.comments ul.comment-list article, .post div.comments ul.comment-list ul article,
.post div.comments ul.comment-list ul ul article {
    margin-bottom: 20px;
    padding: 0 5px 10px 5px
}

.post div.comments ul.comment-list .comment-meta, .post div.comments ul.comment-list ul .comment-meta,
.post div.comments ul.comment-list ul ul .comment-meta {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px
}

.post div.comments ul.comment-list .comment-meta .comment-author,
.post div.comments ul.comment-list ul .comment-meta .comment-author,
.post div.comments ul.comment-list ul ul .comment-meta .comment-author {
    color: #000;
    font-weight: 700
}

.post div.comments ul.comment-list .comment-meta .comment-date, .post div.comments ul.comment-list ul .comment-meta .comment-date,
.post div.comments ul.comment-list ul ul .comment-meta .comment-date {
    color: #7f929c
}

.post div.comments ul.comment-list .comment-text, .post div.comments ul.comment-list ul .comment-text,
.post div.comments ul.comment-list ul ul .comment-text {
    background-color: #f9f9f9;
    padding: 10px 10px 5px;
    margin-bottom: 10px
}

.post div.comments ul.comment-list ul {
    margin-left: 20px
}

#respond {
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    margin-bottom: 20px
}

#respond h3 {
    margin-top: 0;
    font-size: 20px
}

#respond h3 small {
    display: block;
    margin-top: 10px
}

#respond h3 small a {
    color: #333;
    background-color: #f0f0f0;
    border-color: #ccc
}

.comment-form-author, .comment-form-email, .comment-form-url {
    width: 50%
}

.post-author {
    padding: 20px 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f0f0f0;
    margin-bottom: 20px
}

.post-author h3 {
    margin-top: 5px
}

.post-author .media-body {
    color: #696f6f;
    font-weight: 300
}

.post-author .avatar {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: inline-block
}

@media (max-width:768px) {
    .post-author .avatar {
        width: 50px;
        height: 50px
    }
}

.b-holder {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    justify-content: flex-start
}

@media (max-width:780px) {
    .b-holder {
        display: block
    }
}

.b-holder .b-shower {
    border: 1px solid #ccc;
    padding: .85em 1em;
    background: #f9f9f9;
    margin: .3em 1em 1.5em 0;
    text-align: left;
    display: flex;
    -webkit-flex: 1;
    flex: 1;
    border-radius: 2px;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer
}

@media (max-width:780px) {
    .b-holder .b-shower {
        width: 100%
    }
}

.b-holder .b-shower:hover {
    border-radius: 5px;
    background: #f0f0f0;
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .3)
}

.b-holder .b-shower h4 {
    font-size: 2.5rem;
    margin: 0
}

.b-holder .b-shower p {
    margin: 0;
    line-height: 1.5em;
    font-size: 1.1em
}

.b-holder .b-shower img {
    width: 76px;
    height: 76px;
    border-radius: 50px;
    border-radius: 50%;
    margin-right: 1em
}

@media (max-width:780px) {
    .b-holder .b-shower img {
        width: 45px;
        height: 45px
    }
}

.shower {
    margin: 2em auto 2em;
    border-top: 1px solid #eee;
    padding-top: 2.5em
}

.shower img {
    width: 9.5rem;
    display: block;
    margin: 0 auto;
    border: 12px solid #000;
    border-radius: 2px;
    background: #000
}

.shower .media-left {
    min-width: 10em;
    text-align: center;
    padding: 0
}

@media (max-width:780px) {
    .shower .media-left {
        display: none
    }

    .shower .media-body {
        padding: 0 !important;
        width: 100%
    }
}

.shower .media-heading {
    font-size: 3.2rem;
    line-height: 1
}

.shower p {
    margin: 0 0 1.5rem;
    font-size: 1.6rem
}

.shower .media-body {
    padding-left: 2em
}

.shower .shower_acti {
    display: block;
    color: #777;
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 1.32rem
}

.shower .shower_peak {
    display: block;
    color: #777;
    font-size: 1.2em;
    line-height: 1.1;
    text-align: center;
    margin-top: .3em
}

.shower .shower_peak strong {
    font-size: 1.2em
}

.profile h1 {
    font-family: Montserrat, Helvetica Neue, Arial, Sans-serif;
    font-size: 20px;
    text-align: center;
    margin: 5px
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 422px;
    margin-top: 4px;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.tt-suggestion {
    padding: 3px 20px;
    line-height: 24px
}

.tt-suggestion.tt-cursor, .tt-suggestion:hover {
    color: #fff;
    background-color: #0097cf
}

.tt-suggestion p {
    margin: 0
}

.blueimp-gallery, .blueimp-gallery > .slides > .slide > .slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-backface-visibility: hidden
}

.blueimp-gallery > .slides > .slide > .slide-content {
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 1
}

.blueimp-gallery {
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    background: #000;
    background: rgba(0, 0, 0, .9);
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none
}

.blueimp-gallery-carousel {
    position: relative;
    z-index: auto;
    margin: 1em auto;
    padding-bottom: 56.25%;
    box-shadow: 0 0 10px #000;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.blueimp-gallery-display {
    display: block;
    opacity: 1
}

.blueimp-gallery > .slides {
    position: relative;
    height: 100%;
    overflow: hidden
}

.blueimp-gallery-carousel > .slides {
    position: absolute
}

.blueimp-gallery > .slides > .slide {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    -moz-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    -ms-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    -o-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.blueimp-gallery, .blueimp-gallery > .slides > .slide > .slide-content {
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.blueimp-gallery > .slides > .slide-loading {
    background: url(../img/loading.gif) center no-repeat;
    background-size: 64px 64px
}

.blueimp-gallery > .slides > .slide-loading > .slide-content {
    opacity: 0
}

.blueimp-gallery > .slides > .slide-error {
    background: url(../img/error.png) center no-repeat
}

.blueimp-gallery > .slides > .slide-error > .slide-content {
    display: none
}

.blueimp-gallery > .next, .blueimp-gallery > .prev {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -23px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 2px #000;
    text-align: center;
    background: #222;
    background: rgba(0, 0, 0, .5);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: .5;
    cursor: pointer;
    display: none
}

.blueimp-gallery > .next {
    left: auto;
    right: 15px
}

.blueimp-gallery > .close, .blueimp-gallery > .title {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0 40px 0 0;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    opacity: .8;
    display: none
}

.blueimp-gallery > .close {
    padding: 15px;
    right: 15px;
    left: auto;
    margin: -15px;
    font-size: 30px;
    text-decoration: none;
    cursor: pointer
}

.blueimp-gallery > .play-pause {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 15px;
    height: 15px;
    background: url(../img/play-pause.png) 0 0 no-repeat;
    cursor: pointer;
    opacity: .5;
    display: none
}

.blueimp-gallery-playing > .play-pause {
    background-position: -15px 0
}

.blueimp-gallery > .close:hover, .blueimp-gallery > .next:hover, .blueimp-gallery > .play-pause:hover,
.blueimp-gallery > .prev:hover, .blueimp-gallery > .title:hover {
    color: #fff;
    opacity: 1
}

.blueimp-gallery-controls > .close, .blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .play-pause, .blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .title {
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.blueimp-gallery-left > .prev, .blueimp-gallery-right > .next, .blueimp-gallery-single > .next,
.blueimp-gallery-single > .play-pause, .blueimp-gallery-single > .prev {
    display: none
}

.blueimp-gallery > .close, .blueimp-gallery > .next, .blueimp-gallery > .play-pause,
.blueimp-gallery > .prev, .blueimp-gallery > .slides > .slide > .slide-content {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body:last-child .blueimp-gallery > .slides > .slide-error {
    background-image: url(../img/error.svg)
}

body:last-child .blueimp-gallery > .play-pause {
    width: 20px;
    height: 20px;
    background-size: 40px 20px;
    background-image: url(../img/play-pause.svg)
}

body:last-child .blueimp-gallery-playing > .play-pause {
    background-position: -20px 0
}

.blueimp-gallery > .indicator {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 15px;
    left: 15px;
    margin: 0 40px;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 10px;
    display: none
}

.blueimp-gallery > .indicator > li {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 6px 3px 0 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid transparent;
    background: #ccc;
    background: rgba(255, 255, 255, .25) center no-repeat;
    border-radius: 5px;
    box-shadow: 0 0 2px #000;
    opacity: .5;
    cursor: pointer
}

.blueimp-gallery > .indicator > .active, .blueimp-gallery > .indicator > li:hover {
    background-color: #fff;
    border-color: #fff;
    opacity: 1
}

.blueimp-gallery > .indicator > li:after {
    opacity: 0;
    display: block;
    position: absolute;
    content: '';
    top: -5em;
    width: 75px;
    height: 75px;
    transition: transform .6s ease-out, opacity .4s ease-out;
    transform: translateX(-50%) translateY(0) translateZ(0);
    pointer-events: none
}

.blueimp-gallery > .indicator > li:hover:after {
    opacity: 1;
    border-radius: 50%;
    background: inherit;
    transform: translateX(-50%) translateY(-5px) translateZ(0)
}

.blueimp-gallery > .indicator > .active:after {
    display: none
}

.blueimp-gallery-controls > .indicator {
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.blueimp-gallery-single > .indicator {
    display: none
}

.blueimp-gallery > .indicator {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.blueimp-gallery > .slides > .slide > .video-content > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -moz-backface-visibility: hidden
}

.blueimp-gallery > .slides > .slide > .video-content > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.blueimp-gallery > .slides > .slide > .video-content > iframe {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.blueimp-gallery > .slides > .slide > .video-playing > iframe {
    top: 0
}

.blueimp-gallery > .slides > .slide > .video-content > a {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -64px auto 0;
    width: 128px;
    height: 128px;
    background: url(../img/video-play.png) center no-repeat;
    opacity: .8;
    cursor: pointer
}

.blueimp-gallery > .slides > .slide > .video-content > a:hover {
    opacity: 1
}

.blueimp-gallery > .slides > .slide > .video-playing > a, .blueimp-gallery > .slides > .slide > .video-playing > img {
    display: none
}

.blueimp-gallery > .slides > .slide > .video-content > video {
    display: none
}

.blueimp-gallery > .slides > .slide > .video-playing > video {
    display: block
}

.blueimp-gallery > .slides > .slide > .video-loading > a {
    background: url(../img/loading.gif) center no-repeat;
    background-size: 64px 64px
}

body:last-child .blueimp-gallery > .slides > .slide > .video-content:not(.video-loading) > a {
    background-image: url(../img/video-play.svg)
}

.flag-right {
    position: absolute;
    top: .1em;
    right: .3em;
    z-index: 2
}

[class^=flag] {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 11px;
    background-image: url(/imo/img/flags/flags.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    vertical-align: bottom
}

.flag-abkhazia {
    background-position: 0 0
}

.flag-basque-country {
    background-position: -24px 0
}

.flag-british-antarctic-territory {
    background-position: -48px 0
}

.flag-commonwealth {
    background-position: -72px 0
}

.flag-england {
    background-position: -96px 0
}

.flag-gosquared {
    background-position: -120px 0
}

.flag-kosovo {
    background-position: -144px 0
}

.flag-mars {
    background-position: -168px 0
}

.flag-nagorno-karabakh {
    background-position: -192px 0
}

.flag-nato {
    background-position: -216px 0
}

.flag-northern-cyprus {
    background-position: -240px 0
}

.flag-olympics {
    background-position: -264px 0
}

.flag-red-cross {
    background-position: -288px 0
}

.flag-scotland {
    background-position: -312px 0
}

.flag-somaliland {
    background-position: -336px 0
}

.flag-south-ossetia {
    background-position: -360px 0
}

.flag-united-nations {
    background-position: -384px 0
}

.flag-unknown {
    background-position: 0 -24px
}

.flag-wales {
    background-position: -24px -24px
}

.flag-ad {
    background-position: -48px -24px
}

.flag-ae {
    background-position: -72px -24px
}

.flag-af {
    background-position: -96px -24px
}

.flag-ag {
    background-position: -120px -24px
}

.flag-ai {
    background-position: -144px -24px
}

.flag-al {
    background-position: -168px -24px
}

.flag-am {
    background-position: -192px -24px
}

.flag-an {
    background-position: -216px -24px
}

.flag-ao {
    background-position: -240px -24px
}

.flag-aq {
    background-position: -264px -24px
}

.flag-ar {
    background-position: -288px -24px
}

.flag-as {
    background-position: -312px -24px
}

.flag-at {
    background-position: -336px -24px
}

.flag-au {
    background-position: -360px -24px
}

.flag-aw {
    background-position: -384px -24px
}

.flag-ax {
    background-position: 0 -48px
}

.flag-az {
    background-position: -24px -48px
}

.flag-ba {
    background-position: -48px -48px
}

.flag-bb {
    background-position: -72px -48px
}

.flag-bd {
    background-position: -96px -48px
}

.flag-be {
    background-position: -120px -48px
}

.flag-bf {
    background-position: -144px -48px
}

.flag-bg {
    background-position: -168px -48px
}

.flag-bh {
    background-position: -192px -48px
}

.flag-bi {
    background-position: -216px -48px
}

.flag-bj {
    background-position: -240px -48px
}

.flag-bl {
    background-position: -264px -48px
}

.flag-bm {
    background-position: -288px -48px
}

.flag-bn {
    background-position: -312px -48px
}

.flag-bo {
    background-position: -336px -48px
}

.flag-br {
    background-position: -360px -48px
}

.flag-bs {
    background-position: -384px -48px
}

.flag-bt {
    background-position: 0 -72px
}

.flag-bw {
    background-position: -24px -72px
}

.flag-by {
    background-position: -48px -72px
}

.flag-bz {
    background-position: -72px -72px
}

.flag-ca {
    background-position: -96px -72px
}

.flag-cc {
    background-position: -120px -72px
}

.flag-cd {
    background-position: -144px -72px
}

.flag-cf {
    background-position: -168px -72px
}

.flag-cg {
    background-position: -192px -72px
}

.flag-ch {
    background-position: -216px -72px
}

.flag-ci {
    background-position: -240px -72px
}

.flag-ck {
    background-position: -264px -72px
}

.flag-cl {
    background-position: -288px -72px
}

.flag-cm {
    background-position: -312px -72px
}

.flag-cn {
    background-position: -336px -72px
}

.flag-co {
    background-position: -360px -72px
}

.flag-cr {
    background-position: -384px -72px
}

.flag-cu {
    background-position: 0 -96px
}

.flag-cv {
    background-position: -24px -96px
}

.flag-cw {
    background-position: -48px -96px
}

.flag-cx {
    background-position: -72px -96px
}

.flag-cy {
    background-position: -96px -96px
}

.flag-cz {
    background-position: -120px -96px
}

.flag-de {
    background-position: -144px -96px
}

.flag-dj {
    background-position: -168px -96px
}

.flag-dk {
    background-position: -192px -96px
}

.flag-dm {
    background-position: -216px -96px
}

.flag-do {
    background-position: -240px -96px
}

.flag-dz {
    background-position: -264px -96px
}

.flag-ec {
    background-position: -288px -96px
}

.flag-ee {
    background-position: -312px -96px
}

.flag-eg {
    background-position: -336px -96px
}

.flag-eh {
    background-position: -360px -96px
}

.flag-er {
    background-position: -384px -96px
}

.flag-es {
    background-position: 0 -120px
}

.flag-et {
    background-position: -24px -120px
}

.flag-eu {
    background-position: -48px -120px
}

.flag-fi {
    background-position: -72px -120px
}

.flag-fj {
    background-position: -96px -120px
}

.flag-fk {
    background-position: -120px -120px
}

.flag-fm {
    background-position: -144px -120px
}

.flag-fo {
    background-position: -168px -120px
}

.flag-fr, .flag-re {
    background-position: -192px -120px
}

.flag-ga {
    background-position: -216px -120px
}

.flag-gb {
    background-position: -240px -120px
}

.flag-gd {
    background-position: -264px -120px
}

.flag-ge {
    background-position: -288px -120px
}

.flag-gg {
    background-position: -312px -120px
}

.flag-gh {
    background-position: -336px -120px
}

.flag-gi {
    background-position: -360px -120px
}

.flag-gl {
    background-position: -384px -120px
}

.flag-gm {
    background-position: 0 -144px
}

.flag-gn {
    background-position: -24px -144px
}

.flag-gq {
    background-position: -48px -144px
}

.flag-gr {
    background-position: -72px -144px
}

.flag-gs {
    background-position: -96px -144px
}

.flag-gt {
    background-position: -120px -144px
}

.flag-gu {
    background-position: -144px -144px
}

.flag-gw {
    background-position: -168px -144px
}

.flag-gy {
    background-position: -192px -144px
}

.flag-hk {
    background-position: -216px -144px
}

.flag-hn {
    background-position: -240px -144px
}

.flag-hr {
    background-position: -264px -144px
}

.flag-ht {
    background-position: -288px -144px
}

.flag-hu {
    background-position: -312px -144px
}

.flag-ic {
    background-position: -336px -144px
}

.flag-id {
    background-position: -360px -144px
}

.flag-ie {
    background-position: -384px -144px
}

.flag-il {
    background-position: 0 -168px
}

.flag-im {
    background-position: -24px -168px
}

.flag-in {
    background-position: -48px -168px
}

.flag-iq {
    background-position: -72px -168px
}

.flag-ir {
    background-position: -96px -168px
}

.flag-is {
    background-position: -120px -168px
}

.flag-it {
    background-position: -144px -168px
}

.flag-je {
    background-position: -168px -168px
}

.flag-jm {
    background-position: -192px -168px
}

.flag-jo {
    background-position: -216px -168px
}

.flag-jp {
    background-position: -240px -168px
}

.flag-ke {
    background-position: -264px -168px
}

.flag-kg {
    background-position: -288px -168px
}

.flag-kh {
    background-position: -312px -168px
}

.flag-ki {
    background-position: -336px -168px
}

.flag-km {
    background-position: -360px -168px
}

.flag-kn {
    background-position: -384px -168px
}

.flag-kp {
    background-position: 0 -192px
}

.flag-kr {
    background-position: -24px -192px
}

.flag-kw {
    background-position: -48px -192px
}

.flag-ky {
    background-position: -72px -192px
}

.flag-kz {
    background-position: -96px -192px
}

.flag-la {
    background-position: -120px -192px
}

.flag-lb {
    background-position: -144px -192px
}

.flag-lc {
    background-position: -168px -192px
}

.flag-li {
    background-position: -192px -192px
}

.flag-lk {
    background-position: -216px -192px
}

.flag-lr {
    background-position: -240px -192px
}

.flag-ls {
    background-position: -264px -192px
}

.flag-lt {
    background-position: -288px -192px
}

.flag-lu {
    background-position: -312px -192px
}

.flag-lv {
    background-position: -336px -192px
}

.flag-ly {
    background-position: -360px -192px
}

.flag-ma {
    background-position: -384px -192px
}

.flag-mc {
    background-position: 0 -216px
}

.flag-md {
    background-position: -24px -216px
}

.flag-me {
    background-position: -48px -216px
}

.flag-mf {
    background-position: -72px -216px
}

.flag-mg {
    background-position: -96px -216px
}

.flag-mh {
    background-position: -120px -216px
}

.flag-mk {
    background-position: -144px -216px
}

.flag-ml {
    background-position: -168px -216px
}

.flag-mm {
    background-position: -192px -216px
}

.flag-mn {
    background-position: -216px -216px
}

.flag-mo {
    background-position: -240px -216px
}

.flag-mp {
    background-position: -264px -216px
}

.flag-mq {
    background-position: -288px -216px
}

.flag-mr {
    background-position: -312px -216px
}

.flag-ms {
    background-position: -336px -216px
}

.flag-mt {
    background-position: -360px -216px
}

.flag-mu {
    background-position: -384px -216px
}

.flag-mv {
    background-position: 0 -240px
}

.flag-mw {
    background-position: -24px -240px
}

.flag-mx {
    background-position: -48px -240px
}

.flag-my {
    background-position: -72px -240px
}

.flag-mz {
    background-position: -96px -240px
}

.flag-na {
    background-position: -120px -240px
}

.flag-nc {
    background-position: -144px -240px
}

.flag-ne {
    background-position: -168px -240px
}

.flag-nf {
    background-position: -192px -240px
}

.flag-ng {
    background-position: -216px -240px
}

.flag-ni {
    background-position: -240px -240px
}

.flag-nl {
    background-position: -264px -240px
}

.flag-no {
    background-position: -288px -240px
}

.flag-np {
    background-position: -312px -240px
}

.flag-nr {
    background-position: -336px -240px
}

.flag-nu {
    background-position: -360px -240px
}

.flag-nz {
    background-position: -384px -240px
}

.flag-om {
    background-position: 0 -264px
}

.flag-pa {
    background-position: -24px -264px
}

.flag-pe {
    background-position: -48px -264px
}

.flag-pf {
    background-position: -72px -264px
}

.flag-pg {
    background-position: -96px -264px
}

.flag-ph {
    background-position: -120px -264px
}

.flag-pirate-black {
    background-position: -144px -264px
}

.flag-pirate-white {
    background-position: -168px -264px
}

.flag-pk {
    background-position: -192px -264px
}

.flag-pl {
    background-position: -216px -264px
}

.flag-pn {
    background-position: -240px -264px
}

.flag-pr {
    background-position: -264px -264px
}

.flag-ps {
    background-position: -288px -264px
}

.flag-pt {
    background-position: -312px -264px
}

.flag-pw {
    background-position: -336px -264px
}

.flag-py {
    background-position: -360px -264px
}

.flag-qa {
    background-position: -384px -264px
}

.flag-ro {
    background-position: 0 -288px
}

.flag-rs {
    background-position: -24px -288px
}

.flag-ru {
    background-position: -48px -288px
}

.flag-rw {
    background-position: -72px -288px
}

.flag-sa {
    background-position: -96px -288px
}

.flag-sb {
    background-position: -120px -288px
}

.flag-sc {
    background-position: -144px -288px
}

.flag-sd {
    background-position: -168px -288px
}

.flag-se {
    background-position: -192px -288px
}

.flag-sg {
    background-position: -216px -288px
}

.flag-sh {
    background-position: -240px -288px
}

.flag-si {
    background-position: -264px -288px
}

.flag-sk {
    background-position: -288px -288px
}

.flag-sl {
    background-position: -312px -288px
}

.flag-sm {
    background-position: -336px -288px
}

.flag-sn {
    background-position: -360px -288px
}

.flag-so {
    background-position: -384px -288px
}

.flag-sr {
    background-position: 0 -312px
}

.flag-ss {
    background-position: -24px -312px
}

.flag-st {
    background-position: -48px -312px
}

.flag-sv {
    background-position: -72px -312px
}

.flag-sy {
    background-position: -96px -312px
}

.flag-sz {
    background-position: -120px -312px
}

.flag-tc {
    background-position: -144px -312px
}

.flag-td {
    background-position: -168px -312px
}

.flag-tf {
    background-position: -192px -312px
}

.flag-tg {
    background-position: -216px -312px
}

.flag-th {
    background-position: -240px -312px
}

.flag-tj {
    background-position: -264px -312px
}

.flag-tk {
    background-position: -288px -312px
}

.flag-tl {
    background-position: -312px -312px
}

.flag-tm {
    background-position: -336px -312px
}

.flag-tn {
    background-position: -360px -312px
}

.flag-to {
    background-position: -384px -312px
}

.flag-tr {
    background-position: 0 -336px
}

.flag-tt {
    background-position: -24px -336px
}

.flag-tv {
    background-position: -48px -336px
}

.flag-tw {
    background-position: -72px -336px
}

.flag-tz {
    background-position: -96px -336px
}

.flag-ua {
    background-position: -120px -336px
}

.flag-ug {
    background-position: -144px -336px
}

.flag-us {
    background-position: -168px -336px
}

.flag-uy {
    background-position: -192px -336px
}

.flag-uz {
    background-position: -216px -336px
}

.flag-va {
    background-position: -240px -336px
}

.flag-vc {
    background-position: -264px -336px
}

.flag-ve {
    background-position: -288px -336px
}

.flag-vg {
    background-position: -312px -336px
}

.flag-vi {
    background-position: -336px -336px
}

.flag-vn {
    background-position: -360px -336px
}

.flag-vu {
    background-position: -384px -336px
}

.flag-za {
    background-position: -384px -336px
}

.row-wid {
    margin: 0 -.5em
}

@media (max-width:1200px) {
    .no-mb {
        display: none
    }
}

.h-sep-wid {
    margin: 1em 0;
    display: none;
    clear: none
}

@media (max-width:992px) {
    .h-sep-wid {
        display: block;
        clear: both
    }
}

.col-wid {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: .5em;
    padding-right: .5em;
    width: 50%
}

@media (min-width:1199px) {
    .col-wid {
        width: 25%
    }
}

.col-wid-lg {
    position: relative;
    min-height: 1px;
    padding-left: .5em;
    padding-right: .5em
}

@media (min-width:1199px) {
    .col-wid-lg {
        width: 50%;
        float: left
    }
}

.s-icon {
    display: inline-block;
    float: left;
    margin-right: .5em;
    margin-left: .2em;
    background-color: #46505e;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    min-width: 2.5em;
    -webkit-transition: all .5s;
    transition: all .5s
}

.s-icon em {
    color: #ffca00;
    display: block;
    line-height: .85;
    font-size: .85em;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    padding-bottom: .7em
}

.s-icon span {
    display: block;
    font-weight: 700;
    padding: .2em 0 .1em;
    font-size: 1em
}

.s-icon.big {
    min-width: 4.4em;
    padding-bottom: .4em
}

.s-icon.big em {
    font-size: 1.3em;
    line-height: 1.35;
    padding: .2em 0 0 0
}

.s-icon.big span {
    font-size: 1.4em;
    line-height: 1;
    padding: 0
}

.s-icon.big span.y {
    font-weight: 400;
    font-size: 1.3em;
    padding-top: .2em
}

@media (max-width:992px) {
    .s-icon.big {
        color: #000;
        float: none;
        background: 0 0;
        margin: 0;
        padding: 0 0 .3em;
        border-bottom: 1px solid rgba(0, 0, 0, .3);
        display: block;
        margin-bottom: 1em
    }

    .s-icon.big em {
        display: inline;
        color: #000;
        text-transform: none;
        font-size: 1em
    }

    .s-icon.big span, .s-icon.big span.y {
        line-height: 1;
        padding: 0;
        display: inline;
        font-weight: 400;
        font-size: 1em
    }
}

.latest-event-widget {
    background: #f5f5f5;
    padding: 0 1em 1.5em
}

.latest-event-widget h3 {
    font-size: 1.85em;
    margin: 0;
    padding-top: .5em
}

.latest-event-widget h4 {
    font-size: 1.35em;
    margin: 1em 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: .8em
}

.latest-event-widget p.pres {
    font-size: 1.1em;
    margin: .4em 0 .2em
}

a.browse {
    font-size: 1.1em;
    font-weight: 500;
    display: block;
    border: 1px solid #337ab7;
    padding: .5em;
    border-radius: 3px;
    margin-top: .5em;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

a.browse:hover {
    text-decoration: none;
    background-color: #337ab7;
    color: #fff
}

.event-d {
    padding: .2em;
    background-color: #fff;
    margin: .5em 0 0 0;
    min-height: 3.4em;
    display: block
}

.event-d .states {
    font-size: .8em;
    letter-spacing: -.05em;
    font-weight: 500;
    line-height: 2em;
    display: none
}

@media (min-width:397px) {
    .event-d .states {
        display: inline-block
    }
}

.event-d:hover {
    background: rgba(255, 255, 204, .9);
    box-shadow: 0 0 5px rgba(11, 59, 98, .85);
    cursor: pointer
}

.event-d:hover .s-icon {
    background: #000
}

.event-d a {
    display: block;
    line-height: 1;
    padding-top: .2em;
    font-weight: 700;
    font-size: 1.05em
}

.event-d a:hover {
    text-decoration: none
}

.retrait {
    font-size: 1.2em;
    line-height: 1.56em;
	margin-left: 4px
}

.red {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	color: #cc0000;
	text-align: justify;
	line-height:1.56em
}

/*  backToTop
--------------------------------------------------------------------------------------*/
.backtop {
	position: fixed;
	left:auto;right: 20px;top:auto;bottom: 20px;
	outline: none;
	overflow:hidden;
	color:#fff;
	text-align:center;
	background-color:rgba(11,59,98,0.84);
	border: 2px solid #fff;
	height:50px;
	width:50px;
	line-height:45px;
	font-size:20px;
	border-radius:10px;
	cursor:pointer;
	transition:all 0.3s linear;
	z-index:999999;

	opacity:1;
	display:none;
}
.backtop:hover {
	background-color:#337ab7;
}
.backtop.mcOut {
	opacity:0;
}


/*# sourceMappingURL=cobeps.css.map */


