/*
Theme Name: 37. Theme Moi
Theme URI: https://developer.local
Description: Custom responsive video theme
Version: 1.0.0
Author: Developer Team
*/

/* === Original CSS from legacy === */

@font-face {
    font-family: FontAwesome;
    src: url(fonts/font-awesome/fontawesome-webfont3e6e.html?v=4.7.0);
    src: url(fonts/font-awesome/fontawesome-webfontd41d.html?#iefix&v=4.7.0) format('embedded-opentype'), url(fonts/font-awesome/fontawesome-webfont3e6e-2.html?v=4.7.0) format('woff2'), url(fonts/font-awesome/fontawesome-webfont3e6e-3.html?v=4.7.0) format('woff'), url(fonts/font-awesome/fontawesome-webfont3e6e-4.html?v=4.7.0) format('truetype'), url(fonts/font-awesome/fontawesome-webfont3e6e-5.html?v=4.7.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
}

.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;
    -webkit-border-radius: .1em;
    -moz-border-radius: .1em;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

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

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

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

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

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

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    -moz-animation: fa-spin 1s infinite steps(8);
    -o-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)
    }
}

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

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

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

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

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

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

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

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

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

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

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -o-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 {
    -webkit-filter: none;
    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-feed:before,
.fa-rss:before {
    content: "\f09e"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-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-pp:before {
    content: "\f1a7"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-file-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,
.fa-resistance: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,
.fa-y-combinator-square:before,
.fa-yc-square: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 {
    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-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!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: 1.8em;
    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 {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    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] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    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;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !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: Arial, helvetica neue, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #000;
    background-color: #fff
}

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

a {
    color: #000;
    text-decoration: none
}

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

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

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

.img-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

hr {
    margin-top: 18px;
    margin-bottom: 18px;
    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: 700;
    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: 18px;
    margin-bottom: 9px
}

.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: 9px;
    margin-bottom: 9px
}

.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: 28px
}

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

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

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

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

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

p {
    margin: 0 0 9px
}

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

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

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

.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: #de2600
}

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

.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: 8px;
    margin: 36px 0 18px;
    border-bottom: 1px solid #eee
}

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

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: 18px
}

dd,
dt {
    line-height: 1.5
}

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;
        -o-text-overflow: ellipsis;
        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: 9px 18px;
    margin: 0 0 18px;
    font-size: 15px;
    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.5;
    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: 18px;
    font-style: normal;
    line-height: 1.5
}

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

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 18px
}

.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.5;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

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

.table .table {
    background-color: #fff
}

.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: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

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

.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: #f5f5f5
}

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: #f5f5f5
}

.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: #e8e8e8
}

.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: 13.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .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: 18px;
    font-size: 18px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    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;
    margin-top: 1px\9;
    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: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 12px;
    line-height: 1.5;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -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);
    -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;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
    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, -webkit-box-shadow ease-in-out .15s, -moz-box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #bfbfbf;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(191, 191, 191, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(191, 191, 191, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(191, 191, 191, .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::-ms-expand {
    border: 0;
    background-color: transparent
}

.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: 32px
    }

    .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: 28px
    }

    .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: 42px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 18px;
    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;
    margin-top: 4px\9
}

.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: 30px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 28px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

select.input-sm {
    height: 28px;
    line-height: 28px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 28px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 28px;
    line-height: 28px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 28px;
    min-height: 29px;
    padding: 6px 10px;
    font-size: 11px;
    line-height: 1.5
}

.input-lg {
    height: 42px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

select.input-lg {
    height: 42px;
    line-height: 42px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 42px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 42px;
    line-height: 42px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 42px;
    min-height: 33px;
    padding: 11px 16px;
    font-size: 15px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 40px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    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: 42px;
    height: 42px;
    line-height: 42px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 28px;
    height: 28px;
    line-height: 28px
}

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

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    -moz-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;
    -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)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    -moz-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: #de2600
}

.has-error .form-control {
    border-color: #de2600;
    -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)
}

.has-error .form-control:focus {
    border-color: #ab1d00;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ff6545;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ff6545;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ff6545
}

.has-error .input-group-addon {
    color: #de2600;
    border-color: #de2600;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #de2600
}

.has-feedback label~.form-control-feedback {
    top: 23px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #404040
}

@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: 25px
}

.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: 11px;
        font-size: 15px
    }
}

@media(min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 11px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -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: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #000;
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    -moz-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;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #000;
    background-color: #ccc;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #000;
    background-color: #ccc;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #000;
    background-color: #ccc;
    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: #000;
    background-color: #bababa;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #e6e6e6;
    border-color: #ccc
}

.btn-default .badge {
    color: #e6e6e6;
    background-color: #000
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.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: #204d74;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    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.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
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.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
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.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
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: #de2600;
    border-color: #c52200
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #ab1d00;
    border-color: #450c00
}

.btn-danger:hover {
    color: #fff;
    background-color: #ab1d00;
    border-color: #871700
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #ab1d00;
    border-color: #871700
}

.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: #871700;
    border-color: #450c00
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #de2600;
    border-color: #c52200
}

.btn-danger .badge {
    color: #de2600;
    background-color: #fff
}

.btn-link {
    color: #000;
    font-weight: 400;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-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: #000;
    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: 15px;
    line-height: 1.3333333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.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;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    -moz-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;
    -o-transition-property: height, visibility;
    -moz-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.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) {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    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 {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 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 {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    -moz-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 {
    -webkit-box-shadow: none;
    -moz-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) {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    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 {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 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 .form-control:focus {
    z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 42px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    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: 42px;
    line-height: 42px
}

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: 28px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    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: 28px;
    line-height: 28px
}

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) {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    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: 12px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    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) {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 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 {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 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
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    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: #000;
    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
}

.alert {
    padding: 15px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.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: #de2600
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #ab1d00
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-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
    }
}

form .progress {
    overflow: hidden;
    height: 18px;
    margin-bottom: 18px;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

form .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 11px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    -moz-transition: width .6s ease;
    transition: width .6s ease
}

form .progress-bar-striped,
form .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: -moz-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);
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px
}

form .progress-bar.active,
form .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

form .progress-bar-success {
    background-color: #5cb85c
}

.progress-striped form .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: -moz-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)
}

form .progress-bar-info {
    background-color: #5bc0de
}

.progress-striped form .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: -moz-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)
}

form .progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped form .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: -moz-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)
}

form .progress-bar-danger {
    background-color: #de2600
}

.progress-striped form .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: -moz-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)
}

.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 {
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px
}

.list-group-item:last-child {
    margin-bottom: 0;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px
}

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: #fafafa;
    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: #de2600;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #de2600
}

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: #de2600;
    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: #de2600;
    border-color: #de2600
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

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

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

.split-css-rule {
    display: none;
    color: #123456
}

/*!* jQuery UI CSS Framework 1.10.4
* http://jqueryui.com
*
* Copyright 2014 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/category/theming/*/
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

/*!* jQuery UI Datepicker 1.10.4
* http://jqueryui.com
*
* Copyright 2014 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/datepicker/#theming*/
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

/*!* jQuery UI Menu 1.10.4
* http://jqueryui.com
*
* Copyright 2014 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/menu/#theming*/
.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-divider {
    margin: 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: 400
}

.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a.ui-state-focus {
    font-weight: 400;
    margin: -1px
}

.ui-menu .ui-state-disabled {
    font-weight: 400;
    margin: .4em 0 .2em;
    line-height: 1.5
}

.ui-menu .ui-state-disabled a {
    cursor: default
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em
}

.ui-menu .ui-menu-icon {
    position: static;
    float: right
}

/*!* jQuery UI Autocomplete 1.10.4
* http://jqueryui.com
*
* Copyright 2014 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/autocomplete/#theming*/
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

/*!* jQuery UI CSS Framework 1.10.4
* http://jqueryui.com
*
* Copyright 2014 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/category/theming/
*
* To view and modify this theme, visit http://jqueryui.com/themeroller/*/
.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222
}

.ui-widget-content a {
    color: #222
}

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222;
    font-weight: 700
}

.ui-widget-header a {
    color: #222
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: 400;
    color: #555
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555;
    text-decoration: none
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #999;
    background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    font-weight: 400;
    color: #212121
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: 400;
    color: #212121
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    color: #363636
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color: #cd0a0a
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: alpha(opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: alpha(opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: alpha(opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png)
}

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_888888_256x240.png)
}

.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_454545_256x240.png)
}

.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_454545_256x240.png)
}

.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_2e83ff_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cd0a0a_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px
}

.ui-widget-overlay {
    background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: alpha(opacity=30)
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: alpha(opacity=30);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.ui-widget-content {
    background-image: url(/v3/img/jquery-ui/ui-bg_flat_75_ffffff_40x100.png)
}

.ui-widget-header {
    background-image: url(/v3/img/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png)
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background-image: url(/v3/img/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png)
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    background-image: url(/v3/img/jquery-ui/ui-bg_glass_75_dadada_1x400.png)
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background-image: url(/v3/img/jquery-ui/ui-bg_glass_65_ffffff_1x400.png)
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background-image: url(/v3/img/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png)
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    background-image: url(/v3/img/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png)
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(/v3/img/jquery-ui/ui-icons_222222_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(/v3/img/jquery-ui/ui-icons_222222_256x240.png)
}

.ui-state-default .ui-icon {
    background-image: url(/v3/img/jquery-ui/ui-icons_888888_256x240.png)
}

.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url(/v3/img/jquery-ui/ui-icons_454545_256x240.png)
}

.ui-state-active .ui-icon {
    background-image: url(/v3/img/jquery-ui/ui-icons_454545_256x240.png)
}

.ui-state-highlight .ui-icon {
    background-image: url(/v3/img/jquery-ui/ui-icons_2e83ff_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(/v3/img/jquery-ui/ui-icons_cd0a0a_256x240.png)
}

.ui-widget-overlay {
    background-image: url(/v3/img/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png)
}

.ui-widget-shadow {
    background-image: url(/v3/img/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png)
}

.flag-small {
    display: inline;
    *zoom: 1;
    display: inline-block;
    width: 16px;
    height: 11px;
    line-height: 11px;
    background-image: url(../../../v3/img/flags/flat/flags-16.png);
    background-position: 0 0;
    background-repeat: no-repeat
}

.flag-small.flag-ad {
    background-position: 0 -2px
}

.flag-small.flag-ae {
    background-position: -16px -2px
}

.flag-small.flag-af {
    background-position: -32px -2px
}

.flag-small.flag-ag {
    background-position: -48px -2px
}

.flag-small.flag-ai {
    background-position: -64px -2px
}

.flag-small.flag-al {
    background-position: -80px -2px
}

.flag-small.flag-am {
    background-position: -96px -2px
}

.flag-small.flag-an {
    background-position: -112px -2px
}

.flag-small.flag-ao {
    background-position: -128px -2px
}

.flag-small.flag-aq {
    background-position: -144px -2px
}

.flag-small.flag-ar {
    background-position: -160px -2px
}

.flag-small.flag-as {
    background-position: -176px -2px
}

.flag-small.flag-at {
    background-position: -192px -2px
}

.flag-small.flag-au {
    background-position: -208px -2px
}

.flag-small.flag-aw {
    background-position: -224px -2px
}

.flag-small.flag-ax {
    background-position: -240px -2px
}

.flag-small.flag-az {
    background-position: 0 -18px
}

.flag-small.flag-ba {
    background-position: -16px -18px
}

.flag-small.flag-bb {
    background-position: -32px -18px
}

.flag-small.flag-bd {
    background-position: -48px -18px
}

.flag-small.flag-be {
    background-position: -64px -18px
}

.flag-small.flag-bf {
    background-position: -80px -18px
}

.flag-small.flag-bg {
    background-position: -96px -18px
}

.flag-small.flag-bh {
    background-position: -112px -18px
}

.flag-small.flag-bi {
    background-position: -128px -18px
}

.flag-small.flag-bj {
    background-position: -144px -18px
}

.flag-small.flag-bl {
    background-position: -160px -18px
}

.flag-small.flag-bm {
    background-position: -176px -18px
}

.flag-small.flag-bn {
    background-position: -192px -18px
}

.flag-small.flag-bo {
    background-position: -208px -18px
}

.flag-small.flag-br {
    background-position: -224px -18px
}

.flag-small.flag-bs {
    background-position: -240px -18px
}

.flag-small.flag-bt {
    background-position: 0 -34px
}

.flag-small.flag-bw {
    background-position: -16px -34px
}

.flag-small.flag-by {
    background-position: -32px -34px
}

.flag-small.flag-bz {
    background-position: -48px -34px
}

.flag-small.flag-ca {
    background-position: -64px -34px
}

.flag-small.flag-cc {
    background-position: -80px -34px
}

.flag-small.flag-cd {
    background-position: -96px -34px
}

.flag-small.flag-cf {
    background-position: -112px -34px
}

.flag-small.flag-cg {
    background-position: -128px -34px
}

.flag-small.flag-ch {
    background-position: -144px -34px
}

.flag-small.flag-ci {
    background-position: -160px -34px
}

.flag-small.flag-ck {
    background-position: -176px -34px
}

.flag-small.flag-cl {
    background-position: -192px -34px
}

.flag-small.flag-cm {
    background-position: -208px -34px
}

.flag-small.flag-cn {
    background-position: -224px -34px
}

.flag-small.flag-co {
    background-position: -240px -34px
}

.flag-small.flag-cr {
    background-position: 0 -50px
}

.flag-small.flag-cu {
    background-position: -16px -50px
}

.flag-small.flag-cv {
    background-position: -32px -50px
}

.flag-small.flag-cw {
    background-position: -48px -50px
}

.flag-small.flag-cx {
    background-position: -64px -50px
}

.flag-small.flag-cy {
    background-position: -80px -50px
}

.flag-small.flag-cz {
    background-position: -96px -50px
}

.flag-small.flag-de {
    background-position: -112px -50px
}

.flag-small.flag-dj {
    background-position: -128px -50px
}

.flag-small.flag-dk {
    background-position: -144px -50px
}

.flag-small.flag-dm {
    background-position: -160px -50px
}

.flag-small.flag-do {
    background-position: -176px -50px
}

.flag-small.flag-dz {
    background-position: -192px -50px
}

.flag-small.flag-ec {
    background-position: -208px -50px
}

.flag-small.flag-ee {
    background-position: -224px -50px
}

.flag-small.flag-eg {
    background-position: -240px -50px
}

.flag-small.flag-eh {
    background-position: 0 -66px
}

.flag-small.flag-er {
    background-position: -16px -66px
}

.flag-small.flag-es {
    background-position: -32px -66px
}

.flag-small.flag-et {
    background-position: -48px -66px
}

.flag-small.flag-eu {
    background-position: -64px -66px
}

.flag-small.flag-fi {
    background-position: -80px -66px
}

.flag-small.flag-fj {
    background-position: -96px -66px
}

.flag-small.flag-fk {
    background-position: -112px -66px
}

.flag-small.flag-fm {
    background-position: -128px -66px
}

.flag-small.flag-fo {
    background-position: -144px -66px
}

.flag-small.flag-fr {
    background-position: -160px -66px
}

.flag-small.flag-ga {
    background-position: -176px -66px
}

.flag-small.flag-gb {
    background-position: -192px -66px
}

.flag-small.flag-gd {
    background-position: -208px -66px
}

.flag-small.flag-ge {
    background-position: -224px -66px
}

.flag-small.flag-gg {
    background-position: -240px -66px
}

.flag-small.flag-gh {
    background-position: 0 -82px
}

.flag-small.flag-gi {
    background-position: -16px -82px
}

.flag-small.flag-gl {
    background-position: -32px -82px
}

.flag-small.flag-gm {
    background-position: -48px -82px
}

.flag-small.flag-gn {
    background-position: -64px -82px
}

.flag-small.flag-gq {
    background-position: -80px -82px
}

.flag-small.flag-gr {
    background-position: -96px -82px
}

.flag-small.flag-gs {
    background-position: -112px -82px
}

.flag-small.flag-gt {
    background-position: -128px -82px
}

.flag-small.flag-gu {
    background-position: -144px -82px
}

.flag-small.flag-gw {
    background-position: -160px -82px
}

.flag-small.flag-gy {
    background-position: -176px -82px
}

.flag-small.flag-hk {
    background-position: -192px -82px
}

.flag-small.flag-hn {
    background-position: -208px -82px
}

.flag-small.flag-hr {
    background-position: -224px -82px
}

.flag-small.flag-ht {
    background-position: -240px -82px
}

.flag-small.flag-hu {
    background-position: 0 -98px
}

.flag-small.flag-ic {
    background-position: -16px -98px
}

.flag-small.flag-id {
    background-position: -32px -98px
}

.flag-small.flag-ie {
    background-position: -48px -98px
}

.flag-small.flag-il {
    background-position: -64px -98px
}

.flag-small.flag-im {
    background-position: -80px -98px
}

.flag-small.flag-in {
    background-position: -96px -98px
}

.flag-small.flag-iq {
    background-position: -112px -98px
}

.flag-small.flag-ir {
    background-position: -128px -98px
}

.flag-small.flag-is {
    background-position: -144px -98px
}

.flag-small.flag-it {
    background-position: -160px -98px
}

.flag-small.flag-je {
    background-position: -176px -98px
}

.flag-small.flag-jm {
    background-position: -192px -98px
}

.flag-small.flag-jo {
    background-position: -208px -98px
}

.flag-small.flag-jp {
    background-position: -224px -98px
}

.flag-small.flag-ke {
    background-position: -240px -98px
}

.flag-small.flag-kg {
    background-position: 0 -114px
}

.flag-small.flag-kh {
    background-position: -16px -114px
}

.flag-small.flag-ki {
    background-position: -32px -114px
}

.flag-small.flag-km {
    background-position: -48px -114px
}

.flag-small.flag-kn {
    background-position: -64px -114px
}

.flag-small.flag-kp {
    background-position: -80px -114px
}

.flag-small.flag-kr {
    background-position: -96px -114px
}

.flag-small.flag-kw {
    background-position: -112px -114px
}

.flag-small.flag-ky {
    background-position: -128px -114px
}

.flag-small.flag-kz {
    background-position: -144px -114px
}

.flag-small.flag-la {
    background-position: -160px -114px
}

.flag-small.flag-lb {
    background-position: -176px -114px
}

.flag-small.flag-lc {
    background-position: -192px -114px
}

.flag-small.flag-li {
    background-position: -208px -114px
}

.flag-small.flag-lk {
    background-position: -224px -114px
}

.flag-small.flag-lr {
    background-position: -240px -114px
}

.flag-small.flag-ls {
    background-position: 0 -130px
}

.flag-small.flag-lt {
    background-position: -16px -130px
}

.flag-small.flag-lu {
    background-position: -32px -130px
}

.flag-small.flag-lv {
    background-position: -48px -130px
}

.flag-small.flag-ly {
    background-position: -64px -130px
}

.flag-small.flag-ma {
    background-position: -80px -130px
}

.flag-small.flag-mc {
    background-position: -96px -130px
}

.flag-small.flag-md {
    background-position: -112px -130px
}

.flag-small.flag-me {
    background-position: -128px -130px
}

.flag-small.flag-mf {
    background-position: -144px -130px
}

.flag-small.flag-mg {
    background-position: -160px -130px
}

.flag-small.flag-mh {
    background-position: -176px -130px
}

.flag-small.flag-mk {
    background-position: -192px -130px
}

.flag-small.flag-ml {
    background-position: -208px -130px
}

.flag-small.flag-mm {
    background-position: -224px -130px
}

.flag-small.flag-mn {
    background-position: -240px -130px
}

.flag-small.flag-mo {
    background-position: 0 -146px
}

.flag-small.flag-mp {
    background-position: -16px -146px
}

.flag-small.flag-mq {
    background-position: -32px -146px
}

.flag-small.flag-mr {
    background-position: -48px -146px
}

.flag-small.flag-ms {
    background-position: -64px -146px
}

.flag-small.flag-mt {
    background-position: -80px -146px
}

.flag-small.flag-mu {
    background-position: -96px -146px
}

.flag-small.flag-mv {
    background-position: -112px -146px
}

.flag-small.flag-mw {
    background-position: -128px -146px
}

.flag-small.flag-mx {
    background-position: -144px -146px
}

.flag-small.flag-my {
    background-position: -160px -146px
}

.flag-small.flag-mz {
    background-position: -176px -146px
}

.flag-small.flag-na {
    background-position: -192px -146px
}

.flag-small.flag-nc {
    background-position: -208px -146px
}

.flag-small.flag-ne {
    background-position: -224px -146px
}

.flag-small.flag-nf {
    background-position: -240px -146px
}

.flag-small.flag-ng {
    background-position: 0 -162px
}

.flag-small.flag-ni {
    background-position: -16px -162px
}

.flag-small.flag-nl {
    background-position: -32px -162px
}

.flag-small.flag-no {
    background-position: -48px -162px
}

.flag-small.flag-np {
    background-position: -64px -162px
}

.flag-small.flag-nr {
    background-position: -80px -162px
}

.flag-small.flag-nu {
    background-position: -96px -162px
}

.flag-small.flag-nz {
    background-position: -112px -162px
}

.flag-small.flag-om {
    background-position: -128px -162px
}

.flag-small.flag-pa {
    background-position: -144px -162px
}

.flag-small.flag-pe {
    background-position: -160px -162px
}

.flag-small.flag-pf {
    background-position: -176px -162px
}

.flag-small.flag-pg {
    background-position: -192px -162px
}

.flag-small.flag-ph {
    background-position: -208px -162px
}

.flag-small.flag-pk {
    background-position: -224px -162px
}

.flag-small.flag-pl {
    background-position: -240px -162px
}

.flag-small.flag-pn {
    background-position: 0 -178px
}

.flag-small.flag-pr {
    background-position: -16px -178px
}

.flag-small.flag-ps {
    background-position: -32px -178px
}

.flag-small.flag-pt {
    background-position: -48px -178px
}

.flag-small.flag-pw {
    background-position: -64px -178px
}

.flag-small.flag-py {
    background-position: -80px -178px
}

.flag-small.flag-qa {
    background-position: -96px -178px
}

.flag-small.flag-ro {
    background-position: -112px -178px
}

.flag-small.flag-rs {
    background-position: -128px -178px
}

.flag-small.flag-ru {
    background-position: -144px -178px
}

.flag-small.flag-rw {
    background-position: -160px -178px
}

.flag-small.flag-sa {
    background-position: -176px -178px
}

.flag-small.flag-sb {
    background-position: -192px -178px
}

.flag-small.flag-sc {
    background-position: -208px -178px
}

.flag-small.flag-sd {
    background-position: -224px -178px
}

.flag-small.flag-se {
    background-position: -240px -178px
}

.flag-small.flag-sg {
    background-position: 0 -194px
}

.flag-small.flag-sh {
    background-position: -16px -194px
}

.flag-small.flag-si {
    background-position: -32px -194px
}

.flag-small.flag-sk {
    background-position: -48px -194px
}

.flag-small.flag-sl {
    background-position: -64px -194px
}

.flag-small.flag-sm {
    background-position: -80px -194px
}

.flag-small.flag-sn {
    background-position: -96px -194px
}

.flag-small.flag-so {
    background-position: -112px -194px
}

.flag-small.flag-sr {
    background-position: -128px -194px
}

.flag-small.flag-ss {
    background-position: -144px -194px
}

.flag-small.flag-st {
    background-position: -160px -194px
}

.flag-small.flag-sv {
    background-position: -176px -194px
}

.flag-small.flag-sy {
    background-position: -192px -194px
}

.flag-small.flag-sz {
    background-position: -208px -194px
}

.flag-small.flag-tc {
    background-position: -224px -194px
}

.flag-small.flag-td {
    background-position: -240px -194px
}

.flag-small.flag-tf {
    background-position: 0 -210px
}

.flag-small.flag-tg {
    background-position: -16px -210px
}

.flag-small.flag-th {
    background-position: -32px -210px
}

.flag-small.flag-tj {
    background-position: -48px -210px
}

.flag-small.flag-tk {
    background-position: -64px -210px
}

.flag-small.flag-tl {
    background-position: -80px -210px
}

.flag-small.flag-tm {
    background-position: -96px -210px
}

.flag-small.flag-tn {
    background-position: -112px -210px
}

.flag-small.flag-to {
    background-position: -128px -210px
}

.flag-small.flag-tr {
    background-position: -144px -210px
}

.flag-small.flag-tt {
    background-position: -160px -210px
}

.flag-small.flag-tv {
    background-position: -176px -210px
}

.flag-small.flag-tw {
    background-position: -192px -210px
}

.flag-small.flag-tz {
    background-position: -208px -210px
}

.flag-small.flag-ua {
    background-position: -224px -210px
}

.flag-small.flag-ug {
    background-position: -240px -210px
}

.flag-small.flag-us {
    background-position: 0 -226px
}

.flag-small.flag-uy {
    background-position: -16px -226px
}

.flag-small.flag-uz {
    background-position: -32px -226px
}

.flag-small.flag-va {
    background-position: -48px -226px
}

.flag-small.flag-vc {
    background-position: -64px -226px
}

.flag-small.flag-ve {
    background-position: -80px -226px
}

.flag-small.flag-vg {
    background-position: -96px -226px
}

.flag-small.flag-vi {
    background-position: -112px -226px
}

.flag-small.flag-vn {
    background-position: -128px -226px
}

.flag-small.flag-vu {
    background-position: -144px -226px
}

.flag-small.flag-wf {
    background-position: -160px -226px
}

.flag-small.flag-ws {
    background-position: -176px -226px
}

.flag-small.flag-ye {
    background-position: -192px -226px
}

.flag-small.flag-yt {
    background-position: -208px -226px
}

.flag-small.flag-za {
    background-position: -224px -226px
}

.flag-small.flag-zm {
    background-position: -240px -226px
}

.flag-small.flag-zw {
    background-position: 0 -242px
}

.flag-small.flag-none {
    background-position: -16px -242px
}

.flag {
    display: inline;
    *zoom: 1;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-image: url(../../../v3/img/flags/flat/flags-32.png);
    background-position: 0 0;
    background-repeat: no-repeat
}

.flag.flag-ad {
    background-position: 0 0
}

.flag.flag-ae {
    background-position: -32px 0
}

.flag.flag-af {
    background-position: -64px 0
}

.flag.flag-ag {
    background-position: -96px 0
}

.flag.flag-ai {
    background-position: -128px 0
}

.flag.flag-al {
    background-position: -160px 0
}

.flag.flag-am {
    background-position: -192px 0
}

.flag.flag-an {
    background-position: -224px 0
}

.flag.flag-ao {
    background-position: -256px 0
}

.flag.flag-aq {
    background-position: -288px 0
}

.flag.flag-ar {
    background-position: -320px 0
}

.flag.flag-as {
    background-position: -352px 0
}

.flag.flag-at {
    background-position: -384px 0
}

.flag.flag-au {
    background-position: -416px 0
}

.flag.flag-aw {
    background-position: -448px 0
}

.flag.flag-ax {
    background-position: -480px 0
}

.flag.flag-az {
    background-position: 0 -32px
}

.flag.flag-ba {
    background-position: -32px -32px
}

.flag.flag-bb {
    background-position: -64px -32px
}

.flag.flag-bd {
    background-position: -96px -32px
}

.flag.flag-be {
    background-position: -128px -32px
}

.flag.flag-bf {
    background-position: -160px -32px
}

.flag.flag-bg {
    background-position: -192px -32px
}

.flag.flag-bh {
    background-position: -224px -32px
}

.flag.flag-bi {
    background-position: -256px -32px
}

.flag.flag-bj {
    background-position: -288px -32px
}

.flag.flag-bl {
    background-position: -320px -32px
}

.flag.flag-bm {
    background-position: -352px -32px
}

.flag.flag-bn {
    background-position: -384px -32px
}

.flag.flag-bo {
    background-position: -416px -32px
}

.flag.flag-br {
    background-position: -448px -32px
}

.flag.flag-bs {
    background-position: -480px -32px
}

.flag.flag-bt {
    background-position: 0 -64px
}

.flag.flag-bw {
    background-position: -32px -64px
}

.flag.flag-by {
    background-position: -64px -64px
}

.flag.flag-bz {
    background-position: -96px -64px
}

.flag.flag-ca {
    background-position: -128px -64px
}

.flag.flag-cc {
    background-position: -160px -64px
}

.flag.flag-cd {
    background-position: -192px -64px
}

.flag.flag-cf {
    background-position: -224px -64px
}

.flag.flag-cg {
    background-position: -256px -64px
}

.flag.flag-ch {
    background-position: -288px -64px
}

.flag.flag-ci {
    background-position: -320px -64px
}

.flag.flag-ck {
    background-position: -352px -64px
}

.flag.flag-cl {
    background-position: -384px -64px
}

.flag.flag-cm {
    background-position: -416px -64px
}

.flag.flag-cn {
    background-position: -448px -64px
}

.flag.flag-co {
    background-position: -480px -64px
}

.flag.flag-cr {
    background-position: 0 -96px
}

.flag.flag-cu {
    background-position: -32px -96px
}

.flag.flag-cv {
    background-position: -64px -96px
}

.flag.flag-cw {
    background-position: -96px -96px
}

.flag.flag-cx {
    background-position: -128px -96px
}

.flag.flag-cy {
    background-position: -160px -96px
}

.flag.flag-cz {
    background-position: -192px -96px
}

.flag.flag-de {
    background-position: -224px -96px
}

.flag.flag-dj {
    background-position: -256px -96px
}

.flag.flag-dk {
    background-position: -288px -96px
}

.flag.flag-dm {
    background-position: -320px -96px
}

.flag.flag-do {
    background-position: -352px -96px
}

.flag.flag-dz {
    background-position: -384px -96px
}

.flag.flag-ec {
    background-position: -416px -96px
}

.flag.flag-ee {
    background-position: -448px -96px
}

.flag.flag-eg {
    background-position: -480px -96px
}

.flag.flag-eh {
    background-position: 0 -128px
}

.flag.flag-er {
    background-position: -32px -128px
}

.flag.flag-es {
    background-position: -64px -128px
}

.flag.flag-et {
    background-position: -96px -128px
}

.flag.flag-eu {
    background-position: -128px -128px
}

.flag.flag-fi {
    background-position: -160px -128px
}

.flag.flag-fj {
    background-position: -192px -128px
}

.flag.flag-fk {
    background-position: -224px -128px
}

.flag.flag-fm {
    background-position: -256px -128px
}

.flag.flag-fo {
    background-position: -288px -128px
}

.flag.flag-fr {
    background-position: -320px -128px
}

.flag.flag-ga {
    background-position: -352px -128px
}

.flag.flag-gb {
    background-position: -384px -128px
}

.flag.flag-gd {
    background-position: -416px -128px
}

.flag.flag-ge {
    background-position: -448px -128px
}

.flag.flag-gg {
    background-position: -480px -128px
}

.flag.flag-gh {
    background-position: 0 -160px
}

.flag.flag-gi {
    background-position: -32px -160px
}

.flag.flag-gl {
    background-position: -64px -160px
}

.flag.flag-gm {
    background-position: -96px -160px
}

.flag.flag-gn {
    background-position: -128px -160px
}

.flag.flag-gq {
    background-position: -160px -160px
}

.flag.flag-gr {
    background-position: -192px -160px
}

.flag.flag-gs {
    background-position: -224px -160px
}

.flag.flag-gt {
    background-position: -256px -160px
}

.flag.flag-gu {
    background-position: -288px -160px
}

.flag.flag-gw {
    background-position: -320px -160px
}

.flag.flag-gy {
    background-position: -352px -160px
}

.flag.flag-hk {
    background-position: -384px -160px
}

.flag.flag-hn {
    background-position: -416px -160px
}

.flag.flag-hr {
    background-position: -448px -160px
}

.flag.flag-ht {
    background-position: -480px -160px
}

.flag.flag-hu {
    background-position: 0 -192px
}

.flag.flag-ic {
    background-position: -32px -192px
}

.flag.flag-id {
    background-position: -64px -192px
}

.flag.flag-ie {
    background-position: -96px -192px
}

.flag.flag-il {
    background-position: -128px -192px
}

.flag.flag-im {
    background-position: -160px -192px
}

.flag.flag-in {
    background-position: -192px -192px
}

.flag.flag-iq {
    background-position: -224px -192px
}

.flag.flag-ir {
    background-position: -256px -192px
}

.flag.flag-is {
    background-position: -288px -192px
}

.flag.flag-it {
    background-position: -320px -192px
}

.flag.flag-je {
    background-position: -352px -192px
}

.flag.flag-jm {
    background-position: -384px -192px
}

.flag.flag-jo {
    background-position: -416px -192px
}

.flag.flag-jp {
    background-position: -448px -192px
}

.flag.flag-ke {
    background-position: -480px -192px
}

.flag.flag-kg {
    background-position: 0 -224px
}

.flag.flag-kh {
    background-position: -32px -224px
}

.flag.flag-ki {
    background-position: -64px -224px
}

.flag.flag-km {
    background-position: -96px -224px
}

.flag.flag-kn {
    background-position: -128px -224px
}

.flag.flag-kp {
    background-position: -160px -224px
}

.flag.flag-kr {
    background-position: -192px -224px
}

.flag.flag-kw {
    background-position: -224px -224px
}

.flag.flag-ky {
    background-position: -256px -224px
}

.flag.flag-kz {
    background-position: -288px -224px
}

.flag.flag-la {
    background-position: -320px -224px
}

.flag.flag-lb {
    background-position: -352px -224px
}

.flag.flag-lc {
    background-position: -384px -224px
}

.flag.flag-li {
    background-position: -416px -224px
}

.flag.flag-lk {
    background-position: -448px -224px
}

.flag.flag-lr {
    background-position: -480px -224px
}

.flag.flag-ls {
    background-position: 0 -256px
}

.flag.flag-lt {
    background-position: -32px -256px
}

.flag.flag-lu {
    background-position: -64px -256px
}

.flag.flag-lv {
    background-position: -96px -256px
}

.flag.flag-ly {
    background-position: -128px -256px
}

.flag.flag-ma {
    background-position: -160px -256px
}

.flag.flag-mc {
    background-position: -192px -256px
}

.flag.flag-md {
    background-position: -224px -256px
}

.flag.flag-me {
    background-position: -256px -256px
}

.flag.flag-mf {
    background-position: -288px -256px
}

.flag.flag-mg {
    background-position: -320px -256px
}

.flag.flag-mh {
    background-position: -352px -256px
}

.flag.flag-mk {
    background-position: -384px -256px
}

.flag.flag-ml {
    background-position: -416px -256px
}

.flag.flag-mm {
    background-position: -448px -256px
}

.flag.flag-mn {
    background-position: -480px -256px
}

.flag.flag-mo {
    background-position: 0 -288px
}

.flag.flag-mp {
    background-position: -32px -288px
}

.flag.flag-mq {
    background-position: -64px -288px
}

.flag.flag-mr {
    background-position: -96px -288px
}

.flag.flag-ms {
    background-position: -128px -288px
}

.flag.flag-mt {
    background-position: -160px -288px
}

.flag.flag-mu {
    background-position: -192px -288px
}

.flag.flag-mv {
    background-position: -224px -288px
}

.flag.flag-mw {
    background-position: -256px -288px
}

.flag.flag-mx {
    background-position: -288px -288px
}

.flag.flag-my {
    background-position: -320px -288px
}

.flag.flag-mz {
    background-position: -352px -288px
}

.flag.flag-na {
    background-position: -384px -288px
}

.flag.flag-nc {
    background-position: -416px -288px
}

.flag.flag-ne {
    background-position: -448px -288px
}

.flag.flag-nf {
    background-position: -480px -288px
}

.flag.flag-ng {
    background-position: 0 -320px
}

.flag.flag-ni {
    background-position: -32px -320px
}

.flag.flag-nl {
    background-position: -64px -320px
}

.flag.flag-no {
    background-position: -96px -320px
}

.flag.flag-np {
    background-position: -128px -320px
}

.flag.flag-nr {
    background-position: -160px -320px
}

.flag.flag-nu {
    background-position: -192px -320px
}

.flag.flag-nz {
    background-position: -224px -320px
}

.flag.flag-om {
    background-position: -256px -320px
}

.flag.flag-pa {
    background-position: -288px -320px
}

.flag.flag-pe {
    background-position: -320px -320px
}

.flag.flag-pf {
    background-position: -352px -320px
}

.flag.flag-pg {
    background-position: -384px -320px
}

.flag.flag-ph {
    background-position: -416px -320px
}

.flag.flag-pk {
    background-position: -448px -320px
}

.flag.flag-pl {
    background-position: -480px -320px
}

.flag.flag-pn {
    background-position: 0 -352px
}

.flag.flag-pr {
    background-position: -32px -352px
}

.flag.flag-ps {
    background-position: -64px -352px
}

.flag.flag-pt {
    background-position: -96px -352px
}

.flag.flag-pw {
    background-position: -128px -352px
}

.flag.flag-py {
    background-position: -160px -352px
}

.flag.flag-qa {
    background-position: -192px -352px
}

.flag.flag-ro {
    background-position: -224px -352px
}

.flag.flag-rs {
    background-position: -256px -352px
}

.flag.flag-ru {
    background-position: -288px -352px
}

.flag.flag-rw {
    background-position: -320px -352px
}

.flag.flag-sa {
    background-position: -352px -352px
}

.flag.flag-sb {
    background-position: -384px -352px
}

.flag.flag-sc {
    background-position: -416px -352px
}

.flag.flag-sd {
    background-position: -448px -352px
}

.flag.flag-se {
    background-position: -480px -352px
}

.flag.flag-sg {
    background-position: 0 -384px
}

.flag.flag-sh {
    background-position: -32px -384px
}

.flag.flag-si {
    background-position: -64px -384px
}

.flag.flag-sk {
    background-position: -96px -384px
}

.flag.flag-sl {
    background-position: -128px -384px
}

.flag.flag-sm {
    background-position: -160px -384px
}

.flag.flag-sn {
    background-position: -192px -384px
}

.flag.flag-so {
    background-position: -224px -384px
}

.flag.flag-sr {
    background-position: -256px -384px
}

.flag.flag-ss {
    background-position: -288px -384px
}

.flag.flag-st {
    background-position: -320px -384px
}

.flag.flag-sv {
    background-position: -352px -384px
}

.flag.flag-sy {
    background-position: -384px -384px
}

.flag.flag-sz {
    background-position: -416px -384px
}

.flag.flag-tc {
    background-position: -448px -384px
}

.flag.flag-td {
    background-position: -480px -384px
}

.flag.flag-tf {
    background-position: 0 -416px
}

.flag.flag-tg {
    background-position: -32px -416px
}

.flag.flag-th {
    background-position: -64px -416px
}

.flag.flag-tj {
    background-position: -96px -416px
}

.flag.flag-tk {
    background-position: -128px -416px
}

.flag.flag-tl {
    background-position: -160px -416px
}

.flag.flag-tm {
    background-position: -192px -416px
}

.flag.flag-tn {
    background-position: -224px -416px
}

.flag.flag-to {
    background-position: -256px -416px
}

.flag.flag-tr {
    background-position: -288px -416px
}

.flag.flag-tt {
    background-position: -320px -416px
}

.flag.flag-tv {
    background-position: -352px -416px
}

.flag.flag-tw {
    background-position: -384px -416px
}

.flag.flag-tz {
    background-position: -416px -416px
}

.flag.flag-ua {
    background-position: -448px -416px
}

.flag.flag-ug {
    background-position: -480px -416px
}

.flag.flag-us {
    background-position: 0 -448px
}

.flag.flag-uy {
    background-position: -32px -448px
}

.flag.flag-uz {
    background-position: -64px -448px
}

.flag.flag-va {
    background-position: -96px -448px
}

.flag.flag-vc {
    background-position: -128px -448px
}

.flag.flag-ve {
    background-position: -160px -448px
}

.flag.flag-vg {
    background-position: -192px -448px
}

.flag.flag-vi {
    background-position: -224px -448px
}

.flag.flag-vn {
    background-position: -256px -448px
}

.flag.flag-vu {
    background-position: -288px -448px
}

.flag.flag-wf {
    background-position: -320px -448px
}

.flag.flag-ws {
    background-position: -352px -448px
}

.flag.flag-ye {
    background-position: -384px -448px
}

.flag.flag-yt {
    background-position: -416px -448px
}

.flag.flag-za {
    background-position: -448px -448px
}

.flag.flag-zm {
    background-position: -480px -448px
}

.flag.flag-zw {
    background-position: 0 -480px
}

.flag.flag-none {
    background-position: -32px -480px
}

.flag.flag-vspacer {
    background: 0 0;
    width: 0
}

.ui-dialog {
    border: 1px solid #000
}

.ui-dialog .ui-dialog-titlebar {
    background: #de2600;
    border: 1px solid #000
}

::-moz-selection {
    background: #de2600;
    color: #fff;
    text-shadow: none
}

::-moz-selection,
::selection {
    background: #de2600;
    color: #fff;
    text-shadow: none
}

ul {
    margin: 0 0 3px;
    list-style-type: none
}

p {
    margin: 0 0 3px
}

h1 {
    margin: 10px 0
}

h2 {
    margin: 8px 0
}

h3 {
    margin: 6px 0
}

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

h4 {
    margin: 4px 0
}

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

h5 {
    margin: 10px 0 0
}

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

.btn {
    margin: 0 2px 4px 0;
    border-width: 1px;
    -webkit-transition: background ease .2s, border ease .2s, -webkit-box-shadow ease .2s;
    transition: background ease .2s, border ease .2s, -webkit-box-shadow ease .2s;
    -o-transition: box-shadow ease .2s, background ease .2s, border ease .2s;
    -moz-transition: box-shadow ease .2s, background ease .2s, border ease .2s, -moz-box-shadow ease .2s;
    transition: box-shadow ease .2s, background ease .2s, border ease .2s;
    transition: box-shadow ease .2s, background ease .2s, border ease .2s, -webkit-box-shadow ease .2s, -moz-box-shadow ease .2s
}

.btn.text-danger {
    color: #de2600
}

.btn.active .text-danger,
.btn.active.text-danger,
.btn:active .text-danger,
.btn:active.text-danger,
.btn:hover .text-danger,
.btn:hover.text-danger {
    color: #fff
}

.btn.btn-link {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn.btn-xs {
    border-bottom-width: 1px;
    padding-bottom: 1px
}

.btn.btn-lg {
    font-size: 15px;
    padding-bottom: 10px
}

.btn.light-label {
    font-weight: 400
}

.btn.wrap {
    white-space: normal
}

.btn-group .btn {
    margin-right: 0
}

.btn-group .btn:last-child {
    margin-right: 2px
}

a {
    text-decoration: underline;
    background-color: transparent;
    cursor: pointer
}

a.hg {
    color: #de2600;
    font-weight: 700
}

a.hg:hover {
    color: #de2600
}

a.nu {
    text-decoration: none
}

a.nu:hover {
    text-decoration: underline
}

.btn a,
a.btn {
    text-decoration: none
}

.text-disabled {
    color: #555
}

.normal-weight {
    font-weight: 400
}

.bg-title {
    margin: 10px 0;
    padding: 2px 8px;
    border: 1px solid #000;
    overflow: hidden;
    line-height: 1.5;
    font-weight: 400
}

.bg-title .text-danger {
    float: right;
    padding: 1px;
    font-size: 13px
}

.bg-title .right-note {
    float: right;
    font-size: 14px;
    font-weight: 400;
    font-style: italic
}

.bg-title.black,
.bg-title.grey-dark {
    font-weight: 700;
    background: #000;
    color: #fff
}

.bg-title.black a,
.bg-title.black a:visited,
.bg-title.black small,
.bg-title.grey-dark a,
.bg-title.grey-dark a:visited,
.bg-title.grey-dark small {
    color: #fff
}

.bg-title.black a:hover,
.bg-title.grey-dark a:hover {
    color: #de2600
}

.bg-title.grey-dark {
    background: #333;
    color: #fff
}

.bg-title.grey {
    background: #d9d9d9;
    border-color: #d9d9d9;
    color: #333
}

.bg-title.top {
    margin-top: 0
}

.bg-title.no-border {
    border: 0
}

.icon {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(../data/icons-sprite.png);
    background-image: linear-gradient(transparent, transparent), url(icons-sprite.svg)
}

.btn-sm .icon,
.btn-xs .icon {
    vertical-align: bottom
}

.icon.red-bg {
    border-style: solid;
    border-color: #de2600;
    background-color: #de2600
}

a.icon.red-bg:hover {
    border-color: #de2600;
    background-color: #de2600
}

.icon.black-bg {
    border-style: solid;
    border-color: #000;
    background-color: #000
}

.icon.logo-bg {
    border-style: solid;
    border-color: #000;
    background-color: #000
}

a.icon.black-bg:hover {
    border-color: #de2600;
    background-color: #de2600
}

.icon.twitter-w {
    width: 19px;
    height: 16px
}

.icon.twitter-w.red-bg {
    width: 24px;
    height: 24px;
    border-width: 4px 3px
}

.icon.rss-w {
    width: 16px;
    height: 16px;
    background-position: -19px 0
}

.icon.rss-w.red-bg {
    width: 24px;
    height: 24px;
    border-width: 4px 5px
}

.icon.feed {
    width: 16px;
    height: 16px;
    background-position: -18px 0
}

.icon.feed.red,
.icon.feed:hover {
    background-position: -33px 0
}

.icon.feed.no-hover:hover {
    background-position: -18px 0
}

.active .icon.feed.black-hover,
.btn:hover .icon.feed.black-hover,
.icon.feed.black,
.icon.feed.black-hover:hover {
    background-position: -929px -40px
}

.icon.change-layout {
    width: 24px;
    height: 24px;
    background-position: -169px 0
}

.icon.change-layout.red-bg {
    border-width: 4px 3px
}

.icon.change-layout.black-bg {
    border: 0;
    margin: 8px;
    background-position: -96px -40px
}

.icon.change-layout.black-bg:hover {
    background-position: -120px -40px;
    background-color: #000
}

.icon.messages {
    width: 24px;
    height: 24px;
    background-position: -187px 2px;
    border-width: 3px
}

.icon.messages.opened {
    background-color: #222;
    border-color: #222
}

.icon.messages.black-bg {
    width: 32px;
    height: 32px;
    margin: 3px;
    border-width: 4px;
    background-position: -168px -40px
}

.icon.messages.black-bg.opened {
    background-color: #de2600;
    border-color: #de2600
}

.icon.user {
    width: 16px;
    height: 16px;
    background-position: -2015px 0
}

.icon.user.white {
    background-position: -237px 0
}

.icon.user.red,
.icon.user:hover {
    background-position: -221px 0
}

.icon.user.black-bg,
.icon.user.logo-bg {
    width: 32px;
    height: 32px;
    margin: 3px;
    border-width: 4px;
    background-position: -144px -40px
}

.icon.world {
    width: 16px;
    height: 16px;
    background-position: -253px 0
}

.icon.search-small {
    width: 16px;
    height: 16px;
    background-position: -269px 0
}

.icon.search-small.gray {
    background-position: -710px -40px
}

.btn:hover>.icon.search-small.gray,
.icon.search-small.gray:hover {
    background-position: -694px -40px
}

.icon.search-small.white {
    background-position: -694px -40px
}

.icon.feed.small,
.icon.subscribe-feed {
    width: 11px;
    height: 11px;
    background-position: -286px 0
}

.icon.votes-subs {
    width: 14px;
    height: 16px;
    background-position: -298px 0
}

.icon.votes-subs.red,
.icon.votes-subs:hover {
    background-position: -312px 0
}

.icon.votes-subs.no-hover:hover {
    background-position: -298px 0
}

.icon.cog {
    width: 14px;
    height: 16px;
    background-position: -326px 0
}

.btn:hover>.icon.cog,
.icon.cog.red,
.icon.cog:hover {
    background-position: -341px 0
}

.btn:hover>.icon.cog.white.no-hover,
.icon.cog.white {
    background-position: -326px 0
}

.btn:hover>.icon.cog.black.no-hover,
.icon.cog.black {
    background-position: -825px 0
}

.icon.cog-big {
    width: 18px;
    height: 18px;
    background-position: -726px -40px
}

.btn:hover>.icon.cog-big,
.icon.cog-big.red,
.icon.cog-big:hover {
    background-position: -744px -40px
}

.btn:hover .icon.cog-big.no-hover,
.icon.cog-big.no-hover:hover {
    background-position: -726px -40px
}

.icon.cog-big.white {
    background-position: -762px -40px
}

.icon.signout {
    width: 14px;
    height: 16px;
    background-position: -356px 0
}

.icon.signout.red,
.icon.signout:hover {
    background-position: -371px 0
}

.icon.comments-small {
    width: 22px;
    height: 16px;
    background-position: -387px 0
}

.btn.active .icon.comments-small,
.btn:hover .icon.comments-small,
.icon.comments-small:hover {
    background-position: -410px 0
}

.icon.download {
    width: 18px;
    height: 16px;
    background-position: -433px 0
}

.btn.active .icon.download,
.btn:hover .icon.download,
.icon.download:hover {
    background-position: -452px 0
}

.icon.report {
    width: 16px;
    height: 16px;
    background-position: -471px 0
}

.btn.active .icon.report,
.btn:hover .icon.report,
.icon.report:hover {
    background-position: -488px 0
}

.btn.active .icon.report.no-hover,
.btn:hover .icon.report.no-hover,
.icon.report .no-hover:hover {
    background-position: -471px 0
}

.icon.favorites-add {
    width: 16px;
    height: 16px;
    background-position: -505px 0
}

.btn.active .icon.favorites-add,
.btn:hover .icon.favorites-add,
.icon.favorites-add:hover {
    background-position: -522px 0
}

.icon.share-small {
    width: 14px;
    height: 16px;
    background-position: -539px 0
}

.btn.active .icon.share-small,
.btn:hover .icon.share-small,
.icon.share-small:hover {
    background-position: -554px 0
}

.icon.info-circle-b,
.icon.info-circle-g,
.icon.info-circle-gl,
.icon.info-circle-r,
.icon.info-circle-w {
    width: 14px;
    height: 14px;
    background-position: -568px -1px;
    vertical-align: text-top
}

.icon.info-circle-r {
    background-position: -581px -1px
}

.icon.info-circle-b {
    background-position: -594px -1px
}

.icon.info-circle-g {
    background-position: -607px -1px
}

.icon.info-circle-gl {
    background-position: -620px -1px
}

.icon.male {
    width: 12px;
    height: 16px;
    background-position: -633px 0
}

.icon.female {
    width: 16px;
    height: 16px;
    background-position: -644px 0
}

.icon.couple {
    width: 18px;
    height: 16px;
    background-position: -659px 0
}

.icon.is-friend {
    width: 16px;
    height: 16px;
    background-position: -678px 0
}

.icon.add-friend {
    width: 16px;
    height: 16px;
    background-position: -694px 0
}

.icon.block-user {
    width: 16px;
    height: 16px;
    background-position: -710px 0
}

.icon.pending-friend-req {
    width: 16px;
    height: 16px;
    background-position: -726px 0
}

.icon.unfriend {
    width: 16px;
    height: 16px;
    background-position: -742px 0
}

.icon.blocked-user {
    width: 18px;
    height: 16px;
    background-position: -758px 0
}

.icon.accept {
    width: 16px;
    height: 16px;
    background-position: -775px 0
}

.icon.refuse {
    width: 16px;
    height: 16px;
    background-position: -791px 0
}

.icon.edit {
    width: 16px;
    height: 16px;
    background-position: -808px 0
}

.icon.create-account {
    width: 16px;
    height: 16px;
    background-position: -694px 0
}

.icon.create-account.white {
    background-position: -839px 0
}

.icon.create-account:hover {
    background-position: -855px 0
}

.icon.user-login {
    width: 16px;
    height: 16px;
    background-position: -872px 0
}

.icon.user-login.white {
    background-position: -888px 0
}

.icon.user-login:hover {
    background-position: -904px 0
}

.icon.linked-accounts-dd {
    width: 16px;
    height: 16px;
    background-position: -920px 0
}

.icon.linked-accounts-dd:hover {
    background-position: -936px 0
}

.icon.feed-subscribed {
    width: 16px;
    height: 16px;
    background-position: -952px 0
}

.icon.feed-subscribed:hover {
    background-position: -968px 0
}

.icon.feed-subscribed.small {
    width: 11px;
    height: 11px;
    background-position: -335px -41px
}

.icon.feed-subscribed.small:hover {
    background-position: -348px -41px
}

.icon.video-preview-on {
    width: 16px;
    height: 16px;
    background-position: -984px 0
}

.icon.video-preview-off {
    width: 16px;
    height: 16px;
    background-position: -1000px 0
}

.icon.theme-light {
    width: 16px;
    height: 16px;
    background-position: -1016px 0
}

.icon.theme-light.red-bg {
    width: 24px;
    height: 24px;
    border-width: 4px
}

.icon.theme-light.red-bg:hover {
    background-position: -1032px 0
}

.icon.theme-dark {
    width: 16px;
    height: 16px;
    background-position: -1032px 0
}

.icon.theme-dark.red-bg {
    width: 24px;
    height: 24px;
    border-width: 4px
}

.icon.theme-dark.red-bg:hover {
    background-position: -1016px 0
}

.icon.playlist {
    width: 16px;
    height: 16px;
    background-position: -506px -40px;
    vertical-align: text-bottom
}

.bg-title.black .icon.playlist,
.bg-title.grey-dark .icon.playlist,
.icon.playlist.white {
    background-position: -522px -40px
}

.icon.uploads {
    width: 16px;
    height: 16px;
    background-position: -538px -40px;
    vertical-align: text-bottom
}

.bg-title.black .icon.uploads,
.bg-title.grey-dark .icon.uploads {
    background-position: -554px -40px
}

.icon.albums {
    width: 16px;
    height: 16px;
    background-position: -570px -40px;
    vertical-align: text-bottom
}

.bg-title.black .icon.albums,
.bg-title.grey-dark .icon.albums {
    background-position: -586px -40px
}

.icon.psvideo {
    width: 16px;
    height: 16px;
    background-position: -602px -40px;
    vertical-align: text-bottom
}

.bg-title.black .icon.psvideo,
.bg-title.grey-dark .icon.psvideo {
    background-position: -618px -40px
}

.icon.achievement {
    width: 17px;
    height: 16px;
    background-position: -782px -40px;
    vertical-align: text-bottom
}

.bg-title.black .icon.achievement,
.bg-title.grey-dark .icon.achievement,
.icon.achievement.white {
    background-position: -802px -40px
}

.icon.rainbow {
    width: 16px;
    height: 16px;
    background-position: -634px -40px;
    vertical-align: text-bottom
}

.icon.shemale {
    width: 14px;
    height: 16px;
    background-position: -650px -40px;
    vertical-align: text-bottom
}

.icon.shemale.white {
    background-position: -664px -40px
}

.icon.straight {
    width: 8px;
    height: 16px;
    background-position: -678px -40px;
    vertical-align: text-bottom
}

.icon.straight.white {
    background-position: -686px -40px
}

.icon.hamburger {
    margin: 8px;
    width: 24px;
    height: 24px;
    background-position: 0 -16px
}

.icon.hamburger:hover {
    background-position: -24px -16px
}

.icon.hamburger.vertical {
    background-position: -48px -16px
}

.icon.hamburger.vertical:hover {
    background-position: -72px -16px
}

.icon.filters {
    margin: 8px;
    width: 24px;
    height: 24px;
    background-position: -96px -16px
}

.icon.filters:hover {
    background-position: -120px -16px
}

.icon.filters.opened {
    background-position: -144px -16px
}

.icon.filters.opened:hover {
    background-position: -168px -16px
}

.icon.user-big {
    width: 24px;
    height: 24px;
    background-position: -216px -16px
}

.icon.user-big:hover {
    background-position: -240px -16px
}

.icon.pencil {
    width: 24px;
    height: 24px;
    background-position: -288px -16px
}

.active .icon.pencil,
.desktop-active .icon.pencil,
.icon.pencil:hover,
a:hover .icon.pencil {
    background-position: -264px -16px
}

.icon.friends {
    width: 24px;
    height: 24px;
    background-position: -336px -16px
}

.active .icon.friends,
.desktop-active .icon.friends,
.icon.friends:hover,
a:hover .icon.friends {
    background-position: -312px -16px
}

.icon.friends .nohover {
    background-position: -336px -16px
}

.icon.video {
    width: 24px;
    height: 24px;
    background-position: -384px -16px
}

.active .icon.video,
.btn:hover .icon.video,
.desktop-active .icon.video,
.icon.video:hover,
a:hover .icon.video {
    background-position: -360px -16px
}

.icon.video .nohover {
    background-position: -384px -16px
}

.icon.picture {
    width: 24px;
    height: 24px;
    background-position: -432px -16px
}

.active .icon.picture,
.desktop-active .icon.picture,
.icon.picture:hover,
a:hover .icon.picture {
    background-position: -408px -16px
}

.icon.favorites {
    width: 24px;
    height: 24px;
    background-position: -480px -16px
}

.active .icon.favorites,
.desktop-active .icon.favorites,
.icon.favorites:hover,
a:hover .icon.favorites {
    background-position: -456px -16px
}

.icon.favorites .nohover {
    background-position: -480px -16px
}

.icon.fans {
    width: 24px;
    height: 24px;
    background-position: -528px -16px
}

.active .icon.fans,
.desktop-active .icon.fans,
.icon.fans:hover,
a:hover .icon.fans {
    background-position: -504px -16px
}

.icon.comments {
    width: 24px;
    height: 24px;
    background-position: -576px -16px
}

.active .icon.comments,
.desktop-active .icon.comments,
.icon.comments:hover,
a:hover .icon.comments {
    background-position: -552px -16px
}

.icon.chat {
    width: 24px;
    height: 24px;
    background-position: -624px -16px
}

.active .icon.chat,
.desktop-active .icon.chat,
.icon.chat:hover,
a:hover .icon.chat {
    background-position: -600px -16px
}

.icon.chat .nohover {
    background-position: -624px -16px
}

.icon.chat-window {
    width: 22px;
    height: 16px;
    background-position: -843px -40px
}

.icon.chat-window.black {
    background-position: -821px -40px
}

.icon.history {
    width: 16px;
    height: 16px;
    background-position: -865px -40px
}

.icon.history.white {
    background-position: -881px -40px
}

.icon.activity {
    width: 24px;
    height: 24px;
    background-position: -672px -16px
}

.active .icon.activity,
.desktop-active .icon.activity,
.icon.activity:hover,
a:hover .icon.activity {
    background-position: -648px -16px
}

.icon.share {
    width: 24px;
    height: 24px;
    background-position: -720px -16px
}

.active .icon.share,
.desktop-active .icon.share,
.icon.share:hover,
a:hover .icon.share {
    background-position: -696px -16px
}

.icon.user-login-big {
    width: 24px;
    height: 24px;
    background-position: -744px -16px
}

.icon.user-login-big:hover {
    background-position: -768px -16px
}

.icon.listing-nb-thumbs {
    width: 20px;
    height: 20px
}

.icon.listing-nb-thumbs.mobile {
    width: 16px;
    background-position: -792px -16px
}

.icon.listing-nb-thumbs.mobile.more {
    background-position: -808px -16px
}

.icon.listing-nb-thumbs.tablet {
    background-position: -824px -16px
}

.icon.listing-nb-thumbs.tablet.more {
    background-position: -844px -16px
}

.icon.listing-nb-thumbs.desktop {
    background-position: -864px -16px
}

.icon.listing-nb-thumbs.desktop.more {
    background-position: -884px -16px
}

.icon.search {
    margin: 8px;
    width: 24px;
    height: 24px;
    background-position: 0 -40px
}

.icon.search:hover {
    background-position: -24px -40px
}

.icon.search.close {
    background-position: -48px -40px
}

.icon.search.close:hover {
    background-position: -72px -40px
}

.icon.arrow-up-big {
    width: 24px;
    height: 24px;
    background-position: -192px -40px
}

.icon.thumb-up {
    width: 15px;
    height: 16px;
    background-position: -49px 0
}

.icon.thumb-up.red,
.icon.thumb-up.white:hover {
    background-position: -64px 0
}

.btn:hover .icon.thumb-up.black.no-hover,
.icon.thumb-up.no-hover:hover {
    background-position: -49px 0
}

.btn:hover .icon.thumb-up.black,
.btn:hover .icon.thumb-up.red,
.btn:hover .icon.thumb-up.white.no-hover,
.icon.thumb-up.white,
.icon.thumb-up.white.no-hover:hover {
    background-position: -94px 0
}

.active .icon.thumb-up.black-hover,
.btn:hover .icon.thumb-up.black-hover,
.icon.thumb-up.black-hover:hover {
    background-position: -49px 0
}

.disabled .icon.thumb-up,
.disabled .icon.thumb-up.white:hover,
.icon.thumb-up.grey,
.icon.thumb-up.white.disabled {
    background-position: -79px 0
}

.icon.thumb-down {
    width: 15px;
    height: 16px;
    background-position: -109px 0
}

.icon.thumb-down.red {
    background-position: -124px 0
}

.btn:hover .icon.thumb-down.black,
.btn:hover .icon.thumb-down.red,
.icon.thumb-down.white {
    background-position: -154px 0
}

.icon.thumb-down.white:hover {
    background-position: -124px 0
}

.active .icon.thumb-down.black-hover,
.btn:hover .icon.thumb-down.black-hover,
.icon.thumb-down.black-hover:hover {
    background-position: -109px 0
}

.disabled .icon.thumb-down,
.disabled .icon.thumb-down.white:hover,
.icon.thumb-down.grey,
.icon.thumb-down.white.disabled {
    background-position: -139px 0
}

.icon.home {
    background-position: -1001px -18px
}

.icon.home.white {
    background-position: -979px -18px
}

.icon.home:hover {
    background-position: -1023px -18px
}

.icon.star {
    background-position: -898px -42px
}

.icon.star.empty {
    background-position: -914px -42px
}

.icon.star-big {
    background-position: -217px -41px
}

.icon.star-big.empty {
    background-position: -241px -41px
}

.icon.premium {
    height: 24px;
    margin: 8px;
    width: 24px;
    background-position: -954px -16px
}

.btn:hover .icon.premium,
.icon.premium:hover {
    background-position: -928px -16px
}

.list-inline .fa-li {
    left: auto;
    top: auto;
    position: static
}

.xv-tabs .tab-buttons {
    float: left;
    margin: 0;
    padding: 6px 0;
    overflow: hidden;
    white-space: nowrap
}

.xv-tabs .tab-buttons li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 5px 0 0;
    padding: 0
}

.xv-tabs .tab-buttons li.mobile-show {
    display: none
}

.xv-tabs .tab-buttons .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    font-size: 13px;
    line-height: 1.6
}

.xv-tabs .tab-buttons .btn .icon {
    vertical-align: text-top
}

.xv-tabs .tab-buttons .btn.active,
.xv-tabs .tab-buttons .btn.desktop-active,
.xv-tabs .tab-buttons .btn:hover {
    color: #fff;
    background: #de2600
}

.xv-tabs .tab-buttons .btn.active .navbadge,
.xv-tabs .tab-buttons .btn.desktop-active .navbadge,
.xv-tabs .tab-buttons .btn:hover .navbadge {
    background: #000
}

.xv-tabs .tabs {
    overflow: hidden;
    zoom: 1;
    clear: both
}

.xv-tabs .tabs .tab {
    display: none;
    overflow: hidden;
    zoom: 1
}

.xv-tabs .tabs .tab.active,
.xv-tabs .tabs .tab.desktop-active {
    display: block
}

.pagination {
    margin: 6px 0;
    overflow: hidden;
    clear: left;
    white-space: nowrap
}

.pagination ul {
    margin: 0;
    padding: 0 0 0 1px;
    vertical-align: middle;
    text-align: center
}

.pagination ul li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 0;
    margin: 0 5px
}

.pagination ul li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 2px;
    padding: 4px 8px;
    text-decoration: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    -moz-transition: all .15s;
    transition: all .15s
}

.pagination ul li a,
.pagination ul li a.no-page:hover {
    background-color: #fff;
    color: #000
}

.pagination ul li a:hover {
    background-color: #555;
    color: #fff
}

.pagination ul li a.active {
    background-color: #555;
    border-color: #555;
    color: #fff;
    cursor: default;
    font-weight: 700;
    padding-left: 8px;
    padding-right: 8px
}

.pagination ul li a.no-page {
    background: 0 0;
    border: 0;
    font-weight: 700;
    text-decoration: underline
}

.pagination ul li a.no-page:hover {
    color: #777;
    text-decoration: none
}

.pagination ul li:last-child {
    margin-right: 0
}

.pagination.center ul {
    text-align: center
}

.pagination.big ul li a {
    font-size: 18px;
    padding: 0 8px
}

.x-popup {
    position: absolute;
    z-index: 290;
    padding: 5px 0
}

.x-popup .x-popup-content {
    background: #222;
    color: #fff;
    padding: 15px 20px;
    overflow-x: hidden;
    overflow-y: auto;
    zoom: 1
}

.x-popup .x-popup-content .text-danger,
.x-popup .x-popup-content .text-success,
.x-popup .x-popup-content a {
    color: #fff
}

.x-popup .x-popup-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.x-popup .x-popup-close {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 7px;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    font-family: sans-serif
}

.x-popup.above {
    margin-bottom: -5px
}

.x-popup.above .x-popup-arrow {
    bottom: 0;
    left: 10px;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #222
}

.x-popup.above.right .x-popup-arrow {
    left: auto;
    right: 3px
}

.x-popup.below {
    margin-top: -5px
}

.x-popup.below .x-popup-arrow {
    top: 0;
    left: 10px;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #222
}

.x-popup.below.right .x-popup-arrow {
    left: auto;
    right: 3px
}

.x-popup.x-popup-white .x-popup-content {
    border: 1px solid #222;
    background: #fff;
    color: #000
}

.x-popup.x-popup-white .x-popup-content a {
    color: #000
}

.x-popup.x-popup-white .x-popup-content .text-danger {
    color: #de2600
}

.x-popup.x-popup-white .x-popup-content .text-success {
    color: #3c763d
}

.x-popup.x-popup-white .x-popup-close {
    color: #000
}

.x-popup.x-popup-white-border.x-popup-white .x-popup-content {
    border-color: #fff
}

.x-popup.x-popup-white-border.above .x-popup-arrow {
    border-top-color: #fff
}

.x-popup.x-popup-white-border.below .x-popup-arrow {
    border-bottom-color: #fff
}

#x-messages,
.x-messages {
    margin: 10px 0 -3px
}

#x-messages .inner,
.x-messages .inner {
    position: relative;
    margin: 4px 0
}

#x-messages .x-message-arrow,
.x-messages .x-message-arrow {
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    top: -7px;
    right: 45px;
    margin-left: -7px;
    border: 0 solid transparent;
    border-width: 0 7px 7px;
    border-bottom-color: #000
}

#x-messages .x-close,
.x-messages .x-close {
    position: absolute;
    right: 6px;
    top: 6px;
    font-weight: 700;
    cursor: pointer;
    font-size: 28px;
    line-height: 18px;
    color: #fff;
    font-family: Monaco, Menlo, Consolas, courier new, monospace
}

#x-messages .x-close:hover,
.x-messages .x-close:hover {
    color: #000
}

#x-messages .x-message,
.x-messages .x-message {
    overflow: hidden;
    padding: 6px 40px 6px 20px;
    font-size: 13px;
    background: #de2600;
    border-bottom: 1px solid #fff;
    color: #fff
}

#x-messages .x-message:last-child,
.x-messages .x-message:last-child {
    border: 0
}

#x-messages .x-message a,
.x-messages .x-message a {
    color: #fff
}

#x-messages .x-message img,
.x-messages .x-message img {
    float: left;
    margin-right: 10px;
    max-height: 60px;
    max-width: 60px
}

#x-messages .x-message .icon,
.x-messages .x-message .icon {
    vertical-align: text-top
}

#x-messages .x-message>:last-child,
.x-messages .x-message>:last-child {
    margin-bottom: 0
}

.bottom-msg {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 13px;
    line-height: 20px
}

.bottom-msg .body {
    max-width: 1280px;
    margin: 0 auto;
    background: #000;
    background: rgba(0, 0, 0, .9);
    color: #fff;
    padding: 8px 20px
}

.bottom-msg .close {
    float: right;
    font-size: 16px;
    font-weight: 700;
    background: #fff;
    color: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer
}

.bottom-msg a {
    color: #fff
}

@media(max-width:480px) {
    .bottom-msg .body {
        padding: 5px 10px;
        font-size: 12px
    }
}

.x-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 250;
    background: #666;
    background: rgba(102, 102, 102, .5);
    white-space: normal
}

.x-overlay .x-body {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 10px 20px;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, .9)
}

.x-overlay .x-body .x-close {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 6px;
    font-weight: 700;
    font-size: 24px;
    line-height: 22px;
    text-shadow: 0 1px 0 #fff
}

.x-overlay .x-body .x-close:hover {
    text-shadow: 0 1px 0 #666
}

.x-overlay .x-body .text-danger,
.x-overlay .x-body .text-success,
.x-overlay .x-body a {
    color: #fff
}

.x-overlay .x-body .form-group .fa.text-success {
    color: #3c763d
}

.x-overlay .x-body .form-group .fa.text-danger {
    color: #de2600
}

.x-overlay.x-overlay-box {
    padding: 0 40px
}

.x-overlay.x-overlay-box .x-body {
    height: auto;
    margin: 0 auto;
    padding: 25px;
    font-size: 14px;
    line-height: 1.5
}

.alert {
    padding-top: 5px;
    padding-bottom: 5px;
    border-width: 0 4px;
    margin-bottom: 1px
}

.alert+:not(.alert) {
    margin-top: 10px
}

.form-error-list {
    padding: 0
}

.form-control {
    color: #222;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

input[type=checkbox],
input[type=radio] {
    margin-top: 0
}

.checkbox .checkbox-error-box {
    position: absolute;
    border: 2px solid #de2600;
    margin-left: -20px
}

.help-block.text-danger {
    color: #de2600
}

.form-horizontal .input-group .fa {
    z-index: 3
}

.form-horizontal .input-pwd-check {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0
}

.form-horizontal .progress-pwd-check {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 4px;
    margin-bottom: 0
}

.form-horizontal .x-popup.form-popup-error.above .x-popup-arrow {
    border-top-color: #de2600
}

.form-horizontal .x-popup.form-popup-error.below .x-popup-arrow {
    border-bottom-color: #de2600
}

.form-horizontal .x-popup.form-popup-error .x-popup-content {
    background: #de2600;
    padding: 2px 8px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .5)
}

.viewer {
    width: 100%;
    margin-bottom: 10px
}

.viewer .viewer-close-button {
    padding: 0;
    margin: 2px 0;
    text-align: right
}

.viewer .viewer-close-button a {
    color: #000;
    text-decoration: none
}

.viewer .viewer-close-button a:hover {
    color: #000;
    text-decoration: underline
}

.viewer .viewer-image-wrapper {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden
}

.viewer .viewer-image-wrapper .viewer-loader {
    position: absolute;
    z-index: 10;
    top: 48%;
    left: 48%;
    border: 2px solid #000
}

.viewer .viewer-image-wrapper .viewer-image {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 9;
    border: 1px solid #000
}

.viewer .viewer-image-wrapper .viewer-image p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 7px;
    margin: 0;
    text-align: left;
    width: 100%;
    z-index: 2;
    background: #fff;
    background: rgba(255, 255, 255, .6);
    color: #000
}

.viewer .viewer-image-wrapper .viewer-image p .position {
    float: right
}

.viewer .viewer-image-wrapper .viewer-next,
.viewer .viewer-image-wrapper .viewer-prev {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 200;
    background: url(../../../v3/img/skins/default/xv-viewer-trans.gif)
}

.viewer .viewer-image-wrapper .viewer-prev {
    left: 0;
    right: auto
}

.viewer .viewer-image-wrapper .viewer-next-image,
.viewer .viewer-image-wrapper .viewer-prev-image {
    background: url(../../../v3/img/skins/default/xv-viewer-arrows.png) left center no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 47%;
    left: 0;
    z-index: 101
}

.viewer .viewer-image-wrapper .viewer-next-image {
    background-position: right center;
    right: 0;
    left: auto
}

.viewer .voteGroup .ratingBarBlock {
    margin-left: 4px
}

.viewer .voteGroup .ratingBar {
    width: 50px
}

.viewer .voteGroup .rating {
    font-size: 14px;
    padding: 3px;
    margin-left: 4px
}

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

#account-chat-private-container {
    margin-top: 10px
}

#account-chat-private-container #account-chat-loading {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    color: #de2600;
    padding: 40px
}

#account-chat-private-container #chat-window {
    position: relative;
    width: 100%;
    right: 0;
    max-width: 900px;
    height: 600px;
    border-bottom: 1px solid #000;
    margin: auto;
    z-index: 110 !important
}

#account-chat-private-container #chat-window.chat-hidden {
    width: 100%;
    height: 600px
}

#account-chat-private-container #chat-window.chat-hidden .chat-title .close {
    display: none
}

#account-chat-private-container #chat-window.chat-hidden .row {
    display: block
}

#account-chat-private-container #chat-window.chat-hidden .chat-title-text {
    display: inline
}

#account-chat-private-container #chat-window .chat-title {
    cursor: auto
}

#account-chat-private-container #chat-window .chat-title .close {
    display: none
}

#account-chat-private-container #chat-window .row {
    top: 30px
}

#account-chat-private-container #chat-window .chat-message-form {
    width: 100%
}

#chat-window.zoom1 {
    font-size: 14px;
    min-width: 30%;
    width: 640px;
    max-width: 100%;
    right: 0
}

#chat-window.zoom1 .chat-users a {
    height: 41px
}

#chat-window.zoom1 .chat-users a.friend_selected {
    height: 44px
}

#chat-window.zoom1 .chat_picture_status {
    width: 40px;
    height: 40px;
    -moz-background-size: 40px;
    -o-background-size: 40px;
    background-size: 40px
}

#chat-window.zoom1 .chat_picture_filter {
    width: 40px;
    height: 40px
}

#chat-window.zoom1 .chat_picture_filter span {
    line-height: 40px
}

#chat-window.zoom1 .chat_status_nb_unread {
    margin-left: 33px
}

#chat-window.zoom1 .chat_status_offline,
#chat-window.zoom1 .chat_status_online {
    margin-top: 26px;
    margin-left: 34px;
    width: 13px;
    height: 13px
}

#chat-window.zoom1 .chat_profile_name {
    height: 40px;
    line-height: 40px;
    margin-left: 43px;
    font-size: 16px
}

#chat-window.zoom1 .chat_profile_name_favorite {
    margin-top: 14px !important
}

#chat-window.zoom1 .chat_profile_favorite {
    margin-left: 43px
}

#chat-window.zoom1 .chat_profile_date {
    height: 13px;
    font-size: 10px
}

#chat-window.zoom1 .chat-header-messages {
    height: 41px
}

#chat-window.zoom1 .chat-header-messages .chat-header-container .chat_profile_name {
    font-size: 18px;
    height: 41px;
    line-height: 41px
}

#chat-window.zoom1 .chat-messages {
    top: 41px
}

#chat-window.zoom2 {
    font-size: 16px;
    min-width: 70%;
    width: 800px;
    max-width: 100%;
    right: 0
}

#chat-window.zoom2 .chat-users a {
    height: 46px
}

#chat-window.zoom2 .chat-users a.friend_selected {
    height: 49px
}

#chat-window.zoom2 .chat_picture_status {
    width: 45px;
    height: 45px;
    -moz-background-size: 45px;
    -o-background-size: 45px;
    background-size: 45px
}

#chat-window.zoom2 .chat_picture_filter {
    width: 45px;
    height: 45px
}

#chat-window.zoom2 .chat_picture_filter span {
    line-height: 45px
}

#chat-window.zoom2 .chat_status_nb_unread {
    margin-left: 38px
}

#chat-window.zoom2 .chat_status_offline,
#chat-window.zoom2 .chat_status_online {
    margin-top: 30px;
    margin-left: 38px;
    width: 14px;
    height: 14px
}

#chat-window.zoom2 .chat_profile_name {
    height: 45px;
    line-height: 45px;
    margin-left: 48px;
    font-size: 17px
}

#chat-window.zoom2 .chat_profile_name_favorite {
    margin-top: 16px !important
}

#chat-window.zoom2 .chat_profile_favorite {
    margin-left: 48px
}

#chat-window.zoom2 .chat_profile_date {
    height: 15px;
    font-size: 11px
}

#chat-window.zoom2 .chat-header-messages {
    height: 46px
}

#chat-window.zoom2 .chat-header-messages .chat-header-container .chat_profile_name {
    font-size: 20px;
    height: 46px;
    line-height: 46px
}

#chat-window.zoom2 .chat-messages {
    top: 46px
}

#chat-window.color1 .chat-body p {
    color: #fff !important
}

#chat-window.color1 .chat-body p.message_left {
    background-color: #de2600 !important
}

#chat-window.color1 .chat-body p.message_right {
    background-color: #000 !important
}

#chat-window.color2 .chat-body p {
    color: #000 !important
}

#chat-window.color2 .chat-body p.message_left {
    background-color: #ecc !important
}

#chat-window.color2 .chat-body p.message_right {
    background-color: #eee !important
}

#chat-window {
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 450px;
    max-width: 80%;
    height: 480px;
    max-height: 100%;
    border: 1px solid #000;
    border-bottom: 0;
    background: #eee;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .75);
    box-shadow: 0 0 10px rgba(0, 0, 0, .75);
    z-index: 300
}

#chat-window .overlay-container {
    overflow: hidden;
    width: 100%;
    height: 100%
}

#chat-window .chat-title {
    cursor: pointer;
    margin: 0;
    padding: 5px 0 5px 5px;
    background: #000;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

#chat-window .chat-title .close {
    float: right;
    padding: 5px 10px;
    margin: -5px 0 -5px 5px;
    font-size: 28px;
    font-weight: 400;
    height: 28px
}

#chat-window .chat-title .close:hover {
    background: #de2600
}

#chat-window .chat-title .close div {
    line-height: 4px
}

#chat-window .chat-title .chat-settings {
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    background-position: -762px -40px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin-top: 1px
}

#chat-window .chat-title .chat-settings:hover {
    background-position: -744px -40px
}

#chat-window .chat-title .chat-icon-home {
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    width: 20px;
    height: 20px
}

#chat-window .chat-title .chat-icon-home .badge {
    float: right;
    padding: 2px 3px;
    font-size: 10px;
    margin-right: 0
}

#chat-window .chat-title span.badge {
    vertical-align: top;
    margin-right: 5px;
    background-color: #de2600
}

#chat-window .chat-title .chat-icon {
    float: left;
    height: 20px;
    width: 22px;
    margin-right: 3px;
    background-position: -577px -19px
}

#chat-window .chat-title .chat-title-text {
    margin-left: 7px
}

#chat-window #chat-settings-list {
    display: none;
    position: absolute;
    top: 29px;
    right: 0;
    background-color: #000;
    color: #fff;
    z-index: 10;
    font-size: 13px;
    padding: 4px
}

#chat-window #chat-settings-list .chat-settings-option {
    height: 22px;
    cursor: pointer
}

#chat-window #chat-settings-list .chat-settings-option:hover {
    color: #de2600
}

#chat-window #chat-settings-list .chat-settings-option.separator {
    border-top: #d9d9d9 1px solid
}

#chat-window #chat-settings-list .chat-settings-option .chat-settings-option-text {
    margin-right: 4px;
    float: left
}

#chat-window #chat-settings-list .chat-settings-option .chat-settings-option-text.color {
    width: 12px;
    height: 12px;
    margin-top: 3px;
    border: #fff 1px solid
}

#chat-window #chat-settings-list .chat-settings-option .chat-settings-option-text.color.color0-left {
    background-color: #555
}

#chat-window #chat-settings-list .chat-settings-option .chat-settings-option-text.color.color0-right {
    background-color: #777
}

#chat-window #chat-settings-list .chat-settings-option .chat-settings-option-text.color.color1-left {
    background-color: #de2600
}

#chat-window #chat-settings-list .chat-settings-option .chat-settings-option-text.color.color1-right {
    background-color: #000
}

#chat-window #chat-settings-list .chat-settings-option .chat-settings-option-text.color.color2-left {
    background-color: #ecc
}

#chat-window #chat-settings-list .chat-settings-option .chat-settings-option-text.color.color2-right {
    background-color: #eee
}

#chat-window #chat-settings-list .chat-settings-option .chat-settings-option-icon {
    width: 14px;
    height: 14px;
    float: right;
    margin-top: 4px
}

#chat-window #chat-settings-list .chat-settings-option .chat-settings-option-checked {
    background-position: -458px -43px
}

#chat-window #chat-settings-list .chat-settings-option .chat-settings-option-unchecked {
    background-position: -475px -43px
}

#chat-window .row {
    position: absolute;
    bottom: 0;
    top: 29px;
    left: 0;
    right: 0;
    margin: 0
}

#chat-window .chat-messenger {
    border-right: 1px solid #000;
    background: #fff;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    padding-left: 0;
    padding-right: 0
}

#chat-window .chat-messenger.chat-home .chat-header-messages {
    display: none
}

#chat-window .chat-messenger.chat-home .chat-messages {
    display: none
}

#chat-window .chat-messenger.chat-home .chat-message-form {
    display: none
}

#chat-window .chat-messenger.chat-home #chat-home {
    display: block
}

#chat-window .chat-header-messages {
    position: absolute;
    top: 0;
    height: 36px;
    width: 100%;
    border-bottom: #000 1px solid
}

#chat-window .chat-header-messages .chat-header-container {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: #eee
}

#chat-window .chat-header-messages .chat-header-container .chat_profile_name {
    font-weight: 700;
    font-size: 16px;
    height: 36px;
    line-height: 36px
}

#chat-window .chat-header-messages .chat-header-container .chat_profile_name .chat_profile_name_favorite {
    margin-top: 11px
}

#chat-window .chat-header-messages .chat-header-container .chat-header-change-fav {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 2px 3px;
    height: 26px;
    background-color: #eee
}

#chat-window .chat-header-messages .chat-header-container .chat_profile_favorite {
    float: left
}

#chat-window .chat-header-messages .chat-header-container .chat_profile_add_favorite {
    width: 22px;
    height: 22px
}

#chat-window #chat-home {
    display: none;
    width: 100%;
    height: 90%;
    padding: 7px;
    background-color: #fff;
    text-align: center
}

#chat-window #chat-home h3 {
    margin-top: 20px
}

#chat-window #chat-home p {
    margin-top: 20px
}

#chat-window .chat-messages {
    position: absolute;
    top: 36px;
    bottom: 48px;
    width: 100%
}

#chat-window .chat-message-form {
    position: absolute;
    bottom: 0;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    width: 100%
}

#chat-window .chat-message-form textarea {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 48px
}

#chat-window .chat-message-form .btn {
    border-top: 0;
    border-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-left: #ccc 1px solid
}

#chat-window #chat-users-lists {
    top: 0;
    position: absolute;
    bottom: 24px;
    right: 0;
    left: 0;
    overflow: auto
}

#chat-window .chat-users a {
    display: block;
    padding: 0;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    text-decoration: none;
    height: 36px
}

#chat-window .chat-users a.friend_selected {
    border: 2px solid #000;
    height: 39px;
    margin-bottom: 0
}

#chat-window .chat-users a.chat_no_friends {
    text-align: center;
    cursor: default
}

#chat-window .chat-users a.chat_back_to_friends {
    text-align: center
}

#chat-window .chat-users a.chat_friend_offline .chat_picture_filter {
    display: block
}

#chat-window .chat-users a.chat_friend_offline .chat_profile_name {
    color: #777 !important
}

#chat-window .chat_picture_status {
    float: left;
    width: 35px;
    height: 35px;
    -moz-background-size: 35px;
    -o-background-size: 35px;
    background-size: 35px
}

#chat-window .chat_picture_filter {
    display: none;
    position: absolute;
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    color: #000;
    line-height: 35px
}

#chat-window .chat_picture_filter span {
    background-color: #d9d9d9
}

#chat-window .chat_status_nb_unread {
    position: relative;
    top: 0;
    height: 16px;
    z-index: 5
}

#chat-window .chat_status_nb_unread .badge {
    float: right;
    padding: 2px 3px;
    min-width: 14px;
    background-color: #de2600
}

#chat-window .chat_status_offline,
#chat-window .chat_status_online {
    margin-top: 22px;
    margin-left: 29px;
    border: #fff 1px solid;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

#chat-window .chat_status_online {
    background-color: #5cb85c
}

#chat-window .chat_status_offline {
    background-color: #777
}

#chat-window .chat_profile_name {
    height: 36px;
    line-height: 36px;
    margin-left: 38px;
    overflow: hidden;
    white-space: nowrap;
    color: #000;
    font-size: 15px
}

#chat-window .chat_profile_name_favorite {
    float: left;
    margin-top: 11px;
    margin-right: 3px;
    width: 14px;
    height: 14px
}

#chat-window .chat_profile_favorite {
    margin-left: 38px
}

#chat-window .chat_profile_date {
    height: 12px;
    margin-left: 39px;
    text-align: right;
    font-size: 9px;
    color: #777;
    font-weight: 700
}

#chat-window .chat_profile_date.not_read {
    color: #f0ad4e
}

#chat-window #chat-users-search {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 28px
}

#chat-window #chat-users-search-close {
    display: none;
    height: 28px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0
}

#chat-window #chat-users-search-input {
    text-align: center;
    position: absolute;
    bottom: 0
}

#chat-window #chat-users-search-input input {
    padding: 2px;
    height: 24px
}

#chat-window #chat-users-search-input button {
    border: 1px solid #ccc;
    margin: 0;
    height: 24px;
    padding: 0 2px
}

#chat-window.chat-hidden {
    width: auto;
    height: auto;
    min-width: 0
}

#chat-window.chat-hidden .chat-icon-home,
#chat-window.chat-hidden .chat-settings,
#chat-window.chat-hidden .chat-title .close,
#chat-window.chat-hidden .chat-title-text,
#chat-window.chat-hidden .row,
#chat-window.chat-hidden .x-overlay {
    display: none
}

#chat-window #chat-side-column {
    padding-left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

#chat-window #chat_prefs_checkbox {
    padding-top: 6px
}

#chat-window #chat_prefs_checkbox #chat_check_notif {
    display: none
}

#chat-window .chat_group_tab_container {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto
}

#chat-window .chat_group_tab_container .div_load_history {
    text-align: center;
    height: 30px;
    line-height: 40px
}

#chat-window .chat_group_tab_container .get_history {
    line-height: 40px;
    text-align: center;
    cursor: pointer
}

#chat-window .chat_group_tab_container .get_history .icon.history {
    line-height: 18px;
    height: 20px;
    padding-left: 20px;
    width: auto
}

#chat-window .chat_group_tab_container li {
    width: 100%;
    margin-bottom: 5px;
    padding: 3px
}

#chat-window .chat_group_tab_container li .chat-body .header {
    text-align: left
}

#chat-window .chat_group_tab_container li .chat-body p {
    padding: 3px;
    line-height: 1.2;
    overflow-wrap: break-word;
    color: #fff
}

#chat-window .chat_group_tab_container li .chat-body p.message_left {
    margin-right: 20px;
    background-color: #555
}

#chat-window .chat_group_tab_container li .chat-body p.message_right {
    margin-left: 20px;
    background-color: #777
}

#chat-window .chat_group_tab_container li .chat-body .message_multi {
    margin-top: -4px
}

#chat-window .chat_group_tab_container li .chat-body .message_multi p {
    border-top: 0 !important
}

#chat-window .chat_group_tab_container li .chat-actions {
    width: 16px;
    padding-left: 4px;
    text-align: right
}

#chat-window .chat_group_tab_container li .chat-actions .chat_message_status_not_read {
    width: 12px;
    height: 12px;
    background-color: #f0ad4e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 1px;
    margin-top: 4px
}

#chat-window .chat_group_tab_container li .chat-actions .remove-message {
    display: none;
    height: 12px;
    width: 12px;
    background-color: #de2600;
    margin-top: 4px;
    border: #000 1px solid;
    line-height: 10px
}

#chat-window .chat_group_tab_container li .chat-actions .remove-message a {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #000
}

#chat-window .chat_group_tab_container li .chat-actions .remove-message a:hover {
    text-decoration: none
}

#chat-window .chat_group_tab_container li.chat-no-messages {
    text-align: center;
    line-height: 25px
}

.rotate90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.navbadge {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    min-width: 10px;
    padding: 3px 4px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background: #de2600;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.navbadge.default {
    color: #777;
    background: #eee
}

.navbadge.white {
    color: #000;
    background: #fff
}

.labels-list {
    padding: 4px 0;
    position: relative;
    line-height: 2
}

.labels-list .label,
.labels-list a {
    background: #d9d9d9;
    padding: 3px 7px;
    text-decoration: none;
    white-space: nowrap
}

.labels-list .label .icon,
.labels-list a .icon {
    vertical-align: text-bottom
}

.labels-list .label {
    background: #555;
    color: #fff;
    font-weight: 700
}

.labels-list a:hover {
    background: #a8a8a8;
    color: #fff
}

.labels-list a.highlighted {
    background: #de2600;
    color: #fff;
    font-weight: 700
}

.labels-list a.highlighted:hover {
    background: #c52200
}

.labels-list a.view-more {
    cursor: pointer;
    font-weight: 700
}

.labels-list.one-line {
    white-space: nowrap;
    overflow: hidden
}

.labels-list.two-lines {
    height: 52px;
    overflow: hidden
}

body {
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Helvetica, Arial, sans-serif;
    overflow-y: scroll;
    padding: 4px 8px 8px
}

::-moz-selection {
    background: #de2600;
    color: #fff
}

::selection {
    background: #de2600;
    color: #fff
}

#page {
    width: 930px;
    margin: 0 auto;
    position: relative
}

.xv-responsive #page {
    width: auto;
    max-width: 1280px
}

.stripe {
    overflow: hidden
}

.stripe.red-stripe {
    background: #de2600;
    color: #fff
}

.stripe.black-stripe {
    background: #000;
    color: #fff
}

.stripe.black-stripe a,
.stripe.black-stripe a:hover,
.stripe.black-stripe a:visited,
.stripe.red-stripe a,
.stripe.red-stripe a:hover,
.stripe.red-stripe a:visited {
    color: #fff
}

.stripe.black-stripe a b,
.stripe.black-stripe a strong,
.stripe.red-stripe a b,
.stripe.red-stripe a strong {
    text-decoration: underline
}

.stripe.bordered {
    margin: 3px 0;
    padding: 5px 10px;
    border: 1px solid #000
}

.stripe table td,
.stripe table th {
    padding: 1px 10px
}

.stripe .icon {
    vertical-align: text-bottom
}

#header {
    font-size: 13px;
    line-height: 18px
}

#header .white-stripe .header-icons {
    height: 40px;
    float: right
}

#header .white-stripe .header-icons .btn {
    background: #de2600;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    margin: 4px 0 4px 4px;
    padding: 4px 12px 3px;
    vertical-align: text-bottom
}

#header .white-stripe .header-icons .btn:hover {
    background: #c52200
}

#header .white-stripe .header-icons .btn.btn-login {
    background: 0 0;
    color: #777;
    padding: 4px 4px 3px
}

#header .white-stripe .header-icons .btn.btn-login:hover {
    background: 0 0;
    text-decoration: underline
}

#header .white-stripe .header-icons .icon.messages {
    margin-top: 4px;
    margin-bottom: 4px
}

#header .white-stripe .header-icons .icon.theme-dark,
#header .white-stripe .header-icons .icon.theme-light {
    margin: 12px 0 12px 4px
}

#header .white-stripe .header-icons .icon.premium {
    margin-left: 4px;
    margin-right: 0
}

#header .white-stripe .animated-hamburger {
    font-size: 40px;
    float: left;
    margin: 0 0 0 -4px
}

#header .white-stripe .animated-hamburger.init-ok span {
    background: #777
}

#header .white-stripe .animated-hamburger span {
    background: #d9d9d9
}

#header .white-stripe a.logo {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: left;
    margin: 2px 0;
    padding: 0
}

#header .white-stripe a.logo,
#header .white-stripe a.logo image,
#header .white-stripe a.logo svg {
    background: #000;
    display: block;
    height: 36px;
    width: 144px
}

#header .white-stripe h2 {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    overflow: hidden;
    margin: 0;
    padding-left: 14px;
    padding-right: 14px;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

#header .white-stripe h2 .alt {
    font-weight: 400;
    font-size: 12px
}

#header .white-stripe h2 .alt .text-danger {
    font-weight: 700
}

#header .main-menu {
    clear: both;
    overflow: hidden;
    zoom: 1
}

#header .main-menu p {
    float: right;
    margin: 7px 5px 0 0;
    font-size: 15px
}

#header .main-menu ul li {
    border-right: 1px dashed #000
}

#header .main-menu ul a {
    padding: 6px 10px;
    text-decoration: none
}

#header .main-menu ul a:hover {
    background: #000;
    color: #fff
}

#xv-search-form {
    float: left;
    height: 40px;
    overflow: hidden;
    width: 30%
}

#xv-search-form div.cont {
    padding: 1px 0 1px 10px;
    overflow: hidden
}

#xv-search-form .search-input {
    background: #fff;
    border: 2px solid #a8a8a8;
    border-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    color: #000;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 4px 10px
}

#xv-search-form .search-input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

#xv-search-form .search-submit {
    background: #d9d9d9;
    border: 2px solid #a8a8a8;
    border-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    height: 38px;
    margin: 0;
    padding: 0 10px;
    position: relative;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    -moz-transition: background .2s;
    transition: background .2s
}

#xv-search-form .search-submit:hover {
    background: #d9d9d9
}

#xv-search-form .search-submit:focus {
    outline: 0;
    background: #ccc
}

#xv-search-form .search-submit span {
    vertical-align: middle;
    margin: 6px 3px
}

.search-autocomplete {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #000;
    background: #fff;
    font-size: 14px;
    color: #666
}

.search-autocomplete .title {
    padding: 2px 0;
    background: #222;
    color: #fff;
    font-weight: 700
}

.search-autocomplete ul {
    margin: 0;
    padding: 0;
    max-height: 160px;
    overflow-y: auto;
    position: relative
}

.search-autocomplete li {
    cursor: pointer;
    padding: 2px 0
}

.search-autocomplete li a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    white-space: nowrap
}

.search-autocomplete li a .nbres {
    float: right;
    margin-left: 6px;
    margin-top: 3px;
    background: #777;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    padding: 0 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.search-autocomplete li a .keywords {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.search-autocomplete li a .highlighted {
    background: #ffe4de
}

.search-autocomplete li:hover {
    background: #d9d9d9
}

.search-autocomplete li.selected {
    background: #a8a8a8
}

.search-autocomplete .pornstars li {
    line-height: 16px
}

.search-autocomplete .pornstars li .thumb {
    display: block;
    float: left;
    width: 40px;
    height: 22.5px;
    margin-right: 5px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%
}

.search-autocomplete .pornstars li .name,
.search-autocomplete .pornstars li .rank {
    padding-top: 3px;
    vertical-align: middle
}

.search-autocomplete .pornstars li .name,
.search-autocomplete .pornstars li .rank-pos,
.search-autocomplete .pornstars li .rank-type {
    font-weight: 700
}

.search-autocomplete .pornstars li .rank-pos,
.search-autocomplete .pornstars li .rank-type {
    color: #de2600
}

#mobile-login-menu {
    position: absolute;
    top: 100px;
    right: 3px;
    z-index: 270
}

#mobile-login-menu .btn {
    margin: 0;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    border-width: 0 0 1px;
    background: #222;
    color: #fff;
    white-space: normal
}

#mobile-login-menu .btn:hover {
    background: #de2600
}

#mobile-login-menu .btn:hover .navbadge {
    background: #000
}

#mobile-login-menu .btn:last-child {
    border-bottom: 0
}

#language-switcher {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    cursor: pointer;
    margin: 3px 4px;
    opacity: .5;
    text-decoration: none;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
    vertical-align: text-bottom
}

#language-switcher .flag {
    vertical-align: text-bottom
}

#language-switcher.init-ok {
    opacity: 1
}

#language-switcher-list {
    background: #222;
    display: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 280
}

#language-switcher-list.desktop_opened {
    display: block
}

#language-switcher-list:before {
    border-color: transparent;
    border-bottom-color: #222;
    border-style: solid;
    border-width: 0 5px 5px;
    content: " ";
    right: 39px;
    position: absolute;
    top: -5px
}

#language-switcher-list li {
    margin: 0;
    padding: 0
}

#language-switcher-list a {
    background: #222;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 28px;
    line-height: 26px;
    padding: 0 20px;
    text-align: left;
    text-decoration: none;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    -moz-transition: background .2s;
    transition: background .2s;
    white-space: nowrap
}

#language-switcher-list a,
#language-switcher-list a * {
    cursor: pointer
}

#language-switcher-list a:hover {
    background: #3c3c3c
}

#language-switcher-list a .flag-small {
    margin-right: 4px
}

body .x-popup.below.right.language-switcher-popup .x-popup-arrow {
    right: 11px
}

.language-switcher-popup .x-popup-content {
    padding: 8px 0;
    margin-left: 30px
}

.language-switcher-popup ul {
    margin: 0;
    padding: 0
}

.language-switcher-popup li {
    display: block
}

.language-switcher-popup a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 20px;
    text-decoration: none;
    white-space: nowrap
}

.language-switcher-popup a:hover {
    background: #de2600;
    color: #fff;
    text-decoration: none
}

.language-switcher-popup .flag-small {
    margin-right: 5px
}

.multi-accounts-popup.below .x-popup-arrow {
    border-bottom-color: #555
}

.multi-accounts-popup .x-popup-content {
    padding: 8px 0;
    background: #555
}

.multi-accounts-popup ul {
    margin: 0;
    padding: 0
}

.multi-accounts-popup li {
    display: block
}

.multi-accounts-popup a {
    white-space: nowrap;
    text-decoration: none;
    display: block;
    padding: 3px 20px;
    font-weight: 700
}

.multi-accounts-popup a:hover {
    background: #de2600;
    color: #fff;
    text-decoration: none
}

#main .secondary-menu {
    clear: both;
    overflow: hidden;
    zoom: 1;
    padding: 6px 0
}

#main .secondary-menu p {
    float: right;
    margin: 0;
    overflow: hidden;
    zoom: 1
}

#main .secondary-menu .login-icon-link {
    margin-left: 12px;
    text-decoration: none
}

#main .secondary-menu .login-icon-link strong {
    text-decoration: underline
}

#main .secondary-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden
}

#main .secondary-menu ul li {
    display: inline;
    padding: 0;
    margin-left: -4px
}

#main .secondary-menu ul li:first-child {
    margin-left: 0
}

#main .secondary-menu ul li.mobile-show {
    display: none
}

#main .secondary-menu ul li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline
}

#main .secondary-menu ul li .content-title,
#main .secondary-menu ul li a {
    padding: 0 3px
}

#main .secondary-menu ul li .content-title {
    font-weight: 700
}

#main .secondary-menu ul li .content-title .no-bold {
    font-weight: 400
}

#main .secondary-menu ul li.extra-padding {
    padding-left: 20px
}

#main .secondary-menu ul .subscribe-all-upvidsilike {
    cursor: pointer;
    vertical-align: text-top
}

#nav {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s ease-in-out, padding-top .5s ease-in-out;
    -o-transition: max-height .5s ease-in-out, padding-top .5s ease-in-out;
    -moz-transition: max-height .5s ease-in-out, padding-top .5s ease-in-out;
    transition: max-height .5s ease-in-out, padding-top .5s ease-in-out
}

#nav.forced-opened,
#nav.opened {
    max-height: 400px;
    padding-top: 8px
}

#nav.forced-opened .ordered-label-list,
#nav.opened .ordered-label-list {
    opacity: 1
}

#nav nav {
    overflow: auto;
    max-height: 400px
}

#nav .ordered-label-list {
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.animated-hamburger {
    cursor: pointer;
    display: block;
    height: 1em;
    position: relative;
    width: 1em
}

.animated-hamburger span {
    background: #000;
    -webkit-border-radius: .05em;
    -moz-border-radius: .05em;
    border-radius: .05em;
    display: block;
    height: .1em;
    left: .175em;
    position: absolute;
    top: .24em;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: .625em
}

.animated-hamburger .an-h-2,
.animated-hamburger .an-h-3 {
    top: .44em;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
}

.animated-hamburger .an-h-4 {
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    top: .64em
}

.animated-hamburger.opened .an-h-1,
.animated-hamburger.opened .an-h-4 {
    height: .3125em;
    width: .1em;
    left: .44em;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0)
}

.animated-hamburger.opened .an-h-4 {
    top: .44em
}

.animated-hamburger.opened .an-h-2 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.animated-hamburger.opened .an-h-3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.opera-mini #page,
.opera-mini #page.search-page,
.opera-mini #page.tag-page,
.opera-mini.xv-responsive #page,
.opera-mini.xv-responsive #page.search-page,
.opera-mini.xv-responsive #page.tag-page {
    padding-top: 0
}

.opera-mini #page #header,
.opera-mini.xv-responsive #page #header {
    margin: -8px -8px 0;
    position: static;
    top: auto;
    width: -webkit-calc(100% + 16px);
    width: -moz-calc(100% + 16px);
    width: calc(100% + 16px)
}

.opera-mini #page #header .white-stripe,
.opera-mini.xv-responsive #page #header .white-stripe {
    position: static;
    top: auto
}

.opera-mini #page #header #mobile-slogan,
.opera-mini.xv-responsive #page #header #mobile-slogan {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
}

.opera-mini #page #nav,
.opera-mini.xv-responsive #page #nav {
    bottom: auto;
    height: auto;
    min-height: -webkit-calc(100vh - 40px);
    min-height: -moz-calc(100vh - 40px);
    min-height: calc(100vh - 40px);
    position: absolute
}

.opera-mini #page #nav.opened,
.opera-mini.xv-responsive #page #nav.opened {
    left: -8px;
    max-width: -webkit-calc(50% + 8px);
    max-width: -moz-calc(50% + 8px);
    max-width: calc(50% + 8px)
}

.opera-mini #page #nav #language-switcher-list,
.opera-mini #page #nav .ordered-label-list ul li.sub-list,
.opera-mini.xv-responsive #page #nav #language-switcher-list,
.opera-mini.xv-responsive #page #nav .ordered-label-list ul li.sub-list {
    height: auto
}

#main {
    margin: 8px 0 0;
    overflow: hidden;
    clear: both
}

#main .red-stripe {
    padding: 4px 8px;
    margin: 4px 0;
    clear: both
}

#main .black-stripe {
    padding: 4px 8px;
    margin: 2px 0
}

#main .header-high-vmargins {
    margin: 15px 0 5px
}

#main .head-message {
    font-size: 14px
}

#main .head-message img {
    float: left;
    margin-right: 10px;
    max-height: 60px;
    max-width: 60px
}

#main .big-margin {
    margin-top: 50px;
    margin-bottom: 50px
}

#main #content {
    overflow: hidden
}

#main .page-title {
    font-size: 25px;
    line-height: 32px;
    margin: 0 2px 6px
}

#main .page-title .sub {
    color: #777;
    font-size: .8em
}

body #nav .home-trends {
    overflow: hidden;
    max-height: 60px;
    -webkit-transition: max-height .2s, opacity .5s ease-in-out;
    -o-transition: max-height .2s, opacity .5s ease-in-out;
    -moz-transition: max-height .2s, opacity .5s ease-in-out;
    transition: max-height .2s, opacity .5s ease-in-out
}

body #nav .home-trends.opened {
    max-height: 250px;
    -webkit-transition: max-height .4s ease-in, opacity .5s ease-in-out;
    -o-transition: max-height .4s ease-in, opacity .5s ease-in-out;
    -moz-transition: max-height .4s ease-in, opacity .5s ease-in-out;
    transition: max-height .4s ease-in, opacity .5s ease-in-out
}

body #nav .home-trends.opened ul {
    max-height: 250px;
    overflow: auto
}

.home-trends,
.main-categories,
.video-tags-list {
    clear: both
}

.ordered-label-list {
    padding: 0;
    margin: 4px 0 0
}

.ordered-label-list ul {
    margin: 0;
    padding: 0
}

.ordered-label-list ul li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 2px 5px 0;
    padding: 0
}

.ordered-label-list ul li.sub-list {
    display: inline
}

.ordered-label-list ul li.sub-list ul {
    display: inline
}

.ordered-label-list ul li.mobile-show {
    display: none
}

.ordered-label-list ul li#listing-settings .cog-big {
    display: none
}

.ordered-label-list ul li#listing-settings .cog {
    display: inline-block
}

.ordered-label-list .btn {
    background: #d9d9d9;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    padding: 0 6px;
    text-shadow: none;
    white-space: normal
}

.ordered-label-list .btn .icon {
    vertical-align: text-top
}

.ordered-label-list .btn .icon.world {
    vertical-align: middle
}

.ordered-label-list .btn .flag-small {
    vertical-align: baseline
}

.ordered-label-list .btn:hover {
    background: #a8a8a8;
    color: #fff
}

.ordered-label-list .btn.label {
    background: #de2600;
    color: #fff;
    cursor: pointer;
    font-weight: 700
}

.ordered-label-list .btn.label.main {
    background: #000;
    color: #fff;
    cursor: default;
    font-weight: 700;
    text-transform: uppercase
}

.ordered-label-list .btn.current {
    background: #000;
    color: #fff;
    cursor: default;
    font-weight: 700
}

.ordered-label-list .btn.country-switch {
    background: #a8a8a8;
    color: #fff
}

.ordered-label-list .btn.country-switch:hover {
    background: #555;
    color: #fff
}

.ordered-label-list .btn.country-switch.main {
    background: #000;
    color: #fff;
    font-weight: 700
}

.ordered-label-list .btn.country-switch.main:hover {
    background: #555
}

.ordered-label-list .btn.view-more {
    background: #fff;
    color: #000;
    font-size: 20px;
    font-weight: 700
}

.ordered-label-list .btn.view-more:hover {
    background: #f7f7f7;
    color: #000
}

.main-message {
    overflow: hidden;
    position: relative;
    padding: 5px 8px;
    margin: 4px 0;
    background: #de2600;
    color: #fff;
    font-size: 13px
}

.main-message:after {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #000;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 100%
}

.main-message a {
    color: #fff
}

.main-message .icon {
    vertical-align: text-top
}

.main-message.closable {
    padding-right: 18px
}

.main-message.closable .close {
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 0;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    font-family: sans-serif
}

#ad-tower {
    float: right;
    margin-left: 4px;
    min-height: 1000px;
    width: 180px;
    text-align: center
}

.home #ad-tower {
    display: none
}

#ad-footer {
    clear: both;
    margin-top: 14px;
    text-align: center
}

#ad-footer img {
    max-width: 100%
}

#footer {
    clear: both;
    font-size: 13px;
    margin: 20px 0 10px;
    overflow: hidden
}

#footer .terms {
    border-top: 1px solid #eee;
    padding-top: 15px
}

#footer .terms p {
    margin: 0 0 16px
}

#footer .botLinks {
    border-top: 1px solid #eee;
    padding: 10px 0 0
}

#footer .botLinks,
#footer .botLinks a {
    color: #777
}

#footer .slogan {
    margin: 0
}

#page-go-up {
    background: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    bottom: 40px;
    cursor: pointer;
    display: none;
    opacity: .75;
    padding: 10px 13px;
    position: fixed;
    right: 10px;
    z-index: 180
}

.home #header-menu-toggle {
    display: none
}

#home-trends {
    margin: 0 0 8px;
    padding: 0 0 4px;
    position: relative;
    line-height: 2;
    height: 48px;
    overflow: hidden
}

#home-trends .label,
#home-trends a {
    background: #d9d9d9;
    padding: 3px 7px;
    text-decoration: none;
    white-space: nowrap
}

#home-trends .label .icon,
#home-trends a .icon {
    vertical-align: text-bottom
}

#home-trends .label {
    background: #000;
    color: #fff;
    font-weight: 700
}

#home-trends a:hover {
    background: #a8a8a8;
    color: #fff
}

#home-trends a.highlighted {
    background: #de2600;
    color: #fff;
    font-weight: 700
}

#home-trends a.highlighted:hover {
    background: #c52200
}

#home-trends a.view-more {
    cursor: pointer;
    font-weight: 700
}

#home-trends a.country-switch {
    background: #a8a8a8;
    margin-left: 1px
}

#home-trends a.country-switch .flag-small {
    vertical-align: middle
}

#home-trends a.country-switch:hover {
    background: #555;
    color: #fff
}

.popup-pornin-indexes ul {
    margin: 0
}

.popup-pornin-indexes li {
    display: block;
    float: left;
    width: 20%
}

.popup-pornin-indexes .x-body,
.popup-pornin-indexes .x-content,
.popup-trends-countries .x-body,
.popup-trends-countries .x-content {
    font-size: 13px;
    overflow: hidden
}

.popup-pornin-indexes ul,
.popup-trends-countries ul {
    padding: 0
}

.popup-pornin-indexes li,
.popup-trends-countries li {
    min-height: 24px
}

.popup-pornin-indexes .no-country,
.popup-pornin-indexes a,
.popup-trends-countries .no-country,
.popup-trends-countries a {
    display: block;
    line-height: 18px;
    padding: 3px 20px
}

.popup-pornin-indexes a,
.popup-trends-countries a {
    white-space: nowrap;
    text-decoration: none;
    overflow: hidden;
    font-weight: 700
}

.popup-pornin-indexes a:hover,
.popup-trends-countries a:hover {
    background: #de2600;
    color: #fff;
    text-decoration: none
}

.popup-pornin-indexes li.disabled a,
.popup-trends-countries li.disabled a {
    color: #777;
    font-style: italic;
    font-weight: 400;
    cursor: default
}

.popup-pornin-indexes li.disabled a:hover,
.popup-trends-countries li.disabled a:hover {
    background: 0 0
}

.popup-pornin-indexes .flag-small,
.popup-trends-countries .flag-small {
    margin-right: 5px
}

#home-tabs {
    margin: 2px 0 0;
    clear: both;
    overflow: hidden
}

#home-tabs .tab-buttons {
    border-bottom: 1px solid #000;
    float: none;
    overflow: visible;
    padding: 0
}

#home-tabs .tab-buttons li {
    margin: 0 5px 0 0
}

#home-tabs .tab-buttons li .btn {
    background: #000;
    border: 1px solid #000;
    border-bottom: 0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    overflow: hidden;
    padding: 4px 12px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
    text-shadow: none
}

#home-tabs .tab-buttons li .btn .navbadge {
    margin-left: 4px;
    background: #de2600;
    color: #fff
}

#home-tabs .tab-buttons li .btn:hover {
    background: #f7f7f7;
    color: #000;
    text-shadow: none
}

#home-tabs .tab-buttons li .btn.active,
#home-tabs .tab-buttons li .btn.active:hover {
    background: #fff;
    color: #000;
    margin-bottom: -1px;
    padding-bottom: 5px
}

#home-tabs .tab-buttons li:last-child {
    margin-right: 0
}

#home-tabs.not-logged .tab-buttons {
    border-bottom-color: #000
}

#home-tabs.not-logged .tab-buttons li .btn.mysubs,
#home-tabs.not-logged .tab-buttons li .btn.videosilike {
    background: #ccc;
    border-color: #ccc;
    color: #888
}

#home-tabs.not-logged .tab-buttons li .btn.mysubs .navbadge,
#home-tabs.not-logged .tab-buttons li .btn.videosilike .navbadge {
    background: #999
}

#home-tabs.not-logged .tab-buttons li .btn.mysubs.active,
#home-tabs.not-logged .tab-buttons li .btn.mysubs:hover,
#home-tabs.not-logged .tab-buttons li .btn.videosilike.active,
#home-tabs.not-logged .tab-buttons li .btn.videosilike:hover {
    color: #888
}

#home-tabs.not-logged .tab-buttons li .btn.mysubs.active .navbadge,
#home-tabs.not-logged .tab-buttons li .btn.mysubs:hover .navbadge,
#home-tabs.not-logged .tab-buttons li .btn.videosilike.active .navbadge,
#home-tabs.not-logged .tab-buttons li .btn.videosilike:hover .navbadge {
    background: #fff;
    color: #000
}

#home-tabs.not-logged .tab-buttons li .btn.mysubs.active .icon.black-hover.feed,
#home-tabs.not-logged .tab-buttons li .btn.mysubs:hover .icon.black-hover.feed,
#home-tabs.not-logged .tab-buttons li .btn.videosilike.active .icon.black-hover.feed,
#home-tabs.not-logged .tab-buttons li .btn.videosilike:hover .icon.black-hover.feed {
    background-position: -18px 0
}

#home-tabs.not-logged .tab-buttons li .btn.mysubs.active .icon.black-hover.thumb-up,
#home-tabs.not-logged .tab-buttons li .btn.mysubs:hover .icon.black-hover.thumb-up,
#home-tabs.not-logged .tab-buttons li .btn.videosilike.active .icon.black-hover.thumb-up,
#home-tabs.not-logged .tab-buttons li .btn.videosilike:hover .icon.black-hover.thumb-up {
    background-position: -94px 0
}

#home-tabs.not-logged .tab-buttons li .btn.mysubs.active,
#home-tabs.not-logged .tab-buttons li .btn.videosilike.active {
    border-color: #000
}

#home-tabs #home-tabs-nbr-videos {
    font-size: 14px;
    float: right;
    font-weight: 700;
    height: 28px;
    margin: 4px 0 0;
    overflow: hidden;
    position: relative;
    padding: 4px 26px 0 8px;
    text-decoration: none
}

#home-tabs #home-tabs-nbr-videos:after {
    border-left: 7px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
    width: 0
}

#home-tabs #home-tabs-nbr-videos:hover:after {
    color: #c52200
}

#home-tabs #home-tabs-nbr-videos:before {
    border: 2px solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    content: " ";
    display: block;
    height: 14px;
    position: absolute;
    right: 6px;
    top: 7px;
    width: 16px
}

#home-tabs #listing-settings .btn {
    background: #fff;
    border: #fff;
    padding-left: 8px;
    padding-right: 8px
}

.listing-settings-popup.x-popup.below.right .x-popup-arrow {
    right: 11px
}

.users-videos #home-tabs {
    clear: none;
    margin-bottom: 10px
}

.users-videos .tab-form {
    overflow: hidden;
    border: 1px solid #000
}

.users-videos .tab-description {
    overflow: hidden
}

.users-videos .tab-description p {
    font-size: 14px;
    margin: 0 0 10px;
    padding: 0 2px
}

.users-videos .tab-description .legends {
    text-align: center;
    font-weight: 700;
    margin: 0 0 3px;
    color: #de2600;
    font-size: 13px;
    line-height: 1.25
}

.users-videos .tab-description .thumbs {
    margin: 0 0 10px
}

.users-videos .tab-description .thumbs img {
    margin-left: auto;
    margin-right: auto;
    border: 4px solid red;
    cursor: pointer
}

.users-videos .x-overlay p {
    text-align: center;
    margin: 0 0 10px;
    font-weight: 400
}

.users-videos .x-overlay .img-responsive {
    margin: 0 auto;
    border: 2px solid #fff
}

.users-videos .x-overlay .next,
.users-videos .x-overlay .prev {
    font-weight: 700;
    margin: 0 4px 0 0;
    cursor: pointer
}

.users-videos .x-overlay .prev {
    float: left
}

.users-videos .x-overlay .next {
    float: right
}

.users-videos #content>p {
    font-size: 14px
}

.users-videos #bottom-buttons {
    margin: 50px 0 0;
    text-align: center
}

.users-videos #bottom-buttons .btn,
.users-videos #bottom-buttons a {
    white-space: normal;
    margin: 4px
}

.users-videos .eventslist .activity-event {
    margin-top: 15px
}

.users-videos .eventslist h4 {
    font-weight: 400;
    font-size: 14px
}

.users-videos .eventslist h4 a {
    font-weight: 700;
    color: #de2600
}

.users-videos .eventslist h4 .timestamp {
    display: none
}

.users-videos .eventslist h4 a.video-subscribe {
    color: #fff
}

.users-videos .eventslist .show-less .thumb-block:nth-child(4),
.users-videos .eventslist .show-less .thumb-block:nth-child(5) {
    display: none
}

.users-videos .eventslist .has-3 .show-more-vids {
    display: none
}

.users-videos.video_subs .thumb-block p.metadata a {
    color: #555;
    font-weight: 400
}

.more-thumbs-lg .users-videos .eventslist .show-less .thumb-block:nth-child(4) {
    display: block
}

.more-thumbs-lg .users-videos .eventslist .has-4 .show-more-vids {
    display: none
}

.video-hd-mark {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #de2600;
    color: #fff;
    font-weight: 700;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 22px;
    height: 22px;
    padding: 0 6px;
    vertical-align: text-top
}

.thumb-inside .video-hd-mark {
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    padding: 0 5px;
    vertical-align: baseline;
    position: absolute;
    top: 5px;
    right: 5px
}

.mozaique {
    overflow: hidden;
    margin-left: -2px;
    margin-right: -2px
}

.thumb-block {
    position: relative;
    float: left;
    width: 33.33333333%;
    clear: none;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 8px 2px 2px
}

.thumb-block:nth-child(3n+1) {
    clear: none
}

.thumbs-4 .thumb-block {
    width: 33.33333333%;
    clear: none
}

.thumbs-4 .thumb-block:nth-child(3n+1) {
    clear: none
}

.thumbs-5 .thumb-block {
    width: 25%;
    clear: none
}

.thumbs-5 .thumb-block:nth-child(4n+1) {
    clear: none
}

.more-thumbs-lg .thumbs-4 .thumb-block {
    width: 25%;
    clear: none
}

.more-thumbs-lg .thumbs-4 .thumb-block:nth-child(4n+1) {
    clear: none
}

.thumb-block .thumb-inside {
    display: block;
    margin-bottom: 2px;
    position: relative;
    aspect-ratio: var(--fv-thumb-aspect-ratio, 16/9);
}

.thumb-block .thumb-inside+p>a {
    font-size: 12px;
    font-weight: 700;
    text-decoration: none
}

.thumb-block .microthumb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    overflow: hidden
}

.thumb-block .microthumb .microthumb-thumb {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -moz-background-size: 400%;
    -o-background-size: 400%;
    background-size: 400%;
    background-repeat: no-repeat;
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.thumb-block .microthumb .microthumb-border {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%
}

.thumb-block .thumb {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%
}

.thumb-block .thumb a {
    border: 1px solid #000;
    display: block;
    height: 100%;
    min-height: 99%;
    position: relative;
    overflow: hidden;
    zoom: 1
}

.thumb-block .thumb img {
    vertical-align: bottom;
    width: 100%;
    height: 100%;
}

.thumb-block .thumb img.profile-pic {
    background: #000;
    padding: 0 21.875%
}

.thumb-block .thumb img.video-pic {
    background: #000;
    padding: 21.875% 0
}

.thumb-block .thumb img.hovered {
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    width: 300%;
    height: 300%;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0
}

.thumb-block .thumb .videopv,
.thumb-block .thumb .videopv a {
    border: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.thumb-block .thumb .videopv canvas,
.thumb-block .thumb .videopv video {
    border: 0;
    width: 100%;
    height: 100%
}

.thumb-block .thumb .videopv .progress {
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000
}

.thumb-block .thumb .videopv .progress .bar {
    background: #de2600;
    height: 2px;
    width: 0
}

.thumb-block .gif-tag {
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
    background: #de2600;
    color: #fff;
    font-weight: 700;
    text-align: center;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    font-size: 9px;
    line-height: 14px;
    height: 14px;
    padding: 0 4px;
    vertical-align: baseline
}

.thumb-block .actions {
    opacity: .75;
    position: absolute;
    top: 3px;
    left: 3px;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s
}

.notouch .thumb-block .actions {
    opacity: 0
}

.thumb-block .actions .btn-action {
    cursor: pointer;
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    margin: 0 0 4px;
    clear: both;
    background: rgba(0, 0, 0, .5);
    color: #fff
}

.thumb-block .actions .btn-action:hover {
    background: rgba(222, 38, 0, .8)
}

.thumb-block:hover .actions {
    opacity: 1
}

.thumb-block .flag,
.thumb-block .flag-small {
    position: absolute;
    top: 0;
    left: 3px
}

.thumb-block .video-new-mark {
    font-size: 9px;
    line-height: 14px;
    height: 14px;
    padding: 0 4px;
    position: absolute;
    top: 3px;
    left: 3px;
    background: #de2600;
    color: #fff;
    font-weight: 700;
    text-align: center;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    vertical-align: baseline
}

.thumb-block .video-debug {
    position: absolute;
    top: 0;
    left: 3px;
    background-color: #fff;
    border: 1px #000 solid;
    padding: 4px
}

.thumb-block p {
    color: #000;
    margin: 0;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.thumb-block p.metadata {
    color: #555
}

.thumb-block p.metadata .bg {
    padding: 2px 4px 2px 0
}

.thumb-block p.metadata a {
    color: #000;
    font-weight: 400;
    text-decoration: underline
}

.thumb-block p.metadata a:hover {
    text-decoration: none
}

.thumb-block p.metadata .duration {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    margin-left: 4px;
    padding: 2px 3px 1px;
    vertical-align: text-bottom
}

#listing-settings {
    text-align: right
}

.pagination+#listing-settings {
    float: right;
    margin-top: -31px
}

#listing-settings button.btn {
    background: #000;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

#listing-settings button.btn:hover {
    background: #de2600;
    border-color: #de2600;
    color: #fff
}

#listing-settings button.btn .icon {
    display: none
}

.stripe+#listing-settings {
    float: none;
    margin-top: 0;
    position: relative
}

.stripe+#listing-settings .btn {
    position: absolute;
    right: -2px;
    top: -30px;
    height: 26px;
    padding: 5px 2px 5px 7px;
    border: 0;
    border-left: 5px solid #fff
}

.stripe+#listing-settings .btn:hover {
    border-color: #fff
}

.listing-settings-popup {
    z-index: 220
}

.listing-settings-popup .x-popup-content {
    padding: 8px 0
}

.listing-settings-popup ul {
    margin: 0;
    padding: 0
}

.listing-settings-popup a {
    white-space: nowrap;
    text-decoration: none;
    display: block;
    padding: 7px 20px;
    font-size: 16px
}

.listing-settings-popup a strong {
    color: #de2600
}

.listing-settings-popup a:hover {
    background: #de2600;
    color: #fff;
    text-decoration: none
}

.listing-settings-popup a:hover strong {
    color: #fff
}

.listing-settings-popup a .icon {
    vertical-align: middle;
    margin: 0 5px 0 2px
}

.listing-settings-popup a .listing-nb-thumbs {
    margin: 0 3px 0 0
}

.listing-settings-popup a .listing-nb-thumbs.mobile {
    margin: 0 5px 0 2px
}

#best-months {
    padding: 0;
    margin: 0 0 8px;
    position: relative;
    line-height: 2
}

#filter-tags-input {
    padding: 1px 4px;
    margin: 8px 0;
    border-color: #aaa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

#tags,
.tags-list {
    margin: 10px 5px;
    padding: 0
}

#tags li,
.tags-list li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 25%;
    vertical-align: text-top
}

#tags a,
.tags-list a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 0 5px;
    text-decoration: none
}

#tags a:hover,
.tags-list a:hover {
    text-decoration: underline
}

#page.search-page .bg-title.black,
#page.tag-page .bg-title.black {
    margin: 0 0 2px
}

#page.search-page .bg-title.grey,
#page.tag-page .bg-title.grey {
    margin: 6px 0
}

#page.search-page .thumb-block.thumb-profile {
    background: #bbb
}

#page.search-page .thumb-block.thumb-profile p a {
    font-weight: 700
}

#search-channel-banner {
    margin: 2px 0 4px;
    position: relative
}

#search-channel-banner img {
    border: 1px solid #000
}

#search-channel-banner a {
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    bottom: 0
}

#search-channel-banner a span {
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    padding: 1px 5px;
    background: #000;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px
}

#search-channel-banner a span.channelname {
    font-size: 16px
}

#search-channel-banner a span.nbvids {
    top: 29px
}

#search-channel-banner a.paysite {
    left: auto;
    right: 0
}

#search-channel-banner a.paysite span {
    top: auto;
    left: auto;
    right: 2px;
    bottom: 2px
}

#search-page-filters-block {
    margin: 6px 0;
    padding: 8px;
    background: #eee;
    overflow: hidden
}

#search-page-filters-block .btn {
    margin: 0 8px 0 0
}

#search-page-filters-block .filters-column {
    padding-right: 2px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline
}

#search-page-filters-block .filters-column ul {
    margin: 0;
    padding: 0 0 0 20px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-size: 13px
}

#search-page-filters-block .filters-column li {
    padding: 3px 0;
    display: none;
    vertical-align: text-top
}

#search-page-filters-block .filters-column .title {
    padding-right: 8px;
    display: inline;
    color: #333;
    font-weight: 700;
    font-size: 13px
}

#search-page-filters-block .filters-column .title:after {
    content: ':'
}

#search-page-filters-block .filters-column a {
    color: #555;
    text-decoration: none
}

#search-page-filters-block .filters-column .selected {
    display: inline
}

#search-page-filters-block .filters-column .selected a {
    color: #de2600;
    font-weight: 700
}

#search-page-filters-block .filters-column .selected:after {
    content: ' /';
    color: #777
}

#search-page-filters-block .filters-column:last-child .selected:after {
    content: ''
}

#search-page-filters-block.expanded .btn {
    display: block;
    margin-bottom: 4px
}

#search-page-filters-block.expanded .filters-column {
    float: left;
    width: 25%;
    border-left: 2px solid #fff
}

#search-page-filters-block.expanded .filters-column ul {
    margin: 0 8px;
    padding: 0;
    font-size: 13px
}

#search-page-filters-block.expanded .filters-column li {
    padding: 0;
    display: list-item
}

#search-page-filters-block.expanded .filters-column .title {
    padding: 0 8px 8px 0;
    font-size: 16px
}

#search-page-filters-block.expanded .filters-column .title:after {
    content: ''
}

#search-page-filters-block.expanded .filters-column .selected:after {
    content: ''
}

#search-page-filters-block.expanded .filters-column:nth-child(2) {
    border-left: 0
}

#search-page-filters-block.expanded .filters-column:nth-child(2) ul {
    margin-left: 0
}

#search-associates {
    margin: 6px 0;
    padding: 4px 8px;
    overflow: hidden;
    background: #eee;
    color: #333;
    line-height: 1.2
}

#search-associates strong {
    font-size: 16px
}

#search-associates span,
#search-associates strong {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 1px 3px;
    vertical-align: middle
}

#search-associates .size-0 {
    font-size: 12px
}

#search-associates .size-1 {
    font-size: 13px
}

#search-associates .size-2 {
    font-size: 16px
}

#search-associates .size-3 {
    font-size: 18px
}

#search-associates .size-4 {
    font-size: 20px;
    font-weight: 700
}

#search-associates .show-more {
    display: none
}

.video-subscribe,
.video-subscribe-square {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    border: 1px solid #de2600;
    background: #de2600;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 15px;
    -webkit-transition: border-color .3s, background-color .3s;
    -o-transition: border-color .3s, background-color .3s;
    -moz-transition: border-color .3s, background-color .3s;
    transition: border-color .3s, background-color .3s
}

.video-subscribe .sub-btn,
.video-subscribe-square .sub-btn,
.video-subscribe-square .x-loader-inline {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #fff;
    padding: 1px 3px 1px 4px;
    margin: 1px 2px 1px 1px;
    line-height: 13px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s
}

.video-subscribe .sub-btn .icon,
.video-subscribe-square .sub-btn .icon,
.video-subscribe-square .x-loader-inline .icon {
    margin: 1px 0;
    vertical-align: bottom
}

.video-subscribe-square .sub-btn {
    margin: 1px
}

.video-subscribe-square .x-loader-inline {
    width: 23px;
    height: 18px;
    padding-top: 2px
}

.video-subscribe .label:last-child {
    padding-right: 3px
}

.video-subscribe .nb-subscribers {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #fff;
    color: #000;
    padding: 1px 2px;
    font-weight: 400;
    margin-left: 1px
}

.video-subscribe a {
    color: #fff
}

.video-subscribe:hover {
    text-decoration: none;
    color: #fff;
    border-color: #f82a00;
    background: #f82a00
}

.video-subscribe:hover .sub-btn {
    color: #f82a00
}

.video-subscribe:hover .label {
    text-decoration: underline
}

.video-subscribe-popup .x-popup-content {
    max-width: 400px
}

#page.video-page h1.text-danger {
    margin: 30px 0;
    text-align: center
}

#page.video-page #main .page-title .duration {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-size: 15px;
    line-height: 22px;
    height: 22px;
    padding: 0 6px;
    background: #777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    margin: 5px 0 0 4px;
    vertical-align: top
}

#page.video-page #main .page-title .video-hd-mark {
    margin: 5px 0 0 4px;
    font-size: 15px;
    line-height: 22px;
    height: 22px;
    padding: 0 6px;
    vertical-align: top
}

#page.video-page .video-metadata {
    padding: 0;
    margin: 0 2px;
    font-size: 13px
}

#page.video-page .video-metadata .uploader {
    padding-right: 20px
}

#page.video-page .video-metadata .prof-verified-tick {
    font-size: 12px;
    line-height: 14px;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 0 0 0 3px
}

#page.video-page #video-sponsor-links {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 8px;
    background: #000;
    color: #fff
}

#page.video-page #video-sponsor-links a {
    color: #fff;
    text-decoration: underline
}

#page.video-page #video-sponsor-links .channel-desc {
    font-size: 13px;
    font-weight: 400
}

#page.video-page #content {
    margin-top: 10px
}

#page.video-page #video-ad {
    float: right;
    width: 36.3%;
    max-width: 338px;
    min-height: 1px;
    text-align: center;
    margin-left: 4px
}

#page.video-page #video-ad a:first-child {
    display: block;
    margin-bottom: 6px
}

#page.video-page #video-ad img {
    width: 100%
}

#page.video-page #video-ad2 {
    margin-top: 10px;
    display: none
}

#page.video-page #video-ad2 a {
    display: block;
    width: 49.5%;
    float: left
}

#page.video-page #video-ad2 a:first-child {
    margin-right: 1%
}

#page.video-page #video-ad2 img {
    width: 100%
}

#page.video-page #video-player-bg {
    overflow: hidden;
    background: #000
}

#page.video-page #video-player-bg #html5video.embed-responsive,
#page.video-page #video-player-bg #player {
    overflow: hidden;
    text-align: center;
    color: #000;
    line-height: 0;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 80.95%
}

.old-ie #page.video-page #video-player-bg #player {
    height: 476px;
    padding-bottom: 0
}

.old-ie #page.video-page #video-player-bg #player .embed-responsive-item,
.old-ie #page.video-page #video-player-bg #player embed {
    height: 476px;
    position: static
}

#page.video-page .player-enlarged #video-player-bg #html5video.embed-responsive,
#page.video-page .player-enlarged #video-player-bg #player {
    height: auto;
    padding-bottom: 40%
}

@media(max-aspect-ratio:1280/680) {

    #page.video-page .player-enlarged #video-player-bg #html5video.embed-responsive,
    #page.video-page .player-enlarged #video-player-bg #player {
        padding-bottom: 45%
    }
}

@media(max-aspect-ratio:1280/760) {

    #page.video-page .player-enlarged #video-player-bg #html5video.embed-responsive,
    #page.video-page .player-enlarged #video-player-bg #player {
        padding-bottom: 50%
    }
}

@media(max-aspect-ratio:1280/840) {

    #page.video-page .player-enlarged #video-player-bg #html5video.embed-responsive,
    #page.video-page .player-enlarged #video-player-bg #player {
        padding-bottom: 56.25%
    }
}

@media(max-aspect-ratio:1280/960) {

    #page.video-page .player-enlarged #video-player-bg #html5video.embed-responsive,
    #page.video-page .player-enlarged #video-player-bg #player {
        padding-bottom: 62.5%
    }
}

#page.video-page .player-enlarged #video-player-bg #html5video.embed-responsive .embed-responsive-item,
#page.video-page .player-enlarged #video-player-bg #html5video.embed-responsive embed,
#page.video-page .player-enlarged #video-player-bg #player .embed-responsive-item,
#page.video-page .player-enlarged #video-player-bg #player embed {
    height: 100%;
    position: absolute
}

#page.video-page .player-enlarged #video-ad {
    display: none
}

#page.video-page #html5video,
#page.video-page #html5video * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

#video-playlist {
    margin: 3px 0
}

#video-playlist #playlist-header {
    background: #d9d9d9;
    overflow: hidden
}

#video-playlist #playlist-header button {
    margin: 0;
    background: #d9d9d9;
    border-color: #777;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

#video-playlist #playlist-header button.pull-left {
    border-width: 0 1px 0 0
}

#video-playlist #playlist-header button.pull-right {
    border-width: 0
}

#video-playlist #playlist-header button:hover {
    background: #de2600;
    color: #fff
}

#video-playlist #playlist-header button.disabled {
    background: #d9d9d9;
    color: #777
}

#video-playlist #playlist-header h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 33px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 8px;
    margin: 0
}

#video-playlist #playlist-header h4 .icon.playlist {
    vertical-align: middle
}

#video-playlist #playlist-header h4 small {
    color: #333
}

#video-playlist #playlist-header h4 small a {
    text-decoration: underline
}

#video-playlist #playlist-header h4 a {
    text-decoration: none
}

#video-playlist #playlist-header h4 a:hover {
    text-decoration: underline
}

#video-playlist #playlist-header .rating-box {
    float: right;
    margin: 3px 8px
}

#video-playlist #playlist-header .rating-box .btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

#video-playlist #playlist-content {
    padding: 0 2px;
    background: #d9d9d9
}

#video-playlist #playlist-content .mozaique.thumbs-5 {
    white-space: nowrap;
    overflow: hidden
}

#video-playlist #playlist-content .mozaique.thumbs-5 .thumb-block {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    float: none;
    clear: none;
    background: 0 0;
    border: 0
}

#video-playlist #playlist-content .mozaique.thumbs-5 .thumb-block.selected .thumb-inside a {
    border-color: #de2600;
    border-width: 3px
}

#video-playlist #playlist-content .mozaique.thumbs-5 .thumb-block.selected p a {
    color: #de2600;
    font-weight: 700
}

#video-playlist #playlist-content .mozaique.thumbs-5 .thumb-block .thumb-overlay {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 1px;
    font-size: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, .6)
}

#video-playlist #playlist-content .mozaique.thumbs-5 .thumb-block .thumb-overlay p {
    text-align: center;
    color: #fff;
    font-weight: 700;
    white-space: normal;
    line-height: 1.3;
    padding: 10px
}

#video-playlist #playlist-content .mozaique.thumbs-5>p {
    font-size: 13px;
    margin: 8px 0 10px
}

#video-tabs .tab-buttons .btn {
    border: 0;
    height: 30px;
    line-height: 28px;
    padding-bottom: 0;
    padding-top: 0
}

#video-tabs .tab-buttons .seperator {
    display: inline-block;
    opacity: .5;
    padding: 0 7px
}

#video-tabs .tab-buttons .navbadge {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 11px;
    margin-left: 4px
}

#video-tabs .tabs .tab {
    background: #eee;
    padding: 15px 10px;
    margin: 0 0 10px;
    border-top: 1px solid #e6e6e6
}

#video-views-votes {
    color: #333;
    float: left;
    height: 30px;
    margin: 12px 8px 0 2px;
    white-space: nowrap;
    vertical-align: top
}

#video-views-votes .nb-views {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-size: 15px;
    height: 30px;
    line-height: 28px;
    margin-right: 8px;
    vertical-align: middle
}

#video-views-votes .nb-views strong {
    font-size: 19px
}

#video-views-votes .nb-views .nb-views-number {
    display: none
}

#video-views-votes .vote-actions {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-right: 8px;
    vertical-align: top
}

#video-views-votes .vote-actions .btn {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 30px;
    line-height: 28px;
    margin: 0;
    padding: 0 6px
}

#video-views-votes .vote-actions .btn.vote-action-good {
    margin-right: 3px
}

#video-views-votes .vote-actions .btn .icon {
    vertical-align: middle
}

#video-views-votes .rating-box {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: 0 0;
    font-size: 15px;
    font-weight: 700;
    height: 30px;
    line-height: 28px;
    padding: 0 6px
}

#video-views-votes .rating-box .icon {
    vertical-align: middle
}

#video-views-votes .x-overlay .x-body {
    padding: 5px 20px
}

#video-tabs .tab-buttons {
    padding: 0;
    margin: 12px 0
}

#video-tabs .tab-buttons li {
    margin-right: 8px
}

#tabShare .addthis_toolbox {
    margin: 20px 0 0
}

#tabEmbed .form-control {
    font-size: 14px;
    margin: 20px 0 0
}

#tabComments .comment {
    padding: 10px 0 0;
    overflow: hidden
}

#tabComments .comment .profile-pic {
    text-align: center;
    float: left;
    margin-right: 10px
}

#tabComments .comment .profile-pic a {
    display: block
}

#tabComments .comment .profile-pic img {
    width: 50px;
    height: 50px;
    border: 1px solid #000
}

#tabComments .comment .profile-pic .btn {
    margin: 10px 0 0
}

#tabComments .comment .bg-title {
    font-size: 12px;
    padding: 2px 10px;
    margin: 0 0 10px
}

#tabComments .comment .bg-title .is-uploader {
    font-weight: 700;
    color: #de2600
}

#tabComments .comment .comment-text {
    overflow: hidden
}

#tabComments .tab-form {
    display: none
}

#tabComments form .comment {
    padding: 0
}

#tabComments form .comment .profile-pic img {
    display: block;
    width: 100%;
    height: auto
}

#tabComments form .comment .bg-title a {
    font-size: 15px;
    text-decoration: none
}

#tabComments .pagination {
    margin: 0 4px;
    padding-top: 20px
}

#tabDownload {
    text-align: center;
    font-size: 15px
}

#favs-container {
    color: #000
}

#favs-container .pagination {
    margin: 6px 2px 15px
}

#favs-container .list-group .list-group-item {
    padding: 6px 12px
}

#favs-container .list-group .list-group-item strong {
    padding-right: 15px
}

#favs-container .list-group .list-group-item .badge {
    margin-top: 3px
}

#favs-container .list-group .list-group-item .btn-xs {
    margin: 0 0 0 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

#favs-container .list-group .list-group-item.video-in-list .remove,
#favs-container .list-group .list-group-item.video-in-list strong {
    color: #de2600
}

#favs-container .list-group .list-group-item a {
    color: #000
}

#favs-container form strong {
    padding-right: 0
}

#favs-container form .btn {
    margin: 0 0 0 10px;
    color: #000
}

#favs-container .create-account .btn {
    color: #000
}

#tabFavorites #favs-container h4 {
    line-height: 27px
}

#tabFavorites #favs-container h4 .rating-bar-block .icon.thumb-up {
    background-position: -94px 0
}

#related-videos {
    overflow: hidden
}

#related-videos .thumb-block:nth-child(5n+1) {
    clear: none
}

#related-videos .after-10 {
    display: none
}

#related-videos.enlarged-player .thumb-block {
    width: 33.3333%;
    clear: none
}

#related-videos.enlarged-player .after-9 {
    display: none
}

#related-videos .row {
    margin: 0 -2px
}

#related-videos .row .col-sm-6 {
    padding: 0 2px
}

#related-videos .show-more {
    display: block;
    margin: 5px 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden
}

#related-videos .plist {
    display: block;
    margin: 5px 0 0 2px;
    padding-bottom: 2.5px;
    float: right;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

#related-videos.expanded .after-10,
#related-videos.expanded .after-9 {
    display: block
}

#related-videos.expanded .show-more {
    display: none
}

#related-videos.expanded .plist {
    float: none;
    margin-left: 0
}

#related-videos.expanded .plist .mobile-hide {
    display: inline
}

.prof-verified-tick {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #000;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.prof-verified-tick:hover {
    text-decoration: none;
    color: #fff
}

.thumb-inside .prof-verified-tick {
    position: absolute;
    bottom: 3px;
    right: 3px
}

.mozaique .thumb-block .prof-thumb-label,
.mozaique .thumb-block .prof-thumb-title {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #de2600;
    color: #fff;
    font-weight: 700;
    text-align: center;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    font-size: 19px;
    line-height: 28px;
    height: 28px;
    padding: 0 7px;
    font-size: 14px;
    vertical-align: baseline;
    position: absolute
}

.mozaique .thumb-block .prof-thumb-label {
    bottom: 3px;
    left: 3px
}

.mozaique .thumb-block .prof-thumb-title {
    top: 3px;
    right: 3px
}

.mozaique .thumb-block .profile-name {
    font-weight: 700
}

.mozaique .thumb-block .profile-counts {
    font-size: 11px;
    line-height: 14px
}

.mozaique.thumbs-small .thumb-block {
    padding: 2px;
    width: 12.5%;
    clear: none;
    background: 0 0;
    overflow: hidden
}

.mozaique.thumbs-small .thumb-block .thumb-inside {
    padding-top: 0
}

.mozaique.thumbs-small .thumb-block .profile-counts {
    position: absolute;
    bottom: -50%;
    left: 3px;
    right: 3px;
    background: #000;
    background: rgba(0, 0, 0, .85);
    color: #fff;
    padding: 3px;
    -webkit-transition-property: bottom;
    -o-transition-property: bottom;
    -moz-transition-property: bottom;
    transition-property: bottom;
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s
}

.mozaique.thumbs-small .thumb-block:hover .profile-counts {
    bottom: 0
}

.mozaique.profileslist .thumb-block .thumb-inside {
    padding-bottom: 100%
}

.rating-box {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px
}

.rating-box .vote-actions {
    vertical-align: bottom;
    margin-right: 5px
}

.rating-box .vote-actions .btn {
    margin: 0;
    padding: 4px 6px 0
}

.rating-box .vote-actions .btn:first-child {
    border-right: 0;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px
}

.rating-box .vote-actions .btn:last-child {
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0
}

.rating-box .rating-bar-block {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: bottom
}

.rating-box .rating-bar-block span {
    vertical-align: text-top
}

.rating-box .rating-bar-block .thumb-up {
    margin-left: 15px
}

.rating-box .rating-bar-block .thumb-down {
    margin-left: 5px
}

.rating-box .rating-bar {
    background: #de2600;
    height: 3px;
    margin-top: 1px
}

.rating-box .rating-bar div {
    background: #555;
    height: 3px
}

.rating-box .rating {
    font-size: 14px;
    line-height: 24px;
    background: #555;
    color: #fff;
    padding: 4px 5px;
    margin-left: 5px
}

.rating-box .total {
    font-size: 11px;
    padding-left: 10px
}

.rating-box .x-overlay .x-body {
    padding: 1px 5px;
    font-size: 10px;
    line-height: 12px;
    text-align: center
}

.rating-box-light {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-size: 11px;
    line-height: 16px;
    background: #e6e6e6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 2px 5px 3px;
    position: relative;
    overflow: hidden;
    white-space: nowrap
}

.rating-box-light .vote-actions .icon {
    cursor: pointer;
    margin: 0 5px 0 0
}

.rating-box-light .rating-bar {
    display: none
}

.rating-box-light .rating {
    font-weight: 700
}

.rating-box-light .x-overlay .x-body {
    padding: 1px 5px;
    font-size: 10px;
    line-height: 12px;
    text-align: center
}

#main .page-title.channel {
    font-size: 22px;
    margin: 12px 2px 8px
}

#main h3.profile {
    margin: 9px 0
}

#main .bg-title .rating-box {
    float: right
}

#ad-profiles {
    margin: 0
}

#ad-profiles .ad-profiles {
    display: block;
    margin: 20px 0 10px
}

#profile-search-form {
    background: #fff;
    overflow: hidden;
    margin: 6px 0;
    padding: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

#profile-search-form.display-compact .col-left {
    width: 100%
}

#profile-search-form.display-compact .form-group {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    clear: none;
    width: 33.33333%;
    margin-left: 0;
    margin-right: 0
}

#profile-search-form.display-compact .form-group:first-child {
    width: 100%
}

#profile-search-form.display-advanced .col-create-account,
#profile-search-form.display-advanced .col-create-profile {
    display: none
}

#profile-search-form.display-compact .col-center,
#profile-search-form.display-compact .col-right,
#profile-search-form.display-create-account .col-center,
#profile-search-form.display-create-account .col-right,
#profile-search-form.display-create-profile .col-center,
#profile-search-form.display-create-profile .col-right {
    display: none
}

#profile-search-form #profile-search-filters-summary {
    overflow: hidden;
    clear: both
}

#profile-search-form #profile-search-filters-summary .btn-md {
    display: block;
    font-size: 14px
}

#profile-search-form #profile-search-filters-summary .btn-md .icon {
    margin: 0;
    vertical-align: sub
}

#profile-search-form #profile-search-filters-summary #profile-search-result-filter {
    height: 30px;
    line-height: 28px;
    margin: 0 10px 0 0;
    padding: 0 12px;
    float: left
}

#profile-search-form #profile-search-filters-summary ul {
    margin: 0;
    padding: 3px 0;
    font-size: 13px
}

#profile-search-form #profile-search-filters-summary ul li {
    padding: 0 0 3px;
    vertical-align: text-top
}

#profile-search-form #profile-search-filters-summary ul .label {
    padding-right: 5px;
    color: #333;
    font-weight: 700
}

#profile-search-form #profile-search-filters-summary ul .value {
    color: #de2600;
    font-weight: 700;
    cursor: pointer
}

#profile-search-form #profile-search-filters-summary ul .sep {
    color: #777;
    padding-left: 5px;
    padding-right: 5px
}

#profile-search-form.expanded {
    background: #eee;
    padding: 8px
}

#profile-search-form.expanded #profile-search-filters-summary .btn-md,
#profile-search-form.expanded #profile-search-filters-summary .btn-xs {
    display: block;
    margin-bottom: 4px
}

#profile-search-form.expanded #profile-search-filters-summary ul {
    display: none
}

#profile-search-form.expanded .label-contracted {
    display: none
}

#profile-search-form.expanded .row {
    max-height: 2000px;
    opacity: 1;
    overflow: hidden;
    padding-top: 10px;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in
}

#profile-search-form.contracted .row {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out
}

#profile-search-form.contracted .label-expanded {
    display: none
}

#profile-search-form .info-bordered {
    border: 1px solid #000;
    background: #fff;
    font-size: 15px;
    line-height: 22px;
    padding: 10px
}

#profile-search-form .info-bordered ul {
    margin: 10px 0 20px
}

#profile-search-form .control-label {
    font-size: 15px;
    font-weight: 400;
    text-align: left
}

#profile-search-form .form-group {
    margin-bottom: 3px;
    vertical-align: text-top
}

#profile-search-form .form-text input {
    border: 2px solid #000
}

#profile-search-form .form-range-select .control-label,
#profile-search-form .form-select .control-label {
    padding-top: 2px
}

#profile-search-form .form-range-select select,
#profile-search-form .form-select select {
    height: 26px;
    padding: 3px 6px
}

#profile-search-form .form-range-select select {
    display: inline;
    width: 45%
}

#profile-search-form .form-control {
    font-size: 14px
}

#profile-search-form .help-block {
    margin: 3px 0
}

#profile-search-form .form-actions {
    font-size: 15px;
    margin-top: 10px
}

#profile-search-form .form-actions .btn {
    font-size: 15px
}

#profile-search-form .form-actions .btn a {
    text-decoration: underline
}

#profile-search-form .form-actions .radio-inline,
#profile-search-form .form-actions strong {
    display: inline-block;
    margin: 0 2px 4px 0;
    padding: 7px 8px 7px 0;
    vertical-align: bottom
}

#profile-search-form .form-actions .radio-inline {
    padding-left: 20px
}

#profile-search-form .form-actions .radio-inline input {
    margin-top: 2px
}

#profile-search-form .form-actions #profile-search-advanced {
    text-decoration: underline
}

#profile-search-form .form-actions #profile-search-advanced:hover {
    text-decoration: none
}

#profile-search-result-count {
    display: block;
    float: left;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    padding: 0 40px 0 0
}

#profile-title {
    margin: 0 4px;
    overflow: hidden;
    position: relative
}

#profile-title .profile-pic {
    float: left;
    margin-right: 10px;
    margin-bottom: 4px
}

#profile-title .profile-pic .external-link,
#profile-title .profile-pic img {
    display: block;
    height: 60px
}

#profile-title .profile-pic img {
    border: 1px solid #000
}

#profile-title h2 {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

#profile-title h2>* {
    vertical-align: middle
}

#profile-title h2 .video-subscribe-square {
    vertical-align: text-bottom
}

#profile-title h2 small {
    color: #000;
    font-size: 75%
}

#profile-title h2 a.more-aliases {
    font-size: 85%;
    text-transform: lowercase;
    text-decoration: none
}

#profile-title h2 a.more-aliases:hover {
    text-decoration: underline
}

#profile-title .actions {
    float: right;
    margin: 2px 0 2px 10px
}

#profile-title .btn-link:hover {
    text-decoration: none;
    cursor: default
}

#profile-title.no-pic h2 {
    margin: 2px 0
}

#profile-title.no-pic .actions {
    margin-top: 8px;
    margin-bottom: 0
}

#profile-title.has-banner {
    margin: 4px 0 6px;
    position: relative
}

#profile-title.has-banner .embed-responsive {
    padding-bottom: 15.625%
}

#profile-title.has-banner .embed-responsive .embed-responsive-item {
    display: block
}

#profile-title.has-banner .embed-responsive .add-banner {
    color: #fff;
    position: absolute;
    top: 2px;
    right: 8px;
    font-weight: 700;
    text-decoration: none;
    font-size: 20px;
    font-variant: small-caps
}

#profile-title.has-banner .embed-responsive .add-banner:hover {
    text-decoration: underline
}

#profile-title.has-banner .embed-responsive .setup-banner {
    position: absolute;
    top: 2px;
    right: 2px
}

#profile-title.has-banner .profile-pic {
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 38px;
    float: none;
    margin: 0
}

#profile-title.has-banner .profile-pic .external-link,
#profile-title.has-banner .profile-pic img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: auto;
    height: 100%
}

#profile-title.has-banner h2 {
    position: absolute;
    bottom: 2px;
    left: 2px;
    margin: 0;
    padding: 1px 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden
}

#profile-title.has-banner h2 small {
    color: #fff
}

#profile-title.has-banner h2 br {
    display: none
}

#profile-title.has-banner h2 .prof-verified-tick {
    background: #fff;
    color: #000
}

#profile-title.has-banner h2 a.more-aliases {
    color: #fff
}

#profile-title.has-banner h2 a.more-aliases:hover {
    color: #fff
}

#profile-title.has-banner .video-subscribe {
    position: absolute;
    top: 2px;
    right: 2px
}

#profile-title.has-banner .website {
    position: absolute;
    bottom: 2px;
    right: 2px;
    padding: 0 12px 2px;
    background: #000;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-style: italic
}

#header-about-me {
    background: #eee;
    clear: both;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
    margin: 5px 0 8px;
    padding: 4px 26px 4px 8px;
    position: relative;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

#header-about-me br {
    display: none
}

#header-about-me .show-more {
    background: #9d9d9d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    bottom: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    height: 18px;
    line-height: 19px;
    text-align: center;
    position: absolute;
    right: 5px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    width: 18px
}

#header-about-me .show-more:hover {
    background: #848484
}

#header-about-me .show-more:active,
#header-about-me .show-more:focus {
    -webkit-box-shadow: 0 0 0 3px #d0d0d0;
    -moz-box-shadow: 0 0 0 3px #d0d0d0;
    box-shadow: 0 0 0 3px #d0d0d0
}

#header-about-me.expanded {
    cursor: auto;
    white-space: normal
}

#header-about-me.expanded br {
    display: inline
}

#header-about-me.expanded .show-more {
    cursor: pointer
}

.profile-action-link-popup .x-popup-content {
    max-width: 400px
}

#profile-tabs {
    margin: 3px 0 5px;
    padding: 0
}

#profile-tabs .tab-buttons {
    padding: 0;
    border-bottom: 1px solid #000;
    overflow: visible;
    float: none
}

#profile-tabs .tab-buttons li .btn {
    background: #000;
    border-bottom-width: 0;
    border: 1px solid #000;
    border-bottom: 0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    padding: 3px 12px
}

#profile-tabs .tab-buttons li .btn.active,
#profile-tabs .tab-buttons li .btn.active:hover,
#profile-tabs .tab-buttons li .btn.desktop-active {
    padding-bottom: 4px;
    margin-bottom: -1px;
    background: #fff;
    color: #000;
    text-shadow: none
}

#profile-tabs .tab-buttons li .btn.active .navbadge,
#profile-tabs .tab-buttons li .btn.active:hover .navbadge,
#profile-tabs .tab-buttons li .btn.desktop-active .navbadge {
    background: #de2600
}

#profile-tabs .tab-buttons li .btn:hover {
    background: #f7f7f7;
    color: #000;
    text-shadow: none
}

#profile-tabs .tab-buttons li .btn .icon {
    display: none;
    vertical-align: middle
}

#profile-tabs .tab-buttons li .btn .navbadge {
    margin-left: 4px
}

#profile-tabs .tab-buttons #tab-activity .icon,
#profile-tabs .tab-buttons #tab-chat .icon,
#profile-tabs .tab-buttons #tab-comments .icon,
#profile-tabs .tab-buttons #tab-share .icon {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline
}

#profile-tabs .tab-buttons #tab-activity .tab-label,
#profile-tabs .tab-buttons #tab-chat .tab-label,
#profile-tabs .tab-buttons #tab-comments .tab-label,
#profile-tabs .tab-buttons #tab-share .tab-label {
    display: none
}

#profile-tabs .tabs {
    padding: 15px 0 4px
}

#profile-tabs .tabs .tab {
    position: relative;
    overflow: visible;
    min-height: 15px
}

#profile-tabs .tabs .tab>.pagination:first-child,
#profile-tabs .tabs .tab>:first-child>h4:first-child,
#profile-tabs .tabs .tab>div>.pagination:first-child,
#profile-tabs .tabs .tab>div>:first-child>h4:first-child,
#profile-tabs .tabs .tab>div>h4:first-child,
#profile-tabs .tabs .tab>h4:first-child {
    margin-top: 0
}

#profile-tabs .tabs .tab-actions {
    position: absolute;
    top: -13px;
    right: 0
}

#profile-tabs .tabs .pfinfo-actions {
    margin: -8px 0 10px;
    padding: 0 0 3px;
    border-bottom: 1px solid #777;
    text-align: center
}

#profile-tabs h4 {
    font-size: 14px;
    line-height: 22px
}

#profile-tabs h4 a.active {
    text-decoration: none;
    cursor: default
}

#profile-tabs .thumb-block {
    background: 0 0
}

.profile-privacy-popup .x-popup-content {
    padding: 7px 10px;
    max-width: 500px
}

.profile-privacy-popup .form-group {
    margin-bottom: 2px
}

.profile-privacy-popup .title p {
    font-weight: 700;
    margin-bottom: 7px;
    border-bottom: 1px solid #555
}

.profile-privacy-popup .actions {
    margin-bottom: 0
}

.profile-privacy-popup .actions>div>div {
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid #555
}

#tabAboutMe .profile-pic {
    position: relative
}

#tabAboutMe .profile-pic .external-link,
#tabAboutMe .profile-pic img {
    display: block;
    width: 100%
}

#tabAboutMe .profile-pic img {
    border: 1px solid #000;
    height: auto
}

#tabAboutMe .profile-pic .btn {
    position: absolute;
    top: 2px;
    right: 2px
}

#tabAboutMe .rating-box {
    margin: 10px auto 0
}

#tabAboutMe .rating-box .rating-bar-block {
    min-width: 60px
}

#tabAboutMe #pfinfo-col-pict {
    padding-right: 5px
}

#tabAboutMe .pfinfo-col {
    font-size: 13px;
    line-height: 1.4;
    padding: 0 5px
}

#tabAboutMe .pfinfo-col p {
    overflow: hidden;
    margin: 0
}

#tabAboutMe .pfinfo-col p.light {
    margin-top: -4px
}

#tabAboutMe .pfinfo-col p.light strong {
    font-weight: 400
}

#tabAboutMe .pfinfo-col #pinfo-channel-ranks,
#tabAboutMe .pfinfo-col #pinfo-pornstar-ranks,
#tabAboutMe .pfinfo-col #pinfo-video-tags {
    margin: 5px 0
}

#tabAboutMe .pfinfo-col #pinfo-workedfor a {
    font-weight: 700
}

#tabAboutMe .pfinfo-col #pinfo-aboutme {
    background: #eee;
    border: 1px solid #e2e2e2;
    padding: 3px 10px;
    max-height: 150px;
    position: relative
}

#tabAboutMe .pfinfo-col #pinfo-aboutme .tip {
    display: block;
    color: #333;
    font-size: 12px;
    font-style: italic;
    padding-bottom: 10px
}

#tabAboutMe .pfinfo-col #pinfo-aboutme .aboutme-edit {
    display: none
}

#tabAboutMe .pfinfo-col #pinfo-aboutme.missing {
    border-color: #de2600
}

#tabAboutMe .pfinfo-col #pinfo-aboutme.missing .tip {
    display: inline;
    color: #de2600;
    font-size: 12px;
    font-style: normal;
    padding-top: 0
}

#tabAboutMe .pfinfo-col #pinfo-aboutme.missing .value {
    display: none
}

#tabAboutMe .pfinfo-col #pinfo-aboutme.editing {
    max-height: none
}

#tabAboutMe .pfinfo-col #pinfo-aboutme.editing .tip,
#tabAboutMe .pfinfo-col #pinfo-aboutme.editing .value {
    display: none
}

#tabAboutMe .pfinfo-col #pinfo-aboutme.editing .aboutme-edit {
    display: inline
}

#tabAboutMe .pfinfo-col #pinfo-aboutme button {
    margin-top: 3px;
    float: right
}

#tabAboutMe .pfinfo-col #pinfo-aboutme .show-more {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    background: rgba(255, 255, 255, .95);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 238, 238, .1)), color-stop(20%, rgba(238, 238, 238, .85)), color-stop(20%, #eee));
    background: -webkit-linear-gradient(top, rgba(238, 238, 238, .1), rgba(238, 238, 238, .85) 20%, #eee);
    background: -moz-linear-gradient(top, rgba(238, 238, 238, .1), rgba(238, 238, 238, .85) 20%, #eee);
    background: -o-linear-gradient(top, rgba(238, 238, 238, .1), rgba(238, 238, 238, .85) 20%, #eee);
    background: linear-gradient(180deg, rgba(238, 238, 238, .1), rgba(238, 238, 238, .85) 20%, #eee);
    text-align: center;
    padding: 15px 5px 2px;
    cursor: pointer
}

#tabAboutMe .pfinfo-col .pinfo-hidden {
    display: none
}

#tabAboutMe .bottom-actions {
    float: right;
    margin-top: 8px;
    padding: 8px 0 8px 50px;
    border-top: 1px solid #d5d5d5
}

#tabAboutMe h4.bg-title {
    clear: both
}

#tabAboutMe #profile-add-to-friends {
    padding-bottom: 6px
}

#tabAboutMe #profile-add-to-friends .icon {
    vertical-align: text-bottom
}

#tabPhotos .thumb-mozaique {
    clear: both
}

#tabPhotos .img-block .thumb-inside {
    padding-bottom: 75%
}

#tabPhotos .img-block .embed-responsive-item {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0
}

#tabPhotos .img-block img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border: 1px solid #000
}

.prof-tab-metadata {
    margin: 0 4px 5px;
    min-height: 27px;
    font-size: 14px
}

.prof-tab-metadata .rating-box {
    float: right;
    margin-left: 20px
}

.prof-tab-metadata p {
    float: left
}

.favorite-page #profile-title h2 {
    float: left;
    white-space: nowrap
}

.favorite-page #profile-title h2 small,
.favorite-page #profile-title h2 span {
    vertical-align: baseline
}

.favorite-page #profile-title h2 .video-subscribe .nb-subscribers {
    vertical-align: text-bottom;
    margin-right: 1px
}

.favorite-page #profile-title .fav-votes {
    text-align: right;
    height: 27px
}

.favorite-page #profile-title .fav-votes .rating-box-light {
    margin: 3px 0 3px 10px
}

.favorite-page #profile-title .fav-tags {
    font-size: 11px;
    margin: 0
}

.favorite-page #profile-title.no-tags h2 {
    margin-top: 6px
}

.favorite-page #profile-title.no-tags .fav-votes {
    height: 37px
}

#tabFavorites .list-inline li {
    padding-right: 0
}

#tabFavorites .more {
    font-weight: 700;
    font-size: 13px;
    margin: 5px 0 0;
    color: #de2600
}

#tabFavorites .more a {
    color: #de2600
}

#tabFavorites .favorites {
    clear: both
}

#tabComments .tab-form {
    border: 1px solid #555;
    margin: 0 0 10px
}

#tabComments #profile-comments-form-login {
    color: #de2600;
    font-size: 15px;
    margin: 20px 0;
    text-align: center;
    font-weight: 700
}

#tabComments #profile-comments-form {
    margin-bottom: 15px
}

#tabComments #profile-comments-form .form-group {
    margin-bottom: 5px
}

#tabComments #profile-comments .comment {
    overflow: hidden;
    margin: 0 0 2px;
    padding: 8px;
    background: #e7e7e7
}

#tabComments #profile-comments .comment .thumb {
    overflow: hidden;
    display: block;
    border: 1px solid #000;
    float: left;
    margin: 0 8px 0 0
}

#tabComments #profile-comments .comment h4 {
    overflow: hidden;
    padding: 0 4px;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 400
}

#tabComments #profile-comments .comment h4 a {
    font-weight: 700
}

#tabComments #profile-comments .comment h4 a.delete,
#tabComments #profile-comments .comment h4 a.report {
    font-weight: 400;
    float: right;
    padding: 0 0 0 10px;
    font-size: 11px
}

#tabComments #profile-comments .comment .content {
    overflow: hidden;
    font-size: 14px;
    padding: 6px 10px;
    background: #f9f9f9
}

#tabComments #load-more-wall-comments {
    margin-top: 5px;
    font-weight: 700;
    display: block;
    width: 100%;
    clear: both
}

#tabActivity {
    clear: both
}

#tabActivity .activity-event {
    overflow: hidden;
    margin-bottom: 10px
}

#tabActivity .activity-event .header {
    overflow: hidden;
    padding: 3px 8px;
    margin: 0 0 5px;
    background: #eee
}

#tabActivity .activity-event .header h4 {
    margin: 0 0 3px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.35
}

#tabActivity .activity-event .header h4 a {
    font-weight: 700
}

#tabActivity .activity-event .header h4 .timestamp {
    float: right;
    font-style: italic;
    white-space: nowrap;
    color: #333;
    font-size: 12px;
    padding: 3px 0 0 3px
}

#tabActivity .activity-event .content {
    padding: 3px 1px
}

#tabActivity .activity-event .thumb-block {
    background: 0 0;
    border-bottom: 0
}

#tabActivity .activity-event .thumb-block .timestamp {
    position: absolute;
    top: 9px;
    left: 3px;
    padding: 0 5px;
    background: rgba(255, 255, 255, .5);
    color: #333;
    font-size: 11px;
    font-style: italic
}

#tabActivity .activity-event .img-block {
    padding: 5px 2px 3px
}

#tabActivity .activity-event .img-block .embed-responsive-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#tabActivity .activity-event .img-block img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    border: 1px solid #000
}

#tabActivity .activity-event .img-block .timestamp {
    position: absolute;
    top: 8px;
    left: 2px
}

#tabActivity .activity-event .more {
    font-weight: 700;
    font-size: 13px;
    margin: 5px 0 0;
    color: #de2600;
    text-align: right
}

#tabActivity .activity-event .more a {
    color: #de2600
}

#tabActivity .activity-event .act-achievement {
    text-align: center;
    font-size: 48px
}

#tabActivity #load-more-activities {
    margin-top: 5px;
    font-weight: 700;
    display: block;
    width: 100%;
    clear: both
}

.prof-link-captcha .x-popup-content p {
    max-width: 304px
}

.http-error-page h1,
.http-error-page h2,
.http-error-page h3,
.http-error-page h4 {
    margin-left: 0;
    text-align: center
}

.http-error-page h1 {
    color: #de2600
}

.tab-form {
    text-align: left;
    background: #fff;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 13px
}

.tab-form .title {
    font-weight: 700;
    color: #de2600;
    font-size: 15px;
    margin-bottom: 10px
}

.tab-form .form-group {
    margin-bottom: 5px
}

.tab-form .login {
    border-right: 2px solid #eee
}

.tab-form .create-account {
    font-size: 14px
}

.tab-form label.control-label {
    text-align: left
}

.tab-form .btn {
    margin: 0;
    font-size: 15px
}

.tab-form .forgot-password {
    float: left;
    margin-top: 15px
}

.tab-form ul {
    padding-left: 10px
}

.tab-form:last-child {
    margin-top: 15px;
    margin-bottom: 0
}

.x-overlay .x-body .tab-form:first-child {
    margin-top: 0
}

.x-overlay .x-body .tab-form,
.x-overlay .x-body .tab-form a {
    color: #000
}

.x-overlay .x-body .tab-form .text-danger {
    color: #de2600
}

.tab-form.tab-login-form.contracted .form-group {
    display: none
}

.tab-form.tab-login-form.contracted .form-group.actions {
    display: block
}

.tab-form.tab-login-form.contracted .form-group.actions a {
    display: none
}

.tab-form.tab-login-form.contracted .create-account {
    display: none
}

#list-page {
    margin: 10px 5px;
    padding: 0
}

#list-page li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 33.333%
}

#list-page a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 5px;
    text-decoration: none;
    font-size: 15px
}

#list-page a:hover {
    text-decoration: underline
}

#load-more-subs {
    margin-top: 5px;
    font-weight: 700;
    display: block;
    width: 100%;
    clear: both
}

.signin-popup-form .x-body {
    max-width: 1280px
}

#signin-popup-form {
    position: relative
}

#signin-popup-form .text-danger {
    color: #de2600
}

#signin-popup-form h2 {
    font-size: 34px;
    margin: 0 0 16px;
    text-transform: uppercase
}

#signin-popup-form legend {
    color: #fff;
    font-weight: 700
}

#signin-popup-form .fieldset-header {
    font-weight: 700;
    font-size: 15px;
    margin: 0 0 10px
}

#signin-popup-form .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

#signin-popup-form .help-block {
    color: #ddd
}

#signin-popup-form .error-block {
    color: #de2600
}

#signin-popup-form .btn-danger,
#signin-popup-form .btn-default {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    white-space: normal
}

#signin-popup-form .btn-default {
    background: #fff;
    color: #000
}

#signin-popup-form .btn-default.active,
#signin-popup-form .btn-default:active,
#signin-popup-form .btn-default:hover {
    background: #de2600;
    color: #fff
}

#signin-popup-form .btn-default.active .text-danger,
#signin-popup-form .btn-default:active .text-danger,
#signin-popup-form .btn-default:hover .text-danger {
    color: #fff
}

#signin-popup-form .btn-default.disabled,
#signin-popup-form .btn-default.has-verror {
    background: #777;
    color: #333;
    font-style: italic
}

#signin-popup-form .btn-danger {
    min-width: 200px
}

#signin-popup-form .btn-danger.disabled,
#signin-popup-form .btn-danger.disabled:active,
#signin-popup-form .btn-danger.has-verror,
#signin-popup-form .btn-danger.has-verror:active {
    background: #ab1d00;
    color: #eee
}

#signin-popup-form .info-pannel {
    border-left: 1px solid #fff;
    padding-left: 30px
}

#signin-popup-form .info-pannel h3 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 30px
}

#signin-popup-form .info-pannel .advantage {
    margin: 15px 0
}

#signin-popup-form .info-pannel .advantage p {
    font-weight: 700;
    font-size: 15px;
    margin: 0;
    overflow: hidden
}

#signin-popup-form .info-pannel .advantage .icon {
    display: block;
    float: left;
    margin-right: 5px
}

#signin-popup-form .info-pannel .btn-default {
    width: 100%;
    display: block;
    margin-top: 30px
}

#signin-popup-form .form-buttons {
    margin-bottom: 0
}

#signin-popup-form .form-buttons>div {
    margin-left: 0;
    width: 100%
}

#signin-popup-form .form-buttons>div>div {
    display: none
}

#signin-popup-form .login-mobile-show {
    display: none
}

#signin-popup-form #lost-password-form .btn-danger,
#signin-popup-form #signin-form .btn-danger {
    display: block;
    width: 100%
}

#signin-popup-form #signup-form .form-field-signup-form_details_tos_pp .content,
#signin-popup-form #signup-form .form-field-signup-form_step2_optional_daily_digest .content {
    margin-left: 0;
    width: 100%
}

#signin-popup-form #signup-form_step2 .form-buttons {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    clear: both
}

#signin-popup-form #signup-form_step2_profilepic .step2-profile-pic {
    float: left;
    margin-right: 10px;
    width: 160px
}

#signin-popup-form #signup-form_step2_profilepic .step2-profile-pic img {
    cursor: pointer
}

#signin-popup-form #signup-form_step2_profilepic .form-group {
    overflow: auto
}

#signin-popup-form #signup-form_step2_profilepic .form-group input[type=file] {
    border: 1px solid #5cb85c
}

#signin-popup-form #signup-form_step2_profilepic .content {
    width: 100%;
    margin-left: 0
}

#signin-popup-form #signup-form-iframe {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    border: 0
}

#signin-popup-form #btn-login2lostpassword:before {
    content: ' ';
    display: block;
    clear: right
}

.mobile-show,
.mobile-show-inline,
.mobile-show-inline-block,
.mobile-show-list-item {
    display: none
}

.mobile-only-show,
.mobile-only-show-inline,
.mobile-only-show-inline-block,
.mobile-only-show-list-item {
    display: none
}

@media(min-width:1114px) {
    .home #page>* {
        margin-left: -92px;
        margin-right: 92px
    }

    .home #language-switcher-list {
        right: 92px
    }

    .home #main {
        position: relative;
        margin-right: -92px;
        padding-right: 184px
    }

    .home #ad-tower {
        display: block;
        float: none;
        position: absolute;
        right: 0;
        top: 39px
    }

    .home.no-side-tf-tower #page>*,
    .home.no-tf #page>* {
        margin-left: 0;
        margin-right: 0
    }

    .home.no-side-tf-tower #language-switcher-list,
    .home.no-tf #language-switcher-list {
        right: 0
    }

    .home.no-side-tf-tower #main,
    .home.no-tf #main {
        position: relative;
        margin-right: 0;
        padding-right: 0
    }
}

@media(min-width:930px) {

    .xv-responsive #page.video-page #video-player-bg #html5video.embed-responsive,
    .xv-responsive #page.video-page #video-player-bg #player {
        height: 476px;
        padding-bottom: 0
    }

    .xv-responsive #page.video-page #video-player-bg #html5video.embed-responsive .embed-responsive-item,
    .xv-responsive #page.video-page #video-player-bg #html5video.embed-responsive embed,
    .xv-responsive #page.video-page #video-player-bg #player .embed-responsive-item,
    .xv-responsive #page.video-page #video-player-bg #player embed {
        height: 476px;
        position: static
    }

    .xv-responsive #page.video-page .player-enlarged #video-player-bg #html5video.embed-responsive,
    .xv-responsive #page.video-page .player-enlarged #video-player-bg #player {
        height: auto;
        padding-bottom: 40%
    }

    .xv-responsive #page.video-page .player-enlarged #video-player-bg #html5video.embed-responsive .embed-responsive-item,
    .xv-responsive #page.video-page .player-enlarged #video-player-bg #html5video.embed-responsive embed,
    .xv-responsive #page.video-page .player-enlarged #video-player-bg #player .embed-responsive-item,
    .xv-responsive #page.video-page .player-enlarged #video-player-bg #player embed {
        height: 100%;
        position: absolute
    }

    .xv-responsive #tabActivity .activity-event .act-achievement {
        font-size: 60px
    }
}

@media(min-width:930px) and (max-aspect-ratio:1280/680) {

    .xv-responsive #page.video-page .player-enlarged #video-player-bg #html5video.embed-responsive,
    .xv-responsive #page.video-page .player-enlarged #video-player-bg #player {
        padding-bottom: 45%
    }
}

@media(min-width:930px) and (max-aspect-ratio:1280/760) {

    .xv-responsive #page.video-page .player-enlarged #video-player-bg #html5video.embed-responsive,
    .xv-responsive #page.video-page .player-enlarged #video-player-bg #player {
        padding-bottom: 50%
    }
}

@media(min-width:930px) and (max-aspect-ratio:1280/840) {

    .xv-responsive #page.video-page .player-enlarged #video-player-bg #html5video.embed-responsive,
    .xv-responsive #page.video-page .player-enlarged #video-player-bg #player {
        padding-bottom: 56.25%
    }
}

@media(min-width:930px) and (max-aspect-ratio:1280/960) {

    .xv-responsive #page.video-page .player-enlarged #video-player-bg #html5video.embed-responsive,
    .xv-responsive #page.video-page .player-enlarged #video-player-bg #player {
        padding-bottom: 62.5%
    }
}

@media(min-width:992px) {
    .xv-responsive #profile-search-form.display-compact .form-row-keywords .control-label {
        width: 11.1111%
    }

    .xv-responsive #profile-search-form.display-compact .form-row-keywords .col-md-8 {
        width: 88.8889%
    }

    .xv-responsive #related-videos.enlarged-player .thumb-block {
        width: 25%;
        clear: none
    }

    .xv-responsive #related-videos.enlarged-player .after-8 {
        display: none
    }

    .xv-responsive #related-videos.enlarged-player.expanded .after-8 {
        display: block
    }
}

@media(min-width:1024px) {
    .xv-responsive #header .white-stripe h2 {
        font-size: 18px
    }

    .xv-responsive #header .white-stripe h2 .alt {
        font-size: 15px
    }

    .xv-responsive #tags li,
    .xv-responsive .tags-list li {
        width: 20%
    }

    .xv-responsive .mozaique.thumbs-4 .thumb-block {
        width: 25%;
        clear: none
    }

    .xv-responsive .mozaique.thumbs-4 .thumb-block:nth-child(4n+1) {
        clear: none
    }

    .xv-responsive .mozaique.thumbs-5 .thumb-block:nth-child(5n+1) {
        clear: none
    }

    .xv-responsive .mozaique.thumbs-small .thumb-block {
        width: 10%
    }

    .xv-responsive .users-videos .eventslist .show-less .thumb-block:nth-child(4) {
        display: block
    }

    .xv-responsive .users-videos .eventslist .has-4 .show-more-vids {
        display: none
    }

    .xv-responsive.more-thumbs-lg .mozaique .thumb-block {
        width: 25%;
        clear: none
    }

    .xv-responsive.more-thumbs-lg .mozaique .thumb-block:nth-child(4n+1) {
        clear: none
    }

    .xv-responsive.more-thumbs-lg .mozaique.thumbs-4 .thumb-block,
    .xv-responsive.more-thumbs-lg .mozaique.thumbs-5 .thumb-block {
        width: 20%;
        clear: none
    }

    .xv-responsive.more-thumbs-lg .mozaique.thumbs-4 .thumb-block:nth-child(5n+1),
    .xv-responsive.more-thumbs-lg .mozaique.thumbs-5 .thumb-block:nth-child(5n+1) {
        clear: none
    }

    .xv-responsive.more-thumbs-lg .mozaique.thumbs-small .thumb-block {
        width: 10%
    }

    .xv-responsive.more-thumbs-lg .users-videos .eventslist .show-less .thumb-block:nth-child(5) {
        display: block
    }

    .xv-responsive.more-thumbs-lg .users-videos .eventslist .has-5 .show-more-vids {
        display: none
    }
}

@media(min-width:1120px) {
    .xv-responsive #header .white-stripe h2 {
        font-size: 20px
    }

    .xv-responsive #header .white-stripe h2 .alt {
        font-size: 18px
    }

    .xv-responsive #list-page li {
        width: 25%
    }

    .xv-responsive .mozaique.thumbs-small .thumb-block,
    .xv-responsive.more-thumbs-lg .mozaique.thumbs-small .thumb-block {
        width: 8.3333%
    }

    .xv-responsive #profile-tabs #tab-activity .icon,
    .xv-responsive #profile-tabs #tab-chat .icon,
    .xv-responsive #profile-tabs #tab-comments .icon {
        display: none
    }

    .xv-responsive #profile-tabs #tab-activity .tab-label,
    .xv-responsive #profile-tabs #tab-chat .tab-label,
    .xv-responsive #profile-tabs #tab-comments .tab-label {
        display: inline
    }
}

@media(min-width:1200px) {
    .xv-responsive .language-switcher-popup a {
        font-size: 12px;
        padding-bottom: 3px;
        padding-top: 3px
    }
}

@media(min-width:1280px) {
    .xv-responsive #profile-tabs .tabs {
        border: 1px solid #d9d9d9;
        -webkit-border-image: -webkit-linear-gradient(top, #000, #d9d9d9 300px) 5;
        -moz-border-image: -moz-linear-gradient(top, #000, #d9d9d9 300px) 5;
        -o-border-image: -o-linear-gradient(top, #000, #d9d9d9 300px) 5;
        border-image: linear-gradient(to bottom, #000, #d9d9d9 300px) 5;
        border-top: 0;
        padding-left: 4px;
        padding-right: 4px
    }

    .xv-responsive #profile-title {
        margin: 0
    }

    .xv-responsive #profile-tabs {
        border-width: 1px
    }

    .xv-responsive .users-videos .tab-description {
        padding: 0
    }
}

@media(min-width:1280px) and (min-height:680px) {

    .xv-responsive #page.video-page .player-enlarged #video-player-bg #html5video.embed-responsive,
    .xv-responsive #page.video-page .player-enlarged #video-player-bg #player {
        padding-bottom: 45%
    }
}

@media(min-width:1280px) and (min-height:760px) {

    .xv-responsive #page.video-page .player-enlarged #video-player-bg #html5video.embed-responsive,
    .xv-responsive #page.video-page .player-enlarged #video-player-bg #player {
        padding-bottom: 50%
    }
}

@media(min-width:1280px) and (min-height:840px) {

    .xv-responsive #page.video-page .player-enlarged #video-player-bg #html5video.embed-responsive,
    .xv-responsive #page.video-page .player-enlarged #video-player-bg #player {
        padding-bottom: 55%
    }
}

@media(max-width:991px) and (min-width:768px) {
    .xv-responsive #related-videos .thumb-block {
        width: 25%;
        clear: none
    }

    .xv-responsive #related-videos .thumb-block:nth-child(4n+1) {
        clear: none
    }

    .xv-responsive #related-videos .after-8 {
        display: none
    }

    .xv-responsive #related-videos.enlarged-player .thumb-block {
        width: 33.33333%;
        clear: none
    }

    .xv-responsive #related-videos.enlarged-player .after-8 {
        display: block
    }

    .xv-responsive #related-videos.enlarged-player .after-9 {
        display: none
    }

    .xv-responsive #related-videos.expanded .after-8 {
        display: block
    }

    .xv-responsive #related-videos.expanded.enlarged-player .after-9 {
        display: block
    }

    .xv-responsive #signin-popup-form .info-pannel h3 {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 10px
    }

    .xv-responsive #signin-popup-form .info-pannel .advantage {
        margin: 5px 0;
        width: auto;
        float: none
    }

    .xv-responsive #signin-popup-form .info-pannel .advantage p {
        font-size: 13px
    }

    .xv-responsive #signin-popup-form .info-pannel .btn-default {
        margin-top: 10px;
        padding: 7px;
        font-size: 14px;
        white-space: normal
    }

    .xv-responsive #signin-popup-form #signup-form_step2_profilepic .step2-profile-pic {
        margin: 0 auto 10px;
        width: 80px;
        float: none
    }
}

@media(min-width:930px) {
    .xv-responsive .home #page>* {
        margin-left: 0;
        margin-right: 0
    }

    .xv-responsive .home #language-switcher-list {
        right: 0
    }

    .xv-responsive .home #main {
        position: relative;
        margin-right: 0;
        padding-right: 0
    }

    .xv-responsive .home #ad-tower {
        display: block;
        float: none;
        position: absolute;
        right: 0;
        top: 39px
    }

    .xv-responsive .home.no-side-tf-tower #page>*,
    .xv-responsive .home.no-tf #page>* {
        margin-left: 0;
        margin-right: 0
    }

    .xv-responsive .home.no-side-tf-tower #language-switcher-list,
    .xv-responsive .home.no-tf #language-switcher-list {
        right: 0
    }

    .xv-responsive .home.no-side-tf-tower #main,
    .xv-responsive .home.no-tf #main {
        position: relative;
        margin-right: 0;
        padding-right: 0
    }
}

@media(min-width:1464px) {
    .xv-responsive .home #page>* {
        margin-left: -92px;
        margin-right: 92px
    }

    .xv-responsive .home #language-switcher-list {
        right: 92px
    }

    .xv-responsive .home #main {
        position: relative;
        margin-right: -92px;
        padding-right: 184px
    }

    .xv-responsive .home #ad-tower {
        display: block;
        float: none;
        position: absolute;
        right: 0;
        top: 39px
    }

    .xv-responsive .home.no-side-tf-tower #page>*,
    .xv-responsive .home.no-tf #page>* {
        margin-left: 0;
        margin-right: 0
    }

    .xv-responsive .home.no-side-tf-tower #language-switcher-list,
    .xv-responsive .home.no-tf #language-switcher-list {
        right: 0
    }

    .xv-responsive .home.no-side-tf-tower #main,
    .xv-responsive .home.no-tf #main {
        position: relative;
        margin-right: 0;
        padding-right: 0
    }
}

@media(max-width:929px) {
    .xv-responsive #profile-tabs .tab-buttons li .btn .icon {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline
    }

    .xv-responsive #profile-tabs .tab-label {
        display: none
    }

    .xv-responsive #tabAboutMe .rating-box .rating-bar-block {
        min-width: 55px
    }
}

@media(max-width:870px) {
    .xv-responsive #header .main-menu p {
        display: none
    }

    .xv-responsive #tabAboutMe .rating-box .rating-bar-block {
        min-width: 30px
    }
}

@media(max-width:792px) {

    .xv-responsive .pagination+#listing-settings .btn .icon,
    .xv-responsive .stripe+#listing-settings .btn .icon {
        display: inline-block
    }

    .xv-responsive .pagination+#listing-settings .btn .label,
    .xv-responsive .stripe+#listing-settings .btn .label {
        display: none
    }
}

@media(max-width:768px) {
    .xv-responsive .mobile-show {
        display: block
    }

    .xv-responsive .mobile-show-inline {
        display: inline
    }

    .xv-responsive .mobile-show-inline-block {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline
    }

    .xv-responsive .mobile-show-list-item {
        display: list-item
    }

    .xv-responsive .mobile-hide,
    .xv-responsive .mobile-hide-inline {
        display: none
    }

    .xv-responsive .x-overlay.x-overlay-box {
        padding: 0 10px
    }

    .xv-responsive .x-overlay.x-overlay-box .x-body {
        padding: 15px
    }

    .xv-responsive .pagination-with-settings .pagination {
        margin-right: 40px
    }

    .xv-responsive .pagination ul li a {
        font-size: 16px;
        padding: 5px 10px
    }

    .xv-responsive .pagination ul li a.active {
        padding-left: 10px;
        padding-right: 10px
    }

    .xv-responsive .pagination.center ul {
        text-align: left
    }

    .xv-responsive .icon.logo-bg {
        border-color: #161616;
        background-color: #161616
    }

    .xv-responsive .desktop-active .icon.pencil {
        background-position: -288px -16px
    }

    .xv-responsive .desktop-active .icon.friends {
        background-position: -336px -16px
    }

    .xv-responsive .desktop-active .icon.video {
        background-position: -384px -16px
    }

    .xv-responsive .desktop-active .icon.picture {
        background-position: -432px -16px
    }

    .xv-responsive .desktop-active .icon.favorites {
        background-position: -480px -16px
    }

    .xv-responsive .desktop-active .icon.fans {
        background-position: -528px -16px
    }

    .xv-responsive .desktop-active .icon.comments {
        background-position: -576px -16px
    }

    .xv-responsive .desktop-active .icon.chat {
        background-position: -624px -16px
    }

    .xv-responsive .desktop-active .icon.activity {
        background-position: -672px -16px
    }

    .xv-responsive .desktop-active .icon.share {
        background-position: -720px -16px
    }

    .xv-responsive .desktop-active:hover .icon.pencil,
    .xv-responsive .mobile-active .icon.pencil {
        background-position: -264px -16px
    }

    .xv-responsive .desktop-active:hover .icon.friends,
    .xv-responsive .mobile-active .icon.friends {
        background-position: -312px -16px
    }

    .xv-responsive .desktop-active:hover .icon.video,
    .xv-responsive .mobile-active .icon.video {
        background-position: -360px -16px
    }

    .xv-responsive .desktop-active:hover .icon.picture,
    .xv-responsive .mobile-active .icon.picture {
        background-position: -408px -16px
    }

    .xv-responsive .desktop-active:hover .icon.favorites,
    .xv-responsive .mobile-active .icon.favorites {
        background-position: -456px -16px
    }

    .xv-responsive .desktop-active:hover .icon.fans,
    .xv-responsive .mobile-active .icon.fans {
        background-position: -504px -16px
    }

    .xv-responsive .desktop-active:hover .icon.comments,
    .xv-responsive .mobile-active .icon.comments {
        background-position: -552px -16px
    }

    .xv-responsive .desktop-active:hover .icon.chat,
    .xv-responsive .mobile-active .icon.chat {
        background-position: -600px -16px
    }

    .xv-responsive .desktop-active:hover .icon.activity,
    .xv-responsive .mobile-active .icon.activity {
        background-position: -648px -16px
    }

    .xv-responsive .desktop-active:hover .icon.share,
    .xv-responsive .mobile-active .icon.share {
        background-position: -696px -16px
    }

    .xv-responsive .xv-tabs .tab-buttons li.mobile-show {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline
    }

    .xv-responsive .xv-tabs .tab-buttons li.mobile-hide {
        display: none
    }

    .xv-responsive .xv-tabs .tab-buttons .btn.desktop-active {
        color: #000;
        text-shadow: 0 1px #333;
        background: #e6e6e6;
        border-color: #ccc
    }

    .xv-responsive .xv-tabs .tab-buttons .btn.desktop-active .navbadge {
        background: #de2600
    }

    .xv-responsive .xv-tabs .tab-buttons .btn.desktop-active:hover,
    .xv-responsive .xv-tabs .tab-buttons .btn.mobile-active {
        color: #fff;
        text-shadow: 0 -1px #333;
        background: #de2600;
        border-color: #a11c00
    }

    .xv-responsive .xv-tabs .tab-buttons .btn.desktop-active:hover .navbadge,
    .xv-responsive .xv-tabs .tab-buttons .btn.mobile-active .navbadge {
        background: #000
    }

    .xv-responsive .xv-tabs .tabs .tab.desktop-active {
        display: none
    }

    .xv-responsive .xv-tabs .tabs .tab.mobile-active {
        display: block
    }

    .xv-responsive #x-messages .inner,
    .xv-responsive .x-messages .inner {
        margin-left: 2px;
        margin-right: 2px
    }

    .xv-responsive #x-messages .x-message-arrow,
    .xv-responsive .x-messages .x-message-arrow {
        display: block;
        left: 14px;
        right: auto
    }

    .xv-responsive #header {
        width: 100%;
        z-index: 200
    }

    .xv-responsive #header .white-stripe {
        color: #fff;
        background: #161616;
        border-bottom: 0;
        left: 0;
        position: fixed;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 200
    }

    .xv-responsive #header .white-stripe #header-mobile-filters-toggle,
    .xv-responsive #header .white-stripe #header-mobile-menu-toggle,
    .xv-responsive #header .white-stripe #header-mobile-search-toggle {
        float: left;
        margin-right: 0
    }

    .xv-responsive #header .white-stripe a.logo {
        float: none;
        margin: 2px auto;
        vertical-align: text-top
    }

    .xv-responsive #header .white-stripe a.logo,
    .xv-responsive #header .white-stripe a.logo image,
    .xv-responsive #header .white-stripe a.logo svg {
        background: #161616
    }

    .xv-responsive #header .white-stripe .animated-hamburger {
        margin-left: 4px
    }

    .xv-responsive #header .white-stripe .animated-hamburger.init-ok span {
        background: #fff
    }

    .xv-responsive #header .white-stripe .animated-hamburger span {
        background: #555
    }

    .xv-responsive #header .white-stripe .header-icons .btn {
        background: 0 0;
        margin: 0;
        padding: 0
    }

    .xv-responsive #header .white-stripe .header-icons .btn .icon {
        margin: 0
    }

    .xv-responsive #header .white-stripe .header-icons .icon.theme-dark,
    .xv-responsive #header .white-stripe .header-icons .icon.theme-light {
        background-position: -1016px 0;
        margin-right: 10px
    }

    .xv-responsive #header .white-stripe .header-icons .icon .red-bg,
    .xv-responsive #header .white-stripe .header-icons .icon .red-bg:hover {
        border-color: #000;
        background-color: #000
    }

    .xv-responsive #header #mobile-slogan {
        background: 0 0;
        border-bottom: 1px solid #d9d9d9;
        font-size: 18px;
        height: 35px;
        line-height: 38px;
        margin: 0 -8px 8px;
        overflow: hidden;
        padding: 0 8px;
        text-align: center
    }

    .xv-responsive #header #mobile-slogan .alt {
        font-size: 14px
    }

    .xv-responsive #header .mobile-menu {
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        z-index: 280
    }

    .xv-responsive #header #mobile-menu {}

    .xv-responsive #header .main-menu,
    .xv-responsive #header .secondary-menu {
        margin: 0;
        padding: 0
    }

    .xv-responsive #header .main-menu ul,
    .xv-responsive #header .secondary-menu ul {
        float: none
    }

    .xv-responsive #header .main-menu {
        float: left;
        width: 50%
    }

    .xv-responsive #header .main-menu ul a {
        border-right: 1px solid #c52200;
        border-bottom: 1px solid #c52200
    }

    .xv-responsive #header .main-menu ul a:hover {
        border-right-color: #0d0d0d;
        border-bottom-color: #0d0d0d
    }

    .xv-responsive #header .secondary-menu b,
    .xv-responsive #header .secondary-menu strong {
        text-decoration: none
    }

    .xv-responsive #header .secondary-menu .content-title,
    .xv-responsive #header .secondary-menu a {
        padding: 8px 12px;
        border-bottom-color: #0d0d0d
    }

    .xv-responsive #header .secondary-menu .content-title:hover,
    .xv-responsive #header .secondary-menu a:hover {
        background: #de2600;
        border-bottom-color: #c52200
    }

    .xv-responsive #header .secondary-menu .content-title {
        font-weight: 400
    }

    .xv-responsive #header .main-categories li a {
        background: #e6e6e6;
        border-bottom: 1px solid #ccc
    }

    .xv-responsive #header .icon.red-bg {
        background-color: transparent;
        border: 0;
        width: 24px;
        height: 24px
    }

    .xv-responsive #header .icon.red-bg.theme-light {
        background-position: -904px -16px
    }

    .xv-responsive #header .icon.red-bg.theme-light:hover {
        background-position: -928px -16px
    }

    .xv-responsive #header .icon.red-bg.theme-dark {
        background-position: -928px -16px
    }

    .xv-responsive #header .icon.red-bg.theme-dark:hover {
        background-position: -904px -16px
    }

    .xv-responsive body.mobile-menu-opened {
        overflow: hidden
    }

    .xv-responsive #nav {
        background-color: #161616;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .9);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .9);
        box-shadow: 0 0 10px rgba(0, 0, 0, .9);
        bottom: 0;
        display: block;
        height: 90%;
        height: -webkit-calc(100% - 40px);
        height: -moz-calc(100% - 40px);
        height: calc(100% - 40px);
        left: -400px;
        overflow: visible;
        margin: 0;
        max-height: none;
        max-width: 50%;
        opacity: 1;
        padding: 0;
        position: fixed;
        top: 40px;
        -webkit-transition: all .2s .2s;
        -o-transition: all .2s .2s;
        -moz-transition: all .2s .2s;
        transition: all .2s .2s;
        visibility: visible;
        width: 385px;
        z-index: 280
    }

    .xv-responsive #nav nav {
        max-height: none
    }

    .xv-responsive #nav .ordered-label-list {
        margin-top: 0
    }

    .xv-responsive #nav #language-switcher-list li,
    .xv-responsive #nav #nav-language-switcher,
    .xv-responsive #nav .ordered-label-list ul li {
        border: 0;
        border-top: 1px solid #777;
        margin: 0;
        padding: 0
    }

    .xv-responsive #nav #language-switcher-list li,
    .xv-responsive #nav #language-switcher-list li.mobile-show,
    .xv-responsive #nav #nav-language-switcher,
    .xv-responsive #nav #nav-language-switcher.mobile-show,
    .xv-responsive #nav .ordered-label-list ul li,
    .xv-responsive #nav .ordered-label-list ul li.mobile-show {
        display: block
    }

    .xv-responsive #nav #language-switcher-list li.mobile-hide,
    .xv-responsive #nav #nav-language-switcher.mobile-hide,
    .xv-responsive #nav .ordered-label-list ul li.mobile-hide {
        display: none
    }

    .xv-responsive #nav #language-switcher-list li .btn,
    .xv-responsive #nav #language-switcher-list li.btn,
    .xv-responsive #nav #nav-language-switcher .btn,
    .xv-responsive #nav #nav-language-switcher.btn,
    .xv-responsive #nav .ordered-label-list ul li .btn,
    .xv-responsive #nav .ordered-label-list ul li.btn {
        background: #161616;
        -webkit-box-shadow: -8px 0 12px -10px rgba(0, 0, 0, .9) inset;
        -moz-box-shadow: -8px 0 12px -10px rgba(0, 0, 0, .9) inset;
        box-shadow: -8px 0 12px -10px rgba(0, 0, 0, .9) inset;
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: 700;
        line-height: 26px;
        padding: 7px 6px 7px 20px;
        text-align: left;
        -webkit-transition: background .2s;
        -o-transition: background .2s;
        -moz-transition: background .2s;
        transition: background .2s;
        white-space: normal
    }

    .xv-responsive #nav #language-switcher-list li .btn.opened,
    .xv-responsive #nav #language-switcher-list li .btn:hover,
    .xv-responsive #nav #language-switcher-list li.btn.opened,
    .xv-responsive #nav #language-switcher-list li.btn:hover,
    .xv-responsive #nav #nav-language-switcher .btn.opened,
    .xv-responsive #nav #nav-language-switcher .btn:hover,
    .xv-responsive #nav #nav-language-switcher.btn.opened,
    .xv-responsive #nav #nav-language-switcher.btn:hover,
    .xv-responsive #nav .ordered-label-list ul li .btn.opened,
    .xv-responsive #nav .ordered-label-list ul li .btn:hover,
    .xv-responsive #nav .ordered-label-list ul li.btn.opened,
    .xv-responsive #nav .ordered-label-list ul li.btn:hover {
        background: #6a6a6a
    }

    .xv-responsive #nav #language-switcher-list li .btn.main,
    .xv-responsive #nav #language-switcher-list li.btn.main,
    .xv-responsive #nav #nav-language-switcher .btn.main,
    .xv-responsive #nav #nav-language-switcher.btn.main,
    .xv-responsive #nav .ordered-label-list ul li .btn.main,
    .xv-responsive #nav .ordered-label-list ul li.btn.main {
        cursor: pointer;
        padding-right: 20px;
        position: relative
    }

    .xv-responsive #nav #language-switcher-list li .btn.main:after,
    .xv-responsive #nav #language-switcher-list li.btn.main:after,
    .xv-responsive #nav #nav-language-switcher .btn.main:after,
    .xv-responsive #nav #nav-language-switcher.btn.main:after,
    .xv-responsive #nav .ordered-label-list ul li .btn.main:after,
    .xv-responsive #nav .ordered-label-list ul li.btn.main:after {
        border-left: 4px solid;
        border-bottom: 4px solid transparent;
        border-top: 4px solid transparent;
        content: " ";
        display: block;
        height: 0;
        margin-left: 4px;
        right: 7px;
        position: absolute;
        top: 16px;
        vertical-align: 4px;
        width: 0
    }

    .xv-responsive #nav #language-switcher-list li .btn .flag-small,
    .xv-responsive #nav #language-switcher-list li.btn .flag-small,
    .xv-responsive #nav #nav-language-switcher .btn .flag-small,
    .xv-responsive #nav #nav-language-switcher.btn .flag-small,
    .xv-responsive #nav .ordered-label-list ul li .btn .flag-small,
    .xv-responsive #nav .ordered-label-list ul li.btn .flag-small {
        float: left;
        margin: 7px 6px 0 0
    }

    .xv-responsive #nav #nav-language-switcher {
        opacity: .5;
        -webkit-transition: opacity .2s;
        -o-transition: opacity .2s;
        -moz-transition: opacity .2s;
        transition: opacity .2s
    }

    .xv-responsive #nav #nav-language-switcher.init-ok {
        opacity: 1
    }

    .xv-responsive #nav #language-switcher-list,
    .xv-responsive #nav .ordered-label-list ul li.sub-list {
        background-color: #6a6a6a;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-top: 0;
        display: block;
        height: 100%;
        left: 100%;
        overflow: hidden;
        margin: 0;
        max-height: none;
        max-width: 0;
        padding: 0;
        position: absolute;
        top: 0;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
        visibility: visible;
        width: 385px
    }

    .xv-responsive #nav #language-switcher-list .btn,
    .xv-responsive #nav #language-switcher-list li .btn,
    .xv-responsive #nav .ordered-label-list ul li.sub-list .btn,
    .xv-responsive #nav .ordered-label-list ul li.sub-list li .btn {
        background-color: #6a6a6a;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        height: auto;
        margin: 0
    }

    .xv-responsive #nav #language-switcher-list .btn.active,
    .xv-responsive #nav #language-switcher-list .btn:hover,
    .xv-responsive #nav #language-switcher-list li .btn.active,
    .xv-responsive #nav #language-switcher-list li .btn:hover,
    .xv-responsive #nav .ordered-label-list ul li.sub-list .btn.active,
    .xv-responsive #nav .ordered-label-list ul li.sub-list .btn:hover,
    .xv-responsive #nav .ordered-label-list ul li.sub-list li .btn.active,
    .xv-responsive #nav .ordered-label-list ul li.sub-list li .btn:hover {
        background: #848484
    }

    .xv-responsive #nav #language-switcher-list .btn .icon.shemale,
    .xv-responsive #nav #language-switcher-list li .btn .icon.shemale,
    .xv-responsive #nav .ordered-label-list ul li.sub-list .btn .icon.shemale,
    .xv-responsive #nav .ordered-label-list ul li.sub-list li .btn .icon.shemale {
        background-position: -664px -40px
    }

    .xv-responsive #nav #language-switcher-list:before {
        content: none
    }

    .xv-responsive #nav.opened {
        left: 0;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s
    }

    .xv-responsive #nav.opened #language-switcher-list.opened,
    .xv-responsive #nav.opened .ordered-label-list ul li.sub-list.opened {
        overflow-x: hidden;
        overflow-y: auto;
        max-width: 100%;
        -webkit-transition: all .2s .2s;
        -o-transition: all .2s .2s;
        -moz-transition: all .2s .2s;
        transition: all .2s .2s
    }

    .xv-responsive #xv-search-form {
        background: #fff;
        float: none;
        height: 54px;
        margin-bottom: 0;
        overflow: hidden;
        position: relative;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        width: 100%
    }

    .xv-responsive #xv-search-form.mobile-hide {
        display: block;
        height: 0
    }

    .xv-responsive #xv-search-form.mobile-hide div.cont {
        opacity: 0
    }

    .xv-responsive #xv-search-form div.cont {
        border-bottom: 1px solid #a8a8a8;
        bottom: 0;
        left: 0;
        opacity: 1;
        padding: 0;
        position: absolute;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        width: 100%
    }

    .xv-responsive #xv-search-form div.cont div {
        margin: 0 auto;
        max-width: 350px;
        padding: 8px
    }

    .xv-responsive #xv-search-form .search-input,
    .xv-responsive #xv-search-form .search-submit {
        border-color: #d9d9d9
    }

    .xv-responsive .search-autocomplete {
        z-index: 320;
        position: fixed
    }

    .xv-responsive .search-autocomplete li {
        padding: 2px 10px;
        font-size: 14px
    }

    .xv-responsive .language-switcher-popup {
        font-size: 16px;
        position: fixed;
        top: 40px
    }

    .xv-responsive .language-switcher-popup .x-popup-content {
        max-height: -webkit-calc(100vh - 40px - 8px);
        max-height: -moz-calc(100vh - 40px - 8px);
        max-height: calc(100vh - 40px - 8px);
        overflow: auto
    }

    .xv-responsive .language-switcher-popup a {
        padding-bottom: 7px;
        padding-top: 7px;
        font-weight: 400
    }

    .xv-responsive #mobile-messages-btn {
        float: left;
        margin-right: 3px;
        line-height: 1px
    }

    .xv-responsive #mobile-messages-btn .icon.messages .black-bg,
    .xv-responsive #mobile-messages-btn .icon.messages .logo-bg {
        margin-bottom: 0
    }

    .xv-responsive #mobile-login-menu {
        position: fixed;
        top: 100px;
        right: 3px;
        max-width: 80%
    }

    .xv-responsive body {
        padding: 8px
    }

    .xv-responsive .stripe.message {
        font-size: 13px
    }

    .xv-responsive #page {
        width: 100%;
        padding-top: 32px
    }

    .xv-responsive #main {
        margin: 0;
        position: relative;
        z-index: 100
    }

    .xv-responsive #main .page-title {
        font-size: 20px;
        line-height: 24px;
        margin: 3px 0;
        padding: 2px 4px
    }

    .xv-responsive #home-tabs .tab-buttons {
        width: 100%
    }

    .xv-responsive #home-tabs .tab-buttons.tab-2-buttons li {
        width: 49%;
        width: -webkit-calc(50% - 2px);
        width: -moz-calc(50% - 2px);
        width: calc(50% - 2px)
    }

    .xv-responsive #home-tabs .tab-buttons.tab-2-buttons li:last-child {
        width: 50%
    }

    .xv-responsive #home-tabs .tab-buttons.tab-3-buttons li {
        width: 33%;
        width: -webkit-calc(33.333% - 2px);
        width: -moz-calc(33.333% - 2px);
        width: calc(33.333% - 2px)
    }

    .xv-responsive #home-tabs .tab-buttons.tab-3-buttons li:last-child {
        width: 33.33%
    }

    .xv-responsive #home-tabs .tab-buttons.tab-4-buttons li {
        width: 24%;
        width: -webkit-calc(25% - 2px);
        width: -moz-calc(25% - 2px);
        width: calc(25% - 2px)
    }

    .xv-responsive #home-tabs .tab-buttons.tab-4-buttons li:last-child {
        width: 25%
    }

    .xv-responsive #home-tabs .tab-buttons.tab-5-buttons li {
        width: 19%;
        width: -webkit-calc(20% - 2px);
        width: -moz-calc(20% - 2px);
        width: calc(20% - 2px)
    }

    .xv-responsive #home-tabs .tab-buttons.tab-5-buttons li:last-child {
        width: 20%
    }

    .xv-responsive #home-tabs .tab-buttons.tab-6-buttons li {
        width: 16%;
        width: -webkit-calc(16.666% - 2px);
        width: -moz-calc(16.666% - 2px);
        width: calc(16.666% - 2px)
    }

    .xv-responsive #home-tabs .tab-buttons.tab-6-buttons li:last-child {
        width: 16.66%
    }

    .xv-responsive #home-tabs .tab-buttons li {
        margin: 0 2px 0 0
    }

    .xv-responsive #home-tabs .tab-buttons li:last-child {
        margin-right: 0
    }

    .xv-responsive #home-tabs .tab-buttons li .btn {
        padding-bottom: 8px;
        padding-top: 8px;
        position: relative;
        width: 100%
    }

    .xv-responsive #home-tabs .tab-buttons li .btn.active {
        padding-bottom: 9px
    }

    .xv-responsive #home-tabs .tab-buttons li .btn .navbadge {
        padding-bottom: 1px;
        padding-top: 2px;
        position: absolute;
        left: 55%
    }

    .xv-responsive.opened {
        left: 0
    }

    .xv-responsive #ad-footer img {
        width: 100%
    }

    .xv-responsive #page-go-up.displayed {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline
    }

    .xv-responsive .home #header-menu-toggle {
        display: block
    }

    .xv-responsive .mozaique.thumbs-4 .thumb-block,
    .xv-responsive .mozaique.thumbs-5 .thumb-block {
        width: 50%;
        clear: none
    }

    .xv-responsive .mozaique.thumbs-4 .thumb-block:nth-child(3n+1),
    .xv-responsive .mozaique.thumbs-5 .thumb-block:nth-child(3n+1) {
        clear: none
    }

    .xv-responsive.more-thumbs-sm .mozaique .thumb-block {
        width: 25%;
        clear: none
    }

    .xv-responsive.more-thumbs-sm .mozaique .thumb-block:nth-child(4n+1) {
        clear: none
    }

    .xv-responsive.more-thumbs-sm .mozaique.thumbs-5 .thumb-block {
        width: 33.33333333%;
        clear: none
    }

    .xv-responsive.more-thumbs-sm .mozaique.thumbs-5 .thumb-block:nth-child(3n+1) {
        clear: none
    }

    .xv-responsive.more-thumbs-sm .users-videos .eventslist .show-less .thumb-block:nth-child(4) {
        display: block
    }

    .xv-responsive.more-thumbs-sm .users-videos .eventslist .has-4 .show-more-vids {
        display: none
    }

    .xv-responsive .pagination+#listing-settings {
        float: none;
        margin-top: 0;
        position: relative
    }

    .xv-responsive .pagination+#listing-settings .btn {
        position: absolute;
        right: -2px;
        top: -44px;
        height: 36px;
        padding: 5px 2px 5px 7px;
        border: 0;
        border-left: 5px solid #fff
    }

    .xv-responsive .pagination+#listing-settings .btn:hover {
        border-color: #fff
    }

    .xv-responsive .listing-settings-popup .label a.mobile-hide {
        display: none
    }

    .xv-responsive .listing-settings-popup .label a.mobile-show {
        display: block
    }

    .xv-responsive #list-page li {
        width: 50%
    }

    .xv-responsive #tags li,
    .xv-responsive .tags-list li {
        width: 33.333%
    }

    .xv-responsive #tags a,
    .xv-responsive .tags-list a {
        padding: 5px;
        font-size: 15px
    }

    .xv-responsive .tab-form .login {
        border-right: 0
    }

    .xv-responsive .tab-form .create-account {
        border-top: 2px solid #eee;
        padding-top: 10px;
        margin-top: 10px
    }

    .xv-responsive .tab-form .create-account .text-center {
        text-align: right
    }

    .xv-responsive #profile-search-form.display-compact .form-group {
        width: 50%
    }

    .xv-responsive #profile-search-form.display-compact .form-group:first-child {
        width: 100%
    }

    .xv-responsive #signin-popup-form h2 {
        font-size: 28px
    }

    .xv-responsive #signin-popup-form legend {
        font-weight: 400
    }

    .xv-responsive #signin-popup-form #create-account-frame {
        padding-left: 0
    }

    .xv-responsive #signin-popup-form .info-pannel {
        padding-left: 10px
    }

    .xv-responsive #signin-popup-form .info-pannel h3 {
        margin-bottom: 10px;
        font-size: 14px
    }

    .xv-responsive #signin-popup-form .info-pannel .advantage {
        margin: 5px 0
    }

    .xv-responsive #signin-popup-form .info-pannel .advantage p {
        font-size: 12px;
        font-weight: 400
    }

    .xv-responsive #signin-popup-form .info-pannel .btn-default {
        font-size: 14px;
        margin-top: 10px
    }

    .xv-responsive #signin-popup-form #signup-form_step2_profilepic .step2-profile-pic {
        margin: 0 auto 10px;
        width: 80px;
        float: none
    }

    .xv-responsive #footer .botLinks a {
        padding: 0 3px;
        line-height: 2
    }

    .xv-responsive #page.search-page {
        padding-top: 86px
    }

    .xv-responsive #page.search-page .bg-title.black {
        margin-top: 4px
    }

    .xv-responsive #page.search-page #header-mobile-search-toggle {
        display: none
    }

    .xv-responsive #page.search-page #xv-search-form {
        display: block;
        height: 60px
    }

    .xv-responsive #page.search-page #xv-search-form .cont {
        opacity: 1
    }

    .xv-responsive #search-channel-banner {
        margin: 4px 0
    }

    .xv-responsive #search-channel-banner a span,
    .xv-responsive #search-channel-banner a span.channelname {
        font-size: 14px
    }

    .xv-responsive #search-channel-banner a span.nbvids {
        top: 27px
    }

    .xv-responsive #search-page-filters .filters-column {
        width: 50%;
        border: 0
    }

    .xv-responsive #search-page-filters .filters-column h4 {
        margin: 0 0 3px
    }

    .xv-responsive #search-page-filters .filters-column ul {
        margin: 0
    }

    .xv-responsive #search-page-filters .filters-column li {
        padding: 3px 0
    }

    .xv-responsive #search-page-filters .filters-column:nth-child(2) {
        clear: left;
        margin-top: 5px
    }

    .xv-responsive #search-page-filters .filters-column:last-child {
        float: none;
        width: auto
    }

    .xv-responsive #search-page-filters-block {
        padding: 4px
    }

    .xv-responsive #search-page-filters-block .btn {
        margin-right: 4px
    }

    .xv-responsive #search-page-filters-block .filters-column ul {
        padding: 0
    }

    .xv-responsive #search-page-filters-block .filters-column .title {
        display: none
    }

    .xv-responsive #search-page-filters-block .filters-column .title:after {
        content: ''
    }

    .xv-responsive #search-page-filters-block.expanded .filters-column {
        width: 50%;
        float: left;
        border: 0
    }

    .xv-responsive #search-page-filters-block.expanded .filters-column .title {
        display: list-item;
        padding-bottom: 8px
    }

    .xv-responsive #search-page-filters-block.expanded .filters-column:nth-child(2) {
        clear: left;
        margin-top: 5px
    }

    .xv-responsive #search-page-filters-block.expanded .filters-column:nth-child(2) ul {
        margin-left: 8px
    }

    .xv-responsive #search-page-filters-block.expanded .filters-column:last-child {
        float: none;
        width: auto
    }

    .xv-responsive #search-associates {
        padding: 2px 0
    }

    .xv-responsive #search-associates strong {
        font-size: 13px
    }

    .xv-responsive #search-associates span,
    .xv-responsive #search-associates strong {
        padding: 4px 6px
    }

    .xv-responsive #search-associates .size-0,
    .xv-responsive #search-associates .size-1,
    .xv-responsive #search-associates .size-2 {
        display: none
    }

    .xv-responsive #search-associates .size-3,
    .xv-responsive #search-associates .size-4 {
        font-size: 13px
    }

    .xv-responsive #search-associates .show-more {
        display: inline
    }

    .xv-responsive #search-associates.mobile-expanded strong {
        font-size: 13px
    }

    .xv-responsive #search-associates.mobile-expanded .size-0,
    .xv-responsive #search-associates.mobile-expanded .size-1,
    .xv-responsive #search-associates.mobile-expanded .size-2 {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline
    }

    .xv-responsive #search-associates.mobile-expanded .size-0 {
        font-size: 12px
    }

    .xv-responsive #search-associates.mobile-expanded .size-1 {
        font-size: 13px
    }

    .xv-responsive #search-associates.mobile-expanded .size-2 {
        font-size: 14px
    }

    .xv-responsive #search-associates.mobile-expanded .size-3 {
        font-size: 15px
    }

    .xv-responsive #search-associates.mobile-expanded .size-4 {
        font-size: 16px
    }

    .xv-responsive #search-associates.mobile-expanded .show-more {
        display: none
    }

    .xv-responsive body.video-page.mobile-menu-opened {
        overflow: auto
    }

    .xv-responsive #page.video-page,
    .xv-responsive #page.video-page.search-page,
    .xv-responsive #page.video-page.tag-page {
        padding-top: 0
    }

    .xv-responsive #page.video-page #header {
        margin: -8px -8px 0;
        position: static;
        top: auto;
        width: -webkit-calc(100% + 16px);
        width: -moz-calc(100% + 16px);
        width: calc(100% + 16px)
    }

    .xv-responsive #page.video-page #header .white-stripe {
        position: static;
        top: auto
    }

    .xv-responsive #page.video-page #header #mobile-slogan {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }

    .xv-responsive #page.video-page #nav {
        bottom: auto;
        height: auto;
        min-height: -webkit-calc(100vh - 40px);
        min-height: -moz-calc(100vh - 40px);
        min-height: calc(100vh - 40px);
        position: absolute
    }

    .xv-responsive #page.video-page #nav.opened {
        left: -8px;
        max-width: -webkit-calc(50% + 8px);
        max-width: -moz-calc(50% + 8px);
        max-width: calc(50% + 8px)
    }

    .xv-responsive #page.video-page #nav #language-switcher-list,
    .xv-responsive #page.video-page #nav .ordered-label-list ul li.sub-list {
        height: auto
    }

    .xv-responsive #page.video-page~#mobile-login-menu {
        position: absolute
    }

    .xv-responsive #page.video-page .search-autocomplete {
        position: absolute
    }

    .xv-responsive #page.video-page #x-messages .x-message-arrow {
        display: none
    }

    .xv-responsive #page.video-page #main .page-title .duration {
        font-weight: 400
    }

    .xv-responsive #page.video-page #main .page-title .duration,
    .xv-responsive #page.video-page #main .page-title .video-hd-mark {
        font-size: 12px;
        line-height: 18px;
        height: 18px;
        padding: 0 5px;
        margin-top: 3px
    }

    .xv-responsive #page.video-page .video-metadata .uploader {
        display: block;
        padding-right: 0
    }

    .xv-responsive #page.video-page .video-metadata #show-all-tags {
        text-decoration: none;
        display: block;
        float: right;
        background: #555;
        color: #fff;
        font-size: 28px;
        line-height: 24px;
        font-weight: 700;
        margin-left: 2px;
        margin-top: -4px;
        padding: 0 4px
    }

    .xv-responsive #page.video-page .video-metadata #show-all-tags:hover {
        background: #de2600
    }

    .xv-responsive #page.video-page .video-metadata .video-tags {
        display: block;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .xv-responsive #page.video-page .video-metadata.expanded #show-all-tags {
        display: none
    }

    .xv-responsive #page.video-page .video-metadata.expanded .video-tags {
        white-space: normal
    }

    .xv-responsive #page.video-page #video-sponsor-links {
        background: #333;
        line-height: 1.2;
        font-size: 12px;
        padding: 4px;
        margin-top: 4px;
        margin-bottom: 4px
    }

    .xv-responsive #page.video-page #video-sponsor-links .channel-desc {
        font-size: 11px;
        display: none
    }

    .xv-responsive #page.video-page #video-sponsor-links #show-channel-desc {
        text-decoration: none;
        display: block;
        float: right;
        font-size: 20px;
        line-height: 14px;
        font-weight: 700;
        margin-left: 3px
    }

    .xv-responsive #page.video-page #video-sponsor-links #show-channel-desc:hover {
        background: #de2600
    }

    .xv-responsive #page.video-page #video-sponsor-links.expanded #show-channel-desc {
        display: none
    }

    .xv-responsive #page.video-page #video-sponsor-links.expanded .channel-desc {
        display: inline
    }

    .xv-responsive #page.video-page #content {
        margin-top: 3px;
        clear: both
    }

    .xv-responsive #page.video-page #video-ad {
        display: none
    }

    .xv-responsive #page.video-page #video-ad2 {
        display: block
    }

    .xv-responsive #page.video-page #video-player-bg #html5video.embed-responsive,
    .xv-responsive #page.video-page #video-player-bg #player {
        padding-bottom: 40%
    }

    .xv-responsive #page.video-page .language-switcher-popup {
        position: absolute
    }

    .xv-responsive #page.video-page .language-switcher-popup .x-popup-content {
        max-height: none;
        overflow: visible
    }

    .xv-responsive.old-ie #page.video-page #video-player-bg #player {
        height: 320px;
        padding-bottom: 0
    }

    .xv-responsive.old-ie #page.video-page #video-player-bg #player .embed-responsive-item,
    .xv-responsive.old-ie #page.video-page #video-player-bg #player embed {
        height: 320px
    }

    .xv-responsive #video-tabs .tab-buttons {
        margin: 6px 2px;
        padding: 0;
        white-space: normal
    }

    .xv-responsive #video-tabs .tab-buttons li {
        margin: 0 0 0 3px
    }

    .xv-responsive #video-tabs .tabs .tab {
        margin-bottom: 6px
    }

    .xv-responsive #video-views-votes {
        margin: 6px 0 6px 2px
    }

    .xv-responsive #video-views-votes .nb-views {
        margin-right: 4px;
        font-size: 12px
    }

    .xv-responsive #video-views-votes .nb-views strong {
        font-size: 18px
    }

    .xv-responsive #video-views-votes .vote-actions {
        margin-right: 4px
    }

    .xv-responsive #video-views-votes .rating-bar {
        margin-right: 4px
    }

    .xv-responsive #video-views-votes .rating-bar .pgs-bar {
        width: 50px
    }

    .xv-responsive #video-views-votes .x-overlay .x-body {
        padding: 7px
    }

    .xv-responsive #favs-container .row .col-sm-6:first-child ul {
        margin-bottom: -1px
    }

    .xv-responsive #favs-container .row .col-sm-6:first-child ul li:last-child {
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0
    }

    .xv-responsive #favs-container .row .col-sm-6:last-child ul li:first-child {
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0
    }

    .xv-responsive #related-videos .thumb-block {
        width: 33.33333333%;
        clear: none
    }

    .xv-responsive #related-videos .thumb-block:nth-child(3n+1) {
        clear: none
    }

    .xv-responsive #related-videos .after-10,
    .xv-responsive #related-videos .after-9 {
        display: none
    }

    .xv-responsive #related-videos.expanded .after-10,
    .xv-responsive #related-videos.expanded .after-9 {
        display: block
    }

    .xv-responsive #page.video-page.test-mobile-video-page #header #mobile-slogan {
        display: block;
        margin: 3px 0
    }

    .xv-responsive #page.video-page.test-mobile-video-page #main h2 {
        overflow: hidden;
        padding: 5px 4px;
        font-size: 17px
    }

    .xv-responsive #page.video-page.test-mobile-video-page .video-metadata {
        line-height: 24px;
        font-size: 14px
    }

    .xv-responsive #page.video-page.test-mobile-video-page .video-metadata .video-tags {
        white-space: normal
    }

    .xv-responsive #page.video-page.test-mobile-video-page .video-metadata #show-all-tags {
        display: none
    }

    .xv-responsive .mozaique.thumbs-small .thumb-block {
        width: 20%;
        clear: none
    }

    .xv-responsive .profile-page #header #mobile-slogan {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        line-height: 18px;
        height: auto;
        min-height: 35px;
        padding: 2px 0 0
    }

    .xv-responsive .profile-page #header #mobile-slogan .mobile-show-inline .text-danger {
        font-size: 17px;
        font-variant: small-caps;
        white-space: nowrap
    }

    .xv-responsive .profile-page #header #mobile-slogan .prof-verified-tick {
        font-size: 13px;
        line-height: 16px;
        width: 16px;
        height: 16px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        vertical-align: top
    }

    .xv-responsive #main .page-title.channel {
        font-size: 18px;
        padding: 6px 4px
    }

    .xv-responsive #profile-search-filters-summary #profile-search-result-count {
        font-size: 14px;
        padding: 4px 0
    }

    .xv-responsive #profile-search-filters-summary .btn-xs {
        font-size: 14px;
        padding: 3px 14px
    }

    .xv-responsive #profile-title {
        margin-top: 4px
    }

    .xv-responsive #profile-title .prof-verified-tick {
        font-size: 12px;
        line-height: 14px;
        width: 14px;
        height: 14px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px
    }

    .xv-responsive #profile-title h2 {
        float: none;
        white-space: normal
    }

    .xv-responsive #profile-title h2 small {
        font-size: 65%
    }

    .xv-responsive #profile-title h2 .flag-vspacer {
        margin-right: -6px
    }

    .xv-responsive #profile-title.has-banner .embed-responsive {
        margin-bottom: 4px
    }

    .xv-responsive #profile-title.has-banner .embed-responsive .add-banner {
        text-align: center;
        left: 8px;
        top: 0;
        font-size: 16px;
        line-height: 16px
    }

    .xv-responsive #profile-title.has-banner .profile-pic {
        position: static;
        top: auto;
        bottom: auto;
        left: auto;
        float: left;
        margin-right: 10px;
        margin-bottom: 4px
    }

    .xv-responsive #profile-title.has-banner .profile-pic .external-link,
    .xv-responsive #profile-title.has-banner .profile-pic img {
        position: static;
        top: auto;
        bottom: auto;
        left: auto;
        height: 60px
    }

    .xv-responsive #profile-title.has-banner h2 {
        position: static;
        bottom: auto;
        left: auto;
        padding: 0;
        background: 0 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        color: #000;
        white-space: normal
    }

    .xv-responsive #profile-title.has-banner h2 small {
        color: #000
    }

    .xv-responsive #profile-title.has-banner h2 br {
        display: inline
    }

    .xv-responsive #profile-title.has-banner h2 .prof-verified-tick {
        background: #000;
        color: #fff
    }

    .xv-responsive #profile-title.has-banner h2 a.more-aliases {
        color: #000
    }

    .xv-responsive #profile-title.has-banner h2 a.more-aliases:hover {
        color: #000
    }

    .xv-responsive #profile-tabs {
        overflow: hidden
    }

    .xv-responsive #profile-tabs .tab-buttons li .navbadge {
        display: none
    }

    .xv-responsive #profile-tabs .tab-buttons li #tab-activity .navbadge,
    .xv-responsive #profile-tabs .tab-buttons li #tab-videos .navbadge,
    .xv-responsive #profile-tabs .tab-buttons li #tab-videos2 .navbadge {
        display: inline
    }

    .xv-responsive #profile-tabs .tab-buttons li .btn.desktop-active {
        padding: 3px 12px;
        background: #000;
        color: #fff;
        margin-bottom: -2px
    }

    .xv-responsive #profile-tabs .tab-buttons li .btn.desktop-active:hover,
    .xv-responsive #profile-tabs .tab-buttons li .btn.mobile-active {
        padding: 4px 12px;
        margin-bottom: -1px;
        background: #fff;
        color: #000;
        text-shadow: none
    }

    .xv-responsive #profile-tabs .tab-buttons li .btn.desktop-active:hover .navbadge,
    .xv-responsive #profile-tabs .tab-buttons li .btn.mobile-active .navbadge {
        background: #de2600
    }

    .xv-responsive #home-tabs+.mobile-show,
    .xv-responsive #profile-search-form+.mobile-show {
        margin-top: 16px
    }

    .xv-responsive .profile-owner #profile-tabs .tabs {
        padding-top: 30px
    }

    .xv-responsive .profile-owner #profile-tabs .tabs .tab-actions {
        top: -26px
    }

    .xv-responsive .profile-owner #profile-tabs .tabs .pfinfo-actions {
        margin-top: -23px
    }

    .xv-responsive .favorite-page #profile-title h2 {
        float: left;
        white-space: nowrap
    }

    .xv-responsive .favorite-page .pagination {
        clear: both
    }

    .xv-responsive #tabAboutMe .pfinfo-col {
        font-size: 13px;
        padding: 0 15px
    }

    .xv-responsive #tabAboutMe #pfinfo-col-pict {
        padding-right: 15px;
        z-index: 10;
        float: right;
        width: auto;
        white-space: nowrap
    }

    .xv-responsive #tabAboutMe #pfinfo-col-pict .profile-pic {
        display: none
    }

    .xv-responsive #tabAboutMe .rating-box {
        margin-top: 2px
    }

    .xv-responsive #tabAboutMe .rating-box .rating-bar-block {
        min-width: 70px
    }

    .xv-responsive #tabAboutMe #pfinfo-col-col1,
    .xv-responsive #tabAboutMe #pfinfo-col-col2 {
        float: none
    }

    .xv-responsive #tabAboutMe .bottom-actions {
        float: none;
        text-align: center;
        padding: 8px 0 0;
        border-color: #777
    }

    .xv-responsive .prof-tab-metadata p {
        float: none
    }

    .xv-responsive .prof-tab-metadata .rating-box {
        float: none;
        margin-left: 0
    }

    .xv-responsive #tabActivity .activity-event .act-achievement {
        font-size: 40px
    }
}

@media(max-width:767px) and (min-aspect-ratio:1/1) {
    .xv-responsive body.mobile-menu-opened {
        overflow: auto
    }

    .xv-responsive #page,
    .xv-responsive #page.search-page,
    .xv-responsive #page.tag-page {
        padding-top: 0
    }

    .xv-responsive #page #header {
        margin: -8px -8px 0;
        position: static;
        top: auto;
        width: -webkit-calc(100% + 16px);
        width: -moz-calc(100% + 16px);
        width: calc(100% + 16px)
    }

    .xv-responsive #page #header .white-stripe {
        position: static;
        top: auto
    }

    .xv-responsive #page #header #mobile-slogan {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }

    .xv-responsive #page #nav {
        bottom: auto;
        height: auto;
        min-height: -webkit-calc(100vh - 40px);
        min-height: -moz-calc(100vh - 40px);
        min-height: calc(100vh - 40px);
        position: absolute
    }

    .xv-responsive #page #nav.opened {
        left: -8px;
        max-width: -webkit-calc(50% + 8px);
        max-width: -moz-calc(50% + 8px);
        max-width: calc(50% + 8px)
    }

    .xv-responsive #page #nav #language-switcher-list,
    .xv-responsive #page #nav .ordered-label-list ul li.sub-list {
        height: auto
    }

    .xv-responsive #mobile-login-menu {
        position: absolute
    }

    .xv-responsive .search-autocomplete {
        position: absolute
    }

    .xv-responsive .language-switcher-popup {
        position: absolute
    }

    .xv-responsive .language-switcher-popup .x-popup-content {
        max-height: none;
        overflow: visible
    }
}

@media(max-width:767px) and (max-aspect-ratio:640/340) {

    .xv-responsive #page.video-page #video-player-bg #html5video.embed-responsive,
    .xv-responsive #page.video-page #video-player-bg #player {
        padding-bottom: 45%
    }
}

@media(max-width:767px) and (max-aspect-ratio:640/380) {

    .xv-responsive #page.video-page #video-player-bg #html5video.embed-responsive,
    .xv-responsive #page.video-page #video-player-bg #player {
        padding-bottom: 50%
    }
}

@media(max-width:767px) and (max-aspect-ratio:640/420) {

    .xv-responsive #page.video-page #video-player-bg #html5video.embed-responsive,
    .xv-responsive #page.video-page #video-player-bg #player {
        padding-bottom: 56.25%
    }
}

@media(max-width:767px) and (max-aspect-ratio:640/480) {

    .xv-responsive #page.video-page #video-player-bg #html5video.embed-responsive,
    .xv-responsive #page.video-page #video-player-bg #player {
        padding-bottom: 62.5%
    }
}

@media(max-width:767px) and (max-aspect-ratio:640/640) {

    .xv-responsive #page.video-page #video-player-bg #html5video.embed-responsive,
    .xv-responsive #page.video-page #video-player-bg #player {
        padding-bottom: 80%
    }
}

@media(max-width:640px) {
    .xv-responsive .mozaique.thumbs-small .thumb-block {
        width: 25%;
        clear: none
    }

    .xv-responsive #video-views-votes .nb-views .views-full {
        display: none
    }

    .xv-responsive #video-views-votes .nb-views .nb-views-number {
        display: inline
    }

    .xv-responsive #home-tabs .tab-buttons .label {
        display: none
    }

    .xv-responsive #tabActivity .activity-event .act-achievement {
        font-size: 30px
    }
}

@media(max-width:639px) {

    .xv-responsive .mozaique .thumb-block,
    .xv-responsive .mozaique.thumbs-4 .thumb-block,
    .xv-responsive .mozaique.thumbs-5 .thumb-block {
        width: 50%;
        clear: none
    }

    .xv-responsive .mozaique .thumb-block:nth-child(2n+1),
    .xv-responsive .mozaique.thumbs-4 .thumb-block:nth-child(2n+1),
    .xv-responsive .mozaique.thumbs-5 .thumb-block:nth-child(2n+1) {
        clear: none
    }

    .xv-responsive .users-videos .eventslist .show-less .thumb-block:nth-child(3) {
        display: none
    }

    .xv-responsive .users-videos .eventslist .has-3 .show-more-vids {
        display: block
    }

    .xv-responsive.more-thumbs-sm .mozaique.thumbs-4 .thumb-block {
        width: 33.33333333%;
        clear: none
    }

    .xv-responsive.more-thumbs-sm .mozaique.thumbs-4 .thumb-block:nth-child(3n+1) {
        clear: none
    }

    .xv-responsive.more-thumbs-sm .mozaique.thumbs-5 .thumb-block {
        width: 50%;
        clear: none
    }

    .xv-responsive.more-thumbs-sm .mozaique.thumbs-5 .thumb-block:nth-child(2n+1) {
        clear: none
    }

    .xv-responsive.more-thumbs-sm .users-videos .eventslist .show-less .thumb-block:nth-child(3) {
        display: block
    }

    .xv-responsive.more-thumbs-sm .users-videos .eventslist .show-less .thumb-block:nth-child(4) {
        display: none
    }

    .xv-responsive.more-thumbs-sm .users-videos .eventslist .has-3 .show-more-vids {
        display: none
    }

    .xv-responsive.more-thumbs-sm .users-videos .eventslist .has-4 .show-more-vids {
        display: block
    }
}

@media(max-width:560px) {
    .xv-responsive.more-thumbs-sm .mozaique .thumb-block {
        width: 33.33333333%;
        clear: none
    }

    .xv-responsive.more-thumbs-sm .mozaique .thumb-block:nth-child(3n+1) {
        clear: none
    }

    .xv-responsive #video-tabs .tab-buttons .btn,
    .xv-responsive #video-views-votes .vote-actions .btn {
        padding-left: 7px;
        padding-right: 7px
    }

    .xv-responsive #signin-popup-form .col-xs-4,
    .xv-responsive #signin-popup-form .col-xs-5,
    .xv-responsive #signin-popup-form .col-xs-6,
    .xv-responsive #signin-popup-form .col-xs-7,
    .xv-responsive #signin-popup-form .col-xs-8,
    .xv-responsive .language-switcher-row .col-xs-4,
    .xv-responsive .language-switcher-row .col-xs-5,
    .xv-responsive .language-switcher-row .col-xs-6,
    .xv-responsive .language-switcher-row .col-xs-7,
    .xv-responsive .language-switcher-row .col-xs-8 {
        width: 100%
    }

    .xv-responsive #signin-popup-form #create-account-frame {
        padding-left: 15px
    }

    .xv-responsive #signin-popup-form .info-pannel {
        border-left: 0;
        border-top: 1px solid #fff;
        padding-left: 0;
        padding-top: 5px;
        margin-top: 0
    }

    .xv-responsive #signin-popup-form .info-pannel h3 {
        margin-bottom: 15px;
        font-size: 18px
    }

    .xv-responsive #signin-popup-form .info-pannel .advantage {
        width: 50%;
        float: left;
        margin: 5px 0
    }

    .xv-responsive #signin-popup-form .info-pannel .advantage p {
        font-size: 13px;
        font-weight: 400
    }

    .xv-responsive #signin-popup-form .info-pannel .btn-default {
        margin-top: 15px
    }

    .xv-responsive #signin-popup-form .login-mobile-show {
        display: block
    }
}

@media(max-width:480px) {
    .xv-responsive .mobile-only-show {
        display: block
    }

    .xv-responsive .mobile-only-show-inline {
        display: inline
    }

    .xv-responsive .mobile-only-show-inline-block {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline
    }

    .xv-responsive .mobile-only-show-list-item {
        display: list-item
    }

    .xv-responsive .mobile-only-hide {
        display: none
    }

    .xv-responsive .x-overlay.x-overlay-box {
        padding: 0 10px
    }

    .xv-responsive .x-overlay.x-overlay-box .x-body {
        padding: 10px
    }

    .xv-responsive #header .white-stripe a.logo {
        margin-top: 5px
    }

    .xv-responsive #header .white-stripe a.logo,
    .xv-responsive #header .white-stripe a.logo image,
    .xv-responsive #header .white-stripe a.logo svg {
        height: 30px;
        width: 124px
    }

    .xv-responsive #nav #language-switcher-list li .btn,
    .xv-responsive #nav #language-switcher-list li.btn,
    .xv-responsive #nav #nav-language-switcher .btn,
    .xv-responsive #nav #nav-language-switcher.btn,
    .xv-responsive #nav .ordered-label-list ul li .btn,
    .xv-responsive #nav .ordered-label-list ul li.btn {
        padding-left: 6px
    }

    .xv-responsive #x-messages .x-message,
    .xv-responsive .x-messages .x-message {
        font-size: 12px;
        padding: 4px 30px 4px 8px
    }

    .xv-responsive #list-page li {
        width: 100%
    }

    .xv-responsive #tags li,
    .xv-responsive .tags-list li {
        width: 50%
    }

    .xv-responsive #home-tabs .tab-buttons {
        float: none
    }

    .xv-responsive #home-tabs .stripe {
        font-size: 13px;
        padding-top: 4px;
        height: 27px
    }

    .xv-responsive .home #home-tabs .tab-buttons {
        float: left
    }

    .xv-responsive .mozaique,
    .xv-responsive .mozaique.thumbs-4 {
        margin-left: -10px;
        margin-right: -10px
    }

    .xv-responsive .mozaique .thumb-block,
    .xv-responsive .mozaique.thumbs-4 .thumb-block {
        width: 100%;
        clear: none;
    }

    .xv-responsive .mozaique.thumbs-5 {
        margin-left: -1px;
        margin-right: -1px
    }

    .xv-responsive .mozaique.thumbs-5 .thumb-block {
        padding: 5px 1px 0
    }

    .xv-responsive.more-thumbs-lg .mozaique .thumb-block,
    .xv-responsive.more-thumbs-lg .mozaique.thumbs-4 .thumb-block,
    .xv-responsive.more-thumbs-sm .mozaique .thumb-block,
    .xv-responsive.more-thumbs-sm .mozaique.thumbs-4 .thumb-block {
        width: 100%;
        clear: none
    }

    .xv-responsive.more-thumbs-xs .mozaique .thumb-block,
    .xv-responsive.more-thumbs-xs .mozaique.thumbs-4 .thumb-block,
    .xv-responsive.more-thumbs-xs .mozaique.thumbs-5 .thumb-block {
        width: 50%;
        clear: none;
        padding-left: 2px;
        padding-right: 2px
    }

    .xv-responsive.more-thumbs-xs .mozaique .thumb-block:nth-child(2n+1),
    .xv-responsive.more-thumbs-xs .mozaique.thumbs-4 .thumb-block:nth-child(2n+1),
    .xv-responsive.more-thumbs-xs .mozaique.thumbs-5 .thumb-block:nth-child(2n+1) {
        clear: none
    }

    .xv-responsive.more-thumbs-xs .users-videos .eventslist .show-less .thumb-block:nth-child(3),
    .xv-responsive.more-thumbs-xs .users-videos .eventslist .show-less .thumb-block:nth-child(4) {
        display: none
    }

    .xv-responsive .mozaique.thumbs-small .thumb-block {
        width: 33.3333%;
        clear: none;
        padding-left: 2px;
        padding-right: 2px
    }

    .xv-responsive #video-views-votes .vote-actions .btn {
        padding-left: 7px;
        padding-right: 7px
    }

    .xv-responsive #video-views-votes .rating-bar {
        display: none
    }

    .xv-responsive #page.video-page.test-mobile-video-page #header #mobile-slogan {
        display: block;
        margin: 5px 0 10px
    }

    .xv-responsive #page.video-page.test-mobile-video-page #main h2 {
        margin: 15px 0;
        padding: 5px 4px;
        font-size: 18px
    }

    .xv-responsive #page.video-page.test-mobile-video-page .video-metadata {
        margin: 15px 4px;
        line-height: 32px;
        font-size: 15px
    }

    .xv-responsive #page.video-page.test-mobile-video-page .video-metadata .video-tags {
        white-space: normal
    }

    .xv-responsive #page.video-page.test-mobile-video-page .video-metadata #show-all-tags {
        display: none
    }

    .xv-responsive #video-tabs #video-views-votes .nb-views {
        display: none
    }

    .xv-responsive #video-tabs .tab-buttons .btn {
        padding-left: 7px;
        padding-right: 7px
    }

    .xv-responsive #related-videos .thumb-block {
        width: 50%;
        clear: none
    }

    .xv-responsive #related-videos .after-8 {
        display: none
    }

    .xv-responsive #related-videos.expanded .after-8 {
        display: block
    }

    .xv-responsive .tab-form .btn,
    .xv-responsive .tab-form .create-account {
        font-size: 13px
    }

    .xv-responsive #page.search-page #search-channel-banner {
        margin-top: 37px
    }

    .xv-responsive #search-channel-banner a span {
        padding: 0 2px
    }

    .xv-responsive #search-channel-banner a span,
    .xv-responsive #search-channel-banner a span.channelname {
        font-size: 10px
    }

    .xv-responsive #search-channel-banner a span.nbvids {
        top: 19px
    }

    .xv-responsive #profile-search-form.display-compact .form-group {
        display: block;
        clear: both;
        width: auto;
        margin-left: -15px;
        margin-right: -15px
    }

    .xv-responsive #profile-title h2 .sex-age-profs {
        vertical-align: text-bottom
    }

    .xv-responsive #profile-title h2 .website {
        position: static;
        vertical-align: text-bottom
    }

    .xv-responsive #profile-tabs .tab-buttons {
        padding: 2px 0 0
    }

    .xv-responsive #profile-tabs .tab-buttons li {
        margin-right: 1px
    }

    .xv-responsive #profile-tabs .tab-buttons li .btn,
    .xv-responsive #profile-tabs .tab-buttons li .btn.desktop-active,
    .xv-responsive #profile-tabs .tab-buttons li .btn.mobile-active {
        padding-left: 5px;
        padding-right: 5px
    }

    .xv-responsive #tabAboutMe .rating-box .rating-bar-block {
        min-width: 40px
    }

    .xv-responsive #tabActivity .activity-event .act-achievement {
        font-size: 38px;
        line-height: 1.1;
        margin-top: 10px
    }

    .xv-responsive .favorite-page #profile-title h2 {
        float: none;
        margin-top: 1px
    }

    .xv-responsive .favorite-page #profile-title .fav-votes {
        text-align: left;
        margin: 6px 0
    }

    .xv-responsive .favorite-page #profile-title .fav-votes .rating-box-light {
        margin-left: 0
    }

    .xv-responsive .favorite-page #profile-title.no-tags h2 {
        margin-top: 0
    }

    .xv-responsive .favorite-page #profile-title.no-tags .fav-votes {
        height: 27px
    }

    .xv-responsive #signin-popup-form .btn-danger {
        min-width: 0
    }

    .xv-responsive #signin-popup-form #signup-form_step2_profilepic .step2-profile-pic {
        margin: 0 auto 10px;
        float: none
    }
}

@media(max-width:399px) {
    .xv-responsive #header .white-stripe a.logo {
        margin-top: 6px;
        margin-left: 90px
    }

    .xv-responsive #header .white-stripe a.logo,
    .xv-responsive #header .white-stripe a.logo image,
    .xv-responsive #header .white-stripe a.logo svg {
        height: 26px;
        width: 108px
    }

    .xv-responsive #home-tabs .stripe {
        font-size: 11px;
        line-height: 12px;
        padding-top: 0;
        text-align: right;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .xv-responsive #home-tabs .stripe.mobile-only-hide {
        display: none
    }

    .xv-responsive #video-tabs .tab-buttons .navbadge {
        display: none
    }
}

@media(max-width:359px) {

    .xv-responsive #video-tabs .tab-buttons .btn,
    .xv-responsive #video-views-votes .vote-actions .btn {
        padding-left: 5px;
        padding-right: 5px
    }

    .xv-responsive #tabPhotos .img-block {
        width: 50%
    }

    .xv-responsive #tabAboutMe #pfinfo-col-pict {
        float: none;
        margin-bottom: 5px;
        text-align: right
    }

    .xv-responsive #tabAboutMe #pfinfo-col-pict .rating-box .rating-bar-block {
        min-width: 70px
    }

    .xv-responsive #video-playlist #playlist-content .mozaique.thumbs-5 .thumb-block .thumb-overlay p {
        font-size: 18px
    }

    .xv-responsive #signin-popup-form .info-pannel h3 {
        font-size: 17px
    }

    .xv-responsive #signin-popup-form .info-pannel .advantage {
        width: auto;
        float: none
    }

    .xv-responsive #signin-popup-form .info-pannel .btn-default {
        margin-top: 10px;
        padding: 7px;
        font-size: 14px;
        white-space: normal
    }
}

@media(max-width:339px) {
    .xv-responsive #header .white-stripe a.logo {
        margin-top: 9px
    }

    .xv-responsive #header .white-stripe a.logo,
    .xv-responsive #header .white-stripe a.logo image,
    .xv-responsive #header .white-stripe a.logo svg {
        height: 22px;
        width: 90px
    }

    .xv-responsive #home-tabs .tab-buttons li .btn,
    .xv-responsive #home-tabs .tab-buttons li .btn.active,
    .xv-responsive #home-tabs .tab-buttons li .btn:hover {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media(min-width:1000px) {
    #btm_bannerHP {
        display: none
    }
}

@media(min-width:992px) and (max-width:1200px) {
    #btm_bannerHP {
        display: none
    }
}

@media(min-width:768px) and (max-width:989px) {
    #btm_bannerHP {
        display: none
    }

    #ktz_slidebox {
        display: none
    }
}

@media(max-width:767px) {
    #banner-kanan {
        display: none
    }

    #banner-kiri {
        display: none
    }

    #banner-tengah {
        display: none
    }

    #btm_banner {
        display: none
    }

    #top_banner {
        display: none
    }

    #ktz_slidebox {
        display: none
    }
}

@media(max-width:480px) {}

@media(max-width:320px) {}

@media(max-width:240px) {}

@charset "utf-8";

img,
legend {
    border: 0
}

legend,
td,
th {
    padding: 0
}

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,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 85%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

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

figure {
    margin: 1em 40px
}

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

pre,
textarea {
    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] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

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

fieldset {
    border: 2px solid #eee;
    margin: 0 5px;
    padding: 20px
}

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

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

.sidr {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 14px;
    background: #fbfbfb;
    color: #333
}

.sidr .sidr-inner {
    padding: 0 0 15px
}

.sidr.right {
    left: auto;
    right: -260px
}

.sidr.left {
    left: -260px;
    right: auto
}

.sidr ul li,
.sidr ul li.active,
.sidr ul li.sidr-class-active,
.sidr ul li:hover {
    line-height: 48px
}

.sidr ul li ul li.active>a .sidr ul li ul li.sidr-class-active>a .sidr ul li ul li:hover>a .sidr ul li.active>a .sidr ul li.sidr-class-active>a .sidr ul li:hover>a,
.sidr ul li:hover>span {
    background-color: #fbfbfb
}

.sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0
}

.sidr ul li {
    display: block;
    margin: 0
}

.sidr ul li ul {
    background-color: #fff
}

.sidr ul li a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    display: block;
    text-decoration: none;
    color: #333
}

.sidr ul li ul {
    margin: 0
}

.sidr ul li ul li {
    line-height: 40px;
    font-size: 13px
}

.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active,
.sidr ul li ul li:hover {
    line-height: 40px
}

.sidr ul li ul li a {
    font-size: 13px;
    font-weight: 500
}

.sidr ul ul a {
    font-size: 14px
}

.sidr form {
    margin: 0 20px
}

.sidr label {
    font-size: 13px
}

.sidr input[type=text] {
    background: #ffcdd2;
    padding: 10px 20px;
    line-height: 16px;
    width: 100%;
    font-size: 13px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    display: block;
    clear: both;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.sidr-class-search-submit {
    display: none
}

ul.sidr-class-sub-menu {
    display: none
}

.sidr-class-search-form {
    background: #e53935;
    padding: 20px 0
}

.sidr ul li.sidr-class-close-btn a {
    padding: 5px 20px;
    text-align: center;
    color: #fff;
    background-color: #03a9f4
}

.sidr ul li.sidr-class-close-btn:hover a {
    background-color: #03a9f4
}

.sidr-class-menu-item-has-children {
    position: relative
}

.sidr-class-menu-item-has-children>a:after {
    content: "\f107";
    font-family: "font awesome 5 free";
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

html {
    -webkit-tap-highlight-color: transparent
}

html,
html a,
body,
* {
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-font-smoothing: antialiased !important;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important
}

body {
    background: #fff;
    font-family: nunito, helvetica neue, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #2c3e50;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: nunito, helvetica neue, sans-serif;
    padding: 1px 0;
    margin: 1px 0;
    font-weight: 600
}

h5,
h6 {
    color: #444;
    font-weight: 600
}

h2 {
    font-size: 25px;
    line-height: 35px
}

h3 {
    font-size: 20px;
    line-height: 30px
}

h4 {
    font-size: 16px;
    line-height: 28px
}

h5 {
    font-size: 14px;
    line-height: 22px
}

h6 {
    font-size: 13px;
    line-height: 25px
}

p {
    padding: 0;
    margin: 0
}

/* Commented: This was overriding btn-default colors
a,
a:visited {
    color: #ce0a46;
    text-decoration: none
}

a:hover {
    color: #ce0a46
}
*/

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

img {
    vertical-align: middle;
    height: auto;
    max-width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

:focus {
    outline: 0
}

::-moz-focus-inner {
    border: 0
}

.text-center {
    text-align: center
}

.list-table {
    width: 100%;
    display: table
}

.table-row {
    display: table-row
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.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%
}

.clearfix:before,
.clearfix:after,
.container-fluid:before,
.container-fluid:after,
.container:before,
.container:after,
.row:before,
.row:after {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

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

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

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

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

.col-md-4,
.col-md-8,
.col-md-12,
.col-md-sidebar,
.col-md-main {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media(min-width:992px) {

    .col-md-4,
    .col-md-8,
    .col-md-12,
    .col-md-sidebar,
    .col-md-main {
        float: left
    }

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

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

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

    .col-md-main {
        width: 63.3%
    }

    .col-md-sidebar {
        width: 36.7%
    }

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

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

.info {
    color: #02587f;
    background-color: #cdeefd;
    padding: 10px 15px;
    margin-bottom: 20px
}

.success {
    color: #285b2a;
    background-color: #dbefdc;
    padding: 10px 15px;
    margin-bottom: 20px
}

.warning {
    color: #852d12;
    background-color: #ffddd3;
    padding: 10px 15px;
    margin-bottom: 20px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #efefef;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .1);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.search input[type=text] {
    width: 100%;
    padding: 7px 10px;
    height: 38px;
    line-height: 38px;
    border: 0 !important;
    background-color: #ecf0f1
}

.search form {
    position: relative
}

.search-form {
    padding: 0;
    width: 100%;
    max-width: 250px
}

.search-submit {
    background-color: #ce0a46;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 14px;
    height: 38px;
    border: 0 !important
}

#top-nav {
    background: #c31432;
    background: -webkit-linear-gradient(to right, #240b36, #c31432);
    background: linear-gradient(to right, #240b36, #c31432);
    margin-bottom: 20px
}

.top-menu,
.top-menu .sub-menu {
    margin: 0 auto;
    padding: 0;
    z-index: 9999
}

.top-menu>li,
.top-menu .sub-menu li {
    display: block;
    float: left;
    position: relative
}

.top-menu>li>a {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 10px 15px;
    font-weight: 700;
    text-decoration: none !important;
    font-size: 12px
}

.top-menu>li.menu-item-has-children>a:after {
    content: "\f107";
    font-family: "font awesome 5 free";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-left: 5px;
    -webkit-font-smoothing: antialiased;
    position: relative;
    right: 0;
    top: 2px
}

.top-menu .sub-menu {
    left: 0;
    padding: 0;
    position: absolute;
    top: 120%;
    width: 200px;
    z-index: 999;
    opacity: 0;
    display: none;
    background-color: #5c6e47;
    -webkit-box-shadow: 0 16px 45px 0 rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 16px 45px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 16px 45px 0 rgba(0, 0, 0, .07)
}

.top-menu>li.col-2>.sub-menu {
    width: 350px
}

.top-menu>li.col-3>.sub-menu {
    width: 450px
}

.top-menu>li.col-4>.sub-menu {
    width: 600px
}

.top-menu>li.col-2>.sub-menu>li {
    width: 50%;
    float: left;
    display: inline
}

.top-menu>li.col-3>.sub-menu>li {
    width: 33.33%;
    float: left;
    display: inline
}

.top-menu>li.col-4>.sub-menu>li {
    width: 25%;
    float: left;
    display: inline
}

.top-menu li.col-2>.sub-menu,
.top-menu li.col-3>.sub-menu,
.top-menu li.col-4>.sub-menu {
    padding: 10px
}

.top-menu .sub-menu:after {
    bottom: 80%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: transparent;
    border-bottom-color: #f1f8e9;
    border-width: 10px;
    margin-left: -10px;
    opacity: 0;
    display: none
}

.top-menu .sub-menu ul {
    left: 200px !important;
    top: 0 !important
}

.top-menu .sub-menu ul:after {
    border-width: 0;
    margin-left: 0
}

.top-menu .sub-menu a {
    display: block;
    line-height: 18px;
    font-size: 13px;
    letter-spacing: 0;
    padding: 7px 15px !important;
    text-align: left;
    color: #fff !important;
    text-transform: none !important;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.top-menu .sub-menu>li:hover>a {
    background-color: rgba(0, 0, 0, .05)
}

.top-menu .sub-menu li {
    float: none
}

.top-menu li:hover>.sub-menu {
    opacity: 1;
    top: 100%;
    display: block;
    animation: anim .5s ease-in-out
}

.top-menu li:hover>.sub-menu:after {
    opacity: 1;
    bottom: 100%;
    display: block;
    animation: anim .5s ease-in-out
}

.top-menu>li.home>a {
    background-color: #c31432 !important
}

.top-menu>li.merah>a {
    background-color: #ec2828 !important
}

.top-menu>li.orange>a {
    background-color: #fa7000 !important
}

.top-menu>li.biru-tua>a {
    background-color: #0033a7 !important
}

.top-menu>li.ungu>a {
    background-color: #6700f3 !important
}

.top-menu>li.hijau>a {
    background-color: #0b9600 !important
}

.top-menu>li.kuning>a {
    background-color: #ffcb04 !important
}

.top-menu>li.biru-muda>a {
    background-color: #00a7e5 !important
}

.top-menu>li.close-btn {
    display: none
}

@keyframes anim {
    0% {
        display: none;
        transform: translateY(20%)
    }

    1% {
        display: block;
        opacity: 0;
        transform: translateY(20%)
    }

    100% {
        opacity: 1;
        transform: translateY(0%)
    }
}

#mobile-menu {
    display: none
}

#mobile-menu i {
    font-size: 28px
}

@media(max-width:768px) {
    .logo {
        width: 100%;
        display: block;
        margin-bottom: 10px
    }

    .search {
        width: 100%;
        display: block
    }

    #mobile-menu {
        display: inline-block
    }

    #top-nav {
        display: none
    }
}

#header-container,
#site-container {
    background-color: #fff;
    max-width: 890px;
    margin: 0 auto;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .05)
}

#header {
    background-color: #000;
    padding: 20px 0
}

#site-container {
    padding: 20px 0
}

@media(max-width:768px) {
    #header {
        border-bottom: 4px solid #ce0a46
    }
}

.list-content {
    border-bottom: 2px dashed #ecf0f1;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.list-content:last-child {
    border-bottom: 0 !important
}

.list-content .content-left {
    width: 45px
}

.list-content .content-right {
    padding-left: 60px
}

.search-content {
    border-bottom: 2px dashed #ecf0f1;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.search-content:last-child {
    border-bottom: 0 !important
}

.search-content .content-right {
    padding-left: 135px
}

@media(max-width:768px) {
    .search-content .content-left img {
        width: 45px;
        height: 45px
    }

    .search-content .content-right {
        padding-left: 60px
    }
}

h1.single-title,
h1.main-title,
h2.main-title,
h3.main-title {
    font-size: 20px !important;
    line-height: 24px;
    margin-bottom: 10px
}

h2.content-title {
    font-size: 15px !important;
    line-height: 18px;
    padding-bottom: 0;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.meta-content {
    font-size: 12px !important;
    line-height: 14px;
    color: #bbb
}

.meta-content span.separator {
    margin-right: 10px
}

span.highlight {
    color: #ce0a46
}

.divPlayer {
    margin-top: 5px
}

.content-page {
    margin-bottom: 30px;
    text-align: justify
}

h1.page-title {
    font-size: 26px !important;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ecf0f1
}

#footer-container {
    text-align: center;
    border-top: 4px solid #ce0a46;
    background: #000;
    margin: 20px auto 0;
    max-width: 1000px;
    padding: 20px 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .05)
}

@media(max-width:768px) {
    #footer-container {
        margin: 0 auto !important
    }
}

.downloadbutton {
    text-align: center
}

.featured {
    margin-bottom: 20px
}

.content-item p {
    margin-bottom: 13px;
    text-align: justify;
    word-break: break-word;
    word-wrap: break-word
}

.more-content {
    display: block;
    overflow: hidden;
    padding-bottom: 10px
}

.more-button {
    background-color: rgba(0, 0, 0, .9);
    border: 0 !important;
    padding: 0 0 20px;
    color: #777;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700
}

.downloadbutton {
    margin-top: 20px;
    margin-bottom: 20px
}

.downloadbutton a {
    padding: 0 30px;
    line-height: 38px;
    color: #fff;
    background-color: #d04e38;
    border-radius: 3px;
    display: inline-block
}

ul.socialicon {
    margin: 0 0 20px;
    padding: 0;
    float: left
}

ul.socialicon li {
    display: inline-block;
    margin: 0 2px
}

ul.socialicon li a {
    color: #fff;
    font-size: 12px;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

ul.socialicon li.twitter a {
    background: #55acee
}

ul.socialicon li.facebook a {
    background: #3b5998
}

ul.socialicon li.google a {
    background: #dd4b39
}

ul.socialicon li.whatsapp a {
    background: #25d366
}

ul.socialicon li.line a {
    background: #25d366
}

ul.socialicon li.text {
    margin-left: 10px;
    font-size: 12px;
    font-weight: 700
}

@media(max-width:992px) {
    ul.socialicon li a .socialtext {
        display: none
    }
}

.sidebar {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 20px
}

.sidebar-title:before,
.sidebar-title:after {
    content: "";
    display: table
}

.sidebar-title:after {
    clear: both
}

.sidebar-title {
    text-align: center;
    font-size: 16px !important;
    line-height: 19px;
    margin-bottom: 10px;
    overflow: hidden
}

.sidebar-title:before,
.sidebar-title:after {
    background-color: #ce0a46;
    content: "";
    display: inline-block;
    height: 3px;
    position: relative;
    vertical-align: middle;
    width: 100%
}

.sidebar-title:before {
    right: .5em;
    margin-left: -100%
}

.sidebar-title:after {
    left: .5em;
    margin-right: -100%
}

.chart {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 15px;
    border: 2px solid #ecf0f1
}

.chart li {
    display: block;
    background: #fff;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0 0 10px;
    border-bottom: 2px dashed #ecf0f1
}

.chart li:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.chart li a {
    text-decoration: none;
    color: #2c3e50
}

.chart li i {
    margin-right: 5px
}

@media(max-width:768px) {
    .chart {
        padding: 0;
        border: 0
    }
}

.data-download {
    border: 1px solid #ddd;
    max-width: 240px;
    margin: 0 auto
}

.data-download li {
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #ddd
}

.data-download li.dl-title {
    text-align: left
}

.button {
    margin: 5px 0;
    display: inline-block
}

.button a,
.button a:visited {
    background-color: #ce0a46;
    color: #fff;
    padding: 3px 6px;
    border: 0 !important;
    text-decoration: none !important;
    font-size: 11px;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
    font-family: open sans, Arial, Helvetica, sans-serif !important;
    border-radius: 3px
}

.button a:hover {
    background-color: #ce0a46;
    color: #fff;
    text-decoration: none;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease
}

.ads-margin-bottom {
    margin-bottom: 20px
}

.footer-menu li {
    display: inline-block;
    padding: 5px
}

/* === Additional Theme CSS === */
.video-thumb {
    aspect-ratio: var(--fv-thumb-aspect-ratio, 16/9);
}

* {
    -webkit-tap-highlight-color: transparent;
}

/* Fix: Ensure btn-default keeps consistent color regardless of visited state */
.btn.btn-default,
.btn.btn-default:visited,
.btn.btn-default:link {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ccc;
}

/* Fix: Override .tags-list a padding to keep btn size correct */
.tags-list a.btn {
    padding: 6px 12px;
}

/* Fix: Header logo styling */
#header {
    background: #000;
}

#header .table-cell.logo {
    position: relative;
}

#header .table-cell.logo a:first-child {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

#header .table-cell.logo a:first-child:hover {
    color: #de2600;
}

/* Burger menu button styling */
#header .table-cell.logo #mobile-menu {
    position: absolute;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 28px;
    padding: 5px 10px;
}

#header .table-cell.logo #mobile-menu:hover {
    color: #de2600;
}

/* Autocomplete dropdown styles */
.autocomplete-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #222;
    border: 1px solid #444;
    border-top: none;
    z-index: 9999;
    max-height: 300px;
    overflow-y: auto;
}

.autocomplete-dropdown .autocomplete-item {
    display: block;
    padding: 10px 12px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #333;
}

.autocomplete-dropdown .autocomplete-item:hover,
.autocomplete-dropdown .autocomplete-item.active {
    background: #de2600;
    color: #fff;
}

.autocomplete-dropdown .autocomplete-item:last-child {
    border-bottom: none;
}

/* Custom scrollbar for autocomplete dropdown */
.autocomplete-dropdown::-webkit-scrollbar {
    width: 8px;
}

.autocomplete-dropdown::-webkit-scrollbar-track {
    background: #333;
}

.autocomplete-dropdown::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 4px;
}

.autocomplete-dropdown::-webkit-scrollbar-thumb:hover {
    background: #de2600;
}

/* Firefox scrollbar */
.autocomplete-dropdown {
    scrollbar-width: thin;
    scrollbar-color: #666 #333;
}

/* Footer menu styling */
#footer-container {
    background: #1a1a1a;
    padding: 20px 0;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
    text-align: center;
}

.footer-menu li {
    display: inline-block;
    padding: 5px 10px;
}

.footer-menu li a {
    color: #ccc;
    text-decoration: none;
}

.footer-menu li a:hover {
    color: #de2600;
    text-decoration: underline;
}

#footer-container .copy {
    color: #888;
    text-align: center;
    margin: 5px 0;
    font-size: 12px;
}

/* Video Poster Ribbon Styles */
.thumb-block,
.thumb {
    position: relative;
    overflow: hidden;
}

.ribbon {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 2px 8px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: rgba(222, 38, 0, 0.9);
    border-radius: 3px;
    z-index: 10;
}

/* ============================================
   VideoPlayer Component Integration CSS
   Ensures __cvp_wrapper and __cvp_box work correctly
   within the theme's #wrapper container
   ============================================ */
#wrapper .__cvp_wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
}

#wrapper .__cvp_box {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 aspect ratio */
    overflow: hidden;
    background: #000;
}

#wrapper .__cvp_box>div,
#wrapper .__cvp_box iframe,
#wrapper .__cvp_box video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Autocomplete Dropdown */
.autocomplete-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    max-height: 300px;
    overflow-y: auto;
    z-index: 9999;
    display: none;
}

.autocomplete-dropdown a {
    display: block;
    padding: 8px 12px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.autocomplete-dropdown a:hover,
.autocomplete-dropdown a.active {
    background: #f0f0f0;
    color: #000;
}

/* Active nav state */
.top-menu li.active>a {
    background: #c00 !important;
    color: #fff !important;
}

/* Ensure hidden h1 */
h1[style*="display:none"],
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ========================================
   HEADER INLINE STYLES
   (Missing from original style.css)
   ======================================== */

/* Core body layout - from header inline styles */
body {
    max-width: 900px;
    margin: auto;
}

/* Global link reset */
a:link,
a:active,
a:visited,
a:focus,
a:hover {
    text-decoration: none;
}

/* Header block */
.hdr {
    margin: -8px -8px 10px;
}

.hdr .logos {
    background: #000;
    color: #eee;
    padding: 10px 6px;
    text-align: left;
}

.hdr .nav {
    text-align: center;
    margin: 0;
    padding: 4px 4px 1px;
    white-space: nowrap;
    background: #000;
    border-bottom: 0px solid #800;
}

.hdr .nav a {
    background: #500;
    color: #aaa;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    padding: 4px 6px;
    display: inline-block;
    overflow: hidden;
    margin: 0 2px;
    width: 32.222%;
    border: 0px solid #c00;
}

.hdr .nav a:hover {
    background: #000;
    text-decoration: none;
}

/* Dropdown */
.drp {
    position: relative;
    display: inline-block;
}

.drp-cont {
    display: none;
    position: absolute;
    background-color: #ccc;
    color: #000;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 0;
    z-index: 1;
    border: 1px solid #aaa;
    min-width: 120px;
}

.drp-cont a p {
    padding: 4px 6px;
    color: #000;
    font-size: 1em;
    border-bottom: 1px solid #aaa;
}

.drp-cont a p:hover {
    background: #555;
    color: #fff;
}

.drp:hover .drp-cont {
    display: block;
}

/* Toggle content */
#cont {
    display: none;
}

.show:focus+.hide {
    display: inline;
}

.show:focus+.hide+#cont {
    display: block;
}

/* Text alignment helpers */
.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

/* Tag styles */
.box_a .taggs a {
    line-height: 20px;
    height: 20px;
    padding: 0px 3px 2px 3px;
    background: #ECECEC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #666;
    font-weight: 400;
}

.taggs a:hover {
    background-color: #D83B6B;
    color: white;
}

/* Nunito font-face */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 300;
    src: local('Nunito Light'), local('Nunito-Light'), url(https://fonts.gstatic.com/s/nunito/v9/XRXW3I6Li01BKofAnsSUYevI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ========================================
   MISSING INLINE STYLES FROM TEMPLATES
   ======================================== */

/* Video info box */
.video-info-box {
    clear: both;
    margin: 10px 0;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 5px;
}

/* Time filter buttons */
.time-filters {
    text-align: center;
    margin: 10px 0;
}

/* Load more related container */
.load-more-related {
    text-align: center;
    padding: 20px 0;
}

/* No tags fallback text */
.no-tags-text {
    color: #999;
}

/* === Mobile Menu Toggle === */
@media(max-width:768px) {
    #top-nav.mobile-open {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 80%;
        max-width: 300px;
        height: 100%;
        z-index: 9999;
        overflow-y: auto;
        box-shadow: 4px 0 15px rgba(0, 0, 0, 0.3);
        animation: slideInMenu 0.3s ease;
    }

    #top-nav.mobile-open .top-menu>li {
        float: none;
        display: block;
    }

    #top-nav.mobile-open .top-menu>li.close-btn {
        display: block;
        background: #000;
    }

    #top-nav.mobile-open .top-menu>li.close-btn a {
        color: #fff;
        font-size: 14px;
        padding: 12px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    #top-nav.mobile-open .top-menu>li>a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 12px 15px;
    }

    #top-nav.mobile-open .sub-menu {
        position: static;
        width: 100%;
        opacity: 1;
        box-shadow: none;
        background-color: rgba(0, 0, 0, 0.2);
    }

    #top-nav.mobile-open .sub-menu li {
        float: none;
    }

    @keyframes slideInMenu {
        from {
            transform: translateX(-100%);
        }

        to {
            transform: translateX(0);
        }
    }
}

/* Mobile menu overlay (real DOM element for click handling) */
.mobile-menu-overlay {
    display: none;
}

@media(max-width:768px) {
    .mobile-menu-overlay {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9998;
    }
}

/* === Responsive Thumb Sizing === */
@media(max-width:639px) {

    .mozaique .thumb-block,
    .mozaique.thumbs-4 .thumb-block,
    .mozaique.thumbs-5 .thumb-block {
        width: 50%;
    }
}

/* === Ensure thumb poster fills container === */
.thumb-block .thumb-inside {
    overflow: hidden;
}

/* === SEO Links Section === */
.seo-links-section {
    max-width: 890px;
    margin: 0 auto;
    padding: 15px 10px;
    background: #f9f9f9;
}

.seo-links-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
}

.seo-link-item {
    display: inline-block;
    padding: 4px 12px;
    font-size: 12px;
    color: #555;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.seo-link-item:hover {
    background: #ce0a46;
    color: #fff;
    border-color: #ce0a46;
    text-decoration: none;
}

@media(max-width:768px) {
    .seo-links-section {
        padding: 10px 8px;
    }

    .seo-link-item {
        font-size: 11px;
        padding: 3px 8px;
    }
}