@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#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
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

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 {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    :after,
    :before {
        color: #000!important;
        text-shadow: none!important;
        background: 0 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media(min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media(min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media(min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media(min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media(min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 34px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 30px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media(min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media(min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media(min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -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-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.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 {
        right: auto;
        left: 0
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 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 {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media(min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media(min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media(max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media(min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media(min-width:768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media(min-width:768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media(min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media(min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -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)
}

@media(min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media(max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media(min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media(min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 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:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}

@media(max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.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
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -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-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.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-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 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: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.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;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px;
    color: #FFFFFF
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:768px) {
    .modal-dialog {
        width: 50%;
        margin: 32vh 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: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    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: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    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 {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 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;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5
}

.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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none!important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

@media(max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}

@media(max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media(max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media(max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}

@media(min-width:1200px) {
    .visible-lg-block {
        display: block!important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

.materialize-red {
    background-color: #e51c23!important
}

.materialize-red-text {
    color: #e51c23!important
}

.materialize-red.lighten-5 {
    background-color: #fdeaeb!important
}

.materialize-red-text.text-lighten-5 {
    color: #fdeaeb!important
}

.materialize-red.lighten-4 {
    background-color: #f8c1c3!important
}

.materialize-red-text.text-lighten-4 {
    color: #f8c1c3!important
}

.materialize-red.lighten-3 {
    background-color: #f3989b!important
}

.materialize-red-text.text-lighten-3 {
    color: #f3989b!important
}

.materialize-red.lighten-2 {
    background-color: #ee6e73!important
}

.materialize-red-text.text-lighten-2 {
    color: #ee6e73!important
}

.materialize-red.lighten-1 {
    background-color: #ea454b!important
}

.materialize-red-text.text-lighten-1 {
    color: #ea454b!important
}

.materialize-red.darken-1 {
    background-color: #d0181e!important
}

.materialize-red-text.text-darken-1 {
    color: #d0181e!important
}

.materialize-red.darken-2 {
    background-color: #b9151b!important
}

.materialize-red-text.text-darken-2 {
    color: #b9151b!important
}

.materialize-red.darken-3 {
    background-color: #a21318!important
}

.materialize-red-text.text-darken-3 {
    color: #a21318!important
}

.materialize-red.darken-4 {
    background-color: #8b1014!important
}

.materialize-red-text.text-darken-4 {
    color: #8b1014!important
}

.red {
    background-color: #f44336!important
}

.red-text {
    color: #f44336!important
}

.red.lighten-5 {
    background-color: #ffebee!important
}

.red-text.text-lighten-5 {
    color: #ffebee!important
}

.red.lighten-4 {
    background-color: #ffcdd2!important
}

.red-text.text-lighten-4 {
    color: #ffcdd2!important
}

.red.lighten-3 {
    background-color: #ef9a9a!important
}

.red-text.text-lighten-3 {
    color: #ef9a9a!important
}

.red.lighten-2 {
    background-color: #e57373!important
}

.red-text.text-lighten-2 {
    color: #e57373!important
}

.red.lighten-1 {
    background-color: #ef5350!important
}

.red-text.text-lighten-1 {
    color: #ef5350!important
}

.red.darken-1 {
    background-color: #e53935!important
}

.red-text.text-darken-1 {
    color: #e53935!important
}

.red.darken-2 {
    background-color: #d32f2f!important
}

.red-text.text-darken-2 {
    color: #d32f2f!important
}

.red.darken-3 {
    background-color: #c62828!important
}

.red-text.text-darken-3 {
    color: #c62828!important
}

.red.darken-4 {
    background-color: #b71c1c!important
}

.red-text.text-darken-4 {
    color: #b71c1c!important
}

.red.accent-1 {
    background-color: #ff8a80!important
}

.red-text.text-accent-1 {
    color: #ff8a80!important
}

.red.accent-2 {
    background-color: #ff5252!important
}

.red-text.text-accent-2 {
    color: #ff5252!important
}

.red.accent-3 {
    background-color: #ff1744!important
}

.red-text.text-accent-3 {
    color: #ff1744!important
}

.red.accent-4 {
    background-color: #d50000!important
}

.red-text.text-accent-4 {
    color: #d50000!important
}

.pink {
    background-color: #e91e63!important
}

.pink-text {
    color: #e91e63!important
}

.pink.lighten-5 {
    background-color: #fce4ec!important
}

.pink-text.text-lighten-5 {
    color: #fce4ec!important
}

.pink.lighten-4 {
    background-color: #f8bbd0!important
}

.pink-text.text-lighten-4 {
    color: #f8bbd0!important
}

.pink.lighten-3 {
    background-color: #f48fb1!important
}

.pink-text.text-lighten-3 {
    color: #f48fb1!important
}

.pink.lighten-2 {
    background-color: #f06292!important
}

.pink-text.text-lighten-2 {
    color: #f06292!important
}

.pink.lighten-1 {
    background-color: #ec407a!important
}

.pink-text.text-lighten-1 {
    color: #ec407a!important
}

.pink.darken-1 {
    background-color: #d81b60!important
}

.pink-text.text-darken-1 {
    color: #d81b60!important
}

.pink.darken-2 {
    background-color: #c2185b!important
}

.pink-text.text-darken-2 {
    color: #c2185b!important
}

.pink.darken-3 {
    background-color: #ad1457!important
}

.pink-text.text-darken-3 {
    color: #ad1457!important
}

.pink.darken-4 {
    background-color: #880e4f!important
}

.pink-text.text-darken-4 {
    color: #880e4f!important
}

.pink.accent-1 {
    background-color: #ff80ab!important
}

.pink-text.text-accent-1 {
    color: #ff80ab!important
}

.pink.accent-2 {
    background-color: #ff4081!important
}

.pink-text.text-accent-2 {
    color: #ff4081!important
}

.pink.accent-3 {
    background-color: #f50057!important
}

.pink-text.text-accent-3 {
    color: #f50057!important
}

.pink.accent-4 {
    background-color: #c51162!important
}

.pink-text.text-accent-4 {
    color: #c51162!important
}

.purple {
    background-color: #9c27b0!important
}

.purple-text {
    color: #9c27b0!important
}

.purple.lighten-5 {
    background-color: #f3e5f5!important
}

.purple-text.text-lighten-5 {
    color: #f3e5f5!important
}

.purple.lighten-4 {
    background-color: #e1bee7!important
}

.purple-text.text-lighten-4 {
    color: #e1bee7!important
}

.purple.lighten-3 {
    background-color: #ce93d8!important
}

.purple-text.text-lighten-3 {
    color: #ce93d8!important
}

.purple.lighten-2 {
    background-color: #ba68c8!important
}

.purple-text.text-lighten-2 {
    color: #ba68c8!important
}

.purple.lighten-1 {
    background-color: #ab47bc!important
}

.purple-text.text-lighten-1 {
    color: #ab47bc!important
}

.purple.darken-1 {
    background-color: #8e24aa!important
}

.purple-text.text-darken-1 {
    color: #8e24aa!important
}

.purple.darken-2 {
    background-color: #7b1fa2!important
}

.purple-text.text-darken-2 {
    color: #7b1fa2!important
}

.purple.darken-3 {
    background-color: #6a1b9a!important
}

.purple-text.text-darken-3 {
    color: #6a1b9a!important
}

.purple.darken-4 {
    background-color: #4a148c!important
}

.purple-text.text-darken-4 {
    color: #4a148c!important
}

.purple.accent-1 {
    background-color: #ea80fc!important
}

.purple-text.text-accent-1 {
    color: #ea80fc!important
}

.purple.accent-2 {
    background-color: #e040fb!important
}

.purple-text.text-accent-2 {
    color: #e040fb!important
}

.purple.accent-3 {
    background-color: #d500f9!important
}

.purple-text.text-accent-3 {
    color: #d500f9!important
}

.purple.accent-4 {
    background-color: #a0f!important
}

.purple-text.text-accent-4 {
    color: #a0f!important
}

.deep-purple {
    background-color: #673ab7!important
}

.deep-purple-text {
    color: #673ab7!important
}

.deep-purple.lighten-5 {
    background-color: #ede7f6!important
}

.deep-purple-text.text-lighten-5 {
    color: #ede7f6!important
}

.deep-purple.lighten-4 {
    background-color: #d1c4e9!important
}

.deep-purple-text.text-lighten-4 {
    color: #d1c4e9!important
}

.deep-purple.lighten-3 {
    background-color: #b39ddb!important
}

.deep-purple-text.text-lighten-3 {
    color: #b39ddb!important
}

.deep-purple.lighten-2 {
    background-color: #9575cd!important
}

.deep-purple-text.text-lighten-2 {
    color: #9575cd!important
}

.deep-purple.lighten-1 {
    background-color: #7e57c2!important
}

.deep-purple-text.text-lighten-1 {
    color: #7e57c2!important
}

.deep-purple.darken-1 {
    background-color: #5e35b1!important
}

.deep-purple-text.text-darken-1 {
    color: #5e35b1!important
}

.deep-purple.darken-2 {
    background-color: #512da8!important
}

.deep-purple-text.text-darken-2 {
    color: #512da8!important
}

.deep-purple.darken-3 {
    background-color: #4527a0!important
}

.deep-purple-text.text-darken-3 {
    color: #4527a0!important
}

.deep-purple.darken-4 {
    background-color: #311b92!important
}

.deep-purple-text.text-darken-4 {
    color: #311b92!important
}

.deep-purple.accent-1 {
    background-color: #b388ff!important
}

.deep-purple-text.text-accent-1 {
    color: #b388ff!important
}

.deep-purple.accent-2 {
    background-color: #7c4dff!important
}

.deep-purple-text.text-accent-2 {
    color: #7c4dff!important
}

.deep-purple.accent-3 {
    background-color: #651fff!important
}

.deep-purple-text.text-accent-3 {
    color: #651fff!important
}

.deep-purple.accent-4 {
    background-color: #6200ea!important
}

.deep-purple-text.text-accent-4 {
    color: #6200ea!important
}

.indigo {
    background-color: #3f51b5!important
}

.indigo-text {
    color: #3f51b5!important
}

.indigo.lighten-5 {
    background-color: #e8eaf6!important
}

.indigo-text.text-lighten-5 {
    color: #e8eaf6!important
}

.indigo.lighten-4 {
    background-color: #c5cae9!important
}

.indigo-text.text-lighten-4 {
    color: #c5cae9!important
}

.indigo.lighten-3 {
    background-color: #9fa8da!important
}

.indigo-text.text-lighten-3 {
    color: #9fa8da!important
}

.indigo.lighten-2 {
    background-color: #7986cb!important
}

.indigo-text.text-lighten-2 {
    color: #7986cb!important
}

.indigo.lighten-1 {
    background-color: #5c6bc0!important
}

.indigo-text.text-lighten-1 {
    color: #5c6bc0!important
}

.indigo.darken-1 {
    background-color: #3949ab!important
}

.indigo-text.text-darken-1 {
    color: #3949ab!important
}

.indigo.darken-2 {
    background-color: #303f9f!important
}

.indigo-text.text-darken-2 {
    color: #303f9f!important
}

.indigo.darken-3 {
    background-color: #283593!important
}

.indigo-text.text-darken-3 {
    color: #283593!important
}

.indigo.darken-4 {
    background-color: #1a237e!important
}

.indigo-text.text-darken-4 {
    color: #1a237e!important
}

.indigo.accent-1 {
    background-color: #8c9eff!important
}

.indigo-text.text-accent-1 {
    color: #8c9eff!important
}

.indigo.accent-2 {
    background-color: #536dfe!important
}

.indigo-text.text-accent-2 {
    color: #536dfe!important
}

.indigo.accent-3 {
    background-color: #3d5afe!important
}

.indigo-text.text-accent-3 {
    color: #3d5afe!important
}

.indigo.accent-4 {
    background-color: #304ffe!important
}

.indigo-text.text-accent-4 {
    color: #304ffe!important
}

.blue {
    background-color: #2196f3!important
}

.blue-text {
    color: #2196f3!important
}

.blue.lighten-5 {
    background-color: #e3f2fd!important
}

.blue-text.text-lighten-5 {
    color: #e3f2fd!important
}

.blue.lighten-4 {
    background-color: #bbdefb!important
}

.blue-text.text-lighten-4 {
    color: #bbdefb!important
}

.blue.lighten-3 {
    background-color: #90caf9!important
}

.blue-text.text-lighten-3 {
    color: #90caf9!important
}

.blue.lighten-2 {
    background-color: #64b5f6!important
}

.blue-text.text-lighten-2 {
    color: #64b5f6!important
}

.blue.lighten-1 {
    background-color: #42a5f5!important
}

.blue-text.text-lighten-1 {
    color: #42a5f5!important
}

.blue.darken-1 {
    background-color: #1e88e5!important
}

.blue-text.text-darken-1 {
    color: #1e88e5!important
}

.blue.darken-2 {
    background-color: #1976d2!important
}

.blue-text.text-darken-2 {
    color: #1976d2!important
}

.blue.darken-3 {
    background-color: #1565c0!important
}

.blue-text.text-darken-3 {
    color: #1565c0!important
}

.blue.darken-4 {
    background-color: #0d47a1!important
}

.blue-text.text-darken-4 {
    color: #0d47a1!important
}

.blue.accent-1 {
    background-color: #82b1ff!important
}

.blue-text.text-accent-1 {
    color: #82b1ff!important
}

.blue.accent-2 {
    background-color: #448aff!important
}

.blue-text.text-accent-2 {
    color: #448aff!important
}

.blue.accent-3 {
    background-color: #2979ff!important
}

.blue-text.text-accent-3 {
    color: #2979ff!important
}

.blue.accent-4 {
    background-color: #2962ff!important
}

.blue-text.text-accent-4 {
    color: #2962ff!important
}

.light-blue {
    background-color: #03a9f4!important
}

.light-blue-text {
    color: #03a9f4!important
}

.light-blue.lighten-5 {
    background-color: #e1f5fe!important
}

.light-blue-text.text-lighten-5 {
    color: #e1f5fe!important
}

.light-blue.lighten-4 {
    background-color: #b3e5fc!important
}

.light-blue-text.text-lighten-4 {
    color: #b3e5fc!important
}

.light-blue.lighten-3 {
    background-color: #81d4fa!important
}

.light-blue-text.text-lighten-3 {
    color: #81d4fa!important
}

.light-blue.lighten-2 {
    background-color: #4fc3f7!important
}

.light-blue-text.text-lighten-2 {
    color: #4fc3f7!important
}

.light-blue.lighten-1 {
    background-color: #29b6f6!important
}

.light-blue-text.text-lighten-1 {
    color: #29b6f6!important
}

.light-blue.darken-1 {
    background-color: #039be5!important
}

.light-blue-text.text-darken-1 {
    color: #039be5!important
}

.light-blue.darken-2 {
    background-color: #0288d1!important
}

.light-blue-text.text-darken-2 {
    color: #0288d1!important
}

.light-blue.darken-3 {
    background-color: #0277bd!important
}

.light-blue-text.text-darken-3 {
    color: #0277bd!important
}

.light-blue.darken-4 {
    background-color: #01579b!important
}

.light-blue-text.text-darken-4 {
    color: #01579b!important
}

.light-blue.accent-1 {
    background-color: #80d8ff!important
}

.light-blue-text.text-accent-1 {
    color: #80d8ff!important
}

.light-blue.accent-2 {
    background-color: #40c4ff!important
}

.light-blue-text.text-accent-2 {
    color: #40c4ff!important
}

.light-blue.accent-3 {
    background-color: #00b0ff!important
}

.light-blue-text.text-accent-3 {
    color: #00b0ff!important
}

.light-blue.accent-4 {
    background-color: #0091ea!important
}

.light-blue-text.text-accent-4 {
    color: #0091ea!important
}

.cyan {
    background-color: #00bcd4!important
}

.cyan-text {
    color: #00bcd4!important
}

.cyan.lighten-5 {
    background-color: #e0f7fa!important
}

.cyan-text.text-lighten-5 {
    color: #e0f7fa!important
}

.cyan.lighten-4 {
    background-color: #b2ebf2!important
}

.cyan-text.text-lighten-4 {
    color: #b2ebf2!important
}

.cyan.lighten-3 {
    background-color: #80deea!important
}

.cyan-text.text-lighten-3 {
    color: #80deea!important
}

.cyan.lighten-2 {
    background-color: #4dd0e1!important
}

.cyan-text.text-lighten-2 {
    color: #4dd0e1!important
}

.cyan.lighten-1 {
    background-color: #26c6da!important
}

.cyan-text.text-lighten-1 {
    color: #26c6da!important
}

.cyan.darken-1 {
    background-color: #00acc1!important
}

.cyan-text.text-darken-1 {
    color: #00acc1!important
}

.cyan.darken-2 {
    background-color: #0097a7!important
}

.cyan-text.text-darken-2 {
    color: #0097a7!important
}

.cyan.darken-3 {
    background-color: #00838f!important
}

.cyan-text.text-darken-3 {
    color: #00838f!important
}

.cyan.darken-4 {
    background-color: #006064!important
}

.cyan-text.text-darken-4 {
    color: #006064!important
}

.cyan.accent-1 {
    background-color: #84ffff!important
}

.cyan-text.text-accent-1 {
    color: #84ffff!important
}

.cyan.accent-2 {
    background-color: #18ffff!important
}

.cyan-text.text-accent-2 {
    color: #18ffff!important
}

.cyan.accent-3 {
    background-color: #00e5ff!important
}

.cyan-text.text-accent-3 {
    color: #00e5ff!important
}

.cyan.accent-4 {
    background-color: #00b8d4!important
}

.cyan-text.text-accent-4 {
    color: #00b8d4!important
}

.teal {
    background-color: #009688!important
}

.teal-text {
    color: #009688!important
}

.teal.lighten-5 {
    background-color: #e0f2f1!important
}

.teal-text.text-lighten-5 {
    color: #e0f2f1!important
}

.teal.lighten-4 {
    background-color: #b2dfdb!important
}

.teal-text.text-lighten-4 {
    color: #b2dfdb!important
}

.teal.lighten-3 {
    background-color: #80cbc4!important
}

.teal-text.text-lighten-3 {
    color: #80cbc4!important
}

.teal.lighten-2 {
    background-color: #4db6ac!important
}

.teal-text.text-lighten-2 {
    color: #4db6ac!important
}

.teal.lighten-1 {
    background-color: #26a69a!important
}

.teal-text.text-lighten-1 {
    color: #26a69a!important
}

.teal.darken-1 {
    background-color: #00897b!important
}

.teal-text.text-darken-1 {
    color: #00897b!important
}

.teal.darken-2 {
    background-color: #00796b!important
}

.teal-text.text-darken-2 {
    color: #00796b!important
}

.teal.darken-3 {
    background-color: #00695c!important
}

.teal-text.text-darken-3 {
    color: #00695c!important
}

.teal.darken-4 {
    background-color: #004d40!important
}

.teal-text.text-darken-4 {
    color: #004d40!important
}

.teal.accent-1 {
    background-color: #a7ffeb!important
}

.teal-text.text-accent-1 {
    color: #a7ffeb!important
}

.teal.accent-2 {
    background-color: #64ffda!important
}

.teal-text.text-accent-2 {
    color: #64ffda!important
}

.teal.accent-3 {
    background-color: #1de9b6!important
}

.teal-text.text-accent-3 {
    color: #1de9b6!important
}

.teal.accent-4 {
    background-color: #00bfa5!important
}

.teal-text.text-accent-4 {
    color: #00bfa5!important
}

.green {
    background-color: #4caf50!important
}

.green-text {
    color: #4caf50!important
}

.green.lighten-5 {
    background-color: #e8f5e9!important
}

.green-text.text-lighten-5 {
    color: #e8f5e9!important
}

.green.lighten-4 {
    background-color: #c8e6c9!important
}

.green-text.text-lighten-4 {
    color: #c8e6c9!important
}

.green.lighten-3 {
    background-color: #a5d6a7!important
}

.green-text.text-lighten-3 {
    color: #a5d6a7!important
}

.green.lighten-2 {
    background-color: #81c784!important
}

.green-text.text-lighten-2 {
    color: #81c784!important
}

.green.lighten-1 {
    background-color: #66bb6a!important
}

.green-text.text-lighten-1 {
    color: #66bb6a!important
}

.green.darken-1 {
    background-color: #43a047!important
}

.green-text.text-darken-1 {
    color: #43a047!important
}

.green.darken-2 {
    background-color: #388e3c!important
}

.green-text.text-darken-2 {
    color: #388e3c!important
}

.green.darken-3 {
    background-color: #2e7d32!important
}

.green-text.text-darken-3 {
    color: #2e7d32!important
}

.green.darken-4 {
    background-color: #1b5e20!important
}

.green-text.text-darken-4 {
    color: #1b5e20!important
}

.green.accent-1 {
    background-color: #b9f6ca!important
}

.green-text.text-accent-1 {
    color: #b9f6ca!important
}

.green.accent-2 {
    background-color: #69f0ae!important
}

.green-text.text-accent-2 {
    color: #69f0ae!important
}

.green.accent-3 {
    background-color: #00e676!important
}

.green-text.text-accent-3 {
    color: #00e676!important
}

.green.accent-4 {
    background-color: #00c853!important
}

.green-text.text-accent-4 {
    color: #00c853!important
}

.light-green {
    background-color: #8bc34a!important
}

.light-green-text {
    color: #8bc34a!important
}

.light-green.lighten-5 {
    background-color: #f1f8e9!important
}

.light-green-text.text-lighten-5 {
    color: #f1f8e9!important
}

.light-green.lighten-4 {
    background-color: #dcedc8!important
}

.light-green-text.text-lighten-4 {
    color: #dcedc8!important
}

.light-green.lighten-3 {
    background-color: #c5e1a5!important
}

.light-green-text.text-lighten-3 {
    color: #c5e1a5!important
}

.light-green.lighten-2 {
    background-color: #aed581!important
}

.light-green-text.text-lighten-2 {
    color: #aed581!important
}

.light-green.lighten-1 {
    background-color: #9ccc65!important
}

.light-green-text.text-lighten-1 {
    color: #9ccc65!important
}

.light-green.darken-1 {
    background-color: #7cb342!important
}

.light-green-text.text-darken-1 {
    color: #7cb342!important
}

.light-green.darken-2 {
    background-color: #689f38!important
}

.light-green-text.text-darken-2 {
    color: #689f38!important
}

.light-green.darken-3 {
    background-color: #558b2f!important
}

.light-green-text.text-darken-3 {
    color: #558b2f!important
}

.light-green.darken-4 {
    background-color: #33691e!important
}

.light-green-text.text-darken-4 {
    color: #33691e!important
}

.light-green.accent-1 {
    background-color: #ccff90!important
}

.light-green-text.text-accent-1 {
    color: #ccff90!important
}

.light-green.accent-2 {
    background-color: #b2ff59!important
}

.light-green-text.text-accent-2 {
    color: #b2ff59!important
}

.light-green.accent-3 {
    background-color: #76ff03!important
}

.light-green-text.text-accent-3 {
    color: #76ff03!important
}

.light-green.accent-4 {
    background-color: #64dd17!important
}

.light-green-text.text-accent-4 {
    color: #64dd17!important
}

.lime {
    background-color: #cddc39!important
}

.lime-text {
    color: #cddc39!important
}

.lime.lighten-5 {
    background-color: #f9fbe7!important
}

.lime-text.text-lighten-5 {
    color: #f9fbe7!important
}

.lime.lighten-4 {
    background-color: #f0f4c3!important
}

.lime-text.text-lighten-4 {
    color: #f0f4c3!important
}

.lime.lighten-3 {
    background-color: #e6ee9c!important
}

.lime-text.text-lighten-3 {
    color: #e6ee9c!important
}

.lime.lighten-2 {
    background-color: #dce775!important
}

.lime-text.text-lighten-2 {
    color: #dce775!important
}

.lime.lighten-1 {
    background-color: #d4e157!important
}

.lime-text.text-lighten-1 {
    color: #d4e157!important
}

.lime.darken-1 {
    background-color: #c0ca33!important
}

.lime-text.text-darken-1 {
    color: #c0ca33!important
}

.lime.darken-2 {
    background-color: #afb42b!important
}

.lime-text.text-darken-2 {
    color: #afb42b!important
}

.lime.darken-3 {
    background-color: #9e9d24!important
}

.lime-text.text-darken-3 {
    color: #9e9d24!important
}

.lime.darken-4 {
    background-color: #827717!important
}

.lime-text.text-darken-4 {
    color: #827717!important
}

.lime.accent-1 {
    background-color: #f4ff81!important
}

.lime-text.text-accent-1 {
    color: #f4ff81!important
}

.lime.accent-2 {
    background-color: #eeff41!important
}

.lime-text.text-accent-2 {
    color: #eeff41!important
}

.lime.accent-3 {
    background-color: #c6ff00!important
}

.lime-text.text-accent-3 {
    color: #c6ff00!important
}

.lime.accent-4 {
    background-color: #aeea00!important
}

.lime-text.text-accent-4 {
    color: #aeea00!important
}

.yellow {
    background-color: #ffeb3b!important
}

.yellow-text {
    color: #ffeb3b!important
}

.yellow.lighten-5 {
    background-color: #fffde7!important
}

.yellow-text.text-lighten-5 {
    color: #fffde7!important
}

.yellow.lighten-4 {
    background-color: #fff9c4!important
}

.yellow-text.text-lighten-4 {
    color: #fff9c4!important
}

.yellow.lighten-3 {
    background-color: #fff59d!important
}

.yellow-text.text-lighten-3 {
    color: #fff59d!important
}

.yellow.lighten-2 {
    background-color: #fff176!important
}

.yellow-text.text-lighten-2 {
    color: #fff176!important
}

.yellow.lighten-1 {
    background-color: #ffee58!important
}

.yellow-text.text-lighten-1 {
    color: #ffee58!important
}

.yellow.darken-1 {
    background-color: #fdd835!important
}

.yellow-text.text-darken-1 {
    color: #fdd835!important
}

.yellow.darken-2 {
    background-color: #fbc02d!important
}

.yellow-text.text-darken-2 {
    color: #fbc02d!important
}

.yellow.darken-3 {
    background-color: #f9a825!important
}

.yellow-text.text-darken-3 {
    color: #f9a825!important
}

.yellow.darken-4 {
    background-color: #f57f17!important
}

.yellow-text.text-darken-4 {
    color: #f57f17!important
}

.yellow.accent-1 {
    background-color: #ffff8d!important
}

.yellow-text.text-accent-1 {
    color: #ffff8d!important
}

.yellow.accent-2 {
    background-color: #ff0!important
}

.yellow-text.text-accent-2 {
    color: #ff0!important
}

.yellow.accent-3 {
    background-color: #ffea00!important
}

.yellow-text.text-accent-3 {
    color: #ffea00!important
}

.yellow.accent-4 {
    background-color: #ffd600!important
}

.yellow-text.text-accent-4 {
    color: #ffd600!important
}

.amber {
    background-color: #ffc107!important
}

.amber-text {
    color: #ffc107!important
}

.amber.lighten-5 {
    background-color: #fff8e1!important
}

.amber-text.text-lighten-5 {
    color: #fff8e1!important
}

.amber.lighten-4 {
    background-color: #ffecb3!important
}

.amber-text.text-lighten-4 {
    color: #ffecb3!important
}

.amber.lighten-3 {
    background-color: #ffe082!important
}

.amber-text.text-lighten-3 {
    color: #ffe082!important
}

.amber.lighten-2 {
    background-color: #ffd54f!important
}

.amber-text.text-lighten-2 {
    color: #ffd54f!important
}

.amber.lighten-1 {
    background-color: #ffca28!important
}

.amber-text.text-lighten-1 {
    color: #ffca28!important
}

.amber.darken-1 {
    background-color: #ffb300!important
}

.amber-text.text-darken-1 {
    color: #ffb300!important
}

.amber.darken-2 {
    background-color: #ffa000!important
}

.amber-text.text-darken-2 {
    color: #ffa000!important
}

.amber.darken-3 {
    background-color: #ff8f00!important
}

.amber-text.text-darken-3 {
    color: #ff8f00!important
}

.amber.darken-4 {
    background-color: #ff6f00!important
}

.amber-text.text-darken-4 {
    color: #ff6f00!important
}

.amber.accent-1 {
    background-color: #ffe57f!important
}

.amber-text.text-accent-1 {
    color: #ffe57f!important
}

.amber.accent-2 {
    background-color: #ffd740!important
}

.amber-text.text-accent-2 {
    color: #ffd740!important
}

.amber.accent-3 {
    background-color: #ffc400!important
}

.amber-text.text-accent-3 {
    color: #ffc400!important
}

.amber.accent-4 {
    background-color: #ffab00!important
}

.amber-text.text-accent-4 {
    color: #ffab00!important
}

.orange {
    background-color: #ff9800!important
}

.orange-text {
    color: #ff9800!important
}

.orange.lighten-5 {
    background-color: #fff3e0!important
}

.orange-text.text-lighten-5 {
    color: #fff3e0!important
}

.orange.lighten-4 {
    background-color: #ffe0b2!important
}

.orange-text.text-lighten-4 {
    color: #ffe0b2!important
}

.orange.lighten-3 {
    background-color: #ffcc80!important
}

.orange-text.text-lighten-3 {
    color: #ffcc80!important
}

.orange.lighten-2 {
    background-color: #ffb74d!important
}

.orange-text.text-lighten-2 {
    color: #ffb74d!important
}

.orange.lighten-1 {
    background-color: #ffa726!important
}

.orange-text.text-lighten-1 {
    color: #ffa726!important
}

.orange.darken-1 {
    background-color: #fb8c00!important
}

.orange-text.text-darken-1 {
    color: #fb8c00!important
}

.orange.darken-2 {
    background-color: #f57c00!important
}

.orange-text.text-darken-2 {
    color: #f57c00!important
}

.orange.darken-3 {
    background-color: #ef6c00!important
}

.orange-text.text-darken-3 {
    color: #ef6c00!important
}

.orange.darken-4 {
    background-color: #e65100!important
}

.orange-text.text-darken-4 {
    color: #e65100!important
}

.orange.accent-1 {
    background-color: #ffd180!important
}

.orange-text.text-accent-1 {
    color: #ffd180!important
}

.orange.accent-2 {
    background-color: #ffab40!important
}

.orange-text.text-accent-2 {
    color: #ffab40!important
}

.orange.accent-3 {
    background-color: #ff9100!important
}

.orange-text.text-accent-3 {
    color: #ff9100!important
}

.orange.accent-4 {
    background-color: #ff6d00!important
}

.orange-text.text-accent-4 {
    color: #ff6d00!important
}

.deep-orange {
    background-color: #ff5722!important
}

.deep-orange-text {
    color: #ff5722!important
}

.deep-orange.lighten-5 {
    background-color: #fbe9e7!important
}

.deep-orange-text.text-lighten-5 {
    color: #fbe9e7!important
}

.deep-orange.lighten-4 {
    background-color: #ffccbc!important
}

.deep-orange-text.text-lighten-4 {
    color: #ffccbc!important
}

.deep-orange.lighten-3 {
    background-color: #ffab91!important
}

.deep-orange-text.text-lighten-3 {
    color: #ffab91!important
}

.deep-orange.lighten-2 {
    background-color: #ff8a65!important
}

.deep-orange-text.text-lighten-2 {
    color: #ff8a65!important
}

.deep-orange.lighten-1 {
    background-color: #ff7043!important
}

.deep-orange-text.text-lighten-1 {
    color: #ff7043!important
}

.deep-orange.darken-1 {
    background-color: #f4511e!important
}

.deep-orange-text.text-darken-1 {
    color: #f4511e!important
}

.deep-orange.darken-2 {
    background-color: #e64a19!important
}

.deep-orange-text.text-darken-2 {
    color: #e64a19!important
}

.deep-orange.darken-3 {
    background-color: #d84315!important
}

.deep-orange-text.text-darken-3 {
    color: #d84315!important
}

.deep-orange.darken-4 {
    background-color: #bf360c!important
}

.deep-orange-text.text-darken-4 {
    color: #bf360c!important
}

.deep-orange.accent-1 {
    background-color: #ff9e80!important
}

.deep-orange-text.text-accent-1 {
    color: #ff9e80!important
}

.deep-orange.accent-2 {
    background-color: #ff6e40!important
}

.deep-orange-text.text-accent-2 {
    color: #ff6e40!important
}

.deep-orange.accent-3 {
    background-color: #ff3d00!important
}

.deep-orange-text.text-accent-3 {
    color: #ff3d00!important
}

.deep-orange.accent-4 {
    background-color: #dd2c00!important
}

.deep-orange-text.text-accent-4 {
    color: #dd2c00!important
}

.brown {
    background-color: #795548!important
}

.brown-text {
    color: #795548!important
}

.brown.lighten-5 {
    background-color: #efebe9!important
}

.brown-text.text-lighten-5 {
    color: #efebe9!important
}

.brown.lighten-4 {
    background-color: #d7ccc8!important
}

.brown-text.text-lighten-4 {
    color: #d7ccc8!important
}

.brown.lighten-3 {
    background-color: #bcaaa4!important
}

.brown-text.text-lighten-3 {
    color: #bcaaa4!important
}

.brown.lighten-2 {
    background-color: #a1887f!important
}

.brown-text.text-lighten-2 {
    color: #a1887f!important
}

.brown.lighten-1 {
    background-color: #8d6e63!important
}

.brown-text.text-lighten-1 {
    color: #8d6e63!important
}

.brown.darken-1 {
    background-color: #6d4c41!important
}

.brown-text.text-darken-1 {
    color: #6d4c41!important
}

.brown.darken-2 {
    background-color: #5d4037!important
}

.brown-text.text-darken-2 {
    color: #5d4037!important
}

.brown.darken-3 {
    background-color: #4e342e!important
}

.brown-text.text-darken-3 {
    color: #4e342e!important
}

.brown.darken-4 {
    background-color: #3e2723!important
}

.brown-text.text-darken-4 {
    color: #3e2723!important
}

.blue-grey {
    background-color: #607d8b!important
}

.blue-grey-text {
    color: #607d8b!important
}

.blue-grey.lighten-5 {
    background-color: #eceff1!important
}

.blue-grey-text.text-lighten-5 {
    color: #eceff1!important
}

.blue-grey.lighten-4 {
    background-color: #cfd8dc!important
}

.blue-grey-text.text-lighten-4 {
    color: #cfd8dc!important
}

.blue-grey.lighten-3 {
    background-color: #b0bec5!important
}

.blue-grey-text.text-lighten-3 {
    color: #b0bec5!important
}

.blue-grey.lighten-2 {
    background-color: #90a4ae!important
}

.blue-grey-text.text-lighten-2 {
    color: #90a4ae!important
}

.blue-grey.lighten-1 {
    background-color: #78909c!important
}

.blue-grey-text.text-lighten-1 {
    color: #78909c!important
}

.blue-grey.darken-1 {
    background-color: #546e7a!important
}

.blue-grey-text.text-darken-1 {
    color: #546e7a!important
}

.blue-grey.darken-2 {
    background-color: #455a64!important
}

.blue-grey-text.text-darken-2 {
    color: #455a64!important
}

.blue-grey.darken-3 {
    background-color: #37474f!important
}

.blue-grey-text.text-darken-3 {
    color: #37474f!important
}

.blue-grey.darken-4 {
    background-color: #263238!important
}

.blue-grey-text.text-darken-4 {
    color: #263238!important
}

.grey {
    background-color: #9e9e9e!important
}

.grey-text {
    color: #9e9e9e!important
}

.grey.lighten-5 {
    background-color: #fafafa!important
}

.grey-text.text-lighten-5 {
    color: #fafafa!important
}

.grey.lighten-4 {
    background-color: #f5f5f5!important
}

.grey-text.text-lighten-4 {
    color: #f5f5f5!important
}

.grey.lighten-3 {
    background-color: #eee!important
}

.grey-text.text-lighten-3 {
    color: #eee!important
}

.grey.lighten-2 {
    background-color: #e0e0e0!important
}

.grey-text.text-lighten-2 {
    color: #e0e0e0!important
}

.grey.lighten-1 {
    background-color: #bdbdbd!important
}

.grey-text.text-lighten-1 {
    color: #bdbdbd!important
}

.grey.darken-1 {
    background-color: #757575!important
}

.grey-text.text-darken-1 {
    color: #757575!important
}

.grey.darken-2 {
    background-color: #616161!important
}

.grey-text.text-darken-2 {
    color: #616161!important
}

.grey.darken-3 {
    background-color: #424242!important
}

.grey-text.text-darken-3 {
    color: #424242!important
}

.grey.darken-4 {
    background-color: #212121!important
}

.grey-text.text-darken-4 {
    color: #212121!important
}

.black {
    background-color: #000!important
}

.black-text {
    color: #000!important
}

.white {
    background-color: #fff!important
}

.white-text {
    color: #fff!important
}

.transparent {
    background-color: transparent!important
}

.transparent-text {
    color: transparent!important
}

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: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .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
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none
}

ul:not(.browser-default)>li {
    list-style-type: none
}

a {
    color: #039be5;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

.valign-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.clearfix {
    clear: both
}

.z-depth-0 {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.z-depth-1,
nav,
.card-panel,
.card,
.toast,
.btn,
.btn-large,
.btn-floating,
.dropdown-content,
.collapsible,
.side-nav {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2)
}

.z-depth-1-half,
.btn:hover,
.btn-large:hover,
.btn-floating:hover {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2)
}

.z-depth-2 {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3)
}

.z-depth-3 {
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3)
}

.z-depth-4,
.modal {
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3)
}

.z-depth-5 {
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3)
}

.hoverable {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s
}

.hoverable:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.divider {
    height: 1px;
    overflow: hidden;
    background-color: #e0e0e0
}

blockquote {
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 5px solid #ee6e73
}

i {
    line-height: inherit
}

i.left {
    float: left;
    margin-right: 15px
}

i.right {
    float: right;
    margin-left: 15px
}

i.tiny {
    font-size: 1rem
}

i.small {
    font-size: 2rem
}

i.medium {
    font-size: 4rem
}

i.large {
    font-size: 6rem
}

img.responsive-img,
video.responsive-video {
    max-width: 100%;
    height: auto
}

.pagination li {
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    vertical-align: top;
    height: 30px
}

.pagination li a {
    color: #444;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 30px
}

.pagination li.active a {
    color: #fff
}

.pagination li.active {
    background-color: #ee6e73
}

.pagination li.disabled a {
    cursor: default;
    color: #999
}

.pagination li i {
    font-size: 2rem
}

.pagination li.pages ul li {
    display: inline-block;
    float: none
}

@media only screen and (max-width:992px) {
    .pagination {
        width: 100%
    }
    .pagination li.prev,
    .pagination li.next {
        width: 10%
    }
    .pagination li.pages {
        width: 80%;
        overflow: hidden;
        white-space: nowrap
    }
}

.breadcrumb {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7)
}

.breadcrumb i,
.breadcrumb [class^="mdi-"],
.breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
    display: inline-block;
    float: left;
    font-size: 24px
}

.breadcrumb:before {
    content: '\E5CC';
    color: rgba(255, 255, 255, 0.7);
    vertical-align: top;
    display: inline-block;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    margin: 0 10px 0 8px;
    -webkit-font-smoothing: antialiased
}

.breadcrumb:first-child:before {
    display: none
}

.breadcrumb:last-child {
    color: #fff
}

.parallax-container {
    position: relative;
    overflow: hidden;
    height: 500px
}

.parallax-container .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.parallax-container .parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.pin-top,
.pin-bottom {
    position: relative
}

.pinned {
    position: fixed!important
}

ul.staggered-list li {
    opacity: 0
}

.fade-in {
    opacity: 0;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

@media only screen and (max-width:600px) {
    .hide-on-small-only,
    .hide-on-small-and-down {
        display: none!important
    }
}

@media only screen and (max-width:992px) {
    .hide-on-med-and-down {
        display: none!important
    }
}

@media only screen and (min-width:601px) {
    .hide-on-med-and-up {
        display: none!important
    }
}

@media only screen and (min-width:600px) and (max-width:992px) {
    .hide-on-med-only {
        display: none!important
    }
}

@media only screen and (min-width:993px) {
    .hide-on-large-only {
        display: none!important
    }
}

@media only screen and (min-width:993px) {
    .show-on-large {
        display: block!important
    }
}

@media only screen and (min-width:600px) and (max-width:992px) {
    .show-on-medium {
        display: block!important
    }
}

@media only screen and (max-width:600px) {
    .show-on-small {
        display: block!important
    }
}

@media only screen and (min-width:601px) {
    .show-on-medium-and-up {
        display: block!important
    }
}

@media only screen and (max-width:992px) {
    .show-on-medium-and-down {
        display: block!important
    }
}

@media only screen and (max-width:600px) {
    .center-on-small-only {
        text-align: center
    }
}

.page-footer {
    padding-top: 20px;
    color: #fff;
    background-color: #ee6e73
}

.page-footer .footer-copyright {
    overflow: hidden;
    min-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(51, 51, 51, 0.08)
}

table,
th,
td {
    border: 0
}

table {
    width: 100%;
    display: table
}

table.bordered>thead>tr,
table.bordered>tbody>tr {
    border-bottom: 1px solid #d0d0d0
}

table.striped>tbody>tr:nth-child(odd) {
    background-color: #f2f2f2
}

table.striped>tbody>tr>td {
    border-radius: 0
}

table.highlight>tbody>tr {
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease
}

table.highlight>tbody>tr:hover {
    background-color: #f2f2f2
}

table.centered thead tr th,
table.centered tbody tr td {
    text-align: center
}

thead {
    border-bottom: 1px solid #d0d0d0
}

td,
th {
    padding: 15px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px
}

@media only screen and (max-width:992px) {
    table.responsive-table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative
    }
    table.responsive-table td:empty:before {
        content: '\00a0'
    }
    table.responsive-table th,
    table.responsive-table td {
        margin: 0;
        vertical-align: top
    }
    table.responsive-table th {
        text-align: left
    }
    table.responsive-table thead {
        display: block;
        float: left
    }
    table.responsive-table thead tr {
        display: block;
        padding: 0 10px 0 0
    }
    table.responsive-table thead tr th::before {
        content: "\00a0"
    }
    table.responsive-table tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap
    }
    table.responsive-table tbody tr {
        display: inline-block;
        vertical-align: top
    }
    table.responsive-table th {
        display: block;
        text-align: right
    }
    table.responsive-table td {
        display: block;
        min-height: 1.25em;
        text-align: left
    }
    table.responsive-table tr {
        padding: 0 10px
    }
    table.responsive-table thead {
        border: 0;
        border-right: 1px solid #d0d0d0
    }
    table.responsive-table.bordered th {
        border-bottom: 0;
        border-left: 0
    }
    table.responsive-table.bordered td {
        border-left: 0;
        border-right: 0;
        border-bottom: 0
    }
    table.responsive-table.bordered tr {
        border: 0
    }
    table.responsive-table.bordered tbody tr {
        border-right: 1px solid #d0d0d0
    }
}

.collection {
    margin: .5rem 0 1rem 0;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    position: relative
}

.collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0
}

.collection .collection-item.avatar {
    min-height: 84px;
    padding-left: 72px;
    position: relative
}

.collection .collection-item.avatar:not(.circle-clipper)>.circle,
.collection .collection-item.avatar:not(.circle-clipper)>.circle {
    position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle
}

.collection .collection-item.avatar i.circle {
    font-size: 18px;
    line-height: 42px;
    color: #fff;
    background-color: #999;
    text-align: center
}

.collection .collection-item.avatar .title {
    font-size: 16px
}

.collection .collection-item.avatar p {
    margin: 0
}

.collection .collection-item.avatar .secondary-content {
    position: absolute;
    top: 16px;
    right: 16px
}

.collection .collection-item:last-child {
    border-bottom: 0
}

.collection .collection-item.active {
    background-color: #26a69a;
    color: #eafaf9
}

.collection .collection-item.active .secondary-content {
    color: #fff
}

.collection a.collection-item {
    display: block;
    -webkit-transition: .25s;
    transition: .25s;
    color: #26a69a
}

.collection a.collection-item:not(.active):hover {
    background-color: #ddd
}

.collection.with-header .collection-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 20px
}

.collection.with-header .collection-item {
    padding-left: 30px
}

.collection.with-header .collection-item.avatar {
    padding-left: 72px
}

.secondary-content {
    float: right;
    color: #26a69a
}

.collapsible .collection {
    margin: 0;
    border: 0
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #acece6;
    border-radius: 2px;
    margin: .5rem 0 1rem 0;
    overflow: hidden
}

.progress .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #26a69a;
    -webkit-transition: width .3s linear;
    transition: width .3s linear
}

.progress .indeterminate {
    background-color: #26a69a
}

.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite
}

.progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }
    60% {
        left: 100%;
        right: -90%
    }
    100% {
        left: 100%;
        right: -90%
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }
    60% {
        left: 100%;
        right: -90%
    }
    100% {
        left: 100%;
        right: -90%
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }
    60% {
        left: 107%;
        right: -8%
    }
    100% {
        left: 107%;
        right: -8%
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }
    60% {
        left: 107%;
        right: -8%
    }
    100% {
        left: 107%;
        right: -8%
    }
}

.hide {
    display: none!important
}

.left-align {
    text-align: left
}

.right-align {
    text-align: right
}

.center,
.center-align {
    text-align: center
}

.left {
    float: left!important
}

.right {
    float: right!important
}

.no-select,
input[type=range],
input[type=range]+.thumb {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.circle {
    border-radius: 50%
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.no-padding {
    padding: 0!important
}

span.badge {
    min-width: 3rem;
    padding: 0 6px;
    margin-left: 14px;
    text-align: center;
    font-size: 1rem;
    line-height: 22px;
    height: 22px;
    color: #757575;
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

span.badge.new {
    font-weight: 300;
    font-size: .8rem;
    color: #fff;
    background-color: #26a69a;
    border-radius: 2px
}

span.badge.new:after {
    content: " new"
}

span.badge[data-badge-caption]::after {
    content: " " attr(data-badge-caption)
}

nav ul a span.badge {
    display: inline-block;
    float: none;
    margin-left: 4px;
    line-height: 22px;
    height: 22px;
    -webkit-font-smoothing: auto
}

.collection-item span.badge {
    margin-top: calc(0.75rem - 11px)
}

.collapsible span.badge {
    margin-left: auto
}

.side-nav span.badge {
    margin-top: calc(24px - 11px)
}

.material-icons {
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: 'liga';
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga'
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%
}

@media only screen and (min-width:601px) {
    .container {
        width: 85%
    }
}

@media only screen and (min-width:993px) {
    .container {
        width: 70%
    }
}

.container .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem
}

.section {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.section.no-pad {
    padding: 0
}

.section.no-pad-bot {
    padding-bottom: 0
}

.section.no-pad-top {
    padding-top: 0
}

.row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.row:after {
    content: "";
    display: table;
    clear: both
}

.row .col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .75rem;
    min-height: 1px
}

.row .col[class*="push-"],
.row .col[class*="pull-"] {
    position: relative
}

.row .col.s1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.offset-s1 {
    margin-left: 8.3333333333%
}

.row .col.pull-s1 {
    right: 8.3333333333%
}

.row .col.push-s1 {
    left: 8.3333333333%
}

.row .col.offset-s2 {
    margin-left: 16.6666666667%
}

.row .col.pull-s2 {
    right: 16.6666666667%
}

.row .col.push-s2 {
    left: 16.6666666667%
}

.row .col.offset-s3 {
    margin-left: 25%
}

.row .col.pull-s3 {
    right: 25%
}

.row .col.push-s3 {
    left: 25%
}

.row .col.offset-s4 {
    margin-left: 33.3333333333%
}

.row .col.pull-s4 {
    right: 33.3333333333%
}

.row .col.push-s4 {
    left: 33.3333333333%
}

.row .col.offset-s5 {
    margin-left: 41.6666666667%
}

.row .col.pull-s5 {
    right: 41.6666666667%
}

.row .col.push-s5 {
    left: 41.6666666667%
}

.row .col.offset-s6 {
    margin-left: 50%
}

.row .col.pull-s6 {
    right: 50%
}

.row .col.push-s6 {
    left: 50%
}

.row .col.offset-s7 {
    margin-left: 58.3333333333%
}

.row .col.pull-s7 {
    right: 58.3333333333%
}

.row .col.push-s7 {
    left: 58.3333333333%
}

.row .col.offset-s8 {
    margin-left: 66.6666666667%
}

.row .col.pull-s8 {
    right: 66.6666666667%
}

.row .col.push-s8 {
    left: 66.6666666667%
}

.row .col.offset-s9 {
    margin-left: 75%
}

.row .col.pull-s9 {
    right: 75%
}

.row .col.push-s9 {
    left: 75%
}

.row .col.offset-s10 {
    margin-left: 83.3333333333%
}

.row .col.pull-s10 {
    right: 83.3333333333%
}

.row .col.push-s10 {
    left: 83.3333333333%
}

.row .col.offset-s11 {
    margin-left: 91.6666666667%
}

.row .col.pull-s11 {
    right: 91.6666666667%
}

.row .col.push-s11 {
    left: 91.6666666667%
}

.row .col.offset-s12 {
    margin-left: 100%
}

.row .col.pull-s12 {
    right: 100%
}

.row .col.push-s12 {
    left: 100%
}

@media only screen and (min-width:601px) {
    .row .col.m1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.offset-m1 {
        margin-left: 8.3333333333%
    }
    .row .col.pull-m1 {
        right: 8.3333333333%
    }
    .row .col.push-m1 {
        left: 8.3333333333%
    }
    .row .col.offset-m2 {
        margin-left: 16.6666666667%
    }
    .row .col.pull-m2 {
        right: 16.6666666667%
    }
    .row .col.push-m2 {
        left: 16.6666666667%
    }
    .row .col.offset-m3 {
        margin-left: 25%
    }
    .row .col.pull-m3 {
        right: 25%
    }
    .row .col.push-m3 {
        left: 25%
    }
    .row .col.offset-m4 {
        margin-left: 33.3333333333%
    }
    .row .col.pull-m4 {
        right: 33.3333333333%
    }
    .row .col.push-m4 {
        left: 33.3333333333%
    }
    .row .col.offset-m5 {
        margin-left: 41.6666666667%
    }
    .row .col.pull-m5 {
        right: 41.6666666667%
    }
    .row .col.push-m5 {
        left: 41.6666666667%
    }
    .row .col.offset-m6 {
        margin-left: 50%
    }
    .row .col.pull-m6 {
        right: 50%
    }
    .row .col.push-m6 {
        left: 50%
    }
    .row .col.offset-m7 {
        margin-left: 58.3333333333%
    }
    .row .col.pull-m7 {
        right: 58.3333333333%
    }
    .row .col.push-m7 {
        left: 58.3333333333%
    }
    .row .col.offset-m8 {
        margin-left: 66.6666666667%
    }
    .row .col.pull-m8 {
        right: 66.6666666667%
    }
    .row .col.push-m8 {
        left: 66.6666666667%
    }
    .row .col.offset-m9 {
        margin-left: 75%
    }
    .row .col.pull-m9 {
        right: 75%
    }
    .row .col.push-m9 {
        left: 75%
    }
    .row .col.offset-m10 {
        margin-left: 83.3333333333%
    }
    .row .col.pull-m10 {
        right: 83.3333333333%
    }
    .row .col.push-m10 {
        left: 83.3333333333%
    }
    .row .col.offset-m11 {
        margin-left: 91.6666666667%
    }
    .row .col.pull-m11 {
        right: 91.6666666667%
    }
    .row .col.push-m11 {
        left: 91.6666666667%
    }
    .row .col.offset-m12 {
        margin-left: 100%
    }
    .row .col.pull-m12 {
        right: 100%
    }
    .row .col.push-m12 {
        left: 100%
    }
}

@media only screen and (min-width:993px) {
    .row .col.l1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.l2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.l4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.l5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.l7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.l8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.l10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.l11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.offset-l1 {
        margin-left: 8.3333333333%
    }
    .row .col.pull-l1 {
        right: 8.3333333333%
    }
    .row .col.push-l1 {
        left: 8.3333333333%
    }
    .row .col.offset-l2 {
        margin-left: 16.6666666667%
    }
    .row .col.pull-l2 {
        right: 16.6666666667%
    }
    .row .col.push-l2 {
        left: 16.6666666667%
    }
    .row .col.offset-l3 {
        margin-left: 25%
    }
    .row .col.pull-l3 {
        right: 25%
    }
    .row .col.push-l3 {
        left: 25%
    }
    .row .col.offset-l4 {
        margin-left: 33.3333333333%
    }
    .row .col.pull-l4 {
        right: 33.3333333333%
    }
    .row .col.push-l4 {
        left: 33.3333333333%
    }
    .row .col.offset-l5 {
        margin-left: 41.6666666667%
    }
    .row .col.pull-l5 {
        right: 41.6666666667%
    }
    .row .col.push-l5 {
        left: 41.6666666667%
    }
    .row .col.offset-l6 {
        margin-left: 50%
    }
    .row .col.pull-l6 {
        right: 50%
    }
    .row .col.push-l6 {
        left: 50%
    }
    .row .col.offset-l7 {
        margin-left: 58.3333333333%
    }
    .row .col.pull-l7 {
        right: 58.3333333333%
    }
    .row .col.push-l7 {
        left: 58.3333333333%
    }
    .row .col.offset-l8 {
        margin-left: 66.6666666667%
    }
    .row .col.pull-l8 {
        right: 66.6666666667%
    }
    .row .col.push-l8 {
        left: 66.6666666667%
    }
    .row .col.offset-l9 {
        margin-left: 75%
    }
    .row .col.pull-l9 {
        right: 75%
    }
    .row .col.push-l9 {
        left: 75%
    }
    .row .col.offset-l10 {
        margin-left: 83.3333333333%
    }
    .row .col.pull-l10 {
        right: 83.3333333333%
    }
    .row .col.push-l10 {
        left: 83.3333333333%
    }
    .row .col.offset-l11 {
        margin-left: 91.6666666667%
    }
    .row .col.pull-l11 {
        right: 91.6666666667%
    }
    .row .col.push-l11 {
        left: 91.6666666667%
    }
    .row .col.offset-l12 {
        margin-left: 100%
    }
    .row .col.pull-l12 {
        right: 100%
    }
    .row .col.push-l12 {
        left: 100%
    }
}

@media only screen and (min-width:1201px) {
    .row .col.xl1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.xl2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.xl3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.xl4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.xl5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.xl6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.xl7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.xl8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.xl9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.xl10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.xl11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.xl12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.offset-xl1 {
        margin-left: 8.3333333333%
    }
    .row .col.pull-xl1 {
        right: 8.3333333333%
    }
    .row .col.push-xl1 {
        left: 8.3333333333%
    }
    .row .col.offset-xl2 {
        margin-left: 16.6666666667%
    }
    .row .col.pull-xl2 {
        right: 16.6666666667%
    }
    .row .col.push-xl2 {
        left: 16.6666666667%
    }
    .row .col.offset-xl3 {
        margin-left: 25%
    }
    .row .col.pull-xl3 {
        right: 25%
    }
    .row .col.push-xl3 {
        left: 25%
    }
    .row .col.offset-xl4 {
        margin-left: 33.3333333333%
    }
    .row .col.pull-xl4 {
        right: 33.3333333333%
    }
    .row .col.push-xl4 {
        left: 33.3333333333%
    }
    .row .col.offset-xl5 {
        margin-left: 41.6666666667%
    }
    .row .col.pull-xl5 {
        right: 41.6666666667%
    }
    .row .col.push-xl5 {
        left: 41.6666666667%
    }
    .row .col.offset-xl6 {
        margin-left: 50%
    }
    .row .col.pull-xl6 {
        right: 50%
    }
    .row .col.push-xl6 {
        left: 50%
    }
    .row .col.offset-xl7 {
        margin-left: 58.3333333333%
    }
    .row .col.pull-xl7 {
        right: 58.3333333333%
    }
    .row .col.push-xl7 {
        left: 58.3333333333%
    }
    .row .col.offset-xl8 {
        margin-left: 66.6666666667%
    }
    .row .col.pull-xl8 {
        right: 66.6666666667%
    }
    .row .col.push-xl8 {
        left: 66.6666666667%
    }
    .row .col.offset-xl9 {
        margin-left: 75%
    }
    .row .col.pull-xl9 {
        right: 75%
    }
    .row .col.push-xl9 {
        left: 75%
    }
    .row .col.offset-xl10 {
        margin-left: 83.3333333333%
    }
    .row .col.pull-xl10 {
        right: 83.3333333333%
    }
    .row .col.push-xl10 {
        left: 83.3333333333%
    }
    .row .col.offset-xl11 {
        margin-left: 91.6666666667%
    }
    .row .col.pull-xl11 {
        right: 91.6666666667%
    }
    .row .col.push-xl11 {
        left: 91.6666666667%
    }
    .row .col.offset-xl12 {
        margin-left: 100%
    }
    .row .col.pull-xl12 {
        right: 100%
    }
    .row .col.push-xl12 {
        left: 100%
    }
}

nav {
    color: #fff;
    background-color: #ee6e73;
    width: 100%;
    height: 56px;
    line-height: 56px
}

nav.nav-extended {
    height: auto
}

nav.nav-extended .nav-wrapper {
    min-height: 56px;
    height: auto
}

nav.nav-extended .nav-content {
    position: relative;
    line-height: normal
}

nav a {
    color: #fff
}

nav i,
nav [class^="mdi-"],
nav [class*="mdi-"],
nav i.material-icons {
    display: block;
    font-size: 24px;
    height: 56px;
    line-height: 56px
}

nav .nav-wrapper {
    position: relative;
    height: 100%
}

@media only screen and (min-width:993px) {
    nav a.button-collapse {
        display: none
    }
}

nav .button-collapse {
    float: left;
    position: relative;
    z-index: 1;
    height: 56px;
    margin: 0 18px
}

nav .button-collapse i {
    height: 56px;
    line-height: 56px
}

nav .brand-logo {
    position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 2.1rem;
    padding: 0
}

nav .brand-logo.center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (max-width:992px) {
    nav .brand-logo {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    nav .brand-logo.left,
    nav .brand-logo.right {
        padding: 0;
        -webkit-transform: none;
        transform: none
    }
    nav .brand-logo.left {
        left: .5rem
    }
    nav .brand-logo.right {
        right: .5rem;
        left: auto
    }
}

nav .brand-logo.right {
    right: .5rem;
    padding: 0
}

nav .brand-logo i,
nav .brand-logo [class^="mdi-"],
nav .brand-logo [class*="mdi-"],
nav .brand-logo i.material-icons {
    float: left;
    margin-right: 15px
}

nav .nav-title {
    display: inline-block;
    font-size: 32px;
    padding: 28px 0
}

nav ul {
    margin: 0
}

nav ul li {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    float: left;
    padding: 0
}

nav ul li.active {
    background-color: rgba(0, 0, 0, 0.1)
}

nav ul a {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    font-size: 1rem;
    color: #fff;
    display: block;
    padding: 0 15px;
    cursor: pointer
}

nav ul a.btn,
nav ul a.btn-large,
nav ul a.btn-large,
nav ul a.btn-flat,
nav ul a.btn-floating {
    margin-top: -2px;
    margin-left: 15px;
    margin-right: 15px
}

nav ul a.btn>.material-icons,
nav ul a.btn-large>.material-icons,
nav ul a.btn-large>.material-icons,
nav ul a.btn-flat>.material-icons,
nav ul a.btn-floating>.material-icons {
    height: inherit;
    line-height: inherit
}

nav ul a:hover {
    background-color: rgba(0, 0, 0, 0.1)
}

nav ul.left {
    float: left
}

nav form {
    height: 100%
}

nav .input-field {
    margin: 0;
    height: 100%
}

nav .input-field input {
    height: 100%;
    font-size: 1.2rem;
    border: 0;
    padding-left: 2rem
}

nav .input-field input:focus,
nav .input-field input[type=text]:valid,
nav .input-field input[type=password]:valid,
nav .input-field input[type=email]:valid,
nav .input-field input[type=url]:valid,
nav .input-field input[type=date]:valid {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

nav .input-field label {
    top: 0;
    left: 0
}

nav .input-field label i {
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: color .3s;
    transition: color .3s
}

nav .input-field label.active i {
    color: #fff
}

.navbar-fixed {
    position: relative;
    height: 56px;
    z-index: 997
}

.navbar-fixed nav {
    position: fixed
}

@media only screen and (min-width:601px) {
    nav.nav-extended .nav-wrapper {
        min-height: 64px
    }
    nav,
    nav .nav-wrapper i,
    nav a.button-collapse,
    nav a.button-collapse i {
        height: 64px;
        line-height: 64px
    }
    .navbar-fixed {
        height: 64px
    }
}

@font-face {
    font-family: "Roboto";
    src: local(Roboto Thin), url("../fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("../fonts/roboto/Roboto-Thin.woff") format("woff");
    font-weight: 100
}

@font-face {
    font-family: "Roboto";
    src: local(Roboto Light), url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff");
    font-weight: 300
}

@font-face {
    font-family: "Roboto";
    src: local(Roboto Regular), url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff");
    font-weight: 400
}

@font-face {
    font-family: "Roboto";
    src: local(Roboto Medium), url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff");
    font-weight: 500
}

@font-face {
    font-family: "Roboto";
    src: local(Roboto Bold), url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff");
    font-weight: 700
}

a {
    text-decoration: none
}

html {
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87)
}

@media only screen and (min-width:0) {
    html {
        font-size: 14px
    }
}

@media only screen and (min-width:992px) {
    html {
        font-size: 14.5px
    }
}

@media only screen and (min-width:1200px) {
    html {
        font-size: 15px
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1.1
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit
}

h1 {
    font-size: 4.2rem;
    line-height: 110%;
    margin: 2.1rem 0 1.68rem 0
}

h2 {
    font-size: 3.56rem;
    line-height: 110%;
    margin: 1.78rem 0 1.424rem 0
}

h3 {
    font-size: 2.92rem;
    line-height: 110%;
    margin: 1.46rem 0 1.168rem 0
}

h4 {
    font-size: 2.28rem;
    line-height: 110%;
    margin: 1.14rem 0 .912rem 0
}

h5 {
    font-size: 1.64rem;
    line-height: 110%;
    margin: .82rem 0 .656rem 0
}

h6 {
    font-size: 1rem;
    line-height: 110%;
    margin: .5rem 0 .4rem 0
}

em {
    font-style: italic
}

strong {
    font-weight: 500
}

small {
    font-size: 75%
}

.light,
.page-footer .footer-copyright {
    font-weight: 300
}

.thin {
    font-weight: 200
}

.flow-text {
    font-weight: 300
}

@media only screen and (min-width:360px) {
    .flow-text {
        font-size: 1.2rem
    }
}

@media only screen and (min-width:390px) {
    .flow-text {
        font-size: 1.224rem
    }
}

@media only screen and (min-width:420px) {
    .flow-text {
        font-size: 1.248rem
    }
}

@media only screen and (min-width:450px) {
    .flow-text {
        font-size: 1.272rem
    }
}

@media only screen and (min-width:480px) {
    .flow-text {
        font-size: 1.296rem
    }
}

@media only screen and (min-width:510px) {
    .flow-text {
        font-size: 1.32rem
    }
}

@media only screen and (min-width:540px) {
    .flow-text {
        font-size: 1.344rem
    }
}

@media only screen and (min-width:570px) {
    .flow-text {
        font-size: 1.368rem
    }
}

@media only screen and (min-width:600px) {
    .flow-text {
        font-size: 1.392rem
    }
}

@media only screen and (min-width:630px) {
    .flow-text {
        font-size: 1.416rem
    }
}

@media only screen and (min-width:660px) {
    .flow-text {
        font-size: 1.44rem
    }
}

@media only screen and (min-width:690px) {
    .flow-text {
        font-size: 1.464rem
    }
}

@media only screen and (min-width:720px) {
    .flow-text {
        font-size: 1.488rem
    }
}

@media only screen and (min-width:750px) {
    .flow-text {
        font-size: 1.512rem
    }
}

@media only screen and (min-width:780px) {
    .flow-text {
        font-size: 1.536rem
    }
}

@media only screen and (min-width:810px) {
    .flow-text {
        font-size: 1.56rem
    }
}

@media only screen and (min-width:840px) {
    .flow-text {
        font-size: 1.584rem
    }
}

@media only screen and (min-width:870px) {
    .flow-text {
        font-size: 1.608rem
    }
}

@media only screen and (min-width:900px) {
    .flow-text {
        font-size: 1.632rem
    }
}

@media only screen and (min-width:930px) {
    .flow-text {
        font-size: 1.656rem
    }
}

@media only screen and (min-width:960px) {
    .flow-text {
        font-size: 1.68rem
    }
}

@media only screen and (max-width:360px) {
    .flow-text {
        font-size: 1.2rem
    }
}

.scale-transition {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.53, 0.01, 0.36, 1.63)!important;
    transition: -webkit-transform .3s cubic-bezier(0.53, 0.01, 0.36, 1.63)!important;
    transition: transform .3s cubic-bezier(0.53, 0.01, 0.36, 1.63)!important;
    transition: transform .3s cubic-bezier(0.53, 0.01, 0.36, 1.63), -webkit-transform .3s cubic-bezier(0.53, 0.01, 0.36, 1.63)!important
}

.scale-transition.scale-out {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .2s!important;
    transition: -webkit-transform .2s!important;
    transition: transform .2s!important;
    transition: transform .2s, -webkit-transform .2s!important
}

.scale-transition.scale-in {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.card-panel {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    padding: 24px;
    margin: .5rem 0 1rem 0;
    border-radius: 2px;
    background-color: #fff
}

.card {
    position: relative;
    margin: .5rem 0 1rem 0;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 2px
}

.card .card-title {
    font-size: 24px;
    font-weight: 300
}

.card .card-title.activator {
    cursor: pointer
}

.card.small,
.card.medium,
.card.large {
    position: relative
}

.card.small .card-image,
.card.medium .card-image,
.card.large .card-image {
    max-height: 60%;
    overflow: hidden
}

.card.small .card-image+.card-content,
.card.medium .card-image+.card-content,
.card.large .card-image+.card-content {
    max-height: 40%
}

.card.small .card-content,
.card.medium .card-content,
.card.large .card-content {
    max-height: 100%;
    overflow: hidden
}

.card.small .card-action,
.card.medium .card-action,
.card.large .card-action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.card.small {
    height: 300px
}

.card.medium {
    height: 400px
}

.card.large {
    height: 500px
}

.card.horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.card.horizontal.small .card-image,
.card.horizontal.medium .card-image,
.card.horizontal.large .card-image {
    height: 100%;
    max-height: none;
    overflow: visible
}

.card.horizontal.small .card-image img,
.card.horizontal.medium .card-image img,
.card.horizontal.large .card-image img {
    height: 100%
}

.card.horizontal .card-image {
    max-width: 50%
}

.card.horizontal .card-image img {
    border-radius: 2px 0 0 2px;
    max-width: 100%;
    width: auto
}

.card.horizontal .card-stacked {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.card.horizontal .card-stacked .card-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.card.sticky-action .card-action {
    z-index: 2
}

.card.sticky-action .card-reveal {
    z-index: 1;
    padding-bottom: 64px
}

.card .card-image {
    position: relative
}

.card .card-image img {
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%
}

.card .card-image .card-title {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 24px
}

.card .card-content {
    padding: 24px;
    border-radius: 0 0 2px 2px
}

.card .card-content p {
    margin: 0;
    color: inherit
}

.card .card-content .card-title {
    display: block;
    line-height: 32px;
    margin-bottom: 8px
}

.card .card-content .card-title i {
    line-height: 32px
}

.card .card-action {
    position: relative;
    background-color: inherit;
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 16px 24px
}

.card .card-action:last-child {
    border-radius: 0 0 2px 2px
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
    color: #ffab40;
    margin-right: 24px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    text-transform: uppercase
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
    color: #ffd8a6
}

.card .card-reveal {
    padding: 24px;
    position: absolute;
    background-color: #fff;
    width: 100%;
    overflow-y: auto;
    left: 0;
    top: 100%;
    height: 100%;
    z-index: 3;
    display: none
}

.card .card-reveal .card-title {
    cursor: pointer;
    display: block
}

#toast-container {
    display: block;
    position: fixed;
    z-index: 10000
}

@media only screen and (max-width:600px) {
    #toast-container {
        min-width: 100%;
        bottom: 0
    }
}

@media only screen and (min-width:601px) and (max-width:992px) {
    #toast-container {
        left: 5%;
        bottom: 7%;
        max-width: 90%
    }
}

@media only screen and (min-width:993px) {
    #toast-container {
        top: 10%;
        right: 7%;
        max-width: 86%
    }
}

.toast {
    border-radius: 2px;
    top: 35px;
    width: auto;
    margin-top: 10px;
    position: relative;
    max-width: 100%;
    height: auto;
    min-height: 48px;
    line-height: 1.5em;
    word-break: break-all;
    background-color: #323232;
    padding: 10px 25px;
    font-size: 1.1rem;
    font-weight: 300;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: default
}

.toast .toast-action {
    color: #eeff41;
    font-weight: 500;
    margin-right: -25px;
    margin-left: 3rem
}

.toast.rounded {
    border-radius: 24px
}

@media only screen and (max-width:600px) {
    .toast {
        width: 100%;
        border-radius: 0
    }
}

.tabs {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 48px;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    white-space: nowrap
}

.tabs.tabs-transparent {
    background-color: transparent
}

.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
    color: rgba(255, 255, 255, 0.7)
}

.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
    color: #fff
}

.tabs.tabs-transparent .indicator {
    background-color: #fff
}

.tabs.tabs-fixed-width {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.tabs.tabs-fixed-width .tab {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.tabs .tab {
    display: inline-block;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-transform: uppercase
}

.tabs .tab a {
    color: rgba(238, 110, 115, 0.7);
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color .28s ease;
    transition: color .28s ease
}

.tabs .tab a:hover,
.tabs .tab a.active {
    background-color: transparent;
    color: #ee6e73
}

.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
    color: rgba(238, 110, 115, 0.7);
    cursor: default
}

.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #f6b2b5;
    will-change: left, right
}

@media only screen and (max-width:992px) {
    .tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .tabs .tab {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .tabs .tab a {
        padding: 0 12px
    }
}

.material-tooltip {
    padding: 10px 8px;
    font-size: 1rem;
    z-index: 2000;
    background-color: transparent;
    border-radius: 2px;
    color: #fff;
    min-height: 36px;
    line-height: 120%;
    opacity: 0;
    position: absolute;
    text-align: center;
    max-width: calc(100% - 4px);
    overflow: hidden;
    left: 0;
    top: 0;
    pointer-events: none;
    visibility: hidden
}

.backdrop {
    position: absolute;
    opacity: 0;
    height: 7px;
    width: 14px;
    border-radius: 0 0 50% 50%;
    background-color: #323232;
    z-index: -1;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    visibility: hidden
}

.btn,
.btn-large,
.btn-flat {
    border: 0;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent
}

.btn.disabled,
.disabled.btn-large,
.btn-floating.disabled,
.btn-large.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-flat:disabled,
.btn[disabled],
[disabled].btn-large,
.btn-floating[disabled],
.btn-large[disabled],
.btn-flat[disabled] {
    pointer-events: none;
    background-color: #dfdfdf!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #9f9f9f!important;
    cursor: default
}

.btn.disabled:hover,
.disabled.btn-large:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-large:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
[disabled].btn-large:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-flat[disabled]:hover {
    background-color: #dfdfdf!important;
    color: #9f9f9f!important
}

.btn,
.btn-large,
.btn-floating,
.btn-large,
.btn-flat {
    font-size: 1rem;
    outline: 0
}

.btn i,
.btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
    font-size: 1.3rem;
    line-height: inherit
}

.btn:focus,
.btn-large:focus,
.btn-floating:focus {
    background-color: #1d7d74
}

.btn,
.btn-large {
    text-decoration: none;
    color: #fff;
    background-color: #26a69a;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: pointer
}

.btn:hover,
.btn-large:hover {
    background-color: #2bbbad
}

.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #26a69a;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle
}

.btn-floating:hover {
    background-color: #26a69a
}

.btn-floating:before {
    border-radius: 0
}

.btn-floating.btn-large {
    width: 56px;
    height: 56px
}

.btn-floating.btn-large.halfway-fab {
    bottom: -28px
}

.btn-floating.btn-large i {
    line-height: 56px
}

.btn-floating.halfway-fab {
    position: absolute;
    right: 24px;
    bottom: -20px
}

.btn-floating.halfway-fab.left {
    right: auto;
    left: 24px
}

.btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 40px
}

button.btn-floating {
    border: 0
}

.fixed-action-btn {
    position: fixed;
    right: 23px;
    bottom: 23px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 997
}

.fixed-action-btn.active ul {
    visibility: visible
}

.fixed-action-btn.horizontal {
    padding: 0 0 0 15px
}

.fixed-action-btn.horizontal ul {
    text-align: right;
    right: 64px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    left: auto;
    width: 500px
}

.fixed-action-btn.horizontal ul li {
    display: inline-block;
    margin: 15px 15px 0 0
}

.fixed-action-btn.toolbar {
    padding: 0;
    height: 56px
}

.fixed-action-btn.toolbar.active>a i {
    opacity: 0
}

.fixed-action-btn.toolbar ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    bottom: 0;
    z-index: 1
}

.fixed-action-btn.toolbar ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline-block;
    margin: 0;
    height: 100%;
    -webkit-transition: none;
    transition: none
}

.fixed-action-btn.toolbar ul li a {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    line-height: 56px;
    z-index: 1
}

.fixed-action-btn.toolbar ul li a i {
    line-height: inherit
}

.fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0;
    visibility: hidden
}

.fixed-action-btn ul li {
    margin-bottom: 15px
}

.fixed-action-btn ul a.btn-floating {
    opacity: 0
}

.fixed-action-btn .fab-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 40px;
    height: 40px;
    background-color: #26a69a;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.btn-flat {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: #343434;
    cursor: pointer;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

.btn-flat:focus,
.btn-flat:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-flat:focus {
    background-color: rgba(0, 0, 0, 0.1)
}

.btn-flat.disabled {
    background-color: transparent!important;
    color: #b3b2b2!important;
    cursor: default
}

.btn-large {
    height: 54px;
    line-height: 54px
}

.btn-large i {
    font-size: 1.6rem
}

.btn-block {
    display: block
}

.dropdown-content {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    z-index: 999;
    will-change: width, height
}

.dropdown-content li {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    min-height: 50px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none
}

.dropdown-content li:hover,
.dropdown-content li.active,
.dropdown-content li.selected {
    background-color: #eee
}

.dropdown-content li.active.selected {
    background-color: #e1e1e1
}

.dropdown-content li.divider {
    min-height: 0;
    height: 1px
}

.dropdown-content li>a,
.dropdown-content li>span {
    font-size: 16px;
    color: #26a69a;
    display: block;
    line-height: 22px;
    padding: 14px 16px
}

.dropdown-content li>span>label {
    top: 1px;
    left: 0;
    height: 18px
}

.dropdown-content li>a>i {
    height: inherit;
    line-height: inherit;
    float: left;
    margin: 0 24px 0 0;
    width: 24px
}

.input-field.col .dropdown-content [type="checkbox"]+label {
    top: 1px;
    left: 0;
    height: 18px
}

.waves-effect {
    background-color: #333;
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0);
    transform: scale(0);
    pointer-events: none
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45)
}

.waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7)
}

.waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7)
}

.waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7)
}

.waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7)
}

.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7)
}

.waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7)
}

.waves-effect input[type="button"],
.waves-effect input[type="reset"],
.waves-effect input[type="submit"] {
    border: 0;
    font-style: normal;
    font-size: inherit;
    text-transform: inherit;
    background: 0
}

.waves-effect img {
    position: relative;
    z-index: -1
}

.waves-notransition {
    -webkit-transition: none!important;
    transition: none!important
}

.waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%)
}

.waves-input-wrapper {
    border-radius: .2em;
    vertical-align: bottom
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none
}

.waves-block {
    display: block
}

.waves-effect .waves-ripple {
    z-index: -1
}

.modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0;
    max-height: 70%;
    width: 55%;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity
}

@media only screen and (max-width:992px) {
    .modal {
        width: 80%
    }
}

.modal h1,
.modal h2,
.modal h3,
.modal h4 {
    margin-top: 0
}

.modal .modal-content {
    padding: 24px;
}

.modal .modal-close {
    cursor: pointer
}

.modal .modal-footer {
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 4px 6px;
    height: 56px;
    width: 100%;
    text-align: right
}

.modal .modal-footer .btn,
.modal .modal-footer .btn-large,
.modal .modal-footer .btn-flat {
    margin: 6px 0
}

.modal-overlay {
    position: fixed;
    z-index: 999;
    top: -25%;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    display: none;
    will-change: opacity
}

.modal.modal-fixed-footer {
    padding: 0;
    height: 70%
}

.modal.modal-fixed-footer .modal-content {
    position: absolute;
    height: calc(100% - 56px);
    max-height: 100%;
    width: 100%;
    overflow-y: auto
}

.modal.modal-fixed-footer .modal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0
}

.modal.bottom-sheet {
    top: auto;
    bottom: -100%;
    margin: 0;
    width: 100%;
    max-height: 45%;
    border-radius: 0;
    will-change: bottom, opacity
}

.collapsible {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: .5rem 0 1rem 0
}

.collapsible-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.5;
    padding: 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd
}

.collapsible-header i {
    width: 2rem;
    font-size: 1.6rem;
    display: inline-block;
    text-align: center;
    margin-right: 1rem
}

.collapsible-body {
    display: none;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem
}

.side-nav .collapsible,
.side-nav.fixed .collapsible {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.side-nav .collapsible li,
.side-nav.fixed .collapsible li {
    padding: 0
}

.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
    background-color: transparent;
    border: 0;
    line-height: inherit;
    height: inherit;
    padding: 0 16px
}

.side-nav .collapsible-header:hover,
.side-nav.fixed .collapsible-header:hover {
    background-color: rgba(0, 0, 0, 0.05)
}

.side-nav .collapsible-header i,
.side-nav.fixed .collapsible-header i {
    line-height: inherit
}

.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body {
    border: 0;
    background-color: #fff
}

.side-nav .collapsible-body li a,
.side-nav.fixed .collapsible-body li a {
    padding: 0 23.5px 0 31px
}

.collapsible.popout {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.collapsible.popout>li {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 0 24px;
    -webkit-transition: margin .35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: margin .35s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.collapsible.popout>li.active {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    margin: 16px 0
}

.chip {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #e4e4e4;
    margin-bottom: 5px;
    margin-right: 5px
}

.chip>img {
    float: left;
    margin: 0 8px 0 -12px;
    height: 32px;
    width: 32px;
    border-radius: 50%
}

.chip .close {
    cursor: pointer;
    float: right;
    font-size: 16px;
    line-height: 32px;
    padding-left: 8px
}

.chips {
    border: 0;
    border-bottom: 1px solid #9e9e9e;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 0 20px;
    min-height: 45px;
    outline: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.chips.focus {
    border-bottom: 1px solid #26a69a;
    -webkit-box-shadow: 0 1px 0 0 #26a69a;
    box-shadow: 0 1px 0 0 #26a69a
}

.chips:hover {
    cursor: text
}

.chips .chip.selected {
    background-color: #26a69a;
    color: #fff
}

.chips .input {
    background: 0;
    border: 0;
    color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    font-size: 1rem;
    height: 3rem;
    line-height: 32px;
    outline: 0;
    margin: 0;
    padding: 0!important;
    width: 120px!important
}

.chips .input:focus {
    border: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.chips .autocomplete-content {
    margin-top: 0;
    margin-bottom: 0
}

.prefix ~ .chips {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem)
}

.chips:empty ~ label {
    font-size: .8rem;
    -webkit-transform: translateY(-140%);
    transform: translateY(-140%)
}

.materialboxed {
    display: block;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    position: relative;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    -webkit-backface-visibility: hidden
}

.materialboxed:hover:not(.active) {
    opacity: .8
}

.materialboxed.active {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

#materialbox-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #292929;
    z-index: 1000;
    will-change: opacity
}

.materialbox-caption {
    position: fixed;
    display: none;
    color: #fff;
    line-height: 50px;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 15%;
    height: 50px;
    z-index: 1000;
    -webkit-font-smoothing: antialiased
}

select:focus {
    outline: 1px solid #c9f3ef
}

button:focus {
    outline: 0;
    background-color: #2ab7a9
}

label {
    font-size: .8rem;
    color: #9e9e9e
}

::-webkit-input-placeholder {
    color: #d1d1d1
}

::-moz-placeholder {
    color: #d1d1d1
}

:-ms-input-placeholder {
    color: #d1d1d1
}

::placeholder {
    color: #d1d1d1
}

.input-freelist {
    margin: 10px 0 0 0!important
}

input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px;
    padding: 10px
}

input:not([type]):disabled,
input:not([type])[readonly="readonly"],
input[type=text]:not(.browser-default):disabled,
input[type=text]:not(.browser-default)[readonly="readonly"],
input[type=password]:not(.browser-default):disabled,
input[type=password]:not(.browser-default)[readonly="readonly"],
input[type=email]:not(.browser-default):disabled,
input[type=email]:not(.browser-default)[readonly="readonly"],
input[type=url]:not(.browser-default):disabled,
input[type=url]:not(.browser-default)[readonly="readonly"],
input[type=time]:not(.browser-default):disabled,
input[type=time]:not(.browser-default)[readonly="readonly"],
input[type=date]:not(.browser-default):disabled,
input[type=date]:not(.browser-default)[readonly="readonly"],
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime]:not(.browser-default)[readonly="readonly"],
input[type=datetime-local]:not(.browser-default):disabled,
input[type=datetime-local]:not(.browser-default)[readonly="readonly"],
input[type=tel]:not(.browser-default):disabled,
input[type=tel]:not(.browser-default)[readonly="readonly"],
input[type=number]:not(.browser-default):disabled,
input[type=number]:not(.browser-default)[readonly="readonly"],
input[type=search]:not(.browser-default):disabled,
input[type=search]:not(.browser-default)[readonly="readonly"],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
    color: rgba(0, 0, 0, 0.42);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.42)
}

input:not([type]):disabled+label,
input:not([type])[readonly="readonly"]+label,
input[type=text]:not(.browser-default):disabled+label,
input[type=text]:not(.browser-default)[readonly="readonly"]+label,
input[type=password]:not(.browser-default):disabled+label,
input[type=password]:not(.browser-default)[readonly="readonly"]+label,
input[type=email]:not(.browser-default):disabled+label,
input[type=email]:not(.browser-default)[readonly="readonly"]+label,
input[type=url]:not(.browser-default):disabled+label,
input[type=url]:not(.browser-default)[readonly="readonly"]+label,
input[type=time]:not(.browser-default):disabled+label,
input[type=time]:not(.browser-default)[readonly="readonly"]+label,
input[type=date]:not(.browser-default):disabled+label,
input[type=date]:not(.browser-default)[readonly="readonly"]+label,
input[type=datetime]:not(.browser-default):disabled+label,
input[type=datetime]:not(.browser-default)[readonly="readonly"]+label,
input[type=datetime-local]:not(.browser-default):disabled+label,
input[type=datetime-local]:not(.browser-default)[readonly="readonly"]+label,
input[type=tel]:not(.browser-default):disabled+label,
input[type=tel]:not(.browser-default)[readonly="readonly"]+label,
input[type=number]:not(.browser-default):disabled+label,
input[type=number]:not(.browser-default)[readonly="readonly"]+label,
input[type=search]:not(.browser-default):disabled+label,
input[type=search]:not(.browser-default)[readonly="readonly"]+label,
textarea.materialize-textarea:disabled+label,
textarea.materialize-textarea[readonly="readonly"]+label {
    color: rgba(0, 0, 0, 0.42)
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #26a69a;
    -webkit-box-shadow: 0 1px 0 0 #26a69a;
    box-shadow: 0 1px 0 0 #26a69a
}

input:not([type]):focus:not([readonly])+label,
input[type=text]:not(.browser-default):focus:not([readonly])+label,
input[type=password]:not(.browser-default):focus:not([readonly])+label,
input[type=email]:not(.browser-default):focus:not([readonly])+label,
input[type=url]:not(.browser-default):focus:not([readonly])+label,
input[type=time]:not(.browser-default):focus:not([readonly])+label,
input[type=date]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,
input[type=tel]:not(.browser-default):focus:not([readonly])+label,
input[type=number]:not(.browser-default):focus:not([readonly])+label,
input[type=search]:not(.browser-default):focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label {
    color: #26a69a
}

input:not([type]).validate+label,
input[type=text]:not(.browser-default).validate+label,
input[type=password]:not(.browser-default).validate+label,
input[type=email]:not(.browser-default).validate+label,
input[type=url]:not(.browser-default).validate+label,
input[type=time]:not(.browser-default).validate+label,
input[type=date]:not(.browser-default).validate+label,
input[type=datetime]:not(.browser-default).validate+label,
input[type=datetime-local]:not(.browser-default).validate+label,
input[type=tel]:not(.browser-default).validate+label,
input[type=number]:not(.browser-default).validate+label,
input[type=search]:not(.browser-default).validate+label,
textarea.materialize-textarea.validate+label {
    width: 100%
}

input:not([type]).invalid+label:after,
input:not([type]).valid+label:after,
input[type=text]:not(.browser-default).invalid+label:after,
input[type=text]:not(.browser-default).valid+label:after,
input[type=password]:not(.browser-default).invalid+label:after,
input[type=password]:not(.browser-default).valid+label:after,
input[type=email]:not(.browser-default).invalid+label:after,
input[type=email]:not(.browser-default).valid+label:after,
input[type=url]:not(.browser-default).invalid+label:after,
input[type=url]:not(.browser-default).valid+label:after,
input[type=time]:not(.browser-default).invalid+label:after,
input[type=time]:not(.browser-default).valid+label:after,
input[type=date]:not(.browser-default).invalid+label:after,
input[type=date]:not(.browser-default).valid+label:after,
input[type=datetime]:not(.browser-default).invalid+label:after,
input[type=datetime]:not(.browser-default).valid+label:after,
input[type=datetime-local]:not(.browser-default).invalid+label:after,
input[type=datetime-local]:not(.browser-default).valid+label:after,
input[type=tel]:not(.browser-default).invalid+label:after,
input[type=tel]:not(.browser-default).valid+label:after,
input[type=number]:not(.browser-default).invalid+label:after,
input[type=number]:not(.browser-default).valid+label:after,
input[type=search]:not(.browser-default).invalid+label:after,
input[type=search]:not(.browser-default).valid+label:after,
textarea.materialize-textarea.invalid+label:after,
textarea.materialize-textarea.valid+label:after {
    display: none
}

input:not([type]).invalid+label.active:after,
input:not([type]).valid+label.active:after,
input[type=text]:not(.browser-default).invalid+label.active:after,
input[type=text]:not(.browser-default).valid+label.active:after,
input[type=password]:not(.browser-default).invalid+label.active:after,
input[type=password]:not(.browser-default).valid+label.active:after,
input[type=email]:not(.browser-default).invalid+label.active:after,
input[type=email]:not(.browser-default).valid+label.active:after,
input[type=url]:not(.browser-default).invalid+label.active:after,
input[type=url]:not(.browser-default).valid+label.active:after,
input[type=time]:not(.browser-default).invalid+label.active:after,
input[type=time]:not(.browser-default).valid+label.active:after,
input[type=date]:not(.browser-default).invalid+label.active:after,
input[type=date]:not(.browser-default).valid+label.active:after,
input[type=datetime]:not(.browser-default).invalid+label.active:after,
input[type=datetime]:not(.browser-default).valid+label.active:after,
input[type=datetime-local]:not(.browser-default).invalid+label.active:after,
input[type=datetime-local]:not(.browser-default).valid+label.active:after,
input[type=tel]:not(.browser-default).invalid+label.active:after,
input[type=tel]:not(.browser-default).valid+label.active:after,
input[type=number]:not(.browser-default).invalid+label.active:after,
input[type=number]:not(.browser-default).valid+label.active:after,
input[type=search]:not(.browser-default).invalid+label.active:after,
input[type=search]:not(.browser-default).valid+label.active:after,
textarea.materialize-textarea.invalid+label.active:after,
textarea.materialize-textarea.valid+label.active:after {
    display: block
}

input.valid:not([type]),
input.valid:not([type]):focus,
input[type=text].valid:not(.browser-default),
input[type=text].valid:not(.browser-default):focus,
input[type=password].valid:not(.browser-default),
input[type=password].valid:not(.browser-default):focus,
input[type=email].valid:not(.browser-default),
input[type=email].valid:not(.browser-default):focus,
input[type=url].valid:not(.browser-default),
input[type=url].valid:not(.browser-default):focus,
input[type=time].valid:not(.browser-default),
input[type=time].valid:not(.browser-default):focus,
input[type=date].valid:not(.browser-default),
input[type=date].valid:not(.browser-default):focus,
input[type=datetime].valid:not(.browser-default),
input[type=datetime].valid:not(.browser-default):focus,
input[type=datetime-local].valid:not(.browser-default),
input[type=datetime-local].valid:not(.browser-default):focus,
input[type=tel].valid:not(.browser-default),
input[type=tel].valid:not(.browser-default):focus,
input[type=number].valid:not(.browser-default),
input[type=number].valid:not(.browser-default):focus,
input[type=search].valid:not(.browser-default),
input[type=search].valid:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus,
.select-wrapper.valid>input.select-dropdown {
    border-bottom: 1px solid #4caf50;
    -webkit-box-shadow: 0 1px 0 0 #4caf50;
    box-shadow: 0 1px 0 0 #4caf50
}

input.invalid:not([type]),
input.invalid:not([type]):focus,
input[type=text].invalid:not(.browser-default),
input[type=text].invalid:not(.browser-default):focus,
input[type=password].invalid:not(.browser-default),
input[type=password].invalid:not(.browser-default):focus,
input[type=email].invalid:not(.browser-default),
input[type=email].invalid:not(.browser-default):focus,
input[type=url].invalid:not(.browser-default),
input[type=url].invalid:not(.browser-default):focus,
input[type=time].invalid:not(.browser-default),
input[type=time].invalid:not(.browser-default):focus,
input[type=date].invalid:not(.browser-default),
input[type=date].invalid:not(.browser-default):focus,
input[type=datetime].invalid:not(.browser-default),
input[type=datetime].invalid:not(.browser-default):focus,
input[type=datetime-local].invalid:not(.browser-default),
input[type=datetime-local].invalid:not(.browser-default):focus,
input[type=tel].invalid:not(.browser-default),
input[type=tel].invalid:not(.browser-default):focus,
input[type=number].invalid:not(.browser-default),
input[type=number].invalid:not(.browser-default):focus,
input[type=search].invalid:not(.browser-default),
input[type=search].invalid:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus,
.select-wrapper.invalid>input.select-dropdown {
    border-bottom: 1px solid #f44336;
    -webkit-box-shadow: 0 1px 0 0 #f44336;
    box-shadow: 0 1px 0 0 #f44336
}

input:not([type]).valid+label:after,
input:not([type]):focus.valid+label:after,
input[type=text]:not(.browser-default).valid+label:after,
input[type=text]:not(.browser-default):focus.valid+label:after,
input[type=password]:not(.browser-default).valid+label:after,
input[type=password]:not(.browser-default):focus.valid+label:after,
input[type=email]:not(.browser-default).valid+label:after,
input[type=email]:not(.browser-default):focus.valid+label:after,
input[type=url]:not(.browser-default).valid+label:after,
input[type=url]:not(.browser-default):focus.valid+label:after,
input[type=time]:not(.browser-default).valid+label:after,
input[type=time]:not(.browser-default):focus.valid+label:after,
input[type=date]:not(.browser-default).valid+label:after,
input[type=date]:not(.browser-default):focus.valid+label:after,
input[type=datetime]:not(.browser-default).valid+label:after,
input[type=datetime]:not(.browser-default):focus.valid+label:after,
input[type=datetime-local]:not(.browser-default).valid+label:after,
input[type=datetime-local]:not(.browser-default):focus.valid+label:after,
input[type=tel]:not(.browser-default).valid+label:after,
input[type=tel]:not(.browser-default):focus.valid+label:after,
input[type=number]:not(.browser-default).valid+label:after,
input[type=number]:not(.browser-default):focus.valid+label:after,
input[type=search]:not(.browser-default).valid+label:after,
input[type=search]:not(.browser-default):focus.valid+label:after,
textarea.materialize-textarea.valid+label:after,
textarea.materialize-textarea:focus.valid+label:after,
.select-wrapper.valid+label:after {
    content: attr(data-success);
    color: #4caf50;
    opacity: 1;
    -webkit-transform: translateY(9px);
    transform: translateY(9px)
}

input:not([type]).invalid+label:after,
input:not([type]):focus.invalid+label:after,
input[type=text]:not(.browser-default).invalid+label:after,
input[type=text]:not(.browser-default):focus.invalid+label:after,
input[type=password]:not(.browser-default).invalid+label:after,
input[type=password]:not(.browser-default):focus.invalid+label:after,
input[type=email]:not(.browser-default).invalid+label:after,
input[type=email]:not(.browser-default):focus.invalid+label:after,
input[type=url]:not(.browser-default).invalid+label:after,
input[type=url]:not(.browser-default):focus.invalid+label:after,
input[type=time]:not(.browser-default).invalid+label:after,
input[type=time]:not(.browser-default):focus.invalid+label:after,
input[type=date]:not(.browser-default).invalid+label:after,
input[type=date]:not(.browser-default):focus.invalid+label:after,
input[type=datetime]:not(.browser-default).invalid+label:after,
input[type=datetime]:not(.browser-default):focus.invalid+label:after,
input[type=datetime-local]:not(.browser-default).invalid+label:after,
input[type=datetime-local]:not(.browser-default):focus.invalid+label:after,
input[type=tel]:not(.browser-default).invalid+label:after,
input[type=tel]:not(.browser-default):focus.invalid+label:after,
input[type=number]:not(.browser-default).invalid+label:after,
input[type=number]:not(.browser-default):focus.invalid+label:after,
input[type=search]:not(.browser-default).invalid+label:after,
input[type=search]:not(.browser-default):focus.invalid+label:after,
textarea.materialize-textarea.invalid+label:after,
textarea.materialize-textarea:focus.invalid+label:after,
.select-wrapper.invalid+label:after {
    content: attr(data-error);
    color: #f44336;
    opacity: 1;
    -webkit-transform: translateY(9px);
    transform: translateY(9px)
}

input:not([type])+label:after,
input[type=text]:not(.browser-default)+label:after,
input[type=password]:not(.browser-default)+label:after,
input[type=email]:not(.browser-default)+label:after,
input[type=url]:not(.browser-default)+label:after,
input[type=time]:not(.browser-default)+label:after,
input[type=date]:not(.browser-default)+label:after,
input[type=datetime]:not(.browser-default)+label:after,
input[type=datetime-local]:not(.browser-default)+label:after,
input[type=tel]:not(.browser-default)+label:after,
input[type=number]:not(.browser-default)+label:after,
input[type=search]:not(.browser-default)+label:after,
textarea.materialize-textarea+label:after,
.select-wrapper+label:after {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    -webkit-transition: .2s opacity ease-out, .2s color ease-out;
    transition: .2s opacity ease-out, .2s color ease-out
}

.input-field {
    position: relative;
    margin-top: 1rem
}

.input-field.inline {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.input-field.inline input,
.input-field.inline .select-dropdown {
    margin-bottom: 1rem
}

.input-field.col label {
    left: .75rem
}

.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
    width: calc(100% - 3rem - 1.5rem)
}

.input-field label {
    color: #9e9e9e;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    font-size: 1rem;
    cursor: text;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    text-align: initial;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    pointer-events: none
}

.input-field label:not(.label-icon).active {
    -webkit-transform: translateY(-14px) scale(0.8);
    transform: translateY(-14px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.input-field .prefix {
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    -webkit-transition: color .2s;
    transition: color .2s
}

.input-field .prefix.active {
    color: #26a69a
}

.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .autocomplete-content {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem)
}

.input-field .prefix ~ label {
    margin-left: 3rem
}

@media only screen and (max-width:992px) {
    .input-field .prefix ~ input {
        width: 86%;
        width: calc(100% - 3rem)
    }
}

@media only screen and (max-width:600px) {
    .input-field .prefix ~ input {
        width: 80%;
        width: calc(100% - 3rem)
    }
}

.input-field input[type=search] {
    display: block;
    line-height: inherit
}

.nav-wrapper .input-field input[type=search] {
    height: inherit;
    padding-left: 4rem;
    width: calc(100% - 4rem);
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.input-field input[type=search]:focus {
    background-color: #fff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #444
}

.input-field input[type=search]:focus+label i,
.input-field input[type=search]:focus ~ .mdi-navigation-close,
.input-field input[type=search]:focus ~ .material-icons {
    color: #444
}

.input-field input[type=search]+label {
    left: 1rem
}

.input-field input[type=search] ~ .mdi-navigation-close,
.input-field input[type=search] ~ .material-icons {
    position: absolute;
    top: 0;
    right: 1rem;
    color: transparent;
    cursor: pointer;
    font-size: 2rem;
    -webkit-transition: .3s color;
    transition: .3s color
}

textarea {
    width: 100%;
    height: 3rem;
    background-color: transparent
}

textarea.materialize-textarea {
    overflow-y: hidden;
    padding: .8rem 0 1.6rem 0;
    resize: none;
    min-height: 3rem
}

textarea.materialize-textarea.validate+label {
    height: 100%
}

textarea.materialize-textarea.validate+label::after {
    top: calc(100% - 12px)
}

textarea.materialize-textarea.validate+label:not(.label-icon).active {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px)
}

.hiddendiv {
    display: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-top: 1.2rem;
    position: absolute;
    top: 0
}

.autocomplete-content {
    margin-top: -20px;
    margin-bottom: 20px;
    display: block;
    opacity: 1;
    position: static
}

.autocomplete-content li .highlight {
    color: #444
}

.autocomplete-content li img {
    height: 40px;
    width: 40px;
    margin: 5px 15px
}

[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

[type="radio"]:not(:checked)+label,
[type="radio"]:checked+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[type="radio"]+label:before,
[type="radio"]+label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    transition: .28s ease
}

[type="radio"]:not(:checked)+label:before,
[type="radio"]:not(:checked)+label:after,
[type="radio"]:checked+label:before,
[type="radio"]:checked+label:after,
[type="radio"].with-gap:checked+label:before,
[type="radio"].with-gap:checked+label:after {
    border-radius: 50%
}

[type="radio"]:not(:checked)+label:before,
[type="radio"]:not(:checked)+label:after {
    border: 2px solid #5a5a5a
}

[type="radio"]:not(:checked)+label:after {
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type="radio"]:checked+label:before {
    border: 2px solid transparent
}

[type="radio"]:checked+label:after,
[type="radio"].with-gap:checked+label:before,
[type="radio"].with-gap:checked+label:after {
    border: 2px solid #26a69a
}

[type="radio"]:checked+label:after,
[type="radio"].with-gap:checked+label:after {
    background-color: #26a69a
}

[type="radio"]:checked+label:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

[type="radio"].with-gap:checked+label:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5)
}

[type="radio"].tabbed:focus+label:before {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1)
}

[type="radio"].with-gap:disabled:checked+label:before {
    border: 2px solid rgba(0, 0, 0, 0.42)
}

[type="radio"].with-gap:disabled:checked+label:after {
    border: 0;
    background-color: rgba(0, 0, 0, 0.42)
}

[type="radio"]:disabled:not(:checked)+label:before,
[type="radio"]:disabled:checked+label:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.42)
}

[type="radio"]:disabled+label {
    color: rgba(0, 0, 0, 0.42)
}

[type="radio"]:disabled:not(:checked)+label:before {
    border-color: rgba(0, 0, 0, 0.42)
}

[type="radio"]:disabled:checked+label:after {
    background-color: rgba(0, 0, 0, 0.42);
    border-color: #949494
}

form p {
    margin-bottom: 10px;
    text-align: left
}

form p:last-child {
    margin-bottom: 0
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    width: 25px;
    width: 15px;
    height: 14px;
    margin: 9px
}

[type="checkbox"]+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[type="checkbox"]+label:before,
[type="checkbox"]:not(.filled-in)+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    transition: .2s
}

[type="checkbox"]:not(.filled-in)+label:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type="checkbox"]:not(:checked):disabled+label:before {
    border: 0;
    background-color: rgba(0, 0, 0, 0.42)
}

[type="checkbox"].tabbed:focus+label:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1)
}

[type="checkbox"]:checked+label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #26a69a;
    border-bottom: 2px solid #26a69a;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type="checkbox"]:checked:disabled+label:before {
    border-right: 2px solid rgba(0, 0, 0, 0.42);
    border-bottom: 2px solid rgba(0, 0, 0, 0.42)
}

[type="checkbox"]:indeterminate+label:before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: 0;
    border-left: none;
    border-right: 2px solid #26a69a;
    border-bottom: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type="checkbox"]:indeterminate:disabled+label:before {
    border-right: 2px solid rgba(0, 0, 0, 0.42);
    background-color: transparent
}

[type="checkbox"].filled-in+label:after {
    border-radius: 2px
}

[type="checkbox"].filled-in+label:before,
[type="checkbox"].filled-in+label:after {
    content: '';
    left: 0;
    position: absolute;
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1
}

[type="checkbox"].filled-in:not(:checked)+label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type="checkbox"].filled-in:not(:checked)+label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0;
    z-index: 0
}

[type="checkbox"].filled-in:checked+label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type="checkbox"].filled-in:checked+label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #26a69a;
    background-color: #26a69a;
    z-index: 0
}

[type="checkbox"].filled-in.tabbed:focus+label:after {
    border-radius: 2px;
    border-color: #5a5a5a;
    background-color: rgba(0, 0, 0, 0.1)
}

[type="checkbox"].filled-in.tabbed:checked:focus+label:after {
    border-radius: 2px;
    background-color: #26a69a;
    border-color: #26a69a
}

[type="checkbox"].filled-in:disabled:not(:checked)+label:before {
    background-color: transparent;
    border: 2px solid transparent
}

[type="checkbox"].filled-in:disabled:not(:checked)+label:after {
    border-color: transparent;
    background-color: #949494
}

[type="checkbox"].filled-in:disabled:checked+label:before {
    background-color: transparent
}

[type="checkbox"].filled-in:disabled:checked+label:after {
    background-color: #949494;
    border-color: #949494
}

.switch,
.switch * {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.switch label {
    cursor: pointer
}

.switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0
}

.switch label input[type=checkbox]:checked+.lever {
    background-color: #84c7c1
}

.switch label input[type=checkbox]:checked+.lever:before,
.switch label input[type=checkbox]:checked+.lever:after {
    left: 18px
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #26a69a
}

.switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 36px;
    height: 14px;
    background-color: rgba(0, 0, 0, 0.38);
    border-radius: 15px;
    margin-right: 10px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    vertical-align: middle;
    margin: 0 16px
}

.switch label .lever:before,
.switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 0;
    top: -3px;
    -webkit-transition: left .3s ease, background .3s ease, -webkit-box-shadow .1s ease, -webkit-transform .1s ease;
    transition: left .3s ease, background .3s ease, -webkit-box-shadow .1s ease, -webkit-transform .1s ease;
    transition: left .3s ease, background .3s ease, box-shadow .1s ease, transform .1s ease;
    transition: left .3s ease, background .3s ease, box-shadow .1s ease, transform .1s ease, -webkit-box-shadow .1s ease, -webkit-transform .1s ease
}

.switch label .lever:before {
    background-color: rgba(38, 166, 154, 0.15)
}

.switch label .lever:after {
    background-color: #f1f1f1;
    -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0 rgba(0, 0, 0, 0.14), 0px 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0 rgba(0, 0, 0, 0.14), 0px 1px 5px 0 rgba(0, 0, 0, 0.12)
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    background-color: rgba(38, 166, 154, 0.15)
}

input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    background-color: rgba(0, 0, 0, 0.08)
}

.switch input[type=checkbox][disabled]+.lever {
    cursor: default;
    background-color: rgba(0, 0, 0, 0.12)
}

.switch label input[type=checkbox][disabled]+.lever:after,
.switch label input[type=checkbox][disabled]:checked+.lever:after {
    background-color: #949494
}

select.browser-default {
    display: block
}

select {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 5px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    height: 3rem
}

.input-field>select {
    display: block;
    position: absolute;
    width: 0;
    pointer-events: none;
    height: 0;
    top: 0;
    left: 0;
    opacity: 0
}

.select-label {
    position: absolute
}

.select-wrapper {
    position: relative
}

.select-wrapper.valid+label,
.select-wrapper.invalid+label {
    width: 100%;
    pointer-events: none
}

.select-wrapper input.select-dropdown {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #9e9e9e;
    outline: 0;
    height: 3rem;
    line-height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px;
    padding: 0;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select-wrapper span.caret {
    color: initial;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 10px;
    margin: auto 0;
    font-size: 10px;
    line-height: 10px;
    display: none
}

.select-wrapper+label {
    position: absolute;
    top: -26px;
    font-size: .8rem
}

select:disabled {
    color: rgba(0, 0, 0, 0.42)
}

.select-wrapper.disabled span.caret,
.select-wrapper.disabled+label {
    color: rgba(0, 0, 0, 0.42)
}

.select-wrapper input.select-dropdown:disabled {
    color: rgba(0, 0, 0, 0.42);
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select-wrapper i {
    color: rgba(0, 0, 0, 0.3)
}

.select-dropdown li.disabled,
.select-dropdown li.disabled>span,
.select-dropdown li.optgroup {
    color: rgba(0, 0, 0, 0.3);
    background-color: transparent
}

.select-dropdown.dropdown-content li.active {
    background-color: transparent
}

.select-dropdown.dropdown-content li:hover {
    background-color: rgba(0, 0, 0, 0.06)
}

.select-dropdown.dropdown-content li.selected {
    background-color: rgba(0, 0, 0, 0.03)
}

.prefix ~ .select-wrapper {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem)
}

.prefix ~ label {
    margin-left: 3rem
}

.select-dropdown li img {
    height: 40px;
    width: 40px;
    margin: 5px 15px;
    float: right
}

.select-dropdown li.optgroup {
    border-top: 1px solid #eee
}

.select-dropdown li.optgroup.selected>span {
    color: rgba(0, 0, 0, 0.7)
}

.select-dropdown li.optgroup>span {
    color: rgba(0, 0, 0, 0.4)
}

.select-dropdown li.optgroup ~ li.optgroup-option {
    padding-left: 1rem
}

.file-field {
    position: relative
}

.file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px
}

.file-field input.file-path {
    width: 100%
}

.file-field .btn,
.file-field .btn-large {
    float: left;
    height: 3rem;
    line-height: 3rem
}

.file-field span {
    cursor: pointer
}

.file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0)
}

.file-field input[type=file]::-webkit-file-upload-button {
    display: none
}

.range-field {
    position: relative
}

input[type=range],
input[type=range]+.thumb {
    cursor: pointer
}

input[type=range] {
    position: relative;
    background-color: transparent;
    border: 0;
    outline: 0;
    width: 100%;
    margin: 15px 0;
    padding: 0
}

input[type=range]:focus {
    outline: 0
}

input[type=range]+.thumb {
    position: absolute;
    top: 10px;
    left: 0;
    border: 0;
    height: 0;
    width: 0;
    border-radius: 50%;
    background-color: #26a69a;
    margin-left: 7px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

input[type=range]+.thumb .value {
    display: block;
    width: 30px;
    text-align: center;
    color: #26a69a;
    font-size: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

input[type=range]+.thumb.active {
    border-radius: 50% 50% 50% 0
}

input[type=range]+.thumb.active .value {
    color: #fff;
    margin-left: -1px;
    margin-top: 8px;
    font-size: 10px
}

input[type=range] {
    -webkit-appearance: none
}

input[type=range]::-webkit-slider-runnable-track {
    height: 3px;
    background: #c2c0c2;
    border: 0
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: #26a69a;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    margin: -5px 0 0 0;
    -webkit-transition: .3s;
    transition: .3s
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc
}

input[type=range] {
    border: 1px solid white
}

input[type=range]::-moz-range-track {
    height: 3px;
    background: #ddd;
    border: 0
}

input[type=range]::-moz-range-thumb {
    border: 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #26a69a;
    margin-top: -5px
}

input[type=range]:-moz-focusring {
    outline: 1px solid #fff;
    outline-offset: -1px
}

input[type=range]:focus::-moz-range-track {
    background: #ccc
}

input[type=range]::-ms-track {
    height: 3px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent
}

input[type=range]::-ms-fill-lower {
    background: #777
}

input[type=range]::-ms-fill-upper {
    background: #ddd
}

input[type=range]::-ms-thumb {
    border: 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #26a69a
}

input[type=range]:focus::-ms-fill-lower {
    background: #888
}

input[type=range]:focus::-ms-fill-upper {
    background: #ccc
}

.table-of-contents.fixed {
    position: fixed
}

.table-of-contents li {
    padding: 2px 0
}

.table-of-contents a {
    display: inline-block;
    font-weight: 300;
    color: #757575;
    padding-left: 20px;
    height: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: .4;
    display: inline-block
}

.table-of-contents a:hover {
    color: #a8a8a8;
    padding-left: 19px;
    border-left: 1px solid #ee6e73
}

.table-of-contents a.active {
    font-weight: 500;
    padding-left: 18px;
    border-left: 2px solid #ee6e73
}

.side-nav {
    position: fixed;
    width: 300px;
    left: 0;
    top: 0;
    margin: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    height: calc(100%+60px);
    height: -moz-calc(100%);
    padding-bottom: 60px;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%)
}

.side-nav.right-aligned {
    right: 0;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
    left: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.side-nav .collapsible {
    margin: 0
}

.side-nav li {
    float: none;
    line-height: 48px
}

.side-nav li.active {
    background-color: rgba(0, 0, 0, 0.05)
}

.side-nav li>a {
    color: rgba(0, 0, 0, 0.87);
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 32px
}

.side-nav li>a:hover {
    background-color: rgba(0, 0, 0, 0.05)
}

.side-nav li>a.btn,
.side-nav li>a.btn-large,
.side-nav li>a.btn-large,
.side-nav li>a.btn-flat,
.side-nav li>a.btn-floating {
    margin: 10px 15px
}

.side-nav li>a.btn,
.side-nav li>a.btn-large,
.side-nav li>a.btn-large,
.side-nav li>a.btn-floating {
    color: #fff
}

.side-nav li>a.btn-flat {
    color: #343434
}

.side-nav li>a.btn:hover,
.side-nav li>a.btn-large:hover,
.side-nav li>a.btn-large:hover {
    background-color: #2bbbad
}

.side-nav li>a.btn-floating:hover {
    background-color: #26a69a
}

.side-nav li>a>i,
.side-nav li>a>[class^="mdi-"],
.side-nav li>a li>a>[class*="mdi-"],
.side-nav li>a>i.material-icons {
    float: left;
    height: 48px;
    line-height: 48px;
    margin: 0 32px 0 0;
    width: 24px;
    color: rgba(0, 0, 0, 0.54)
}

.side-nav .divider {
    margin: 8px 0 0 0
}

.side-nav .subheader {
    cursor: initial;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.54);
    font-size: 14px;
    font-weight: 500;
    line-height: 48px
}

.side-nav .subheader:hover {
    background-color: transparent
}

.side-nav .user-view,
.side-nav .userView {
    position: relative;
    padding: 32px 32px 0;
    margin-bottom: 8px
}

.side-nav .user-view>a,
.side-nav .userView>a {
    height: auto;
    padding: 0
}

.side-nav .user-view>a:hover,
.side-nav .userView>a:hover {
    background-color: transparent
}

.side-nav .user-view .background,
.side-nav .userView .background {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}

.side-nav .user-view .circle,
.side-nav .user-view .name,
.side-nav .user-view .email,
.side-nav .userView .circle,
.side-nav .userView .name,
.side-nav .userView .email {
    display: block
}

.side-nav .user-view .circle,
.side-nav .userView .circle {
    height: 64px;
    width: 64px
}

.side-nav .user-view .name,
.side-nav .user-view .email,
.side-nav .userView .name,
.side-nav .userView .email {
    font-size: 14px;
    line-height: 24px
}

.side-nav .user-view .name,
.side-nav .userView .name {
    margin-top: 16px;
    font-weight: 500
}

.side-nav .user-view .email,
.side-nav .userView .email {
    padding-bottom: 16px;
    font-weight: 400
}

.drag-target {
    height: 100%;
    width: 10px;
    position: fixed;
    top: 0;
    z-index: 998
}

.side-nav.fixed {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: fixed
}

.side-nav.fixed.right-aligned {
    right: 0;
    left: auto
}

@media only screen and (max-width:992px) {
    .side-nav.fixed {
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%)
    }
    .side-nav.fixed.right-aligned {
        -webkit-transform: translateX(105%);
        transform: translateX(105%)
    }
    .side-nav a {
        padding: 0 16px
    }
    .side-nav .user-view,
    .side-nav .userView {
        padding: 16px 16px 0
    }
}

.side-nav .collapsible-body>ul:not(.collapsible)>li.active,
.side-nav.fixed .collapsible-body>ul:not(.collapsible)>li.active {
    background-color: #ee6e73
}

.side-nav .collapsible-body>ul:not(.collapsible)>li.active a,
.side-nav.fixed .collapsible-body>ul:not(.collapsible)>li.active a {
    color: #fff
}

.side-nav .collapsible-body {
    padding: 0
}

#sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 120vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 997;
    will-change: opacity
}

.preloader-wrapper {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px
}

.preloader-wrapper.small {
    width: 36px;
    height: 36px
}

.preloader-wrapper.big {
    width: 64px;
    height: 64px
}

.preloader-wrapper.active {
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite
}

@-webkit-keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-color: #26a69a
}

.spinner-blue,
.spinner-blue-only {
    border-color: #4285f4
}

.spinner-red,
.spinner-red-only {
    border-color: #db4437
}

.spinner-yellow,
.spinner-yellow-only {
    border-color: #f4b400
}

.spinner-green,
.spinner-green-only {
    border-color: #0f9d58
}

.active .spinner-layer.spinner-blue {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

.active .spinner-layer.spinner-red {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

.active .spinner-layer.spinner-yellow {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

.active .spinner-layer.spinner-green {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
    opacity: 1;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

@-webkit-keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg)
    }
    25% {
        -webkit-transform: rotate(270deg)
    }
    37.5% {
        -webkit-transform: rotate(405deg)
    }
    50% {
        -webkit-transform: rotate(540deg)
    }
    62.5% {
        -webkit-transform: rotate(675deg)
    }
    75% {
        -webkit-transform: rotate(810deg)
    }
    87.5% {
        -webkit-transform: rotate(945deg)
    }
    to {
        -webkit-transform: rotate(1080deg)
    }
}

@keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg)
    }
    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg)
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg)
    }
    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg)
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg)
    }
    to {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg)
    }
}

@-webkit-keyframes blue-fade-in-out {
    from {
        opacity: 1
    }
    25% {
        opacity: 1
    }
    26% {
        opacity: 0
    }
    89% {
        opacity: 0
    }
    90% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@keyframes blue-fade-in-out {
    from {
        opacity: 1
    }
    25% {
        opacity: 1
    }
    26% {
        opacity: 0
    }
    89% {
        opacity: 0
    }
    90% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes red-fade-in-out {
    from {
        opacity: 0
    }
    15% {
        opacity: 0
    }
    25% {
        opacity: 1
    }
    50% {
        opacity: 1
    }
    51% {
        opacity: 0
    }
}

@keyframes red-fade-in-out {
    from {
        opacity: 0
    }
    15% {
        opacity: 0
    }
    25% {
        opacity: 1
    }
    50% {
        opacity: 1
    }
    51% {
        opacity: 0
    }
}

@-webkit-keyframes yellow-fade-in-out {
    from {
        opacity: 0
    }
    40% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    75% {
        opacity: 1
    }
    76% {
        opacity: 0
    }
}

@keyframes yellow-fade-in-out {
    from {
        opacity: 0
    }
    40% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    75% {
        opacity: 1
    }
    76% {
        opacity: 0
    }
}

@-webkit-keyframes green-fade-in-out {
    from {
        opacity: 0
    }
    65% {
        opacity: 0
    }
    75% {
        opacity: 1
    }
    90% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes green-fade-in-out {
    from {
        opacity: 0
    }
    65% {
        opacity: 0
    }
    75% {
        opacity: 1
    }
    90% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit
}

.gap-patch .circle {
    width: 1000%;
    left: -450%
}

.circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit
}

.circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent!important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0
}

.circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent!important;
    -webkit-transform: rotate(129deg);
    transform: rotate(129deg)
}

.circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent!important;
    -webkit-transform: rotate(-129deg);
    transform: rotate(-129deg)
}

.active .circle-clipper.left .circle {
    -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

.active .circle-clipper.right .circle {
    -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

@-webkit-keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg)
    }
    50% {
        -webkit-transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(130deg)
    }
}

@keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg)
    }
    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg)
    }
}

@-webkit-keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg)
    }
    50% {
        -webkit-transform: rotate(5deg)
    }
    to {
        -webkit-transform: rotate(-130deg)
    }
}

@keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }
    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    to {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }
}

#spinnerContainer.cooldown {
    -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
    animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1)
}

@-webkit-keyframes fade-out {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fade-out {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.slider {
    position: relative;
    height: 400px;
    width: 100%
}

.slider.fullscreen {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.slider.fullscreen ul.slides {
    height: 100%
}

.slider.fullscreen ul.indicators {
    z-index: 2;
    bottom: 30px
}

.slider .slides {
    background-color: #9e9e9e;
    margin: 0;
    height: 400px
}

.slider .slides li {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: inherit;
    overflow: hidden
}

.slider .slides li img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center
}

.slider .slides li .caption {
    color: #fff;
    position: absolute;
    top: 15%;
    left: 15%;
    width: 70%;
    opacity: 0
}

.slider .slides li .caption p {
    color: #e0e0e0
}

.slider .slides li.active {
    z-index: 2
}

.slider .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0
}

.slider .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 16px;
    width: 16px;
    margin: 0 12px;
    background-color: #e0e0e0;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 50%
}

.slider .indicators .indicator-item.active {
    background-color: #4caf50
}

.carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 400px;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.carousel.carousel-slider {
    top: 0;
    left: 0
}

.carousel.carousel-slider .carousel-fixed-item {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 1
}

.carousel.carousel-slider .carousel-fixed-item.with-indicators {
    bottom: 68px
}

.carousel.carousel-slider .carousel-item {
    width: 100%;
    height: 100%;
    min-height: 400px;
    position: absolute;
    top: 0;
    left: 0
}

.carousel.carousel-slider .carousel-item h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.carousel.carousel-slider .carousel-item p {
    font-size: 15px
}

.carousel .carousel-item {
    display: none;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0
}

.carousel .carousel-item>img {
    width: 100%
}

.carousel .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0
}

.carousel .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 24px 4px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 50%
}

.carousel .indicators .indicator-item.active {
    background-color: #fff
}

.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
    pointer-events: none
}

.tap-target-wrapper {
    width: 800px;
    height: 800px;
    position: fixed;
    z-index: 1000;
    visibility: hidden;
    -webkit-transition: visibility 0s .3s;
    transition: visibility 0s .3s
}

.tap-target-wrapper.open {
    visibility: visible;
    -webkit-transition: visibility 0s;
    transition: visibility 0s
}

.tap-target-wrapper.open .tap-target {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .95;
    -webkit-transition: opacity .3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform .3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: opacity .3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform .3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: transform .3s cubic-bezier(0.42, 0, 0.58, 1), opacity .3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: transform .3s cubic-bezier(0.42, 0, 0.58, 1), opacity .3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform .3s cubic-bezier(0.42, 0, 0.58, 1)
}

.tap-target-wrapper.open .tap-target-wave::before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.tap-target-wrapper.open .tap-target-wave::after {
    visibility: visible;
    -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    -webkit-transition: opacity .3s, visibility 0s 1s, -webkit-transform .3s;
    transition: opacity .3s, visibility 0s 1s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s, visibility 0s 1s;
    transition: opacity .3s, transform .3s, visibility 0s 1s, -webkit-transform .3s
}

.tap-target {
    position: absolute;
    font-size: 1rem;
    border-radius: 50%;
    background-color: #ee6e73;
    -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity .3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform .3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: opacity .3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform .3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: transform .3s cubic-bezier(0.42, 0, 0.58, 1), opacity .3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: transform .3s cubic-bezier(0.42, 0, 0.58, 1), opacity .3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform .3s cubic-bezier(0.42, 0, 0.58, 1)
}

.tap-target-content {
    position: relative;
    display: table-cell
}

.tap-target-wave {
    position: absolute;
    border-radius: 50%;
    z-index: 10001
}

.tap-target-wave::before,
.tap-target-wave::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff
}

.tap-target-wave::before {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.tap-target-wave::after {
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility 0s, -webkit-transform .3s;
    transition: opacity .3s, visibility 0s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s, visibility 0s;
    transition: opacity .3s, transform .3s, visibility 0s, -webkit-transform .3s;
    z-index: -1
}

.tap-target-origin {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10002;
    position: absolute!important
}

.tap-target-origin:not(.btn):not(.btn-large),
.tap-target-origin:not(.btn):not(.btn-large):hover {
    background: 0
}

@media only screen and (max-width:600px) {
    .tap-target,
    .tap-target-wrapper {
        width: 600px;
        height: 600px
    }
}

.pulse {
    overflow: initial;
    position: relative
}

.pulse::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: -1
}

@-webkit-keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.picker {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #000;
    position: absolute;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0
}

.picker__input {
    cursor: default
}

.picker__input.picker__input--active {
    border-color: #0089ec
}

.picker__holder {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.picker__holder,
.picker__frame {
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%
}

.picker__holder {
    position: fixed;
    -webkit-transition: background .15s ease-out, top 0s .15s;
    transition: background .15s ease-out, top 0s .15s;
    -webkit-backface-visibility: hidden
}

.picker__frame {
    position: absolute;
    margin: 0 auto;
    min-width: 256px;
    width: 300px;
    max-height: 350px;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out
}

@media(min-height:28.875em) {
    .picker__frame {
        overflow: visible;
        top: auto;
        bottom: -100%;
        max-height: 80%
    }
}

@media(min-height:40.125em) {
    .picker__frame {
        margin-bottom: 7.5%
    }
}

.picker__wrap {
    display: table;
    width: 100%;
    height: 100%
}

@media(min-height:28.875em) {
    .picker__wrap {
        display: block
    }
}

.picker__box {
    background: #fff;
    display: table-cell;
    vertical-align: middle
}

@media(min-height:28.875em) {
    .picker__box {
        display: block;
        border: 1px solid #777;
        border-top-color: #898989;
        border-bottom-width: 0;
        border-radius: 5px 5px 0 0;
        -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
        box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24)
    }
}

.picker--opened .picker__holder {
    top: 0;
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
    zoom: 1;
    background: rgba(0, 0, 0, 0.32);
    -webkit-transition: background .15s ease-out;
    transition: background .15s ease-out
}

.picker--opened .picker__frame {
    top: 0;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1
}

@media(min-height:35.875em) {
    .picker--opened .picker__frame {
        top: 10%;
        bottom: auto
    }
}

.picker__input.picker__input--active {
    border-color: #e3f2fd
}

.picker__frame {
    margin: 0 auto;
    max-width: 325px
}

@media(min-height:38.875em) {
    .picker--opened .picker__frame {
        top: 10%;
        bottom: auto
    }
}

@media only screen and (min-width:601px) {
    .picker__box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .picker__frame {
        width: 80%;
        max-width: 600px
    }
}

.picker__box {
    padding: 0;
    border-radius: 2px;
    overflow: hidden
}

.picker__header {
    text-align: center;
    position: relative;
    margin-top: .75em
}

.picker__month,
.picker__year {
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em
}

.picker__select--month,
.picker__select--year {
    height: 2em;
    padding: 0;
    margin-left: .25em;
    margin-right: .25em
}

.picker__select--month.browser-default {
    display: inline;
    background-color: #fff;
    width: 40%
}

.picker__select--year.browser-default {
    display: inline;
    background-color: #fff;
    width: 26%
}

.picker__select--month:focus,
.picker__select--year:focus {
    border-color: rgba(0, 0, 0, 0.05)
}

.picker__nav--prev,
.picker__nav--next {
    position: absolute;
    padding: .5em 1.25em;
    width: 1em;
    height: 1em;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    top: -0.25em
}

.picker__nav--prev {
    left: -1em;
    padding-right: 1.25em
}

.picker__nav--next {
    right: -1em;
    padding-left: 1.25em
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
    cursor: default;
    background: 0;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5
}

.picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: 1rem;
    width: 100%;
    margin-top: .75em;
    margin-bottom: .5em
}

.picker__table th,
.picker__table td {
    text-align: center
}

.picker__table td {
    margin: 0;
    padding: 0
}

.picker__weekday {
    width: 14.285714286%;
    font-size: .75em;
    padding-bottom: .25em;
    color: #999;
    font-weight: 500
}

@media(min-height:33.875em) {
    .picker__weekday {
        padding-bottom: .5em
    }
}

.picker__day--today {
    position: relative;
    color: #595959;
    letter-spacing: -.3;
    padding: .75rem 0;
    font-weight: 400;
    border: 1px solid transparent
}

.picker__day--disabled:before {
    border-top-color: #aaa
}

.picker__day--infocus:hover {
    cursor: pointer;
    color: #000;
    font-weight: 500
}

.picker__day--outfocus {
    display: none;
    padding: .75rem 0;
    color: #fff
}

.picker__day--outfocus:hover {
    cursor: pointer;
    color: #ddd;
    font-weight: 500
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
    cursor: pointer
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
    border-radius: 50%;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    background: #0089ec;
    color: #fff
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #ddd;
    cursor: default
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
    background: #bbb
}

.picker__footer {
    text-align: right
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
    border: 1px solid #fff;
    background: #fff;
    font-size: .8em;
    padding: .66em 0;
    font-weight: bold;
    width: 33%;
    display: inline-block;
    vertical-align: bottom
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
    cursor: pointer;
    color: #000;
    background: #b1dcfb;
    border-bottom-color: #b1dcfb
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
    background: #b1dcfb;
    border-color: rgba(0, 0, 0, 0.05);
    outline: 0
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
    position: relative;
    display: inline-block;
    height: 0
}

.picker__button--today:before,
.picker__button--clear:before {
    content: " ";
    margin-right: .45em
}

.picker__button--today:before {
    top: -0.05em;
    width: 0;
    border-top: .66em solid #0059bc;
    border-left: .66em solid transparent
}

.picker__button--clear:before {
    top: -0.25em;
    width: .66em;
    border-top: 3px solid #e20
}

.picker__button--close:before {
    content: "\D7";
    top: -0.1em;
    vertical-align: top;
    font-size: 1.1em;
    margin-right: .35em;
    color: #777
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #ddd;
    cursor: default
}

.picker__button--today[disabled]:before {
    border-top-color: #aaa
}

.picker__date-display {
    text-align: left;
    background-color: #26a69a;
    color: #fff;
    padding: 18px;
    font-weight: 300
}

@media only screen and (min-width:601px) {
    .picker__date-display {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .picker__weekday-display {
        display: block
    }
    .picker__container__wrapper {
        -webkit-box-flex: 2;
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2
    }
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
    cursor: pointer;
    color: #000;
    background: #a1ded8
}

.picker__weekday-display {
    font-weight: 500;
    font-size: 2.8rem;
    margin-right: 5px;
    margin-top: 4px
}

.picker__month-display {
    font-size: 2.8rem;
    font-weight: 500
}

.picker__day-display {
    font-size: 2.8rem;
    font-weight: 500;
    margin-right: 5px
}

.picker__year-display {
    font-size: 1.5rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7)
}

.picker__calendar-container {
    padding: 0 1rem
}

.picker__calendar-container thead {
    border: 0
}

.picker__table {
    margin-top: 0;
    margin-bottom: .5em
}

.picker__day--infocus {
    color: rgba(0, 0, 0, 0.87);
    letter-spacing: -.3px;
    padding: .75rem 0;
    font-weight: 400;
    border: 1px solid transparent
}

@media only screen and (min-width:601px) {
    .picker__day--infocus {
        padding: 1.1rem 0
    }
}

.picker__day.picker__day--today {
    color: #26a69a
}

.picker__day.picker__day--today.picker__day--selected {
    color: #fff
}

.picker__weekday {
    font-size: .9rem
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
    border-radius: 50%;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    background-color: #26a69a;
    color: #fff
}

.picker__day--selected.picker__day--outfocus,
.picker__day--selected:hover.picker__day--outfocus,
.picker--focused .picker__day--selected.picker__day--outfocus {
    background-color: #a1ded8
}

.picker__footer {
    text-align: right;
    padding: 5px 10px
}

.picker__close,
.picker__today,
.picker__clear {
    font-size: 1.1rem;
    padding: 0 1rem;
    color: #26a69a
}

.picker__clear {
    color: #f44336;
    float: left
}

.picker__nav--prev:before,
.picker__nav--next:before {
    content: " ";
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: .75em solid #676767;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto
}

.picker__nav--next:before {
    border-right: 0;
    border-left: .75em solid #676767
}

button.picker__today:focus,
button.picker__clear:focus,
button.picker__close:focus {
    background-color: #a1ded8
}

.picker__list {
    list-style: none;
    padding: .75em 0 4.2em;
    margin: 0
}

.picker__list-item {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: -1px;
    position: relative;
    background: #fff;
    padding: .75em 1.25em
}

@media(min-height:46.75em) {
    .picker__list-item {
        padding: .5em 1em
    }
}

.picker__list-item:hover {
    cursor: pointer;
    color: #000;
    background: #b1dcfb;
    border-color: #0089ec;
    z-index: 10
}

.picker__list-item--highlighted {
    border-color: #0089ec;
    z-index: 10
}

.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
    cursor: pointer;
    color: #000;
    background: #b1dcfb
}

.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
    background: #0089ec;
    color: #fff;
    z-index: 10
}

.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #ddd;
    cursor: default;
    border-color: #ddd;
    z-index: auto
}

.picker--time .picker__button--clear {
    display: block;
    width: 80%;
    margin: 1em auto 0;
    padding: 1em 1.25em;
    background: 0;
    border: 0;
    font-weight: 500;
    font-size: .67em;
    text-align: center;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.87)
}

.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
    color: #000;
    background: #b1dcfb;
    background: #e20;
    border-color: #e20;
    cursor: pointer;
    color: #fff;
    outline: 0
}

.picker--time .picker__button--clear:before {
    top: -0.25em;
    color: rgba(0, 0, 0, 0.87);
    font-size: 1.25em;
    font-weight: bold
}

.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
    color: #fff
}

.picker--time .picker__frame {
    min-width: 256px;
    max-width: 320px
}

.picker--time .picker__box {
    font-size: 1em;
    background: #f2f2f2;
    padding: 0
}

@media(min-height:40.125em) {
    .picker--time .picker__box {
        margin-bottom: 5em
    }
}

.clockpicker-display {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    clear: both;
    position: relative
}

.clockpicker-span-am-pm {
    font-size: 1.3rem;
    position: absolute;
    right: 1rem;
    bottom: .3rem;
    line-height: 2rem;
    font-weight: 500
}

@media only screen and (min-width:601px) {
    .clockpicker-display {
        top: 32%
    }
    .clockpicker-span-am-pm {
        position: relative;
        right: auto;
        bottom: auto;
        text-align: center;
        margin-top: 1.2rem
    }
}

.not-found-areas-div {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: -4px 0 0 0 #c55321
}

.text-primary {
    color: white
}

.clockpicker-span-hours {
    margin-right: 3px
}

.clockpicker-span-minutes {
    margin-left: 3px
}

.clockpicker-span-hours,
.clockpicker-span-minutes,
.clockpicker-span-am-pm div {
    cursor: pointer
}

.clockpicker-moving {
    cursor: move
}

.clockpicker-plate {
    background-color: #eee;
    border-radius: 50%;
    width: 270px;
    height: 270px;
    overflow: visible;
    position: relative;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.clockpicker-canvas,
.clockpicker-dial {
    width: 270px;
    height: 270px;
    position: absolute;
    left: -1px;
    top: -1px
}

.clockpicker-minutes {
    visibility: hidden
}

.clockpicker-tick {
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.87);
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer
}

.clockpicker-tick.active,
.clockpicker-tick:hover {
    background-color: rgba(38, 166, 154, 0.25)
}

.clockpicker-dial {
    -webkit-transition: -webkit-transform 350ms, opacity 350ms;
    -webkit-transition: opacity 350ms, -webkit-transform 350ms;
    transition: opacity 350ms, -webkit-transform 350ms;
    transition: transform 350ms, opacity 350ms;
    transition: transform 350ms, opacity 350ms, -webkit-transform 350ms
}

.clockpicker-dial-out {
    opacity: 0
}

.clockpicker-hours.clockpicker-dial-out {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

.clockpicker-minutes.clockpicker-dial-out {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8)
}

.clockpicker-canvas {
    -webkit-transition: opacity 175ms;
    transition: opacity 175ms
}

.clockpicker-canvas-out {
    opacity: .25
}

.clockpicker-canvas-bearing {
    stroke: none;
    fill: #26a69a
}

.clockpicker-canvas-bg {
    stroke: none;
    fill: #26a69a
}

.clockpicker-canvas-bg-trans {
    fill: #26a69a
}

.clockpicker-canvas line {
    stroke: #26a69a;
    stroke-width: 4;
    stroke-linecap: round
}


#AdvertiseWithUsForm .error {
    color: #363232
}

@media only screen and (min-width:426px) {
    .help-chat {
        border: 0;
        background-color: #555!important;
        z-index: 999998;
        transform: translateZ(0px);
        position: fixed;
        transition: opacity 250ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, top, bottom;
        opacity: 1;
        width: 120px;
        height: 50px;
        max-height: 551px;
        min-height: 50px;
        margin: 10px 20px;
        right: 0;
        bottom: 0;
        padding: .92857rem 1.57143rem;
        border-radius: 999rem;
        bottom: 0;
        font-size: 1.07143rem;
        color: #fff!important;
        fill: #fff!important
    }
}

@media only screen and (max-width:425px) {
    .help-chat {
        position: fixed;
        box-shadow: none;
        background-color: #555!important;
        color: #fff!important;
        fill: #fff!important;
        padding: 1rem;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        bottom: 32px;
        letter-spacing: .6;
        font-size: 1.07143rem;
        right: 6px;
        border: 0;
        z-index: 999998
    }
}

body {
    color: #73848e;
    font-family: "Open Sans";
    margin: 0;
    padding: 0;
    padding-right: 0!important;
    overflow-x: hidden;
    background-color: #f5f5f5
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fonts/micon.woff2") format("woff2")
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans";
    color: #2a2b33;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0
}

p,
a,
li,
span,
label,
tr,
td,
th,
input {
    color: #636363;
    font-size: 15px;
    font-family: 'Poppins', sans-serif, !important;
    font-weight: 400
}

small,
.small {
    font-size: 13px
}

a {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    outline: 0
}

a:hover {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.com-padd {
    padding: 100px 0
}

@media(max-width:530px) {
    .com-padd {
        padding: 30px 0
    }
}

.com-padd-2 {
    padding: 50px 0
}

.com-padd-redu-top {
    padding-top: 50px
}

.com-padd-redu-bot {
    padding-bottom: 0
}

.com-padd-redu-bot1 {
    padding-bottom: 70px
}

.com-padd-incre-top {
    padding-top: 100px
}

.com-padd-incre-bot {
    padding-bottom: 100px
}

.com-mar-bot-70 {
    margin-bottom: 70px
}

.com-mar-bot-30 {
    margin-bottom: 30px!important
}

.dir1-home-head {
    position: relative;
    z-index: 99999
}

#background {
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-size: cover
}

#background1 {
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: url("../../img/images_new/banner2.jpg") no-repeat;
    background-size: cover
}

.dir-ho-tl ul {
    padding: 0;
    margin-bottom: 0
}

.dir-ho-tl ul li {
    display: inline-block
}

.dir-ho-tl ul li a {
    color: #fff;
    font-size: 16px
}

.dir-ho-tl ul li a img {
    padding: 5px;
    margin-top: 0;
    margin-top: 5px
}

.dir-ho-tr ul {
    padding: 0;
    margin-top: 25px;
    float: right;
    text-align: right;
    width: 100%
}

@media(max-width:460px) {
    .dir-ho-tr ul {
        margin-top: 55px
    }
}

.dir-ho-tr ul li:nth-child(3) a {
    color: #fff;
    background-color: #30abd5;
    font-weight: 400;
    border-radius: 30px;
    padding: 6px 10px
}

.dir-ho-tr ul li:nth-child(3) a i {
    padding-right: 2px
}

.dir-ho-tr ul li a {
    color: #fff;
    font-size: 15px;
    border-radius: 40px;
    cursor: pointer;
    font-weight: 400;
    padding: 0!important
}

@media(max-width:400px) {
    .dir-ho-tr ul li a {
        font-size: 13px
    }
}

.bottomMenu {
    position: fixed;
    top: -2px;
    width: 100%;
    height: 80px;
    border-top: 1px solid #e3e3e3;
    background: #e3e3e3;
    -webkit-box-shadow: 0 1px 3px #e3e3e3;
    -moz-box-shadow: 0 1px 3px #e3e3e3;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.47);
    border-bottom: 1px solid #e3e3e3;
    background: -webkit-linear-gradient(to right, #e3e3e3, #e3e3e3);
    background: linear-gradient(to right, #e3e3e3, #e3e3e3);
    display: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 999999
}

@media(max-width:768px) {
    .bottomMenu {
        height: auto
    }
}

.rtl .bottomMenu {
    right: 0
}

.c2-hide {
    display: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.c2-show {
    display: block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.ts-menu {
    position: relative
}

.ts-menu-1 {
    float: left;
    width: 15%;
    margin-top: 15px
}

@media(min-width:1120px) {
    .ts-menu-1 {
        margin-top: 10px
    }
}

@media(max-width:768px) {
    .ts-menu-1 {
        width: 100%;
        text-align: center
    }
}

.ts-menu-1 a img {
    width: 100%;
    padding: 5px;
    margin-top: 0
}

@media(max-width:768px) {
    .ts-menu-1 a img {
        width: inherit;
        padding: 0 0 5px 0
    }
}

@media(max-width:530px) {
    .ts-menu-1 a img {
        width: inherit;
        padding: 0 0 5px;
        max-height: 33px
    }
}

.ts-menu-2 {
    float: left;
    width: 4%;
    padding: 17px 12px 15px 12px
}

.ts-menu-2 a {
    vertical-align: middle;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase
}

.ts-menu-2 a i {
    color: #fff;
    padding: 5px
}

.ts-menu-3 {
    float: left;
    width: 64%;
    padding: 0
}

@media(max-width:1120px) {
    .ts-menu-3 {
        width: 70%
    }
}

@media(max-width:768px) {
    .ts-menu-3 {
        width: 100%
    }
}

.ts-menu-4 {
    float: left;
    margin-top: 7px
}

@media(max-width:1120px) {
    .ts-menu-4 {
        display: none
    }
}

.ts-menu-5 .btn,
.ts-menu-4 .btn {
    background-color: #333;
    height: 38px;
    padding: 0 15px;
    margin: 0;
    color: #fff
}

.ts-menu-5 .btn:hover,
.ts-menu-4 .btn:hover {
    background-color: #000;
    color: #fff
}

.ts-menu-5 {
    float: left;
    margin: 15px 0 0 5px
}

@media(max-width:1120px) {
    .ts-menu-5 {
        float: right;
        width: 11%;
        margin: 0
    }
}

@media(max-width:768px) {
    .ts-menu-5 {
        display: none
    }
}

@media(max-width:1120px) {
    .ts-menu-5 .btn {
        float: right;
        margin: 15px
    }
}

.rtl .ts-menu-5 {
    float: right;
    margin: 15px 4px 0 0
}

@media(max-width:1120px) {
    .rtl .ts-menu-5 {
        margin: 0
    }
}

.ts-menu-5 span {
    top: 15px;
    float: right;
    position: relative;
    cursor: pointer
}

.rtl .ts-menu-1,
.rtl .ts-menu-2,
.rtl .ts-menu-3,
.rtl .ts-menu-4 {
    float: right
}

@media(max-width:530px) {
    .rtl .ts-menu-1,
    .rtl .ts-menu-2,
    .rtl .ts-menu-3,
    .rtl .ts-menu-4 {
        float: inherit
    }
}

@media(max-width:530px) {
    .rtl .ts-menu-1 {
        float: left
    }
}

.top-search form ul {
    padding: 0
}

.top-search form ul li {
    width: 50%;
    float: left;
    display: inline-block
}

.top-search form ul li:nth-child(1) {
    width: 90%
}

.top-search form ul li:nth-child(1) input {
    padding: 5px 10px;
    line-height: 28px;
    background: #fff
}

.top-search form ul li:nth-child(2) {
    width: 10%
}

.top-search form ul li input {
    width: 100%;
    padding: 5px;
    border: 0
}

.top-search form ul li input[type="submit"] {
    background: url(../../img/images_new/search_bg1.png) no-repeat center center #263a78;
    color: #eac610;
    font-weight: 600;
    padding: 7px;
    background-size: 24px
}

.top-links ul {
    float: right;
    padding-left: 0
}

.top-links ul li {
    display: inline-block
}

.top-links ul li a {
    color: #fff;
    font-weight: 500;
    padding: 5px;
    border: 1px solid #1e3069;
    border-radius: 2px;
    font-size: 14px;
    background: #263a78;
    border-radius: 2px
}

.cat-menu {
    width: 100%;
    background: #fff;
    position: absolute;
    overflow: hidden;
    display: none;
    z-index: 99;
    padding: 15px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
    margin-top: 16px;
    left: 0
}

.top-menu-ani {
    transition: all .5s ease
}

.cat-menu ul {
    padding: 15px 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 0
}

.cat-menu ul li {
    width: 100%;
    float: left;
    list-style-type: none;
    background: url(../../img/images_new/arrow.png) no-repeat center left;
    background-size: 10px
}

.cat-menu ul li:nth-child(5) {
    border-right: 0 solid #dedede
}

.cat-menu ul li:nth-child(10) {
    border-right: 0 solid #dedede
}

.cat-menu ul li:nth-child(15) {
    border-right: 0 solid #dedede
}

.cat-menu ul li:nth-child(20) {
    border-right: 0 solid #dedede
}

.cat-menu ul li:nth-child(25) {
    border-right: 0 solid #dedede
}

.cat-menu ul li:nth-child(30) {
    border-right: 0 solid #dedede
}

.cat-menu ul li:nth-child(35) {
    border-right: 0 solid #dedede
}

.cat-menu ul li:nth-child(40) {
    border-right: 0 solid #dedede
}

.cat-menu ul li a {
    display: block;
    color: #727a7f;
    line-height: 45px;
    font-weight: 400;
    transition: all .5s ease;
    padding-left: 20px;
    font-size: 13.5px;
    text-transform: capitalize;
    line-height: 34px
}

.cat-menu ul li a:hover {
    transition: all .5s ease;
    padding-left: 12px
}

.cat-menu ul li a i {
    color: #5f6f71
}

.cat-menu h4 {
    font-size: 18px;
    padding-bottom: 15px;
    color: #2d3c43;
    margin-bottom: 0;
    padding-left: 15px;
    padding-top: 5px
}

.cat-menu h4 span {
    font-size: 18px
}

.com-title {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px
}

.com-title h2 {
    margin-bottom: 0;
    padding-bottom: 15px;
    margin-top: 0;
    font-weight: 600;
    font-size: 42px;
    text-transform: capitalize;
    color: #333
}

.com-title h2 span {
    font-weight: 600;
    font-size: 42px;
    color: #333
}

.com-title p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    padding-top: 0;
    color: #333
}

.dz-menu {
    position: relative;
    overflow: hidden
}

.dz-menu h4 {
    padding-top: 15px;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d6d6
}

.dz-menu-inn {
    position: relative;
    overflow: hidden;
    float: left;
    width: 16.5%
}

.dz-menu-inn ul {
    border-right: 1px solid #d6d6d6;
    padding: 15px
}

.lat-menu ul {
    border-right: 0 solid #d6d6d6
}

.to-ho-hotel-con-23 {
    position: relative;
    overflow: hidden;
    padding: 20px;
    background: #fff
}

.to-ho-hotel-con-2 h4 {
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 0
}

.to-ho-hotel-con-3 ul {
    padding: 0;
    margin-bottom: 0
}

.to-ho-hotel-con-3 ul li {
    list-style-type: none;
    float: left
}

.to-ho-hotel-con-3 ul li {
    padding-top: 10px
}

.to-ho-hotel-con-3 ul li span {
    background: #253d52;
    padding: 2px 8px 3px;
    color: #fff;
    border-radius: 1px;
    margin-right: 5px
}

.ho-hot-rat-star {
    padding-bottom: 0!important
}

.ho-hot-rat-star i {
    font-size: 14px!important;
    padding-left: 3px
}

.ho-hot-rat-star-list i {
    color: #04abc0
}

.hot-list-left-part-rat {
    width: 25px;
    height: 25px;
    background-color: #04abc0;
    padding: 4px;
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 12px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.28);
    margin-right: 10px
}

.ho-hot-pri {
    font-size: 38px;
    font-weight: 600;
    color: #00bcd4;
    float: right
}

.ho-hot-pri-dis {
    font-weight: 400;
    color: #888;
    float: right;
    padding: 0 5px;
    display: none
}

.hot-page2-hli-3 {
    width: 35px;
    height: 35px;
    position: absolute;
    background-color: rgba(255, 197, 37, 0.79);
    padding: 4px;
    margin: 9px 5px;
    right: 5px;
    border-radius: 5px
}

.to-ho-hotel-con-4 {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 14px
}

.to-ho-hotel-con-4 a {
    float: left;
    width: 47%;
    text-align: center
}

.hom-list-share {
    position: relative;
    width: 100%;
    padding-top: 12px
}

.hom-list-share ul {
    margin-bottom: 0;
    padding: 0
}

.hom-list-share ul li {
    float: right;
    list-style-type: none;
    display: inline-block;
    width: 25%
}

.rtl .hom-list-share ul li {
    float: left
}

.hom-list-share ul li a {
    display: block;
    border: 1px solid #ececec;
    margin: 2px;
    padding: 0 5px;
    font-size: 14px;
    color: #000;
    font-style: normal;
    text-align: left
}

@media(max-width:530px) {
    .hom-list-share ul li a {
        padding: 0
    }
}

.hom-list-share ul li a i {
    padding-right: 5px
}

.hom-hot-book-btn {
    margin-right: 3%
}

.hom-hot-view-btn {
    margin-left: 3%
}

.hom-hot-av-tic {
    position: absolute;
    background-color: rgba(0, 188, 212, 0.82);
    bottom: 15px;
    padding: 3px 8px;
    margin: 0;
    right: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 0
}

.hom-hot-av-tic-list {
    left: 10px;
    right: inherit;
    bottom: 10px;
    border-radius: 2px;
    background: #ffc107;
    color: #000;
    font-weight: 600;
    padding: 3px 8px;
    font-size: 13px
}

.link-btn {
    background: #1ebef0;
    color: #000;
    font-weight: 600;
    border-radius: 2px;
    padding: 2px 8px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.37);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.to-ho-hotel-con-4 a {
    float: left;
    width: 47%;
    text-align: center
}

.hom-hot-book-btn {
    margin-right: 3%
}

.dir-home-nav-bot {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding: 15px;
    font-family: 'Quicksand', sans-serif, !important;
    font-weight: 600
}

.dir-home-nav-bot ul {
    margin-bottom: 0
}

.dir-home-nav-bot ul li span {
    display: block;
    font-size: 32px;
    color: #694e45;
    padding-top: 10px
}

.dir-home-nav-bot ul li {
    border-right: 0 solid #dedede;
    background: 0
}

.dir-home-nav-bot ul li:nth-child(1) {
    width: 60%
}

.dir-home-nav-bot ul li:nth-child(2) {
    width: 20%
}

.dir-home-nav-bot ul li:nth-child(3) {
    width: 20%
}

.dir-home-nav-bot ul li a {
    padding-left: 2px;
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
    height: inherit;
    padding: 10px;
    color: #fff;
    background: #263a78;
    background: linear-gradient(to bottom, #455ca2, #263a78)
}

.dir-home-nav-bot ul li a i {
    color: #fff;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.44)
}

.dir-ani-btn {
    position: relative;
    background-color: #15b0f6;
    border: 0;
    font-size: 28px;
    color: #fff;
    padding: 2px;
    width: 200px;
    text-align: center;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(14, 14, 13, 0.42);
    border-bottom: 1px solid #0793d2;
    color: #fff;
    background-color: #1ebef0;
    border: 1px solid #1ebef0;
    font-weight: 600;
    border-radius: 2px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.44)
}

.dir-ani-btn:after {
    content: "";
    background: #90ee90;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px!important;
    margin-top: -120%;
    opacity: 0;
    transition: all .8s
}

.dir-ani-btn:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}

.dir-ho-t2l form ul {
    padding: 10px;
    margin-bottom: 0;
    position: relative;
    border-radius: 0
}

.dir-ho-t2l form ul li {
    width: 50%;
    float: left;
    display: inline-block
}

.dir-ho-t2l form ul li:nth-child(1) {
    width: 60%
}

.dir-ho-t2l form ul li:nth-child(1) input {
    padding: 15px 10px 15px 20px;
    line-height: 28px;
    background-size: 10px;
    border-right: 1px solid #eaeaea;
    background-position: 98% 50%;
    background: #fff
}

.dir-ho-t2l form ul li:nth-child(2) {
    width: 20%
}

.dir-ho-t2l form ul li:nth-child(2) input {
    padding: 15px 35px;
    line-height: 28px;
    background: url(../../img/images_new/hsicon.png) no-repeat center left #fff;
    background-size: 16px;
    border-right: 1px solid #eaeaea;
    background-position: 8% 52%
}

.dir-ho-t2l form ul li:nth-child(3) {
    width: 20%
}

.dir-ho-t2l form ul li input {
    width: 100%;
    padding: 5px;
    border: 0;
    outline: 0
}

.dir-ho-t2l form ul li input[type="submit"] {
    color: #fff;
    font-weight: 600;
    padding: 17px;
    background-size: 30px;
    font-size: 18px;
    background: #263a78;
    background: linear-gradient(to bottom, #455ca2, #263a78);
    text-transform: uppercase
}

.dir-v2-ho-t2l form ul li input[type="submit"] {
    color: #fff;
    font-weight: 600;
    padding: 15px;
    background-size: 30px;
    font-size: 18px;
    background: #263a78;
    background: linear-gradient(to bottom, #455ca2, #263a78);
    text-transform: uppercase
}

.dir-v2-ho-t2l form ul li:nth-child(1) {
    width: 80%
}

.dir-v2-ho-t2l form ul li:nth-child(2) {
    width: 20%
}

.dir-v2-ho-t2l form ul li:nth-child(2) input {
    border-right: 0 solid #eaeaea
}

.dir-ho-t-sp {
    padding: 75px 0 125px 0
}

@media(max-width:530px) {
    .dir-ho-t-sp {
        padding: 60px 0 45px 0
    }
}

.dir1-home-head:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.76) 14%, rgba(0, 0, 0, 0.35) 66%);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.dir-ho-t-tit h1 {
    color: #fff;
    padding-bottom: 35px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.9);
    padding-top: 3%;
    font-size: 50px
}

.dir-ho-t-tit-2 h1 {
    padding-top: 10%
}

.dir-ho-t-tit p {
    color: #fff;
    padding-bottom: 35px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.9);
    font-size: 20px
}

.home-tab-search ul li a {
    font-size: 16px
}

.home-tab-search ul li a i {
    margin-right: 8px
}

.dir-ho-t2r {
    padding: 45px 40px;
    position: relative;
    z-index: 999;
    background: rgba(0, 0, 0, 0.32)
}

.dir-ho-com-head {
    text-align: center;
    padding: 0 0 60px 0
}

.dir-ho-com-head h2 {
    font-size: 36px
}

.dir-ho-com-head p {
    font-size: 16px;
    margin-bottom: 0;
    padding-top: 15px;
    color: #989898
}

.dir-ho-best-list {
    border: 1px solid #dfdfdf;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.09);
    margin-bottom: 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.dir-ho-best-list:hover {
    background: #fff;
    box-shadow: 0 6px 34px rgba(0, 0, 0, 0.19);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.dir-ho-best-list-p1 {
    position: relative
}

.dir-ho-best-list-p1:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 14%, rgba(0, 0, 0, 0.08) 35%);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.dir-ho-best-list-p1 img {
    width: 100%;
    height: 225px
}

.dir-ho-best-list-p2 {
    padding: 25px
}

.dir-ho-best-list-p2 h4 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #343c42;
    padding-bottom: 10px
}

.dir-ho-best-list-p2 p {
    padding-top: 10px;
    padding-bottom: 10px
}

.dir-ho-cat {
    font-size: 14px;
    color: #7a7a7a;
    text-transform: capitalize
}

.dir-ho-best-list a:hover {
    text-decoration: none
}

.dir-ho-best-list-btn {
    border: 1px solid #0793d2;
    -moz-box-shadow: #b7b8b8 0 1px 0 inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif, !important;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(177, 177, 177, 0.3);
    font-weight: bold;
    color: #000;
    background-color: #ffd65e;
    background-image: -webkit-linear-gradient(to bottom, #1bb8ff, #0ba4e9);
    background-image: -webkit-linear-gradient(to bottom, #1bb8ff, #0ba4e9);
    background-image: -moz-linear-gradient(top, #ffd65e, #febf04);
    background-image: -ms-linear-gradient(top, #ffd65e, #febf04);
    background-image: -o-linear-gradient(top, #ffd65e, #febf04);
    background-image: linear-gradient(to bottom, #1bb8ff, #0ba4e9)
}

.rating-mark {
    position: absolute;
    background: #fdb714;
    padding: 8px;
    font-weight: 600;
    color: #fff;
    right: 10px;
    top: 10px;
    font-size: 16px;
    border-radius: 2px
}

.best-mark {
    position: absolute;
    background: #8bc34a;
    padding: 3px 8px;
    font-weight: 600;
    color: #000;
    right: 0;
    font-size: 14px;
    border-radius: 0;
    bottom: 0
}

.dir-ho-dis {
    font-family: 'Montserrat', sans-serif, !important;
    font-size: 52px;
    color: #1cafdb;
    display: inline-block;
    margin-top: 18px
}

.web-app {
    background: url(../../../../img/images_new/city.png) no-repeat bottom center;
    background-size: 100%;
    position: relative;
    overflow: hidden;
    background-repeat-y: no-repeat
}

@media(max-width:530px) {
    .web-app {
        display: none
    }
}

.web-app:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.68) 0, rgba(255, 255, 255, 0.8) 100%);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.web-app-img img {
    width: 100%
}

.web-app-con h2 {
    font-weight: 100;
    font-size: 34px;
    color: #333
}

.web-app-con h2 span {
    font-family: 'Lato', sans-serif, !important;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 42px;
    color: #333
}

.web-app-con p {
    padding-top: 20px;
    font-size: 18px;
    padding-bottom: 10px
}

.web-app-con span {
    color: #333;
    font-size: 16px;
    padding-bottom: 15px;
    display: inline-block
}

.web-app-con ul {
    padding: 10px 0
}

.web-app-con ul li {
    list-style-type: none;
    font-size: 18px;
    line-height: 34px
}

.web-app-con ul li i {
    color: #263a78;
    margin-right: 5px
}

.web-app-con form {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 8px
}

.web-app-con form ul {
    padding: 0;
    margin: 0
}

.web-app-con form ul li {
    list-style-type: none;
    display: inline-block;
    float: left
}

.web-app-con form ul li input {
    width: 100%;
    background: #FFF;
    border: 1px solid #f1f3f5;
    padding: 8px;
    font-size: 15px
}

.web-app-con form ul li input[type="submit"] {
    color: #fff;
    border: -1px solid #1ebef0;
    font-weight: 600;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #263a78;
    background: linear-gradient(to bottom, #30abd5, #30abd5)
}

.web-app-con form ul li:nth-child(1) {
    width: 10%
}

.web-app-con form ul li:nth-child(2) {
    width: 60%
}

.web-app-con form ul li:nth-child(3) {
    width: 30%
}

.web-app-con a img {
    width: 150px
}

footer {
    background: #1c1c1c
}

@media(max-width:530px) {
    footer {
        display: none
    }
}

footer {
    color: #9a9a9a;
    font-weight: 300;
    padding: 90px 0 50px
}

footer h4,
footer .strong {
    color: #fff;
    font-weight: 400;
    font-size: 21px;
    font-style: normal
}

footer h4 {
    margin-bottom: 15px
}

.foot-logo p,
.foot-logo p span {
    color: #fff
}

footer .highlighted {
    color: #a0a0a0;
    font-size: 21px;
    vertical-align: -1px;
    font-style: normal
}

footer ul.two-columns li {
    width: 50%;
    float: left
}

footer ul.two-columns::after {
    content: "";
    display: table;
    clear: both
}

footer ul {
    padding: 0
}

footer ul li {
    list-style-type: none;
    background: url("../../../../img/images_new/arr.png") no-repeat center left;
    padding-left: 24px;
    background-size: 9px
}

footer ul li a {
    color: #fff;
    font-size: 12px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-style: normal
}

footer ul li a:hover {
    color: #a0a0a0;
    padding-left: 4px
}

.foot-sec2 p {
    font-size: 15px;
    font-style: normal
}

.foot-logo img {
    width: 100%;
    padding-bottom: 20px
}

.foot-sec2 {
    padding-top: 50px
}

.foot-social ul {
    padding: 0
}

.foot-social ul li {
    list-style-type: none;
    float: left;
    padding-right: 10px;
    background: 0;
    padding-left: 0
}

.foot-social ul li i {
    font-size: 16px;
    width: 32px;
    height: 32px;
    border: 0 solid #828284;
    border-radius: 50px;
    padding: 7px;
    text-align: center;
    color: #fff
}

.foot-social ul li:nth-child(1) i {
    background: #3b5998
}

.foot-social ul li:nth-child(2) i {
    background: #dd4b39
}

.foot-social ul li:nth-child(3) i {
    background: #1da1f2
}

.foot-social ul li:nth-child(4) i {
    background: #0077b5
}

.foot-social ul li:nth-child(5) i {
    background: #b00
}

.foot-social ul li:nth-child(6) i {
    background: #34af23
}

.foot-social ul li a:hover {
    padding-left: 0
}

.copy {
    background-color: #0b0b0b
}

@media(max-width:530px) {
    .copy {
        display: block
    }
}

.copy p {
    margin-bottom: 0;
    text-align: center;
    padding: 8px;
    font-style: normal
}

.copy p a {
    color: #636363
}

.dir-foot h3 {
    text-transform: uppercase;
    color: #d0d0d0;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px #676767;
    border-bottom-style: dashed;
    padding-bottom: 14px
}

.dir-foot ul {
    padding: 0
}

.dir-foot ul li {
    list-style-type: none;
    background: url(../../../../img/images_new/f_p.png) no-repeat left center;
    padding-left: 15px;
    background-size: 6px
}

.dir-foot ul li a {
    text-decoration: none;
    color: #929292;
    font-weight: 600;
    line-height: 32px
}

.dir-foot-foll-soc {
    padding: 0;
    float: right
}

.dir-foot-foll-soc li {
    float: left;
    list-style-type: none;
    padding-right: 5px
}

.dir-foot-foll-soc li h5 {
    color: #f2be33;
    font-size: 16px;
    font-weight: 500!important;
    padding-right: 15px
}

.dir-foot-foll-soc li h5 span {
    padding-left: 30px;
    color: #7d7d7d;
    font-size: 18px;
    font-weight: 700
}

.dir-foot-foll-soc li a i {
    font-size: 16px;
    width: 32px;
    height: 32px;
    background: #ffc732;
    color: #343c42;
    padding: 8px;
    text-align: center;
    border-radius: 1px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.44)
}

.dir-foo2 {
    position: relative;
    overflow: hidden
}

.dir-foo-cen img {
    float: left;
    padding-right: 15px
}

.dir-foo-cen h5 {
    font-size: 24px;
    color: #7d7d7d;
    margin-top: 14px
}

#preloader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    position: fixed;
    background-color: #fff
}

#loading-animation {
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    position: absolute;
    margin: -100px 0 0 -100px;
    background: url("../../../../img/images_new/loading.gif") center center no-repeat
}

.dir-sp-tit h3 {
    padding-bottom: 20px
}

.dir-sp-tit h3:before {
    content: "";
    position: absolute;
    left: 38%;
    height: 3px;
    width: 12%;
    border-top: 1px dotted #ff9800;
    border-bottom: 1px dotted #ff9800;
    margin-top: 45px
}

.dir-sp-tit h3:after {
    content: "";
    position: absolute;
    left: 51%;
    height: 3px;
    width: 12%;
    border-top: 1px dotted #6f6e6b;
    border-bottom: 1px dotted #6f6e6b;
    margin-top: 45px
}

.dir-sp-tit-2 h2 {
    padding-bottom: 20px
}

.dir-sp-tit-2 h2:before {
    content: "";
    position: absolute;
    left: 38%;
    height: 5px;
    width: 12%;
    border-top: 2px dotted #ff9800;
    border-bottom: 2px dotted #ff9800;
    margin-top: 55px
}

.dir-sp-tit-2 h2:after {
    content: "";
    position: absolute;
    left: 51%;
    height: 5px;
    width: 12%;
    border-top: 2px dotted #6f6e6b;
    border-bottom: 2px dotted #6f6e6b;
    margin-top: 55px
}

.dir-hr1 {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    position: relative
}

@media(max-width:992px) {
    .dir-hr1 {
        width: 85%
    }
}

.dir-hli {
    position: relative;
    overflow: hidden
}

.dir-hli a {
    text-decoration: none
}

.dir-hli ul {
    padding: 0
}

.dir-hli ul li {
    list-style-type: none
}

.dir-hli-1 {
    position: relative;
    overflow: hidden
}

.dir-hli-1:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 14%, rgba(0, 0, 0, 0.08) 35%);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.dir-hli-1 img {
    width: 100%;
    height: auto;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.dir-hli-1:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.dir-hli-3 {
    width: 35px;
    height: 35px;
    position: absolute;
    background-color: rgba(255, 197, 37, 0.79);
    display: none;
    padding: 4px;
    margin: 9px 5px;
    right: 5px;
    border-radius: 5px
}

.dir-hli-5 {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    background: #000
}

.dir-hli-2 {
    padding: 15px;
    background: #f5f5f5;
    height: 60px
}

@media(max-width:768px) {
    .dir-hli-2 {
        padding: 10px
    }
}

.dir-hli-2 h4 {
    color: #273440;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.dir-hli-2 h4 span {
    float: right;
    font-size: 12px;
    line-height: 20px
}

.dir-il-top-fix {
    opacity: 1!important;
    display: block
}

.dir-pa-sp-top {
    margin-top: 60px
}

.dir-pa-sp-top-bg {
    background: #fff
}

.dir-alp {
    background: url(../../../../img/images_new/list-p-bg.jpeg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed
}

.dir-alp-1 {
    background: #fbf7eb;
    margin-top: 0
}

.dir-alp-tit h1 {
    color: #fff;
    padding-top: 35px
}

.dir-alp-tit ol {
    background: 0
}

.dir-alp-tit ol li a {
    color: #fff
}

.dir-alp-con {
    position: relative;
    overflow: hidden;
    background: #eaeaea;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.36)
}

.dir-alp-con-1 {
    background: #fff
}

.dir-alp-con-left {
    padding-left: 0!important
}

.dir-alp-con-right {
    padding-bottom: 70px
}

.dir-alp-con-left-1 {
    background: #20344c;
    color: #fff;
    padding: 25px
}

.dir-alp-con-left-1:after,
.dir-alp-con-left-1:before {
    top: 72px;
    left: 48%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.dir-alp-con-left-1:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #20344c;
    border-width: 9px;
    margin-left: -9px
}

.dir-alp-con-left-1 h3 {
    font-size: 20px
}

.dir-hom-pre ul li:hover .dir-hom-pre-2 h5 {
    padding-left: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.list-left-near img {
    width: 24px;
    height: 24px;
    border-radius: 28px;
    border: 1px solid #fff
}

.list-left-near h5 {
    color: #20344c;
    font-size: 15px
}

.list-left-near span {
    color: #949fa9;
    font-size: 13px
}

.lln1 {
    width: 10%
}

.lln2 {
    width: 80%;
    padding: 0 15px
}

.lln3 {
    width: 10%
}

.lln3 span {
    width: 24px;
    height: 24px;
    background: #7dc34a;
    padding: 2px 3px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    font-weight: 800;
    font-size: 12px
}

.dir-hom-pre div {
    float: left
}

.dir-alp-left-ner-notb {
    border-top: 0
}

.dir-alp-l3 ul {
    padding: 0
}

.dir-alp-l3 ul li {
    list-style-type: none;
    border-bottom: 1px solid #eaeaea;
    padding-top: 8px
}

.dir-alp-l3 ul li:last-child {
    border-bottom: 0 solid #d4d4d4
}

.dir-alp-l3 ul li label {
    display: block;
    font-size: 14.5px!important;
    color: #20344c
}

.dir-alp-l-com h4 {
    background: #20344c;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 16px
}

.dir-alp-l-com1 form {
    padding-bottom: 8px
}

.dir-alp-l-com1 {
    padding: 15px;
    background: #fff;
    padding-bottom: 30px
}

.dir-alp-l-com1 a {
    margin-top: 5px;
    background: #20344c;
    color: #fff;
    font-weight: 600;
    padding: 5px;
    border-radius: 2px;
    font-size: 12px;
    border: 1px solid #1d2b3c
}

.dir-alp-l-com1 a:hover {
    color: #fff;
    background: #14addb;
    border: 1px solid #0885ab
}

.dir-alp-l-com1 a i {
    font-size: 10px
}

.dir-hom-pre {
    background: #fff
}

.dir-hom-pre ul {
    margin: 0;
    padding: 15px
}

.dir-hom-pre ul li {
    list-style-type: none;
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4
}

.dir-alp-p3 ul li:nth-child(1n+6) {
    display: none
}

.dir-alp-p3-btn-h {
    display: none
}

.dir-alp-p4-btn-h {
    display: none
}

.dir-alp-p4 ul li:nth-child(1n+6) {
    display: none
}

.dir-alp-p5-btn-h {
    display: none
}

.dir-alp-p5 ul li:nth-child(1n+6) {
    display: none
}

.dir-lp-rat {
    padding: 6px 6px 15px 8px
}

.dir-alp-ri-p2 {
    padding: 15px 0
}

.dir-alp-ri-p2 h3 {
    color: #343c42;
    font-size: 22px
}

.dir-alp-ri-p2 ul {
    padding: 0;
    position: relative;
    overflow: hidden;
    padding-top: 15px
}

.dir-alp-ri-p2 ul li {
    list-style-type: none;
    float: left;
    margin-bottom: 8px;
    font-size: 14px;
    padding-left: 30px
}

.dir-alp-ri-p2 ul li:nth-child(1) {
    color: #343c42;
    background: url(../../../../img/images_new/list-i1.png) no-repeat center left;
    background-size: 18px;
    font-size: 15px;
    font-weight: 600
}

.dir-alp-ri-p2 ul li:nth-child(2) {
    color: #979797;
    width: 50%;
    background: url(../../../../img/images_new/list-i2.png) no-repeat center left;
    background-size: 18px
}

.dir-alp-ri-p2 ul li:nth-child(3) {
    color: #979797;
    width: 50%;
    background: url(../../../../img/images_new/list-i3.png) no-repeat center left;
    background-size: 18px
}

.dir-alp-ri-p2 p {
    color: #979797;
    padding-bottom: 12px
}

.dir-alp-ri-p2 p b {
    padding-right: 5px;
    color: #343c42
}

.dir-alp-quot-btn {
    background: #ffb600;
    color: #000;
    font-weight: 600;
    padding: 5px;
    border-radius: 2px;
    font-size: 12px;
    margin-top: 5px;
    margin-right: 5px
}

.dir-alp-quot-free-btn {
    background: #234767;
    color: #fff;
    font-weight: 600;
    padding: 5px;
    border-radius: 2px;
    font-size: 12px;
    margin-top: 5px;
    margin-right: 5px
}

.dir-alp-r-list-re-sp {
    padding-left: 0!important;
    padding-right: 0!important
}

.dir-alp-r-list {
    border: 1px solid #dedede;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    background: #fff;
    margin-right: 15px
}

.dir-alp-r-list:hover {
    background: #fff;
    box-shadow: 0 2px 12px rgba(121, 121, 121, 0.33)
}

.dir-alp-r-cbb-rat {
    background: #44637d;
    position: absolute;
    padding: 4px 8px;
    right: -1px;
    border-radius: 1px;
    color: #fff;
    top: 0;
    font-weight: 600;
    font-size: 12px
}

.sa-list-pre-soci {
    right: 5px;
    position: absolute;
    bottom: 0
}

.sa-list-pre-soci ul {
    padding-top: 8px;
    margin-bottom: 0
}

.sa-list-pre-soci ul li {
    float: left;
    margin-right: 5px
}

.sa-list-pre-soci ul li i {
    width: 24px;
    height: 24px;
    background: #e6e6e6;
    color: #414f5a;
    border-radius: 50%;
    text-align: center;
    padding: 5px
}

.sa-sh-icon {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.sa-hi-icon {
    display: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.sa-list-pre-soci ul li i:hover {
    background: #1f4363;
    color: #fff
}

.sa-li-desc-left-sp {
    padding-left: 30px!important
}

.sa-list-pre-soci ul li {
    background: none!important;
    width: initial!important;
    padding-left: 0
}

.sa-list-pre-soci ul li:last-child i {
    background: #ffc107;
    color: #000
}

.sa-pop-full {
    background-color: #1f4363!important;
    text-align: center;
    color: #fff
}

.sa-pop-full span {
    display: block
}

.sa-pop-le {
    float: left;
    width: 30%;
    padding: 50px 10px
}

.sa-pop-ri {
    float: left;
    width: 70%;
    background: #fff
}

.sa-pop-l0 i {
    font-size: 58px;
    color: #fff
}

.sa-pop-l1 {
    font-size: 36px;
    color: #fff;
    font-weight: 600
}

.sa-pop-l2 {
    font-size: 50px;
    line-height: 54px;
    padding: 18px 0;
    border-top: 2px #fff;
    border-top-style: dashed;
    border-bottom: 2px #fff;
    border-bottom-style: dashed;
    margin: 15px;
    color: #fff
}

.sa-pop-l3 {
    font-size: 18px;
    color: #fdc600;
    font-weight: 600
}

.h_signin form p label {
    color: #2b3239;
    text-align: left;
    float: left;
    font-family: sans-serif, !important;
    font-size: 14px
}

.h_signin {
    overflow: hidden;
    padding: 20px 40px!important
}

.h_signin form p input {
    float: right;
    padding: 5px 34px;
    border-radius: 2px;
    border: 1px solid #d4d4d4;
    width: 100%;
    margin: 4px 0 14px 0
}

.h_signin form p textarea {
    padding: 5px 34px;
    border-radius: 2px;
    border: 1px solid #d4d4d4;
    width: 100%
}

.h_signin form p input[type="submit"] {
    border: 1px solid #dcad04;
    -moz-box-shadow: #b7b8b8 0 1px 0 inset;
    -moz-border-radius: 3px;
    font-size: 16px;
    font-family: arial, helvetica, sans-serif, !important;
    padding: 7px 10px;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    color: #000;
    background-color: #fdc600;
    background-image: -moz-linear-gradient(top, #ef9f41, #f79623);
    background-image: -ms-linear-gradient(top, #ef9f41, #f79623);
    background-image: -o-linear-gradient(top, #ef9f41, #f79623);
    text-transform: uppercase
}

.dir-pr-p1 {
    background: url(../../../../img/images_new/list-p-bg.jpg) no-repeat center center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 25px;
    background-size: cover
}

.dir-pr-p1 ul {
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 0
}

.dir-pr-p1 ul li {
    float: left;
    list-style-type: none;
    width: 100%
}

.dir-pr-p1 ul li:nth-child(2) {
    padding-bottom: 15px
}

.dir-pr-p1 ul li:nth-child(3) {
    width: 50%;
    color: #fff;
    font-size: 16px;
    background: url(../../../../img/images_new/list-pre-i1.png) no-repeat left center;
    background-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px
}

.dir-pr-p1 ul li:nth-child(4) {
    width: 50%
}

.dir-pr-p1 ul li h1 {
    color: #fff;
    padding-bottom: 20px
}

.dir-pr-p1-rat {
    position: relative;
    padding: 0 6px 15px 0
}

.dir-pr-p1-rev {
    float: right;
    position: relative;
    margin-top: 25px
}

.dir-pr-p2o {
    background: #1f4363
}

.dir-pr-p2 ul {
    margin-bottom: 0;
    padding: 0
}

.dir-pr-p2 ul li {
    float: left;
    padding: 15px 10px 15px 35px;
    list-style-type: none
}

.dir-pr-p2 ul li:nth-child(1) {
    color: #fff;
    font-size: 16px;
    background: url(../../../../img/images_new/list-pre-i1.png) no-repeat left center;
    background-size: 25px
}

.dir-pr-p2 ul li:nth-child(2) {
    color: #fff;
    font-size: 16px;
    background: url(../../../../img/images_new/list-pre-i2.png) no-repeat left center;
    background-size: 25px
}

.dir-pr-p2-soc {
    position: relative;
    overflow: hidden;
    float: right
}

.dir-pr-p2-soc ul {
    padding: 13px 15px 15px;
    position: relative
}

.dir-pr-p2-soc ul li {
    float: left;
    list-style-type: none;
    margin-right: 5px
}

.dir-pr-p2-soc ul li h5 {
    color: #fff;
    padding-right: 10px;
    padding-top: 6px;
    text-transform: uppercase;
    font-size: 14px
}

.dir-pr-p2-soc ul li i {
    width: 28px;
    height: 28px;
    background: #afc3d6;
    color: #000;
    padding: 8px 6px;
    text-align: center;
    border-radius: 30px
}

.dir-p-p1-rev-btn {
    font-size: 14px;
    padding: 8px
}

.fb1 {
    background: #3b5998
}

.gp1 {
    background: #dd4b39
}

.tw1 {
    background: #1da1f2
}

.li1 {
    background: #0077b5
}

.yt1 {
    background: #cd201f
}

.wa1 {
    background: #34af23
}

.dir-pr-p3 {
    position: relative;
    overflow: hidden;
    background: #f3f3f3
}

.db-user-left {
    background: #161512;
    border: 1px solid #161512;
    box-shadow: 0 2px 12px rgba(150, 150, 150, 0.18)
}

.db-user-img img {
    width: 100%
}

.db-user-left-menu {
    padding: 15px
}

.db-user-left-menu ul {
    padding: 0;
    margin-bottom: 0
}

.db-user-left-menu ul li {
    display: block;
    padding: 4px 0
}

.db-user-left-menu ul li a {
    color: #c3c3c3;
    display: block;
    border-bottom: 1px solid #33322d;
    padding: 7px;
    font-size: 15px;
    text-transform: capitalize
}

.db-user-left-menu ul li a:hover {
    background: #335c82;
    color: #fff;
    transform: scale(1.1)
}

.db-user-left-menu ul li:last-child a {
    border-bottom: 0 solid #ebebeb
}

.db-left-icon {
    display: inline-block;
    padding-right: 7px;
    vertical-align: sub
}

.db-left-icon img {
    width: 20px
}

#upload-photo {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.db-left-pro-pos {
    position: absolute;
    margin-top: -42px;
    right: 45%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.db-left-pro-pos i {
    width: 50px!important;
    height: 50px;
    text-align: center;
    background: #0d70b5;
    color: #fff;
    font-size: 34px;
    padding: 6px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.62)
}

.db-left-pro-edit {
    width: 32px!important
}

.db-user-img:hover .db-left-pro-pos {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.dir-pr-p3-right {
    background: #fff;
    border: 1px solid #dedede;
    box-shadow: 0 2px 12px rgba(150, 150, 150, 0.18);
    padding: 20px
}

.dir-pr-tit-first {
    padding-top: 0!important
}

.dir-pr-tit {
    padding-top: 25px;
    padding-bottom: 25px
}

.dir-pr-tit h2 {
    color: #343c42;
    font-size: 24px
}

.dir-pr-tit h2 span {
    font-family: 'Lato', sans-serif, !important;
    color: #9c9d9e;
    font-size: 24px
}

.dir-pr-p3-right p,
li {
    font-size: 16px;
    color: #343c42;
    line-height: 24px
}

.dir-pr-p3-rp-com {
    border-bottom: 1px solid #dedede;
    padding-bottom: 30px
}

.dir-pr-p3-rp2 img {
    width: 100%
}

.dir-pr-p3-rp3 {
    position: relative;
    overflow: hidden
}

.dir-pr-p3-rp3 ul {
    padding: 0;
    margin-bottom: 0
}

.dir-pr-p3-rp3 ul li {
    background: url(../../../../img/images_new/pre-ser-i.png) no-repeat center left;
    background-size: 16px;
    padding-left: 40px;
    float: left;
    list-style-type: none;
    display: inline-block;
    padding: 10px 10px 10px 30px;
    border: 1px solid #ececec;
    margin: 5px;
    background-position: 5px
}

.cbb3-pr-pr-sli-left-btn {
    position: absolute;
    left: 37px;
    z-index: 9;
    margin-top: 10%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.41);
    border-color: #9e9e9e;
    padding: 25px 10px;
    border-radius: 2px
}

.cbb3-pr-pr-sli-right-btn {
    position: absolute;
    right: 37px;
    z-index: 9;
    margin-top: 10%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.41);
    border-color: #9e9e9e;
    padding: 25px 10px;
    border-radius: 2px
}

.dir-pr-ri-pro {
    border: 1px solid #dcdcdc
}

.dir-pr-ri-pro-con {
    padding: 15px 10px 20px 10px
}

.dir-pr-ri-pro-con h5 {
    font-size: 16px;
    padding-bottom: 12px
}

.dir-pr-ri-pro-con p {
    font-size: 13px;
    padding-bottom: 10px
}

.dir-ri-pr-pro-main {
    width: 75%;
    margin: 0 auto;
    margin-top: 5%
}

.dir-ri-pr-pro-dec {
    position: relative;
    overflow: hidden
}

.dir-ri-pr-pro-dec-left {
    width: 30%;
    float: left
}

.dir-ri-pr-pro-dec-left img {
    width: 100%
}

.dir-ri-pr-pro-dec-right {
    width: 70%;
    float: left;
    padding: 0 25px
}

.dir-ri-pr-pro-dec-right h3 {
    padding-bottom: 20px
}

.dir-ri-pr-pro-dec-right h3 span {
    font-size: 22px;
    color: #333;
    padding-left: 5px
}

.dir-pr-pro-pop-clo-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #ffc107!important;
    border-radius: 40px;
    width: 24px;
    height: 24px;
    opacity: 1!important;
    z-index: 9
}

.dir-pr-pro-pop-clo-btn i {
    font-size: 14px;
    text-align: center;
    margin-top: -7px;
    position: absolute;
    margin-left: -5px
}

.dir-pr-p3-rp5 iframe {
    width: 100%;
    height: 300px;
    border: 0
}

.dir-pr-p3-rp6 {
    position: relative;
    overflow: hidden
}

.dir-pr-p3-rp6 ul {
    padding: 0
}

.dir-pr-p3-rp6 ul li {
    list-style-type: none
}

.stars {
    background: url("../../../../img/images_new/stars.png") repeat-x 0 0;
    width: 150px;
    position: relative;
    overflow: hidden
}

.stars input[type="radio"] {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0)
}

.stars input[type="radio"].star-5:checked ~ span {
    width: 100%
}

.stars input[type="radio"].star-4:checked ~ span {
    width: 80%
}

.stars input[type="radio"].star-3:checked ~ span {
    width: 60%
}

.stars input[type="radio"].star-2:checked ~ span {
    width: 40%
}

.stars input[type="radio"].star-1:checked ~ span {
    width: 20%
}

.stars label {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0!important;
    padding: 0!important;
    text-indent: -999em;
    float: left;
    position: relative;
    z-index: 10;
    background: transparent!important;
    cursor: pointer
}

.stars label:hover ~ span {
    background-position: 0 -30px
}

.stars label.star-5:hover ~ span {
    width: 100%!important
}

.stars label.star-4:hover ~ span {
    width: 80%!important
}

.stars label.star-3:hover ~ span {
    width: 60%!important
}

.stars label.star-2:hover ~ span {
    width: 40%!important
}

.stars label.star-1:hover ~ span {
    width: 20%!important
}

.stars span {
    display: block;
    width: 0;
    position: relative;
    top: 0;
    left: 0;
    height: 30px;
    background: url("../../../../img/images_new/stars.png") repeat-x 0 -60px;
    -webkit-transition: -webkit-width .5s;
    -moz-transition: -moz-width .5s;
    -ms-transition: -ms-width .5s;
    -o-transition: -o-width .5s;
    transition: width .5s
}

.sa-list-left-filter-1 ul {
    margin-bottom: 0!important
}

.sa-list-left-filter-1 ul li {
    border-bottom: 0!important;
    padding: 8px 0 6px 0!important
}

.l-info-5 li {
    float: left;
    padding: 10px;
    color: #8f8f8f
}

.l-info-5 li:nth-child(1) {
    width: 50%
}

.l-info-5 li:nth-child(2) {
    width: 50%
}

.l-info-5 li:nth-child(3) {
    width: 100%
}

.l-info-5 li:nth-child(4) {
    padding: 0 10px
}

.l-info-5 li input {
    width: 100%;
    padding: 5px;
    border: 1px solid #c2c2c2
}

.l-info-5 li textarea {
    resize: none;
    width: 100%;
    padding: 5px;
    border: 1px solid #c2c2c2
}

.l-info-5 li input[type="submit"]:hover {
    transition: all .5s ease;
    background: #ffc314
}

.dir-pr-p3-rp7-left img {
    margin: 0 auto;
    display: table;
    padding-bottom: 10px
}

.dir-pr-p3-rp7-right h4 {
    padding-bottom: 15px
}

.dir-pr-p3-rp7-right span {
    color: #75797b;
    font-size: 14px;
    font-weight: 600
}

.dir-pr-p3-rp7-right p {
    line-height: 22px;
    color: #75797b;
    font-size: 14px
}

.dir-pr-p3-rp7-1 {
    padding-bottom: 15px;
    position: relative;
    overflow: hidden
}

.dir-pr-p7-rat {
    position: relative
}

.dir-pr-p3-rp8 {
    background: #1f4363;
    padding-top: 15px;
    padding-bottom: 40px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4
}

.dir-pr-p3-rp8-img img {
    height: inherit
}

.dir-pr-p8-rel-list {
    background: #fff;
    border: 0 solid #fff
}

.dir-p8-list-tit h2 {
    color: #fff;
    padding-left: 15px
}

.dir-p8-list-tit h2 span {
    color: #afc2d2
}

.dir-pr-p3-left-2 {
    background: #fff;
    margin-top: 25px;
    border: 1px solid #d6d6d6;
    box-shadow: 0 2px 12px rgba(150, 150, 150, 0.18)
}

.dir-pr-p3-left-2 h3 {
    background: #1f4363;
    color: #fff;
    font-size: 20px;
    padding: 15px
}

.dir-pr-p3-left-21 {
    padding: 15px
}

.dir-pr-p3-left-21 ul {
    padding: 0;
    margin-bottom: 0
}

.dir-pr-p3-left-21 ul li {
    list-style-type: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px
}

.dir-pr-p3-left-21 ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0 solid #e2e2e2
}

.dir-pr-p3-left-21 ul li span {
    float: right;
    background: #ffc51d;
    color: #000;
    font-weight: 600;
    padding: 0 8px;
    font-size: 14px;
    display: inline-block;
    border-radius: 2px
}

.dir-pr-p8-rp8 ul li {
    background: url(../../../../img/images_new/pre-pro-i.png) no-repeat center left;
    background-position: 5px;
    background-size: 16px
}

.list-featu ul {
    padding: 0
}

.list-featu ul li {
    list-style-type: none
}

.pricing {
    border: 1px solid #e3e3e3;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.11);
    transition: all .5s ease;
    margin-bottom: 20px
}

.pricing:hover {
    transform: scale(1.05);
    box-shadow: 0 2px 40px rgba(0, 0, 0, 0.3)
}

.pricing li:nth-child(1) {
    background: #19d3e8;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.82)
}

.pricing li:nth-child(2) {
    background: #05c6db;
    color: #000;
    font-size: 24px;
    padding: 25px 0;
    font-weight: 600;
    background: -webkit-linear-gradient(to bottom, #03c4da, #19d3e8);
    background: linear-gradient(to bottom, #03c4da, #19d3e8);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.59)
}

.pricing li:nth-child(2) span {
    font-size: 50px;
    padding-right: 5px;
    padding-top: 14px;
    display: inline-block;
    font-weight: 800;
    color: #000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.59)
}

.pricing li {
    padding: 12px;
    text-align: center;
    font-size: 15px;
    color: #444
}

.pricing li i {
    font-size: 20px
}

.pricing li .fa-times {
    color: #ff5722
}

.pricing li .fa-check {
    color: #8bc34a
}

.price-start a {
    padding: 2px
}

.list-featu {
    position: relative;
    overflow: hidden
}

.pricing-detail li:nth-child(1) {
    font-size: 24px;
    line-height: 128px
}

.pricing-detail li {
    padding: 12px;
    font-size: 16px;
    color: #343c42;
    font-weight: 600
}

.pricing-detail img {
    width: 100%
}

.p-one {
    background: #e5e5e5
}

.p-pro li:nth-child(1) {
    background: #e3e819
}

.p-pro li:nth-child(2) {
    background: #d6da07;
    background: -webkit-linear-gradient(to bottom, #f9f609, #d3d807);
    background: linear-gradient(to bottom, #d9de06, #e3e819)
}

.p-ppro li:nth-child(1) {
    background: #aae819
}

.p-ppro li:nth-child(2) {
    background: #9cdd03;
    background: -webkit-linear-gradient(to bottom, #9adc00, #aae819);
    background: linear-gradient(to bottom, #9adc00, #aae819)
}

.p-listing {
    padding: 35px 0;
    position: relative;
    overflow: hidden
}

.ak-field {
    overflow: hidden
}

.p-listing form {
    padding: 25px;
    border: 1px solid #ccc
}

.p-listing form input,
select,
textarea {
    width: 100%;
    padding: 7px;
    border-radius: 0;
    border: 1px solid #ccc;
    font-size: 14px!important;
    font-weight: 400;
    color: #333
}

.p-listing form textarea {
    resize: none;
    height: 100px
}

.p-listing h2 {
    padding-bottom: 20px
}

.p-listing h2 span {
    color: #ff9800;
    font-size: 30px
}

.p-listing form input[type="submit"] {
    border-radius: 3px;
    border: 1px solid #d7a307;
    font-weight: 600
}

.dir-pop-width {
    margin: 0 auto;
    width: 70%!important
}

.dir-pop-head {
    background: url("../../../../img/images_new/pop_bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 25px 25px 50px 25px!important;
    border-bottom: 0!important
}

.dir-pop-head h4 {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    font-size: 20px
}

.dir-pop-body {
    padding: 35px 50px 20px 50px!important;
    border-bottom: 10px solid #263b57
}

.dir-pop-body form {
    background: #fff;
    margin-top: -65px;
    padding: 30px 50px 25px;
    border-radius: 5px;
    box-shadow: 0 2px 34px rgba(80, 80, 80, 0.3);
    position: relative;
    overflow: hidden
}

.dir-pop-tem-row {
    position: relative;
    overflow: hidden;
    margin-bottom: 8px
}

.dir-pop-tem-row textarea {
    margin-top: 0!important
}

.dir-pop-com label {
    color: #000;
    font-weight: 400;
    font-family: 'Lato', sans-serif, !important;
    font-size: 15px
}

.dir-pop-com input,
textarea,
select {
    font-family: 'Lato', sans-serif, !important;
    font-size: 15px
}

.dir-pop-foot {
    text-align: center;
    margin-bottom: 0;
    padding-top: 20px
}

.pop-btn {
    outline: 0;
    background: #14addb;
    border: 1px solid #14addb;
    color: #fff!important;
    padding: 5px 15px;
    border-radius: 2px;
    font-weight: 700;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.pop-btn:hover {
    background: #14addb;
    border: 1px solid #14addb;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.proj {
    margin-top: -50px;
    position: relative
}

.hom-pro {
    background: #fff;
    text-align: center;
    padding: 25px 0 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.07);
    border-radius: 2px
}

.hom-pro:hover {
    background: #f3f2ee
}

.hom-pro img {
    padding-bottom: 20px;
    max-height: 100px
}

.hom-pro h4 {
    padding-bottom: 15px
}

.hom-pro p {
    margin-bottom: 0;
    padding-bottom: 18px
}

.hom-pro a {
    padding: 4px 7px;
    border-radius: 30px;
    color: #253d52;
    font-size: 13px;
    border: 1px dashed #fff;
    box-shadow: 0 0 0 2px #237c9b;
    background-color: #30abd5;
    color: #fff
}

.sec-bg-white {
    background: #fff
}

.list-spac {
    margin: 15px;
    padding: 15px 0;
    margin-bottom: 15px!important
}

.list-spac-1 {
    border: 1px solid #e2e2e2
}

.home-list-pop {
    position: relative;
    background: #fff;
    padding: 15px 0;
    margin-bottom: 30px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    height: 160px
}

@media(max-width:992px) {
    .home-list-pop {
        height: auto
    }
}

.home-list-pop img {
    width: 100%
}

@media(max-width:992px) {
    .home-list-pop img {
        width: 75%
    }
}

.home-list-pop-desc span {
    text-transform: uppercase;
    font-size: 12px
}

.home-list-pop-desc h3 {
    font-size: 20px;
    padding-bottom: 8px;
    color: #000;
    padding-top: 5px;
    margin-right: 22px;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media(max-width:530px) {
    .home-list-pop-desc h3 {
        margin: 0
    }
}

.home-list-pop-desc h4 {
    font-size: 15px;
    padding-bottom: 8px
}

.home-list-pop-desc p {
    margin-bottom: 0;
    font-style: normal
}

.home-list-pop-rat {
    position: absolute;
    background: #30abd5;
    padding: 4px;
    font-weight: 600;
    color: #000;
    right: 15px;
    top: 0;
    font-size: 14px;
    border-radius: 2px
}

.list-number {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 10px
}

.list-number ul {
    padding: 0
}

.list-number ul li {
    display: inline-block;
    float: left;
    width: 50%;
    color: #636363;
    font-size: 14px
}

.list-number ul li img {
    width: 18px;
    margin-right: 7px
}

.inn-list-pop-desc h3 {
    font-size: 24px
}

.inn-list-pop-desc p {
    font-size: 14px
}

.inn-list-pop-desc p b {
    color: #333
}

.home-dis {
    position: relative;
    overflow: hidden;
    background: #1c1c1c;
    padding: 70px 0
}

.home-dis-new {
    position: relative;
    overflow: hidden;
    background: #1c1c1c;
    padding: 20px 0;
    text-align: center;
    color: #FFF
}

.home-dis h2 {
    color: #fff;
    font-size: 46px;
    vertical-align: middle;
    text-align: center
}

.home-dis h2 span {
    color: #fdb714;
    font-size: 46px;
    font-family: 'Quicksand', sans-serif, !important;
    font-weight: 600
}

.home-dis h2 a {
    padding: 4px 7px;
    border-radius: 30px;
    color: #253d52;
    font-size: 24px;
    border: 1px dashed #fff;
    box-shadow: 0 0 0 3px #ceae0c;
    color: #fff;
    vertical-align: middle
}

.home-dis:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    opacity: .2
}

.hom-cre-acc-left h3 {
    font-weight: 100;
    font-size: 34px
}

.hom-cre-acc-left h3 span {
    font-family: 'Lato', sans-serif, !important;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 42px;
    color: #333
}

.hom-cre-acc-left h5 {
    font-weight: 500;
    font-size: 24px
}

.hom-cre-acc-left p {
    padding-top: 8px;
    font-size: 16px
}

.hom-cre-acc-left ul {
    padding: 0;
    margin-bottom: 0;
    margin-top: 50px
}

.hom-cre-acc-left ul li {
    padding-bottom: 30px;
    list-style-type: none
}

.hom-cre-acc-left ul li img {
    text-align: center;
    float: left;
    width: 50px
}

.hom-cre-acc-left ul li div {
    display: block;
    margin-left: 80px;
    margin-top: -10px
}

.hom-cre-acc-right form {
    border: 1px solid #ededed;
    background-color: #f9f9f9;
    padding: 30px;
    box-sizing: border-box;
    padding: 35px 50px;
    background: #eaedef
}

.animate-lab {
    color: #9e9e9e;
    z-index: 9;
    font-size: 15px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    position: absolute;
    pointer-events: none;
    margin-top: -35px;
    margin-left: 24px
}

.cbox-res {
    width: auto!important
}

.hom-cre-acc-right form input:focus {
    outline: 0
}

.hom-cre-acc-right form input {
    height: 45px;
    position: relative;
    padding: 5px 24px;
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    text-indent: 0;
    line-height: 12px;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    width: 100%;
    font-size: 14px;
    background: #fff
}

.hom-cre-acc-right form select {
    height: 45px;
    margin: 10px 0 0!important;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    text-indent: 0;
    line-height: 12px;
    -webkit-transition: border-color .4s,color .4s;
    transition: border-color .4s,color .4s;
    width: 100%;
    font-size: 15px;
    background: #fff;
}

.hom-cre-acc-right form textarea {
    height: 120px;
    position: relative;
    padding: 15px 24px;
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    text-indent: 0;
    line-height: 25px;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    width: 100%;
    font-size: 15px;
    background: #fff
}

.hom-cre-acc-right form input[type="submit"] {
    font-size: 20px;
    border: 0;
    width: 100%;
    padding: 18px;
    background: #31c6f5
}

.hom-cre-acc-right form input[type="submit"]:hover {
    background: #14addb
}

.blue-btn {
    color: #fff;
    background-color: #1ebef0;
    border: 1px solid #1ebef0;
    font-weight: 600;
    border-radius: 2px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.blue-btn:hover {
    background: #14addb;
    border: 1px solid #14addb;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.hom-cre-acc-right .checkbox {
    padding: 10px 0
}

.sea-drop-com {
    background: #fff;
    display: none;
    position: relative;
    z-index: 9999;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(46, 46, 46, 0.2);
    overflow: hidden
}

.sea-drop-1 {
    position: absolute;
    width: 58.4%
}

.sea-v2-drop-1 {
    position: absolute;
    width: 78%
}

.sea-drop-com ul {
    background: #fff!important;
    padding: 0!important
}

.sea-drop-com ul li {
    display: block!important;
    width: 100%!important;
    text-align: left;
    border-bottom: 1px solid #f7f7f7
}

.sea-drop-com ul li a:hover {
    background: #ededed
}

.sea-drop-com ul li a {
    text-align: left;
    display: block;
    padding: 10px 20px;
    color: #303848;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden
}

.sea-drop-com ul li a img {
    margin-right: 10px;
    width: 24px
}

.mar-bot-0 {
    margin-bottom: 0
}

.soc-login {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #dcdcdc;
    margin-top: 15px;
    padding-top: 15px
}

.soc-login h4 {
    text-align: center;
    padding-bottom: 15px
}

.soc-login ul {
    padding: 0;
    margin: 0
}

.soc-login ul li {
    list-style-type: none;
    float: left;
    width: 33.333%;
    padding: 5px
}

.soc-login ul li a {
    display: block;
    color: #fff;
    padding: 7px 18px;
    text-align: center;
    border-radius: 2px
}

.soc-login ul li:nth-child(1) a {
    background: #3b5998
}

.soc-login ul li:nth-child(2) a {
    background: #00aced
}

.soc-login ul li:nth-child(3) a {
    background: #d34836
}

.soc-login ul li a i {
    padding-right: 5px
}

.get-quo textarea {
    margin-top: 0!important
}

.show-review {
    width: 25px;
    height: 25px;
    background-color: #30abd5;
    padding: 4px;
    color: #000;
    font-weight: 600;
    text-align: center;
    font-size: 12px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.28);
    margin-right: 10px;
    float: left
}

@media(max-width:768px) {
    .show-review {
        float: inherit;
        bottom: 7px;
        position: relative
    }
}

.rtl .show-review {
    float: right;
    margin-right: inherit;
    margin-left: 10px
}

@media(max-width:768px) {
    .rtl .show-review {
        float: inherit
    }
}

.list-rat-ch i {
    color: #000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
    padding: 3px 2px 2px;
    border-radius: 0;
    font-size: 11px;
    vertical-align: text-top
}

.full-btn {
    width: 100%;
    font-size: 16px
}

.hom-cr-acc-check {
    padding: 15px 8px!important
}

.hom-cr-acc-check label {
    font-size: 12px;
    font-weight: 600;
    font-family: sans-serif;
    color: #8e8e8e
}

.list-pg-lt {
    width: 70%;
    float: left
}

.list-pg-rt {
    width: 30%;
    float: left;
    padding: 0 0 0 20px
}

.list-page-enq {
    margin-top: 60px;
    background: url("../../../../img/images_new/banner2.jpg") no-repeat;
    background-size: cover;
    position: relative
}

.list-page-enq:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(32, 52, 76, 0.64) 14%, rgba(0, 0, 0, 0.55) 66%);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.lpe-com-main {
    position: relative;
    overflow: hidden;
    width: 75%;
    margin: 0 auto;
    padding: 50px 35px
}

.lpe-com {
    width: 50%;
    float: left
}

.lpe-left {
    padding: 14% 0;
    color: #fff
}

.lpe-left h4 {
    text-transform: uppercase
}

.lpe-left h5 {
    font-size: 20px
}

.lpe-left h2 {
    font-size: 60px
}

.lpe-right {
    text-align: center
}

.lpe-right h3 {
    color: #000;
    font-size: 28px
}

.lpe-right p {
    font-size: 14px;
    text-align: center;
    padding-top: 7px;
    margin-bottom: 5px
}

.lpe-right form {
    background: #fff;
    padding: 25px;
    border-radius: 4px;
    box-shadow: 0 16px 40px -10px #000;
    border-bottom: 5px solid #d6c492
}

.lpe-right input,
textarea {
    height: 45px;
    position: relative;
    padding: 15px 24px;
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    text-indent: 0;
    line-height: 12px;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    width: 100%;
    font-size: 14px;
    background: #fff
}

.lpe-right label {
    top: 14px
}

.lpe-right textarea {
    height: 75px
}

.list-red-btn {
    background: #f44336;
    background: linear-gradient(to top, #ec3123, #f44336);
    color: #fff;
    height: 45px;
    line-height: 45px
}

.list-pagenat {
    margin: 20px 0;
    display: table
}

.list-pagenat li a,
.pull-right li a {
    padding: 6px 0
}

.pg-list-1 {
    margin-top: 60px;
    background: url(../../../../img/images_new/banner4.jpg) no-repeat;
    background-size: cover;
    position: relative;
    padding: 250px 0 70px 0;
    width: 100%;
    box-sizing: content-box
}

.pg-list-prop {
    background: url(../../../../img/images_new/list-deta/prop-bg.jpg) no-repeat;
    background-size: cover;
    box-sizing: content-box
}

.pg-list-shop {
    background: url(../../../../img/images_new/list-deta/shop-bg.jpg) no-repeat;
    background-size: cover;
    box-sizing: content-box
}

.pg-list-auto {
    background: url(../../../../img/images_new/list-deta/auto-bg.jpg) no-repeat;
    background-size: cover;
    box-sizing: content-box
}

.pg-list-1:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, #131519 14%, rgba(0, 0, 0, 0.55) 66%);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.pg-list-1-left {
    float: left;
    width: 50%;
    position: relative;
    overflow: hidden
}

.pg-list-1-left h3 {
    font-size: 25px;
    color: #fff;
    padding-bottom: 15px
}

.pg-list-1-left p {
    color: #b7b7b7;
    font-size: 20px
}

.pg-list-1-left h4 {
    color: #b7b7b7;
    padding: 15px 00px
}

.pag-p1-phone ul li {
    color: #b7b7b7;
    font-size: 16px;
    width: 33.33%;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden
}

.pag-p1-phone ul li i {
    width: 24px;
    height: 24px;
    font-size: 18px
}

.pg-list-1-right {
    float: left;
    width: 50%;
    padding: 0 15px;
    position: relative;
    overflow: hidden
}

.pg-list-1-right-p1 {
    padding-top: 20px
}

.pg-list-1-right-p1 ul li a {
    background: #fff;
    border: 1px solid #fff;
    color: #162336;
    padding: 12px 5px;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
    font-size: 14px
}

.pglist-p-com {
    margin-bottom: 20px
}

.pglist-p-com-ti {
    border-bottom: 1px solid #e2e2e2
}

.pglist-p-com-ti h3 {
    padding: 15px 20px;
    background: #fff;
    font-family: 'Montserrat', sans-serif, !important;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase
}

.pglist-p-com-ti h3 span {
    font-size: 24px;
    color: #828282;
    font-family: 'Montserrat', sans-serif, !important;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase
}

.list-360 iframe {
    width: 100%;
    height: 300px;
    border: 0
}

.list-tit-mar-0 {
    padding-top: 0!important
}

.list-slider-nav {
    margin-top: 175%;
    position: absolute;
    background: #ffe500;
    width: 32px;
    height: 32px;
    padding: 5px;
    text-align: center;
    border-radius: 2px;
    color: #000
}

.list-slider-nav-rp {
    margin-right: 40px;
    position: initial
}

.list-page-com-p p {
    font-size: 15px;
    color: #828282;
    line-height: 24px
}

.share-btn {
    padding-bottom: 10px
}

.share-btn ul {
    margin-bottom: 0
}

.share-btn ul li:nth-child(1) a {
    background: #3b5998
}

.share-btn ul li:nth-child(2) a {
    background: #00aced
}

.share-btn ul li:nth-child(3) a {
    background: #d34836
}

.share-btn ul li a {
    padding: 7px;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif, !important;
    text-transform: uppercase
}

.share-btn ul li {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 1px
}

.share-btn ul li i {
    padding-right: 3.75pt
}

.pg-list-ser ul li {
    padding: 8px
}

.pg-list-ser-p1:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.71) 14%, rgba(0, 0, 0, 0.32) 66%);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.pg-list-ser-p1 {
    position: relative;
    overflow: hidden
}

.pg-list-ser-p1:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.pg-list-ser-p1 img {
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.pg-list-ser-p2 {
    position: absolute;
    width: 89.5%;
    margin-top: -35px
}

.pg-list-ser-p2 h4 {
    text-align: center;
    color: #fff;
    font-size: 20px
}

.list-pg-bg {
    background: #f7f8fa
}

.pglist-bg {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 2px
}

.list-pg-inn-sp {
    padding: 20px
}

.list-rom-pric {
    font-size: 26px!important;
    background: #fff
}

.list-room-type {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 10px
}

.list-room-type ul {
    padding: 0
}

.list-room-type ul li {
    display: inline-block;
    float: left;
    color: #636363;
    font-size: 14px
}

.list-room-type ul li img {
    width: 18px;
    border-radius: 40px
}

.list-room-deta h3 {
    font-size: 20px;
    color: #141f31;
    font-family: 'Montserrat', sans-serif, !important;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase
}

.list-room-rati {
    padding: 10px 0 5px 0
}

.list-rom-ami ul li {
    padding-bottom: 6px;
    font-family: 'Montserrat', sans-serif, !important;
    font-size: 12px;
    background: #f5f5f5;
    border-radius: 4px;
    margin-right: 5px;
    padding: 4px 8px;
    margin-bottom: 5px
}

.list-rom-ami ul li img {
    vertical-align: sub;
    width: 15px
}

.lp-ur-all {
    position: relative;
    overflow: hidden
}

.lp-ur-all-rat {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #e2e2e2;
    margin-top: 20px;
    padding-top: 20px
}

.ltr .lp-ur-all-left {
    float: left;
    width: 20%;
    border-right: 4px solid #6b7f8a;
    padding-right: 20px
}

.lp-ur-all-left-1 {
    float: left;
    width: 100%
}

.lp-ur-all-left-11 {
    float: left;
    width: 50%;
    font-size: 13px;
    padding-right: 14px;
    color: #636363;
    font-family: 'Montserrat', sans-serif, !important
}

.lp-ur-all-left-12 {
    float: left;
    width: 50%;
    height: 6px;
    background: #dadada;
    margin-top: 7px;
    border-radius: 0
}

.lp-ur-all-left-13 {
    width: 100%;
    background: #43a047;
    height: 6px;
    border-radius: 0
}

.lp-ur-all-left-Good {
    width: 50%;
    background: #73ca14
}

.lp-ur-all-left-satis {
    width: 18%;
    background: #3dbbd0
}

.lp-ur-all-left-below {
    width: 20%;
    background: #ca7224
}

.lp-ur-all-left-poor {
    width: 5%;
    background: #de382c
}

.lp-ur-all-right {
    float: left;
    width: 80%;
    padding: 2px 20px
}

.lp-ur-all-right h5 {
    font-family: 'Montserrat', sans-serif, !important;
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 20px
}

.lp-ur-all-right p span {
    background: #55bf15;
    font-size: 34px;
    color: #fff;
    font-weight: 600;
    padding: 8px;
    border-radius: 5px;
    vertical-align: sub;
    margin-right: 15px
}

@media(max-width:530px) {
    .lp-ur-all-right p span {
        display: table
    }
}

.lp-ur-all-right p span i {
    font-size: 20px;
    vertical-align: text-top
}

.lp-ur-all-rat h5 {
    padding: 15px 0 5px;
    background: #fff;
    font-family: 'Montserrat', sans-serif, !important;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase
}

.lp-ur-all-rat ul {
    margin-bottom: 0;
    padding: 0
}

.lp-ur-all-rat ul li {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
    padding-top: 15px;
    padding-bottom: 5px
}

.lr-user-wr-img {
    float: left
}

.lr-user-wr-img img {
    width: 42px
}

.lr-user-wr-con {
    float: left;
    width: 90%;
    display: inline-block;
    padding: 0 20px
}

.rtl .lr-user-wr-con {
    float: right
}

.lr-user-wr-con h6 {
    line-height: 36px;
    font-size: 18px
}

.rtl .lr-user-wr-con h6 {
    float: right
}

.lr-user-wr-con p {
    font-size: 14.4px;
    color: #21344c
}

.lr-revi-date {
    font-size: 13px!important;
    color: #828282!important;
    width: 100%;
    display: inline-block;
    margin: 0
}

.lr-user-wr-con h6 span {
    background: #55bf15;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding: 4px 4px;
    border-radius: 4px;
    vertical-align: top;
    margin-left: 6px
}

.rtl .lr-user-wr-con h6 span {
    float: left;
    margin-left: inherit;
    margin-right: 6px;
    padding: 0 4px
}

.lr-user-wr-con h6 span i {
    font-size: 10px;
    vertical-align: text-top
}

.lr-user-wr-con ul {
    padding: 0;
    position: relative;
    overflow: hidden
}

.lr-user-wr-con ul li {
    list-style-type: none;
    display: inline-block;
    padding-right: 15px;
    padding-top: 0;
    border: 0
}

.lr-user-wr-con ul li a {
    color: #333;
    font-size: 14px
}

.lr-user-wr-con ul li a span {
    padding-right: 7px;
    color: #888;
    font-size: 12px
}

.list-pg-write-rev {
    position: relative;
    overflow: hidden
}

.list-pg-write-rev form input {
    height: 45px;
    position: relative;
    padding: 15px 24px;
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    text-indent: 0;
    line-height: 12px;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    width: 100%;
    font-size: 14px;
    background: #fff
}

.list-pg-write-rev form label {
    top: 14px
}

.list-pg-write-rev form textarea {
    height: 100px;
    position: relative;
    padding: 15px 24px;
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    text-indent: 0;
    line-height: 12px;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    width: 100%;
    font-size: 14px;
    background: #fff
}

.list-pg-guar ul {
    margin-bottom: 0
}

.list-pg-guar ul li {
    border-bottom: 1px solid #e2e2e2;
    padding: 12px 0 5px 0
}

.list-pg-guar ul li:nth-child(1) {
    padding: 5px 0 5px 0
}

.list-pg-guar ul li:nth-child(3) {
    border-bottom: 0 solid #e2e2e2;
    padding-bottom: 5px
}

.list-pg-guar ul li h4 {
    font-size: 16px;
    padding-bottom: 5px
}

.list-pg-guar ul li p {
    line-height: 18px;
    font-size: 13px
}

.list-pg-guar-img {
    display: inline-block;
    float: left;
    height: 100%;
    margin-right: 15px;
    margin-bottom: 8px
}

.list-pg-btn {
    width: 100%;
    font-size: 14px;
    height: 45px;
    line-height: 45px
}

.pglist-p-com-ti-right h3 {
    background: #20334c;
    color: #fff;
    font-size: 15px
}

.pglist-p-com-ti-right h3 span {
    color: #c7c7c7;
    font-size: 15px
}

.pg-list-user-pro {
    background: url("../../../../img/images_new/profile-bg.jpg") no-repeat;
    height: 100px;
    background-size: cover
}

.pg-list-user-pro img {
    position: relative;
    margin-top: 72px;
    margin-left: 41%
}

.list-pg-upro {
    text-align: center;
    padding-top: 30px
}

.list-pg-upro h5 {
    font-size: 16px
}

.list-pg-upro p {
    padding-bottom: 5px;
    font-size: 15px
}

.list-pg-upro a {
    background: #f44336
}

.list-pg-map iframe {
    height: 180px;
    width: 100%;
    border: 0
}

.list-pg-oth-info ul li {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0
}

.list-pg-oth-info ul li:last-child {
    border-bottom: 0 solid #e2e2e2;
    padding-bottom: 0
}

.list-pg-oth-info ul li span {
    float: right;
    text-align: right;
    background: #f7f8fa;
    border-radius: 5px;
    padding: 0 5px;
    border: 1px solid #e2e2e2
}

.green-bg {
    background: #55bf15!important;
    color: #fff
}

.list-mig-like-com {
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.list-mig-like-com:hover img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: .5
}

.list-mig-lc-img img {
    width: 100%;
    border-radius: 5px
}

.list-mig-like-com:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 10%, rgba(84, 84, 84, 0.35) 50%);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 5px
}

.list-mig-lc-con {
    position: absolute;
    width: 100%;
    margin-top: -125px;
    padding: 20px 20px 0;
    display: block
}

@media(max-width:530px) {
    .list-mig-lc-con {
        margin-top: -70px;
        padding: 10px 10px 0 10px
    }
}

.list-mig-lc-con2 {
    margin-top: -90px
}

@media(max-width:530px) {
    .list-mig-lc-con2 {
        margin-top: -80px
    }
}

.list-mig-lc-con h5 {
    font-size: 18px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@media(max-width:530px) {
    .list-mig-lc-con h5 {
        font-size: 16px
    }
}

.list-mig-lc-con h6 {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: -20px;
    border: 1px solid #fff;
    padding: 8px 10px 10px;
    border-radius: 18px;
    margin-bottom: 5px
}

.list-mig-lc-con p {
    color: #c1c1c1
}

@media(max-width:530px) {
    .list-mig-lc-con p {
        font-size: 13px
    }
}

.list-mi-pr {
    top: 15px
}

.list-ri-spec-tit h3 {
    padding: 5px 20px 18px;
    font-family: 'Montserrat', sans-serif, !important;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center
}

.list-ri-spec-tit h3 span {
    font-family: 'Montserrat', sans-serif, !important;
    font-weight: 500;
    font-size: 18px
}

.inn-pag-ban {
    position: relative;
    overflow: hidden;
    width: 75%;
    margin: 0 auto;
    padding: 75px 35px;
    color: #fff;
    text-align: center
}

.inn-pag-ban h4 {
    font-size: 20px
}

.inn-pag-ban h2 {
    font-size: 50px
}

.inn-pag-ban h5 {
    font-size: 14px
}

.how-com {
    padding-top: 20px
}

.how-com ul {
    margin-bottom: 0
}

.how-com ul li {
    position: relative;
    overflow: hidden;
    padding-left: 95px;
    padding-bottom: 30px
}

.how-com ul li:last-child {
    padding-bottom: 0
}

.how-com ul li img {
    text-align: center;
    margin-left: -95px;
    position: absolute;
    color: #fff
}

.how-com ul li h4 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif, !important;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 4px
}

.how-com ul li p {
    margin-bottom: 0;
    font-size: 15px
}

.inn-page-bg {
    margin-top: 60px;
    background: url(../../../../img/images_new/inn-bg.jpg) no-repeat;
    background-size: cover;
    position: relative
}

.inn-page-bg:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(32, 52, 76, 0.64) 14%, rgba(0, 0, 0, 0.55) 66%);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.how-border {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    padding: 25px 25px 28px 25px
}

.p-about {
    background: #fff
}

.page-about img {
    width: 100%
}

.page-about span {
    display: inline-block;
    padding: 20px 0;
    font-size: 20px;
    font-style: italic;
    font-weight: 200;
    color: #a2a2a2
}

.page-about p {
    font-size: 16px
}

.page-about a {
    margin-top: 10px;
    width: 200px
}

.p-about-count {
    background: #253d52;
    padding: 0;
    padding: 40px 0
}

.page-about-count {
    text-align: center;
    color: #fff;
    border-right: 1px solid #30485d
}

.page-about-count-no-bor {
    border: 0
}

.page-about-count span {
    font-size: 45px;
    color: #ffeb3b;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.62)
}

.page-about-count h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 100;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.62);
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 20px
}

.page-about-count p {
    color: #aba9a9
}

.con-page {
    background: url(../../../../img/images_new/con-bg.jpg) no-repeat left center;
    background-attachment: fixed;
    background-size: 40%;
    position: relative;
    overflow: hidden
}

.con-page-ri {
    float: right;
    padding: 20px;
    padding-top: 150px;
    background: #f3f3f3
}

.con-com {
    border: 0px solid #e0e0e0;
    padding: 25px;
    margin-bottom: 25px;
    background: none
}

.con-com h4 {
    font-size: 24px;
    padding-bottom: 10px;
    margin-top: 25px
}

.con-com p {
    font-size: 16px
}

.con-com span img {
    width: 20px;
    margin-right: 15px
}

.con-com span {
    font-size: 16px;
    display: block;
    padding-top: 5px
}

.foot-soc ul {
    padding: 0;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0
}

.foot-soc ul li {
    list-style-type: none;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px
}

.foot-soc ul li i {
    width: 32px;
    height: 32px;
    text-align: center;
    color: #fff;
    padding: 8px
}

.sh1 {
    background: #4c4c4c
}

.con-tit-top-o {
    margin-top: 0!important
}

.cpn-pag-form form p {
    padding-top: 7px;
    margin-bottom: 20px
}

.cpn-pag-form form input,
textarea {
    height: 45px;
    position: relative;
    padding: 15px 24px;
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    text-indent: 0;
    line-height: 12px;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    width: 100%;
    font-size: 14px;
    background: #fff
}

.cpn-pag-form form textarea {
    height: 75px
}

.con-pag-map iframe {
    width: 100%;
    border: 0;
    margin-top: 15px
}

.con-com-mar-bot-o {
    margin-bottom: 0!important
}

.cpn-pag-form label {
    top: 14px
}

.blog-single {
    border: 1px solid #e4e4e4;
    padding: 15px 0;
    margin-bottom: 20px
}

.blog-img img {
    width: 100%
}

.page-blog h3 {
    font-size: 28px
}

.page-blog span {
    font-size: 16px;
    padding: 12px 0;
    display: inline-block;
    color: #888
}

.page-blog p {
    padding-bottom: 10px
}

.page-blog a {
    width: 200px
}

.share-pad-bot {
    padding-bottom: 10px
}

.blog-comment h3 {
    color: #333;
    font-family: 'Montserrat', sans-serif, !important;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase
}

.pg-re-rat {
    padding: 1px 0 0 61px
}

.pg-revi-re {
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 5px
}

.pg-revi-re img {
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 15px
}

.pg-revi-re p {
    color: #333;
    font-family: 'Lato', sans-serif, !important;
    font-weight: 600
}

.pg-revi-re p span {
    color: #a0a0a0;
    padding-left: 5px
}

.span-none span {
    display: none
}

.list-grid-rig-pad {
    padding-right: 30px!important;
    padding-top: 30px
}

.cus-rev {
    border: 1px solid #dcdcdc;
    padding: 20px;
    margin-bottom: 30px
}

.cus-re-com {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #dcdcdc;
    padding-top: 20px;
    margin-top: 20px
}

.cus-re-com img {
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 15px
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../../../../img/images_new/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px
}

.rating {
    border: 0;
    float: left;
    height: 48px;
    overflow: hidden
}

.rating>input {
    display: none
}

.rating>label:before {
    margin: 5px;
    font-size: 22px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
    border: 0!important
}

.rating>label:after {
    background: none!important;
    border: 0!important
}

.rating>.half:before {
    content: "\f089";
    position: absolute;
    border: 0
}

.rating>label {
    color: #ddd;
    float: right
}

.half {
    display: none!important
}

.pg-elem {
    border: 1px solid #e4e4e4;
    padding: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    padding: 25px;
    border-radius: 4px;
    box-shadow: 0 16px 25px -22px #000;
    border-bottom: 2px solid #d6c492
}

.pg-elem h3 {
    padding-bottom: 10px
}

.pg-elem-inn {
    margin-top: 20px
}

.ele-btn a {
    margin-right: 5px;
    margin-bottom: 5px
}

.icon-container .icon-preview {
    height: 120px;
    text-align: center
}

.icon-container i {
    font-size: 3em;
    margin-bottom: 10px
}

.icon-container span {
    display: block
}

.pg-ele-tab {
    padding-bottom: 15px;
    margin-bottom: 15px
}

.tz {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #eaedef;
    padding: 100px 50px
}

.tz-l {
    float: left;
    width: 20%
}

.tz-2 {
    float: left;
    width: 58%;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dadada;
    box-shadow: 0 2px 4px rgba(224, 224, 224, 0.8);
    border-radius: 4px;
    margin-left: 12px;
    margin-right: 12px
}

.tz-3 {
    float: left;
    width: 20%;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dadada;
    box-shadow: 0 2px 4px rgba(224, 224, 224, 0.8);
    border-radius: 4px
}

.tz-l-1 {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dadada;
    box-shadow: 0 2px 4px rgba(224, 224, 224, 0.8);
    border-radius: 4px
}

.tz-l-1 ul {
    padding: 0
}

.tz-l-1 ul li {
    color: #adadad;
    list-style-type: none;
    text-align: center;
    font-size: 14px
}

.tz-l-1 ul li span {
    display: block;
    font-size: 32px;
    font-weight: 500;
    line-height: 30px;
    color: #21252b
}

.tz-l-1 ul li:nth-child(1) {
    width: 100%;
    float: left
}

.tz-l-1 ul li:nth-child(1) img {
    width: 100%
}

.tz-l-1 ul li:nth-child(2) {
    width: 50%;
    float: left;
    padding: 20px 10px
}

.tz-l-1 ul li:nth-child(3) {
    width: 50%;
    float: left;
    padding: 20px 10px
}

.tz-l-2 {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dadada;
    padding: 20px;
    margin-top: 12px;
    box-shadow: 0 2px 4px rgba(224, 224, 224, 0.8);
    border-radius: 4px
}

.tz-l-2 ul {
    padding: 0
}

.tz-l-2 ul li {
    border-bottom: 1px solid #eaedef;
    list-style-type: none
}

.tz-l-2 ul li:last-child {
    border-bottom: 0 solid #dcdcdc;
    padding: 12px 0 0 0
}

.tz-l-2 ul li a {
    color: #333;
    padding: 12px 0;
    display: block
}

.tz-l-2 ul li a:hover {
    color: #333;
    padding-left: 8px;
    background: #eaedef;
    padding-left: 12px
}

.tz-lma {
    color: #333;
    background: #eaedef;
    padding-left: 12px!important
}

.tz-l-2 ul li a img {
    width: 20px;
    margin-right: 8px
}

.tz-3 h4 {
    margin: 0;
    background: #253d52;
    padding: 15px;
    color: #fff
}

.tz-3 ul {
    margin-bottom: 0;
    padding: 20px;
    padding-left: 20px!important
}

.tz-3 ul li {
    border-bottom: 1px solid #dcdcdc;
    padding: 12px 0
}

.tz-3 ul li a img {
    float: left;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    margin-right: 10px
}

.tz-3 ul li a h5 {
    color: #333;
    font-size: 15px;
    margin-top: 0;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
    text-transform: capitalize;
    margin-bottom: 0
}

.tz-3 ul li a p {
    padding-left: 40px;
    margin-bottom: 0;
    color: #969595;
    font-size: 12px;
    line-height: 18px
}

.tz-3 ul li:last-child {
    border-bottom: 0 solid #dcdcdc;
    padding: 12px 0 0 0
}

.tz-2-com h4 {
    margin: 0;
    background: #253d52;
    padding: 15px;
    color: #fff
}

.tz-2-main-com {
    padding: 20px;
    position: relative;
    overflow: hidden
}

.tz-2-main-com img {
    display: block;
    margin: 0 auto;
    border: 1px solid #eaedef;
    padding: 12px;
    border-radius: 5px;
    margin-bottom: 20px
}

.tz-2-main-com span {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif, !important
}

.tz-2-main-com h2 {
    color: #14addb;
    font-size: 72px
}

.tz-2-main-com ul {
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0
}

.tz-2-main-com ul li {
    text-align: left;
    border-bottom: 1px solid #eaedef;
    padding: 12px 0;
    list-style-type: none;
    background: url("../../../../img/images_new/icon/tz-arrow.png") no-repeat center left;
    background-size: 10px;
    text-overflow: ellipsis;
    white-space: inherit;
    overflow: hidden
}

.tz-2-main-com ul li a {
    display: block;
    color: #333;
    font-size: 13.5px;
    padding-left: 14px
}

.tz-2-main-com ul li a:hover {
    padding-left: 10px
}

.tz-done {
    font-size: 12px!important;
    background: #3e8e41;
    color: #fff;
    padding: 2px 4px;
    border-radius: 3px;
    text-transform: lowercase;
    margin-left: 5px
}

.tz-done:hover {
    color: #fff
}

.tz-not-done {
    font-size: 12px!important;
    background: #f4a321;
    color: #fff;
    padding: 2px 4px;
    border-radius: 3px;
    text-transform: lowercase;
    margin-left: 5px
}

.tz-2-main-1 {
    position: relative;
    overflow: hidden;
    float: left;
    width: 33.3%;
    text-align: center
}

.tz-2-main-2 {
    border: 1px solid #eaedef;
    padding: 20px
}

.tz-2-main-com-table th {
    font-weight: 600;
    padding: 10px 4px
}

.tz-2-main-com-table tr {
    border-bottom: 1px solid #eaedef;
    line-height: 37px;
    padding: 10px
}

.tz-2-main-com-table tr td {
    padding: 16px 4px 13px 4px
}

.tz2-form-com form {
    padding: 35px 50px;
    background: #eaedef;
    margin-top: 15px
}

.tz2-form-com form input {
    border: 1px solid #e4e4e4;
    line-height: 44px;
    padding: 0 25px;
    background: #fff;
    font-size: 14px
}

.tz2-form-com form input[type="submit"] {
    padding: 0
}

.tz2-form-com form label {
    font-size: 14px;
    color: #646464
}

.full-btn {
    height: 45px;
    line-height: 45px;
    background: #30abd5;
    background: linear-gradient(to bottom, #30abd5, #30abd5);
    outline: 0;
    font-size: 16px;
    display: block!important;
    color: #fff;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif, !important;
    text-transform: uppercase;
    text-align: center
}

.tz-pay-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #eaedef;
    padding: 1px 10px
}

.tz-pay-card h5 {
    display: inline-block;
    padding: 10px 5px
}

.tz-pay-card img {
    width: 175px;
    border: 0;
    display: inline-block;
    margin-bottom: 0;
    float: right;
    padding: 0
}

.tz2-form-pay ul li {
    background: 0;
    padding: 5px 0 12px 0
}

.tz-pay-amount {
    float: right;
    color: #ffc107;
    font-size: 22px
}

.tz-down-pdf {
    border: 1px solid #c7c8c9;
    border-radius: 3px;
    padding: 4px 8px;
    color: #333
}

.tz-make-pay {
    border: 1px solid #c7c8c9;
    border-radius: 3px;
    padding: 4px 8px;
    color: #333
}

.tz-make-pay:hover {
    background: #3e8e41;
    color: #fff;
    border: 1px solid #317d34
}

.tz-mak-pay-bot {
    margin-top: 25px
}

.tz-mak-pay-bot p {
    color: #969595;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400
}

.tz-mak-pay-bot a {
    font-size: 16px;
    text-transform: capitalize
}

.tz-mak-pay-bot a:hover {
    color: #fff
}

.tz-up-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: left;
    height: 3rem;
    line-height: 3rem;
    height: 45px;
    padding: 10px 25px;
    background: #14addb;
    color: #fff
}

.tz-file-upload {
    padding: 0 .75rem
}

.tz-com-p h5 {
    font-size: 20px
}

.tz-com-p p {
    color: #969595;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500
}

.ds-boar-title h2 {
    font-size: 32px;
    color: #14addb;
    padding-bottom: 10px
}

.tz-db-table table tr {
    color: #969595
}

.tz-db-table table tr td {
    font-size: 15px;
    color: #333;
    padding: 14px 14px 14px 0
}

.tz-db-table table tr th {
    font-size: 16px;
    color: #333;
    padding: 14px 14px 14px 0
}

.db-list-com {
    padding: 20px;
    position: relative;
    overflow: hidden
}

.db-list-rat {
    background: #ffe500;
    padding: 4px;
    font-weight: 600;
    color: #000;
    right: 15px;
    top: 0;
    font-size: 14px;
    border-radius: 2px
}

.db-list-ststus {
    background: #76cce6;
    padding: 4px;
    font-weight: 600;
    color: #000;
    right: 15px;
    top: 0;
    font-size: 14px;
    border-radius: 2px
}

.db-list-ststus-na {
    background: #e8e8e8;
    padding: 4px;
    font-weight: 600;
    color: #000;
    right: 15px;
    top: 0;
    font-size: 14px;
    border-radius: 2px
}

.db-list-edit {
    background: #e8e8e8;
    padding: 4px;
    font-weight: 600;
    color: #000;
    right: 15px;
    top: 0;
    font-size: 14px;
    border-radius: 2px
}

.db-list-edit:hover {
    background: #76cce6
}

.db-mak-pay-bot {
    margin-top: 25px
}

.db-mak-pay-bot p {
    color: #969595
}

.tz-file-upload {
    padding: 0 .75rem
}

.tz-up-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: left;
    height: 3rem;
    line-height: 3rem;
    height: 45px;
    padding: 8px 25px 10px;
    background: #eac610;
    color: #fff
}

.tz-up-btn span {
    color: #fff
}

.db-mak-pay-bot a {
    font-size: 14px
}

.tz-mess ul {
    margin-bottom: 0
}

.tz-mess ul li {
    border-bottom: 1px solid #dcdcdc;
    padding: 30px 0 10px 0
}

.tz-mess ul li h5 {
    color: #333;
    font-size: 18px;
    vertical-align: top
}

.tz-mess ul li h5 img {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 10px;
    margin-right: 22px
}

.tz-mess ul li h5 span {
    font-size: 12px;
    color: #fff;
    padding: 0 5px 2px;
    border-radius: 35px;
    margin-top: 3px;
    position: absolute;
    margin-left: 5px
}

.tz-mess ul li p {
    padding-left: 72px;
    padding-top: 15px;
    color: #969595
}

.tz-msg-read {
    background: #607d8b
}

.tz-msg-un-read {
    background: #4caf50
}

.hid-msg {
    position: relative;
    overflow: hidden;
    margin-left: 72px;
    display: none
}

.hid-msg a i {
    border: 1px solid #eaedef;
    padding: 3px 3px;
    border-radius: 5px;
    color: #333;
    margin-right: 12px
}

.view-msg {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.view-msg:hover .hid-msg {
    display: block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.hide-box {
    display: none
}

.hide-box label {
    left: 18px;
    top: 12px
}

.tz-revi-star i {
    font-size: 12px;
    color: #64addb;
    margin-right: 2px
}

.switch label {
    cursor: pointer;
    color: #636363;
    font-weight: 500
}

.tz-2-main-1 p {
    color: #969595;
    font-size: 16px
}

.tz-register {
    background: url(../../../../img/images_new/face.jpg) #e6e6e6;
    position: relative;
    overflow: hidden;
    padding-top: 50px
}

.tz-register::before {
    content: '';
    position: absolute;
    background: rgba(33, 48, 59, 0.52);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 5px
}

.tz-login {
    background: url(../../../../img/images_new/banner5.jpg) #3f51b5;
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    width: 100%;
    padding-bottom: 50px;
    background-size: cover;
    background-attachment: fixed
}

.tz-login::before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.21);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 5px
}

.tz-regi-form {
    margin: 0 auto;
    width: 45%;
    background: #fff;
    padding: 60px 50px 70px;
    margin-top: 70px;
    margin-bottom: 70px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.8)
}

.tz-regi-form input {
    padding: 10px;
    border: 1px solid #c9c9c9;
    height: 45px;
    font-size: 16px
}

.tz-regi-form textarea {
    padding: 10px;
    border: 1px solid #c9c9c9;
    height: 100px
}

.tz-regi-form input[type="submit"] {
    padding: 0;
    font-size: 18px!important
}

.tz-regi-form h4 {
    margin-top: 0;
    font-size: 42px;
    margin-bottom: 8px
}

.tz-regi-form h4 span {
    color: #ff6f6f;
    font-size: 42px;
    font-weight: 600
}

.tz-regi-form form {
    position: relative;
    overflow: hidden;
    padding: 20px
}

.tz-regi-form p {
    font-size: 18px;
    margin-bottom: 0
}

.tz-regi-form p a {
    color: #2c649e;
    font-size: 18px
}

.full-btn {
    width: 100%;
    display: block
}

.soc-login {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #dcdcdc;
    margin-top: 15px;
    padding-top: 15px
}

.soc-login h4 {
    text-align: center;
    padding-bottom: 15px
}

.soc-login ul {
    padding: 0;
    margin: 0
}

.soc-login ul li {
    list-style-type: none;
    float: left;
    width: 33.333%;
    padding: 5px
}

.soc-login ul li a {
    display: block;
    color: #fff;
    padding: 7px 18px;
    text-align: center;
    border-radius: 2px
}

.soc-login ul li:nth-child(1) a {
    background: #3b5998
}

.soc-login ul li:nth-child(2) a {
    background: #00aced
}

.soc-login ul li:nth-child(3) a {
    background: #d34836
}

.soc-login ul li a i {
    padding-right: 5px
}

.tz-2-admin {
    width: 100%;
    margin: 0
}

.tz-2-main-admin {
    width: 25%
}

.sb1 {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22)
}

.sb1 h3 {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase
}

.sb1-2 {
    float: right
}

.sb1-2 button {
    background: #2d3a40;
    border: 0;
    color: #fff!important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    padding: 20px;
    border-radius: 0
}

.sb2 {
    background: #fff;
    margin-top: 59px
}

.sb2-1 {
    float: left;
    width: 20%;
    background: #fff;
    color: #fff;
    height: 100%;
    position: absolute;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.sb2-1 a {
    color: #494b4b;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.sb2-1 a:hover {
    color: #fff;
    padding-left: 30px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-decoration: none
}

.sb2-12 {
    position: relative;
    overflow: hidden;
    padding: 15px;
    background: #fff
}

.sb2-12 ul {
    padding: 10px 0;
    margin: 0;
    position: relative;
    overflow: hidden
}

.sb2-12 ul li {
    float: left;
    display: inline-block
}

.sb2-12 ul li:nth-child(1) {
    width: 20%
}

.sb2-12 ul li:nth-child(2) {
    width: 70%;
    padding: 0 7px
}

.sb2-12 ul li:nth-child(3) {
    width: 10%
}

.sb2-12 ul li img {
    width: 30px;
    border-radius: 50%
}

.sb2-12 ul li h5 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 14px
}

.sb2-12 ul li h5 span {
    display: block;
    font-size: 12px;
    color: #989fa2;
    padding-top: 3px
}

.sb2-13 {
    background: #fff
}

.sb2-13 ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0), 0 3px 1px -2px rgba(0, 0, 0, 0);
    margin-top: 0
}

.sb2-13 ul li {
    list-style-type: none
}

.sb2-13 ul li a {
    display: block;
    font-size: 13.5px;
    padding: 10px 0;
    border-bottom: 1px solid #e3e8ea;
    padding: 12px 20px;
    background: #fff
}

.sb2-13 ul li a:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 16px;
    display: block;
    position: absolute;
    margin-top: -15px;
    right: 20px;
    font-size: 12px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -o-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out
}

.sb2-13 ul li a:hover:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sb2-13 ul li a:focus:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sb2-13 ul li a:hover {
    background: #57666d
}

.sb2-13 ul li a:focus {
    background: #57666d;
    color: #fff
}

.menu-act {
    background: #57666d
}

.sb2-13 ul li a i {
    margin-right: 8px;
    width: 16px
}

.sb2-2 {
    float: left;
    width: 80%;
    padding: 40px;
    margin-left: 20%;
    background: #e3e8ea
}

.sb2-2-1 {
    background: #fff;
    padding: 25px
}

.sb2-2-1 h2 {
    margin-top: 0
}

.sb2-2-1 table {
    width: 100%
}

.sb2-2-1-edit i {
    color: #ff5722
}

.sb2-2-add-blog textarea {
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 200px
}

.left-sub-menu ul li {
    list-style-type: none
}

.left-sub-menu ul li:last-child {
    border-bottom: 0 solid #303b40
}

.left-sub-menu ul li a {
    display: block;
    font-size: 13.5px;
    padding: 10px 48px
}

.left-sub-menu ul li a:hover {
    background: 0;
    padding-left: 55px;
    color: #494b4b
}

.left-sub-menu ul li a:focus {
    background: 0
}

.left-sub-menu ul li a:after {
    display: none
}

.sb2-2-2 {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px
}

.sb2-2-2 ul {
    padding: 0;
    margin-bottom: 0
}

.sb2-2-2 ul li {
    list-style-type: none;
    float: left;
    padding-right: 5px
}

.sb2-2-2 ul li a {
    color: #495d65;
    vertical-align: middle
}

.sb2-2-2 ul li a i {
    padding-right: 2px
}

.active-bre:before {
    content: "/";
    padding: 0 5px;
    color: #333
}

.my-acc:hover {
    background: #4b5a61!important
}

.my-acc:focus {
    background: #4b5a61!important
}

.tab-inn {
    padding: 25px
}

.tab-posi {
    position: relative;
    overflow: hidden
}

.top-menu-sty {
    width: 250px!important
}

.my-btn {
    color: #fff;
    background: #57666d;
    padding: 21px;
    line-height: 18px;
    font-weight: 700
}

.app-search {
    position: relative;
    margin: 12px 15px 8px 5px;
    font-size: 13px;
    color: #626773;
    padding-left: 20px;
    padding-right: 40px;
    background: transparent;
    border: 1px solid rgba(122, 125, 132, 0.15);
    box-shadow: none;
    border-radius: 30px;
    height: 36px;
    font-weight: 600;
    width: 100%
}

.app-search input {
    border: 0!important;
    height: 35px!important;
    color: #cecece
}

.app-search a {
    position: absolute;
    top: 6px;
    right: 16px;
    color: #7a7d84
}

.box-second-inn {
    margin-top: 30px
}

.mar-bot-20 {
    margin-bottom: 20px
}

.icon-container .icon-preview {
    height: 90px;
    text-align: center
}

.icon-container span {
    display: block
}

.icon-container i {
    font-size: 3em;
    margin-bottom: 10px
}

.tab-pad {
    padding-top: 20px!important
}

.tab-col {
    padding: 20px!important;
    color: #000
}

.top-not-cen {
    margin: 0 auto;
    display: table;
    padding-top: 5px
}

.btn-noti {
    width: 35px;
    height: 23px;
    top: 18px;
    display: initial!important;
    color: #000;
    font-size: 20px;
    margin-right: 20px
}

.btn-noti span {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -8px;
    height: 14px;
    border-radius: 10px;
    min-width: 15px;
    background: #4caf50;
    color: #fff;
    line-height: 14px;
    padding: 0 2px;
    font-size: 11px;
    white-space: nowrap;
    -webkit-transform-origin: -10% center;
    -ms-transform-origin: -10% center;
    transform-origin: -10% center;
    font-family: tahoma, !important;
    box-shadow: 0 0 0 1px #3d793f;
    text-align: center
}

.top-user-pro {
    padding: 18px 20px;
    color: #494b4b;
    float: right
}

.top-user-pro img {
    width: 25px;
    margin-right: 10px;
    border-radius: 35px;
    border: 2px solid #a1adb3
}

.top-user-pro i {
    margin-left: 5px
}

.page-back {
    float: right!important
}

.page-back a {
    background: #13addb;
    color: #fff!important;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 25px;
    font-weight: 600
}

.inn-title {
    padding: 20px 15px 10px;
    background: #253d52
}

.inn-title h4 {
    font-weight: 700;
    padding-bottom: 10px;
    color: #fff;
    background: 0;
    padding-left: 0;
    padding-top: 0
}

.txt-danger {
    color: #ea6c41
}

.inn-title p {
    color: #929292;
    margin-bottom: 0;
    display: none
}

.drop-down-meta {
    position: absolute;
    right: 30px;
    padding: 3px;
    color: #000;
    z-index: 999;
    top: 15px;
    background: #e3e8ea;
    width: 30px;
    height: 30px;
    border-radius: 25px
}

.drop-down-meta:hover {
    background: #29a0da;
    color: #fff
}

.box-inn-sp {
    background: #fff;
    border: 1px solid #e3e8ea;
    margin-bottom: 40px
}

.tab-inn th {
    font-size: 13px;
    text-transform: uppercase
}

.tab-inn td {
    font-size: 14px;
    padding: 15px 8px 12px 8px!important
}

.tab-inn table {
    margin-bottom: 0
}

.tab-inn table thead {
    background: #abbaab;
    background: -webkit-linear-gradient(to bottom, #e3e6e3, #afbcaf);
    background: linear-gradient(to bottom, #e3e6e3, #afbcaf)
}

.split-row {
    width: 100%;
    position: relative;
    display: block
}

.table-desi i {
    background: #8bc34a;
    color: #fff;
    padding: 5px 6px;
    border-radius: 2px;
    font-size: 13px;
    text-align: center;
    margin-right: 10px
}

.txt-success i {
    color: #fff;
    margin-right: 10px
}

.txt-danger {
    color: #ea6c41
}

.table-desi tbody tr td {
    color: #929292;
    padding: 15px 8px 12px 8px!important
}

.bot-sp-20 {
    margin-bottom: 20px
}

.ad-inn-page {
    margin: 30px 15px
}

.ad-mar-to-min {
    margin-top: 40px
}

.ad-mar-to-min form {
    margin-top: 0
}

.ad-inn-page th {
    padding: 12px!important
}

.ad-inn-page td {
    padding: 15px!important
}

.ad-tab-inn {
    padding: 0
}

.ad-inn-page i {
    color: #253d52;
    width: 20px;
    height: 20px;
    border: 1px solid #e3e8ea;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    padding: 3px
}

.drop-down-meta-inn {
    top: 9px;
    right: 15px
}

.admin-pag-na {
    position: relative;
    overflow: hidden;
    padding-bottom: 35px
}

.admin-pag-na i {
    border: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.ad-noto-text textarea {
    height: 120px;
    position: relative;
    padding: 15px 24px;
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    text-indent: 0;
    line-height: 12px;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    width: 100%;
    font-size: 15px;
    background: #fff
}

.atab-menu {
    display: inline-block;
    cursor: pointer
}

.logo img {
    width: 100%
}

.tab-menu {
    display: none
}

.btn-close-menu {
    display: none;
    z-index: 999;
    background: #0e76a8;
    color: #fff;
    position: absolute;
    left: 240px;
    padding: 5px 8px;
    border-radius: 2px;
    top: 0
}

.db-mak-sett-save {
    margin-top: 25px;
    padding: 0 25px 25px 25px
}

.list-img img {
    width: 28px;
    height: 28px;
    border-radius: 50px
}

.invoice {
    position: relative;
    overflow: hidden;
    width: 100%;
    border: 1px solid #eaedef
}

.invoice:hover {
    box-shadow: 0 0 50px 7px rgba(150, 150, 150, 0.8)
}

.invoice-1 {
    padding: 50px
}

.invoice-1-logo {
    margin-bottom: 60px
}

.invoice-1-logo span {
    float: right;
    text-transform: uppercase;
    font-size: 50px;
    font-family: 'Quicksand', sans-serif, !important;
    color: #2a2b33;
    font-weight: 700;
    line-height: 35px
}

.invoice-1-add {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px
}

.invoice-1-add-left {
    float: left;
    width: 100%;
    margin-bottom: 40px
}

.invoice-1-add-right {
    float: left;
    padding: 20px;
    background: #fdfae9;
    border-radius: 4px;
    width: 100%
}

.invoice-1-add-right ul {
    margin-bottom: 0
}

.invoice-1-add-right ul li span {
    float: left;
    width: 50%;
    color: #343c42
}

.invoice-1-tab table th {
    text-transform: uppercase
}

.invo-sub {
    font-family: 'Quicksand', sans-serif, !important;
    font-weight: 700;
    font-size: 24px!important
}

.invoice-2 {
    background: #fdfae9;
    padding: 50px
}

.invoice-price th {
    text-transform: uppercase
}

#invo-date {
    font-family: 'Quicksand', sans-serif, !important;
    font-weight: 700;
    font-size: 28px
}

#invo-tot {
    font-family: 'Quicksand', sans-serif, !important;
    font-weight: 700;
    font-size: 28px;
    color: #f44336
}

.invoice-print {
    padding: 50px
}

.invoice-print a {
    margin-right: 10px;
    font-size: 14px;
    background: #20344c
}

.tz-invo-full {
    padding: 0
}

.tz-invo-full1 {
    width: 100%;
    margin: 0
}

.db-v2-list-form-inn-tit h5 {
    font-weight: 600;
    font-size: 20px;
    padding: 0 8px;
    margin-top: 40px
}

.db-v2-pg-inp input {
    height: 45px!important
}

.v2-db-form-note {
    font-size: 13px
}

.v2-mar-top-40 {
    margin-top: 30px
}

.cat-v2-hom-list ul {
    margin-bottom: 0
}

.cat-v2-hom-list ul li {
    float: left;
    width: 20%;
    text-align: center
}

.cat-v2-hom-list ul li a {
    background: #fff;
    display: block;
    margin: 10px;
    text-align: center;
    padding: 28px 20px 20px;
    border-radius: 2px;
    color: #273440;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif, !important
}

.cat-v2-hom-list ul li a:hover {
    background: #263a78;
    color: #fff
}

.cat-v2-hom-list ul li a img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px
}

.v3-top-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    border-top: 1px solid #ececec;
    background: #fff;
    z-index: 99;
    transition: all 1s;
    -webkit-box-shadow: 0 1px 3px #960;
    -moz-box-shadow: 0 1px 3px #960;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.47);
    border-bottom: 1px solid #ececec
}

.v3-menu {
    padding: 10px 0;
    position: relative
}

.v3-m-1 {
    float: left;
    width: 20%
}

.v3-m-1 img {
    width: 85%
}

.v3-m-2 {
    float: left;
    width: 60%;
    padding: 5px 20px
}

.v3-m-2 ul {
    margin-bottom: 0
}

.v3-m-2 ul li {
    float: left
}

.v3-m-2 ul li a {
    color: #333;
    padding: 10px 20px
}

.v3-m-3 {
    float: left;
    width: 20%
}

.dropdown-content {
    overflow: auto
}

#dropdown2 {
    left: 162px!important
}

#dropdown3 {
    left: 184px!important
}

.ed-sub-menu:after {
    content: "\f107";
    font-family: FontAwesome;
    padding: 5px 5px;
    position: relative;
    top: 0;
    font-size: 14px;
    font-weight: 900
}

.ed-sub-drop-menu:after {
    content: "\f105";
    font-family: FontAwesome;
    padding: 5px 5px;
    position: relative;
    top: -5px;
    font-size: 14px;
    font-weight: 900;
    float: right
}

.v3-top-ri {
    padding: 8px 0
}

.v3-top-ri ul {
    margin-bottom: 0;
    float: right
}

.rtl .v3-top-ri ul {
    padding: 0
}

.v3-top-ri ul li {
    float: left
}

.v3-top-ri ul li a {
    font-size: 15px;
    color: #58585a;
    border: 1px solid #58585a;
    font-weight: 400;
    padding: 6px 10px;
    margin-left: 7px
}

@media(max-width:1235px) {
    .v3-top-ri ul li a {
        font-size: 13px
    }
}

@media(max-width:1120px) {
    .v3-top-ri ul li a {
        font-size: 15px
    }
}

.v3-top-ri ul li a i {
    margin-right: 5px
}

.v3-mob-top-menu {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    border-top: 1px solid #ececec;
    background: #fff;
    z-index: 9;
    transition: all 1s;
    -webkit-box-shadow: 0 1px 3px #960;
    -moz-box-shadow: 0 1px 3px #960;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.47);
    border-bottom: 1px solid #ececec
}

.v3-mob-m-1 {
    float: left
}

.v3-mob-m-2 {
    float: right;
    padding: 8px 15px
}

#v3-mob-menu-btn {
    width: auto;
    float: initial
}

.v3-list-ql {
    position: fixed;
    top: 60px;
    width: 100%;
    height: 50px;
    background: #151f31;
    z-index: 9;
    transition: all 1s;
    -webkit-box-shadow: 0 1px 3px #960;
    -moz-box-shadow: 0 1px 3px #960;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.47);
    background: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.v3-list-ql-inn ul {
    margin-bottom: 0
}

.v3-list-ql-inn ul li {
    float: left
}

.v3-list-ql-inn ul li a {
    color: #333;
    border-right: 1px solid #e0e0e0;
    line-height: 50px;
    display: block;
    padding: 0 15px;
    cursor: pointer
}

@media(max-width:1120px) {
    .v3-list-ql-inn ul li a {
        font-size: 13px
    }
}

.v3-list-ql-inn ul li a i {
    margin-right: 5px
}

.v3-list-ql-inn ul li a:hover,
.v3-list-ql-inn .active-list a {
    background: #333;
    color: #fff
}

.list-check-out-inn {
    border: 1px solid #dcdcdc;
    margin: 0
}

.list-check-out-inn ul li b {
    color: #000
}

.chec-out-pay {
    border: 1px solid #dcdcdc;
    padding: 20px
}

.chec-out-pay h5 {
    font-size: 20px
}

.chec-out-pay label {
    margin-right: 15px
}

.v4-pri-bg {
    background: url(../../../../img/images_new/banner5.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 100px
}

.v4-pril-inn {
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

.v4-pril-inn-top {
    background: #222;
    color: #eee;
    padding: 40px;
    color: #ecf0f1;
    text-align: center
}

.v4-pril-inn-top h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: normal
}

.v4-pril-inn-top p {
    margin: 0
}

.v4-pril-price {
    margin: 0
}

.v4-pril-price b {
    font-size: 70px;
    line-height: 70px;
    color: #fff
}

.v4-pril-curr {
    font-size: 28px;
    line-height: 40px;
    vertical-align: top;
    display: inline-block;
    color: #fba507
}

.v4-pril-mon {
    color: #ccc
}

.v4-pril-inn-bot {
    border-top: 0;
    background: #222;
    text-align: center
}

.v4-pril-inn-bot ul {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    margin-bottom: 35px
}

.v4-pril-inn-bot ul li {
    color: #fff;
    line-height: 45px;
    padding: 0 25px
}

.v4-pril-inn-bot ul li i {
    margin-right: 15px
}

.v4-pril-inn-bot ul li .fa-check {
    color: #ef9d07
}

.v4-pril-inn-bot ul li .fa-times {
    color: #7b7b7b
}

.v4-pril-inn-bot ul li:nth-child(odd) {
    background: #282828
}

.v4-pril-inn-bot ul li:nth-child(even) {
    background: #2d2d2d
}

.v4-pri-best {
    width: 200px;
    position: absolute;
    top: 20px;
    left: -55px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    color: #222;
    font-weight: bold;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    background-color: #fba507;
    font-size: 15px
}

#search-what {
    background: url(../../../../img/images_new/icon/search.png) no-repeat right 3px center #fff;
    border: 0;
    height: 40px;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 0 20px;
    background-size: 15px;
    font-size: 14px;
    z-index: 99;
    position: relative;
    color: #000;
    background-color: #fff
}

@media(max-width:710px) {
    #search-what {
        margin-bottom: 5px
    }
}

#select-search {
    background: #fff;
    border: 0;
    height: 40px;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 14px;
    z-index: 99;
    position: relative;
    color: #000
}

#top-search-what {
    background: url(../../../../img/images_new/icon/search.png) no-repeat right 3px center #fff;
    border: 0;
    height: 38px;
    border-radius: 2px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
    background-size: 15px;
    background-color: #fff
}

@media(max-width:530px) {
    #top-search-what {
        margin: 0 0 5px 0
    }
}

#top-select-search {
    background: #fff;
    border: 0;
    height: 38px;
    border-radius: 2px;
    padding: 0 10px 0 28px;
    box-sizing: border-box;
    font-size: 14px;
    margin: 0
}

.rtl #top-select-search,
.rtl #top-search-what {
    padding: 0 28px 0 10px
}

.rtl #top-search-what {
    background: url(../../../../img/images_new/icon/search.png) no-repeat left 3px center #fff;
    background-size: 15px
}

.rtl #top-select-search {
    background-position-x: 98%
}

.tourz-top-sear-btn {
    height: 38px;
    line-height: 38px;
    outline: 0;
    display: block!important;
    background: url(../../../../img/images_new/search_bg1.png) no-repeat center center #333;
    color: #eac610;
    font-weight: 600;
    padding: 7px;
    background-size: 24px;
    width: 100%
}

.tourz-top-sear-btn:hover {
    background-color: #000
}

.tourz-top-search-form {
    margin-top: 15px
}

@media(max-width:768px) {
    .tourz-top-search-form {
        margin-top: 5px
    }
}

@media(max-width:530px) {
    .tourz-top-search-form {
        margin-top: 0
    }
}

.tourz-search-form input[type="submit"] {
    background: none!important
}

.tourz-search-1 {
    padding: 150px 0 100px 0;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    position: relative
}

.tourz-search-1 h1 {
    color: #fff;
    font-size: 50px
}

.tourz-search-1 p {
    font-size: 18px;
    color: #fff;
    padding-bottom: 30px;
    margin-bottom: 0
}

.tourz-search-form label {
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
    right: 15px;
    left: 23px;
    top: -3px;
    z-index: 999
}

.tourz-search-form .input-field {
    float: left
}

.tourz-search-form .input-field:nth-child(1) {
    width: 55%
}

@media(max-width:530px) {
    .tourz-search-form .input-field:nth-child(1) {
        width: 100%;
        margin: 0
    }
}

.tourz-search-form .input-field:nth-child(2) {
    width: 25%
}

@media(max-width:530px) {
    .tourz-search-form .input-field:nth-child(2) {
        display: none;
        width: 85%;
        margin: 0
    }
}

.tourz-search-form .input-field-submit {
    width: 14%;
    float: left
}

@media(max-width:710px) {
    .tourz-search-form .input-field-submit {
        float: inherit
    }
}

.tourz-search:before {
    content: '';
    background: #141e30;
    background: linear-gradient(to right, rgba(36, 59, 85, 0.55), rgba(20, 30, 48, 0.82));
    background: linear-gradient(to right, rgba(36, 59, 85, 0.55), rgba(20, 30, 48, 0.82));
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

.tourz-search-form div {
    margin: 0 5px
}

@media(max-width:530px) {
    .tourz-search-form div {
        margin: 0
    }
}

.tourz-sear-btn {
    height: 40px;
    line-height: 39px;
    outline: 0;
    display: block!important;
    color: #333;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif, !important;
    font-size: 16px;
    background: #3095d9;
    text-transform: uppercase;
    z-index: 99
}

.tourz-sear-btn:hover,
.tourz-sear-btn:focus {
    background-color: #000;
    color: #fff
}

tourz-sear-btn-blue {
    width: 90px;
    height: 40px;
    line-height: 39px;
    outline: 0;
    display: block!important;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    background-color: #30abd5;
    text-transform: uppercase
}

.tourz-hom-ser {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 38px;
    padding-bottom: 5px
}

.tourz-hom-ser ul {
    margin-bottom: 0;
    margin: 0 auto;
    display: table;
    padding: 0
}

.tourz-hom-ser ul li {
    float: left;
    display: inline;
    text-align: center;
    width: 25%;
    padding: 0 5px
}

.tourz-hom-ser ul li a {
    background: #234868;
    width: 90px;
    height: 90px;
    display: block;
    padding: 18px 2px 10px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-family: 'Arimo', sans-serif, !important;
    line-height: 24px
}

.tourz-hom-ser ul li a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background: #1aa5d8
}

.tourz-hom-ser ul li a img {
    display: table;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 5px;
    width: 36px
}

.tourz-top-phone {
    border: 1px solid #9a729a;
    border-radius: 50px
}

.autocomplete-content ul li a {
    border-bottom: 1px solid #e0e0e0
}

.profile-btn {
    border: 0;
    height: 30px;
    line-height: 26px;
    color: #fff;
    padding: 2px 10px;
    border-radius: 2px;
    background: #1aa5d8;
    background: linear-gradient(to bottom, #1aa5d8, #1386b1);
    font-family: 'Quicksand', sans-serif, !important
}

.profile-btn:hover {
    color: #fff
}

.autocomplete-content li img {
    float: left;
    width: 26px!important;
    height: 26px!important;
    left: 0;
    top: 15px
}

.tourz-top-search-form label {
    top: 10px
}

.tourz-top-search-form div:nth-child(1) {
    width: 55%
}

.tourz-top-search-form div:nth-child(2) {
    width: 25%
}

.tourz-top-search-form div:nth-child(3) {
    width: 9%
}

@media(max-width:768px) {
    .tourz-top-search-form div:nth-child(3) {
        float: right;
        width: 14%
    }
}

@media(max-width:530px) {
    .tourz-top-search-form div:nth-child(3) {
        display: none;
        width: 13%
    }
}

@media(max-width:530px) {
    .rtl .tourz-top-search-form div:nth-child(3) {
        margin: 0 5px 0 0
    }
}

.email-tem {
    background: #efefef;
    position: relative;
    overflow: hidden
}

.email-tem-inn {
    width: 50%;
    margin: 0 auto;
    padding: 50px;
    background: #fff
}

.email-tem-main {
    background: #fdfdfd;
    box-shadow: 0 10px 24px -10px rgba(0, 0, 0, 0.8);
    margin-bottom: 50px;
    border-radius: 10px
}

.email-tem-head {
    width: 100%;
    background: #006df0 url("../../../../img/images_new/mail/bg.png") repeat;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 5px 5px 0 0
}

.email-tem-head h2 {
    color: #fff;
    font-size: 32px;
    text-transform: capitalize
}

.email-tem-head h2 img {
    float: left;
    padding-right: 25px;
    width: 100px
}

.email-tem-body {
    padding: 50px
}

.email-tem-body h3 {
    margin-bottom: 25px
}

.email-tem-body a {
    background: #006df0;
    color: #fff;
    padding: 12px;
    border-radius: 2px;
    margin-top: 15px;
    position: relative;
    display: inline-block
}

.email-tem-foot {
    text-align: center
}

.email-tem-foot ul {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    display: table;
    margin-bottom: 18px;
    margin-top: 25px
}

.email-tem-foot ul li {
    float: left;
    display: inline-block;
    padding: 0 10px
}

.email-tem-foot p {
    margin-bottom: 0;
    padding-top: 5px;
    font-size: 13px
}

.email-point {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    padding-top: 20px
}

.email-point-left {
    float: left;
    width: 20%
}

.email-point-left img {
    width: 100%;
    padding: 0 20px 0 0
}

.email-point-righ {
    float: left;
    width: 80%
}

.email-point-righ h4 {
    padding-bottom: 10px
}

.email-point-righ p {
    font-size: 13px;
    margin-bottom: 15px
}

.email-list ul {
    margin-bottom: 0
}

.email-list ul li {
    display: block;
    font-size: 14px
}

.log-in-pop {
    position: relative;
    overflow: hidden;
    background: #fff;
    width: 60%;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 5%
}

.log-in-pop-left {
    float: left;
    width: 40%;
    background: url("../../../../img/images_new/login.jpg") no-repeat center center;
    padding: 11% 6%;
    color: #fff;
    height: 100%;
    bottom: 0;
    background: #728294 url(../../../../img/images_new/mail/bg.png) repeat
}

.log-in-pop-left h1 {
    color: #fff;
    font-size: 32px
}

.log-in-pop-left h1 span {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: capitalize;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 10px 0
}

.log-in-pop-left p {
    color: #fff
}

.log-in-pop-left h4 {
    color: #fff;
    margin-bottom: 15px;
    margin-top: 15px;
    border-top: 1px solid #525f6d;
    padding-top: 15px
}

.log-in-pop-left ul {
    margin-bottom: 0
}

.log-in-pop-left ul li {
    margin-bottom: 5px
}

.log-in-pop-left ul li a {
    display: block;
    background: #3f51b5;
    color: #fff;
    padding: 12px;
    border-radius: 2px;
    font-family: 'Quicksand', sans-serif, !important
}

.log-in-pop-left ul li:nth-child(1) a {
    background: #39579a
}

.log-in-pop-left ul li:nth-child(2) a {
    background: #f24033
}

.log-in-pop-left ul li:nth-child(3) a {
    background: #24a9e6
}

.log-in-pop-left ul li a i {
    padding-right: 7px
}

.log-in-pop-right {
    float: left;
    width: 60%;
    padding: 50px
}

.log-in-pop-right h4 {
    font-size: 24px;
    margin-bottom: 20px
}

.log-in-pop-right a {
    color: #333
}

.log-in-pop-right form label {
    font-size: 14px!important;
    font-weight: 200;
    left: 15px;
    top: 14px
}

.log-in-pop-right form input {
    border: 1px solid #dfdfdf;
    padding: 8px;
    box-sizing: border-box;
    height: 45px;
    border-radius: 2px;
    font-size: 15px;
    color: #636363
}

.log-in-pop-right form textarea {
    border: 1px solid #dfdfdf;
    padding: 8px;
    box-sizing: border-box;
    height: 70px;
    border-radius: 2px;
    font-size: 15px;
    color: #636363
}

.log-in-pop-right form input[type="submit"] {
    color: #fff;
    font-size: 14px;
    font-weight: 600
}

.padd-top {
    margin-top: 15px
}

.log-in-btn {
    background: #f4364f;
    color: #fff;
    padding: 2px 10px;
    font-weight: 600
}

.pop-close {
    color: #333;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px
}

.pop-close:hover {
    transform: rotate(180deg)
}

.pop-close img {
    width: 24px
}

.modal-open {
    overflow: inherit!important
}

.log-ch-bx p label {
    left: 1px;
    top: 10px;
    color: #727070
}

.new_color {
    color: #FFF!important
}

.white_txt {
    color: #b7b7b7!important;
    margin-top: 70px;
    font-size: 14px
}

.key_style {
    color: #FFF!important;
    font-size: 12px;
    height: auto;
    text-align: left;
    margin-top: 20px
}

@media(max-width:992px) {
    .key_style {
        padding: 0 25px
    }
}

.key_btn {
    float: right
}

@media(max-width:992px) {
    .key_btn {
        padding: 0 25px
    }
}

.div_span {
    display: none;
    font-size: 11px
}

.send_number ul {
    padding: 0
}

.send_number ul li {
    float: left;
    display: inline-block
}

.send_number ul li:nth-child(1) {
    width: 10%
}

.send_number ul li:nth-child(2) {
    width: 60%;
    background: #fff
}

.send_number ul li:nth-child(3) {
    width: 30%
}

.send_number ul li:nth-child(1) input {
    padding: 5px 10px;
    line-height: 28px;
    background: #fff
}

.send_number ul li input[type="submit"] {
    color: #fff;
    border: -1px solid #1ebef0;
    font-weight: 600;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #263a78;
    background: linear-gradient(to bottom, #30abd5, #30abd5)
}

.download_app {
    float: left;
    display: inline-block
}

.web-app-con .send_number {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 8px
}

.send_number ul li {
    list-style-type: none;
    font-size: 18px;
    line-height: 34px
}

#customBtn {
    display: inline-block;
    width: 190px;
    border-radius: 5px;
    white-space: nowrap
}

#customBtn:hover {
    cursor: pointer
}

span.label {
    font-weight: bold
}

span.icon {
    background: url("../../../../img/images_new/google_one.jpg") transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 42px
}

.services {
    display: none
}

.services li {
    width: 100%
}

.services li:hover {
    background-color: #b9b9b9
}

.services li a.ui-state-active {
    background-color: #b9b9b9
}

.services li.selected {
    background-color: #b9b9b9
}

.topKeyword-color {
    color: #fff
}

.topKeyword-color-white {
    color: white
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    background-color: #fff;
    z-index: 999
}

.ui-autocomplete .ui-menu-item a {
    color: #000;
    font-size: 12px;
    background-color: transparent;
    padding: 2px 25px;
    display: block
}

.ui-autocomplete .ui-autocomplete-category span {
    background-color: #eee;
    color: #333;
    display: inline-block;
    text-align: left;
    width: 100%;
    padding: 3px 25px
}

.rtl .ui-autocomplete .ui-autocomplete-category span {
    text-align: right
}

.ui-autocomplete-category:first-child {
    margin-top: 5px
}

html .ui-autocomplete {
    width: 1px;
    text-transform: capitalize;
    border-top: 2px solid #333;
    z-index: 999999
}

html .ui-autocomplete .ui-state-focus {
    background: #eee;
    border-radius: 5px
}

html .ui-autocomplete li div {
    display: none
}

.ui-autocomplete {
    overflow-y: auto;
    overflow-x: hidden
}

.ui-helper-hidden-accessible {
    display: none
}

.ui-menu-item .ui-menu-item-wrapper {
    width: 100%
}

.ui-menu-item-text-en {
    text-align: left
}

.ui-menu-item-text-ar {
    text-align: right
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper:hover {
    cursor: pointer;
    background-size: cover;
    text-decoration: none
}

.ui-state-active {
    background-color: #30abd5
}

.rtl .ui-widget-content {
    direction: ltr
}

.rtl .tourz-search-form .input-field {
    float: right
}

.content-en {
    direction: ltr!important
}

.content-ar {
    direction: rtl!important
}

.rtl #search-what {
    background: url(../../../../img/images_new/icon/search.png) no-repeat left 3px center #fff;
    background-size: 12px
}

.search-what-top-label {
    padding-left: 18px
}

.loading-search-img-en {
    position: absolute;
    top: 8px;
    display: none;
    width: 27px;
    right: 22px;
    z-index: 999
}

.loading-search-img-ar {
    position: absolute;
    top: 7px;
    display: none;
    width: 27px;
    left: 18px;
    z-index: 999
}

@media(min-width:768px) {
    .container {
        width: 100%!important
    }
}

.custom-modal {
    max-height: 100%;
    background: transparent;
    overflow: hidden!important;
    box-shadow: none;
    width: 70%;
    display: none;
    z-index: 999999!important
}

.advSearch-container {
    width: 70%;
    margin: 0 auto!important
}

@media screen and (max-width:992px) {
    .advSearch-container {
        width: 96%
    }
}

.advSearch-container .row {
    margin: 0 auto
}

.advSearch-container div {
    margin-top: -30px;
    right: 10px
}

@media screen and (max-width:768px) {
    .advSearch-container div {
        margin-top: 0
    }
}

.advancedSearch-word {
    font-size: 13px;
    float: right;
    color: #333
}

.advancedSearch-word:hover {
    text-decoration: underline;
    cursor: pointer
}

@media screen and (max-width:768px) {
    .advancedSearch-word {
        display: none
    }
}

.advSearchContainer .advancedSearch-word {
    color: #fff
}

.advanced-search-error-message {
    float: left;
    color: #30abd5;
    margin-left: 10px
}

@media screen and (max-width:768px) {
    .advanced-search-error-message {
        margin-left: 10px
    }
}

.advanced-search-error-message-header {
    float: left;
    color: #fff;
    margin-left: 15px;
    margin-top: -10px;
    width: 30rem
}

@media screen and (max-width:768px) {
    .advanced-search-error-message-header {
        margin-left: 15px
    }
}

.advSearch-modal .modal-footer {
    border-top: 0;
    background-color: inherit;
    padding: 0
}

.advSearch-modal .modal-footer .btn {
    border-radius: 0;
    background-color: #3c3c3c;
    font-size: 17px;
    text-transform: uppercase
}

.advSearch-modal .modal-footer .btn:hover {
    background: linear-gradient(to bottom, #3c3c3c, #313131);
    color: #fff
}

.advSearch-modal .modal-footer img {
    width: 20px;
    margin-top: -3px
}

.advSearch-modal .modal-content {
    background-color: #e5e5e5;
    padding: 0;
    width: 100%;
    height: auto;
}

.advSearch-modal .modal-content .modal-body {
    padding: 0
}

@media(max-width:768px) {
    .advSearch-modal .modal-content .modal-body {
        overflow-y: auto;
        max-height: 500px
    }
}

.advSearch-modal .modal-content .modal-body .row {
    margin-bottom: 10px;
    margin: 0
}

.advSearch-modal .searchByContent {
    padding: 0;
    border-right: 1px solid grey
}

@media(max-width:768px) {
    .advSearch-modal .searchByContent {
        border-right: 0
    }
}

.advSearch-modal #nav-tabs-wrapper {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    box-shadow: none;
    background-color: #e5e5e5
}

.advSearch-modal #nav-tabs-wrapper li {
    margin: 7px 0
}

.advSearch-modal #nav-tabs-wrapper li a {
    color: #000;
    font-size: 13px;
    padding: 10px 30px;
    margin-right: 0
}

.advSearch-modal #nav-tabs-wrapper li.active {
    -webkit-box-shadow: -1px 4px 6px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: -1px 4px 6px 1px rgba(0, 0, 0, 0.24);
    box-shadow: -1px 4px 6px 1px rgba(0, 0, 0, 0.24)
}

.advSearch-modal #nav-tabs-wrapper li.active a {
    background: linear-gradient(to right, #30abd5, #30abd5);
    border-radius: 0
}

.advSearch-modal .searchByWord {
    padding: 20px;
    text-align: center
}

.advSearch-modal .advSearchContent {
    margin-top: 50px
}

.advSearch-modal .select-wrapper input {
    display: block;
    width: 112%;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #808080;
    font-weight: 600;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-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;
    border-radius: 2px;
    border: 1px solid #CCC;
    cursor: pointer
}

.advSearch-modal .select-wrapper .caret {
    margin: auto -10px;
    cursor: pointer;
    color: #30abd5;
    z-index: 1;
    font-size: 0;
    width: 10px;
    border-top: 8px dashed;
    display: block
}

.advSearch-modal input {
    background-color: #fff
}

.advSearch-modal .form-horizontal .control-label {
    color: #000
}

.advSearch-modal .dropdown-content li {
    min-height: 35px
}

.advSearch-modal .dropdown-content li a,
.advSearch-modal .dropdown-content li span {
    font-size: 13px
}

.advSearch-modal .categoryIndexContent {
    padding: 0
}

.advSearch-modal .categoryIndexContent .btn {
    border-radius: 0;
    font-size: 12px;
    float: right;
    text-transform: capitalize;
    margin-right: -25px;
    padding: 0 10px
}

.advSearch-modal .categoryIndexContent .btn:hover {
    border-color: #385b79;
    background: linear-gradient(to bottom, #1e4f79, #385b79)
}

.advSearch-modal .phoneInputs {
    padding: 0
}

.advSearch-modal .phoneInputs div:first-child {
    padding-right: 0
}

.advSearch-modal .form-horizontal .control-label {
    text-align: start
}

.advSearch-modal .input-field {
    margin-top: 0px
}

.advSearch-modal .form-horizontal .form-group {
    margin-bottom: 0
}

.advSearch-modal .select-wrapper input {
    margin: 0 0 15px
}

.advSearch-modal .tab-content .tab-pane {
    padding: 15px 15px 15px 0
}

.advSearch-modal .searchForContainer {
    padding: 0 0 0 15px
}

.nav-tabs-dropdown {
    display: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.nav-tabs-dropdown:before {
    content: "\e114";
    font-family: 'Glyphicons Halflings';
    position: absolute;
    right: 30px
}

@media screen and (min-width:769px) {
    #nav-tabs-wrapper {
        display: block!important
    }
}

@media screen and (max-width:768px) {
    .nav-tabs-dropdown {
        display: block
    }
    #nav-tabs-wrapper {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        text-align: center
    }
    .nav-tabs-horizontal {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
    }
    .nav-tabs-horizontal>li {
        float: none
    }
    .nav-tabs-horizontal>li+li {
        margin-left: 2px
    }
    .nav-tabs-horizontal>li,
    .nav-tabs-horizontal>li>a {
        background: transparent;
        width: 100%
    }
    .nav-tabs-horizontal>li>a {
        border-radius: 4px
    }
    .nav-tabs-horizontal>li.active>a,
    .nav-tabs-horizontal>li.active>a:hover,
    .nav-tabs-horizontal>li.active>a:focus {
        color: #fff;
        background-color: #428bca
    }
}

.content-widget {
    width: 100%!important;
    background: #fff;
    margin-bottom: 15px;
    width: 728px;
    padding: 20px;
    color: #777;
    font-size: 12px
}

@media(max-width:600px) {
    .content-widget {
        padding: 15px
    }
}

.advSearch-header {
    margin: 3px 0 5px 0!important;
    width: 100%!important;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    color: #58585a;
    padding: 0
}

.advSearch-header:hover {
    text-decoration: underline
}

.notHome-header {
    display: block!important
}

.search-btns {
    padding: 0;
    width: 20%;
    float: left
}

.search-btns i {
    margin-right: 5px
}

.search-btns:hover i {
    margin-right: 10px
}

.rtl .search-btns {
    float: right
}

.rtl .search-btns i {
    margin-right: inherit;
    margin-left: 5px
}

.rtl .search-btns:hover i {
    margin-right: inherit;
    margin-left: 10px
}

.search-results-new .menu-order-btn {
    font-size: 15px
}

.wrapper.search-results-new {
    background-color: #77785;
    background-position: top;
    background-size: 100% auto;
    padding: 20px 0;
    margin-top: 80px
}

.wrapper.search-results-new .showResults {
    font-size: 14px
}

.wrapper.search-results-new .showResults strong {
    font-size: 18px
}

@media(max-width:768px) {
    .wrapper.search-results-new .showResults strong {
        font-size: 16px
    }
}

.wrapper.search-results-new .showResults span {
    color: #fff
}

@media(max-width:768px) {
    .wrapper.search-results-new .showResults span {
        font-size: 13px
    }
}

.wrapper.search-results-new .row {
    margin: 0
}

.wrapper.search-results-new .container-widget {
    background-color: #000b3;
    padding: 15px 0 0 0
}

@media(max-width:530px) {
    .wrapper.search-results-new .container-widget {
        padding: 10px 0 0 0
    }
}

.wrapper.search-results-new .breadCrumb-newSearchResults h1 {
    font-size: 15px
}

.wrapper.search-results-new .breadCrumb-newSearchResults .breadcrumb {
    background-color: #000b3;
    margin-bottom: 10px;
    border-radius: 0;
    padding: 10px 15px
}

@media(max-width:768px) {
    .wrapper.search-results-new .breadCrumb-newSearchResults .breadcrumb {
        padding: 3px 15px;
        margin-bottom: 5px
    }
}

.wrapper.search-results-new .breadCrumb-newSearchResults .breadcrumb li:before {
    content: '>>';
    color: #fff
}

.wrapper.search-results-new .breadCrumb-newSearchResults .breadcrumb li:first-child:before {
    content: ''
}

.wrapper.search-results-new .breadCrumb-newSearchResults li a {
    color: #fff
}

.wrapper.search-results-new .breadCrumb-newSearchResults li span {
    color: #fff
}

.wrapper.search-results-new .tabs-widgetContent {
    margin-bottom: 15px
}

@media(max-width:530px) {
    .wrapper.search-results-new .tabs-widgetContent .row.mar-bot-15 {
        margin-bottom: 10px!important
    }
}

.wrapper.search-results-new .tabs-widgetContent .nav-tabs {
    border: 0
}

.wrapper.search-results-new .tabs-widgetContent .nav-tabs .branches-filter {
    padding: 0;
    display: inline
}

.wrapper.search-results-new .tabs-widgetContent .nav-tabs .branches-filter label {
    padding: 0 0 0 25px;
    font-size: 13px
}

.wrapper.search-results-new .tabs-widgetContent .nav-tabs .filters {
    padding: 0;
    text-align: right
}

.wrapper.search-results-new .tabs-widgetContent .nav-tabs .filters li {
    display: inline
}

.wrapper.search-results-new .tabs-widgetContent .nav-tabs .filters li a {
    padding: 10px;
    background-color: #fff;
    font-size: 14px;
    color: #343c42
}

.wrapper.search-results-new .tabs-widgetContent .nav-tabs .filters li a:hover {
    background-color: #e0e0e0
}

.wrapper.search-results-new .tabs-widgetContent .nav-tabs .filters li a:focus,
.wrapper.search-results-new .tabs-widgetContent .nav-tabs .filters li a:hover {
    text-decoration: none
}

.wrapper.search-results-new .tabs-widgetContent .nav-tabs .filters li a i {
    margin: 0 3px
}

.wrapper.search-results-new .tabs-widgetContent .nav-tabs .filters li.active a {
    border: 0
}

.wrapper.search-results-new .tabs-widgetContent .nav-tabs .filters li.active a:hover,
.wrapper.search-results-new .tabs-widgetContent .nav-tabs .filters li.active a:focus {
    text-decoration: none
}

.wrapper.search-results-new .tabs-widgetContent .nav-tabs .filters li:last-child {
    margin: 0
}

.wrapper.search-results-new .tabs-widgetContent .allBranches-btn {
    background-color: grey!important;
    color: #fff;
    width: 210px;
    text-align: center;
    border-radius: 0;
    box-shadow: none;
    text-transform: capitalize;
    line-height: 1.6;
    height: 34px
}

.wrapper.search-results-new .tabs-widgetContent .nav-tabs>li.active>a,
.wrapper.search-results-new .tabs-widgetContent .nav-tabs>li.active>a:hover,
.wrapper.search-results-new .tabs-widgetContent .nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 0;
    border-bottom-color: transparent;
    cursor: default;
    height: 39px
}

.wrapper.search-results-new .tabs-widgetContent .tab-content {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 15px
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .main-filters-content {
    position: absolute;
    overflow-x: hidden;
    padding-left: 2px;
    max-height: 110px;
    overflow-y: auto
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .filters-pane .more-label-filters {
    padding: 0!important;
    color: #14addb;
    font-size: 13px
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .filters-pane .filters-nav-tabs-inside {
    margin-bottom: 10px
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .filters-pane .filters-nav-tabs-inside label.openFilterOptions {
    padding: 0!important;
    font-size: 13px;
    cursor: pointer
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .filters-pane .filters-nav-tabs-inside label.openFilterOptions:hover {
    text-decoration: underline
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .filters-pane .sortBy-container {
    padding-left: 0
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .filters-pane .sortBy-container p {
    line-height: 18px;
    font-weight: 700;
    font-size: 14px;
    color: #343c42;
    border-bottom: 1px solid #80808047;
    padding: 0 0 5px 0
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .filters-pane .sortBy-container .sort-types .sort-active,
.wrapper.search-results-new .tabs-widgetContent .tab-content .filters-pane .sortBy-container .filter-types .sort-active {
    color: #343c42;
    text-decoration: none
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .filters-pane .sortBy-container .sort-types span,
.wrapper.search-results-new .tabs-widgetContent .tab-content .filters-pane .sortBy-container .filter-types span {
    font-size: 13px;
    color: #14addb;
    margin-bottom: 5px;
    cursor: pointer;
    display: table;
    opacity: 1;
    position: relative
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .filters-pane .more-container {
    margin-top: 130px
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .filters-pane .filter-children {
    margin: -5px 10px 5px 10px;
    display: none
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .filters-pane .filter-children p {
    margin-bottom: -6px;
    border-bottom: 0;
    padding: 0
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .filters-pane .filter-children p label {
    font-size: 11px;
    margin-bottom: 0
}

.wrapper.search-results-new .tabs-widgetContent .tab-content [type="radio"]:not(:checked)+label:after,
.wrapper.search-results-new .tabs-widgetContent .tab-content [type="radio"]:checked+label:after {
    top: 0;
    transform: scale(0.8)
}

.wrapper.search-results-new .tabs-widgetContent .tab-content [type="radio"]:checked+label:before,
.wrapper.search-results-new .tabs-widgetContent .tab-content [type="radio"]:not(:checked)+label:before,
.wrapper.search-results-new .tabs-widgetContent .tab-content [type="radio"]:not(:checked)+label:after {
    top: 0;
    transform: scale(0.8)
}

.wrapper.search-results-new .tabs-widgetContent .tab-content [type="checkbox"].filled-in:checked+label:after {
    border: 2px solid #19a1ca;
    background-color: #14addb
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .submitFilters-container {
    text-align: right
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .submitFilters-container input {
    background-color: #30abd5;
    padding: 0 20px;
    font-size: 12px
}

.wrapper.search-results-new .tabs-widgetContent .tab-content .tab-pane {
    display: block
}

.wrapper.search-results-new .tabs-widgetContent [type="radio"]:checked+label:after,
.wrapper.search-results-new .tabs-widgetContent [type="radio"].with-gap:checked+label:after {
    border: 2px solid #19a1ca;
    background-color: #14addb
}

.wrapper.search-results-new .tabs-widgetContent label {
    padding-left: 25px;
    font-size: 13px;
    text-transform: none
}

.wrapper.search-results-new .searchResultsDiv {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.wrapper.search-results-new .searchResultsDiv:hover {
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
    box-shadow: 0 11px 9px -10px rgba(0, 0, 0, 0.52);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.wrapper.search-results-new .searchResultsDiv:hover .offer {
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    right: -15px
}

.wrapper.search-results-new .searchResultsDiv:hover .wrapper.search-results-new .searchResultsDiv {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.wrapper.search-results-new .searchResultsDiv .logo-container {
    text-align: center
}

@media(max-width:530px) {
    .wrapper.search-results-new .searchResultsDiv .logo-container {
        text-align: inherit;
        padding: 0
    }
}

.wrapper.search-results-new .searchResultsDiv .logo-container img {
    height: 100%;
    width: 100%;
    max-width: 125px;
    max-height: 125px;
    cursor: pointer
}

@media(max-width:530px) {
    .wrapper.search-results-new .searchResultsDiv .logo-container img {
        max-width: 53px;
        max-height: 53px
    }
}

.wrapper.search-results-new .searchResultsDiv .rating-container {
    text-align: center;
    margin-top: 1%;
    padding: 0
}

@media(max-width:768px) {
    .wrapper.search-results-new .searchResultsDiv .rating-container {
        width: 100%!important;
        margin-top: 0
    }
}

@media(max-width:530px) {
    .wrapper.search-results-new .searchResultsDiv .rating-container {
        display: none
    }
}

.wrapper.search-results-new .searchResultsDiv .companyTitle {
    font-size: 18px;
    cursor: pointer;
    margin: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #2fadd4
}

.wrapper.search-results-new .searchResultsDiv .companyTitle span {
    float: right
}

.wrapper.search-results-new .searchResultsDiv .companyTitle .fa-info-circle {
    color: #14addb
}

@media(max-width:530px) {
    .wrapper.search-results-new .searchResultsDiv .companyTitle {
        font-size: 14px
    }
}

@media(max-width:530px) {
    .wrapper.search-results-new .searchResultsDiv .companyTitle strong {
        font-weight: 700
    }
}

.wrapper.search-results-new .searchResultsDiv .cat-key-container {
    padding: 0
}

.wrapper.search-results-new .searchResultsDiv .cat-key-container .otherCategories,
.wrapper.search-results-new .searchResultsDiv .cat-key-container .otherKeywords {
    cursor: pointer!important;
    color: #337ab7!important
}

.wrapper.search-results-new .searchResultsDiv .cat-key-container span {
    padding: 0;
    font-size: 14px
}

.wrapper.search-results-new .searchResultsDiv .cat-key-container .cat-key-font span,
.wrapper.search-results-new .searchResultsDiv .cat-key-container .cat-key-font a {
    font-size: 13px;
    color: #636363;
    cursor: initial
}

.wrapper.search-results-new .searchResultsDiv .cat-key-container .cat-key-font span:hover,
.wrapper.search-results-new .searchResultsDiv .cat-key-container .cat-key-font a:hover {
    text-decoration: none
}

.wrapper.search-results-new .searchResultsDiv .desc-style {
    color: #30abd5;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    cursor: pointer
}

.wrapper.search-results-new .searchResultsDiv .desc-style:hover {
    text-decoration: none
}

@media(max-width:530px) {
    .wrapper.search-results-new .searchResultsDiv .desc-style {
        font-size: 11px
    }
}

.wrapper.search-results-new .searchResultsDiv .mapIt {
    color: #14addb;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer
}

@media(max-width:530px) {
    .wrapper.search-results-new .searchResultsDiv .mapIt {
        font-size: 11px
    }
}

.wrapper.search-results-new .listPhones span {
    display: inline;
    font-size: 13px
}

.wrapper.search-results-new .listPhones span:after {
    content: attr(number) ", ";
    white-space: pre
}

.wrapper.search-results-new .listPhones span:nth-last-child(2):after,
.wrapper.search-results-new .listPhones span:last-child:after {
    content: " "
}

.wrapper.search-results-new .listPhones.noPseudo span::after {
    content: none
}

.wrapper.search-results-new .otherPhones {
    color: #337ab7;
    font-size: 12px!important;
    cursor: pointer
}

.wrapper.search-results-new .actionButtons-div a {
    border: 1px solid #eaeaea;
    text-align: center;
    display: block;
    padding: 5px;
    color: #3e4c56;
    box-sizing: border-box;
    margin: 4px 4px 0 0;
    border-radius: 2px;
    font-weight: 600;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #2fadd4;
    border-radius: 5px
}

.wrapper.search-results-new .actionButtons-div a:hover {
    color: #fff;
    background-color: #636363;
    border: 1px solid #676767
}

@media(max-width:768px) {
    .wrapper.search-results-new .actionButtons-div a {
        font-size: 12px;
        padding: 5px 0
    }
}

@media(max-width:600px) {
    .wrapper.search-results-new .actionButtons-div a {
        font-size: 0;
        width: 100%
    }
}

@media(max-width:530px) {
    .wrapper.search-results-new .actionButtons-div a {
        font-size: 0;
        width: 100%
    }
}

@media(max-width:600px) {
    .wrapper.search-results-new .actionButtons-div a i {
        font-size: 20px;
        margin: 0;
        padding: 3px
    }
}

.wrapper.search-results-new .pg-list-1-right-p1 {
    padding: 0
}

.phone-spans {
    color: white
}

.title.phone-spans {
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

.menu-order-btn {
    background: #4bb5e9!important;
    color: #3e4c56;
    font-size: 11px;
    padding: 0 1rem;
    font-weight: 600
}

.menu-order-btn:hover,
.menu-order-btn:focus {
    background-color: #c3a00d;
    color: #fff;
    border: 1px solid #8a7314
}

.menu-order-btn-landing {
    color: #fff
}

.banner.search-result-banner {
    text-align: center;
    margin-bottom: 15px
}

.banner.search-result-banner img {
    width: inherit;
    height: auto
}

@media(max-width:992px) {
    .banner.search-result-banner img {
        width: 100%;
        max-height: 290px
    }
}

.companyTitleDiv {
    padding: 0 0 0 15px
}

@media(min-width:992px) {
    .companyTitleDiv {
        margin: 0 0 0 15px;
        width: 60%
    }
}

.rtl .companyTitleDiv {
    margin: 0 15px 0 0
}

.tooltip_templates {
    display: none
}

.tooltip-container {
    display: none;
    padding: 10px;
    border: 1px solid #80808047;
    background: #fff;
    position: absolute;
    z-index: 1;
    width: 300%!important
}

.tooltip-container .content label {
    font-size: 12px
}

.close-tooltip {
    cursor: pointer
}

.tooltip-footer {
    border-top: 1px solid lightgrey;
    text-align: right;
    padding: 0
}

.apply-btn {
    margin-top: 10px;
    height: 30px;
    background-color: #30abd5;
    color: #333;
    font-weight: 600;
    padding: 4px 10px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 3px;
    text-transform: uppercase
}

.apply-btn:hover {
    color: #fff;
    background-color: #636363;
    border: 1px solid #676767
}

.letters-container {
    width: 500px!important
}

.letters-content span {
    display: initial!important;
    text-decoration: none!important;
    margin: 0 2px;
    font-weight: 700
}

.unActive-letter {
    color: #808080!important;
    cursor: not-allowed!important
}

.close-container {
    padding: 0;
    text-align: right
}

.filter-tooltip-container {
    overflow-y: overlay;
    height: 230px!important;
    padding-bottom: 15px!important
}

.ui-menu-item {
    padding: 2px 0;
    border-bottom: 1px solid #80808029
}

.ui-menu-item:last-child {
    border-bottom: 0
}

@media(max-width:991px) {
    .ads-container {
        display: none
    }
}

.ads-container .map-widget {
    margin-bottom: 15px
}

.ads-container .col-xs-12 {
    padding: 0;
    margin-bottom: 10px
}

.ads-container img {
    width: 100%!important
}

.ads-container .VTOVR img {
    border: 5px solid #777
}

.ads-container .textContent {
    background: #fff;
    color: #464646;
    display: block;
    font-size: 12px;
    margin-bottom: 15px
}

.ads-container .textContent img {
    border: 1px solid #777;
    height: 40px
}

.ads-container .textContent .content {
    padding: 15px
}

.ads-container .textContent .content h6 {
    display: block;
    font-weight: bold;
    width: 100%;
    font-size: 15px
}

.ads-container .textContent .content p {
    clear: both;
    width: 100%;
    font-size: 12px
}

.ads-container .textContent .content ul {
    display: inline;
    line-height: 25px;
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.ads-container .textContent .content ul li {
    color: #40adee;
    display: inline-block;
    padding: 0 5px;
    text-align: center;
    text-decoration: underline;
    width: 32%
}

.ads-container .textContent .content ul li:before {
    background: #000;
    content: "";
    display: block;
    font-size: 20px;
    height: 26px;
    margin: 0 -10px;
    position: absolute;
    width: 1px
}

.ads-container .textContent .content ul li:first-child:before {
    width: 0
}

.ads-container .textContent .content ul li a {
    font-size: 12px;
    color: #337ab7
}

.company-details {
    height: auto;
    margin-bottom: 30px;
    padding: 50px;
    overflow: hidden;
    margin-top: 30px;
    position: relative;
    background-color: #000
}

@media(max-width:1024px) {
    .company-details {
        padding: 15px
    }
}

@media(max-width:992px) {
    .company-details {
        margin-top: -20px
    }
}

@media(max-width:768px) {
    .company-details {
        margin-top: 35px
    }
}

@media(max-width:543px) {
    .company-details {
        padding: 15px 0
    }
}

.company-details .row {
    margin-bottom: 0
}

.company-details .main_compInfo_Img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    opacity: .2
}

@media(max-width:992px) {
    .company-details .main_compInfo_Img {
        height: 100%
    }
}

.company-details .companyName {
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
    font-weight: bold
}

.company-details .companyLogo {
    padding: 0
}

.company-details .companyLogo img {
    width: 100%;
    max-width: 125px;
    max-height: 125px
}

.company-details .des-address {
    color: #fff
}

.company-details .address,
.company-details .more-description {
    font-size: 12px
}

.company-details .social-links ul {
    padding: 0
}

.company-details .social-links ul li {
    list-style-type: none;
    float: right;
    padding-right: 10px;
    background: 0;
    padding-left: 0
}

.company-details .social-links ul li i {
    font-size: 16px;
    width: 32px;
    height: 32px;
    border: 0 solid #828284;
    border-radius: 50px;
    padding: 7px;
    text-align: center;
    color: #fff
}

.company-details .social-links ul li:first-child {
    padding-right: 0
}

.company-details .share-div {
    color: #fff;
    padding: 0
}

.company-details .share-social-links {
    margin: 12px 0 0 0
}

.company-details .bottom-details {
    padding: 0
}

.company-details .bottom-details .qrCode-other-container div {
    padding: 0
}

.company-details .bottom-details .qrCode-other-container .keyword-category-div {
    margin-top: 10px
}

.company-details .bottom-details .qrCode-other-container .keyword-category-div .main_keywords span,
.company-details .bottom-details .qrCode-other-container .keyword-category-div .main_categories span {
    color: #fff
}

.company-details .bottom-details .qrCode-other-container .keyword-category-div .keyword,
.company-details .bottom-details .qrCode-other-container .keyword-category-div .keyword span,
.company-details .bottom-details .qrCode-other-container .keyword-category-div .otherKeywords,
.company-details .bottom-details .qrCode-other-container .keyword-category-div .category,
.company-details .bottom-details .qrCode-other-container .keyword-category-div .category span,
.company-details .bottom-details .qrCode-other-container .keyword-category-div .otherCategories,
.company-details .bottom-details .qrCode-other-container .keyword-category-div .categories .category a {
    font-size: 12px;
    color: #fff!important
}

.company-details .bottom-details .qrCode-other-container .keyword-category-div .otherKeywords,
.company-details .bottom-details .qrCode-other-container .keyword-category-div .otherCategories {
    cursor: pointer
}

.company-details .bottom-details .qrCode-other-container .openHours {
    font-size: 11px;
    margin: 0;
    color: #fff;
    text-align: center
}

.company-details .bottom-details .qrCode-other-container .openNow-btn {
    color: green;
    text-transform: capitalize;
    width: 100%
}

.company-details .bottom-details .bottom-buttons-3 {
    padding: 0;
    margin-right: 5px
}

@media(max-width:992px) {
    .company-details .bottom-details .bottom-buttons-3 {
        margin-bottom: 5px;
        padding: 0 3px;
        margin-right: 0
    }
}

.company-details .bottom-details .bottom-buttons-3:hover .btn {
    background-color: #636363;
    border: 1px solid #676767;
    text-decoration: none;
    color: #fff
}

.company-details .bottom-details .bottom-buttons-3:hover i {
    color: #fff;
    margin-right: 5px
}

.company-details .bottom-details .btn {
    border-radius: 2px;
    text-transform: capitalize;
    color: #162336;
    background-color: #fff;
    padding: 0 4px;
    font-size: 13px
}

.company-details .bottom-details .btn i {
    font-size: 15px
}

.company-details .pg-list-1-right-p1 ul li a {
    padding: 4px 0
}

@media(max-width:992px) {
    .company-details .qrCode-div {
        margin-top: 10px
    }
}

.padding_0 {
    padding: 0
}

.share-container {
    padding: 0
}

@media(max-width:992px) {
    .share-container {
        margin-top: 0
    }
}

.Breadcrumb_Div {
    margin: 0
}

.Breadcrumb_Div .breadcrumb {
    padding: 0 1px;
    background: transparent
}

.Breadcrumb_Div .breadcrumb li:before {
    color: green;
    content: ">>";
    padding: 0
}

@media(max-width:543px) {
    .Breadcrumb_Div .breadcrumb li:before {
        font-size: 11px
    }
}

.Breadcrumb_Div .breadcrumb li:first-child:before {
    content: ""
}

.Breadcrumb_Div .breadcrumb li a {
    font-size: 14px;
    text-decoration: underline
}

@media(max-width:543px) {
    .Breadcrumb_Div .breadcrumb li a {
        font-size: 12px
    }
}

.Breadcrumb_Div .breadcrumb li a:hover {
    color: #636363
}

@media(max-width:543px) {
    .Breadcrumb_Div .breadcrumb li.active span {
        font-size: 12px
    }
}

.addthis_toolbox .at-icon-wrapper {
    display: none
}

.addthis_toolbox .addthis_button_compact {
    color: #fff;
    font-size: 14px
}

.sidebar-nav .addthis_toolbox .addthis_button_compact {
    color: #939393;
    font-size: 13px
}

.pagination-container {
    text-align: center
}

.pagination-container .pagination li {
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    vertical-align: top;
    height: 30px;
    margin: 0 2px
}

.pagination-container .pagination li.disabled a {
    cursor: default;
    color: #999
}

.pagination-container .pagination li.active {
    background-color: #14addb
}

.pagination-container .pagination li.active a {
    color: #fff
}

.pagination-container .pagination li a {
    background-color: transparent;
    border: 0;
    color: #fff;
    padding: 0 8px;
    border-radius: 2px;
    font-size: 14px
}

.pagination-container .pagination li a:hover {
    transition: all .5s ease;
    background: #0001f;
    color: #fff;
    font-weight: 700
}

.pagination-container .pagination li a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    background: transparent;
    color: #1e2a30
}

.pagination-container .pagination li span {
    background-color: transparent;
    color: #fff
}

.margin-top-10 {
    margin-top: 10px
}

.hoursOpening .open span {
    color: green
}

.hoursOpening {
    background-color: #fff;
    width: 100%;
    display: block;
    height: 36px;
    border-radius: 2px;
    padding: 7px 0;
    text-align: center;
    cursor: pointer
}

.hoursOpening:hover {
    text-decoration: none
}

#profile_captcha {
    float: right
}

.rating-bar {
    width: 0;
    line-height: 2;
    background-color: #1a1a1a;
    outline: 0;
    -moz-transition: background-color .5s linear 0s;
    -webkit-transition: background-color .5s linear 0s;
    transition: background-color .5s linear 0s
}

.width-custom {
    width: 10%;
    float: left;
    margin: 0 2px
}

.width-custom .rating-bar,
.width-custom-profile .rating-bar {
    height: 25px;
    width: 17px;
    text-align: center
}

.rtl .width-custom {
    float: right
}

.free-new-profile .company-details {
    top: 80px;
    margin-bottom: 110px
}

@media(max-width:992px) {
    .free-new-profile .company-details {
        top: 69px
    }
}

@media(max-width:992px) {
    .free-new-profile .addthis_toolbox {
        padding: 0
    }
}

.free-new-profile .form-inline,
.free-new-profile #branches,
.free-new-profile .form-inline,
.free-new-profile #branches2 {
    float: left
}

.rtl .free-new-profile .form-inline,
.rtl .free-new-profile #branches,
.free-new-profile .form-inline,
.free-new-profile #branches2 {
    float: left
}

.free-new-profile .content-widget {
    border: 1px solid #dedede
}

.free-new-profile .company-details .social-links ul li:nth-child(1) i {
    background: #3b5998
}

.free-new-profile .company-details .social-links ul li:nth-child(2) i {
    background: #3b5998
}

.free-new-profile .company-details .social-links ul li:nth-child(3) i {
    background: #1da1f2
}

.free-new-profile .company-details .social-links ul li:nth-child(4) i {
    background: #0077b5
}

.free-new-profile .company-details .social-links ul li:nth-child(5) i {
    background: #b00
}

.free-new-profile .company-details .social-links ul li:nth-child(6) i {
    background: #3f729b
}

.free-new-profile .company-details .social-links ul li:nth-child(7) i {
    background: grey
}

.free-new-profile .category-text {
    margin-top: 20px
}

.free-new-profile .company-details .bottom-details {
    margin-top: 0
}

.free-new-profile .free-content {
    padding: 0
}

.free-new-profile .activeFacility,
.free-new-profile .unActiveFacility {
    font-size: 11px;
    margin: 5px 0
}

.free-new-profile .activeFacility {
    color: #000
}

.free-new-profile .unActiveFacility {
    color: #777
}

.activeSign {
    color: #40adee;
    margin-left: -12px;
    top: 1px
}

.adsImages {
    height: auto;
    cursor: pointer;
    position: relative;
    width: 100%
}

@media(max-width:992px) {
    .adsImages {
        margin: 0 auto
    }
}

.ad1 {
    content: url("/../../../../img/cruises.jpg")
}

.ad2 {
    content: url("/../../../../img/hot_offer_1.jpg")
}

.ad3 {
    content: url("/../../../../img/hotels.jpg")
}

.imagesDiv {
    padding: 20px 5px
}

.imagesDiv,
.alsoRecommendedDiv {
    background-color: #e0ece5
}

.alsoRecommendedItem {
    background-color: #fff;
    border: 1px solid #333;
    padding: 15px;
    margin-bottom: 15px;
    cursor: pointer
}

.contentTitle {
    font-size: 18px;
    color: #333;
    margin: 0 0 20px 0
}

.contentText {
    color: #333;
    padding: 0
}

.free-new-profile .share-container {
    margin-top: 0
}

@media(max-width:992px) {
    .free-new-profile .share-container {
        margin-top: 15px
    }
}

.free-new-profile .details-content {
    padding: 0
}

.free-new-profile .menu-order-free {
    margin-right: 30px
}

.rtl .free-new-profile .menu-order-free {
    margin-right: inherit;
    margin-left: 30px
}

.advertiser-new-profile {
    background: #ecf0f3;
    padding: 100px 0 20px
}

.advertiser-new-profile .content-widget {
    border: 1px solid #dedede
}

.advertiser-new-profile .profileMap,
.advertiser-new-profile .largeMapContainer,
.advertiser-new-profile .main_compInfo {
    display: none
}

.advertiser-new-profile .container_compInfo {
    z-index: 9999
}

.advertiser-new-profile .container_compInfo .ProfilePage #videos .carousel-slider img {
    max-height: 150px;
    max-width: 220px;
    padding: 30px
}

.advertiser-new-profile .container_compInfo .ProfilePage #photos .carousel {
    width: 80%;
    margin: 0 auto
}

.advertiser-new-profile .container_compInfo .ProfilePage .companyName-email {
    font-size: 16px;
    color: #479dd2;
    font-weight: 700
}

.advertiser-new-profile .container_compInfo .ProfilePage .message .row {
    margin: 0
}

.advertiser-new-profile .container_compInfo .ProfilePage .message .input-field input,
.advertiser-new-profile .container_compInfo .ProfilePage .message .input-field textarea {
    height: 45px;
    position: relative;
    padding: 15px 24px;
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    text-indent: 0;
    line-height: 12px;
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    -webkit-appearance: none;
    width: 100%;
    font-size: 14px;
    background: #fff;
    margin: 0
}

.advertiser-new-profile .container_compInfo .ProfilePage .message .input-field textarea {
    height: 100px;
    border-radius: 0
}

.advertiser-new-profile .container_compInfo .ProfilePage .message .input-field label {
    left: 30px;
    top: 4px;
    font-size: 12px;
    color: #333
}

.advertiser-new-profile .container_compInfo .ProfilePage .message .input-field label:not(.label-icon).active {
    -webkit-transform: translateY(-140%);
    transform: translateY(-140%);
    color: #26a69a;
    opacity: 0
}

.advertiser-new-profile .container_compInfo .ProfilePage .sendMail-btn {
    margin-top: 10px!important
}

.advertiser-new-profile .container_compInfo .ProfilePage .sendMail-btn .col-xs-12 {
    padding: 0 7px
}

.advertiser-new-profile .container_compInfo .ProfilePage .sendMail-btn input {
    background-color: #479dd2;
    border-color: #3a9dda;
    border-radius: 0
}

.advertiser-new-profile .container_compInfo .ProfilePage .right-profile-content {
    padding: 0 0 0 15px
}

@media(max-width:1200px) {
    .advertiser-new-profile .container_compInfo .ProfilePage .right-profile-content {
        padding: 0
    }
}

.advertiser-new-profile .social-links li:nth-child(1) i {
    background: #3b5998
}

.advertiser-new-profile .social-links li:nth-child(2) i {
    background: #1da1f2
}

.advertiser-new-profile .social-links li:nth-child(3) i {
    background: #0077b5
}

.advertiser-new-profile .social-links li:nth-child(4) i {
    background: #b00
}

.advertiser-new-profile .social-links li:nth-child(5) i {
    background: grey
}

.advertiser-new-profile .company-details .bottom-details .bottom-buttons-3 a i {
    margin-right: 5px
}

.advertiser-new-profile .company-details .bottom-details .bottom-buttons-3:hover a i {
    margin-right: 10px
}

.advertiser-new-profile .popover-content {
    font-size: 12px
}

.pglist-p3 a:hover {
    text-decoration: none
}

.v3-list-ql {
    display: block;
    top: 80px
}

.v3-list-ql .v3-list-ql-inn ul li a:hover {
    text-decoration: none
}

@media(max-width:992px) {
    .v3-list-ql {
        display: none
    }
}

.main-div {
    padding: 0
}

.title-div {
    padding: 15px 20px;
    border-bottom: 1px solid #e8e8e8
}

.title-div .title {
    margin: 0;
    font-size: 18px;
    color: #333
}

#ld-rer .title-div .title {
    float: left
}

.rtl #ld-rer .title-div .title {
    float: right
}

.title-div.sub-title {
    padding: 10px 10px 0;
    border-bottom: 0
}

.title-div.sub-title p {
    margin: 0;
    color: #333
}

.content-div {
    padding: 20px
}

.lp-ur-all-rat ul li:last-child {
    border-bottom: 0
}

.payment_div {
    margin-top: 10px;
    font-weight: 700;
    color: #333
}

.keywords .keyword a,
.categories .category a {
    color: #777;
    font-size: 12px
}

.keywords .key-content:after,
.categories .cat-content:after {
    content: "|"
}

.keywords .key-content:last-child:after,
.categories .cat-content:last-child:after {
    content: ""
}

.openingHours .days-div p {
    font-size: 12px;
    font-weight: 700;
    color: #333
}

.openingHours .days-div,
.openingHours .hours {
    padding: 0
}

.openingHours .hours p {
    font-size: 12px;
    color: #777
}

.openingHours .days-div p:last-child {
    margin: 0
}

.openingHours .hours p:last-child {
    margin: 0
}

.listDot a {
    display: list-item;
    margin: 0 15px;
    line-height: 30px;
    font-size: 12px;
    color: #777
}

.carousel {
    height: auto
}

#photos .carousel img {
    margin: 0 auto
}

.carousel .list-slider-nav {
    margin-top: 0;
    top: 50%
}

.carousel .list-slider-nav-rp {
    right: 40px;
    position: absolute;
    margin-right: 0
}

.owl-carousel {
    margin-bottom: 0;
    direction: ltr
}

.owl-carousel .owl-item {
    padding: 25px
}

@media(max-width:530px) {
    .owl-carousel .owl-item {
        padding: 15px 0
    }
}

@media(max-width:530px) {
    .owl-carousel .owl-item p {
        font-size: 12px;
        text-align: center;
        margin: 0 2px
    }
}

#videos .modal-content {
    text-align: center
}

.owl-carousel .owl-item img {
    max-height: 150px;
    max-width: 220px;
    padding: 30px;
    width: inherit;
    display: inherit
}

#brands .owl-carousel img {
    max-height: 120px;
    min-height: 130px;
    max-width: 170px;
    padding: 10px
}

.details-content {
    z-index: 2;
    position: relative
}

@media(max-width:1024px) {
    .details-content {
        width: 100%!important
    }
}

.rtl {
    direction: rtl
}

.rtl .right {
    float: left!important
}

.rtl .left {
    float: right!important
}

.rtl .align-left {
    text-align: right
}

.rtl .align-right {
    text-align: left
}

.rtl .text-right {
    text-align: left
}

.rtl .text-left {
    text-align: right
}

.rtl .col-xs-1,
.rtl .col-xs-2,
.rtl .col-xs-3,
.rtl .col-xs-4,
.rtl .col-xs-5,
.rtl .col-xs-6,
.rtl .col-xs-7,
.rtl .col-xs-8,
.rtl .col-xs-9,
.rtl .col-xs-10,
.rtl .col-xs-11,
.rtl .col-xs-12,
.rtl .col-md-1,
.rtl .col-md-2,
.rtl .col-md-3,
.rtl .col-md-4,
.rtl .col-md-5,
.rtl .col-md-6,
.rtl .col-md-7,
.rtl .col-md-8,
.rtl .col-md-9,
.rtl.col-md-10,
.rtl .col-md-11,
.rtl .col-md-12,
.rtl .col-sm-1,
.rtl .col-sm-2,
.rtl .col-sm-3,
.rtl .col-sm-4,
.rtl.col-sm-5,
.rtl .col-sm-6,
.rtl .col-sm-7,
.rtl .col-sm-8,
.rtl .col-sm-9,
.rtl .col-sm-10,
.rtl .col-sm-11,
.rtl.col-sm-12 {
    float: right
}

.rtl .navbar-search .navbar-right {
    float: left!important
}

.rtl .navbar-brand {
    padding: 15px 0 15px 15px
}

.rtl .pagination>li>a,
.rtl .pagination>li>span {
    float: right
}

@media(min-width:768px) {
    .rtl .hotOffer .modal-dialog {
        width: 860px
    }
}

.rtl .pull-right {
    float: left!important
}

.rtl .pull-left {
    float: right!important
}

body.rtl {
    font-family: 'Droid Arabic Naskh'
}

.rtl section>.container>h4 {
    font-size: 23px
}

.rtl .search-results .offer {
    right: auto;
    left: 0
}

.rtl .navbar-search .input-group .search-input {
    border-radius: 0 15px 15px 0;
    padding: 0 20px 0 0
}

.rtl .navbar-search .navbar-left {
    float: right!important
}

.rtl .navbar-search .btn-primary {
    border-radius: 15px 0 0 15px;
    margin: 0 5px 0 0
}

.rtl .download-apps .sony img {
    left: 0;
    right: auto
}

.rtl .download-apps .iphone img {
    left: auto
}

.rtl .download-apps .more {
    margin: 0 0 0 5px
}

.rtl .footer-promote-nav li {
    margin: 0 0 0 45px
}

.rtl .main-hero .outline-input-group .search-input {
    border-radius: 0 15px 15px 0;
    padding: 0 20px 0 0
}

.rtl .main-hero h2 {
    font-size: 33px
}

.rtl .main-hero .input-group {
    margin-left: 5px
}

.rtl .main-hero .btn-lg {
    border-radius: 15px 0 0 15px
}

.rtl .quick-links .trending_search_img {
    margin: 0 0 5px 15px
}

.rtl .nearby-location-item {
    text-align: right
}

.rtl .nearby-location-item .address {
    direction: rtl
}

.rtl .nearby-location-item .share a.share-link {
    text-align: left;
    background: url("../../../../img/share.png?3") 40px 5px no-repeat
}

.rtl .content-widget.occasion {
    background-position: 0 0
}

.rtl .content-widget .image-placeholder {
    margin: 0 0 0 15px
}

.rtl #occasion.content-widget .occasionRows .row .info {
    direction: ltr;
    text-align: right
}

.rtl .filter .filter-column {
    margin: 0 0 2px 0
}

.rtl .hot-offer .divTableCell {
    direction: rtl
}

.rtl .campaign-item .text span {
    direction: rtl
}

.rtl .customer-care img {
    left: 0
}

.rtl .customer-care-section .be-online img,
.rtl .customer-care-section .find-customers img {
    margin: 0 -15px 0 0
}

.rtl .be-online .text-content,
.rtl .find-customers .text-content {
    margin: 13px -35px 0 0
}

.rtl .download-apps .download-content .iphone img {
    margin: 0 -65px 0 0
}

.rtl .selectboxit-text {
    text-indent: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: right
}

.rtl .selectboxit-arrow-container {
    width: 30px;
    position: absolute;
    left: 0;
    right: auto
}

.rtl .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
    float: right
}

.rtl .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
    text-align: right
}

.rtl .advanced-search-block h4 {
    margin: 35px 35px 35px 0
}

.rtl .advanced-search-block .field label {
    text-align: right;
    padding: 0 0 0 46px;
    float: right
}

.rtl .advanced-search-block .advancedSearchButton {
    background: #e5e5e5 url("../../.../../img/ar/advanced-search-button.png") center no-repeat
}

.rtl .selectboxit-container .selectboxit-options {
    text-align: right
}

.rtl .singleReview .userImage {
    width: 50px;
    height: 50px;
    background-color: #e0e0e0;
    border-radius: 5px;
    margin-right: 0
}

.rtl .ratingPin_img {
    margin-left: -453px;
    transform: rotate(180deg)
}

.rtl .dirShare_div {
    padding: 0 2px 0 0
}

.rtl .align_KeyCat {
    bottom: 0;
    position: absolute;
    left: 17px;
    right: inherit;
    width: 247px;
    padding: 0
}

.rtl .phonesPlaceHolder {
    margin-right: -10px
}

#phone-view {
    margin-top: -7px
}

.rtl .newIcons {
    margin-right: 10px
}

.rtl .phone_active {
    background: url("../../../../img/phone_h_triangle.png");
    display: none;
    height: 8px;
    position: absolute;
    right: 74px;
    top: -8px;
    width: 13px
}

.rtl .main_icon {
    margin-right: 8px
}

.rtl .mainImg {
    width: 655px!important;
    height: 248px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all .3s ease;
    left: -1%;
    margin-bottom: 15px
}

.rtl .textHover {
    opacity: 0;
    background: #fff;
    top: -70px;
    right: 4%;
    font-size: 11px;
    text-transform: uppercase;
    transition: all .5s
}

.rtl #adPage.largeMapContainer #largeMap .gmnoprint {
    right: initial!important;
    left: 0!important
}

.close_btn,
.largeMapContainer .mapToolBar .mapButton,
.getDir-free {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    background-color: #40adee;
    z-index: 10;
    font-size: 12px;
    right: 10px;
    top: 90px;
    position: fixed;
    font-weight: 100
}

.rtl .close_btn {
    left: 10px
}

.largeMapContainer .mapToolBar .mapButton {
    opacity: 1;
    padding: 0 2rem;
    z-index: 30
}

.rtl .largeMapContainer .mapToolBar .mapButton {
    right: inherit;
    left: 10px
}

.getDir-free {
    left: 10px;
    top: 10px;
    position: relative
}

.rtl .getDir-free {
    left: inherit;
    right: 10px
}

.rtl .starIcon {
    position: absolute;
    margin-right: 14px;
    transform: rotate(108deg);
    margin-top: 1px
}

.rtl #star1 {
    margin-top: 5px;
    margin-right: 13px
}

.rtl .col-xs-offset-4 {
    margin-right: 33.33333%
}

.rtl .customRight.right {
    float: left!important
}

.rtl #textArea_counter.right {
    float: left
}

.rtl #Offer_btn1 {
    margin-right: -4px;
    margin-left: 0!important
}

.rtl #Offer_btn2 {
    margin-right: 4px;
    margin-left: 0!important
}

.rtl .read_btn {
    margin-right: -5px;
    margin-left: 0!important;
    background-color: #e3e3e3
}

.rtl .writeReviewBtn_reviewPanel {
    margin-right: 5px;
    margin-left: 0!important
}

.rtl .faq.col-xs-1 {
    margin-right: -1px;
    margin-left: 0
}

.rtl #blueGray_Img {
    transform: rotate(147deg);
    margin-top: 3px
}

.rtl .ProfilePage .col-xs-8 {
    padding-left: 5px;
    padding-right: 15px
}

.rtl .ProfilePage .col-xs-4 {
    padding-right: 5px;
    padding-left: 15px
}

.rtl .hotOffer_img {
    background: url("../../../../img/hot_offer_ar.png");
    position: absolute;
    width: 102px;
    top: -9px;
    right: 531px;
    height: 53px
}

.rtl .review_total {
    font-size: 15px;
    color: inherit;
    top: -3px;
    position: relative;
    margin-right: 20px
}

.rtl .bar_gray {
    background-color: #f2f2f2;
    width: 68px;
    height: 12px;
    margin: 10px -27px 10px 0
}

.rtl .half_yellowStar {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: "FlipH";
    -ms-filter: "FlipH"
}

.rtl .progress_review {
    overflow: hidden;
    height: 11px;
    width: 68px;
    background-color: #f2f2f2;
    border-radius: 1px;
    box-shadow: none;
    margin: 12px -27px 0 0
}

.rtl .progress_review .progress-bar {
    background-color: #40adee!important;
    float: right
}

.rtl #phone-view {
    left: -7px;
    text-align: right;
    margin-bottom: 1px
}

.rtl #photos .owl-wrapper {
    left: 0
}

.rtl #photos .owl-carousel .owl-item {
    float: left
}

.rtl #menus .owl-wrapper {
    left: 0
}

.rtl #menus .owl-carousel .owl-item {
    float: left
}

.rtl #printedAds .owl-wrapper {
    left: 0
}

.rtl #videos .owl-wrapper {
    left: -30px!important
}

.rtl #videos .owl-carousel .owl-item {
    float: right
}

.rtl .floating-menu {
    font-size: 11px;
    background: #fff;
    padding: 5px;
    width: 109px;
    height: auto;
    z-index: 100;
    position: fixed;
    top: 116px;
    left: 12px;
    direction: ltr
}

.rtl .floatingItem {
    border-radius: 3px;
    background: #40adee;
    height: 28px!important;
    width: 87px!important;
    margin-right: 1px;
    margin-bottom: 6px
}

.rtl .otlob-text {
    margin-right: 72px;
    padding-top: 10px
}

.rtl .otlob-logo {
    background: url(../../../../img/otlob.png);
    height: 40px;
    width: 97px;
    margin-top: -36px;
    margin-right: 165px
}

.rtl .second_div .col-xs-offset-2 {
    margin-right: 8.66667%!important
}

.rtl .home-list-pop .home-list-pop-desc {
    float: left
}

.rtl .home-list-pop h3 {
    padding-left: 15px;
    margin-right: unset;
    margin-left: 22px
}

.rtl .home-list-pop .home-list-pop-img {
    float: right
}

.rtl .home-list-pop .home-list-pop-desc .home-list-pop-rat {
    left: 15px;
    right: unset
}

.rtl .social-media-links {
    float: right
}

.rtl .input-field.col label {
    right: 30px
}

.rtl .key_btn {
    float: left
}

.rtl .key_style {
    text-align: right
}

.rtl .popular-categories .dir-ho-cat {
    float: left
}

.rtl footer .footer-links ul li {
    list-style-type: none;
    background: url("../../../../img/images_new/arr.png") no-repeat center right;
    padding-right: 24px;
    background-size: 9px
}

.rtl .advSearchContainer {
    padding: 0 44px
}

.rtl .advancedSearch-word {
    float: left;
    font-size: 11px
}

.rtl #message-search {
    float: right
}

.rtl .advSearch-modal .searchByContent {
    border-left: 1px solid grey;
    border-right: inherit
}

@media(max-width:768px) {
    .rtl .advSearch-modal .searchByContent {
        border-left: none
    }
}

.rtl .advSearch-modal .select-wrapper .caret {
    left: 8px;
    right: inherit
}

.rtl .advSearch-modal .categoryIndexContent .btn {
    float: left;
    margin-left: -25px;
    margin-right: inherit
}

.rtl .advSearch-modal .phoneInputs div:first-child {
    padding-left: 0;
    padding-right: 15px
}

.rtl .advSearch-modal ul {
    padding: 0
}

.rtl .advSearch-modal .tab-content .tab-pane {
    padding: 15px 0 15px 15px
}

.rtl .advSearch-modal .searchForContainer {
    padding: 0 15px 0 0
}

.rtl .search-results-new .searchResultsDiv .companyTitle span {
    float: left
}

.rtl .search-results-new .searchResultsDiv .mapIt {
    font-size: 13px
}

.rtl .search-results-new .tabs-widgetContent .nav-tabs {
    padding-right: 0
}

.rtl .search-results-new .tabs-widgetContent .nav-tabs .filters {
    text-align: left
}

.rtl .search-results-new .tabs-widgetContent .nav-tabs .filters li a {
    font-size: 12px
}

.rtl .search-results-new .tabs-widgetContent .nav-tabs .branches-filter label {
    padding: 0 25px 0 0
}

.rtl .search-results-new .tabs-widgetContent .nav-tabs [type="radio"]:checked+label:after,
.rtl .search-results-new .tabs-widgetContent .nav-tabs [type="radio"].with-gap:checked+label:after,
.rtl .search-results-new .tabs-widgetContent .nav-tabs [type="radio"]:not(:checked)+label:before,
.rtl .search-results-new .tabs-widgetContent .nav-tabs [type="radio"]:not(:checked)+label:after,
.rtl .search-results-new .tabs-widgetContent .nav-tabs [type="radio"]:checked+label:before {
    right: 0
}

.rtl .search-results-new .tabs-widgetContent .tab-content [type="checkbox"].filled-in:not(:checked)+label:after,
.rtl .search-results-new .tabs-widgetContent .tab-content [type="checkbox"].filled-in:checked+label:after {
    right: 0
}

.rtl .search-results-new .tabs-widgetContent .tab-content [type="checkbox"].filled-in:checked+label:before {
    right: 10px
}

.rtl .search-results-new .tabs-widgetContent .tab-content label {
    padding-left: inherit;
    padding-right: 25px
}

.rtl .pagination-container .fa-angle-left,
.rtl .pagination-container .fa-angle-right {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.rtl .owl-carousel {
    padding: 0
}

.rtl .owl-carousel .owl-item {
    float: right
}

.rtl .advertiser-new-profile .company-details-advertiser .social-links ul li {
    float: right
}

.rtl .v3-list-ql-inn ul li {
    float: right
}

.rtl .company-details .social-links ul li {
    float: left
}

.rtl .activeSign {
    margin-right: -12px;
    margin-left: inherit
}

.rtl .advertiser-new-profile .container_compInfo .ProfilePage .right-profile-content {
    padding: 0 15px 0 0
}

@media(max-width:1200px) {
    .rtl .advertiser-new-profile .container_compInfo .ProfilePage .right-profile-content {
        padding: 0
    }
}

.rtl #profile_captcha {
    float: left
}

.rtl .sortBy-container p {
    text-align: right
}

.rtl .submitFilters-container {
    text-align: left!important
}

.rtl .close-container,
.rtl .tooltip-footer {
    text-align: left
}

.rtl .show-reviwe {
    margin-right: inherit;
    margin-left: 10px
}

.two-words {
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    width: 38%;
    overflow: hidden;
    text-overflow: ellipsis
}

.companyTitle {
    color: inherit
}

.col-md-9 .company_address {
    padding: inherit;
    margin: inherit;
    font-size: 14px;
    display: contents;
    cursor: pointer
}

.col-md-9 .company_address:hover {
    text-decoration: none;
    color: #636363
}

@media(max-width:530px) {
    .col-md-9 .company_address {
        font-size: 11px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        max-height: 38px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin: 0
    }
}

.rtl .col-md-9 .company_address {
    font-size: 13px
}

.onlyOne {
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media(max-width:530px) {
    .onlyOne {
        width: 100%
    }
}

.moreLink {
    font-size: 12px;
    padding: 0;
    position: absolute;
    bottom: 0
}

.autocomplete-content {
    margin-top: unset;
    position: absolute;
    max-height: 300px;
    width: 90%
}

.background-star {
    background: #30abd5
}

.otherKeywords,
.otherCategories,
.otherPhones {
    color: #40adee!important;
    font-size: 12px!important
}

.faq {
    counter-reset: my-badass-counter
}

.faq dt:before {
    content: counter(my-badass-counter);
    counter-increment: my-badass-counter
}

.faq {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq>dt {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: #b3b2b2;
    font-size: 14px;
    margin: 4px 10px
}

.starIcon {
    position: absolute;
    margin-left: -15px;
    transform: rotate(108deg);
    margin-top: 1px
}

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
}

.largeMapContainer {
    display: none;
    margin-top: 60px
}

.largeMapContainer #largeMap {
    height: 700px!important
}

.largeMapContainer #largeMapDirections {
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 5px;
    width: 290px
}

.largeMapContainer .mapToolBar {
    height: 0;
    position: absolute;
    width: 100%
}

.largeMapContainer .mapToolBar .mapButton:HOVER {
    opacity: .95
}

.largeMapContainer .mapToolBar .mapKey {
    background-color: #c9c9c9;
    border-radius: 10px;
    box-shadow: 0 4px 5px #545454;
    display: block;
    float: right;
    opacity: .8;
    padding: 5px 2px 5px 10px;
    position: absolute;
    right: 0;
    top: 100px;
    transition: all .5s ease 0s;
    z-index: 11
}

.rtl .largeMapContainer .mapToolBar .mapKey {
    left: 10px;
    right: inherit
}

.largeMapContainer .mapToolBar .mapKey:hover {
    opacity: .9
}

.largeMapContainer .mapToolBar .mapKey .square {
    display: inline-block;
    height: 3px;
    margin: 0 0 2px;
    width: 10px
}

#adPage.largeMapContainer #largeMap {
    border: 0;
    height: 700px!important
}

#adPage.largeMapContainer .mapToolBar {
    width: 100%
}

#adPage.largeMapContainer .mapToolBar .mapButton {
    display: none
}

#adPage.largeMapContainer .mapToolBar .getDirections {
    border-radius: 1px;
    display: inline-block;
    font-size: 12px;
    line-height: 2.3em;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    background-color: #fff;
    position: relative;
    z-index: 10;
    font-size: 12px;
    transition: all .2s ease 0s;
    margin-left: 10px;
    top: 10px;
    padding: 15px;
    width: 317px
}

#adPage.largeMapContainer .mapToolBar .getDirections .row {
    margin-bottom: 0
}

#adPage.largeMapContainer .mapToolBar .getDirections .form-control {
    font-size: 12px
}

.rtl #adPage.largeMapContainer .mapToolBar .getDirections {
    margin-right: 10px;
    top: 10px
}

#adPage.largeMapContainer .mapToolBar .mapKey {
    display: none
}

.cities-select {
    width: 100%
}

.areas-select {
    width: 100%
}

.search-results-new .listPhones {
    margin-top: 10px;
    display: inline-table
}

.search-results-new .listPhones span {
    display: inline;
    font-size: 13px
}

#Send_number {
    height: 55px
}

.send {
    height: 56px
}

.input-field label:not(.label-icon).active {
    opacity: 0
}

.tourz-top-search-form label {
    top: 0;
    height: auto
}

.search-what-top-label {
    padding: 0!important;
    left: 15px!important
}

.rtl .search-what-top-label {
    right: 15px!important
}

.big-map {
    height: 100%;
    width: 100%
}

.big-map .map-container {
    width: 100%;
    height: 700px
}

.big-map .buttons {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 555;
    background-color: #fff
}

.rtl .big-map .buttons {
    left: 10px;
    right: inherit
}

.big-map .content-widget {
    text-align: left;
    width: 400px;
    margin-bottom: 0
}

.big-map .content-widget .btn-full {
    width: 400px
}

.largeMapContainer #largeMapDirections {
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 5px;
    width: 290px
}

.largeMapContainer .mapToolBar .mapButton:HOVER {
    opacity: .95
}

#adPage.largeMapContainer {
    border: 0;
    width: 100%;
    margin: -20px 0 0
}

#adPage.largeMapContainer .mapToolBar {
    width: 100%
}

#adPage.largeMapContainer .mapToolBar .mapButton {
    display: none
}

#adPage.largeMapContainer .mapToolBar .mapKey {
    display: none
}

.sidebar .map-widget .map-container {
    height: 271px
}

.map-widget .buttons {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center
}

.map-widget .buttons .btn-map-primary {
    width: 85%
}

.btn-map-primary {
    color: #2880b9;
    background: rgba(255, 255, 255, 0.9);
    padding-left: 20px;
    padding-right: 20px
}

.btn-map-primary:hover,
.btn-map-primaryfocus {
    background: #2880b9;
    color: #fff
}

.btn-map-primary img {
    margin: 0 10px
}

.btn-map-primary.reverse {
    color: rgba(255, 255, 255, 0.9);
    background: #2880b9
}

.btn-map-primary.reverse:hover,
.btn-map-primary.reversefocus {
    color: #2880b9;
    background: #fff
}

.btn-map-primary.reverse img {
    margin: 0 10px
}

.wrapper {
    background-color: #f0f0f0
}

.wrapper .x {
    position: fixed;
    bottom: 0;
    z-index: 101;
    margin-bottom: 163px;
    margin-left: 0;
    padding-left: -11px;
    padding-right: 10px;
    opacity: .5
}

.wrapper .x:hover {
    opacity: 1
}

.wrapper .x_ar {
    left: 0;
    margin-left: 15px;
    -webkit-animation-name: move_ar;
    -webkit-animation-duration: .8s;
    -moz-animation-name: move_ar;
    -moz-animation-duration: .8s;
    -o-animation-name: move_ar;
    -o-animation-duration: .8s;
    animation-name: move_ar;
    animation-duration: .8s
}

.wrapper .x_en {
    right: 0;
    -webkit-animation-name: move_en;
    -webkit-animation-duration: .8s;
    -moz-animation-name: move_en;
    -moz-animation-duration: .8s;
    -o-animation-name: move_en;
    -o-animation-duration: .8s;
    animation-name: move_en;
    animation-duration: .8s
}

.wrapper .go {
    position: fixed;
    bottom: 0;
    z-index: 101;
    margin-bottom: 35px;
    padding-right: 70px
}

.wrapper .go_en {
    right: 0;
    -webkit-animation-name: move_en;
    -webkit-animation-duration: .8s;
    -moz-animation-name: move_en;
    -moz-animation-duration: .8s;
    -o-animation-name: move_en;
    -o-animation-duration: .8s;
    animation-name: move_en;
    animation-duration: .8s
}

.wrapper .go_ar {
    margin-left: 44px;
    left: 0;
    -webkit-animation-name: move_ar;
    -webkit-animation-duration: .8s;
    -moz-animation-name: move_ar;
    -moz-animation-duration: .8s;
    -o-animation-name: move_ar;
    -o-animation-duration: .8s;
    animation-name: move_ar;
    animation-duration: .8s
}

.wrapper .text_Bubble {
    position: fixed;
    width: 190px;
    bottom: 0;
    z-index: 101;
    margin-bottom: 72px;
    color: #fff;
    text-align: center;
    margin-left: 10px;
    padding-right: 25px
}

.map-results {
    height: 100%;
    padding-top: 81px
}

.map-results .pagination-nav {
    width: 400px;
    margin: 0 -16px
}

.nearby-location-item img.map-image {
    width: 100%;
    border-top: 1px solid #4cb4d9
}

.content-widget .showMap {
    background: #40adee url("../../../../img/showMap.png?3") no-repeat scroll 50% 50%;
    border-radius: 5px;
    display: block;
    height: 33px;
    width: 117px
}

.content-widget .showMap.un-active {
    background-color: #e5e5e5
}

.content-widget.company-data .showMap {
    width: 100%
}

.content-widget .btn-full {
    line-height: 28px;
    height: 40px;
    width: 700px;
    margin: 15px -15px -20px -20px
}

.ProfilePage .content-widget {
    background: #fff;
    margin-bottom: 15px;
    width: 100%!important;
    color: #777;
    font-size: 12px
}

.content-widget.occasion {
    background-position: 100% 0;
    background-repeat: no-repeat
}

.rtl .content-widget.occasion {
    background-position: 0 0
}

.paid .content-widget {
    width: 1000px
}

.content-widget.sponsor {
    background: #eefff0;
    margin-top: 13px
}

.content-widget .bordered-line {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
    margin: 20px -20px 30px -20px
}

.content-widget .bordered-line ul {
    margin: 0
}

.content-widget .image-placeholder {
    margin: 0 15px 0 0
}

.rtl .content-widget .image-placeholder {
    margin: 0 0 0 15px
}

.content-widget .occasion img {
    width: 80px
}

.map-search-results {
    background: #ecf0f3;
    max-height: 690px;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: scroll
}

.map-float {
    float: right
}

.rtl .map-float {
    float: left
}

.map-search-results .list-pagenat {
    margin: 0 auto
}

.map-search-results .content-widget {
    border: 2px solid #fff;
    width: 370px;
    cursor: pointer
}

.map-search-results .content-widget.active,
.map-search-results .content-widget:hover {
    border: 2px solid #23527c
}

.map-search-results .content-widget.active {
    transition: border .3s ease-in-out .5s
}

.map-search-results .content-widget.active h4,
.map-search-results .content-widget:hover h4 {
    color: #2880b9;
    text-decoration: underline
}

.map-search-results .content-widget.active .btn-full,
.map-search-results .content-widget:hover .btn-full {
    border: 2px solid #2880b9;
    border-top: 0;
    line-height: 29px
}

.map-search-results .content-widget .btn-full {
    width: 370px
}

.mapContainer {
    border: 1px solid #a2a2a2;
    margin-bottom: 15px;
    width: 1000px;
    position: relative
}

.profileMap {
    cursor: pointer
}

.content-widget .content-image img {
    max-width: 100%;
    max-height: 100%
}

.mapContainer img {
    height: 200px;
    width: 100%
}

.mapContainer .showMapLayer {
    background: url("../../../../img/mapAdvertiser.png");
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.mapContainer .showMapLayer span {
    color: #fff;
    display: block;
    font-size: 24px;
    height: 52px;
    line-height: 52px;
    margin: 76px auto;
    position: relative;
    text-align: center;
    width: 250px
}

.search-results .mapIt:before {
    content: url("../../../../img/mapIt.png?3");
    display: inline-block;
    width: 15px
}

.search-results .mapIt {
    color: #54b95b;
    text-decoration: underline;
    white-space: nowrap
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.pagination-nav {
    background-color: #ecf0f3!important
}

.map-call-btn {
    border: 1px solid #757474;
    background-color: #808080!important;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    font-weight: 600;
    font-size: 12px
}

.map-call-btn:hover {
    background-color: #636363;
    border: 1px solid #676767;
    color: #fff
}

.map-call-btn i {
    margin-right: 5px;
    font-size: 1.1rem
}

.rtl .map-call-btn i {
    margin-right: inherit;
    margin-left: 5px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.search-companies-map .row {
    margin-bottom: 7px
}

.search-companies-map .categories span,
.search-companies-map .keywords span {
    font-size: 12px
}

.phone {
    text-align: right;
    margin-top: 15px;
    margin-bottom: 0!important
}

.rtl .phone {
    float: left
}

.mar-bot-0-row {
    margin-bottom: 0!important
}

.first-letter {
    color: #14addb;
    font-size: 13px
}

.rtl .bottom-buttons-3 a i,
.rtl .companyContacts a i,
.rtl .search-btns i {
    margin-right: inherit;
    margin-left: 5px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.width-custom-profile {
    float: left;
    margin: 0 2px
}

.rtl .width-custom-profile {
    float: right
}

.overmouse {
    cursor: pointer
}

.top_cat_more_btn {
    background-color: #30abd5;
    width: 105px;
    height: 30px;
    padding-top: 8px;
    font-size: 12px;
    color: white
}

.home-dis-new h2 {
    color: white
}

#show_branches .disabled {
    display: none
}

.mar-top-10 {
    margin-top: 10px
}

.mar-top-5 {
    margin-top: 5px!important
}

.location-columns {
    display: none
}

.rtl .wrapper.search-results-new .tabs-widgetContent .tab-content [type="radio"]:checked+label:before,
.rtl .wrapper.search-results-new .tabs-widgetContent .tab-content [type="radio"]:not(:checked)+label:before,
.rtl .wrapper.search-results-new .tabs-widgetContent .tab-content [type="radio"]:not(:checked)+label:after,
.rtl .wrapper.search-results-new .tabs-widgetContent .tab-content [type="radio"]:not(:checked)+label:after,
.rtl .wrapper.search-results-new .tabs-widgetContent .tab-content [type="radio"]:checked+label:after {
    right: 0
}

.location-container {
    width: 200px
}

.big-div-width-filter {
    width: 500px
}

.listing-width-custom {
    width: 134px
}

.slick_slider_home {
    direction: initial
}

.not-active-buuton {
    pointer-events: none;
    cursor: default;
    opacity: .6
}

.slick_slider_home {
    direction: initial
}

.slick_slider_home .slick-slider {
    z-index: 99999
}

.modal-header {
    padding: unset
}

.modal {
    top: 0!important
}

#photoCarousel_2 img {
    width: 100%
}

.modal-title {
    font-size: 18px
}

@media(min-width:768px) {
    .printed_Ads .modal-dialog {
        width: 50%
    }
}

.results_infos {
    padding: 15px 0 0;
    float: left
}

@media(max-width:530px) {
    .results_infos {
        padding: 0
    }
}

.right.results_infos {
    text-align: right
}

@media(max-width:992px) {
    .right.results_infos {
        text-align: left;
        right: 0;
        padding: 0
    }
}

.rtl .right.results_infos {
    text-align: left;
    left: 10px
}

@media(max-width:992px) {
    .rtl .right.results_infos {
        text-align: right
    }
}

.right.showResults {
    float: right
}

.ltr .center-pagination-keyword {
    margin-left: 34rem!important
}

.rtl .center-pagination-keyword {
    margin-right: 34rem!important
}

.listing_free_header {
    text-align: right
}

.rtl .listing_free_header {
    text-align: left
}

@media(max-width:600px) {
    .rtl .listing_free_header {
        text-align: inherit;
        left: 15px
    }
}

.listing_free_header a {
    color: #fff!important;
    font-weight: 400!important;
    border-radius: 30px!important;
    padding: 6px 10px!important
}

.lang_switch span {
    padding: 0;
    color: #fff
}

.rtl .lang_switch {
    text-align: left
}

@media(max-width:580px) {
    .rtl .dir-ho-tr {
        float: left
    }
}

.top_trending_title {
    padding-right: 25px!important
}

.fa-viber {
    content: url("https://icons.simplesvg.com/fa-brands:viber.svg?color=white&height=16");
    vertical-align: -0.125em
}

.jobsHeader {
    margin-top: 96px
}

.keyword_search {
    margin-top: 102px
}

.advanced-search-close {
    text-align: right;
    padding: 15px
}

.advanced-search-close::before {
    cursor: pointer
}

.rtl .advanced-search-close {
    text-align: left;
    left: 10px
}

.notHome-header .ts-menu-5 .btn,
.notHome-header .ts-menu-4 .btn {
    font-size: 13px
}

.rtl .notHome-header .ts-menu-5 .btn,
.rtl .notHome-header .ts-menu-4 .btn {
    font-size: 10px
}

.centreAds {
    margin-left: 110px;
    margin-bottom: 15px
}

.alsorecommend {
    max-width: 100px;
    max-height: 100px
}

results_infos {
    padding-top: 15px
}

.right .showResults {
    float: right
}

.animated-divs-location {
    border: 1px solid #80808047;
    float: left;
    margin: 0 2px!important;
    padding: 10px;
    border-radius: 3px;
    -webkit-box-shadow: 9px 9px 12px -10px rgba(122, 120, 122, 0.35);
    -moz-box-shadow: 9px 9px 12px -10px rgba(122, 120, 122, 0.35);
    box-shadow: 9px 9px 12px -10px rgba(122, 120, 122, 0.35);
    -moz-box-shadow: 9px 9px 6px -10px rgba(122, 120, 122, 0.35);
    text-align: center;
    min-height: 200px
}

.animated-divs-location p {
    border-bottom: none!important;
    cursor: pointer
}

.animated-divs-location .content {
    text-align: start
}

.animated-divs-location .content span {
    float: left;
    margin: 0 5px 0 0!important;
    width: 32%
}

.animated-divs-location .p-rotate {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    top: 40%;
    text-transform: uppercase;
    position: absolute
}

#red-bg .p-rotate {
    left: 5%
}

.rtl #red-bg .p-rotate,
.rtl #left-bg .p-rotate {
    left: 35%
}

.animated-divs-location #area_content,
.animated-divs-location #district_content {
    display: none
}

.rtl .animated-divs-location .content span {
    margin: 0 0 0 5px!important;
    float: right
}

.rtl .animated-divs-location {
    -webkit-box-shadow: -9px 9px 12px -10px rgba(122, 120, 122, 0.35);
    -moz-box-shadow: -9px 9px 12px -10px rgba(122, 120, 122, 0.35);
    box-shadow: -9px 9px 12px -10px rgba(122, 120, 122, 0.35);
    -moz-box-shadow: -9px 9px 6px -10px rgba(122, 120, 122, 0.35)
}

.left-bg {
    width: 80%
}

.center-bg,
.right-bg {
    width: 8%
}

.loading-location {
    display: none;
    position: absolute;
    margin: 0 50px!important
}

[type="radio"]:disabled:not(:checked)+label,
[type="radio"]:disabled:checked+label {
    cursor: not-allowed
}

.rtl .wrapper.search-results-new .tabs-widgetContent .tab-content .filters-pane .sortBy-container {
    padding-right: 0;
    padding-left: 15px
}

.rss-item {
    text-align: center;
    display: block;
    background-color: #fff;
    border: 1px solid transparent;
    float: right;
    margin: 15px;
    width: 30%;
    padding: 10px;
    cursor: pointer
}

@media(max-width:1190px) {
    .rss-item {
        width: 29%
    }
}

@media(max-width:768px) {
    .rss-item {
        width: auto;
        margin: 0 100px 10px 100px
    }
}

.rss-item img {
    width: 100%
}

.rss-index-gallery {
    direction: rtl
}

.rss-title {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    min-height: 33px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.rss-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 70px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 5px
}

.search-background-img:before {
    background-repeat: no-repeat;
    background-attachment: fixed
}

.numberOfResults {
    color: #fff;
    font-size: 14px
}

@media(max-width:768px) {
    .numberOfResults {
        font-size: 13px;
        margin-top: 2px;
        font-weight: 100
    }
}

.play_custom {
    position: absolute;
    top: 47%;
    font-size: 25px;
    left: 100px;
    color: red;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all .3s ease
}

.rtl .play_custom {
    right: 100px
}

.ratingStars.active {
    font-size: 22px;
    color: #30abd5
}

@media(max-width:1190px) {
    .ratingStars.active {
        font-size: 17px
    }
}

@media(max-width:768px) {
    .ratingStars.active {
        font-size: 22px
    }
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px
}

@media(max-width:1190px) {
    .glyphicon {
        font-size: 17px
    }
}

@media(max-width:768px) {
    .glyphicon {
        font-size: 22px
    }
}

.mar-bot-15 {
    margin-bottom: 15px!important
}

.search-background-img:before {
    background-repeat: no-repeat;
    background-attachment: fixed
}

.numberOfResults {
    color: #fff
}

.ratingStars.active {
    font-size: 22px;
    color: #30abd5
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px
}

.mar-bot-15 {
    margin-bottom: 15px!important
}

.fa-youtube {
    background-color: #b00!important
}

.fa-linkedin {
    background-color: #0077b5!important
}

.fa-twitter {
    background-color: #1da1f2!important
}

.ltr .center-pagination-keyword {
    margin-left: 34rem!important
}

.rtl .center-pagination-keyword {
    margin-right: 34rem!important
}

.width-review {
    width: 800px!important
}

.writeReviewBtn .btn {
    border-radius: 2px;
    text-transform: capitalize;
    color: #162336;
    background-color: #fff;
    padding: 0 4px;
    font-size: 13px
}

.main_review {
    text-align: center
}

.main_review .rss-item {
    text-align: center;
    display: block;
    background-color: #fff;
    border: 1px solid transparent;
    float: left;
    margin: 34px;
    overflow-x: auto;
    max-height: 300px;
    width: 247px
}

.main_review .rss-item img {
    width: 200px;
    height: 150px
}

.main_review .rss-index-gallery {
    direction: rtl
}

.main_review .rss-title {
    font-weight: bold
}

.writeReviewTop {
    cursor: pointer
}

#overlay {
    background: rgba(0, 0, 0, 0.61);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9
}

.bold-text {
    font-weight: bold;
    color: #000;
    font-size: 13px
}

.autoSuggest-icons {
    position: absolute;
    margin: 6px
}

.rtl .autoSuggest-icons {
    right: 0
}

.popover {
    padding: 15px!important
}

.rtl .wrapper.search-results-new .searchResultsDiv .cat-key-container span {
    font-size: 12px
}

.select-wrapper span.caret {
    font-size: 0
}

.rtl .select-wrapper span.caret {
    margin-right: 100%!important
}

.rtl .lp-ur-all-left {
    float: right;
    width: 21%;
    border-left: 4px solid #6b7f8a;
    padding-right: 20px
}

.rtl .lp-ur-all-right {
    float: right;
    width: 60%;
    padding: 2px 20px
}

.rtl .lr-user-wr-img {
    float: right;
    display: inline-block
}

.stars-value {
    margin-left: 3rem
}

.search_class_iframe {
    padding-left: 10%;
    padding-right: 10%
}

.sponsor-div-btn {
    margin-top: 40px!important
}

.sponsor-div-btn span {
    background-color: green;
    color: #fff;
    padding: 10px;
    border-radius: 2px;
    margin: -28px 10px;
    position: absolute
}

.errorMsg {
    color: red!important;
    display: none;
    font-size: 12px!important;
    margin: 0
}

.waves-button-input {
    display: block;
    width: 73px;
    height: 38px;
    margin-top: -7px;
    margin-left: -7px
}

@media(max-width:530px) {
    .waves-button-input {
        width: 47px
    }
}

.rtl .waves-button-input {
    margin-left: inherit;
    margin-right: -7px
}

.not-active-button {
    pointer-events: none;
    cursor: default;
    opacity: .6
}

.not-active {
    pointer-events: none;
    cursor: default;
    opacity: .6
}

.search_class_iframe {
    padding-left: 10%;
    padding-right: 10%
}

.writeReviewForm .modal-header {
    background-color: #0082ad;
    padding: 13px;
    border-radius: 6px 6px 0 0;
    border-bottom: none!important
}

.writeReviewForm .modal-title {
    background-color: #0082ad;
    font-size: 14px
}

.writeReviewForm .modal-content form {
    padding-top: 5px
}

.writeReviewForm .modal-footer {
    display: none
}

.marginTop_15 {
    margin-top: 15px
}

.writeReviewForm .modal-dialog {
    width: 800px
}

.priceRange {
    color: #40adee;
    margin-left: -12px
}

.rtl .priceRange {
    margin-right: -12px;
    margin-left: 0
}

.mar-0 {
    margin: 0!important
}

.writeReviewBtn {
    float: right
}

.rtl .writeReviewBtn {
    float: left
}

@media(min-width:992px) {
    .wrapper.search-results-new .col-lg-9 {
        width: 77.5%
    }
}

@media(min-width:992px) {
    .wrapper.search-results-new .col-lg-3 {
        width: 22.5%
    }
}

.free-new-profile .free-details-custom-width {
    width: 78.5%
}

@media(max-width:992px) {
    .free-new-profile .free-details-custom-width {
        width: 100%
    }
}

.free-new-profile .free-ads-custom-width {
    width: 21.5%
}

@media(max-width:992px) {
    .free-new-profile .free-ads-custom-width {
        width: 100%
    }
}

.free-new-profile .company-details .des-address {
    margin-top: 15px;
    width: 95%
}

powered-by-alam {
    font-size: 18px;
    color: #333;
    margin: 0 0 0 10px
}

.modal-overlay {
    z-index: 999!important
}

.rtl .popover.bottom>.arrow:after {
    border-bottom-color: #fff;
    margin-right: -10px
}

.offer {
    position: absolute;
    right: -10px;
    margin-top: 24px
}

.rtl .offer {
    right: inherit;
    left: -10px
}

.search-custom-width-82 {
    width: 82%;
    padding: 0 0 0 15px
}

@media(max-width:768px) {
    .search-custom-width-82 {
        width: 80%
    }
}

@media(max-width:530px) {
    .search-custom-width-82 {
        padding: 0 0 0 10px;
        width: 85%
    }
    .search-custom-width-82 p {
        margin-bottom: 5px
    }
}

@media(max-width:530px) {
    .rtl .search-custom-width-82 {
        padding: 0 10px 0 0
    }
}

.search-custom-width-18 {
    width: 18%
}

@media(max-width:768px) {
    .search-custom-width-18 {
        width: 20%;
        padding: 0
    }
}

@media(max-width:530px) {
    .search-custom-width-18 {
        width: 15%;
        padding: 0
    }
}

.rtl .wrapper.search-results-new .searchResultsDiv:hover .offer {
    right: inherit;
    left: -15px
}

@media(max-width:992px) {
    .home-list-pop-img {
        text-align: center
    }
}

@media(max-width:710px) {
    .home-main-header.tourz-search-form .input-field:nth-child(1),
    .home-main-header.tourz-search-form .input-field:nth-child(2),
    .home-main-header .input-field-submit,
    .home-main-header .tourz-sear-btn {
        width: 100%
    }
}

.rtl .listPhones {
    display: inline-block
}

.business-description {
    font-size: 14px;
    padding: 0
}

@media(max-width:530px) {
    .business-description {
        font-size: 11px
    }
}

@media(max-width:530px) {
    .desktop-resolution {
        display: none
    }
}

.mobile-resolution {
    padding: 80px 0 20px;
    display: none
}

@media(max-width:530px) {
    .mobile-resolution {
        display: block
    }
}

.mobile-resolution .company-details {
    padding: 15px;
    margin-top: 0;
    top: 0;
    margin-bottom: 30px
}

.mobile-resolution .company-details .bottom-details {
    margin-top: 0
}

.mobile-resolution .tab-content .tab-pane {
    padding: 15px;
    background-color: #efefef
}

.mobile-resolution .tab-content .tab-pane .content-widget {
    margin-bottom: 30px
}

.mobile-resolution #tab_default_1 {
    padding: 0
}

.mobile-resolution .company-details .share-div .addthis_toolbox {
    padding: 5px 0
}

.mobile-resolution .company-details .social-links ul li {
    float: right;
    padding-left: 10px;
    padding-right: 0
}

.rtl .mobile-resolution .company-details .social-links ul li {
    float: left;
    padding-left: 0;
    padding-right: 10px
}

.mobile-resolution .companyTitleDiv {
    margin: 0;
    width: 66%;
    padding: 0 0 0 5px
}

.mobile-resolution .bottom-buttons-3 {
    padding: 0;
    margin: 0;
    float: left
}

.rtl .mobile-resolution .bottom-buttons-3 {
    float: right
}

.mobile-resolution .bottom-buttons-3 .btn {
    font-size: 15px;
    padding: 0;
    background-color: #4bb5e9;
    color: #f5f5f5;
    border: 1px solid #f5f5f5;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 0;
    height: 42px;
    line-height: 42px
}

.mobile-resolution .bottom-buttons-3 .btn:hover {
    background-color: #3895c2
}

.mobile-resolution .bottom-buttons-3 .btn i {
    font-size: 15px;
    margin: 0 3px
}

.mobile-resolution .bottom-buttons-3 .btn.disabled {
    background-color: #7ec0e0!important;
    color: #fff!important;
    opacity: .8
}

.mobile-resolution .mobile-fixed-btn {
    position: fixed;
    bottom: 0;
    z-index: 998
}

.mobile-resolution .company-details .companyLogo img {
    width: 90%
}

.mobile-resolution .row .col.s12 {
    padding: 0
}

.mobile-resolution .input-field.col label {
    left: 1.5rem
}

.mobile-resolution .owl-carousel img {
    min-height: inherit!important;
    max-width: 170px!important;
    padding: 10px!important
}

@media(max-width:530px) {
    .mobile-resolution .owl-carousel img {
        max-width: 130px!important;
        width: 100%!important
    }
}

.mobile-resolution .play_custom {
    top: 44%;
    left: 49px;
    font-size: 30px
}

@media(max-width:530px) {
    .mobile-resolution .play_custom {
        left: 40%;
        font-size: 20px
    }
}

.rtl .mobile-resolution .play_custom {
    right: 49px
}

.mobile-resolution .rss-item {
    width: auto
}

.tabbable-panel {
    border: 1px solid #eee;
    padding: 0
}

.tabbable-line>.nav-tabs {
    border: 0;
    position: fixed;
    background-color: #30abd5;
    width: 100%;
    top: 92px;
    z-index: 222;
    padding: 0
}

.tabbable-line>.nav-tabs>li {
    width: 33%;
    height: 50px;
    text-align: center
}

.rtl .tabbable-line>.nav-tabs>li {
    float: right
}

.tabbable-line>.nav-tabs>li>a {
    border: 0;
    margin-right: 0;
    color: #737373;
    font-size: 12px;
    font-weight: 700
}

.tabbable-line>.nav-tabs>li>a>i {
    color: #a6a6a6
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
    border-bottom: 4px solid #30abd54f
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
    border: 0;
    background: none!important;
    color: #333
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
    color: #a6a6a6
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
    margin-top: 0
}

.tabbable-line>.nav-tabs>li.active {
    border-bottom: 4px solid #fff;
    position: relative
}

.tabbable-line>.nav-tabs>li.active>a {
    border: 0;
    color: #333;
    background-color: #30abd5
}

.tabbable-line>.nav-tabs>li.active>a>i {
    color: #404040
}

.tabbable-line>.tab-content {
    margin-top: 72px;
    border: 0;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    padding: 0
}

.rtl .tabbable-line>.tab-content {
    margin-top: 70px
}

.portlet .tabbable-line>.tab-content {
    padding-bottom: 0
}

.tabbable-line.tabs-below>.nav-tabs>li {
    border-top: 4px solid transparent
}

.tabbable-line.tabs-below>.nav-tabs>li>a {
    margin-top: 0
}

.tabbable-line.tabs-below>.nav-tabs>li:hover {
    border-bottom: 0;
    border-top: 4px solid #fbcdcf
}

.tabbable-line.tabs-below>.nav-tabs>li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #f3565d
}

.tabbable-line.tabs-below>.tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px
}

#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1a1a1a;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none
}

.toggled #sidebar-wrapper {
    width: 220px
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px
}

.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 45px 0 0;
    padding: 0 15px;
    list-style: none
}

.rtl .sidebar-nav {
    padding: 0 0 0 15px!important
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #313334
}

.sidebar-nav li i {
    height: auto;
    margin: 0 3px
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 5px;
    background-color: #282828;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width .2s ease-in
}

.rtl .sidebar-nav li:before {
    left: inherit;
    right: 0
}

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width .2s ease-in
}

.sidebar-nav li a {
    display: block;
    color: #939393;
    text-decoration: none;
    padding: 10px;
    font-size: 13px
}

.sidebar-nav li a:hover {
    transition: all .5s ease
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
    color: #404040;
    text-decoration: none;
    background-color: transparent
}

.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    background-color: #222;
    box-shadow: none
}

.hamburger {
    position: fixed;
    top: 13px;
    z-index: 9999;
    display: block;
    width: 26px;
    height: 20px;
    margin-left: 5px;
    background: transparent;
    border: 0
}

@media(min-width:768px) {
    .hamburger {
        display: none
    }
}

.rtl .hamburger {
    margin-right: 5px;
    margin-left: inherit
}

.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    outline: 0;
    background-color: transparent
}

.hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-open {
    margin-left: 36%;
    width: 20px;
    height: 20px
}

.rtl .hamburger.is-open {
    margin-right: 35%
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
    background-color: #1a1a1a
}

.hamburger.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin: 7px 0
}

.hamburger.is-closed .hamb-bottom {
    bottom: 5px;
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed:hover .hamb-top {
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed:hover .hamb-bottom {
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    background-color: #939393
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
    top: 50%
}

.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(0.73, 1, 0.28, 0.08)
}

.hamburger.is-open .hamb-middle {
    display: none
}

.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(0.73, 1, 0.28, 0.08)
}

.hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out
}

.companyContacts {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease 0s
}

.companyContacts.appear {
    max-height: 400px;
    position: fixed;
    bottom: 42px;
    z-index: 998;
    width: 100%
}

.rtl .companyContacts.appear a {
    unicode-bidi: plaintext;
    text-align: right
}

.rtl .companyContacts.appear a i {
    float: right;
    margin-top: 4px
}

.companyContacts a {
    background: #1a1a1a;
    display: block;
    padding: 5px 20px;
    width: 100%;
    border-bottom: 1px solid #313334;
    color: #fff;
    font-size: 17px
}

.companyContacts a i {
    margin: 0 5px;
    font-size: 20px
}

.modal-open .modal {
    padding: 0!important
}

.nav-up {
    display: none
}

@media(min-width:768px) {
    .nav-up {
        display: block
    }
}

@media(max-width:768px) {
    .additional-Info {
        display: none
    }
}

@media(max-width:530px) {
    .cat-key-container,
    .moreLink,
    .find-home,
    .filters-main-container,
    .phonesPlaceHolder_v2,
    .proj.mar-bot-red-m30 {
        display: none
    }
}

@media(max-width:600px) {
    .search-call-desktop,
    .latlng-desktop {
        display: none!important
    }
}

.search-call-mob,
.latlng-mob {
    display: none!important
}

@media(max-width:600px) {
    .search-call-mob,
    .latlng-mob {
        display: block!important
    }
}

.menu-icon {
    display: none
}

@media(max-width:600px) {
    .menu-icon {
        display: block
    }
}

@media(max-width:768px) {
    .top-search-main {
        width: 100%
    }
}

@media(max-width:768px) {
    .search-buttons-mobile {
        padding: 0;
        width: 100%!important
    }
}

@media(max-width:768px) {
    .additionalBar {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media(max-width:530px) {
    .additionalBar .aboutUs {
        width: 100%
    }
}

.ad-details-container {
    padding: 15px;
    background-color: #fff;
    height: 72px
}

.ad-details-container a {
    padding: 0;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis
}

.ad-details-container a:first-child {
    font-size: 18px;
    white-space: nowrap
}

.ad-details-container a:nth-child(2) {
    font-size: 12px;
    display: -webkit-box;
    max-height: 17px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.rtl .ad-details-container a {
    text-align: right
}

.ad-btn-container .btn {
    width: 100%;
    height: 72px;
    background-color: #266ba6;
    padding: inherit
}

.ad-btn-container .btn i {
    color: #fff;
    margin-top: 10%
}

.ad-btn-container .btn:hover {
    background-color: #054479
}

.ad-btn-container .btn:hover i {
    color: #fff
}

.ad-btn-container .btn a {
    color: #fff
}

.ad-btn-container i {
    font-size: 30px
}

.share-mobile a {
    font-size: 0!important
}

.share-mobile i {
    color: #fff;
    font-size: 15px!important
}

.mobile-resolution .tab-content iframe {
    width: 100%
}

.mobile-resolution .tab-content iframe html {
    overflow: hidden!important
}

.free-new-profile.mobile-resolution .companyTitleDiv {
    width: 91%;
    padding: 0
}

.free-new-profile.mobile-resolution .company-details .des-address {
    margin: 10px 0 0 0
}

@media(max-width:1024px) {
    .mobile-ads {
        margin: 5px auto 0 auto!important;
        width: 556px
    }
}

@media(max-width:992px) {
    .mobile-ads {
        width: 100%
    }
}

@media(max-width:530px) {
    .mobile-ads {
        width: 100%
    }
}

@media(min-width:1024px) {
    .mobile-ads {
        display: none
    }
}

.priorityPlacement {
    background-color: #e5e5e5
}

.priorityPlacement .companyTitle,
.priorityPlacement .company_address {
    color: #333
}

@media(max-width:530px) {
    .wrapper.search-results-new .container {
        width: 100%!important
    }
}

@media(max-width:768px) {
    .wrapper.search-results-new {
        margin-top: 125px
    }
}

@media(max-width:530px) {
    .wrapper.search-results-new {
        margin-top: 105px
    }
}

@media(max-width:768px) {
    .share-social-links .more-description {
        margin-top: 5px
    }
}

.mobile_profile_ads {
    max-width: 100%!important
}

.tripadvisorRating {
    padding: 0;
    margin-top: 5px
}

@media(min-width:768px) {
    .not-mobile-width {
        width: 80%;
        left: 20%
    }
}

@media(min-width:768px) {
    .rtl .not-mobile-width {
        width: 80%;
        left: inherit;
        right: 20%
    }
}

#ads-carousel img {
    padding: 0!important
}

#ads-carousel .owl-carousel .owl-item {
    padding: 0
}

@media(min-width:992px) {
    .distance {
        display: none
    }
}

@media(max-width:1300px) {
    .row-padding-custom {
        padding: 0 35px
    }
}

@media(max-width:992px) {
    .row-padding-custom {
        padding: inherit
    }
}

.dir1-home-head {
    z-index: inherit
}

.slick-prev {
    left: 0
}

.slick-next {
    right: 0
}

.color-alert {
    margin-left: 44rem;
    color: #fff
}

#alertMessage {
    display: none;
    height: 90px;
    background-color: #266ba6;
    text-align: center;
    color: #fff;
    overflow: hidden
}

.rtl #alertMessage {
    height: 87px
}

.alertMessage-close {
    position: absolute;
    top: 0;
    height: 15px;
    width: 15px;
    color: #fff;
    padding: 0 0 0 2px;
    margin: 0;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    z-index: 1000
}

.ltr .alertMessage-close {
    right: 3px
}

.rtl .alertMessage-close {
    left: 3px
}

#alertMessage .color-alert p {
    color: #fff
}

#alertMessage .color-alert a {
    color: #fff
}

.alertMessage-close span {
    color: #fff
}

@media(max-width:530px) {
    .alertMessage-profile {
        top: 103px!important
    }
}

@media(max-width:530px) {
    .alertMessage-profile {
        top: 103px!important
    }
}

.pagination-related-categories .pagination-container .pagination li a,
.pagination-related-categories .pagination-container .pagination li span {
    color: #333!important
}

.pagination-related-categories .pagination-container .pagination li.active a {
    color: #fff!important
}

.abcRioButtonLightBlue {
    border-radius: 5px !important;
    height: 36px !important;
    width: 262px !important;
    margin: 12px auto;
}

.topPadding15 {
    padding-top: 15px
}

.signInPanel {
    text-align: -webkit-center
}

.writeReviewForm .modal-content {
    width: 100%
}

#ads-carousel .owl-carousel .owl-item {
    padding: 0
}

@media(min-width:992px) {
    .distance {
        display: none
    }
}

@media(max-width:1300px) {
    .row-padding-custom {
        padding: 0 35px
    }
}

@media(max-width:992px) {
    .row-padding-custom {
        padding: inherit
    }
}

.dir1-home-head {
    z-index: inherit
}

.slick-prev {
    left: 0
}

.slick-next {
    right: 0
}

.color-alert {
    margin-left: 44rem;
    color: #fff
}

#alertMessage {
    display: none;
    height: 90px;
    background-color: #266ba6;
    text-align: center;
    color: #fff;
    overflow: hidden
}

.rtl #alertMessage {
    height: 87px
}

.alertMessage-close {
    position: absolute;
    top: 0;
    height: 15px;
    width: 15px;
    color: #fff;
    padding: 0 0 0 2px;
    margin: 0;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    z-index: 1000
}

.ltr .alertMessage-close {
    right: 3px
}

.rtl .alertMessage-close {
    left: 3px
}

#alertMessage .color-alert p {
    color: #fff
}

#alertMessage .color-alert a {
    color: #fff
}

.alertMessage-close span {
    color: #fff
}

@media(max-width:530px) {
    .alertMessage-profile {
        top: 103px!important
    }
}

@media(max-width:530px) {
    .alertMessage-profile {
        top: 103px!important
    }
}

.pagination-related-categories .pagination-container .pagination li a,
.pagination-related-categories .pagination-container .pagination li span {
    color: #333!important
}

.pagination-related-categories .pagination-container .pagination li.active a {
    color: #fff!important
}

.topPadding15 {
    padding-top: 15px
}

.signInPanel {
    text-align: -webkit-center
}

.writeReviewForm .modal-content {
    width: 100%
}

.profile-phone-en {
    direction: ltr
}

.profile-phone-ar {
    direction: ltr
}

#review_rating_error_message {
    display: none;
    text-align: center;
    color: indianred
}

#toast-container {
    top: 15%;
    left: 1%;
    z-index: 654464654
}

.rtl #toast-container {
    right: 1%;
    left: unset!important
}

#toast-container .toast {
    width: fit-content;
    height: fit-content
}

.toast {
    top: 60px;
    float: left!important
}

.rtl .toast {
    float: right!important
}

.gSignin_toast_img img {
    width: 16px;
    margin-left: 5px;
    margin-right: 5px;
    float: right;
    margin-top: 3px
}

.rtl .gSignin_toast_img img {
    float: left
}

.mobile-resolution .menu-order-free {
    margin-bottom: 15px;
    float: inherit!important
}

.menu-btn-fixed {
    position: fixed;
    z-index: 9;
    left: 0
}

.rtl .menu-btn-fixed {
    left: inherit;
    right: 0
}

.years-ago-ar {
    padding-right: 600px;
    font-size: medium
}

.years-ago-ar-profile {
    padding-right: 100px;
    font-size: medium
}

.years-ago-en-profile {
    padding-left: 100px;
    font-size: small
}

.years-ago-font-profile {
    color: #fff;
    font-weight: normal
}

.profile-phone-en {
    direction: ltr
}

.profile-phone-ar {
    direction: ltr
}

.company-since-en,
.established-in-en {
    padding: 0;
    text-align: right
}

.company-since-en p,
.established-in-en p {
    color: #fff
}

.company-since-ar,
.established-in-ar {
    padding: 0;
    text-align: left
}

.company-since-ar p,
.established-in-ar p {
    color: #fff
}

.first-p-since {
    margin: 0;
    font-size: 22px;
    font-weight: 700
}

.second-p-since {
    font-size: 17px
}

.first-p-established {
    font-size: 15px;
    margin: 0
}

.second-p-established {
    font-weight: 700;
    font-size: 30px
}

.fa-info-circle {
    color: #14addb
}

.additional-right-info p {
    text-align: center
}

.years-search {
    color: #54b95b
}

.years-search span {
    font-weight: 700;
    color: #54b95b
}

.rtl .menu-btn-fixed {
    left: inherit;
    right: 0
}

.share-mobile-div {
    padding: 15px 0 0 0
}

.txt-align-inherit {
    text-align: inherit
}

#show_keywords_top_source,
#show_categories_top_source {
    cursor: pointer
}

.closed-business {
    opacity: .7;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    cursor: not-allowed;
    text-align: center;
    top: 0;
    left: 0
}

.closed-business p {
    margin-top: 5%
}

@media(max-width:530px) {
    .closed-business p {
        margin-top: 10%
    }
}

.closed-business p .first-span-yellow {
    color: yellow
}

.closed-business p .first-span-white {
    color: #fff
}

.closed-business p span {
    font-size: 50px
}

@media(max-width:530px) {
    .closed-business p span {
        font-size: 40px
    }
}

.search-keywords {
    font-weight: 700
}

.closed-recommended-title {
    font-size: 18px;
    cursor: pointer;
    margin: inherit;
    font-weight: 700;
    color: #636363
}

.closed-recommended-address {
    padding: inherit;
    margin: inherit;
    font-size: 14px;
    display: contents;
    cursor: pointer
}

.closed-recommended-address:hover {
    text-decoration: none;
    color: #636363
}

.closed-recommended p {
    margin: 0 0 5px
}

.closed-recommended .business-description,
.closed-recommended .closed-recommended-address {
    color: #636363a8;
    cursor: inherit
}

.closed-recommended-logo {
    height: 100%;
    width: 100%;
    max-width: 125px;
    max-height: 125px;
    cursor: pointer
}

.closed-contentTitle {
    background-color: #30abd5;
    padding: 5px 20px;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.closed-alsoRecommendedItem {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px
}

@media(max-width:530px) {
    .closed-alsoRecommendedItem .cat-key-container {
        display: block
    }
}

.closed-alsoRecommendedItem .cat-key-font .category,
.closed-alsoRecommendedItem .otherCategories {
    color: #636363a8!important;
    cursor: pointer
}

.closed-mapIt {
    margin: 0 20px;
    color: #14addb;
    text-decoration: underline;
    cursor: pointer
}

.closed-mapIt:hover {
    color: #14addb
}

.allCategoriesRow {
    padding: 10px;
    background-color: #fffb3;
    margin-bottom: 5px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-box-shadow: 6px 6px 7px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 6px 6px 7px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 6px 6px 7px -5px rgba(0, 0, 0, 0.2)
}

.allCategoriesRow:hover {
    background-color: #fff42
}

.allCategoriesRow a {
    font-weight: 700
}

.allCategoriesRow a:hover {
    text-decoration: none
}

.related-categories-container {
    margin-top: 60px
}

@media(max-width:768px) {
    .related-categories-container {
        margin-top: 90px
    }
}

.lettersDiv span {
    margin: 0 5px;
    cursor: pointer
}

.lettersDiv span:hover {
    text-decoration: underline;
    font-weight: 700
}

.lettersDiv .active {
    color: #14addb;
    text-decoration: underline
}

#treeview {
    width: 100%!important
}

.dx-treeview .dx-treeview-search {
    display: none
}

.dx-theme-generic-typography {
    padding: 10px;
    border-radius: 3px
}

.related-cat-filters {
    margin-top: 40px
}

.moreBusinessesForClosed {
    background-color: #2277b5;
    float: right;
    display: block;
    height: 36px;
    border-radius: 2px;
    padding: 7px 0;
    text-align: center;
    cursor: pointer
}

.moreBusinessesForClosed:hover {
    text-decoration: none
}

.moreBusinessesForClosed a:hover {
    text-decoration: none
}

.moreBusinessesForClosed .open span {
    color: white
}

.rtl .moreBusinessesForClosed {
    float: left
}

.arrow_box h3.test_app_h3_header {
    color: #fff
}

.arrow_box {
    padding: 10px;
    position: relative;
    background: #04a9fb;
    border: 4px solid #04a9fb;
    width: fit-content;
    z-index: 1;
    border-radius: 20px;
    -webkit-box-shadow: 0 6px 5px 0 #9898988c;
    -moz-box-shadow: 0 6px 5px 0 #9898988c;
    box-shadow: 0 6px 5px 0 #9898988c
}

.arrow_box:after {
    left: 100%;
    top: 16%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-style: solid;
    border-width: 14px 0 14px 17px;
    border-color: transparent transparent transparent #04a9fb
}

.footer-appModal {
    text-align: center
}

.test_app {
    position: absolute;
    float: left;
    margin-top: 60px;
    padding: 10px;
    left: 8px
}

@media(min-width:400px) {
    .test_app {
        left: 25px
    }
}

@media(min-width:500px) {
    .test_app {
        left: 35px
    }
}

.mar-top-20 {
    margin-top: 20px
}

.rtl .continue_web {
    text-decoration: underline;
    text-shadow: 0 1px 0 #fff;
    opacity: .9;
    font-size: 15px;
    font-weight: 500
}

.popIphoneImage {
    width: 55%;
    float: right
}

@media(min-width:400px) {
    .popIphoneImage {
        margin-right: 20px
    }
}

@media(min-width:500px) {
    .popIphoneImage {
        margin-right: 35px
    }
}

.popIphoneImage img {
    width: 100%
}

#AppModal {
    overflow-y: auto;
    display: block;
    height: fit-content;
    max-height: -webkit-fill-available;
    width: auto;
    max-width: 90%;
    background-color: unset!important;
    z-index: 1000002!important
}

#AppModal .modal-dialog {
    width: 100%;
    margin: unset!important;
    padding: unset!important
}

.popCloseClass {
    padding: 15px
}

#AppModal .modal-body {
    border-color: #d3d3d3;
    position: unset!important;
    padding: unset!important
}

#AppModal .modal-content {
    opacity: .99;
    position: unset!important;
    margin: unset!important;
    background-color: #d9d8d8!important;
    padding: 0;
    overflow: hidden
}

.btn_app {
    background-color: #02a8f4;
    color: #ffF;
    font-size: 15px
}

.btn_app .span {
    color: #fff
}

.btn:hover,
.btn:focus {
    color: #ffF;
    text-decoration: none
}

.continue_web {
    text-decoration: underline;
    font-size: 15px;
    font-style: initial;
    font-weight: 500
}

#AppModal .Download_app {
    font-style: initial
}

.star_rate {
    text-align: center
}

.star_rate img {
    width: 55%
}

.rtl .star_rate img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.popCloseClass span {
    position: absolute;
    left: 13px;
    top: 5px;
    font-size: 25px;
    color: #f9f9f9
}

.rtl .popCloseClass span {
    left: 13px;
    right: inherit
}

.popLogo {
    margin-top: 15px;
    text-align: center
}

.popLogo img {
    width: 65%
}

.rtl #AppModal .continue_web {
    text-decoration: underline;
    text-shadow: 0 1px 0 #fff;
    opacity: .9;
    font-size: 15px;
    font-weight: 500
}

.rtl #AppModal .btn_app {
    background-color: #02a8f4;
    color: #fff;
    box-shadow: 2px 3px 8px #888;
    font-size: 16px
}

#AppModal .image_app_div {
    float: right
}

#AppModal .modal .modal-content {
    margin: unset!important;
    padding: unset!important
}

#AppModal .modal-body .row {
    margin-right: unset!important;
    margin-bottom: unset!important
}

#AppModal .modal-body .test_app div,
h1,
h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
    font-weight: unset!important;
    font-style: initial!important
}

.popup_modal_header {
    text-align: center;
    font-size: 22px;
    margin: 5px 0 0 0!important
}

.test_app_h1_header1 {
    font-size: 10vw
}

.test_app_h1_header2,
.test_app_h3_header {
    font-size: 5vw
}

.test_app_div {
    font-size: 4vw;
    color: #2a2b33
}

.test_app_continue_web {
    margin: 10px 0 15px 0
}

.title-div.sub-title p {
    font-weight: bold;
    color: #30abd5
}

.printed_Ads img {
    max-width: 100%
}

.owl-stage-outer p {
    text-align: center
}

.locationiconara {
    padding-left: 13px;
    float: right;
    color: #00bfff;
    font-size: 16px
}

.locationiconen {
    padding-right: 13px;
    color: #00bfff;
    font-size: 16px
}

.share-dropdown {
    position: relative;
    display: inline-block;
    width: 100%
}

.share-dropbtn {
    display: block;
    border: 1px solid #ececec;
    margin: 2px;
    padding: 0 5px;
    font-size: 12px;
    color: #8a8a8a !important;
    text-align: center!important;
    font-style: normal
}

.share-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 110px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1
}

.share-dropdown-content a {
    color: #000;
    padding: 5px;
    text-decoration: none;
    display: block
}

.share-dropdown-content a:hover {
    background-color: #ddd
}

.share-dropdown:hover .share-dropdown-content {
    display: block
}

.slick-slider {
    position: relative;
    direction: ltr;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.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;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.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
}

@charset 'UTF-8';
.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg')
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: 0;
    background: 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;
    opacity: .75;
    color: #695b5b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: 0
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black
}

.share-btn-custom {
    text-align: center;
    color: #8a8a8a
}