.bootstrap-select {
    width: 220px \0
}

.bootstrap-select>.btn {
    width: 100%;
    padding-right: 25px
}

.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.fit-width {
    width: auto!important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select .btn:focus {
    outline: #333 dotted thin!important;
    outline: -webkit-focus-ring-color auto 5px!important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none
}

.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
    float: right
}

.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%
}

.bootstrap-select.btn-group>.disabled {
    cursor: not-allowed
}

.bootstrap-select.btn-group>.disabled:focus {
    outline: 0!important
}

.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left
}

.bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.bootstrap-select.btn-group[class*=col-] .btn {
    width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    z-index: 1035;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select.show-menu-arrow.open>.btn {
    z-index: 1036
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, .2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before {
    display: block
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox input.form-control {
    margin-bottom: 0;
    width: 100%
}

.mobile-device {
    position: absolute!important;
    top: 0;
    left: 0;
    display: block!important;
    width: 100%;
    height: 100%!important;
    opacity: 0
}

@font-face {
    font-family: 'FontAwesome';
    src: url('fontawesome-webfont78ce.eot-v=4.2.0')/*tpa=http://homido.vn/v2/fonts/fontawesome-webfont78ce.eot?v=4.2.0*/;
    src: url('fontawesome-webfontd41d.eot-#iefix&v=4.2.0')/*tpa=http://homido.vn/v2/fonts/fontawesome-webfontd41d.eot?#iefix&v=4.2.0*/ format('embedded-opentype'), url('fontawesome-webfont78ce.woff-v=4.2.0')/*tpa=http://homido.vn/v2/fonts/fontawesome-webfont78ce.woff?v=4.2.0*/ format('woff'), url('fontawesome-webfont78ce.ttf-v=4.2.0')/*tpa=http://homido.vn/v2/fonts/fontawesome-webfont78ce.ttf?v=4.2.0*/ format('truetype'), url('fontawesome-webfont78ce.svg-v=4.2.0#fontawesomeregular')/*tpa=http://homido.vn/v2/fonts/fontawesome-webfont78ce.svg?v=4.2.0#fontawesomeregular*/ format('svg');
    font-weight: normal;
    font-style: normal
}

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

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

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

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

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

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

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

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

.fa-ul>li {
    position: relative
}

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

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

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

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

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

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

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

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

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

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

.fa-inbox:before {
    content: ""
}

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

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

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

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

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

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

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

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

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

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

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

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

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

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

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

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

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

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

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

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

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

.fa-comments:before {
    content: ""
}

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

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

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

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

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

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

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

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

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

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

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

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

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

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

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

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

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

.fa-paperclip:before {
    content: ""
}

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

.fa-square:before {
    content: ""
}

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

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

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

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

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

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

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

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

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

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

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

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

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

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

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

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

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

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

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

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

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

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

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

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

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

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

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

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

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

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

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

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

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

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

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

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

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

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

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

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

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

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

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

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

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

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

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

.fa-gbp:before {
    content: ""
}

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

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

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

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

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

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

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

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

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

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

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

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

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

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

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

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

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

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

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

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

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

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

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

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

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

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

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

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

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

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

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

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

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

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

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

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

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

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

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

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

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

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

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

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

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

.fa-bomb:before {
    content: ""
}

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

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

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

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

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

.fa-meanpath:before {
    content: ""
}

@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

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

body,
html {
    overflow-x: hidden
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .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 {
    -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"] {
    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;
    -moz-box-sizing: content-box;
    -webkit-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: bold
}

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

td,
th {
    padding: 0
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff!important
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .btn-submit>.caret,
    .form-submit>.caret,
    .dropup>.btn>.caret,
    .dropup>.btn-submit>.caret,
    .dropup>.form-submit>.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 th,
    .table-bordered td {
        border: 1px solid #ddd!important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("glyphicons-halflings-regular.eot")/*tpa=http://homido.vn/v2/fonts/bootstrap/glyphicons-halflings-regular.eot*/;
    src: url("glyphicons-halflings-regulard41d.eot-#iefix")/*tpa=http://homido.vn/v2/fonts/bootstrap/glyphicons-halflings-regulard41d.eot?#iefix*/ format("embedded-opentype"), url("glyphicons-halflings-regular.woff2")/*tpa=http://homido.vn/v2/fonts/bootstrap/glyphicons-halflings-regular.woff2*/ format("woff2"), url("glyphicons-halflings-regular.woff")/*tpa=http://homido.vn/v2/fonts/bootstrap/glyphicons-halflings-regular.woff*/ format("woff"), url("glyphicons-halflings-regular.ttf")/*tpa=http://homido.vn/v2/fonts/bootstrap/glyphicons-halflings-regular.ttf*/ format("truetype"), url("glyphicons-halflings-regular.svg#glyphicons_halflingsregular")/*tpa=http://homido.vn/v2/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular*/ format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "*"
}

.glyphicon-plus:before {
    content: "+"
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "€"
}

.glyphicon-minus:before {
    content: "−"
}

.glyphicon-cloud:before {
    content: "☁"
}

.glyphicon-envelope:before {
    content: "✉"
}

.glyphicon-pencil:before {
    content: "✏"
}

.glyphicon-glass:before {
    content: ""
}

.glyphicon-music:before {
    content: ""
}

.glyphicon-search:before {
    content: ""
}

.glyphicon-heart:before {
    content: ""
}

.glyphicon-star:before {
    content: ""
}

.glyphicon-star-empty:before {
    content: ""
}

.glyphicon-user:before {
    content: ""
}

.glyphicon-film:before {
    content: ""
}

.glyphicon-th-large:before {
    content: ""
}

.glyphicon-th:before {
    content: ""
}

.glyphicon-th-list:before {
    content: ""
}

.glyphicon-ok:before {
    content: ""
}

.glyphicon-remove:before {
    content: ""
}

.glyphicon-zoom-in:before {
    content: ""
}

.glyphicon-zoom-out:before {
    content: ""
}

.glyphicon-off:before {
    content: ""
}

.glyphicon-signal:before {
    content: ""
}

.glyphicon-cog:before {
    content: ""
}

.glyphicon-trash:before {
    content: ""
}

.glyphicon-home:before {
    content: ""
}

.glyphicon-file:before {
    content: ""
}

.glyphicon-time:before {
    content: ""
}

.glyphicon-road:before {
    content: ""
}

.glyphicon-download-alt:before {
    content: ""
}

.glyphicon-download:before {
    content: ""
}

.glyphicon-upload:before {
    content: ""
}

.glyphicon-inbox:before {
    content: ""
}

.glyphicon-play-circle:before {
    content: ""
}

.glyphicon-repeat:before {
    content: ""
}

.glyphicon-refresh:before {
    content: ""
}

.glyphicon-list-alt:before {
    content: ""
}

.glyphicon-lock:before {
    content: ""
}

.glyphicon-flag:before {
    content: ""
}

.glyphicon-headphones:before {
    content: ""
}

.glyphicon-volume-off:before {
    content: ""
}

.glyphicon-volume-down:before {
    content: ""
}

.glyphicon-volume-up:before {
    content: ""
}

.glyphicon-qrcode:before {
    content: ""
}

.glyphicon-barcode:before {
    content: ""
}

.glyphicon-tag:before {
    content: ""
}

.glyphicon-tags:before {
    content: ""
}

.glyphicon-book:before {
    content: ""
}

.glyphicon-bookmark:before {
    content: ""
}

.glyphicon-print:before {
    content: ""
}

.glyphicon-camera:before {
    content: ""
}

.glyphicon-font:before {
    content: ""
}

.glyphicon-bold:before {
    content: ""
}

.glyphicon-italic:before {
    content: ""
}

.glyphicon-text-height:before {
    content: ""
}

.glyphicon-text-width:before {
    content: ""
}

.glyphicon-align-left:before {
    content: ""
}

.glyphicon-align-center:before {
    content: ""
}

.glyphicon-align-right:before {
    content: ""
}

.glyphicon-align-justify:before {
    content: ""
}

.glyphicon-list:before {
    content: ""
}

.glyphicon-indent-left:before {
    content: ""
}

.glyphicon-indent-right:before {
    content: ""
}

.glyphicon-facetime-video:before {
    content: ""
}

.glyphicon-picture:before {
    content: ""
}

.glyphicon-map-marker:before {
    content: ""
}

.glyphicon-adjust:before {
    content: ""
}

.glyphicon-tint:before {
    content: ""
}

.glyphicon-edit:before {
    content: ""
}

.glyphicon-share:before {
    content: ""
}

.glyphicon-check:before {
    content: ""
}

.glyphicon-move:before {
    content: ""
}

.glyphicon-step-backward:before {
    content: ""
}

.glyphicon-fast-backward:before {
    content: ""
}

.glyphicon-backward:before {
    content: ""
}

.glyphicon-play:before {
    content: ""
}

.glyphicon-pause:before {
    content: ""
}

.glyphicon-stop:before {
    content: ""
}

.glyphicon-forward:before {
    content: ""
}

.glyphicon-fast-forward:before {
    content: ""
}

.glyphicon-step-forward:before {
    content: ""
}

.glyphicon-eject:before {
    content: ""
}

.glyphicon-chevron-left:before {
    content: ""
}

.glyphicon-chevron-right:before {
    content: ""
}

.glyphicon-plus-sign:before {
    content: ""
}

.glyphicon-minus-sign:before {
    content: ""
}

.glyphicon-remove-sign:before {
    content: ""
}

.glyphicon-ok-sign:before {
    content: ""
}

.glyphicon-question-sign:before {
    content: ""
}

.glyphicon-info-sign:before {
    content: ""
}

.glyphicon-screenshot:before {
    content: ""
}

.glyphicon-remove-circle:before {
    content: ""
}

.glyphicon-ok-circle:before {
    content: ""
}

.glyphicon-ban-circle:before {
    content: ""
}

.glyphicon-arrow-left:before {
    content: ""
}

.glyphicon-arrow-right:before {
    content: ""
}

.glyphicon-arrow-up:before {
    content: ""
}

.glyphicon-arrow-down:before {
    content: ""
}

.glyphicon-share-alt:before {
    content: ""
}

.glyphicon-resize-full:before {
    content: ""
}

.glyphicon-resize-small:before {
    content: ""
}

.glyphicon-exclamation-sign:before {
    content: ""
}

.glyphicon-gift:before {
    content: ""
}

.glyphicon-leaf:before {
    content: ""
}

.glyphicon-fire:before {
    content: ""
}

.glyphicon-eye-open:before {
    content: ""
}

.glyphicon-eye-close:before {
    content: ""
}

.glyphicon-warning-sign:before {
    content: ""
}

.glyphicon-plane:before {
    content: ""
}

.glyphicon-calendar:before {
    content: ""
}

.glyphicon-random:before {
    content: ""
}

.glyphicon-comment:before {
    content: ""
}

.glyphicon-magnet:before {
    content: ""
}

.glyphicon-chevron-up:before {
    content: ""
}

.glyphicon-chevron-down:before {
    content: ""
}

.glyphicon-retweet:before {
    content: ""
}

.glyphicon-shopping-cart:before {
    content: ""
}

.glyphicon-folder-close:before {
    content: ""
}

.glyphicon-folder-open:before {
    content: ""
}

.glyphicon-resize-vertical:before {
    content: ""
}

.glyphicon-resize-horizontal:before {
    content: ""
}

.glyphicon-hdd:before {
    content: ""
}

.glyphicon-bullhorn:before {
    content: ""
}

.glyphicon-bell:before {
    content: ""
}

.glyphicon-certificate:before {
    content: ""
}

.glyphicon-thumbs-up:before {
    content: ""
}

.glyphicon-thumbs-down:before {
    content: ""
}

.glyphicon-hand-right:before {
    content: ""
}

.glyphicon-hand-left:before {
    content: ""
}

.glyphicon-hand-up:before {
    content: ""
}

.glyphicon-hand-down:before {
    content: ""
}

.glyphicon-circle-arrow-right:before {
    content: ""
}

.glyphicon-circle-arrow-left:before {
    content: ""
}

.glyphicon-circle-arrow-up:before {
    content: ""
}

.glyphicon-circle-arrow-down:before {
    content: ""
}

.glyphicon-globe:before {
    content: ""
}

.glyphicon-wrench:before {
    content: ""
}

.glyphicon-tasks:before {
    content: ""
}

.glyphicon-filter:before {
    content: ""
}

.glyphicon-briefcase:before {
    content: ""
}

.glyphicon-fullscreen:before {
    content: ""
}

.glyphicon-dashboard:before {
    content: ""
}

.glyphicon-paperclip:before {
    content: ""
}

.glyphicon-heart-empty:before {
    content: ""
}

.glyphicon-link:before {
    content: ""
}

.glyphicon-phone:before {
    content: ""
}

.glyphicon-pushpin:before {
    content: ""
}

.glyphicon-usd:before {
    content: ""
}

.glyphicon-gbp:before {
    content: ""
}

.glyphicon-sort:before {
    content: ""
}

.glyphicon-sort-by-alphabet:before {
    content: ""
}

.glyphicon-sort-by-alphabet-alt:before {
    content: ""
}

.glyphicon-sort-by-order:before {
    content: ""
}

.glyphicon-sort-by-order-alt:before {
    content: ""
}

.glyphicon-sort-by-attributes:before {
    content: ""
}

.glyphicon-sort-by-attributes-alt:before {
    content: ""
}

.glyphicon-unchecked:before {
    content: ""
}

.glyphicon-expand:before {
    content: ""
}

.glyphicon-collapse-down:before {
    content: ""
}

.glyphicon-collapse-up:before {
    content: ""
}

.glyphicon-log-in:before {
    content: ""
}

.glyphicon-flash:before {
    content: ""
}

.glyphicon-log-out:before {
    content: ""
}

.glyphicon-new-window:before {
    content: ""
}

.glyphicon-record:before {
    content: ""
}

.glyphicon-save:before {
    content: ""
}

.glyphicon-open:before {
    content: ""
}

.glyphicon-saved:before {
    content: ""
}

.glyphicon-import:before {
    content: ""
}

.glyphicon-export:before {
    content: ""
}

.glyphicon-send:before {
    content: ""
}

.glyphicon-floppy-disk:before {
    content: ""
}

.glyphicon-floppy-saved:before {
    content: ""
}

.glyphicon-floppy-remove:before {
    content: ""
}

.glyphicon-floppy-save:before {
    content: ""
}

.glyphicon-floppy-open:before {
    content: ""
}

.glyphicon-credit-card:before {
    content: ""
}

.glyphicon-transfer:before {
    content: ""
}

.glyphicon-cutlery:before {
    content: ""
}

.glyphicon-header:before {
    content: ""
}

.glyphicon-compressed:before {
    content: ""
}

.glyphicon-earphone:before {
    content: ""
}

.glyphicon-phone-alt:before {
    content: ""
}

.glyphicon-tower:before {
    content: ""
}

.glyphicon-stats:before {
    content: ""
}

.glyphicon-sd-video:before {
    content: ""
}

.glyphicon-hd-video:before {
    content: ""
}

.glyphicon-subtitles:before {
    content: ""
}

.glyphicon-sound-stereo:before {
    content: ""
}

.glyphicon-sound-dolby:before {
    content: ""
}

.glyphicon-sound-5-1:before {
    content: ""
}

.glyphicon-sound-6-1:before {
    content: ""
}

.glyphicon-sound-7-1:before {
    content: ""
}

.glyphicon-copyright-mark:before {
    content: ""
}

.glyphicon-registration-mark:before {
    content: ""
}

.glyphicon-cloud-download:before {
    content: ""
}

.glyphicon-cloud-upload:before {
    content: ""
}

.glyphicon-tree-conifer:before {
    content: ""
}

.glyphicon-tree-deciduous:before {
    content: ""
}

.glyphicon-cd:before {
    content: ""
}

.glyphicon-save-file:before {
    content: ""
}

.glyphicon-open-file:before {
    content: ""
}

.glyphicon-level-up:before {
    content: ""
}

.glyphicon-copy:before {
    content: ""
}

.glyphicon-paste:before {
    content: ""
}

.glyphicon-alert:before {
    content: ""
}

.glyphicon-equalizer:before {
    content: ""
}

.glyphicon-king:before {
    content: ""
}

.glyphicon-queen:before {
    content: ""
}

.glyphicon-pawn:before {
    content: ""
}

.glyphicon-bishop:before {
    content: ""
}

.glyphicon-knight:before {
    content: ""
}

.glyphicon-baby-formula:before {
    content: ""
}

.glyphicon-tent:before {
    content: "⛺"
}

.glyphicon-blackboard:before {
    content: ""
}

.glyphicon-bed:before {
    content: ""
}

.glyphicon-apple:before {
    content: ""
}

.glyphicon-erase:before {
    content: ""
}

.glyphicon-hourglass:before {
    content: "⌛"
}

.glyphicon-lamp:before {
    content: ""
}

.glyphicon-duplicate:before {
    content: ""
}

.glyphicon-piggy-bank:before {
    content: ""
}

.glyphicon-scissors:before {
    content: ""
}

.glyphicon-bitcoin:before {
    content: ""
}

.glyphicon-btc:before {
    content: ""
}

.glyphicon-xbt:before {
    content: ""
}

.glyphicon-yen:before {
    content: "¥"
}

.glyphicon-jpy:before {
    content: "¥"
}

.glyphicon-ruble:before {
    content: "₽"
}

.glyphicon-rub:before {
    content: "₽"
}

.glyphicon-scale:before {
    content: ""
}

.glyphicon-ice-lolly:before {
    content: ""
}

.glyphicon-ice-lolly-tasted:before {
    content: ""
}

.glyphicon-education:before {
    content: ""
}

.glyphicon-option-horizontal:before {
    content: ""
}

.glyphicon-option-vertical:before {
    content: ""
}

.glyphicon-menu-hamburger:before {
    content: ""
}

.glyphicon-modal-window:before {
    content: ""
}

.glyphicon-oil:before {
    content: ""
}

.glyphicon-grain:before {
    content: ""
}

.glyphicon-sunglasses:before {
    content: ""
}

.glyphicon-text-size:before {
    content: ""
}

.glyphicon-text-color:before {
    content: ""
}

.glyphicon-text-background:before {
    content: ""
}

.glyphicon-object-align-top:before {
    content: ""
}

.glyphicon-object-align-bottom:before {
    content: ""
}

.glyphicon-object-align-horizontal:before {
    content: ""
}

.glyphicon-object-align-left:before {
    content: ""
}

.glyphicon-object-align-vertical:before {
    content: ""
}

.glyphicon-object-align-right:before {
    content: ""
}

.glyphicon-triangle-right:before {
    content: ""
}

.glyphicon-triangle-left:before {
    content: ""
}

.glyphicon-triangle-bottom:before {
    content: ""
}

.glyphicon-triangle-top:before {
    content: ""
}

.glyphicon-console:before {
    content: ""
}

.glyphicon-superscript:before {
    content: ""
}

.glyphicon-subscript:before {
    content: ""
}

.glyphicon-menu-left:before {
    content: ""
}

.glyphicon-menu-right:before {
    content: ""
}

.glyphicon-menu-down:before {
    content: ""
}

.glyphicon-menu-up:before {
    content: ""
}

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

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

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

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.42857;
    color: #fff;
    background-color: #fff
}

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

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

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

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

.img-rounded {
    border-radius: 0
}

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

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

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

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

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

[role="button"] {
    cursor: pointer
}

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 21px;
    margin-bottom: 10.5px
}

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

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

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

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

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

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

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

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

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

p {
    margin: 0 0 10.5px
}

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

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

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

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,
.initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #e30613
}

a.text-primary:hover {
    color: #b1050f
}

.text-success {
    color: #fff
}

a.text-success:hover {
    color: #e6e6e6
}

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

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

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #e30613
}

a.bg-primary:hover {
    background-color: #b1050f
}

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

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

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

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

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

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

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

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

.page-header {
    padding-bottom: 9.5px;
    margin: 42px 0 21px;
    border-bottom: 1px solid #eee
}

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

ul ul,
ul ol,
ol ul,
ol ol {
    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: 21px
}

dt,
dd {
    line-height: 1.42857
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

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

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

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10.5px 21px;
    margin: 0 0 21px;
    font-size: 18.75px;
    border-left: 5px solid #eee
}

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

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

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '— '
}

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

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

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

address {
    margin-bottom: 21px;
    font-style: normal;
    line-height: 1.42857
}

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

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

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

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

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

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

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

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

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

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

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row,
.section-article-list.article-list .article {
    margin-left: -15px;
    margin-right: -15px
}

.row:before,
.section-article-list.article-list .article:before,
.row:after,
.section-article-list.article-list .article:after {
    content: " ";
    display: table
}

.row:after,
.section-article-list.article-list .article:after {
    clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .section-article-list.article-list .article .article-header,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .section-article-list.article-list .article .article-content,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4,
    .section-article-list.article-list .article .article-header {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8,
    .section-article-list.article-list .article .article-content {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media(min-width:992px) {
    .col-md-1,
    .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-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media(min-width:1200px) {
    .col-lg-1,
    .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-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 66.66667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: rgba(0, 0, 0, .26)
}

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

th {
    text-align: left
}

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

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 10px 14px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #6e6e6e
}

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

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #6e6e6e
}

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

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

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

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #6e6e6e
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .4)
}

.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>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15.75px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #6e6e6e
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 21px;
    font-size: 22.5px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    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="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 15px;
    line-height: 1.42857;
    color: #fff
}

.form-control,
.form-line input,
.form-line textarea {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus,
.form-line input:focus,
.form-line textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder,
.form-line input::-moz-placeholder,
.form-line textarea::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder,
.form-line input:-ms-input-placeholder,
.form-line textarea:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder,
.form-line input::-webkit-input-placeholder,
.form-line textarea::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-line input[disabled],
.form-line textarea[disabled],
.form-control[readonly],
.form-line input[readonly],
.form-line textarea[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] .form-line input,
.form-line fieldset[disabled] input,
fieldset[disabled] .form-line textarea,
.form-line fieldset[disabled] textarea {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
.form-line input[disabled],
.form-line textarea[disabled],
fieldset[disabled] .form-control,
fieldset[disabled] .form-line input,
.form-line fieldset[disabled] input,
fieldset[disabled] .form-line textarea,
.form-line fieldset[disabled] textarea {
    cursor: not-allowed
}

textarea.form-control,
.form-line textarea {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 35px
    }
    input[type="date"].input-sm,
    .input-group-sm>input[type="date"].form-control,
    .form-line .input-group-sm>input[type="date"],
    .input-group-sm>input[type="date"].input-group-addon,
    .input-group-sm>input[type="date"].input-after-addon,
    .input-group-sm>input[type="date"].input-mandatory-addon,
    .input-group-sm>input[type="date"].input-info-addon,
    .input-group-sm>.input-group-btn>input[type="date"].btn,
    .input-group-sm>.input-group-btn>input[type="date"].btn-submit,
    .input-group-sm>.input-group-btn>input[type="date"].form-submit,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm>input[type="time"].form-control,
    .form-line .input-group-sm>input[type="time"],
    .input-group-sm>input[type="time"].input-group-addon,
    .input-group-sm>input[type="time"].input-after-addon,
    .input-group-sm>input[type="time"].input-mandatory-addon,
    .input-group-sm>input[type="time"].input-info-addon,
    .input-group-sm>.input-group-btn>input[type="time"].btn,
    .input-group-sm>.input-group-btn>input[type="time"].btn-submit,
    .input-group-sm>.input-group-btn>input[type="time"].form-submit,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm>input[type="datetime-local"].form-control,
    .form-line .input-group-sm>input[type="datetime-local"],
    .input-group-sm>input[type="datetime-local"].input-group-addon,
    .input-group-sm>input[type="datetime-local"].input-after-addon,
    .input-group-sm>input[type="datetime-local"].input-mandatory-addon,
    .input-group-sm>input[type="datetime-local"].input-info-addon,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].btn-submit,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].form-submit,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm>input[type="month"].form-control,
    .form-line .input-group-sm>input[type="month"],
    .input-group-sm>input[type="month"].input-group-addon,
    .input-group-sm>input[type="month"].input-after-addon,
    .input-group-sm>input[type="month"].input-mandatory-addon,
    .input-group-sm>input[type="month"].input-info-addon,
    .input-group-sm>.input-group-btn>input[type="month"].btn,
    .input-group-sm>.input-group-btn>input[type="month"].btn-submit,
    .input-group-sm>.input-group-btn>input[type="month"].form-submit,
    .input-group-sm input[type="month"] {
        line-height: 31px
    }
    input[type="date"].input-lg,
    .input-group-lg>input[type="date"].form-control,
    .form-line .input-group-lg>input[type="date"],
    .input-group-lg>input[type="date"].input-group-addon,
    .input-group-lg>input[type="date"].input-after-addon,
    .input-group-lg>input[type="date"].input-mandatory-addon,
    .input-group-lg>input[type="date"].input-info-addon,
    .input-group-lg>.input-group-btn>input[type="date"].btn,
    .input-group-lg>.input-group-btn>input[type="date"].btn-submit,
    .input-group-lg>.input-group-btn>input[type="date"].form-submit,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg>input[type="time"].form-control,
    .form-line .input-group-lg>input[type="time"],
    .input-group-lg>input[type="time"].input-group-addon,
    .input-group-lg>input[type="time"].input-after-addon,
    .input-group-lg>input[type="time"].input-mandatory-addon,
    .input-group-lg>input[type="time"].input-info-addon,
    .input-group-lg>.input-group-btn>input[type="time"].btn,
    .input-group-lg>.input-group-btn>input[type="time"].btn-submit,
    .input-group-lg>.input-group-btn>input[type="time"].form-submit,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg>input[type="datetime-local"].form-control,
    .form-line .input-group-lg>input[type="datetime-local"],
    .input-group-lg>input[type="datetime-local"].input-group-addon,
    .input-group-lg>input[type="datetime-local"].input-after-addon,
    .input-group-lg>input[type="datetime-local"].input-mandatory-addon,
    .input-group-lg>input[type="datetime-local"].input-info-addon,
    .input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-lg>.input-group-btn>input[type="datetime-local"].btn-submit,
    .input-group-lg>.input-group-btn>input[type="datetime-local"].form-submit,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg>input[type="month"].form-control,
    .form-line .input-group-lg>input[type="month"],
    .input-group-lg>input[type="month"].input-group-addon,
    .input-group-lg>input[type="month"].input-after-addon,
    .input-group-lg>input[type="month"].input-mandatory-addon,
    .input-group-lg>input[type="month"].input-info-addon,
    .input-group-lg>.input-group-btn>input[type="month"].btn,
    .input-group-lg>.input-group-btn>input[type="month"].btn-submit,
    .input-group-lg>.input-group-btn>input[type="month"].form-submit,
    .input-group-lg input[type="month"] {
        line-height: 48px
    }
}

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

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

.radio label,
.checkbox label {
    min-height: 21px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 36px
}

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.form-line .input-group-lg>input.form-control-static,
.form-line .input-group-lg>textarea.form-control-static,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.form-control-static.input-after-addon,
.input-group-lg>.form-control-static.input-mandatory-addon,
.input-group-lg>.form-control-static.input-info-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-lg>.input-group-btn>.form-control-static.btn-submit,
.input-group-lg>.input-group-btn>.form-control-static.form-submit,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.form-line .input-group-sm>input.form-control-static,
.form-line .input-group-sm>textarea.form-control-static,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.form-control-static.input-after-addon,
.input-group-sm>.form-control-static.input-mandatory-addon,
.input-group-sm>.form-control-static.input-info-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn,
.input-group-sm>.input-group-btn>.form-control-static.btn-submit,
.input-group-sm>.input-group-btn>.form-control-static.form-submit {
    padding-left: 0;
    padding-right: 0
}

.input-sm,
.input-group-sm>.form-control,
.form-line .input-group-sm>input,
.form-line .input-group-sm>textarea,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-after-addon,
.input-group-sm>.input-mandatory-addon,
.input-group-sm>.input-info-addon,
.input-group-sm>.input-group-btn>.btn,
.input-group-sm>.input-group-btn>.btn-submit,
.input-group-sm>.input-group-btn>.form-submit {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>select.input-after-addon,
.input-group-sm>select.input-mandatory-addon,
.input-group-sm>select.input-info-addon,
.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>.input-group-btn>select.btn-submit,
.input-group-sm>.input-group-btn>select.form-submit {
    height: 31px;
    line-height: 31px
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.form-line .input-group-sm>textarea,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>textarea.input-after-addon,
.input-group-sm>textarea.input-mandatory-addon,
.input-group-sm>textarea.input-info-addon,
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>.input-group-btn>textarea.btn-submit,
.input-group-sm>.input-group-btn>textarea.form-submit,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>select[multiple].input-after-addon,
.input-group-sm>select[multiple].input-mandatory-addon,
.input-group-sm>select[multiple].input-info-addon,
.input-group-sm>.input-group-btn>select[multiple].btn,
.input-group-sm>.input-group-btn>select[multiple].btn-submit,
.input-group-sm>.input-group-btn>select[multiple].form-submit {
    height: auto
}

.form-group-sm .form-control,
.form-group-sm .form-line input,
.form-line .form-group-sm input,
.form-group-sm .form-line textarea,
.form-line .form-group-sm textarea {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0
}

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

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

.form-group-sm .form-control-static {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    min-height: 34px
}

.input-lg,
.input-group-lg>.form-control,
.form-line .input-group-lg>input,
.form-line .input-group-lg>textarea,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-after-addon,
.input-group-lg>.input-mandatory-addon,
.input-group-lg>.input-info-addon,
.input-group-lg>.input-group-btn>.btn,
.input-group-lg>.input-group-btn>.btn-submit,
.input-group-lg>.input-group-btn>.form-submit {
    height: 48px;
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.33333;
    border-radius: 0
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>select.input-after-addon,
.input-group-lg>select.input-mandatory-addon,
.input-group-lg>select.input-info-addon,
.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>.input-group-btn>select.btn-submit,
.input-group-lg>.input-group-btn>select.form-submit {
    height: 48px;
    line-height: 48px
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.form-line .input-group-lg>textarea,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>textarea.input-after-addon,
.input-group-lg>textarea.input-mandatory-addon,
.input-group-lg>textarea.input-info-addon,
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>.input-group-btn>textarea.btn-submit,
.input-group-lg>.input-group-btn>textarea.form-submit,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>select[multiple].input-after-addon,
.input-group-lg>select[multiple].input-mandatory-addon,
.input-group-lg>select[multiple].input-info-addon,
.input-group-lg>.input-group-btn>select[multiple].btn,
.input-group-lg>.input-group-btn>select[multiple].btn-submit,
.input-group-lg>.input-group-btn>select[multiple].form-submit {
    height: auto
}

.form-group-lg .form-control,
.form-group-lg .form-line input,
.form-line .form-group-lg input,
.form-group-lg .form-line textarea,
.form-line .form-group-lg textarea {
    height: 48px;
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.33333;
    border-radius: 0
}

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

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

.form-group-lg .form-control-static {
    height: 48px;
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.33333;
    min-height: 40px
}

.has-feedback {
    position: relative
}

.has-feedback .form-control,
.has-feedback .form-line input,
.form-line .has-feedback input,
.has-feedback .form-line textarea,
.form-line .has-feedback textarea {
    padding-right: 43.75px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.form-line .input-group-lg>input+.form-control-feedback,
.form-line .input-group-lg>textarea+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-after-addon+.form-control-feedback,
.input-group-lg>.input-mandatory-addon+.form-control-feedback,
.input-group-lg>.input-info-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn-submit+.form-control-feedback,
.input-group-lg>.input-group-btn>.form-submit+.form-control-feedback {
    width: 48px;
    height: 48px;
    line-height: 48px
}

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.form-line .input-group-sm>input+.form-control-feedback,
.form-line .input-group-sm>textarea+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-after-addon+.form-control-feedback,
.input-group-sm>.input-mandatory-addon+.form-control-feedback,
.input-group-sm>.input-info-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn-submit+.form-control-feedback,
.input-group-sm>.input-group-btn>.form-submit+.form-control-feedback {
    width: 31px;
    height: 31px;
    line-height: 31px
}

.has-success .help-block,
.has-success .control-label,
.has-success .form-line .form-label,
.form-line .has-success .form-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #fff
}

.has-success .form-control,
.has-success .form-line input,
.form-line .has-success input,
.has-success .form-line textarea,
.form-line .has-success textarea {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus,
.has-success .form-line input:focus,
.form-line .has-success input:focus,
.has-success .form-line textarea:focus,
.form-line .has-success textarea:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px white
}

.has-success .input-group-addon,
.has-success .input-after-addon,
.has-success .input-mandatory-addon,
.has-success .input-info-addon {
    color: #fff;
    border-color: #fff;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #fff
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .form-line .form-label,
.form-line .has-warning .form-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control,
.has-warning .form-line input,
.form-line .has-warning input,
.has-warning .form-line textarea,
.form-line .has-warning textarea {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus,
.has-warning .form-line input:focus,
.form-line .has-warning input:focus,
.has-warning .form-line textarea:focus,
.form-line .has-warning textarea:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon,
.has-warning .input-after-addon,
.has-warning .input-mandatory-addon,
.has-warning .input-info-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .form-line .form-label,
.form-line .has-error .form-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control,
.has-error .form-line input,
.form-line .has-error input,
.has-error .form-line textarea,
.form-line .has-error textarea {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus,
.has-error .form-line input:focus,
.form-line .has-error input:focus,
.has-error .form-line textarea:focus,
.form-line .has-error textarea:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon,
.has-error .input-after-addon,
.has-error .input-mandatory-addon,
.has-error .input-info-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

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

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

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

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

@media(min-width:768px) {
    .form-inline .form-group,
    .form-inline .form-line {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control,
    .form-inline .form-line input,
    .form-line .form-inline input,
    .form-inline .form-line textarea,
    .form-line .form-inline textarea {
        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 .input-group-addon,
    .form-inline .input-group .input-after-addon,
    .form-inline .input-group .input-mandatory-addon,
    .form-inline .input-group .input-info-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group .form-line input,
    .form-line .form-inline .input-group input,
    .form-inline .input-group .form-line textarea,
    .form-line .form-inline .input-group textarea {
        width: auto
    }
    .form-inline .input-group>.form-control,
    .form-inline .form-line .input-group>input,
    .form-line .form-inline .input-group>input,
    .form-inline .form-line .input-group>textarea,
    .form-line .form-inline .input-group>textarea {
        width: 100%
    }
    .form-inline .control-label,
    .form-inline .form-line .form-label,
    .form-line .form-inline .form-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 28px
}

.form-horizontal .form-group,
.form-horizontal .form-line {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-line:before,
.form-horizontal .form-group:after,
.form-horizontal .form-line:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after,
.form-horizontal .form-line:after {
    clear: both
}

@media(min-width:768px) {
    .form-horizontal .control-label,
    .form-horizontal .form-line .form-label,
    .form-line .form-horizontal .form-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,
    .form-horizontal .form-group-lg .form-line .form-label,
    .form-line .form-horizontal .form-group-lg .form-label {
        padding-top: 14.33333px
    }
}

@media(min-width:768px) {
    .form-horizontal .form-group-sm .control-label,
    .form-horizontal .form-group-sm .form-line .form-label,
    .form-line .form-horizontal .form-group-sm .form-label {
        padding-top: 6px
    }
}

.btn,
.btn-submit,
.form-submit {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn-submit:focus,
.form-submit:focus,
.btn.focus,
.focus.btn-submit,
.focus.form-submit,
.btn:active:focus,
.btn-submit:active:focus,
.form-submit:active:focus,
.btn:active.focus,
.btn-submit:active.focus,
.form-submit:active.focus,
.btn.active:focus,
.active.btn-submit:focus,
.active.form-submit:focus,
.btn.active.focus,
.active.focus.btn-submit,
.active.focus.form-submit {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn-submit:hover,
.form-submit:hover,
.btn:focus,
.btn-submit:focus,
.form-submit:focus,
.btn.focus,
.focus.btn-submit,
.focus.form-submit {
    color: #e0e0e0;
    text-decoration: none
}

.btn:active,
.btn-submit:active,
.form-submit:active,
.btn.active,
.active.btn-submit,
.active.form-submit {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.disabled.btn-submit,
.disabled.form-submit,
.btn[disabled],
[disabled].btn-submit,
[disabled].form-submit,
fieldset[disabled] .btn,
fieldset[disabled] .btn-submit,
fieldset[disabled] .form-submit {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #e0e0e0;
    background-color: #fff;
    border-color: #fff
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #e0e0e0;
    background-color: #e6e6e6;
    border-color: #e0e0e0
}

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

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

.btn-default .badge {
    color: #fff;
    background-color: #e0e0e0
}

.btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: #fff
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: #e0e0e0
}

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

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: transparent;
    border-color: #fff
}

.btn-primary .badge {
    color: transparent;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641
}

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

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2
}

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

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316
}

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

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a
}

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

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

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

.btn-link,
.comment-thread-container .comment-metas .comment-buttons a {
    color: #fff;
    font-weight: normal;
    border-radius: 0
}

.btn-link,
.comment-thread-container .comment-metas .comment-buttons a,
.btn-link:active,
.comment-thread-container .comment-metas .comment-buttons a:active,
.btn-link.active,
.comment-thread-container .comment-metas .comment-buttons a.active,
.btn-link[disabled],
.comment-thread-container .comment-metas .comment-buttons a[disabled],
fieldset[disabled] .btn-link,
fieldset[disabled] .comment-thread-container .comment-metas .comment-buttons a,
.comment-thread-container .comment-metas .comment-buttons fieldset[disabled] a {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.comment-thread-container .comment-metas .comment-buttons a,
.btn-link:hover,
.comment-thread-container .comment-metas .comment-buttons a:hover,
.btn-link:focus,
.comment-thread-container .comment-metas .comment-buttons a:focus,
.btn-link:active,
.comment-thread-container .comment-metas .comment-buttons a:active {
    border-color: transparent
}

.btn-link:hover,
.comment-thread-container .comment-metas .comment-buttons a:hover,
.btn-link:focus,
.comment-thread-container .comment-metas .comment-buttons a:focus {
    color: #e30613;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
.comment-thread-container .comment-metas .comment-buttons a[disabled]:hover,
.btn-link[disabled]:focus,
.comment-thread-container .comment-metas .comment-buttons a[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .comment-thread-container .comment-metas .comment-buttons a:hover,
.comment-thread-container .comment-metas .comment-buttons fieldset[disabled] a:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .comment-thread-container .comment-metas .comment-buttons a:focus,
.comment-thread-container .comment-metas .comment-buttons fieldset[disabled] a:focus {
    color: #777;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn,
.btn-group-lg>.btn-submit,
.btn-group-lg>.form-submit {
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.33333;
    border-radius: 0
}

.btn-sm,
.btn-group-sm>.btn,
.btn-group-sm>.btn-submit,
.btn-group-sm>.form-submit {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0
}

.btn-xs,
.btn-group-xs>.btn,
.btn-group-xs>.btn-submit,
.btn-group-xs>.form-submit {
    padding: 1px 5px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 15px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #e30613
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 13px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group>.btn-submit,
.btn-group>.form-submit,
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-submit,
.btn-group-vertical>.form-submit {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.btn-group>.btn-submit:hover,
.btn-group>.form-submit:hover,
.btn-group>.btn:focus,
.btn-group>.btn-submit:focus,
.btn-group>.form-submit:focus,
.btn-group>.btn:active,
.btn-group>.btn-submit:active,
.btn-group>.form-submit:active,
.btn-group>.btn.active,
.btn-group>.active.btn-submit,
.btn-group>.active.form-submit,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn-submit:hover,
.btn-group-vertical>.form-submit:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn-submit:focus,
.btn-group-vertical>.form-submit:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn-submit:active,
.btn-group-vertical>.form-submit:active,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.active.btn-submit,
.btn-group-vertical>.active.form-submit {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn-submit+.btn,
.btn-group .form-submit+.btn,
.btn-group .btn+.btn-submit,
.btn-group .btn-submit+.btn-submit,
.btn-group .form-submit+.btn-submit,
.btn-group .btn+.form-submit,
.btn-group .btn-submit+.form-submit,
.btn-group .form-submit+.form-submit,
.btn-group .btn+.btn-group,
.btn-group .btn-submit+.btn-group,
.btn-group .form-submit+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-submit,
.btn-group .btn-group+.form-submit,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-submit,
.btn-toolbar>.form-submit,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-submit:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.form-submit:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

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

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-submit:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.form-submit:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

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

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

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn-submit,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.form-submit {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.btn-submit:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.form-submit:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,
.btn-group>.btn-group:last-child:not(:first-child)>.btn-submit:first-child,
.btn-group>.btn-group:last-child:not(:first-child)>.form-submit:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-submit+.dropdown-toggle,
.btn-group>.form-submit+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group-lg.btn-group>.btn-submit+.dropdown-toggle,
.btn-group-lg.btn-group>.form-submit+.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);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link,
.btn-group.open .comment-thread-container .comment-metas .comment-buttons a.dropdown-toggle,
.comment-thread-container .comment-metas .comment-buttons .btn-group.open a.dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret,
.btn-submit .caret,
.form-submit .caret {
    margin-left: 0
}

.btn-lg .caret,
.btn-group-lg>.btn .caret,
.btn-group-lg>.btn-submit .caret,
.btn-group-lg>.form-submit .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret,
.dropup .btn-group-lg>.btn-submit .caret,
.dropup .btn-group-lg>.form-submit .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-submit,
.btn-group-vertical>.form-submit,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn,
.btn-group-vertical>.btn-group>.btn-submit,
.btn-group-vertical>.btn-group>.form-submit {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn,
.btn-group-vertical>.btn-group>.btn-submit,
.btn-group-vertical>.btn-group>.form-submit {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn-submit+.btn,
.btn-group-vertical>.form-submit+.btn,
.btn-group-vertical>.btn+.btn-submit,
.btn-group-vertical>.btn-submit+.btn-submit,
.btn-group-vertical>.form-submit+.btn-submit,
.btn-group-vertical>.btn+.form-submit,
.btn-group-vertical>.btn-submit+.form-submit,
.btn-group-vertical>.form-submit+.form-submit,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-submit+.btn-group,
.btn-group-vertical>.form-submit+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-submit,
.btn-group-vertical>.btn-group+.form-submit,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.btn-group-vertical>.btn-submit:not(:first-child):not(:last-child),
.btn-group-vertical>.form-submit:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child),
.btn-group-vertical>.btn-submit:first-child:not(:last-child),
.btn-group-vertical>.form-submit:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child),
.btn-group-vertical>.btn-submit:last-child:not(:first-child),
.btn-group-vertical>.form-submit:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn-submit,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.form-submit {
    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)>.btn-submit:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.form-submit:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn-submit:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.form-submit:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-submit,
.btn-group-justified>.form-submit,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn,
.btn-group-justified>.btn-group .btn-submit,
.btn-group-justified>.btn-group .form-submit {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-submit input[type="radio"],
[data-toggle="buttons"]>.form-submit input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-submit input[type="checkbox"],
[data-toggle="buttons"]>.form-submit input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn-submit input[type="radio"],
[data-toggle="buttons"]>.btn-group>.form-submit input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn-submit input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.form-submit input[type="checkbox"] {
    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,
.input-group .form-line input,
.form-line .input-group input,
.input-group .form-line textarea,
.form-line .input-group textarea {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-addon,
.input-after-addon,
.input-mandatory-addon,
.input-info-addon,
.input-group-btn,
.input-group .form-control,
.input-group .form-line input,
.form-line .input-group input,
.input-group .form-line textarea,
.form-line .input-group textarea {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-after-addon:not(:first-child):not(:last-child),
.input-mandatory-addon:not(:first-child):not(:last-child),
.input-info-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .form-line input:not(:first-child):not(:last-child),
.form-line .input-group input:not(:first-child):not(:last-child),
.input-group .form-line textarea:not(:first-child):not(:last-child),
.form-line .input-group textarea:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-after-addon,
.input-mandatory-addon,
.input-info-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon,
.input-after-addon,
.input-mandatory-addon,
.input-info-addon {
    padding: 6px 12px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #eee;
    border: 1px solid #fff;
    border-radius: 0
}

.input-group-addon.input-sm,
.form-line .input-group-sm>input.input-group-addon,
.form-line .input-group-sm>input.input-after-addon,
.form-line .input-group-sm>input.input-mandatory-addon,
.form-line .input-group-sm>input.input-info-addon,
.form-line .input-group-sm>textarea.input-group-addon,
.form-line .input-group-sm>textarea.input-after-addon,
.form-line .input-group-sm>textarea.input-mandatory-addon,
.form-line .input-group-sm>textarea.input-info-addon,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-after-addon,
.input-group-sm>.input-mandatory-addon,
.input-group-sm>.input-info-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn,
.input-group-sm>.input-group-btn>.input-group-addon.btn-submit,
.input-group-sm>.input-group-btn>.input-group-addon.form-submit,
.input-group-sm>.input-group-btn>.form-submit.input-after-addon,
.input-group-sm>.input-group-btn>.form-submit.input-mandatory-addon,
.input-group-sm>.input-group-btn>.form-submit.input-info-addon,
.input-group-sm>.input-group-btn>.btn-submit.input-after-addon,
.input-group-sm>.input-group-btn>.btn-submit.input-mandatory-addon,
.input-group-sm>.input-group-btn>.btn-submit.input-info-addon,
.input-group-sm>.input-group-btn>.btn.input-after-addon,
.input-group-sm>.input-group-btn>.btn.input-mandatory-addon,
.input-group-sm>.input-group-btn>.btn.input-info-addon,
.input-sm.input-after-addon,
.input-sm.input-mandatory-addon,
.input-sm.input-info-addon {
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 0
}

.input-group-addon.input-lg,
.form-line .input-group-lg>input.input-group-addon,
.form-line .input-group-lg>input.input-after-addon,
.form-line .input-group-lg>input.input-mandatory-addon,
.form-line .input-group-lg>input.input-info-addon,
.form-line .input-group-lg>textarea.input-group-addon,
.form-line .input-group-lg>textarea.input-after-addon,
.form-line .input-group-lg>textarea.input-mandatory-addon,
.form-line .input-group-lg>textarea.input-info-addon,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-after-addon,
.input-group-lg>.input-mandatory-addon,
.input-group-lg>.input-info-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn,
.input-group-lg>.input-group-btn>.input-group-addon.btn-submit,
.input-group-lg>.input-group-btn>.input-group-addon.form-submit,
.input-group-lg>.input-group-btn>.form-submit.input-after-addon,
.input-group-lg>.input-group-btn>.form-submit.input-mandatory-addon,
.input-group-lg>.input-group-btn>.form-submit.input-info-addon,
.input-group-lg>.input-group-btn>.btn-submit.input-after-addon,
.input-group-lg>.input-group-btn>.btn-submit.input-mandatory-addon,
.input-group-lg>.input-group-btn>.btn-submit.input-info-addon,
.input-group-lg>.input-group-btn>.btn.input-after-addon,
.input-group-lg>.input-group-btn>.btn.input-mandatory-addon,
.input-group-lg>.input-group-btn>.btn.input-info-addon,
.input-lg.input-after-addon,
.input-lg.input-mandatory-addon,
.input-lg.input-info-addon {
    padding: 10px 16px;
    font-size: 19px;
    border-radius: 0
}

.input-group-addon input[type="radio"],
.input-after-addon input[type="radio"],
.input-mandatory-addon input[type="radio"],
.input-info-addon input[type="radio"],
.input-group-addon input[type="checkbox"],
.input-after-addon input[type="checkbox"],
.input-mandatory-addon input[type="checkbox"],
.input-info-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group .form-line input:first-child,
.form-line .input-group input:first-child,
.input-group .form-line textarea:first-child,
.form-line .input-group textarea:first-child,
.input-group-addon:first-child,
.input-after-addon:first-child,
.input-mandatory-addon:first-child,
.input-info-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-submit,
.input-group-btn:first-child>.form-submit,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.btn-group>.btn-submit,
.input-group-btn:first-child>.btn-group>.form-submit,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-submit:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.form-submit:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn-submit,
.input-group-btn:last-child>.btn-group:not(:last-child)>.form-submit {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child,
.input-after-addon:first-child,
.input-mandatory-addon:first-child,
.input-info-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group .form-line input:last-child,
.form-line .input-group input:last-child,
.input-group .form-line textarea:last-child,
.form-line .input-group textarea:last-child,
.input-group-addon:last-child,
.input-after-addon:last-child,
.input-mandatory-addon:last-child,
.input-info-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-submit,
.input-group-btn:last-child>.form-submit,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.btn-group>.btn-submit,
.input-group-btn:last-child>.btn-group>.form-submit,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-submit:not(:first-child),
.input-group-btn:first-child>.form-submit:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn-submit,
.input-group-btn:first-child>.btn-group:not(:first-child)>.form-submit {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child,
.input-after-addon:last-child,
.input-mandatory-addon:last-child,
.input-info-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn,
.input-group-btn>.btn-submit,
.input-group-btn>.form-submit {
    position: relative
}

.input-group-btn>.btn+.btn,
.input-group-btn>.btn-submit+.btn,
.input-group-btn>.form-submit+.btn,
.input-group-btn>.btn+.btn-submit,
.input-group-btn>.btn-submit+.btn-submit,
.input-group-btn>.form-submit+.btn-submit,
.input-group-btn>.btn+.form-submit,
.input-group-btn>.btn-submit+.form-submit,
.input-group-btn>.form-submit+.form-submit {
    margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn-submit:hover,
.input-group-btn>.form-submit:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn-submit:focus,
.input-group-btn>.form-submit:focus,
.input-group-btn>.btn:active,
.input-group-btn>.btn-submit:active,
.input-group-btn>.form-submit:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-submit,
.input-group-btn:first-child>.form-submit,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-submit,
.input-group-btn:last-child>.form-submit,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:before,
.nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #fff
}

.nav .nav-divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 0 0 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 0
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #e30613
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:768px) {
    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 0
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 21px;
    border: 1px solid transparent
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media(min-width:768px) {
    .navbar {
        border-radius: 0
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media(min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media(max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {
    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media(min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media(min-width:768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 30px;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 14.5px 15px;
    font-size: 19px;
    line-height: 21px;
    height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media(min-width:768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media(min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.25px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px
}

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 21px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media(min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 14.5px;
        padding-bottom: 14.5px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 7.5px;
    margin-bottom: 7.5px
}

@media(min-width:768px) {
    .navbar-form .form-group,
    .navbar-form .form-line {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control,
    .navbar-form .form-line input,
    .form-line .navbar-form input,
    .navbar-form .form-line textarea,
    .form-line .navbar-form textarea {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-after-addon,
    .navbar-form .input-group .input-mandatory-addon,
    .navbar-form .input-group .input-info-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .form-line input,
    .form-line .navbar-form .input-group input,
    .navbar-form .input-group .form-line textarea,
    .form-line .navbar-form .input-group textarea {
        width: auto
    }
    .navbar-form .input-group>.form-control,
    .navbar-form .form-line .input-group>input,
    .form-line .navbar-form .input-group>input,
    .navbar-form .form-line .input-group>textarea,
    .form-line .navbar-form .input-group>textarea {
        width: 100%
    }
    .navbar-form .control-label,
    .navbar-form .form-line .form-label,
    .form-line .navbar-form .form-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media(max-width:767px) {
    .navbar-form .form-group,
    .navbar-form .form-line {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child,
    .navbar-form .form-line:last-child {
        margin-bottom: 0
    }
}

@media(min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 7.5px;
    margin-bottom: 7.5px
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn,
.btn-group-sm>.navbar-btn.btn-submit,
.btn-group-sm>.navbar-btn.form-submit {
    margin-top: 9.5px;
    margin-bottom: 9.5px
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn,
.btn-group-xs>.navbar-btn.btn-submit,
.btn-group-xs>.navbar-btn.form-submit {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 14.5px;
    margin-bottom: 14.5px
}

@media(min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media(min-width:768px) {
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link,
.navbar-default .comment-thread-container .comment-metas .comment-buttons a,
.comment-thread-container .comment-metas .comment-buttons .navbar-default a {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .comment-thread-container .comment-metas .comment-buttons a:hover,
.comment-thread-container .comment-metas .comment-buttons .navbar-default a:hover,
.navbar-default .btn-link:focus,
.navbar-default .comment-thread-container .comment-metas .comment-buttons a:focus,
.comment-thread-container .comment-metas .comment-buttons .navbar-default a:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .comment-thread-container .comment-metas .comment-buttons a[disabled]:hover,
.comment-thread-container .comment-metas .comment-buttons .navbar-default a[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
.navbar-default .comment-thread-container .comment-metas .comment-buttons a[disabled]:focus,
.comment-thread-container .comment-metas .comment-buttons .navbar-default a[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .comment-thread-container .comment-metas .comment-buttons a:hover,
.comment-thread-container .comment-metas .comment-buttons fieldset[disabled] .navbar-default a:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .comment-thread-container .comment-metas .comment-buttons a:focus,
.comment-thread-container .comment-metas .comment-buttons fieldset[disabled] .navbar-default a:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #090909;
    color: #fff
}

@media(max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link,
.navbar-inverse .comment-thread-container .comment-metas .comment-buttons a,
.comment-thread-container .comment-metas .comment-buttons .navbar-inverse a {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .comment-thread-container .comment-metas .comment-buttons a:hover,
.comment-thread-container .comment-metas .comment-buttons .navbar-inverse a:hover,
.navbar-inverse .btn-link:focus,
.navbar-inverse .comment-thread-container .comment-metas .comment-buttons a:focus,
.comment-thread-container .comment-metas .comment-buttons .navbar-inverse a:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .comment-thread-container .comment-metas .comment-buttons a[disabled]:hover,
.comment-thread-container .comment-metas .comment-buttons .navbar-inverse a[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .comment-thread-container .comment-metas .comment-buttons a[disabled]:focus,
.comment-thread-container .comment-metas .comment-buttons .navbar-inverse a[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .comment-thread-container .comment-metas .comment-buttons a:hover,
.comment-thread-container .comment-metas .comment-buttons fieldset[disabled] .navbar-inverse a:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .comment-thread-container .comment-metas .comment-buttons a:focus,
.comment-thread-container .comment-metas .comment-buttons fieldset[disabled] .navbar-inverse a:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 21px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 21px 0;
    border-radius: 0
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #fff;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    color: #e30613;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #e30613;
    border-color: #e30613;
    cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 19px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 13px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pager,
.article-pager,
.comment-pager,
.gal-pager {
    padding-left: 0;
    margin: 21px 0;
    list-style: none;
    text-align: center
}

.pager:before,
.article-pager:before,
.comment-pager:before,
.gal-pager:before,
.pager:after,
.article-pager:after,
.comment-pager:after,
.gal-pager:after {
    content: " ";
    display: table
}

.pager:after,
.article-pager:after,
.comment-pager:after,
.gal-pager:after {
    clear: both
}

.pager li,
.article-pager li,
.comment-pager li,
.gal-pager li {
    display: inline
}

.pager li>a,
.article-pager li>a,
.comment-pager li>a,
.gal-pager li>a,
.pager li>span,
.article-pager li>span,
.comment-pager li>span,
.gal-pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0
}

.pager li>a:hover,
.article-pager li>a:hover,
.comment-pager li>a:hover,
.gal-pager li>a:hover,
.pager li>a:focus,
.article-pager li>a:focus,
.comment-pager li>a:focus,
.gal-pager li>a:focus {
    text-decoration: none;
    background-color: rgba(0, 0, 0, .26)
}

.pager .next>a,
.article-pager .next>a,
.comment-pager .next>a,
.gal-pager .next>a,
.pager .next>span,
.article-pager .next>span,
.comment-pager .next>span,
.gal-pager .next>span {
    float: right
}

.pager .previous>a,
.article-pager .previous>a,
.comment-pager .previous>a,
.gal-pager .previous>a,
.pager .previous>span,
.article-pager .previous>span,
.comment-pager .previous>span,
.gal-pager .previous>span {
    float: left
}

.pager .disabled>a,
.article-pager .disabled>a,
.comment-pager .disabled>a,
.gal-pager .disabled>a,
.pager .disabled>a:hover,
.article-pager .disabled>a:hover,
.comment-pager .disabled>a:hover,
.gal-pager .disabled>a:hover,
.pager .disabled>a:focus,
.article-pager .disabled>a:focus,
.comment-pager .disabled>a:focus,
.gal-pager .disabled>a:focus,
.pager .disabled>span,
.article-pager .disabled>span,
.comment-pager .disabled>span,
.gal-pager .disabled>span {
    color: #777;
    background-color: transparent;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label,
.btn-submit .label,
.form-submit .label {
    position: relative;
    top: -1px
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #e30613
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #b1050f
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge,
.btn-submit .badge,
.form-submit .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,
.btn-group-xs>.btn .badge,
.btn-group-xs>.btn-submit .badge,
.btn-group-xs>.form-submit .badge,
.btn-group-xs>.btn .badge,
.btn-group-xs>.btn-submit .badge,
.btn-group-xs>.form-submit .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #fff;
    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
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 0
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding: 48px 0
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 67.5px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 21px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #fff
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #fff
}

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

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.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: #669c6a;
    border-color: #90b893;
    color: #fff
}

.alert-success hr {
    border-top-color: #80ae84
}

.alert-success .alert-link {
    color: #e6e6e6
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

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

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

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

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

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

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    background-color: #e30613;
    -webkit-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;
    transition: width .6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 40px 40px
}

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

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

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0))
}

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

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0))
}

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

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0))
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0))
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

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

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #e30613;
    border-color: #e30613
}

.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: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,
.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 {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #fdb8bc
}

.list-group-item-success {
    color: #fff;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #fff
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #fff;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

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

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

.panel {
    margin-bottom: 21px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    color: inherit
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: -1px;
    border-top-left-radius: -1px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: -1px;
    border-top-right-radius: -1px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: -1px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: -1px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: -1px;
    border-bottom-right-radius: -1px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: -1px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: -1px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #6e6e6e
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 21px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #e30613
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #e30613;
    border-color: #e30613
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #e30613
}

.panel-primary>.panel-heading .badge {
    color: #e30613;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #e30613
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #fff;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #fff
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

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

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 0
}

.well-sm {
    padding: 9px;
    border-radius: 0
}

.close {
    float: right;
    font-size: 22.5px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn,
.modal-footer .btn-submit+.btn,
.modal-footer .form-submit+.btn,
.modal-footer .btn+.btn-submit,
.modal-footer .btn-submit+.btn-submit,
.modal-footer .form-submit+.btn-submit,
.modal-footer .btn+.form-submit,
.modal-footer .btn-submit+.form-submit,
.modal-footer .form-submit+.form-submit {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn,
.modal-footer .btn-group .btn-submit+.btn,
.modal-footer .btn-group .form-submit+.btn,
.modal-footer .btn-group .btn+.btn-submit,
.modal-footer .btn-group .btn-submit+.btn-submit,
.modal-footer .btn-group .form-submit+.btn-submit,
.modal-footer .btn-group .btn+.form-submit,
.modal-footer .btn-group .btn-submit+.form-submit,
.modal-footer .btn-group .form-submit+.form-submit {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 0
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 15px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1px -1px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

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

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        perspective: 1000
    }
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '‹'
}

.carousel-control .icon-next:before {
    content: '›'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn,
.carousel-caption .btn-submit,
.carousel-caption .form-submit {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix: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-xs {
    display: none!important
}

.visible-sm {
    display: none!important
}

.visible-md {
    display: none!important
}

.visible-lg {
    display: none!important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none!important
}

@media(max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row!important
    }
    th.visible-xs,
    td.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
    }
    tr.visible-sm {
        display: table-row!important
    }
    th.visible-sm,
    td.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
    }
    tr.visible-md {
        display: table-row!important
    }
    th.visible-md,
    td.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
    }
    tr.visible-lg {
        display: table-row!important
    }
    th.visible-lg,
    td.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
    }
    tr.visible-print {
        display: table-row!important
    }
    th.visible-print,
    td.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
    }
}


label {
    font-weight: normal
}

.has-warning .mandatory {
    color: #f0ad4e
}

.has-error .mandatory {
    color: #d9534f
}

.form-nolabel label {
    display: none
}

.form-nolabel .mandatory {
    position: absolute;
    right: -10px;
    margin-top: 5px;
    line-height: 1em
}

.form-btns {
    text-align: center
}

.form-group,
.form-line {
    margin-bottom: 20px
}

.form-group.has-error input,
.has-error.form-line input,
.form-group.has-error textarea,
.has-error.form-line textarea {
    background-color: rgba(217, 83, 79, .1)
}

.form-line .form-label-linked .form-label {
    display: inline
}

.form-line input {
    width: 95%;
    display: inline-block
}

.form-line textarea {
    width: 95%;
    display: inline-block
}

.form-line .field-validation-error {
    color: #d9534f
}

.form-line-bt {
    text-align: center
}

@media(min-width:768px) {
    .form-line-bt {
        text-align: right
    }
}

.form-line-btns {
    text-align: center
}

@media(min-width:768px) {
    .form-line-btns {
        text-align: right
    }
}

.btn-submit,
.form-submit {
    background-color: #e30613;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 8px 30px;
    font-weight: normal
}

.form-error {
    color: #d9534f
}

.input-after-addon,
.input-mandatory-addon {
    border: 0;
    background: none
}

.has-success .input-after-addon,
.has-success .input-mandatory-addon,
.has-warning .input-after-addon,
.has-warning .input-mandatory-addon,
.has-error .input-after-addon,
.has-error .input-mandatory-addon {
    background: none
}

.addon-btn-remove {
    padding: 0
}

.input-info-addon {
    border-left: 0
}

.has-success .input-info-addon,
.has-warning .input-info-addon {
    background: transparent
}

.has-error .input-info-addon {
    background-color: rgba(217, 83, 79, .1)
}

.input-group-info .form-control,
.input-group-info .form-line input,
.form-line .input-group-info input,
.input-group-info .form-line textarea,
.form-line .input-group-info textarea {
    border-right: 0
}

.size-optional {
    padding-right: 31px
}

form.read-only .input-mandatory-addon {
    display: none
}

form.read-only .size-optional {
    padding-right: 0
}

.form-inline .label-inline-radio {
    display: inline-block
}

.btn,
.btn-submit,
.form-submit {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    outline: none;
    white-space: normal;
    max-width: 100%
}

.btn.btn-hpad,
.btn-hpad.btn-submit,
.btn-hpad.form-submit {
    padding: 6px 24px;
    font-size: 13px;
    line-height: 1.42857;
    border-radius: 0
}

.btn.btn-hpad.btn-lg,
.btn-group-lg>.btn.btn-hpad,
.btn-group-lg>.btn-hpad.btn-submit,
.btn-group-lg>.btn-hpad.form-submit,
.btn-hpad.btn-lg.btn-submit,
.btn-hpad.btn-lg.form-submit {
    padding: 10px 32px;
    font-size: 17px;
    line-height: 1.33333;
    border-radius: 0
}

.btn.btn-hpad.btn-md,
.btn-hpad.btn-md.btn-submit,
.btn-hpad.btn-md.form-submit {
    padding: 10px 32px;
    font-size: 15px;
    line-height: 1.33333;
    border-radius: 0
}

.btn.btn-hpad.btn-sm,
.btn-group-sm>.btn.btn-hpad,
.btn-group-sm>.btn-hpad.btn-submit,
.btn-group-sm>.btn-hpad.form-submit,
.btn-hpad.btn-sm.btn-submit,
.btn-hpad.btn-sm.form-submit {
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn.btn-hpad.btn-xs,
.btn-group-xs>.btn.btn-hpad,
.btn-group-xs>.btn-hpad.btn-submit,
.btn-group-xs>.btn-hpad.form-submit,
.btn-hpad.btn-xs.btn-submit,
.btn-hpad.btn-xs.form-submit {
    padding: 1px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn:focus,
.btn-submit:focus,
.form-submit:focus,
.btn:active:focus,
.btn-submit:active:focus,
.form-submit:active:focus,
.btn.active:focus,
.active.btn-submit:focus,
.active.form-submit:focus,
a:focus,
a:active:focus,
a.active:focus {
    outline: none
}

.btn-primary:hover,
.btn-primary:focus {
    color: #e0e0e0
}

.btn-primary:active,
.btn-primary.active {
    color: #e30613;
    border-color: #e30613
}

.btn-arrow {
    position: relative
}

.btn-arrow:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    right: 3px;
    bottom: 3px;
    content: ' '
}

.btn-arrow:hover:after,
.btn-arrow:focus:after {
    border-color: transparent transparent #e0e0e0 transparent
}

.btn-arrow:active:after,
.btn-arrow.active:after {
    border-color: transparent transparent #e30613 transparent
}

.btn-base.btn-solid:hover,
.btn-solid:hover {
    color: inherit;
    background-color: inherit
}

.btn-color {
    color: #e30613;
    background-color: #fff
}

.btn-color:hover,
.btn-color:active {
    color: #ca0511;
    background-color: #fff
}

.btn-color.btn-right-arrow .glyphicon {
    background: #fff;
    color: #ffa500;
    margin-left: 5px;
    padding: 2px
}

.btn-color.btn-right-arrow:hover .glyphicon,
.btn-color.btn-right-arrow:active .glyphicon {
    color: #fff
}

.btn-action {
    color: #fff;
    background-color: #e30613
}

.btn-action:hover,
.btn-action:active {
    color: #fff;
    background-color: #ca0511
}

.btn-action.btn-right-arrow .glyphicon {
    background: #fff;
    color: #fff;
    margin-left: 5px;
    padding: 2px
}

.btn-action.btn-right-arrow:hover .glyphicon,
.btn-action.btn-right-arrow:active .glyphicon {
    color: #fff
}

.btn-transparent,
.btn-solid {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.btn-transparent:hover,
.btn-solid:hover,
.btn-transparent:active,
.btn-solid:active {
    color: #fff;
    border-color: #fff;
    background-color: transparent
}

.btn-dark {
    background-color: #141414;
    border-width: 1px;
    border-color: #141414;
    color: #fff
}

.btn-dark:hover,
.btn-dark:active {
    color: #fff;
    background-color: #000
}

.btn-dark:hover .glyphicon,
.btn-dark:active .glyphicon {
    color: #fff
}

.btn-dark:active {
    color: #fff;
    background-color: #000
}

.btn-dark:active .glyphicon {
    color: #fff
}

.btn-dark .glyphicon {
    color: #fff
}

.btn-solid {
    background-color: transparent;
    border-color: rgba(119, 119, 119, .5);
    color: rgba(119, 119, 119, .7)
}

.btn-solid:hover,
.btn-solid:active {
    color: #555;
    border-color: #555;
    background-color: transparent
}

.btn-grey {
    background-color: #525252;
    border-width: 1px;
    border-color: #fff;
    color: #fff
}

.btn-grey:hover,
.btn-grey:active {
    color: #fff;
    background-color: #393939
}

.btn-grey:hover .glyphicon,
.btn-grey:active .glyphicon {
    color: #fff
}

.btn-grey:active {
    color: #fff;
    background-color: #393939
}

.btn-grey:active .glyphicon {
    color: #fff
}

.btn-grey .glyphicon {
    color: #fff
}

.btn-full {
    width: 100%
}

.btn-group.linked-btn:active .btn-primary,
.btn-group.linked-btn.active .btn-primary {
    color: #e30613;
    border-color: #e30613
}

.btn-group.linked-btn:active .btn-arrow,
.btn-group.linked-btn.active .btn-arrow {
    position: relative
}

.btn-group.linked-btn:active .btn-arrow:after,
.btn-group.linked-btn.active .btn-arrow:after {
    border-color: transparent transparent #e30613 transparent
}

.btn-picto-base,
.btn-share-fb,
.btn-share-twitter,
.btn-share-youtube {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-indent: -9999px
}

.btn-share-fb {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAhCAMAAACP+FljAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlGNTI5NjNENjNBODExRTRCMTk4QzEyQzhGNDEyQjNDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlGNTI5NjNFNjNBODExRTRCMTk4QzEyQzhGNDEyQjNDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUY1Mjk2M0I2M0E4MTFFNEIxOThDMTJDOEY0MTJCM0MiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUY1Mjk2M0M2M0E4MTFFNEIxOThDMTJDOEY0MTJCM0MiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz75EKQVAAABp1BMVEUZGBmbm5sZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBljY2MZGBkZGBleXl4ZGBkZGBkZGBkZGBlRUVEZGBkZGBkZGBkZGBlHR0ebm5uYmJhramuTk5OPj48ZGBmNjY0ZGBmLi4sZGBkZGBkZGBl6enoZGBkZGBlwb3AZGBkZGBkZGBkZGBkZGBmbm5sZGBkZGBkyMTIZGBkZGBkxMTF6enoZGBkZGBkZGBkZGBkZGBmbm5sZGBkZGBlsbGwZGBkZGBkZGBkZGBkZGBlTUlONjY0ZGBmMjIyJiYmIh4gZGBmGhYYZGBkZGBmZmZkZGBlZWFl3d3cZGBl1dXWUlJQZGBl0dHSNjY1tbG0ZGBkZGBlqaWoZGBmZmZlmZmZJSUkZGBkZGBkwMDCJiYk6OTqbm5uampqEhIRDQkOAgIBCQUJBQUFoaGhoZ2iYmJiOjo5mZmaVlZWUlJSTk5NkZGSIiIiHh4eQkJB8fHxzcnObm5uampqampqZmZmZmZmPj4+YmJibm5vMwZ1EAAAAjHRSTlMAAAECAwQGBwkKCwwNEBITFBUWGBscHB0eHh8iJCUlJicoLS0wMTMzNTY2Nzc9P0BARkhISkxNTk9QUVJTVFVVVllbXl9gYGFiZGZnaGpsbGxtbXBxc3N0d4KDg4WGh4eIiY+Vl5uboKGiq62vsrm8v8DBxsjLz9PU1NXY2dvc3d/h4+bn7/Dx8vP19TsZ+wcAAAGMSURBVDjLfdNnV8IwFIDhlIqgonWDggPFrSiIgHuguPfeey9w7y2u/miTFNrcngP5+j5t0jRBCIxGG0IcGLD7xVAlHwP4xaml7zo+KvCLM97p/R8oVH2ku2sHClX3ms0uKFTdpNUaoYB9JhgIBKEAfUMkI7eAFeD9IQo6zew7wPy4vp+fLxex62A7wuD5aHe2kGME6Z8dtPsDGPy+3lWkcIwgvb5hyIOfn6crEJ8sSRwjSHf1OjK1CK1K4KUti2ME2rtt99Wmx+GpShdx/rg8ncvjJDH6t5LKo+STt5Y0nqxV8JBFHm71maQPLPvaHKzQI8F98ZijIUBvweB+obnIQLvtc7JppCYR6aytZw/ZRGjiMbgZMOt4qY/ZfS4jXpsiyD5c92RwbCf7oAgFyJ3upCxkoHTpX0REBDA9/DfDov/g6hgDtkfOgySss9trHgF0+URRUVzltFuqQVfOJBX5hoRy2JlTLc1SoursvaAiNAE7uFlErDthh3cTi/Fhuv/Rhs7qdsTqWAjJqv4P546UayK/W6wAAAAASUVORK5CYII=')
}

.btn-share-fb:hover,
.btn-share-fb.sel {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAhCAMAAACP+FljAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlGNTI5NjNENjNBODExRTRCMTk4QzEyQzhGNDEyQjNDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlGNTI5NjNFNjNBODExRTRCMTk4QzEyQzhGNDEyQjNDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUY1Mjk2M0I2M0E4MTFFNEIxOThDMTJDOEY0MTJCM0MiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUY1Mjk2M0M2M0E4MTFFNEIxOThDMTJDOEY0MTJCM0MiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz75EKQVAAABp1BMVEUZGBmbm5sZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBljY2MZGBkZGBleXl4ZGBkZGBkZGBkZGBlRUVEZGBkZGBkZGBkZGBlHR0ebm5uYmJhramuTk5OPj48ZGBmNjY0ZGBmLi4sZGBkZGBkZGBl6enoZGBkZGBlwb3AZGBkZGBkZGBkZGBkZGBmbm5sZGBkZGBkyMTIZGBkZGBkxMTF6enoZGBkZGBkZGBkZGBkZGBmbm5sZGBkZGBlsbGwZGBkZGBkZGBkZGBkZGBlTUlONjY0ZGBmMjIyJiYmIh4gZGBmGhYYZGBkZGBmZmZkZGBlZWFl3d3cZGBl1dXWUlJQZGBl0dHSNjY1tbG0ZGBkZGBlqaWoZGBmZmZlmZmZJSUkZGBkZGBkwMDCJiYk6OTqbm5uampqEhIRDQkOAgIBCQUJBQUFoaGhoZ2iYmJiOjo5mZmaVlZWUlJSTk5NkZGSIiIiHh4eQkJB8fHxzcnObm5uampqampqZmZmZmZmPj4+YmJibm5vMwZ1EAAAAjHRSTlMAAAECAwQGBwkKCwwNEBITFBUWGBscHB0eHh8iJCUlJicoLS0wMTMzNTY2Nzc9P0BARkhISkxNTk9QUVJTVFVVVllbXl9gYGFiZGZnaGpsbGxtbXBxc3N0d4KDg4WGh4eIiY+Vl5uboKGiq62vsrm8v8DBxsjLz9PU1NXY2dvc3d/h4+bn7/Dx8vP19TsZ+wcAAAGMSURBVDjLfdNnV8IwFIDhlIqgonWDggPFrSiIgHuguPfeey9w7y2u/miTFNrcngP5+j5t0jRBCIxGG0IcGLD7xVAlHwP4xaml7zo+KvCLM97p/R8oVH2ku2sHClX3ms0uKFTdpNUaoYB9JhgIBKEAfUMkI7eAFeD9IQo6zew7wPy4vp+fLxex62A7wuD5aHe2kGME6Z8dtPsDGPy+3lWkcIwgvb5hyIOfn6crEJ8sSRwjSHf1OjK1CK1K4KUti2ME2rtt99Wmx+GpShdx/rg8ncvjJDH6t5LKo+STt5Y0nqxV8JBFHm71maQPLPvaHKzQI8F98ZijIUBvweB+obnIQLvtc7JppCYR6aytZw/ZRGjiMbgZMOt4qY/ZfS4jXpsiyD5c92RwbCf7oAgFyJ3upCxkoHTpX0REBDA9/DfDov/g6hgDtkfOgySss9trHgF0+URRUVzltFuqQVfOJBX5hoRy2JlTLc1SoursvaAiNAE7uFlErDthh3cTi/Fhuv/Rhs7qdsTqWAjJqv4P546UayK/W6wAAAAASUVORK5CYII=')
}

.btn-share-twitter {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAhCAMAAACP+FljAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU3MzJFMzQ4NjNCMDExRTRCMTk4QzEyQzhGNDEyQjNDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU3MzJFMzQ5NjNCMDExRTRCMTk4QzEyQzhGNDEyQjNDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUY1Mjk2NDM2M0E4MTFFNEIxOThDMTJDOEY0MTJCM0MiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUY1Mjk2NDQ2M0E4MTFFNEIxOThDMTJDOEY0MTJCM0MiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz74B295AAACB1BMVEUZGBmbm5sZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBmBgYFzc3MZGBkZGBkZGBkZGBljY2MZGBkZGBleXl4ZGBmbm5sZGBkZGBkZGBmHhocZGBkZGBlNTE0ZGBkZGBkZGBmbm5uYmJiTk5NBQEEZGBmNjY0ZGBkZGBkZGBk6OToZGBl6enqbm5uZmZkZGBk2NTYZGBlwb3AZGBlSUlIZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBl9fX0ZGBkyMTIZGBkxMTEwMDAZGBkZGBkZGBkvLi+bm5sZGBlEQ0QZGBkZGBkZGBkZGBmAgIAZGBkZGBkZGBmOjo4ZGBlTUlONjY0ZGBmMjIyJiYmbm5sZGBmGhYYZGBl+fn4ZGBkZGBlqamp6enqbm5spKCmYmJh1dXUZGBl0dHQZGBkZGBkZGBmbm5uZmZmXl5dtbG2UlJQZGBkZGBlcXFxqaWppaWmPj48ZGBkZGBlnZ2cZGBkZGBl7e3sZGBkZGBmWlpYZGBkZGBmJiYkZGBmHhocZGBmRkZGEhISEg4QuLS6BgYFMTEyTk5OamppKSkqYmJiVlZWUlJSUlJSTk5NjY2NsbGx+fn6QkJCYmJhzcnOCgYKbm5uampqRkZGampqZmZmZmZmYmJiYmJiOjo6Xl5eWlpabm5slXIeFAAAArHRSTlMAAAECBAUGBwkKCwwNDhASExQUFxgaGxwcHR4eHyAiJSYmJygoLC4wMDEzNDY2Oj0/P0BAQEFGR0hISUlKS0xNTk9RU1NUVFVVWFpdXl9gYWFiY2RlZWdqa2tsbGxtbXBwcXN2e3yAgICAgYOHiImMjo+PkZOVl5iampucnZ6goKOpqaq0tri5ubu9vr7BwsfHysvR0tTZ2tvd3+Dg4+Tn7u/w8fHy8/T19/f4xtjAewAAAc5JREFUOMtjYEQBGhqMaIABhee3cKEuMx4FfmviM5YaM+NU4LcmyS62fhmqCgYUeccIH68qVBUMKPJRjnJyNqgqGFDlpVhYJFFVMKDJMzKiqWBAl0dXwYAub5KZICQZgFDBAJOv7ALLF61Zs2bR5BrPapgKBpj+pjWtwoyMsmvAYJK5O8wMBpj5KWvWLC0xNQXLL85y17ODqmAAhn8oyH6X5WvgYEGdv5wM1KUMfgst7cOB7otEyK+ZXWDEzQr1C0PxVI9AK3EWRumZCAUTk+WZgL6NXpEjyMzA1zHXTQTofp701TD5lY3BokDbtZaUhulwMPDbTJghzcTIyGa9CqZgSoUtLzDtLIx3itLnYmBXcO6dJsHEyCToOwciP78lVZUFKB9j4GMjycLAyK7sClKRmd0DkZ/VWe7ID5cHhQNEhWLZPJD18/vba4PkWODy4JAEq1BRc0xu6Oxuay7wVmJHyEPiAqRiuqFDYm5hflqIgRgbkjw0NoEq+qZrK6upqymLcTIhy8PSA9SlkLyBLA9PUQgVqPKINAlTgSaPlKohKjTR5JHzBVjFojhUeZScBVKRZ4Eqz8iADIAqYsNB4Y8TsCvbm+GTB6oQ4EOTBwDYXMdVDeC2PQAAAABJRU5ErkJggg==')
}

.btn-share-twitter:hover,
.btn-share-twitter.sel {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAhCAMAAACP+FljAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU3MzJFMzQ4NjNCMDExRTRCMTk4QzEyQzhGNDEyQjNDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU3MzJFMzQ5NjNCMDExRTRCMTk4QzEyQzhGNDEyQjNDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUY1Mjk2NDM2M0E4MTFFNEIxOThDMTJDOEY0MTJCM0MiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUY1Mjk2NDQ2M0E4MTFFNEIxOThDMTJDOEY0MTJCM0MiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz74B295AAACB1BMVEUZGBmbm5sZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBmBgYFzc3MZGBkZGBkZGBkZGBljY2MZGBkZGBleXl4ZGBmbm5sZGBkZGBkZGBmHhocZGBkZGBlNTE0ZGBkZGBkZGBmbm5uYmJiTk5NBQEEZGBmNjY0ZGBkZGBkZGBk6OToZGBl6enqbm5uZmZkZGBk2NTYZGBlwb3AZGBlSUlIZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBl9fX0ZGBkyMTIZGBkxMTEwMDAZGBkZGBkZGBkvLi+bm5sZGBlEQ0QZGBkZGBkZGBkZGBmAgIAZGBkZGBkZGBmOjo4ZGBlTUlONjY0ZGBmMjIyJiYmbm5sZGBmGhYYZGBl+fn4ZGBkZGBlqamp6enqbm5spKCmYmJh1dXUZGBl0dHQZGBkZGBkZGBmbm5uZmZmXl5dtbG2UlJQZGBkZGBlcXFxqaWppaWmPj48ZGBkZGBlnZ2cZGBkZGBl7e3sZGBkZGBmWlpYZGBkZGBmJiYkZGBmHhocZGBmRkZGEhISEg4QuLS6BgYFMTEyTk5OamppKSkqYmJiVlZWUlJSUlJSTk5NjY2NsbGx+fn6QkJCYmJhzcnOCgYKbm5uampqRkZGampqZmZmZmZmYmJiYmJiOjo6Xl5eWlpabm5slXIeFAAAArHRSTlMAAAECBAUGBwkKCwwNDhASExQUFxgaGxwcHR4eHyAiJSYmJygoLC4wMDEzNDY2Oj0/P0BAQEFGR0hISUlKS0xNTk9RU1NUVFVVWFpdXl9gYWFiY2RlZWdqa2tsbGxtbXBwcXN2e3yAgICAgYOHiImMjo+PkZOVl5iampucnZ6goKOpqaq0tri5ubu9vr7BwsfHysvR0tTZ2tvd3+Dg4+Tn7u/w8fHy8/T19/f4xtjAewAAAc5JREFUOMtjYEQBGhqMaIABhee3cKEuMx4FfmviM5YaM+NU4LcmyS62fhmqCgYUeccIH68qVBUMKPJRjnJyNqgqGFDlpVhYJFFVMKDJMzKiqWBAl0dXwYAub5KZICQZgFDBAJOv7ALLF61Zs2bR5BrPapgKBpj+pjWtwoyMsmvAYJK5O8wMBpj5KWvWLC0xNQXLL85y17ODqmAAhn8oyH6X5WvgYEGdv5wM1KUMfgst7cOB7otEyK+ZXWDEzQr1C0PxVI9AK3EWRumZCAUTk+WZgL6NXpEjyMzA1zHXTQTofp701TD5lY3BokDbtZaUhulwMPDbTJghzcTIyGa9CqZgSoUtLzDtLIx3itLnYmBXcO6dJsHEyCToOwciP78lVZUFKB9j4GMjycLAyK7sClKRmd0DkZ/VWe7ID5cHhQNEhWLZPJD18/vba4PkWODy4JAEq1BRc0xu6Oxuay7wVmJHyEPiAqRiuqFDYm5hflqIgRgbkjw0NoEq+qZrK6upqymLcTIhy8PSA9SlkLyBLA9PUQgVqPKINAlTgSaPlKohKjTR5JHzBVjFojhUeZScBVKRZ4Eqz8iADIAqYsNB4Y8TsCvbm+GTB6oQ4EOTBwDYXMdVDeC2PQAAAABJRU5ErkJggg==')
}

.btn-share-youtube {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAMAAABgOjJdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU3MzJFMzUwNjNCMDExRTRCMTk4QzEyQzhGNDEyQjNDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU3MzJFMzUxNjNCMDExRTRCMTk4QzEyQzhGNDEyQjNDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTczMkUzNEU2M0IwMTFFNEIxOThDMTJDOEY0MTJCM0MiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTczMkUzNEY2M0IwMTFFNEIxOThDMTJDOEY0MTJCM0MiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5Tm8q+AAACdlBMVEUZGBmbm5sZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBmbm5sZGBkZGBkZGBkZGBkZGBkZGBlzc3MZGBkZGBlpaWljY2MZGBmbm5sZGBkZGBkZGBkZGBlKSkoZGBkZGBkZGBkZGBlAQEAZGBljY2OJiYkZGBmBgYEZGBkZGBlbW1ubm5uZmZmVlZUZGBmOjo5wb3AZGBlvbm8ZGBkZGBlPTk8ZGBkzMjNnZ2cZGBllZWUZGBkZGBkZGBl2dnYZGBkZGBlcXFwZGBkZGBkZGBmbm5sZGBlYWFgZGBkZGBktLS0ZGBktLS1ramsZGBmSkpIZGBktLC2RkZEtLC1TU1NSUlIZGBksKywZGBkZGBkZGBkrKiuDgoMZGBlOTU6bm5tYWFhXV1dGRkZycXJ/f3+NjY2Li4tRUVEZGBlramsZGBlPTk8ZGBlOTU5OTU6bm5sZGBkZGBkmJSYZGBmMjIyYmJiXl5cZGBlkZGSKiopkZGSVlZVwb3AZGBlKSUp7e3tiYWKFhYV5eXmQkJCQkJBIR0iOjo6NjY1HR0d1dHWKioqVlZVoaGhycXKHh4c6OTpbWltlZWVwcHCFhIV5eXmZmZlkZGR5eXmOjo5ubm5ZWFlubm53d3eCgYJtbG12dnaWlpZiYWJ2dXaUlJRqamqSkpKRkZGampppaGl8fHx7e3uOjo55eXmWlpaVlZWUlJSUlJSKioqTk5OJiYmJiYmIiIiSkpJ1dXWHh4eRkZGampqQkJCHhoeQkJCGhoaFhYWFhIWWlpaEhISEg4SMjIyDgoOCgoKUlJSTk5Obm5uampqampqZmZmZmZmYmJiXl5eVlZWbm5vQGANGAAAA0XRSTlMAAAECAwQHCAoNDhAREhMUFRYXGBkaHB8gIiQlKioyMzQ1NTY4ODo8PT8/QEFDRkdISUlKS05PUFBRUlRVVllbXV1eX2BgYWNkZWVmZmZnZ2hoaGlrbW5udHV2dnZ3d4CEhoqNj4+SlZeZmpqdnZ+foKGhoqKipKWlpaanqKmqqqusra2usbGys7W3t7i8vL2+vr/AwcHCwsLDxMTFxsfHx8jIyc3NztDR0dPU1tfZ2tvc3N3e39/g4eHh4uPj5Obn5+jp6uvs7O3v8PHy8/X3+mAUuvAAAAIXSURBVDjLY2BEBa5ofAYGBlSB/IulrHhV5C/XWt/MhkdF/nIl2+htLWw4VQAVWDvZBG5bK4RDBUiBvYKIgte2taJM2FSAFchzMnHKB+9cJ8aEqQKmgJGJUzF8N1wJQgVIQaZvkA6QiaIErgJsQkr3LnV9FlQlMBUQK1TOHJxxuuxifDySEqgKqBt4NkzZXL/sYloqLxtcCUQFzJHsSyftmbPx4pQmZV64KWAVCF+UVMy82HNkf4OhMNwtIBVwBRLadgnp2Xl1rbkhgoxISiSWt0AUuF6cuuDixYsngPhiNTNYSc05U04mBibZbXPVgAq4L16sbARKdoJUXDQCxh5T0NkkD2kWBhZJn73t7IyMOhcvbtncu2f/tFVrlly8mCjOzOh60sovQIaVgYkLGFXACNe9ePHwntkHjq6Yt3D7xYt1amyuJw1MXDT5mBiA9smDlKhevHh036KV+yZO751/8WKHnv9JA2MnTX5mkG8hSvg2XYSCc8cvXihKPgVTwMAIVdJmvubYoX079uzZunnzqv4JZy3ACmChDlbSF1lQW15YXJyTlZE163yoGVgBPOZASnZO9o6IBYGoiKpzcfbOYAWI2Acr6ZKRAoOY0462bhAFSCkI6iNwpoL6Aj0VwpWgKEBJyVAlqApQcwNYyeJTKArQchRIyWp3M2QFIBXIAKjEIcwTEpI4ABOnnKUGPgVAJRwCnGgKABKd1IHoFkQEAAAAAElFTkSuQmCC')
}

.btn-share-youtube:hover,
.btn-share-youtube.sel {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAMAAABgOjJdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU3MzJFMzUwNjNCMDExRTRCMTk4QzEyQzhGNDEyQjNDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU3MzJFMzUxNjNCMDExRTRCMTk4QzEyQzhGNDEyQjNDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTczMkUzNEU2M0IwMTFFNEIxOThDMTJDOEY0MTJCM0MiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTczMkUzNEY2M0IwMTFFNEIxOThDMTJDOEY0MTJCM0MiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5Tm8q+AAACdlBMVEUZGBmbm5sZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBkZGBmbm5sZGBkZGBkZGBkZGBkZGBkZGBlzc3MZGBkZGBlpaWljY2MZGBmbm5sZGBkZGBkZGBkZGBlKSkoZGBkZGBkZGBkZGBlAQEAZGBljY2OJiYkZGBmBgYEZGBkZGBlbW1ubm5uZmZmVlZUZGBmOjo5wb3AZGBlvbm8ZGBkZGBlPTk8ZGBkzMjNnZ2cZGBllZWUZGBkZGBkZGBl2dnYZGBkZGBlcXFwZGBkZGBkZGBmbm5sZGBlYWFgZGBkZGBktLS0ZGBktLS1ramsZGBmSkpIZGBktLC2RkZEtLC1TU1NSUlIZGBksKywZGBkZGBkZGBkrKiuDgoMZGBlOTU6bm5tYWFhXV1dGRkZycXJ/f3+NjY2Li4tRUVEZGBlramsZGBlPTk8ZGBlOTU5OTU6bm5sZGBkZGBkmJSYZGBmMjIyYmJiXl5cZGBlkZGSKiopkZGSVlZVwb3AZGBlKSUp7e3tiYWKFhYV5eXmQkJCQkJBIR0iOjo6NjY1HR0d1dHWKioqVlZVoaGhycXKHh4c6OTpbWltlZWVwcHCFhIV5eXmZmZlkZGR5eXmOjo5ubm5ZWFlubm53d3eCgYJtbG12dnaWlpZiYWJ2dXaUlJRqamqSkpKRkZGampppaGl8fHx7e3uOjo55eXmWlpaVlZWUlJSUlJSKioqTk5OJiYmJiYmIiIiSkpJ1dXWHh4eRkZGampqQkJCHhoeQkJCGhoaFhYWFhIWWlpaEhISEg4SMjIyDgoOCgoKUlJSTk5Obm5uampqampqZmZmZmZmYmJiXl5eVlZWbm5vQGANGAAAA0XRSTlMAAAECAwQHCAoNDhAREhMUFRYXGBkaHB8gIiQlKioyMzQ1NTY4ODo8PT8/QEFDRkdISUlKS05PUFBRUlRVVllbXV1eX2BgYWNkZWVmZmZnZ2hoaGlrbW5udHV2dnZ3d4CEhoqNj4+SlZeZmpqdnZ+foKGhoqKipKWlpaanqKmqqqusra2usbGys7W3t7i8vL2+vr/AwcHCwsLDxMTFxsfHx8jIyc3NztDR0dPU1tfZ2tvc3N3e39/g4eHh4uPj5Obn5+jp6uvs7O3v8PHy8/X3+mAUuvAAAAIXSURBVDjLY2BEBa5ofAYGBlSB/IulrHhV5C/XWt/MhkdF/nIl2+htLWw4VQAVWDvZBG5bK4RDBUiBvYKIgte2taJM2FSAFchzMnHKB+9cJ8aEqQKmgJGJUzF8N1wJQgVIQaZvkA6QiaIErgJsQkr3LnV9FlQlMBUQK1TOHJxxuuxifDySEqgKqBt4NkzZXL/sYloqLxtcCUQFzJHsSyftmbPx4pQmZV64KWAVCF+UVMy82HNkf4OhMNwtIBVwBRLadgnp2Xl1rbkhgoxISiSWt0AUuF6cuuDixYsngPhiNTNYSc05U04mBibZbXPVgAq4L16sbARKdoJUXDQCxh5T0NkkD2kWBhZJn73t7IyMOhcvbtncu2f/tFVrlly8mCjOzOh60sovQIaVgYkLGFXACNe9ePHwntkHjq6Yt3D7xYt1amyuJw1MXDT5mBiA9smDlKhevHh036KV+yZO751/8WKHnv9JA2MnTX5mkG8hSvg2XYSCc8cvXihKPgVTwMAIVdJmvubYoX079uzZunnzqv4JZy3ACmChDlbSF1lQW15YXJyTlZE163yoGVgBPOZASnZO9o6IBYGoiKpzcfbOYAWI2Acr6ZKRAoOY0462bhAFSCkI6iNwpoL6Aj0VwpWgKEBJyVAlqApQcwNYyeJTKArQchRIyWp3M2QFIBXIAKjEIcwTEpI4ABOnnKUGPgVAJRwCnGgKABKd1IHoFkQEAAAAAElFTkSuQmCC')
}

.btn.btn-npl,
.btn-npl.btn-submit,
.btn-npl.form-submit {
    padding-left: 0
}

.btn.btn-npr,
.btn-npr.btn-submit,
.btn-npr.form-submit {
    padding-right: 0
}

.bootstrap-select .btn.dropdown-toggle,
.bootstrap-select .dropdown-toggle.btn-submit,
.bootstrap-select .dropdown-toggle.form-submit {
    white-space: nowrap
}

.btn-action-alt {
    color: #e30613;
    border-color: #e30613
}

.btn-action-alt:hover,
.btn-action-alt:active,
.btn-action-alt.active {
    color: #b1050f;
    border-color: #b1050f
}

.btn-action-alt:focus {
    color: #e30613
}

.btn-action-alt.btn-arrow:after {
    border-color: transparent transparent #b1050f transparent
}

.btn-action-alt.btn-arrow:hover:after,
.btn-action-alt.btn-arrow:focus:after {
    border-color: transparent transparent #b1050f transparent
}

.btn-action-alt.btn-arrow:active:after,
.btn-action-alt.btn-arrow.active:after {
    border-color: transparent transparent #b1050f transparent
}

.pop-ovl {
    background-color: #000;
    opacity: .4
}

.pop-pnl {
    position: absolute;
    background-color: #fff;
    min-width: 220px;
    min-height: 80px
}

.pop-pnl .pop-content {
    padding: 10px
}

.pop-pnl .pop-loader-ind {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("spinner-large.gif")/*tpa=http://homido.vn/themes/homido/images/spinner-large.gif*/;
    background-repeat: no-repeat;
    background-position: center center
}

.pop-pnl .pop-close {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    position: absolute;
    top: -16px;
    left: -16px;
    background-color: #000;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-image: url("picto-close-popup.png")/*tpa=http://homido.vn/themes/homido/images/picto-close-popup.png*/;
    background-repeat: no-repeat;
    background-position: center center
}

.pop-pnl .pop-prv {
    position: absolute;
    top: 30%;
    left: -16px;
    background-color: #000;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-image: url("arrow-left.png")/*tpa=http://homido.vn/themes/homido/images/arrow-left.png*/;
    background-repeat: no-repeat;
    background-position: center center
}

.pop-pnl .pop-next {
    position: absolute;
    top: 30%;
    right: -16px;
    background-color: #000;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-image: url("arrow-right.png")/*tpa=http://homido.vn/themes/homido/images/arrow-right.png*/;
    background-repeat: no-repeat;
    background-position: center center
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0, 0);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0, 0, 0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}

#pg-header {
    background-color: rgba(54, 58, 60, .32);
    background-image: url("pattern-alpha-grey.png")/*tpa=http://homido.vn/v2/img/pattern-alpha-grey.png*/;
    background-repeat: repeat;
    background-size: 48px 49px;
    -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, .75);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, .75);
    z-index: 999;
    height: 70px
}

#pg-header:before,
#pg-header:after {
    content: " ";
    display: table
}

#pg-header:after {
    clear: both
}

#pg-header .container {
    position: relative
}

#pg-content {
    padding-top: 70px;
    position: relative;
    z-index: 2
}

#pg-content:before,
#pg-content:after {
    content: " ";
    display: table
}

#pg-content:after {
    clear: both
}

#pg-footer {
    position: relative;
    z-index: 3;
    color: #fff;
    background-color: rgba(0, 0, 0, .26)
}

#pg-footer:before,
#pg-footer:after {
    content: " ";
    display: table
}

#pg-footer:after {
    clear: both
}

#pg-footer h1,
#pg-footer h2,
#pg-footer h3,
#pg-footer h4,
#pg-footer h5,
#pg-footer h6 {
    color: inherit;
    margin-top: 0
}

#pg-footer a:not(.btn):not(.btn-submit):not(.form-submit) {
    color: #9b9b9b
}

#pg-footer .col-txt p:first-child {
    margin-top: 20px
}

#pg-footer .col-share {
    min-width: 260px;
    text-align: left
}

@media(min-width:768px) {
    #pg-footer .col-share {
        text-align: right
    }
}

#pg-footer .col-share .btn,
#pg-footer .col-share .btn-submit,
#pg-footer .col-share .form-submit {
    height: 40px;
    width: 40px;
    margin-top: 10px;
    color: #9b9b9b
}

#pg-footer .col-share h3 {
    float: right
}

#pg-footer .col-share .share-list {
    float: right
}

.pg-section,
.article-detail {
    padding: 20px 0
}

@media(min-width:768px) {
    .pg-section,
    .article-detail {
        padding: 40px 0
    }
}

@media(min-width:992px) {
    .pg-section,
    .article-detail {
        padding: 60px 0
    }
}

@media(min-width:1200px) {
    .pg-section,
    .article-detail {
        padding: 80px 0
    }
}

.pg-section.no-padding,
.no-padding.article-detail {
    padding-top: 0;
    padding-bottom: 0
}

.pg-section.small-padding,
.small-padding.article-detail {
    padding-top: 10px;
    padding-bottom: 10px
}

.pg-section.medium-padding,
.medium-padding.article-detail {
    padding-top: 20px;
    padding-bottom: 20px
}

.section-500 {
    min-height: 220px
}

@media(min-width:992px) {
    .section-500 {
        min-height: 400px
    }
}

@media(min-width:1200px) {
    .section-500 {
        min-height: 550px
    }
}

.section-600 {
    min-height: 250px
}

@media(min-width:992px) {
    .section-600 {
        min-height: 450px
    }
}

@media(min-width:1200px) {
    .section-600 {
        min-height: 600px
    }
}

.section-800 {
    min-height: 450px
}

@media(min-width:992px) {
    .section-800 {
        min-height: 600px
    }
}

@media(min-width:1200px) {
    .section-800 {
        min-height: 800px
    }
}

.pg-section,
.article-detail {
    background-repeat: no-repeat;
    background-size: cover
}

.pg-section h2.light-bg,
.article-detail h2.light-bg {
    padding: 0 15px;
    font-size: 32px;
    line-height: 65px;
    display: table
}

.pg-section .content-title h1,
.article-detail .content-title h1,
.pg-section .content-title h2,
.article-detail .content-title h2,
.pg-section .content-title h3,
.article-detail .content-title h3,
.pg-section .content-title h4,
.article-detail .content-title h4,
.pg-section .content-title h5,
.article-detail .content-title h5,
.pg-section .content-title h6,
.article-detail .content-title h6,
.pg-section .section-title h1,
.article-detail .section-title h1,
.pg-section .section-title h2,
.article-detail .section-title h2,
.pg-section .section-title h3,
.article-detail .section-title h3,
.pg-section .section-title h4,
.article-detail .section-title h4,
.pg-section .section-title h5,
.article-detail .section-title h5,
.pg-section .section-title h6,
.article-detail .section-title h6 {
    margin: 0
}

.pg-section .content-title h1:first-child,
.article-detail .content-title h1:first-child,
.pg-section .content-title h2:first-child,
.article-detail .content-title h2:first-child,
.pg-section .content-title h3:first-child,
.article-detail .content-title h3:first-child,
.pg-section .content-title h4:first-child,
.article-detail .content-title h4:first-child,
.pg-section .content-title h5:first-child,
.article-detail .content-title h5:first-child,
.pg-section .content-title h6:first-child,
.article-detail .content-title h6:first-child,
.pg-section .section-title h1:first-child,
.article-detail .section-title h1:first-child,
.pg-section .section-title h2:first-child,
.article-detail .section-title h2:first-child,
.pg-section .section-title h3:first-child,
.article-detail .section-title h3:first-child,
.pg-section .section-title h4:first-child,
.article-detail .section-title h4:first-child,
.pg-section .section-title h5:first-child,
.article-detail .section-title h5:first-child,
.pg-section .section-title h6:first-child,
.article-detail .section-title h6:first-child {
    margin-top: 20px
}

.pg-section .content-title h1:last-child,
.article-detail .content-title h1:last-child,
.pg-section .content-title h2:last-child,
.article-detail .content-title h2:last-child,
.pg-section .content-title h3:last-child,
.article-detail .content-title h3:last-child,
.pg-section .content-title h4:last-child,
.article-detail .content-title h4:last-child,
.pg-section .content-title h5:last-child,
.article-detail .content-title h5:last-child,
.pg-section .content-title h6:last-child,
.article-detail .content-title h6:last-child,
.pg-section .section-title h1:last-child,
.article-detail .section-title h1:last-child,
.pg-section .section-title h2:last-child,
.article-detail .section-title h2:last-child,
.pg-section .section-title h3:last-child,
.article-detail .section-title h3:last-child,
.pg-section .section-title h4:last-child,
.article-detail .section-title h4:last-child,
.pg-section .section-title h5:last-child,
.article-detail .section-title h5:last-child,
.pg-section .section-title h6:last-child,
.article-detail .section-title h6:last-child {
    margin-bottom: 10px
}

.section-content {
    margin-top: 0;
    margin-bottom: 2em
}

.section-content:first-child {
    margin-top: 2em
}

.center-line-arrows {
    text-align: center;
    background-image: url("line-sepa-default.png")/*tpa=http://homido.vn/themes/homido/images/line-sepa-default.png*/, url("line-sepa-arrow.png")/*tpa=http://homido.vn/themes/homido/images/line-sepa-arrow.png*/;
    background-position: center top, center bottom;
    background-repeat: no-repeat
}

.center-line-arrows h2 {
    margin: 20px 0
}

.section-evr {
    margin: 0;
    padding: 0;
    text-align: center
}

.section-evr h2 {
    margin: -10px 0;
    padding: 0
}

.section-evr h2 span {
    font-size: 80%
}

.section-evr img {
    margin: 0 auto
}

.shadowed,
.feature-item h2,
.dark-box h1,
.contact-form h1,
.comment-form h1,
.dark-box-sm h1,
.dark-box h2,
.contact-form h2,
.comment-form h2,
.dark-box-sm h2,
.dark-box h3,
.contact-form h3,
.comment-form h3,
.dark-box-sm h3 {
    text-shadow: rgba(11, 11, 12, .5) 0 2px 0
}

.highlighted {
    color: #e30613
}

.feature-item h2 {
    margin-top: 0;
    min-height: 2em;
    font-size: 26px
}

@media(max-width:767px) {
    .feature-item:nth-child(3) {
        clear: both
    }
}

@media(min-width:768px) and (max-width:991px) {
    .feature-item:nth-child(4) {
        clear: both
    }
}

.margin-top {
    margin-top: 10px
}

.margin-bottom {
    margin-bottom: 10px
}

.margin-left {
    margin-left: 10px
}

.margin-right {
    margin-right: 10px
}

.top-fit {
    padding-top: 0;
    margin-top: 0
}

.bottom-fit {
    padding-bottom: 0;
    margin-bottom: 0
}

.left-fit {
    padding-left: 0;
    margin-left: 0
}

.right-fit {
    padding-right: 0;
    margin-right: 0
}

.all-fit {
    margin: 0;
    padding: 0
}

.no-overflow {
    overflow: hidden
}

.float-list:before,
.float-list:after {
    content: " ";
    display: table
}

.float-list:after {
    clear: both
}

.float-list>li {
    float: left;
    margin-right: 1em
}

.float-list>li:last-child {
    margin-right: 0
}

.faq-item {
    margin-top: 5px;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, .4);
    color: #fff
}

.faq-item:first-child {
    margin-top: 0
}

.faq-item .faq-header {
    font-size: 18px;
    padding: 5px 0;
    padding-left: 40px;
    background-image: url("faq-icon.png")/*tpa=http://homido.vn/themes/homido/images/faq-icon.png*/;
    background-repeat: no-repeat;
    background-size: auto 30px;
    background-position: center left;
    cursor: pointer
}

.faq-item .faq-content {
    display: none;
    padding: 10px 5px 5px 40px;
    border-top: 1px solid #686868
}

.faq-item.active .faq-header {
    background-image: url("faq-icon-active.png")/*tpa=http://homido.vn/themes/homido/images/faq-icon-active.png*/
}

.faq-item.active .faq-content {
    display: block
}

.app-highlight-item {
    padding: 20px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px
}

@media(min-width:992px) {
    .app-highlight-item {
        margin-top: 110px;
        margin-bottom: 150px
    }
}

.app-highlight-item h2 {
    margin-top: 0
}

.app-highlight-item .phone-container {
    margin: -90px auto -120px auto;
    position: relative;
    width: 250px
}

.app-highlight-item .phone-pres {
    width: 250px;
    height: auto
}

.app-highlight-item .phone-imgs {
    background: #000;
    position: absolute;
    top: 90px;
    left: 21px;
    right: 21px;
    bottom: 135px;
    overflow: hidden
}

.app-highlight-item .phone-imgs img {
    display: inline-block
}

.app-highlight-item .phone-bt-prv {
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -160px;
    width: 35px;
    height: 56px;
    background-image: url("arrow-left.png")/*tpa=http://homido.vn/themes/homido/images/arrow-left.png*/;
    background-repeat: no-repeat;
    background-size: 100% auto;
    cursor: pointer
}

.app-highlight-item .phone-bt-next {
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: 125px;
    width: 35px;
    height: 56px;
    background-image: url("arrow-right.png")/*tpa=http://homido.vn/themes/homido/images/arrow-right.png*/;
    background-repeat: no-repeat;
    background-size: 100% auto;
    cursor: pointer
}

@media(max-width:479px) {
    .hidden-xss {
        display: none
    }
}

.bg-fixed {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.ios .bg-fixed {
    background-attachment: initial
}

.embed-video-preview {
    cursor: pointer;
    position: relative
}

.embed-video-preview:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    background-image: url("poster-play-icon.png")/*tpa=http://homido.vn/themes/homido/images/poster-play-icon.png*/;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.embed-video-preview:hover:after,
.embed-video-preview:active:after {
    background-image: url("poster-play-icon-sel.png")/*tpa=http://homido.vn/themes/homido/images/poster-play-icon-sel.png*/
}

.video-preview-content {
    display: none
}

.centered-bg {
    background-position: 50% 50%
}

.article .article-header a,
.article .article-title a {
    color: #fff
}

.article .article-header a:hover,
.article .article-header a:active,
.article .article-title a:hover,
.article .article-title a:active {
    color: #fff
}

.article-comment-info {
    background-color: #092f3b;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    background-image: url(picto-comments.png)/*tpa=http://homido.vn/themes/homido/images/picto-comments.png*/;
    background-repeat: no-repeat;
    background-position: 5px center;
    color: #fff;
    font-size: .75em;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0
}

.article-comment-info a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 3px 5px 3px 0;
    min-height: 15px;
    padding-left: 25px
}

.comment {
    padding: 10px
}

.comment .comment-body {
    white-space: pre-wrap;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 60px
}

.comment .comment-infos {
    font-size: .8em;
    line-height: 1em;
    color: #ccc
}

.comment.comment-alternate {
    background-color: rgba(255, 255, 255, .1)
}

.comment-list .comment {
    border-top: 1px solid #666
}

.comment-list .comment:first-child {
    border-top: 0
}

.comment-thread-container .comment-metas .comment-buttons {
    float: right;
    font-size: 11px
}

.comment-thread-container .comment-metas .comment-buttons a {
    display: inline-block;
    padding: 1px 10px;
    text-decoration: none
}

.pager,
.article-pager,
.comment-pager,
.gal-pager {
    text-align: left
}

.pager li,
.article-pager li,
.comment-pager li,
.gal-pager li {
    margin-right: .3em
}

.pager li>a,
.article-pager li>a,
.comment-pager li>a,
.gal-pager li>a {
    cursor: pointer;
    padding: 5px 10px
}

.popover.popover-field-error {
    background-color: #ca0511;
    color: #fff
}

.popover.popover-field-error>.arrow:after {
    border-top-color: #ca0511
}

.selectpicker {
    max-height: 250px!important
}

select .selectpicker {
    opacity: 0;
    font-weight: normal
}

.selectpicker .filter-option {
    font-weight: normal
}

.bootstrap-select {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.bootstrap-select.form-control,
.form-line input.bootstrap-select,
.form-line textarea.bootstrap-select {
    border: 1px solid #fff
}

.bootstrap-select>.btn,
.bootstrap-select>.btn-submit,
.bootstrap-select>.form-submit {
    padding-right: 35px;
    background-color: transparent;
    border: 0;
    color: #fff
}

.bootstrap-select.open>.btn,
.bootstrap-select.open>.btn-submit,
.bootstrap-select.open>.form-submit {
    color: #333
}

.bootstrap-select .btn-caret {
    background-color: transparent;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px
}

.bootstrap-select.selectpicker-full {
    width: 100%!important
}

.has-error .bootstrap-select {
    background-color: rgba(217, 83, 79, .1);
    border: 1px solid #a94442
}

.bootstrap-select.small-picker {
    height: 25px;
    min-width: 75px;
    max-height: 350px
}

.bootstrap-select.small-picker>.btn,
.bootstrap-select.small-picker>.btn-submit,
.bootstrap-select.small-picker>.form-submit {
    padding: 1px 10px;
    height: 25px
}

.hidden-upload {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.hidden-upload .qq-uploader,
.hidden-upload .qq-upload-button,
.hidden-upload input[type=file] {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    font-size: initial!important
}

.hidden-upload .qq-upload-list {
    display: none!important
}

figure .legend-media {
    display: inline-block;
    overflow: hidden;
    margin: 0
}

figure .legend-media img {
    vertical-align: bottom;
    border: 0
}

.legend-media figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    background-color: rgba(0, 0, 0, .65);
    padding: 10px 10px;
    max-height: 70%;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: left
}

.lt-ie9 .legend-media figcaption {
    background-color: transparent;
    background-image: url(legend-background.png)/*tpa=http://homido.vn/themes/homido/images/legend-background.png*/
}

.gal-grid:before,
.gal-grid:after {
    content: " ";
    display: table
}

.gal-grid:after {
    clear: both
}

.gal-grid .gal-grid-item {
    float: left;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer
}

@media(min-width:480px) {
    .gal-grid .gal-grid-item {
        width: 50%
    }
    .gal-grid .gal-grid-item:nth-child(odd) {
        padding-right: 10px
    }
    .gal-grid .gal-grid-item:nth-child(even) {
        padding-left: 10px
    }
}

.gallery-popup .legend-media figcaption {
    padding: 20px
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 10px 14px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #6e6e6e;
    border-left: 1px solid #6e6e6e
}

.table>thead>tr>th:first-child,
.table>thead>tr>td:first-child,
.table>tbody>tr>th:first-child,
.table>tbody>tr>td:first-child,
.table>tfoot>tr>th:first-child,
.table>tfoot>tr>td:first-child {
    border-left: 0
}

.table>thead>tr>th {
    color: #e30613;
    border-bottom: 1px solid #6e6e6e
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 1px solid #6e6e6e
}

.table .table {
    background-color: transparent
}

.phone-container .phone-bt-prv a,
.phone-container .phone-bt-next a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-indent: -9999px
}

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    height: 100%;
    *zoom: 1
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bx-wrapper .bx-viewport {
    background: #000;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0)
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(bx_loader.gif)/*tpa=http://homido.vn/themes/homido/styles/images/bx_loader.gif*/ center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(controls.html)/*tpa=http://homido.vn/themes/homido/styles/contents/themes/homido/styles/contents/themes/homido/styles/contents/themes/homido/styles/images/controls.html*/ no-repeat 0 -32px
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(controls.png)/*tpa=http://homido.vn/contents/themes/homido/styles//contents/themes/homido/styles//contents/themes/homido/styles//contents/themes/homido/styles/images/controls.png*/ no-repeat -43px -32px
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(controls.png)/*tpa=http://homido.vn/contents/themes/homido/styles//contents/themes/homido/styles//contents/themes/homido/styles//contents/themes/homido/styles/images/controls.png*/ -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(controls.png)/*tpa=http://homido.vn/contents/themes/homido/styles//contents/themes/homido/styles//contents/themes/homido/styles//contents/themes/homido/styles/images/controls.png*/ -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 \9;
    background: rgba(80, 80, 80, .75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}

.store-header {
    margin-bottom: 20px;
    position: relative
}

.store-header a {
    color: #fff
}

.store-header a:hover,
.store-header a:active {
    color: #e30613
}

.store-header .brd {
    display: inline-block;
    margin-bottom: 10px
}

.store-header .brd.active {
    color: #e30613
}

.store-header .brd a:hover {
    text-decoration: none
}

.store-base-container h2,
.cart-container h2,
.checkout-container h2 {
    font-size: 21px
}

.store-base-container .side-row.row-btns,
.cart-container .side-row.row-btns,
.checkout-container .side-row.row-btns {
    padding: 0
}

.store-base-container .side-row.row-centered:before,
.cart-container .side-row.row-centered:before,
.checkout-container .side-row.row-centered:before,
.store-base-container .side-row.row-centered:after,
.cart-container .side-row.row-centered:after,
.checkout-container .side-row.row-centered:after {
    content: " ";
    display: table
}

.store-base-container .side-row.row-centered:after,
.cart-container .side-row.row-centered:after,
.checkout-container .side-row.row-centered:after {
    clear: both
}

.store-base-container .side-row.row-centered .row-title,
.cart-container .side-row.row-centered .row-title,
.checkout-container .side-row.row-centered .row-title {
    margin-top: 1em;
    margin-bottom: 1em;
    float: left
}

.store-base-container .side-row.row-centered .value,
.cart-container .side-row.row-centered .value,
.checkout-container .side-row.row-centered .value {
    margin-top: 1em;
    margin-bottom: 1em;
    float: right
}

.store-base-container .side-row.row-centered .help-block,
.cart-container .side-row.row-centered .help-block,
.checkout-container .side-row.row-centered .help-block {
    margin-top: -1em;
    clear: both;
    float: left;
    font-style: italic;
    font-size: 90%
}

.store-base-container .side-row.row-item h3,
.cart-container .side-row.row-item h3,
.checkout-container .side-row.row-item h3 {
    margin: 0
}

.store-base-container>.row,
.cart-container>.row,
.checkout-container>.row,
.section-article-list.article-list .store-base-container>.article,
.section-article-list.article-list .cart-container>.article,
.section-article-list.article-list .checkout-container>.article {
    margin-left: 0;
    margin-right: 0
}

.store-base-container .note-info,
.cart-container .note-info,
.checkout-container .note-info {
    font-style: italic;
    font-size: 80%;
    padding: 5px;
    color: #e6e6e6
}

.store-base-container .container-header,
.cart-container .container-header,
.checkout-container .container-header {
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    margin-bottom: 10px
}

.store-base-container .container-header:before,
.cart-container .container-header:before,
.checkout-container .container-header:before,
.store-base-container .container-header:after,
.cart-container .container-header:after,
.checkout-container .container-header:after {
    content: " ";
    display: table
}

.store-base-container .container-header:after,
.cart-container .container-header:after,
.checkout-container .container-header:after {
    clear: both
}

.store-base-container .container-header h2,
.cart-container .container-header h2,
.checkout-container .container-header h2 {
    float: left;
    margin: 15px
}

.store-base-container .container-message-header,
.cart-container .container-message-header,
.checkout-container .container-message-header {
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    margin-bottom: 10px
}

.store-base-container .container-message-header:before,
.cart-container .container-message-header:before,
.checkout-container .container-message-header:before,
.store-base-container .container-message-header:after,
.cart-container .container-message-header:after,
.checkout-container .container-message-header:after {
    content: " ";
    display: table
}

.store-base-container .container-message-header:after,
.cart-container .container-message-header:after,
.checkout-container .container-message-header:after {
    clear: both
}

.store-base-container .container-content,
.cart-container .container-content,
.checkout-container .container-content {
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    padding: 15px
}

.store-base-container .container-content .content-title,
.cart-container .container-content .content-title,
.checkout-container .container-content .content-title {
    margin-top: 0;
    margin-bottom: 20px
}

.store-base-container .container-validation-errors,
.cart-container .container-validation-errors,
.checkout-container .container-validation-errors {
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    margin-bottom: 10px
}

.store-base-container .container-validation-errors:before,
.cart-container .container-validation-errors:before,
.checkout-container .container-validation-errors:before,
.store-base-container .container-validation-errors:after,
.cart-container .container-validation-errors:after,
.checkout-container .container-validation-errors:after {
    content: " ";
    display: table
}

.store-base-container .container-validation-errors:after,
.cart-container .container-validation-errors:after,
.checkout-container .container-validation-errors:after {
    clear: both
}

.store-base-container .container-validation-errors .error,
.cart-container .container-validation-errors .error,
.checkout-container .container-validation-errors .error {
    margin: 5px 15px
}

.store-base-container .nav-tabs,
.cart-container .nav-tabs,
.checkout-container .nav-tabs {
    border-bottom: 0
}

.store-base-container .nav-tabs>li,
.cart-container .nav-tabs>li,
.checkout-container .nav-tabs>li {
    margin-bottom: 0;
    margin-right: 15px
}

.store-base-container .nav-tabs>li.active,
.cart-container .nav-tabs>li.active,
.checkout-container .nav-tabs>li.active {
    background-color: rgba(0, 0, 0, .4)
}

.store-base-container .nav-tabs>li .checkbox,
.cart-container .nav-tabs>li .checkbox,
.checkout-container .nav-tabs>li .checkbox {
    margin-top: 0;
    margin-bottom: 0
}

.store-base-container .nav-tabs>li .checkbox label,
.cart-container .nav-tabs>li .checkbox label,
.checkout-container .nav-tabs>li .checkbox label {
    margin-bottom: 0
}

.store-base-container .nav-tabs>li .checkbox label input[type=checkbox],
.cart-container .nav-tabs>li .checkbox label input[type=checkbox],
.checkout-container .nav-tabs>li .checkbox label input[type=checkbox] {
    top: 8px
}

.store-base-container .nav-tabs .nav-cb,
.cart-container .nav-tabs .nav-cb,
.checkout-container .nav-tabs .nav-cb {
    padding-left: 30px
}

.store-base-container .container-connect,
.cart-container .container-connect,
.checkout-container .container-connect {
    margin-top: 10px
}

.store-base-container .btn-tab,
.cart-container .btn-tab,
.checkout-container .btn-tab {
    padding-left: 30px;
    padding-right: 30px
}

.store-base-container .btn-tab:hover,
.cart-container .btn-tab:hover,
.checkout-container .btn-tab:hover {
    text-decoration: none
}

.store-base-container .active .btn-tab,
.cart-container .active .btn-tab,
.checkout-container .active .btn-tab {
    color: #e30613
}

.store-base-container .container-footer,
.cart-container .container-footer,
.checkout-container .container-footer {
    margin-top: 1em
}

.store-base-container .container-footer:before,
.cart-container .container-footer:before,
.checkout-container .container-footer:before,
.store-base-container .container-footer:after,
.cart-container .container-footer:after,
.checkout-container .container-footer:after {
    content: " ";
    display: table
}

.store-base-container .container-footer:after,
.cart-container .container-footer:after,
.checkout-container .container-footer:after {
    clear: both
}

.store-base-container .container-footer .checkbox,
.cart-container .container-footer .checkbox,
.checkout-container .container-footer .checkbox {
    margin-top: 0
}

.store-base-container .col-img img,
.cart-container .col-img img,
.checkout-container .col-img img {
    border: 1px solid #fff
}

.row-item h3 {
    font-size: 100%
}

.cart-summary .qty {
    margin-top: 5px
}

.cart-summary .qty .value {
    color: #e30613
}

.address-container .row-addr-1 .form-group,
.address-container .row-addr-1 .form-line,
.address-container .row-addr-1 .form-line {
    margin-bottom: 5px
}

.side-panel {
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    padding: 15px;
    position: relative
}

.side-panel .side-header h2 {
    margin: 0;
    padding-bottom: 15px;
    font-size: 21px;
    border-bottom: 1px solid #fff;
    text-align: center
}

.side-panel .side-row {
    border: 1px solid #fff;
    padding: 10px;
    margin-top: 15px
}

.side-panel .side-row.row-grey {
    background-color: #525252
}

.side-panel .side-row .form-group.has-error .input-group-btn .btn-grey,
.side-panel .side-row .has-error.form-line .input-group-btn .btn-grey {
    background-color: #e30613
}

.product-detail {
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    padding: 15px;
    position: relative;
    margin-bottom: 15px
}

.product-detail .product-header h2 {
    margin-top: 0;
    font-size: 28px
}

.product-detail .product-header h3 {
    margin-top: -10px;
    font-size: 20px
}

.product-detail .product-content .grp {
    margin-top: 10px;
    border-top: 1px solid #fff
}

.product-detail .product-content .grp:before,
.product-detail .product-content .grp:after {
    content: " ";
    display: table
}

.product-detail .product-content .grp:after {
    clear: both
}

.product-detail .product-content .grp h3 {
    font-size: 100%;
    margin-top: 10px;
    margin-bottom: 5px
}

.product-detail .product-content .grp p:last-child {
    margin-bottom: 0
}

.product-detail .product-content .grp ul {
    margin-bottom: 0
}

.product-detail .product-content .grp-inline h3 {
    float: left
}

.product-detail .product-content .grp-inline .value {
    float: left;
    margin-top: 8px;
    margin-left: 10px
}

.product-detail .product-content .grp-price .value {
    color: #e30613
}

.product-detail .product-content .grp-btns {
    border-top: 0
}

.product-detail .product-content .grp-btns .btn-add-to-cart {
    width: 100%
}

.grp-below-btns {
    margin: 10px 0
}

.product-gallery {
    position: relative;
    border: 1px solid #fff
}

.product-gallery .swiper-wrapper {
    overflow: hidden
}

.product-gallery .swiper-prev,
.product-gallery .swiper-next {
    bottom: 35px;
    z-index: 100
}

.product-gallery .swiper-next {
    right: -15px
}

.product-gallery .swiper-prev {
    left: -15px
}

.product-gallery-pager {
    position: relative;
    height: 105px;
    overflow: hidden;
    margin: 0 -8px;
    margin: 0;
    margin-top: 1em;
    padding: 0 8px;
    padding: 0
}

.product-gallery-pager .swiper-slide {
    margin: 0;
    min-width: 110px;
    min-height: 105px
}

.product-gallery-pager .gal-itm img {
    border: 1px solid #fff
}

.product-gallery-pager .product-gallery-pager-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.cart-container .coupon-container.form-group,
.cart-container .coupon-container.form-line {
    margin-bottom: 0
}

.cart-container .cart-summary .row-total {
    background-color: #525252
}

.cart-items .cart-item {
    font-size: 90%;
    border: 1px solid #fff;
    margin: 1em 0 0 0;
    padding: 10px
}

.cart-items .cart-item:before,
.cart-items .cart-item:after {
    content: " ";
    display: table
}

.cart-items .cart-item:after {
    clear: both
}

.cart-items .cart-item h3 {
    font-size: 100%;
    margin-top: 0
}

.cart-items .cart-item h3 a {
    color: #fff
}

.cart-items .cart-item .v-desc {
    margin-bottom: 15px
}

.cart-items .cart-item .btn-remove-item {
    font-size: 90%!important;
    padding: 3px 10px!important
}

.cart-items .cart-item .col-price .value {
    color: #e30613
}

.cart-items .cart-item .col-price .value.prediscount {
    color: #e6e6e6;
    font-style: italic;
    text-decoration: line-through
}

.cart-items .cart-item.empty-cart {
    padding: 25px 10px
}

.v-desc {
    color: #e6e6e6;
    font-style: italic
}

.checkout-container .container-header .glyphicon-warning-sign {
    color: #f0ad4e;
    margin-left: 20px;
    margin-top: 3px
}

.checkout-container .btn-tab-shipping {
    padding-left: 0
}

.checkout-container .cart-summary .side-row {
    margin-top: -1px
}

.checkout-container .cart-summary .side-row:first-child {
    margin-top: 15px
}

.payment-methods-header h2 {
    font-size: 16px;
    text-align: center
}

.payment-methods {
    background-color: #525252;
    border: 1px solid #fff
}

.payment-methods .pay-method-item {
    margin: 0 10px;
    padding: 10px 0;
    background-color: #525252;
    border-top: 1px solid #646464
}

.payment-methods .pay-method-item:first-child {
    border-top: 0
}

.payment-methods .pay-method-item .checkbox {
    margin: 0
}

.payment-methods .pay-method-item .checkbox img {
    vertical-align: middle;
    float: right;
    margin-left: 15px
}

.payment-methods .pay-method-item .help-block {
    margin: 0;
    font-size: 90%
}

.payment-methods .radio {
    margin: 0
}

.payment-methods .radio img {
    margin-left: 10px
}

.shipping-methods-header h2 {
    font-size: 16px;
    text-align: center
}

.shipping-methods {
    background-color: #525252;
    border: 1px solid #fff
}

.shipping-methods .ship-method-item {
    margin: 0 10px;
    padding: 10px 0;
    background-color: #525252;
    border-top: 1px solid #646464
}

.shipping-methods .ship-method-item:first-child {
    border-top: 0
}

.shipping-methods .ship-method-item .checkbox {
    margin: 0
}

.shipping-methods .ship-method-item .checkbox img {
    vertical-align: middle;
    float: right;
    margin-left: 15px
}

.shipping-methods .ship-method-item .help-block {
    margin: 0;
    font-size: 90%
}

.shipping-methods .radio {
    margin: 0
}

.shipping-methods .radio img {
    margin-left: 10px
}

.po-number {
    font-weight: bold;
    color: #e30613
}

.tier-prices {
    margin-top: 20px
}

.product-list:before,
.product-list:after {
    content: " ";
    display: table
}

.product-list:after {
    clear: both
}

@media(min-width:768px) {
    .product-list>li {
        float: left;
        width: 50%
    }
}

@media(min-width:992px) {
    .product-list>li {
        float: left;
        width: 25%
    }
}

.product-list a {
    color: #fff
}

.product-list .product-item {
    margin: 5px;
    background-color: rgba(0, 0, 0, .2);
    padding: 5px;
    border: 1px solid #fff;
    position: relative
}

.product-list .product-item h3 {
    text-transform: uppercase;
    height: 2.4em
}

.product-list .product-item h3,
.product-list .product-item .description {
    height: 2.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    padding: 0 5px
}

.product-list .product-item .price {
    font-weight: bold;
    color: #e30613;
    font-size: 120%;
    text-align: center;
    padding: 5px;
    margin-bottom: 60px
}

.product-list .product-item .grp-btns {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0
}

.coupon-list {
    margin-top: 10px
}

.coupon-list .coupon-item:before,
.coupon-list .coupon-item:after {
    content: " ";
    display: table
}

.coupon-list .coupon-item:after {
    clear: both
}

.coupon-list .coupon-item h3 {
    font-size: 100%;
    margin: 10px 0
}

.coupon-list .coupon-item .btn-del-coupon {
    background: none;
    border: 0;
    color: #fff;
    font-size: 90%;
    font-weight: normal;
    float: left;
    outline: none
}

.coupon-list .coupon-item .btn-del-coupon:hover,
.coupon-list .coupon-item .btn-del-coupon:active,
.coupon-list .coupon-item .btn-del-coupon.active {
    color: #e30613
}

.coupon-list .coupon-item.invalid h3 {
    text-decoration: line-through
}

.color-chooser li {
    display: inline-block;
    margin-right: 5px
}

.members-header {
    margin-bottom: 20px;
    position: relative
}

.members-header a {
    color: #fff
}

.members-header a:hover,
.members-header a:active {
    color: #e30613
}

.members-header .brd {
    display: inline-block;
    margin-bottom: 10px
}

.members-header .brd.active {
    color: #e30613
}

.members-header .brd a:hover {
    text-decoration: none
}

.member-menu li {
    display: block;
    text-align: left
}

.member-menu a {
    color: #fff
}

.member-menu a:hover,
.member-menu a:active,
.member-menu a.active {
    color: #e30613
}

.member-info {
    position: absolute;
    top: 10px;
    right: 15px
}

.total-list>li {
    padding: 10px;
    background-color: rgba(0, 0, 0, .4);
    margin-bottom: 3px
}

.total-list>li span {
    float: right
}

.ctz {
    background-color: rgba(0, 0, 0, .2);
    padding: 20px;
    margin-bottom: 10px
}

.ctz .highlighted .info {
    color: #fff
}

.ctz .info {
    color: #e6e6e6;
    font-style: italic;
    font-size: 90%
}

.order-detail h2 {
    font-size: 16px
}

.order-detail .table a {
    color: #fff
}

.order-list .table a {
    color: #fff
}

.bloc .bloc-content-container .bloc-content {
    position: relative;
	margin-top: 50px;
}

.back-to-top {
    position: fixed;
    right: 25px;
    bottom: 15px;
    background: rgba(0, 0, 0, .3);
    font-size: 16px;
    z-index: 999999;
    overflow: hidden;
    opacity: .5;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.back-to-top:hover {
    opacity: 1
}

.back-to-top a {
    display: inline-block;
    padding: 5px;
    width: 26px;
    height: 26px;
    line-height: 21px;
    overflow: hidden;
    white-space: nowrap;
    color: #fff
}

.back-to-top a:hover {
    text-decoration: none
}

.back-to-top a i {
    margin-right: 1em
}

.back-to-top.active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.social-network-links {
    display: table;
    margin: 0 auto;
    list-style: none
}

.social-network-links li {
    float: left;
    margin-bottom: 0
}

.social-network-links i {
    font-size: 40px;
    padding: 20px 10px;
    color: #dad7d7;
    line-height: 50px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.social-network-links i:hover {
    line-height: 40px;
    color: #e30613
}

.base-form,
.contact-form,
.news-form,
.comment-form {
    position: relative
}

.base-form .form-txt h3,
.contact-form .form-txt h3,
.news-form .form-txt h3,
.comment-form .form-txt h3 {
    text-align: center;
    color: #e30613;
    margin: 10px 0 20px
}

.comment-form {
    margin-top: 20px
}

.content-loader {
    display: none;
    background-color: rgba(43, 43, 43, .5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("spinner-large-1.gif")/*tpa=http://homido.vn/v2/img/spinner-large.gif*/;
    background-repeat: no-repeat;
    background-position: center center
}

@-webkit-keyframes scaleUp {
    to {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes scaleUp {
    to {
        -moz-transform: scale(1);
        opacity: 1
    }
}

@keyframes scaleUp {
    to {
        transform: scale(1);
        opacity: 1
    }
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@-moz-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@-o-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    -moz-animation-name: flash;
    -o-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px)
    }
}

@-moz-keyframes shake {
    0%,
    100% {
        -moz-transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -moz-transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -moz-transform: translateX(10px)
    }
}

@-o-keyframes shake {
    0%,
    100% {
        -o-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -o-transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -o-transform: translateX(10px);
    }
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px)
    }
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0)
    }
    40% {
        -moz-transform: translateY(-30px)
    }
    60% {
        -moz-transform: translateY(-15px)
    }
}

@-o-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
    }
    40% {
        -o-transform: translateY(-30px);
    }
    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-30px)
    }
    60% {
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0)
    }
}

@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1)
    }
    10%,
    20% {
        -moz-transform: scale(.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -moz-transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -moz-transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -moz-transform: scale(1) rotate(0)
    }
}

@-o-keyframes tada {
    0% {
        -o-transform: scale(1);
    }
    10%,
    20% {
        -o-transform: scale(.9)rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -o-transform: scale(1.1)rotate(3deg);
    }
    40%,
    60%,
    80% {
        -o-transform: scale(1.1)rotate(-3deg);
    }
    100% {
        -o-transform: scale(1)rotate(0);
    }
}

@keyframes tada {
    0% {
        transform: scale(1)
    }
    10%,
    20% {
        transform: scale(.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        transform: scale(1) rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes swing {
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transform-origin: top center
    }
    20% {
        -webkit-transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg)
    }
}

@-moz-keyframes swing {
    20% {
        -moz-transform: rotate(15deg)
    }
    40% {
        -moz-transform: rotate(-10deg)
    }
    60% {
        -moz-transform: rotate(5deg)
    }
    80% {
        -moz-transform: rotate(-5deg)
    }
    100% {
        -moz-transform: rotate(0deg)
    }
}

@-o-keyframes swing {
    20% {
        -o-transform: rotate(15deg);
    }
    40% {
        -o-transform: rotate(-10deg);
    }
    60% {
        -o-transform: rotate(5deg);
    }
    80% {
        -o-transform: rotate(-5deg);
    }
    100% {
        -o-transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0%)
    }
}

@-moz-keyframes wobble {
    0% {
        -moz-transform: translateX(0%)
    }
    15% {
        -moz-transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -moz-transform: translateX(20%) rotate(3deg)
    }
    45% {
        -moz-transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -moz-transform: translateX(10%) rotate(2deg)
    }
    75% {
        -moz-transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -moz-transform: translateX(0%)
    }
}

@-o-keyframes wobble {
    0% {
        -o-transform: translateX(0%);
    }
    15% {
        -o-transform: translateX(-25%)rotate(-5deg);
    }
    30% {
        -o-transform: translateX(20%)rotate(3deg);
    }
    45% {
        -o-transform: translateX(-15%)rotate(-3deg);
    }
    60% {
        -o-transform: translateX(10%)rotate(2deg);
    }
    75% {
        -o-transform: translateX(-5%)rotate(-1deg);
    }
    100% {
        -o-transform: translateX(0%);
    }
}

@keyframes wobble {
    0% {
        transform: translateX(0%)
    }
    15% {
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        transform: translateX(0%)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    -moz-animation-name: wobble;
    -o-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1)
    }
    50% {
        -moz-transform: scale(1.1)
    }
    100% {
        -moz-transform: scale(1)
    }
}

@-o-keyframes pulse {
    0% {
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(1.1);
    }
    100% {
        -o-transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -webkit-animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) scale(1);
        -webkit-animation-timing-function: ease-in
    }
}

@-moz-keyframes flip {
    0% {
        -moz-transform: perspective(400px) rotateY(0);
        -moz-animation-timing-function: ease-out
    }
    40% {
        -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
        -moz-animation-timing-function: ease-out
    }
    50% {
        -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -moz-animation-timing-function: ease-in
    }
    80% {
        -moz-transform: perspective(400px) rotateY(360deg) scale(.95);
        -moz-animation-timing-function: ease-in
    }
    100% {
        -moz-transform: perspective(400px) scale(1);
        -moz-animation-timing-function: ease-in
    }
}

@-o-keyframes flip {
    0% {
        -o-transform: perspective(400px)rotateY(0);
        -o-animation-timing-function: ease-out;
    }
    40% {
        -o-transform: perspective(400px)translateZ(150px)rotateY(170deg);
        -o-animation-timing-function: ease-out;
    }
    50% {
        -o-transform: perspective(400px)translateZ(150px)rotateY(190deg)scale(1);
        -o-animation-timing-function: ease-in;
    }
    80% {
        -o-transform: perspective(400px)rotateY(360deg)scale(.95);
        -o-animation-timing-function: ease-in;
    }
    100% {
        -o-transform: perspective(400px)scale(1);
        -o-animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(0);
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) rotateY(360deg) scale(.95);
        animation-timing-function: ease-in
    }
    100% {
        transform: perspective(400px) scale(1);
        animation-timing-function: ease-in
    }
}

.flip {
    -webkit-backface-visibility: visible!important;
    -webkit-animation-name: flip;
    -moz-backface-visibility: visible!important;
    -moz-animation-name: flip;
    -o-backface-visibility: visible!important;
    -o-animation-name: flip;
    backface-visibility: visible!important;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -moz-transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px)rotateX(90deg);
        opacity: 0;
    }
    40% {
        -o-transform: perspective(400px)rotateX(-10deg);
    }
    70% {
        -o-transform: perspective(400px)rotateX(10deg);
    }
    100% {
        -o-transform: perspective(400px)rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    -moz-backface-visibility: visible!important;
    -moz-animation-name: flipInX;
    -o-backface-visibility: visible!important;
    -o-animation-name: flipInX;
    backface-visibility: visible!important;
    animation-name: flipInX
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px)rotateX(0deg);
        opacity: 1;
    }
    100% {
        -o-transform: perspective(400px)rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    -moz-animation-name: flipOutX;
    -moz-backface-visibility: visible!important;
    -o-animation-name: flipOutX;
    -o-backface-visibility: visible!important;
    animation-name: flipOutX;
    backface-visibility: visible!important
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -moz-transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -moz-transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px)rotateY(90deg);
        opacity: 0;
    }
    40% {
        -o-transform: perspective(400px)rotateY(-10deg);
    }
    70% {
        -o-transform: perspective(400px)rotateY(10deg);
    }
    100% {
        -o-transform: perspective(400px)rotateY(0deg);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    -moz-backface-visibility: visible!important;
    -moz-animation-name: flipInY;
    -o-backface-visibility: visible!important;
    -o-animation-name: flipInY;
    backface-visibility: visible!important;
    animation-name: flipInY
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@-moz-keyframes flipOutY {
    0% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@-o-keyframes flipOutY {
    0% {
        -o-transform: perspective(400px)rotateY(0deg);
        opacity: 1;
    }
    100% {
        -o-transform: perspective(400px)rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    -moz-backface-visibility: visible!important;
    -moz-animation-name: flipOutY;
    -o-backface-visibility: visible!important;
    -o-animation-name: flipOutY;
    backface-visibility: visible!important;
    animation-name: flipOutY
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn.animated-ondisplay {
    opacity: 0
}

.fadeIn.animated {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(40px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp.animated-ondisplay {
    opacity: 0
}

.fadeInUp.animated {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDown.animated-ondisplay {
    opacity: 0
}

.fadeInDown.animated {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeft.animated-ondisplay {
    opacity: 0
}

.fadeInLeft.animated {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRight.animated-ondisplay {
    opacity: 0
}

.fadeInRight.animated {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(2000px)
    }
}

@-moz-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUpBig.animated-ondisplay {
    opacity: 0
}

.fadeInUpBig.animated {
    -webkit-animation-name: fadeInUpBig;
    -moz-animation-name: fadeInUpBig;
    -o-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    -moz-animation-name: fadeInDownBig;
    -o-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    -moz-animation-name: fadeInLeftBig;
    -o-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRightBig.animated-ondisplay {
    opacity: 0
}

.fadeInRightBig.animated {
    -webkit-animation-name: fadeInRightBig;
    -moz-animation-name: fadeInRightBig;
    -o-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
}

@-moz-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }
}

@-o-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -o-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    -moz-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
}

@-moz-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }
}

@-o-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -o-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    -moz-animation-name: fadeOutDown;
    -o-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
}

@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-20px)
    }
}

@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
}

@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(20px)
    }
}

@-o-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    -moz-animation-name: fadeOutRight;
    -o-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
}

@-moz-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }
}

@-o-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -o-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    -moz-animation-name: fadeOutUpBig;
    -o-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
}

@-moz-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }
}

@-o-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -o-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    -moz-animation-name: fadeOutDownBig;
    -o-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
}

@-moz-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }
}

@-o-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    -moz-animation-name: fadeOutLeftBig;
    -o-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
}

@-moz-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }
}

@-o-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    -moz-animation-name: fadeOutRightBig;
    -o-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3)
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1.05)
    }
    70% {
        -moz-transform: scale(.9)
    }
    100% {
        -moz-transform: scale(1)
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3);
    }
    50% {
        opacity: 1;
        -o-transform: scale(1.05);
    }
    70% {
        -o-transform: scale(.9);
    }
    100% {
        -o-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        transform: scale(1.05)
    }
    70% {
        transform: scale(.9)
    }
    100% {
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes bounceInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(-30px)
    }
    80% {
        -moz-transform: translateY(10px)
    }
    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes bounceInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -o-transform: translateY(-30px);
    }
    80% {
        -o-transform: translateY(10px);
    }
    100% {
        -o-transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        transform: translateY(-30px)
    }
    80% {
        transform: translateY(10px)
    }
    100% {
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes bounceInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(30px)
    }
    80% {
        -moz-transform: translateY(-10px)
    }
    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes bounceInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -o-transform: translateY(30px);
    }
    80% {
        -o-transform: translateY(-10px);
    }
    100% {
        -o-transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        transform: translateY(30px)
    }
    80% {
        transform: translateY(-10px)
    }
    100% {
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(30px)
    }
    80% {
        -moz-transform: translateX(-10px)
    }
    100% {
        -moz-transform: translateX(0)
    }
}

@-o-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -o-transform: translateX(30px);
    }
    80% {
        -o-transform: translateX(-10px);
    }
    100% {
        -o-transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        transform: translateX(30px)
    }
    80% {
        transform: translateX(-10px)
    }
    100% {
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-30px)
    }
    80% {
        -moz-transform: translateX(10px)
    }
    100% {
        -moz-transform: translateX(0)
    }
}

@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -o-transform: translateX(-30px);
    }
    80% {
        -o-transform: translateX(10px);
    }
    100% {
        -o-transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        transform: translateX(-30px)
    }
    80% {
        transform: translateX(10px)
    }
    100% {
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3)
    }
}

@-moz-keyframes bounceOut {
    0% {
        -moz-transform: scale(1)
    }
    25% {
        -moz-transform: scale(.95)
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -moz-transform: scale(.3)
    }
}

@-o-keyframes bounceOut {
    0% {
        -o-transform: scale(1);
    }
    25% {
        -o-transform: scale(.95);
    }
    50% {
        opacity: 1;
        -o-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -o-transform: scale(.3);
    }
}

@keyframes bounceOut {
    0% {
        transform: scale(1)
    }
    25% {
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        transform: scale(.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    -moz-animation-name: bounceOut;
    -o-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
}

@-moz-keyframes bounceOutUp {
    0% {
        -moz-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -moz-transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }
}

@-o-keyframes bounceOutUp {
    0% {
        -o-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -o-transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
}

@keyframes bounceOutUp {
    0% {
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    -moz-animation-name: bounceOutUp;
    -o-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
}

@-moz-keyframes bounceOutDown {
    0% {
        -moz-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -moz-transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }
}

@-o-keyframes bounceOutDown {
    0% {
        -o-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -o-transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }
}

@keyframes bounceOutDown {
    0% {
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    -moz-animation-name: bounceOutDown;
    -o-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
}

@-moz-keyframes bounceOutLeft {
    0% {
        -moz-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -moz-transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }
}

@-o-keyframes bounceOutLeft {
    0% {
        -o-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -o-transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }
}

@keyframes bounceOutLeft {
    0% {
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    -moz-animation-name: bounceOutLeft;
    -o-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
}

@-moz-keyframes bounceOutRight {
    0% {
        -moz-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -moz-transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }
}

@-o-keyframes bounceOutRight {
    0% {
        -o-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -o-transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
}

@keyframes bounceOutRight {
    0% {
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    -moz-animation-name: bounceOutRight;
    -o-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateIn {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateIn {
    0% {
        -o-transform-origin: center center;
        -o-transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: center center;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    -moz-animation-name: rotateIn;
    -o-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInUpLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInUpLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    -moz-animation-name: rotateInUpLeft;
    -o-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInDownLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInDownLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    -moz-animation-name: rotateInDownLeft;
    -o-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInUpRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInUpRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    -moz-animation-name: rotateInUpRight;
    -o-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInDownRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInDownRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    -moz-animation-name: rotateInDownRight;
    -o-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(200deg);
        opacity: 0
    }
}

@-moz-keyframes rotateOut {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1
    }
    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(200deg);
        opacity: 0
    }
}

@-o-keyframes rotateOut {
    0% {
        -o-transform-origin: center center;
        -o-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -o-transform-origin: center center;
        -o-transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
    100% {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    -moz-animation-name: rotateOut;
    -o-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
}

@-moz-keyframes rotateOutUpLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0
    }
}

@-o-keyframes rotateOutUpLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    -moz-animation-name: rotateOutUpLeft;
    -o-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
}

@-moz-keyframes rotateOutDownLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0
    }
}

@-o-keyframes rotateOutDownLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    -moz-animation-name: rotateOutDownLeft;
    -o-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
}

@-moz-keyframes rotateOutUpRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0
    }
}

@-o-keyframes rotateOutUpRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    -moz-animation-name: rotateOutUpRight;
    -o-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
}

@-moz-keyframes rotateOutDownRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0
    }
}

@-o-keyframes rotateOutDownRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    -moz-animation-name: rotateOutDownRight;
    -o-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: translateY(700px);
        opacity: 0
    }
}

@-moz-keyframes hinge {
    0% {
        -moz-transform: rotate(0);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -moz-transform: rotate(80deg);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out
    }
    40% {
        -moz-transform: rotate(60deg);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out
    }
    80% {
        -moz-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out
    }
    100% {
        -moz-transform: translateY(700px);
        opacity: 0
    }
}

@-o-keyframes hinge {
    0% {
        -o-transform: rotate(0);
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -o-transform: rotate(80deg);
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out;
    }
    40% {
        -o-transform: rotate(60deg);
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out;
    }
    80% {
        -o-transform: rotate(60deg)translateY(0);
        opacity: 1;
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out;
    }
    100% {
        -o-transform: translateY(700px);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    100% {
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    -moz-animation-name: hinge;
    -o-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg)
    }
}

@-moz-keyframes rollIn {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0) rotate(0deg)
    }
}

@-o-keyframes rollIn {
    0% {
        opacity: 0;
        -o-transform: translateX(-100%)rotate(-120deg);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)rotate(0deg);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        transform: translateX(0) rotate(0deg)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    -moz-animation-name: rollIn;
    -o-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg)
    }
}

@-moz-keyframes rollOut {
    0% {
        opacity: 1;
        -moz-transform: translateX(0) rotate(0deg)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(100%) rotate(120deg)
    }
}

@-o-keyframes rollOut {
    0% {
        opacity: 1;
        -o-transform: translateX(0)rotate(0deg);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(100%)rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0) rotate(0deg)
    }
    100% {
        opacity: 0;
        transform: translateX(100%) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    -moz-animation-name: rollOut;
    -o-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@-moz-keyframes lightSpeedIn {
    0% {
        -moz-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -moz-transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -moz-transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        -moz-transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@-o-keyframes lightSpeedIn {
    0% {
        -o-transform: translateX(100%)skewX(-30deg);
        opacity: 0;
    }
    60% {
        -o-transform: translateX(-20%)skewX(30deg);
        opacity: 1;
    }
    80% {
        -o-transform: translateX(0%)skewX(-15deg);
        opacity: 1;
    }
    100% {
        -o-transform: translateX(0%)skewX(0deg);
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -moz-animation-name: lightSpeedIn;
    -o-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.animated.lightSpeedIn {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@-moz-keyframes lightSpeedOut {
    0% {
        -moz-transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
    100% {
        -moz-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@-o-keyframes lightSpeedOut {
    0% {
        -o-transform: translateX(0%)skewX(0deg);
        opacity: 1;
    }
    100% {
        -o-transform: translateX(100%)skewX(-30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
    100% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -moz-animation-name: lightSpeedOut;
    -o-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.animated.lightSpeedOut {
    -webkit-animation-duration: .25s;
    -moz-animation-duration: .25s;
    -o-animation-duration: .25s;
    animation-duration: .25s
}

@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: skewX(9deg)
    }
    10% {
        -webkit-transform: skewX(-8deg)
    }
    20% {
        -webkit-transform: skewX(7deg)
    }
    30% {
        -webkit-transform: skewX(-6deg)
    }
    40% {
        -webkit-transform: skewX(5deg)
    }
    50% {
        -webkit-transform: skewX(-4deg)
    }
    60% {
        -webkit-transform: skewX(3deg)
    }
    70% {
        -webkit-transform: skewX(-2deg)
    }
    80% {
        -webkit-transform: skewX(1deg)
    }
    90% {
        -webkit-transform: skewX(0deg)
    }
    100% {
        -webkit-transform: skewX(0deg)
    }
}

@-moz-keyframes wiggle {
    0% {
        -moz-transform: skewX(9deg)
    }
    10% {
        -moz-transform: skewX(-8deg)
    }
    20% {
        -moz-transform: skewX(7deg)
    }
    30% {
        -moz-transform: skewX(-6deg)
    }
    40% {
        -moz-transform: skewX(5deg)
    }
    50% {
        -moz-transform: skewX(-4deg)
    }
    60% {
        -moz-transform: skewX(3deg)
    }
    70% {
        -moz-transform: skewX(-2deg)
    }
    80% {
        -moz-transform: skewX(1deg)
    }
    90% {
        -moz-transform: skewX(0deg)
    }
    100% {
        -moz-transform: skewX(0deg)
    }
}

@-o-keyframes wiggle {
    0% {
        -o-transform: skewX(9deg);
    }
    10% {
        -o-transform: skewX(-8deg);
    }
    20% {
        -o-transform: skewX(7deg);
    }
    30% {
        -o-transform: skewX(-6deg);
    }
    40% {
        -o-transform: skewX(5deg);
    }
    50% {
        -o-transform: skewX(-4deg);
    }
    60% {
        -o-transform: skewX(3deg);
    }
    70% {
        -o-transform: skewX(-2deg);
    }
    80% {
        -o-transform: skewX(1deg);
    }
    90% {
        -o-transform: skewX(0deg);
    }
    100% {
        -o-transform: skewX(0deg);
    }
}

@keyframes wiggle {
    0% {
        transform: skewX(9deg)
    }
    10% {
        transform: skewX(-8deg)
    }
    20% {
        transform: skewX(7deg)
    }
    30% {
        transform: skewX(-6deg)
    }
    40% {
        transform: skewX(5deg)
    }
    50% {
        transform: skewX(-4deg)
    }
    60% {
        transform: skewX(3deg)
    }
    70% {
        transform: skewX(-2deg)
    }
    80% {
        transform: skewX(1deg)
    }
    90% {
        transform: skewX(0deg)
    }
    100% {
        transform: skewX(0deg)
    }
}

.wiggle {
    -webkit-animation-name: wiggle;
    -moz-animation-name: wiggle;
    -o-animation-name: wiggle;
    animation-name: wiggle;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.animated.wiggle {
    -webkit-animation-duration: .75s;
    -moz-animation-duration: .75s;
    -o-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg)
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg)
    }
    to {
        -ms-transform: rotate(359deg)
    }
}

@-keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.section-home-anim.section-snow {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 35%
}

.section-home-anim>.container {
    position: relative;
    height: 1200px;
    overflow: hidden;
    z-index: 2
}

.section-home-anim .anim-container {
    position: absolute;
    width: 100%;
    display: none;
    background: url("halo-pres.png")/*tpa=http://homido.vn/v2/img/halo-pres.png*/ no-repeat 50% 60%;
    background-size: 60% auto
}

.section-home-anim .anim-container>img {
    background: url("halo-packshot.png")/*tpa=http://homido.vn/v2/img/halo-packshot.png*/ no-repeat 25% 42%;
    background-size: 80% auto;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 3
}

.section-home-anim .anim-container>img.no-bg {
    background: none
}

.section-home-anim .section-evr {
    position: absolute;
    width: 100%;
    display: none
}

.section-home-anim .anim-home-shop {
    position: absolute;
    z-index: 10;
    left: 20px;
    opacity: 0
}

.section-home-anim .section-pres {
    position: absolute;
    z-index: 11;
    width: 100%;
    display: none
}

.section-home-anim .section-pres .box-pres {
    max-width: 640px;
    margin-left: 15px;
    margin-right: 15px
}

@media(min-width:670px) {
    .section-home-anim .section-pres .box-pres {
        margin-left: auto;
        margin-right: auto
    }
}

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

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

.slick-list:focus {
    outline: none
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

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

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

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

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

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

.slick-loading .slick-list {
    background: #fff url("ajax-loader.gif")/*tpa=http://homido.vn/v2/img/slick/ajax-loader.gif*/ center center no-repeat
}

@font-face {
    font-family: "slick";
    src: url("slick.eot")/*tpa=http://www.homido.com/contents/themes/homido/fonts/slick/slick.eot*/;
    src: url("slick.eot-#iefix")/*tpa=http://www.homido.com/contents/themes/homido/fonts/slick/slick.eot?#iefix*/ format("embedded-opentype"), url("slick.woff")/*tpa=http://www.homido.com/contents/themes/homido/fonts/slick/slick.woff*/ format("woff"), url("slick.ttf")/*tpa=http://www.homido.com/contents/themes/homido/fonts/slick/slick.ttf*/ format("truetype"), url("slick.svg#slick")/*tpa=http://www.homido.com/contents/themes/homido/fonts/slick/slick.svg#slick*/ format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px\9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir="rtl"] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir="rtl"] .slick-next:before {
    content: "←"
}

.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

body {
    background-image: url("pattern-grey.png")/*tpa=http://homido.vn/v2/img/pattern-grey.png*/;
    background-color: #303030;
    font-family: "Lato", sans-serif;
	background:#FFF;
}

ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato_bold", sans-serif;
    font-weight: normal
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    font-family: "Lato", sans-serif;
    font-weight: normal;
    font-style: normal
}

a {
    outline: 0;
    color: #e30613
}

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

.main-menu {
    background-color: rgba(0, 0, 0, .85)
}

@media(min-width:768px) {
    .main-menu {
        text-align: center;
        background-color: transparent
    }
}

.main-menu a {
    color: #fff
}

@media(min-width:1200px) {
    .main-menu>.navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
        margin-left: -100px
    }
}

.main-menu .dropdown-menu {
    margin: 0;
    box-shadow: rgba(11, 11, 12, .5) 0 2px 0
}

.main-menu .dropdown-menu>li>a {
    margin: 0 5px;
    padding: 10px;
    color: #fff;
    font-family: "Lato", sans-serif!important
}

@media(min-width:768px) {
    .main-menu .dropdown-menu>li>a {
        border-top: 1px solid #e0e0e0
    }
}

.main-menu .dropdown-menu>li>a:hover,
.main-menu .dropdown-menu>li>a:focus,
.main-menu .dropdown-menu>li>a:active {
    color: #e30613;
    background-color: transparent
}

.main-menu .dropdown-menu>li:first-child>a {
    border: 0
}

.main-menu .dropdown-menu>li.active>a {
    color: #e30613;
    background-color: transparent
}

@media(min-width:768px) {
    .main-menu .dropdown-menu {
        background-color: rgba(54, 58, 60, .32);
        background-image: url("pattern-alpha-grey.png")/*tpa=http://homido.vn/v2/img/pattern-alpha-grey.png*/;
        background-repeat: repeat;
        background-size: 48px 49px
    }
}

.main-menu .navbar-nav>li>a {
    font-family: "Lato_bold", sans-serif
}

@media(min-width:768px) {
    .main-menu .navbar-nav>li>a {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 15px 10px
    }
}

@media(min-width:992px) {
    .main-menu .navbar-nav>li>a {
        padding: 15px 20px
    }
}

.main-menu .navbar-nav>li>a:hover,
.main-menu .navbar-nav>li>a:focus,
.main-menu .navbar-nav>li>a:active {
    color: #e30613;
    background-color: transparent
}

.main-menu .navbar-nav>li.active>a,
.main-menu .navbar-nav>li.open>a {
    color: #e30613;
    background-color: transparent
}

.main-menu .navbar-nav>li>.dropdown-menu {
    margin-top: -10px
}

.navbar-brand {
    padding: 0;
    margin: 0 15px 0 15px!important;
    height: 65px
}

@media(min-width:768px) {
    .navbar-brand {
        margin: 0 15px 0 0!important
    }
}

.navbar-brand a {
    display: inline-block;
    height: 100%;
    width: 160px;
    background-image: url("logo-1.png")/*tpa=http://homido.vn/v2/img/logo.png*/;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    text-indent: -9999px
}

.navbar-toggle {
    margin-top: 16px
}

.navbar-toggle .icon-bar {
    background-color: #c8c8c8
}

.lg-switcher {
    padding-bottom: 10px
}

.lg-switcher .btn-lg,
.lg-switcher .btn-group-lg>.btn,
.lg-switcher .btn-group-lg>.btn-submit,
.lg-switcher .btn-group-lg>.form-submit {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    padding: 0;
    background-color: transparent;
    display: none
}

.lg-switcher .btn-lg:hover,
.lg-switcher .btn-group-lg>.btn:hover,
.lg-switcher .btn-group-lg>.btn-submit:hover,
.lg-switcher .btn-group-lg>.form-submit:hover,
.lg-switcher .btn-lg:active,
.lg-switcher .btn-group-lg>.btn:active,
.lg-switcher .btn-group-lg>.btn-submit:active,
.lg-switcher .btn-group-lg>.form-submit:active {
    color: #e30613
}

.lg-switcher a {
    font-family: "Lato", sans-serif;
    text-decoration: none
}

.lg-switcher ul.dropdown-menu {
    margin: 0;
    display: block;
    background-color: transparent;
    background-image: none
}

.lg-switcher ul.dropdown-menu>li {
    padding-left: 18px
}

.lg-switcher ul.dropdown-menu>li a {
    padding: 3px;
    border: 0
}

@media(min-width:768px) {
    .lg-switcher {
        position: absolute;
        top: 0;
        right: 20px;
        padding-bottom: 0;
        background-color: rgba(54, 58, 60, .32);
        margin-top: 20px;
        margin-bottom: 10px
    }
    .lg-switcher .btn-lg,
    .lg-switcher .btn-group-lg>.btn,
    .lg-switcher .btn-group-lg>.btn-submit,
    .lg-switcher .btn-group-lg>.form-submit {
        background-color: rgba(54, 58, 60, .8);
        padding: 5px 10px;
        display: block
    }
    .lg-switcher ul.dropdown-menu {
        display: none;
        background-color: rgba(54, 58, 60, .8)
    }
    .lg-switcher .open>ul.dropdown-menu {
        display: block
    }
}

.lg-switcher .lg-fr {
    background-image: url("picto-flag-fr.png")/*tpa=http://homido.vn/v2/img/flags/picto-flag-fr.png*/;
    background-repeat: no-repeat;
    background-position: 6px center;
    background-size: 16px 16px;
    padding-left: 28px
}

.lg-switcher .lg-en {
    background-image: url("picto-flag-en.png")/*tpa=http://homido.vn/v2/img/flags/picto-flag-en.png*/;
    background-repeat: no-repeat;
    background-position: 6px center;
    background-size: 16px 16px;
    padding-left: 28px
}

.lg-switcher .lg-de {
    background-image: url("picto-flag-de.png")/*tpa=http://homido.vn/v2/img/flags/picto-flag-de.png*/;
    background-repeat: no-repeat;
    background-position: 6px center;
    background-size: 16px 16px;
    padding-left: 28px
}

.lg-switcher .lg-it {
    background-image: url("picto-flag-it.png")/*tpa=http://homido.vn/v2/img/flags/picto-flag-it.png*/;
    background-repeat: no-repeat;
    background-position: 6px center;
    background-size: 16px 16px;
    padding-left: 28px
}

.lg-switcher .lg-ru {
    background-image: url("picto-flag-ru.png")/*tpa=http://homido.vn/v2/img/flags/picto-flag-ru.png*/;
    background-repeat: no-repeat;
    background-position: 6px center;
    background-size: 16px 16px;
    padding-left: 28px
}

.lg-switcher .lg-jp {
    background-image: url("picto-flag-jp.png")/*tpa=http://homido.vn/v2/img/flags/picto-flag-jp.png*/;
    background-repeat: no-repeat;
    background-position: 6px center;
    background-size: 16px 16px;
    padding-left: 28px
}

.lg-switcher .lg-vn {
    background-image: url("picto-flag-vn.png")/*tpa=http://homido.vn/v2/img/flags/picto-flag-vn.png*/;
    background-repeat: no-repeat;
    background-position: 6px center;
    background-size: 16px 16px;
    padding-left: 28px
}

.lg-switcher .lg-gr {
    background-image: url("picto-flag-gr.png")/*tpa=http://homido.vn/v2/img/flags/picto-flag-gr.png*/;
    background-repeat: no-repeat;
    background-position: 6px center;
    background-size: 16px 16px;
    padding-left: 28px
}

.lg-switcher .lg-es {
    background-image: url("picto-flag-es.png")/*tpa=http://homido.vn/v2/img/flags/picto-flag-es.png*/;
    background-repeat: no-repeat;
    background-position: 6px center;
    background-size: 16px 16px;
    padding-left: 28px
}

.lg-switcher .lg-ua {
    background-image: url("picto-flag-ua.png")/*tpa=http://homido.vn/v2/img/flags/picto-flag-ua.png*/;
    background-repeat: no-repeat;
    background-position: 6px center;
    background-size: 16px 16px;
    padding-left: 28px
}

.lg-switcher .lg-cz {
    background-image: url("picto-flag-cz.png")/*tpa=http://homido.vn/v2/img/flags/picto-flag-cz.png*/;
    background-repeat: no-repeat;
    background-position: 6px center;
    background-size: 16px 16px;
    padding-left: 28px
}

.lg-switcher .lg-pl {
    background-image: url("picto-flag-pl.png")/*tpa=http://homido.vn/v2/img/flags/picto-flag-pl.png*/;
    background-repeat: no-repeat;
    background-position: 6px center;
    background-size: 16px 16px;
    padding-left: 28px
}

.lg-switcher .lg-za {
    background-image: url("picto-flag-za.png")/*tpa=http://homido.vn/v2/img/flags/picto-flag-za.png*/;
    background-repeat: no-repeat;
    background-position: 6px center;
    background-size: 16px 16px;
    padding-left: 28px
}

.dark-bg {
    background-color: rgba(0, 0, 0, .4);
    color: #fff
}

.light-overlay {
    background-color: rgba(255, 255, 255, .1)
}

.txt-lg {
    font-size: 120%
}

.txt-lg span {
    font-size: 90%
}

.modal {
    top: 50px
}

@media(min-width:768px) {
    .modal {
        top: 120px
    }
}

.pg-section-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.full-width {
    width: 100%
}

.nav-tabs li.active a {
    background-color: #fff;
    color: #e30613
}

.nav-tabs li.active a:hover,
.nav-tabs li.active a:active,
.nav-tabs li.active a:focus {
    background-color: #fff;
    color: #ca0511
}

.nav-tabs li .glyphicon {
    font-size: 14px;
    padding-right: 6px;
    top: 0
}

.txt-upper {
    text-transform: uppercase
}

h2.title-lg {
    font-size: 46px;
    line-height: 42px;
    text-shadow: rgba(11, 11, 12, .5) 0 2px 0
}

h2.title-lg span {
    font-size: 30px
}

h2.title-lg span.lg {
    font-size: 42px
}

.skew-bg {
    position: relative;
    margin-top: -3%
}

.skew-bg:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -25%;
    right: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: skew(0, -6deg);
    -moz-transform: skew(0, -6deg);
    -ms-transform: skew(0, -6deg);
    -o-transform: skew(0, -6deg);
    transform: skew(0, -6deg)
}

.skew-bg.pg-section,
.skew-bg.article-detail {
    padding-top: 0
}

@media(min-width:768px) {
    .skew-bg.pg-section,
    .skew-bg.article-detail {
        padding-top: 20px
    }
}

@media(min-width:992px) {
    .skew-bg.pg-section,
    .skew-bg.article-detail {
        padding-top: 40px
    }
}

@media(min-width:1200px) {
    .skew-bg.pg-section,
    .skew-bg.article-detail {
        padding-top: 60px
    }
}

.section-article-list.pg-section>.bloc-header,
.section-article-list.article-detail>.bloc-header {
    margin-top: 1em;
    margin-bottom: 1em
}

.section-snow {
    background-image: url("bg-snow.png")/*tpa=http://homido.vn/v2/img/bg-snow.png*/;
    background-repeat: repeat;
    background-size: contain
}

.pg-section.section-pres,
.section-pres.article-detail {
    padding: 0;
    position: relative
}

.pg-section.section-pres .box-pres-mask,
.section-pres.article-detail .box-pres-mask {
    padding-top: 7%
}

.pg-section.section-pres .box-pres-mask img,
.section-pres.article-detail .box-pres-mask img {
    max-width: 450px
}

.pg-section.section-pres .box-pres,
.section-pres.article-detail .box-pres {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 280px;
    height: 250px;
    margin-top: -125px;
    margin-left: -140px
}

@media(min-width:768px) {
    .pg-section.section-pres .box-pres,
    .section-pres.article-detail .box-pres {
        width: 400px;
        height: 300px;
        margin-top: -150px;
        margin-left: -200px
    }
}

@media(min-width:992px) {
    .pg-section.section-pres .box-pres,
    .section-pres.article-detail .box-pres {
        width: 600px;
        height: 430px;
        margin-top: -215px;
        margin-left: -300px
    }
}

.section-img-bottom-anim .container {
    position: relative
}

.section-img-bottom-anim .container img.animated {
    position: absolute;
    bottom: 0;
    width: 50%;
    height: auto
}

.article {
    margin-bottom: 1em
}

@media(min-width:768px) {
    .article .article-content h1.article-title,
    .article .article-content h2.article-title,
    .article .article-content h3.article-title,
    .article .article-content h4.article-title,
    .article .article-content h5.article-title,
    .article .article-content h6.article-title {
        margin-top: 0
    }
    .article .article-content .article-title h1,
    .article .article-content .article-title h2,
    .article .article-content .article-title h3,
    .article .article-content .article-title h4,
    .article .article-content .article-title h5,
    .article .article-content .article-title h6 {
        margin-top: 0
    }
}

.article-list .article {
    margin-bottom: 3em
}

.article-list .article .article-header h2 {
    font-size: 24px
}

.section-article-list {
    padding-bottom: 20px
}

.article-detail {
    padding-top: 20px
}

.article-detail .article .article-header {
    margin-bottom: 1em
}

@media(max-width:480px) {
    .hidden-xxs {
        display: none!important
    }
}

.red-pattern {
    background-color: #c90610;
    background-image: url("pattern-red.png")/*tpa=http://homido.vn/v2/img/pattern-red.png*/;
    background-repeat: repeat;
    background-size: 48px 49px
}

.grey-pattern {
    background-color: #303030;
    background-image: url("pattern-grey.png")/*tpa=http://homido.vn/v2/img/pattern-grey.png*/;
    background-repeat: repeat;
    background-size: 48px 49px
}

.grey-alpha-pattern {
    background-image: url("pattern-alpha-grey.png")/*tpa=http://homido.vn/v2/img/pattern-alpha-grey.png*/;
    background-repeat: repeat;
    background-size: 48px 49px
}

.white-pattern {
    background-color: #fff;
    background-image: url("pattern-white.png")/*tpa=http://homido.vn/v2/img/pattern-white.png*/;
    background-repeat: repeat;
    background-size: 48px 49px
}

.press-list li {
    min-width: 70px;
    height: 60px;
    margin-bottom: 5px
}

.press-list img {
    text-shadow: rgba(11, 11, 12, .5) 0 2px 0;
    width: auto;
    height: 100%
}

.dark-box,
.contact-form,
.comment-form,
.dark-box-sm {
    padding: 20px;
    background-color: rgba(0, 0, 0, .4);
    color: #fff
}

.dark-box h1,
.contact-form h1,
.comment-form h1,
.dark-box-sm h1,
.dark-box h2,
.contact-form h2,
.comment-form h2,
.dark-box-sm h2,
.dark-box h3,
.contact-form h3,
.comment-form h3,
.dark-box-sm h3 {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center
}

.dark-box-sm {
    padding: 5px
}

.dark-box-sm h1,
.dark-box-sm h2,
.dark-box-sm h3 {
    margin: 0
}

.title-pic-left,
.title-pic-both {
    height: 30px;
    background-repeat: no-repeat;
    background-size: 33px 30px;
    background-position: left top
}

.title-pic-left h2,
.title-pic-both h2,
.title-pic-left a,
.title-pic-both a {
    height: 30px;
    background-repeat: repeat-x;
    background-image: url("images/title-bg-main-1.png");
    background-size: auto 100%;
    background-position: left top;
    margin: 0;
    padding: 5px 10px;
    margin-left: 33px;
    text-shadow: rgba(11, 11, 12, .5) 0 2px 0;
    line-height: 20px;
    font-size: 20px;
    position: relative;
    display: inline-block;
	color: #fff;
}

.title-pic-left h2:after,
.title-pic-both h2:after,
.title-pic-left a:after,
.title-pic-both a:after {
    content: ' ';
    background-repeat: no-repeat;
    background-image: url("title-arrow-right-lg.png")/*tpa=http://homido.vn/v2/img/title-arrow-right-lg.png*/;
    background-size: auto 100%;
    background-position: left top;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    margin-right: -30px
}

.title-pic-left.title-pic-left-lg,
.title-pic-left-lg.title-pic-both {
    height: 60px;
    background-size: 66px 60px
}

.title-pic-left.title-pic-left-lg h2,
.title-pic-left-lg.title-pic-both h2,
.title-pic-left.title-pic-left-lg a,
.title-pic-left-lg.title-pic-both a {
    height: 60px;
    padding-top: 10px;
    font-size: 25px;
    margin-left: 66px
}

.title-pic-left.title-pic-left-lg h2:after,
.title-pic-left-lg.title-pic-both h2:after,
.title-pic-left.title-pic-left-lg a:after,
.title-pic-left-lg.title-pic-both a:after {
    width: 60px;
    height: 60px;
    margin-right: -60px
}

.title-pic-left.title-pic-left-lg.l1 h2,
.title-pic-left-lg.l1.title-pic-both h2,
.title-pic-left.title-pic-left-lg.l1 a,
.title-pic-left-lg.l1.title-pic-both a {
    padding-top: 20px
}

@media(min-width:992px) {
    .title-pic-left,
    .title-pic-both {
        height: 50px;
        background-size: 55px 50px
    }
    .title-pic-left h2,
    .title-pic-both h2,
    .title-pic-left a,
    .title-pic-both a {
        height: 50px;
        padding: 5px 10px;
        line-height: 40px;
        margin-left: 55px;
        font-size: 30px
    }
    .title-pic-left h2:after,
    .title-pic-both h2:after,
    .title-pic-left a:after,
    .title-pic-both a:after {
        width: 50px;
        margin-right: -50px
    }
    .title-pic-left.title-pic-left-lg,
    .title-pic-left-lg.title-pic-both {
        height: 60px;
        background-size: 66px 60px
    }
    .title-pic-left.title-pic-left-lg h2,
    .title-pic-left-lg.title-pic-both h2,
    .title-pic-left.title-pic-left-lg a,
    .title-pic-left-lg.title-pic-both a {
        height: 60px;
        padding-top: 10px;
        font-size: 25px;
        margin-left: 66px;
        line-height: 20px
    }
    .title-pic-left.title-pic-left-lg h2:after,
    .title-pic-left-lg.title-pic-both h2:after,
    .title-pic-left.title-pic-left-lg a:after,
    .title-pic-left-lg.title-pic-both a:after {
        width: 60px;
        margin-right: -60px
    }
    .title-pic-left.title-pic-left-lg.l1 h2,
    .title-pic-left-lg.l1.title-pic-both h2,
    .title-pic-left.title-pic-left-lg.l1 a,
    .title-pic-left-lg.l1.title-pic-both a {
        padding-top: 20px
    }
}

.title-pic-right {
    height: 30px;
    background-repeat: no-repeat;
    background-size: 33px 30px;
    background-position: right top;
    text-align: right
}

.title-pic-right h2 {
    height: 30px;
    background-repeat: repeat-x;
    background-image: url("title-bg-main.png")/*tpa=http://homido.vn/v2/img/title-bg-main.png*/;
    background-size: auto 100%;
    background-position: right top;
    margin: 0;
    padding: 5px 10px;
    margin-right: 33px;
    text-shadow: rgba(11, 11, 12, .5) 0 2px 0;
    line-height: 20px;
    font-size: 20px;
    position: relative;
    display: inline-block
}

.title-pic-right h2:before {
    content: ' ';
    background-repeat: no-repeat;
    background-image: url("title-arrow-left-lg.png")/*tpa=http://homido.vn/v2/img/title-arrow-left-lg.png*/;
    background-size: auto 100%;
    background-position: right top;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    margin-left: -30px
}

.title-pic-right.title-pic-right-lg {
    height: 60px;
    background-size: 66px 60px
}

.title-pic-right.title-pic-right-lg h2 {
    height: 60px;
    padding-top: 10px;
    font-size: 25px;
    margin-right: 66px
}

.title-pic-right.title-pic-right-lg h2:before {
    width: 60px;
    height: 60px;
    margin-left: -60px
}

@media(min-width:992px) {
    .title-pic-right {
        height: 50px;
        background-size: 55px 50px
    }
    .title-pic-right h2 {
        height: 50px;
        padding: 5px 10px;
        line-height: 40px;
        margin-right: 55px;
        font-size: 30px
    }
    .title-pic-right h2:before {
        width: 50px;
        margin-left: -50px
    }
    .title-pic-right.title-pic-right-lg {
        height: 60px;
        background-size: 66px 60px
    }
    .title-pic-right.title-pic-right-lg h2 {
        height: 60px;
        padding-top: 10px;
        font-size: 25px;
        margin-right: 66px;
        line-height: 20px
    }
    .title-pic-right.title-pic-right-lg h2:before {
        width: 60px;
        margin-left: -60px
    }
}

.title-pic-both h2:before,
.title-pic-both a:before {
    content: ' ';
    background-repeat: no-repeat;
    background-image: url("title-arrow-top-right-lg.png")/*tpa=http://homido.vn/v2/img/title-arrow-top-right-lg.png*/;
    background-size: auto 100%;
    background-position: right top;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    margin-left: -30px
}

.title-pic-both.title-pic-left-lg h2:before,
.title-pic-both.title-pic-left-lg a:before {
    width: 60px;
    height: 60px;
    margin-left: -60px
}

.title-pic-3d {
    background-image: url("picto-3d-left.png")/*tpa=http://homido.vn/v2/img/pictos/picto-3d-left.png*/
}

.title-pic-3d.title-pic-right {
    background-image: url("picto-3d-right.png")/*tpa=http://homido.vn/v2/img/pictos/picto-3d-right.png*/
}

.title-pic-360 {
    background-image: url("picto-360-left.png")/*tpa=http://homido.vn/v2/img/pictos/picto-360-left.png*/
}

.title-pic-360.title-pic-right {
    background-image: url("picto-360-right.png")/*tpa=http://homido.vn/v2/img/pictos/picto-360-right.png*/
}

.title-pic-apps {
    background-image: url("picto-apps-left.png")/*tpa=http://homido.vn/v2/img/pictos/picto-apps-left.png*/
}

.title-pic-apps.title-pic-right {
    background-image: url("picto-apps-right.png")/*tpa=http://homido.vn/v2/img/pictos/picto-apps-right.png*/
}

.title-pic-infos {
    background-image: url("picto-infos-left.png")/*tpa=http://homido.vn/v2/img/pictos/picto-infos-left.png*/
}

.title-pic-infos.title-pic-right {
    background-image: url("picto-infos-right.png")/*tpa=http://homido.vn/v2/img/pictos/picto-infos-right.png*/
}

.title-pic-compat {
    background-image: url("picto-compat-left.png")/*tpa=http://homido.vn/v2/img/pictos/picto-compat-left.png*/
}

.title-pic-compat.title-pic-right {
    background-image: url("picto-compat-right.png")/*tpa=http://homido.vn/v2/img/pictos/picto-compat-right.png*/
}

.title-pic-faq {
    background-image: url("picto-faq-left.png")/*tpa=http://homido.vn/v2/img/pictos/picto-faq-left.png*/
}

.title-pic-faq.title-pic-right {
    background-image: url("picto-faq-right.png")/*tpa=http://homido.vn/v2/img/pictos/picto-faq-right.png*/
}

.title-pic-chanel {
    background-image: url("images/picto-chanel-left-1.png")/*tpa=http://homido.vn/v2/img/pictos/picto-chanel-left.png*/
}

.title-pic-chanel.title-pic-right {
    background-image: url("picto-chanel-right.png")/*tpa=http://homido.vn/v2/img/pictos/picto-chanel-right.png*/
}

.title-pic-contact {
    background-image: url("picto-contact-left.png")/*tpa=http://homido.vn/v2/img/pictos/picto-contact-left.png*/
}

.title-pic-contact.title-pic-right {
    background-image: url("picto-contact-right.png")/*tpa=http://homido.vn/v2/img/pictos/picto-contact-right.png*/
}

.title-pic-gaming {
    background-image: url("picto-gaming-left.png")/*tpa=http://homido.vn/v2/img/pictos/picto-gaming-left.png*/
}

.title-pic-gaming.title-pic-right {
    background-image: url("picto-gaming-right.png")/*tpa=http://homido.vn/v2/img/pictos/picto-gaming-right.png*/
}

.title-pic-store {
    background-image: url("picto-store-left.png")/*tpa=http://homido.vn/v2/img/pictos/picto-store-left.png*/
}

.title-pic-store.title-pic-right {
    background-image: url("picto-store-right.png")/*tpa=http://homido.vn/v2/img/pictos/picto-store-right.png*/
}

.title-pic-member {
    background-image: url("picto-member-left.png")/*tpa=http://homido.vn/v2/img/pictos/picto-member-left.png*/
}

.title-pic-member.title-pic-right {
    background-image: url("picto-member-right.png")/*tpa=http://homido.vn/v2/img/pictos/picto-member-right.png*/
}

.tut-block {
    text-align: center;
    margin-top: 50px;
    font-size: 110%
}

.tut-block:first-child {
    margin-top: 0
}

.tut-block h1,
.tut-block h2,
.tut-block h3 {
    margin-bottom: 20px
}

.tut-block img {
    margin-bottom: 20px
}

.xs-align-right {
    text-align: left
}

@media(max-width:767px) {
    .xs-align-right {
        text-align: right
    }
}

.xs-align-left {
    text-align: right
}

@media(max-width:767px) {
    .xs-align-left {
        text-align: left
    }
}

.nopad-section {
    padding-top: 0
}

.register-container {
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    padding: 15px;
    position: relative;
    max-width: 650px;
    margin: 0 auto
}

.register-container .row-line-btns {
    margin-top: 50px
}

.register-container .form-step {
    display: none
}

.centered-form {
    padding: 30px;
    border: 1px solid #fff
}

@media(min-width:768px) {
    .centered-form {
        max-width: 768px;
        margin: 0 auto
    }
}

.centered-form .form-header h1,
.centered-form .form-header h2,
.centered-form .form-header h3 {
    margin: 0
}

.centered-form .form-header h1:last-child,
.centered-form .form-header h2:last-child,
.centered-form .form-header h3:last-child {
    margin-bottom: 10px
}

.centered-form .form-step {
    margin-top: 2em
}

.centered-form .btn-submit,
.centered-form .form-submit {
    float: right
}

.centered-form .row-line-btns:before,
.centered-form .row-line-btns:after {
    content: " ";
    display: table
}

.centered-form .row-line-btns:after {
    clear: both
}

.centered-form .success-line {
    color: #5cb85c
}

.dark-box .row-intro,
.contact-form .row-intro,
.comment-form .row-intro,
.dark-box-sm .row-intro {
    margin-bottom: 20px
}

.linked-logins-list li {
    margin-top: 5px
}

.linked-logins-list li>span {
    padding-top: 5px
}

.media-pop {
    cursor: pointer
}

.pop-pnl {
    background-color: #303030;
    border: 1px solid #fff
}

.center-app-list .pnl-header:before,
.center-app-list .pnl-header:after,
.center-app-list .pnl-content:before,
.center-app-list .pnl-content:after,
.center-app-list .pnl-footer:before,
.center-app-list .pnl-footer:after {
    content: " ";
    display: table
}

.center-app-list .pnl-header:after,
.center-app-list .pnl-content:after,
.center-app-list .pnl-footer:after {
    clear: both
}

.center-app-list .app-item {
    float: left;
    width: 100%;
    padding: 5px
}

@media(min-width:480px) {
    .center-app-list .app-item {
        width: 50%
    }
}

@media(min-width:768px) {
    .center-app-list .app-item {
        width: 25%
    }
}

.center-app-list .app-item h2 {
    font-size: 100%;
    font-weight: bold;
    margin: 0;
    padding: 0;
    max-height: 2.1em;
    overflow: hidden;
    text-overflow: ellipsis
}

.center-app-list .app-item h3 {
    font-size: 90%;
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    max-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis
}

.center-app-list .app-item .app-item-inner {
    background-color: rgba(0, 0, 0, .4);
    position: relative;
    overflow: hidden;
    padding: 5px;
    min-height: 120px
}

.center-app-list .app-item a {
    color: #fff
}

.center-app-list .app-item .item-img {
    float: left;
    margin-right: 10px
}

.center-app-list .app-item .item-img img {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.center-app-list .app-item .price {
    position: absolute;
    bottom: 5px;
    left: 5px;
    display: inline-block;
    padding: 5px 10px;
    background-color: #000;
    font-size: 90%
}

.center-app-list .app-item .store-type {
    position: absolute;
    bottom: 0;
    right: 5px;
    width: 50%;
    text-align: right;
    max-width: 100px
}

.center-app-list .app-item .store-type a {
    text-indent: -9999px;
    display: inline-block
}

.center-app-list .app-item .store-type img {
    width: 100%
}

.center-app-list .pnl-content-container {
    position: relative
}

.center-app-list .rating {
    margin-top: 5px
}

@media(min-width:480px) {
    .center-app-list .title-pic-apps {
        float: left
    }
}

@media(min-width:480px) {
    .center-app-list .form-header {
        float: right
    }
}

.center-app-list .box-form {
    margin: 10px 5px 5px 5px;
    padding: 5px 10px
}

.center-app-list .box-form .form-group,
.center-app-list .box-form .form-line {
    margin: 0
}

.center-app-list .box-form .selectpicker .filter-option {
    white-space: nowrap;
    font-size: 80%
}

.center-app-list .box-form .selectpicker .caret {
    margin-top: -5px
}

.center-app-list .box-form .rd-toggle .btn,
.center-app-list .box-form .rd-toggle .btn-submit,
.center-app-list .box-form .rd-toggle .form-submit {
    color: rgba(255, 255, 255, .6)
}

.center-app-list .box-form .rd-toggle .btn:active,
.center-app-list .box-form .rd-toggle .btn-submit:active,
.center-app-list .box-form .rd-toggle .form-submit:active,
.center-app-list .box-form .rd-toggle .btn:hover,
.center-app-list .box-form .rd-toggle .btn-submit:hover,
.center-app-list .box-form .rd-toggle .form-submit:hover,
.center-app-list .box-form .rd-toggle .btn.active,
.center-app-list .box-form .rd-toggle .active.btn-submit,
.center-app-list .box-form .rd-toggle .active.form-submit {
    color: #fff;
    border-color: #fff
}

.rating>span {
    display: inline-block
}

.rating .rating-empty {
    background-image: url("picto-star-empty.png")/*tpa=http://homido.vn/v2/img/rating/picto-star-empty.png*/;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px 16px
}

.rating .rating-half {
    background-image: url("picto-star-half.png")/*tpa=http://homido.vn/v2/img/rating/picto-star-half.png*/;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px 16px
}

.rating .rating-filled {
    background-image: url("picto-star-filled.png")/*tpa=http://homido.vn/v2/img/rating/picto-star-filled.png*/;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px 16px
}

.center-app-list-small {
    margin-top: 20px
}

@media(min-width:992px) {
    .center-app-list-small {
        margin-top: 110px
    }
}

.center-app-list-small .pnl-header:before,
.center-app-list-small .pnl-header:after {
    content: " ";
    display: table
}

.center-app-list-small .pnl-header:after {
    clear: both
}

.center-app-list-small .pnl-header h3 {
    font-size: 16px;
    text-align: left;
    padding-top: 5px
}

.center-app-list-small .pnl-header .btn,
.center-app-list-small .pnl-header .btn-submit,
.center-app-list-small .pnl-header .form-submit {
    float: right;
    font-size: 80%
}

.center-app-list-small .pnl-content:before,
.center-app-list-small .pnl-content:after {
    content: " ";
    display: table
}

.center-app-list-small .pnl-content:after {
    clear: both
}

.center-app-list-small .app-item {
    float: left;
    width: 25%;
    padding: 5px
}

.center-app-list-small .app-item h2 {
    font-size: 100%;
    margin: 5px 0 0 0;
    padding: 0;
    max-height: 2.1em;
    overflow: hidden;
    text-overflow: ellipsis
}

.center-app-list-small .app-item .app-item-inner {
    position: relative;
    padding: 5px;
    min-height: 64px
}

.center-app-list-small .app-item a {
    color: #fff
}

.center-app-list-small .app-item .item-img img {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.full-height-container {
    height: 100vh
}

.fit-page-top {
    margin-top: -65px!important
}

@media(min-width:768px) {
    .fit-page-top {
        margin-top: -70px!important
    }
}

.vertical-centered {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.full-section-page {
    min-height: 100%
}

.full-section-page #pg-outer-container,
.full-section-page #pg-inner-container,
.full-section-page #pg-content {
    height: 100%
}

.full-section-page #pg-content {
    padding: 0
}

.full-section-page #pg-content>div:nth-child(2) {
    height: 100%
}

.background-video-container {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0
}

.background-video-container .video-host {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 0
}

.background-video-container .video-host video,
.background-video-container .video-host source {
    bottom: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute
}

.background-video-container .video-host .ytplayer-container {
    bottom: 0;
    height: 100%;
    left: 0;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.background-video-container .video-host .placeholder-image,
.background-video-container .video-host .video-poster {
    height: 100%;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    top: 0;
    z-index: 1;
    background-position: center;
    background-size: cover;
    -webkit-transition: .3s opacity ease-out;
    -moz-transition: .3s opacity ease-out;
    -o-transition: .3s opacity ease-out;
    transition: .3s opacity ease-out
}

.background-video-container .video-host .ytplayer-shield {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.background-video-container .video-host .ytplayer-player {
    position: absolute
}

.background-video-container .video-host.loaded .ytplayer-container {
    display: block
}

.background-video-container .video-host.loaded .placeholder-image,
.background-video-container .video-host.loaded .video-poster {
    opacity: 0
}

.background-video-container .video-blocker {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1
}

.background-video-container .overlay-content {
    position: relative;
    min-height: 100%;
    z-index: 10
}

.fovl-grid:before,
.fovl-grid:after {
    content: " ";
    display: table
}

.fovl-grid:after {
    clear: both
}

.fovl-grid .fovl-grid-item {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    text-align: center
}

@media(min-width:992px) {
    .fovl-grid .fovl-grid-item {
        float: left;
        width: 50%
    }
}

.fovl-grid .fovl-grid-item .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s transform ease-out;
    -moz-transition: .5s transform ease-out;
    -o-transition: .5s transform ease-out;
    transition: .5s transform ease-out;
    z-index: 1
}

.fovl-grid .fovl-grid-item .fo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: .3s transform ease-in;
    -moz-transition: .3s transform ease-in;
    -o-transition: .3s transform ease-in;
    transition: .3s transform ease-in;
    z-index: 2
}

.fovl-grid .fovl-grid-item .ovl {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background-color: rgba(0, 0, 0, .65);
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: .3s transform ease-in;
    -moz-transition: .3s transform ease-in;
    -o-transition: .3s transform ease-in;
    transition: .3s transform ease-in
}

.fovl-grid .fovl-grid-item .ovl h2 {
    padding: 15px 15px;
    text-align: center;
    margin: 0;
    transform: translate(0, -100%);
    -webkit-transition: .3s all ease-in;
    -moz-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in;
    margin-top: 0;
    background-color: rgba(0, 0, 0, .65);
    position: relative;
    font-family: "Lato", sans-serif;
    font-size: 16px
}

@media(min-width:768px) {
    .fovl-grid .fovl-grid-item .ovl h2 {
        font-size: 18px
    }
}

@media(min-width:992px) {
    .fovl-grid .fovl-grid-item .ovl h2 {
        font-size: 20px;
        margin-top: 2px
    }
}

@media(min-width:1200px) {
    .fovl-grid .fovl-grid-item .ovl h2 {
        font-size: 26px
    }
}

.fovl-grid .fovl-grid-item .ovl h2:before {
    content: ' ';
    height: 2px;
    top: 0;
    left: 10%;
    right: 10%;
    position: absolute;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFE20613', endColorstr='#FFE20613');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNlMjA2MTMiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNlMjA2MTMiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2UyMDYxMyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZTIwNjEzIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(10%, rgba(226, 6, 19, 0)), color-stop(25%, #e20613), color-stop(75%, #e20613), color-stop(90%, rgba(226, 6, 19, 0)));
    background-image: -moz-linear-gradient(left, rgba(226, 6, 19, 0) 10%, #e20613 25%, #e20613 75%, rgba(226, 6, 19, 0) 90%);
    background-image: -webkit-linear-gradient(left, rgba(226, 6, 19, 0) 10%, #e20613 25%, #e20613 75%, rgba(226, 6, 19, 0) 90%);
    background-image: linear-gradient(to right, rgba(226, 6, 19, 0) 10%, #e20613 25%, #e20613 75%, rgba(226, 6, 19, 0) 90%)
}

.fovl-grid .fovl-grid-item .ovl h2:after {
    content: ' ';
    height: 2px;
    bottom: 0;
    left: 10%;
    right: 10%;
    position: absolute;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFE20613', endColorstr='#FFE20613');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNlMjA2MTMiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNlMjA2MTMiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2UyMDYxMyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZTIwNjEzIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(10%, rgba(226, 6, 19, 0)), color-stop(25%, #e20613), color-stop(75%, #e20613), color-stop(90%, rgba(226, 6, 19, 0)));
    background-image: -moz-linear-gradient(left, rgba(226, 6, 19, 0) 10%, #e20613 25%, #e20613 75%, rgba(226, 6, 19, 0) 90%);
    background-image: -webkit-linear-gradient(left, rgba(226, 6, 19, 0) 10%, #e20613 25%, #e20613 75%, rgba(226, 6, 19, 0) 90%);
    background-image: linear-gradient(to right, rgba(226, 6, 19, 0) 10%, #e20613 25%, #e20613 75%, rgba(226, 6, 19, 0) 90%)
}

.fovl-grid .fovl-grid-item .fovl-content {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: left;
    font-size: 13px;
    top: 60%
}

@media(min-width:768px) {
    .fovl-grid .fovl-grid-item .fovl-content {
        font-size: 15px;
        top: 50%
    }
}

@media(min-width:992px) {
    .fovl-grid .fovl-grid-item .fovl-content {
        font-size: 18px
    }
}

.fovl-grid .fovl-grid-item .fovl-content.centered-txt {
    text-align: center
}

.fovl-grid .fovl-grid-item .fovl-content.centered-txt .txt-content {
    display: inline-block;
    text-align: left
}

.fovl-grid .fovl-grid-item:hover .bg {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.fovl-grid .fovl-grid-item:hover .fo {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%)
}

.fovl-grid .fovl-grid-item:hover .ovl {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.fovl-grid .fovl-grid-item:hover .ovl h2 {
    transform: translate(0, 0);
    background-color: transparent
}

@media(min-width:992px) {
    .fovl-grid .fovl-grid-item:hover .ovl h2 {
        margin-top: -2px
    }
}

@media(min-width:768px) {
    .absolute-sm {
        position: absolute
    }
}

@media(min-width:768px) {
    .pull-right-sm {
        float: right!important
    }
}

@media(min-width:768px) {
    .pull-none-sm {
        float: none!important
    }
}

@media(min-width:768px) {
    .pull-right-sm {
        float: left!important
    }
}

.popup-section-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0
}

.popup-section-container .popup-content {
    background-color: rgba(54, 58, 60, .32);
    background-image: url("pattern-alpha-grey.png")/*tpa=http://homido.vn/v2/img/pattern-alpha-grey.png*/;
    background-repeat: repeat;
    background-size: 48px 49px
}

.modal-content.alert-light-grid {
    background-image: url("pattern-grey.png")/*tpa=http://homido.vn/v2/img/pattern-grey.png*/;
    background-color: #303030;
    background-repeat: repeat;
    border: 2px solid #444;
    -webkit-box-shadow: 5px 0 0 rgba(0, 0, 0, .3);
    box-shadow: 5px 0 0 rgba(0, 0, 0, .3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.grid-modal button.close {
    font-size: 50px;
    color: #e20613;
    opacity: 1;
    text-shadow: initial;
    margin-top: -30px;
    outline: 0
}

@media(min-width:768px) {
    .grid-modal .modal-dialog {
        width: 660px
    }
}

.lk-nocolor {
    color: inherit
}

.lk-nocolor:hover,
.lk-nocolor:active,
.lk-nocolor:focus {
    color: inherit
}

.lk-nounderline {
    text-decoration: none
}

.lk-nounderline:hover,
.lk-nounderline:active,
.lk-nounderline:focus {
    text-decoration: none
}

.inline-block {
    display: inline-block
}

.dark-text {
    color: #000
}

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

.slick-container:after {
    clear: both
}

.slick-container .carousel-item {
    padding: 3px
}

.slick-container.c3 .carousel-item {
    float: left;
    width: 33%
}

.slick-container.featured-list .carousel-item-inner {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 160px
}

.slick-container.featured-list .carousel-item-inner>a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.slick-container.featured-list .carousel-item-inner h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, .4);
    font-size: 120%;
    text-align: left;
    margin: 0
}

.slick-container.featured-list .carousel-item-inner h2 a {
    color: inherit
}

.slick-container.featured-list .carousel-item-inner h2 a:hover,
.slick-container.featured-list .carousel-item-inner h2 a:active {
    color: inherit
}

.slick-container.featured-list.slick-slider {
    margin-bottom: 0
}

.slick-container .slick-slide:focus {
    outline: 0
}

.app-block {
    margin: 30px 0
}

.app-block .pnl-header h3 {
    text-align: left
}

.app-block .pnl-header h3:before,
.app-block .pnl-header h3:after {
    content: " ";
    display: table
}

.app-block .pnl-header h3:after {
    clear: both
}

.app-block .pnl-header h3 img {
    float: left;
    margin-right: 15px
}

.app-block .pnl-header h3 .glyphycon,
.app-block .pnl-header h3 .fa {
    color: #e20613
}

.app-list2 .pnl-header h2 {
    text-align: left;
    font-size: 26px;
    margin: 0
}

.app-list2 .pnl-header h2 .glyphycon,
.app-list2 .pnl-header h2 .fa {
    margin-right: 15px;
    color: #e20613
}

.app-list2 .pnl-footer {
    text-align: center
}

.app-list2 .pnl-footer .btn-load-more {
    float: initial!important;
    margin: 10px;
    position: relative;
    display: inline-block
}

.app-list2 .pnl-footer .btn-load-more:before,
.app-list2 .pnl-footer .btn-load-more:after {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #e20613;
    font-size: 12px
}

.app-list2 .pnl-footer .btn-load-more:before {
    margin-right: 10px
}

.app-list2 .pnl-footer .btn-load-more:after {
    margin-left: 10px
}

.dark-box-arrow-tr,
.dark-box-arrow-bl {
    height: 50px;
    line-height: 50px;
    position: relative;
    color: #fff;
    z-index: 2;
    padding: 0 5px
}

.dark-box-arrow-tr h2,
.dark-box-arrow-tr h3,
.dark-box-arrow-bl h2,
.dark-box-arrow-bl h3 {
    margin: 0;
    line-height: 50px;
    z-index: 2
}

.dark-box-arrow-tr:before,
.dark-box-arrow-bl:before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: -1
}

.dark-box-arrow-tr:after,
.dark-box-arrow-bl:after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: rotate(360deg);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1
}

.dark-box-arrow-tr:before {
    left: 0;
    right: 70px
}

.dark-box-arrow-tr:after {
    right: 0;
    border-width: 50px 0 0 70px;
    border-color: transparent transparent transparent rgba(0, 0, 0, .4)
}

.dark-box-arrow-bl {
    padding-left: 70px
}

.dark-box-arrow-bl:before {
    left: 70px;
    right: 0
}

.dark-box-arrow-bl:after {
    left: 0;
    border-width: 0 70px 50px 0;
    border-color: transparent rgba(0, 0, 0, .4) transparent transparent
}

.bg-image {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.bg-contain {
    background-size: contain
}

.login-section {
    padding-top: 0
}

.login-container {
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    padding: 15px;
    position: relative;
    max-width: 650px;
    margin: 0 auto
}

.login-form {
    padding: 30px;
    border: 1px solid #fff
}

@media(min-width:768px) {
    .login-form {
        max-width: 768px;
        margin: 0 auto
    }
}

.login-form .login-form-header h1,
.login-form .login-form-header h2,
.login-form .login-form-header h3 {
    margin: 0
}

.login-form .login-form-header h1:last-child,
.login-form .login-form-header h2:last-child,
.login-form .login-form-header h3:last-child {
    margin-bottom: 10px
}

.login-form .login-form-container,
.login-form .lost-form-container {
    margin-top: 2em
}

.login-form .login-form-container .lost,
.login-form .lost-form-container .lost {
    float: left
}

.login-form .btn-show-lost {
    padding-left: 0
}

.login-form .btn-submit,
.login-form .form-submit {
    float: right
}

.login-form .lost-form-container {
    display: none
}

.login-form .success-line {
    color: #5cb85c
}

.login-external-providers {
    margin: 20px auto 0 auto;
    text-align: right;
    max-width: 650px
}

.login-external-providers .btn-auth {
    margin: 0 5px
}

.login-external-providers .btn-link.pull-left,
.login-external-providers .comment-thread-container .comment-metas .comment-buttons a.pull-left,
.comment-thread-container .comment-metas .comment-buttons .login-external-providers a.pull-left {
    padding-left: 0
}

.btn-auth {
    background-color: #525252;
    border-width: 1px;
    border-color: #fff;
    color: #fff
}

.btn-auth:hover,
.btn-auth:active {
    color: #fff;
    background-color: #393939
}

.btn-auth:hover .glyphicon,
.btn-auth:active .glyphicon {
    color: #fff
}

.btn-auth:active {
    color: #fff;
    background-color: #393939
}

.btn-auth:active .glyphicon {
    color: #fff
}

.btn-auth .glyphicon {
    color: #fff
}

.login-menu.nav>li>a:hover,
.login-menu.nav>li>a:focus {
    background-color: rgba(0, 0, 0, .4)
}

.login-menu.nav .btn,
.login-menu.nav .btn-submit,
.login-menu.nav .form-submit {
    text-align: left;
    color: #fff
}

.login-menu.nav .btn:hover,
.login-menu.nav .btn-submit:hover,
.login-menu.nav .form-submit:hover,
.login-menu.nav .btn:active,
.login-menu.nav .btn-submit:active,
.login-menu.nav .form-submit:active {
    color: #fff;
    background-color: rgba(255, 255, 255, .2)
}

.login-menu.nav .dark-box,
.login-menu.nav .contact-form,
.login-menu.nav .comment-form,
.login-menu.nav .dark-box-sm {
    background-color: rgba(0, 0, 0, .8)
}
