/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

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

    thead {
        display: table-header-group
    }

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

    img {
        max-width: 100% !important
    }

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

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

    select {
        background: #fff !important
    }

    .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.html);
    src: url(../fonts/glyphicons-halflings-regulard41d.html?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular-2.html) format('woff2'), url(../fonts/glyphicons-halflings-regular-3.html) format('woff'), url(../fonts/glyphicons-halflings-regular-4.html) format('truetype'), url(../fonts/glyphicons-halflings-regular-5.html#glyphicons_halflingsregular) format('svg')
}

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

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

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

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

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

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

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

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

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

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

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

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

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

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

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

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

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

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

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

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

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

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #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: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

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

.img-thumbnail {
    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:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

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

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

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

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

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

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

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

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

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

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

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

.page-header {
    padding-bottom: 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;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

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

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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[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], input[type=datetime-local], input[type=month], input[type=time] {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 46px
    }
}

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

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

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: -5px
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    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
}

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

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

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 5px 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
}

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

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

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 10px 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
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

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

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

.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: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

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

.btn.active, .btn:active {
    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 {
    pointer-events: none;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

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

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

.btn-default .badge {
    color: #fff;
    background-color: #333
}

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

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

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

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

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

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

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

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

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

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

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

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

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

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

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

.btn-link {
    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-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
}

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

.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-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-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-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-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 {
    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 {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    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
}

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

.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: baseline;
    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: 30px 15px;
    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 {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 48px 0
    }

    .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-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 {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus, a.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

.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 {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus, a.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 {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus, a.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 {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus, a.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 {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus, a.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 {
    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-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;
    opacity: .2
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 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;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    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 {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-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: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0
}

.tooltip.in {
    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;
    text-decoration: none;
    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-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    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)
}

.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: 1000;
        perspective: 1000
    }

    .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);
    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%);
    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%);
    background-repeat: repeat-x
}

.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    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
}

.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;
    margin-top: -10px;
    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: 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: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        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, .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, .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
    }

    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
    }

    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
    }

    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
    }

    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
    }

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

/*! jQuery UI - v1.11.4 - 2015-09-06
* http://jqueryui.com
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none
}

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

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

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

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

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

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

.ui-front {
    z-index: 100
}

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

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

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

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-datepicker-rtl {
    direction: rtl
}

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

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

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

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

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

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

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

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

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

/*! jQuery UI - v1.11.4 - 2015-09-06
* http://jqueryui.com
* Includes: core.css, datepicker.css, slider.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none
}

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

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

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

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

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

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

.ui-front {
    z-index: 100
}

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

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

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

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-datepicker-rtl {
    direction: rtl
}

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

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

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

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

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

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

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

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

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800,400italic);
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

blockquote, q {
    quotes: none
}

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

body * {
    -webkit-text-size-adjust: none
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
    font-size: 0;
    display: block
}

button:focus, input:focus, select:focus, textarea:focus {
    outline: 0;
    -moz-box-shadow: none;
    box-shadow: none
}

input, select, textarea {
    -webkit-appearance: none;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: 0;
    border: 0 none;
    outline: 0;
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    font-family: 'Source Sans Pro', sans-serif;
    background: 0 0
}

a, a:active, a:hover, a:link, a:visited {
    cursor: pointer;
    text-decoration: none;
    outline: 0
}

a {
    text-decoration: none;
    color: inherit
}

iframe {
    border: none;
    outline: 0
}

ul {
    list-style: none
}

button {
    background: 0 0;
    border: 0 none
}

::-webkit-input-placeholder {
    color: #fff;
    opacity: .6
}

::-moz-placeholder {
    color: #fff;
    opacity: .6
}

:-moz-placeholder {
    color: #fff;
    opacity: .6
}

:-ms-input-placeholder {
    color: #fff;
    opacity: .6
}

.loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 5000;
    margin-top: 0;
    top: 0;
    left: 0;
    overflow: hidden
}

.loading-center {
    width: 100%;
    height: 100%;
    position: relative
}

.loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg)
}

.object {
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid #f60;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #f60;
    border-right: 5px solid transparent;
    -webkit-animation: animate 2s infinite;
    -o-animation: animate 2s infinite;
    animation: animate 2s infinite;
    -moz-animation: animate 2s infinite;
    -ms-animation: animate 2s infinite
}

.object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px
}

.object_two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
    -moz-animation-delay: .2s;
    -ms-animation-delay: .2s
}

.object_three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
    -moz-animation-delay: .4s;
    -ms-animation-delay: .4s
}

.object_four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s
}

@-webkit-keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(.8);
        -webkit-transform: rotate(360deg) scale(.8);
        transform: rotate(360deg) scale(.8)
    }
}

@-moz-keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(.8);
        -webkit-transform: rotate(360deg) scale(.8);
        transform: rotate(360deg) scale(.8);
        -moz-transform: rotate(360deg) scale(.8)
    }
}

@-o-keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(.8);
        -webkit-transform: rotate(360deg) scale(.8);
        -o-transform: rotate(360deg) scale(.8);
        transform: rotate(360deg) scale(.8)
    }
}

@keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(.8);
        -webkit-transform: rotate(360deg) scale(.8);
        -moz-transform: rotate(360deg) scale(.8);
        -o-transform: rotate(360deg) scale(.8);
        transform: rotate(360deg) scale(.8)
    }
}

.loading.orange .object {
    border-top: 5px solid #f60;
    border-left: 5px solid #f60
}

.loading.blue .object {
    border-top: 5px solid #23b0e8;
    border-left: 5px solid #23b0e8
}

.loading.blue-2 .object {
    border-top: 5px solid #1593d0;
    border-left: 5px solid #1593d0
}

.loading.dr-blue .object {
    border-top: 5px solid #2d3e50;
    border-left: 5px solid #2d3e50
}

.loading.dr-blue-2 .object {
    border-top: 5px solid #022c54;
    border-left: 5px solid #022c54
}

.loading.green .object {
    border-top: 5px solid #66bb6a;
    border-left: 5px solid #66bb6a
}

.loading.sea .object {
    border-top: 5px solid #00e5ff;
    border-left: 5px solid #00e5ff
}

.loading.red .object {
    border-top: 5px solid #ef4836;
    border-left: 5px solid #ef4836
}

.loading.red-3 .object {
    border-top: 5px solid #d73240;
    border-left: 5px solid #d73240
}

.bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.bg img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.bg video {
    position: absolute
}

.bg-bg {
    background-position: 50% 0;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover
}

.bg-bg-bag {
    background-attachment: scroll;
    -moz-background-origin: initial;
    background-origin: initial;
    -moz-background-clip: initial;
    background-clip: initial;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative
}

.bg-bg-chrome {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover
}

.bg-bg-chrome.act {
    position: absolute
}

.clip {
    clip: rect(auto, auto, auto, auto);
    height: 100%;
    position: absolute;
    width: 100%
}

.background-block {
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center
}

body.background-block {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -moz-background-size: cover;
    background-size: cover
}

.img-full {
    display: block;
    width: 100%
}

.full-width {
    position: relative;
    float: left;
    width: 100%
}

.full-height {
    height: 100vh;
    position: relative;
    float: left;
    width: 100%
}

.vertical-center {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute
}

.vertical-align {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: 100%;
    left: 0
}

.vertical-align.p-148 {
    margin-top: 35px
}

.vertical-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.vertical-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.table-view {
    height: 100%;
    width: 100%;
    display: table
}

.row-view {
    display: table-row
}

.cell-view {
    display: table-cell;
    vertical-align: middle
}

.row10 {
    margin-right: -5px;
    margin-left: -5px
}

.col10 {
    padding-right: 5px;
    padding-left: 5px
}

.row30 {
    margin-right: -30px;
    margin-left: -30px
}

.wide-container {
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto
}

.no-padd > div {
    padding-left: 0;
    padding-right: 0
}

body {
    font-family: 'Open Sans', sans-serif;
    position: relative
}

h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    letter-spacing: 10px
}

h2 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px
}

h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px
}

h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px
}

h5 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 1px
}

h6 {
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px
}

p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400
}

ul li {
    font-size: 16px;
    line-height: 32px;
    font-weight: 300
}

ol li {
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
    list-style-position: outside
}

b, strong {
    font-weight: 700
}

.thin {
    font-weight: 300
}

.normal {
    font-weight: 400
}

.medium {
    font-weight: 600
}

.bold {
    font-weight: 700
}

.ex-bold {
    font-weight: 800
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.tt {
    text-transform: uppercase
}

.bg-white {
    background: #fff
}

.bg-black-o {
    background: rgba(0, 0, 0, .2)
}

.bg-dark {
    background: #1b1b1b
}

.bg-dark-2 {
    background: #343434
}

.bg-black {
    background: #141414
}

.bg-aqua {
    background: #f60
}

.bg-orange {
    background: #f60
}

.bg-dr-blue {
    background: #2d3e50
}

.bg-blue {
    background: #23b0e8
}

.bg-blue-light {
    background: rgba(35, 176, 232, .6)
}

.bg-blue-2 {
    background: #1593d0
}

.bg-blue-3 {
    background: #206ab0
}

.bg-blue-7 {
    background: #1e4389
}

.bg-blue-8 {
    background: #28a9e2
}

.bg-dr-blue-2 {
    background: #022c54
}

.bg-bluejeans {
    background: #5d9cec
}

.bg-sea {
    background: #00e5ff
}

.bg-green {
    background: #66bb6a
}

.bg-grey-2 {
    background: #f8f8f8
}

.bg-grey-3 {
    background: #bebebe
}

.bg-grey-6 {
    background: #f1f1f1
}

.bg-red {
    background: #ef4836
}

.bg-red-3 {
    background: #d73240
}

.bg-dark-blue {
    background: #022c54
}

.color-white {
    color: #fff
}

.color-white-op {
    color: rgba(255, 255, 255, .6)
}

.color-dark {
    color: #000
}

.color-dark-2 {
    color: #222
}

.color-dark-2-light {
    color: rgba(34, 34, 34, .6)
}

.color-grey {
    color: #b9b9b9
}

.color-grey-2 {
    background: #f8f8f8
}

.color-grey-3 {
    color: #bebebe
}

.color-grey-4 {
    color: #cdcdcd
}

.color-grey-5 {
    color: #a4a4a4
}

.color-grey-6 {
    color: #f1f1f1
}

.color-grey-7 {
    color: #777
}

.color-grey-8 {
    color: #999
}

.color-grey-9 {
    color: #bfbfbf
}

.color-yellow {
    color: #ffde00
}

.color-aqua {
    color: #f60
}

.color-orange {
    color: #f60
}

.color-blue {
    color: #23b0e8
}

.color-blue-2 {
    color: #1593d0
}

.color-blue-3 {
    color: #206ab0
}

.color-blue-4 {
    color: #bde9ff
}

.color-blue-5 {
    color: #a2b5c2
}

.color-blue-6 {
    color: #28a9e2
}

.color-blue-7 {
    color: #1e4389
}

.color-blue-8 {
    color: #28a9e2
}

.color-dr-blue-2 {
    color: #022c54
}

.color-sea {
    color: #00e5ff
}

.color-white-light {
    color: rgba(255, 255, 255, .6)
}

.color-green {
    color: #66bb6a
}

.color-dark-green {
    color: #022
}

.color-red {
    color: #ef4836
}

.color-red-2 {
    color: #ff1515
}

.color-red-3 {
    color: #d73240
}

.color-pink {
    color: #ffc0c5
}

.link-dark-2:hover {
    color: #222
}

.link-white:hover {
    color: #fff
}

.link-blue:hover {
    color: #23b0e8
}

.link-blue-2:hover {
    color: #1593d0
}

.link-dr-blue:hover {
    color: #2d3e50
}

.link-dr-blue-2:hover {
    color: #022c54
}

.link-aqua:hover {
    color: #f60
}

.link-red:hover {
    color: #ef4836
}

.link-red-3:hover {
    color: #d73240
}

.link-green:hover {
    color: #66bb6a
}

.link-sea:hover {
    color: #00e5ff
}

.fl {
    float: left
}

.fr {
    float: right
}

.dis-in {
    display: inline-block
}

.f-14 {
    font-size: 14px;
    line-height: 24px;
    display: inline-block
}

.f-32 {
    font-size: 32px
}

.no-margin {
    margin-left: 0;
    margin-right: 0
}

.no-padding {
    padding-left: 0;
    padding-right: 0
}

.padd-0 {
    padding: 0
}

.padd-10 {
    padding: 10px
}

.padd-15 {
    padding: 15px
}

.padd-40 {
    padding-bottom: 40px
}

.padd-70-70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.padd-70-0 {
    padding-top: 70px
}

.padd-80 {
    padding-bottom: 80px
}

.padd-90 {
    padding-bottom: 90px
}

.padd-90-90 {
    padding: 90px 0
}

.padd-94-94 {
    padding: 94px 0
}

.padd-100 {
    padding: 100px 0
}

.padd-110 {
    padding: 110px 0
}

.padd-120 {
    padding-bottom: 120px
}

.col-no-padd > div {
    padding-left: 0;
    padding-right: 0
}

.vert-title {
    margin-top: -275px
}

.min-324 {
    max-width: 324px
}

.min-204 {
    max-width: 204px
}

.min-154 {
    min-height: 100px
}

.w_50 {
    width: 50%;
    position: relative;
    display: inline-block
}

.h_100 {
    height: 100%
}

.h_50 {
    height: 50%
}

.radius-3 {
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden
}

.radius-4 {
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden
}

.radius-5 {
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.radius-5 .tour-layer {
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.input-style-1 {
    position: relative;
    float: left;
    display: block;
    width: 100%
}

.input-style-1.input-style-2 input {
    padding: 0 25px;
    font-size: 14px
}

.input-style-1 img {
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.input-style-1 input {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .5);
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: 0 0;
    height: 60px;
    padding: 0 20px 0 50px;
    color: #fff
}

.submit input {
    padding: 21px 20px;
    letter-spacing: 1px
}

.input-style-1.color-2 input {
    border-color: rgba(219, 219, 219, .6);
    color: rgba(34, 34, 34, .6)
}

.input-style-1.color-2 input::-webkit-input-placeholder {
    color: rgba(34, 34, 34, .6);
    opacity: 1
}

.input-style-1.color-2 input::-moz-placeholder {
    color: rgba(34, 34, 34, .6);
    opacity: 1
}

.input-style-1.color-2 input:-moz-placeholder {
    color: rgba(34, 34, 34, .6);
    opacity: 1
}

.input-style-1.color-2 input:-ms-input-placeholder {
    color: rgba(34, 34, 34, .6);
    opacity: 1
}

.input-style-1.color-3 input {
    border-color: #f8f8f8;
    background: #f8f8f8;
    color: #b9b9b9;
    opacity: 1
}

.input-style-1.color-3 input::-webkit-input-placeholder {
    color: #b9b9b9;
    opacity: 1
}

.input-style-1.color-3 input::-moz-placeholder {
    color: #b9b9b9;
    opacity: 1
}

.input-style-1.color-3 input:-moz-placeholder {
    color: #b9b9b9;
    opacity: 1
}

.input-style-1.color-3 input:-ms-input-placeholder {
    color: #b9b9b9;
    opacity: 1
}

.input-style-1.color-4 input {
    border-color: #fff;
    background: #fff;
    color: #b9b9b9;
    opacity: 1
}

.input-style-1.color-4 input::-webkit-input-placeholder {
    color: #b9b9b9;
    opacity: 1
}

.input-style-1.color-4 input::-moz-placeholder {
    color: #b9b9b9;
    opacity: 1
}

.input-style-1.color-4 input:-moz-placeholder {
    color: #b9b9b9;
    opacity: 1
}

.input-style-1.color-4 input:-ms-input-placeholder {
    color: #b9b9b9;
    opacity: 1
}

.input-style-1.color-5 input {
    border-color: #dfdfdf;
    background: #fff;
    color: #b9b9b9;
    opacity: 1
}

.input-style-1.color-5 input::-webkit-input-placeholder {
    color: #b9b9b9;
    opacity: 1
}

.input-style-1.color-5 input::-moz-placeholder {
    color: #b9b9b9;
    opacity: 1
}

.input-style-1.color-5 input:-moz-placeholder {
    color: #b9b9b9;
    opacity: 1
}

.input-style-1.color-5 input:-ms-input-placeholder {
    color: #b9b9b9;
    opacity: 1
}

.input-style-1.color-6 input {
    border-color: rgba(223, 223, 223, .6);
    background: 0 0;
    color: rgba(255, 255, 255, .6)
}

.input-style-1.color-6 input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6);
    opacity: 1
}

.input-style-1.color-6 input::-moz-placeholder {
    color: rgba(255, 255, 255, .6);
    opacity: 1
}

.input-style-1.color-6 input:-moz-placeholder {
    color: rgba(255, 255, 255, .6);
    opacity: 1
}

.input-style-1.color-6 input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .6);
    opacity: 1
}

.input-style-1.b-50 input {
    font-size: 14px;
    height: 50px;
    padding: 0 20px 0 44px
}

.input-style-1.b-50 img {
    left: 22px
}

.input-style-1.type-2 input {
    padding: 0 20px 0 21px
}

.input-style-1.type-2.b-50 input {
    padding: 0 20px 0 21px
}

.input-style-1.brd-0 input {
    border: none
}

.area-style-1 {
    display: block;
    width: 100%;
    height: 216px;
    padding: 20px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.area-style-1.type-2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: .5px;
    height: 110px;
    padding: 20px
}

.area-style-1.color-1 {
    border: 1px solid rgba(219, 219, 219, .6)
}

.area-style-1.color-1::-webkit-input-placeholder {
    color: rgba(34, 34, 34, .6);
    opacity: 1
}

.area-style-1.color-1::-moz-placeholder {
    color: rgba(34, 34, 34, .6);
    opacity: 1
}

.area-style-1.color-1:-moz-placeholder {
    color: rgba(34, 34, 34, .6);
    opacity: 1
}

.area-style-1.color-1:-ms-input-placeholder {
    color: rgba(34, 34, 34, .6);
    opacity: 1
}

.area-style-1.color-2 {
    background: #fff;
    color: #b9b9b9
}

.area-style-1.color-2::-webkit-input-placeholder {
    color: #b9b9b9;
    opacity: 1
}

.area-style-1.color-2::-moz-placeholder {
    color: #b9b9b9;
    opacity: 1
}

.area-style-1.color-2:-moz-placeholder {
    color: #b9b9b9;
    opacity: 1
}

.area-style-1.color-2:-ms-input-placeholder {
    color: #b9b9b9;
    opacity: 1
}

.area-style-1.color-3 {
    background: #f8f8f8;
    color: #b9b9b9
}

.area-style-1.color-3::-webkit-input-placeholder {
    color: #b9b9b9;
    opacity: 1
}

.area-style-1.color-3::-moz-placeholder {
    color: #b9b9b9;
    opacity: 1
}

.area-style-1.color-3:-moz-placeholder {
    color: #b9b9b9;
    opacity: 1
}

.area-style-1.color-3:-ms-input-placeholder {
    color: #b9b9b9;
    opacity: 1
}

.drop-wrap-s-2 .drop span {
    top: 40px
}

.border-white {
    border: 1px solid #fff
}

.bg-grey {
    background: #2d3e50;
    border: 2px solid #2d3e50
}

.c-button {
    position: relative;
    display: inline-block;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    padding: 16px 20px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 14px;
    font-weight: 700
}

.c-button img {
    vertical-align: middle;
    margin-right: 5px
}

.c-button.bg-grey:hover {
    background: 0 0;
    color: #fff
}

.c-button.bg-white:hover {
    background: 0 0;
    color: #fff
}

.c-button:hover .img-hov {
    opacity: 1
}

.c-button.small {
    font-size: 12px;
    padding: 11px 18px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.c-button.big {
    padding: 17px 20px
}

.c-button.b-26 {
    height: 26px;
    font-size: 10px;
    line-height: 23px;
    font-weight: 400;
    padding: 0 15px;
    letter-spacing: .5px
}

.c-button.b-30 {
    height: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    line-height: 28px;
    font-weight: 400;
    padding: 0 18px
}

.c-button.b-40 {
    height: 40px;
    font-size: 10px;
    line-height: 36px;
    padding: 0 18px
}

.c-button.b-40.b-1 {
    line-height: 38px
}

.c-button.b-40 img {
    position: relative;
    top: -2px
}

.c-button.b-50 {
    height: 50px;
    line-height: 47px;
    padding: 0 19px
}

.c-button.b-60 {
    height: 60px;
    line-height: 54px;
    padding-top: 0;
    padding-bottom: 0
}

.c-button.b-60 .fa {
    position: relative;
    top: 2px;
    font-size: 20px;
    margin-right: 5px
}

.c-button.full {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px
}

.c-button.custom-icon .img-hov {
    display: none
}

.c-button.custom-icon:hover .img-hide {
    display: none
}

.c-button.custom-icon:hover .img-hov {
    display: inline
}

.c-button.bg-aqua {
    color: #fff;
    border: 2px solid #f60
}

.c-button.bg-aqua:hover {
    background: 0 0;
    border: 2px solid #fff
}

.c-button.bg-white {
    color: #2d3e50;
    border: 2px solid #fff
}

.c-button.bg-green {
    color: #fff;
    border: 2px solid #66bb6a;
    text-transform: uppercase
}

.c-button.bg-red {
    color: #fff;
    border: 2px solid #ef4836
}

.c-button.bg-sea {
    color: #fff;
    border: 2px solid #00e5ff
}

.c-button.bg-sea-t {
    color: #222;
    border: 2px solid #00e5ff;
    background: 0 0
}

.c-button.bg-grey-2 {
    color: #bebebe;
    border: 2px solid #f8f8f8
}

.c-button.bg-grey-3-t {
    background: 0 0;
    color: #eee;
    border: 2px solid #eee
}

.c-button.bg-grey-3-t1 {
    background: 0 0;
    color: #bebebe;
    border: 1px solid #bebebe
}

.c-button.bg-grey-5-t {
    background: 0 0;
    color: #a4a4a4;
    border: 2px solid #eaeaea
}

.c-button.bg-blue {
    color: #fff;
    border: 2px solid #23b0e8
}

.c-button.bg-blue-t {
    background: 0 0;
    color: #23b0e8;
    border: 2px solid #23b0e8
}

.c-button.bg-blue-2 {
    color: #fff;
    border: 2px solid #1593d0
}

.c-button.bg-blue-3 {
    color: #fff;
    border: 2px solid #206ab0
}

.c-button.bg-blue-7 {
    color: #fff;
    border: 2px solid #1e4389
}

.c-button.bg-blue-8 {
    color: #fff;
    border: 2px solid #28a9e2
}

.c-button.bg-dr-blue {
    color: #fff;
    border: 2px solid #2d3e50
}

.c-button.bg-dr-blue-2 {
    color: #fff;
    border: 2px solid #022c54
}

.c-button.bg-tr-1 {
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .33)
}

.c-button.bg-red-3 {
    color: #fff;
    border: 2px solid #d73240
}

.c-button.bg-orange {
    color: #fff;
    border: 2px solid #f60
}

.c-button.color-grey-3 {
    color: #bebebe
}

.c-button.color-dark-2 {
    color: #222
}

.c-button.color-dr-blue {
    color: #2d3e50
}

.c-button.transparent {
    background: 0 0
}

.c-button.brd-grey {
    border: 2px solid #dedede
}

.c-button.hv-aqua:hover {
    background: #f60;
    color: #fff;
    border-color: #f60
}

.c-button.hv-aqua-o:hover {
    background: 0 0;
    color: #f60
}

.c-button.hv-white:hover {
    color: #222;
    background: #fff;
    border-color: #fff
}

.c-button.hv-white-o:hover {
    background: 0 0;
    color: #fff
}

.c-button.hv-green:hover {
    background: #66bb6a;
    color: #fff;
    border-color: #66bb6a
}

.c-button.hv-green-o:hover {
    background: 0 0;
    color: #66bb6a
}

.c-button.hv-red:hover {
    background: #ef4836;
    color: #fff;
    border-color: #ef4836
}

.c-button.hv-red-o:hover {
    background: 0 0;
    color: #ef4836;
    border-color: #ef4836
}

.c-button.hv-sea-t:hover {
    background: #00e5ff;
    color: #fff
}

.c-button.hv-sea:hover {
    background: #00e5ff;
    color: #fff;
    border-color: #00e5ff
}

.c-button.hv-sea-o:hover {
    background: 0 0;
    color: #00e5ff
}

.c-button.hv-grey-3-t:hover {
    background: #bebebe;
    color: #fff
}

.c-button.hv-grey-5-t:hover {
    background: #eaeaea;
    color: #fff
}

.c-button.hv-blue:hover {
    background: #23b0e8;
    color: #fff;
    border-color: #23b0e8
}

.c-button.hv-blue-o:hover {
    background: 0 0;
    color: #23b0e8;
    border-color: #23b0e8
}

.c-button.hv-blue-2:hover {
    background: #1593d0;
    color: #fff;
    border-color: #1593d0
}

.c-button.hv-blue-2-o:hover {
    background: 0 0;
    color: #1593d0
}

.c-button.hv-blue-3-o:hover {
    background: 0 0;
    color: #206ab0
}

.c-button.hv-blue-3-f:hover {
    background: #206ab0;
    color: #fff;
    border-color: #206ab0
}

.c-button.hv-blue-7-o:hover {
    background: 0 0;
    color: #1e4389
}

.c-button.hv-blue-8-o:hover {
    background: 0 0;
    color: #28a9e2
}

.c-button.hv-dr-blue:hover {
    background: #2d3e50;
    color: #fff;
    border-color: #2d3e50
}

.c-button.hv-dr-blue-o:hover {
    background: 0 0;
    color: #2d3e50
}

.c-button.hv-dr-blue-2:hover {
    background: #022c54;
    color: #fff
}

.c-button.hv-dr-blue-2-o:hover {
    background: 0 0;
    color: #022c54
}

.c-button.hv-red-3:hover {
    background: #d73240;
    color: #fff;
    border-color: #d73240
}

.c-button.hv-red-3-o:hover {
    background: 0 0;
    color: #d73240
}

.c-button.hv-orange:hover {
    background: #f60;
    color: #fff;
    border-color: #f60
}

.c-button.hv-orange-o:hover {
    background: 0 0;
    color: #f60
}

.c-button.hv-transparent:hover {
    background: 0 0
}

.c-button.hv-o:hover {
    opacity: .6
}

.c-button.b-1 {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px
}

.button-s-2 {
    padding: 10px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 12px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    display: inline-block
}

a:focus, a:hover {
    color: inherit
}

.button-s-2:hover {
    background: #fff
}

header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.logo {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.nav {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.top-header-bar {
    position: relative;
    width: 100%;
    padding: 30px 0 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

header.scrol .top-header-bar {
    padding: 15px 0 0
}

header.hovered.scrol {
    background: rgba(0, 0, 0, .8)
}

header.hovered.scrol .nav {
    padding: 15px 0
}

header.hovered.scrol .logo {
    top: 8px
}

header.bg-black-o.scrol {
    background: rgba(0, 0, 0, .8)
}

.sc-1.scrol {
    height: 60px
}

.sc-1.scrol .logo {
    top: -100px
}

.sc-1.scrol nav.menu {
    padding-top: 0
}

.sc-1.scrol .nav {
    padding: 15px 0
}

.sc-2.scrol {
    height: 60px
}

.sc-2.scrol .logo {
    top: 0
}

.sc-2.scrol .nav {
    padding: 10px 0
}

header.type-2 .nav {
    padding: 33px 0 27px
}

header.type-2 .nav-menu-icon {
    display: block;
    width: 19px;
    height: 18px;
    border-left: 1px solid #ededed;
    padding-left: 33px;
    margin-top: 10px;
    margin-right: 18px
}

header.type-2 .nav-menu-icon a {
    display: block;
    width: 19px;
    height: 18px;
    margin-top: 8px
}

header.type-2 .nav-menu-icon a i {
    display: block
}

header.type-2 .nav-menu-icon a i, header.type-2 .nav-menu-icon a i:after, header.type-2 .nav-menu-icon a i:before {
    width: 19px
}

header.type-2 .top-header-block {
    letter-spacing: .4px;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 10px;
    height: 18px;
    border-left: 1px solid #ededed
}

header.type-2 .top-header-block img {
    margin-right: 7px
}

header.type-2 .search {
    padding-bottom: 2px;
    padding-right: 25px
}

header.type-2 .search img {
    margin-top: 2px
}

header.type-3 .logo {
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

header.type-3 nav.menu {
    float: none;
    text-align: center;
    padding-top: 56px
}

header.type-3 nav.menu .dropmenu {
    text-align: left
}

header.type-3 nav > ul > li {
    display: inline-block;
    float: none
}

header.type-3 li.type-2 > .dropmenu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -30px
}

header.type-3 li.type-3 > .dropmenu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -30px
}

header.type-3 li.type-4 > .dropmenu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -30px
}

header.type-4 .top-header-bar {
    padding: 20px 0 20px
}

header.type-6 nav {
    float: none;
    text-align: center
}

header.type-6 nav > ul > li {
    float: none;
    display: inline-block
}

header.type-6 nav.menu {
    float: none;
    text-align: center
}

header.type-6 nav.menu .dropmenu {
    text-align: left
}

header.type-6 nav > ul > li {
    display: inline-block;
    float: none
}

header.type-6 li.type-2 > .dropmenu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -30px
}

header.type-6 li.type-3 > .dropmenu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -30px
}

header.type-6 li.type-4 > .dropmenu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -30px
}

header.color-1 nav > ul > li:hover > a {
    color: #fff
}

header.color-1 nav li.type-2 a.dropmenu-title {
    color: #222
}

header.color-1 nav li.type-2 a.dropmenu-title:hover {
    opacity: .6
}

header.color-1 nav li.type-4 a.dropmenu-title {
    color: #222
}

header.color-1 nav li.type-4 a.dropmenu-title:hover {
    opacity: .6
}

header.color-2 .top-header-block {
    color: rgba(34, 34, 34, .6)
}

header.color-2 .nav-menu-icon a i, header.color-2 .nav-menu-icon a i:after, header.color-2 .nav-menu-icon a i:before {
    background: #7a7a7a
}

header.color-2 .nav-menu-icon .active i {
    background: 0 0
}

header.color-2 nav > ul > li > a:hover {
    color: #203f20
}

header.color-3 nav > ul > li:hover > a {
    color: #fff
}

header.color-3 nav li.type-2 a.dropmenu-title {
    color: #222
}

header.color-3 nav li.type-2 a.dropmenu-title:hover {
    opacity: .6
}

header.color-3 nav li.type-4 a.dropmenu-title {
    color: #222
}

header.color-3 nav li.type-4 a.dropmenu-title:hover {
    opacity: .6
}

header.color-4 nav > ul > li > a {
    color: #222
}

header.color-4 nav > ul > li:hover > a {
    color: #fff
}

header.color-4 nav li.type-2 a.dropmenu-title {
    color: #222
}

header.color-4 nav li.type-2 a.dropmenu-title:hover {
    opacity: .6
}

header.color-4 nav li.type-4 a.dropmenu-title {
    color: #222
}

header.color-4 nav li.type-4 a.dropmenu-title:hover {
    opacity: .6
}

header.color-4 .top-header-block {
    color: rgba(34, 34, 34, .6)
}

header.color-5 nav > ul > li > a {
    color: #222
}

header.color-5 nav > ul > li:hover > a {
    color: #fff
}

header.color-6 nav > ul > li > a {
    color: #fff
}

header.color-6 nav > ul > li:hover > a {
    color: #fff
}

header.color-7 .nav-menu-icon a i, header.color-7 .nav-menu-icon a i:after, header.color-7 .nav-menu-icon a i:before {
    background: #23b0e8
}

header.color-7 .nav-menu-icon .active i {
    background: 0 0
}

header.color-8 nav > ul > li > a {
    color: #222
}

header.color-8 nav > ul > li:hover > a {
    color: #fff
}

header.color-9 nav > ul > li > a {
    color: #fff
}

header.color-9 nav > ul > li:hover > a {
    color: #fff
}

header.color-10 nav > ul > li > a {
    color: #fff
}

header.color-10 nav > ul > li:hover > a {
    color: #fff
}

header.color-11 nav > ul > li > a {
    color: #fff
}

header.color-11 nav > ul > li:hover > a {
    background: #fff
}

header.color-11 .nav-menu-icon a i, header.color-11 .nav-menu-icon a i:after, header.color-11 .nav-menu-icon a i:before {
    background: #23b0e8
}

header.color-11 .nav-menu-icon .active i {
    background: 0 0
}

header.color-12 nav > ul > li > a {
    color: #222
}

header.color-12 nav > ul > li:hover > a {
    color: #fff
}

header.color-12 .nav-menu-icon a i, header.color-12 .nav-menu-icon a i:after, header.color-12 .nav-menu-icon a i:before {
    background: #23b0e8
}

header.color-12 .nav-menu-icon .active i {
    background: 0 0
}

body.stick {
    padding-top: 100px
}

body.st-58 {
    padding-top: 58px
}

body.st-100 {
    padding-top: 100px
}

body.st-148 {
    padding-top: 148px
}

.top-header-block {
    position: relative;
    color: rgba(255, 255, 255, .6);
    font-size: 10px;
    line-height: 5px;
    text-transform: uppercase;
    padding-right: 30px
}

.top-header-block:last-child {
    padding-right: 0
}

.top-header-block a {
    display: inline-block;
    padding-top: 5px;
    letter-spacing: .6px
}

.top-header-block img {
    vertical-align: middle;
    margin-right: 5px
}

.top-header-block.search > img:hover {
    cursor: pointer;
    opacity: .6
}

.card {
    position: relative
}

.serach {
    position: relative;
    float: right
}

.nav {
    padding: 30px 0 30px
}

.logo {
    position: relative;
    float: left
}

nav {
    float: right;
    color: #fff;
    padding-top: 4px;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out
}

nav a, nav a:focus {
    color: #fff
}

nav > ul > li {
    position: relative;
    float: left;
    margin-left: 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase
}

nav > ul > li > a {
    position: relative;
    display: block;
    padding: 7px 15px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 2px
}

nav > ul > li > a > span {
    padding-left: 5px
}

nav > ul > li > .dropmenu {
    visibility: hidden;
    opacity: 0;
    transform: translateY(10%);
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    position: absolute;
    top: 32px;
    left: 0;
    min-width: 178px;
    background: #fff;
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .1);
    transition: all .35s ease-out;
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    -ms-transition: all .35s ease-out
}

nav .dropmenu a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
    color: #888;
    letter-spacing: .5px;
    padding: 10px 20px 10px 15px;
    border-bottom: 1px solid #eee
}

nav .dropmenu a > span {
    display: inline-block;
    float: right;
    font-weight: 400;
    font-size: 8px;
    line-height: 20px
}

nav .dropmenu li {
    position: relative
}

nav .dropmenu li:hover > a {
    background: #fafafa
}

nav > ul > li:hover > .dropmenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0)
}

nav .dropmenu .dropmenu {
    visibility: hidden;
    opacity: 0;
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 178px;
    background: #fff;
    margin-left: 1px;
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .1);
    transition: all .35s ease-out;
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    -ms-transition: all .35s ease-out
}

nav .dropmenu li:hover .dropmenu {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1)
}

nav li.type-1:nth-last-child(1) .dropmenu, nav li.type-1:nth-last-child(2) .dropmenu, nav li.type-1:nth-last-child(3) .dropmenu {
    left: auto;
    right: 0
}

nav li.type-1:nth-last-child(1) .dropmenu .dropmenu, nav li.type-1:nth-last-child(2) .dropmenu .dropmenu, nav li.type-1:nth-last-child(3) .dropmenu .dropmenu {
    left: auto;
    right: 100%
}

nav li.type-2 {
    position: static
}

nav li.type-2 > .dropmenu {
    min-width: 75%;
    top: 100%;
    left: 0;
    margin-top: -34px;
    padding: 13px 0 25px 0
}

header.scrol nav li.type-2 > .dropmenu {
    margin-top: -20px
}

header.scrol nav li.type-4 > .dropmenu {
    margin-top: -20px
}

nav li.type-2 > .dropmenu:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 76%;
    background: #f8f8f8;
    z-index: 1
}

nav li.type-2 > .dropmenu:hover li:first-child .dropmenu {
    opacity: 0;
    display: none
}

nav li.type-2 > .dropmenu:hover li:first-child:hover .dropmenu {
    opacity: 1;
    display: block
}

nav li.type-2 > .dropmenu li {
    position: static;
    width: 24%;
    z-index: 100
}

nav li.type-2 .dropmenu a {
    position: relative;
    padding: 13px 20px 13px 30px;
    margin-bottom: 6px;
    z-index: 200
}

nav li.type-2 .dropmenu .fa {
    float: right;
    line-height: 18px
}

nav li.type-2 .dropmenu .dropmenu {
    display: none;
    left: 24%;
    width: 76%;
    background: #f8f8f8;
    padding: 30px;
    opacity: 0;
    -moz-box-shadow: none;
    box-shadow: none
}

nav li.type-2 .dropmenu .dropmenu:after {
    content: '';
    display: block;
    width: 31.805555555%;
    position: absolute;
    top: 0;
    left: -31.805555555%;
    bottom: 0;
    background: #fff;
    z-index: 1
}

nav li.type-2 .dropmenu li:hover .dropmenu {
    display: block;
    opacity: 1;
    z-index: 100
}

nav li.type-2 .dropmenu li:first-child .dropmenu {
    display: block;
    opacity: 1;
    z-index: 100
}

nav li.type-2 .dropmenu-item {
    width: 50%;
    float: left;
    margin-bottom: 30px
}

nav li.type-2 .dropmenu .dropmenu-image {
    display: inline-block;
    float: left;
    width: 40%;
    padding: 0;
    margin: 0
}

nav li.type-2 .dropmenu .dropmenu-image:before {
    display: none
}

nav li.type-2 .dropmenu-text {
    display: inline-block;
    width: 60%;
    padding-left: 30px;
    padding-top: 13px
}

nav li.type-2 .dropmenu-subtitle {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #222;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 9px
}

nav li.type-2 a.dropmenu-title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    margin-bottom: 9px;
    padding: 0
}

nav li.type-2 .dropmenu-desc {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #bebebe;
    text-transform: uppercase
}

nav li.type-3 {
    position: static
}

nav li.type-3 > .dropmenu {
    min-width: 85%;
    top: 100%;
    left: auto;
    right: 0;
    margin-top: -34px;
    padding: 0
}

header.scrol nav li.type-3 > .dropmenu {
    margin-top: -20px
}

nav li.type-3 > .dropmenu ul {
    display: block;
    width: 20%;
    float: left;
    border-left: 1px solid #f1f1f1
}

nav li.type-3 .dropmenu li {
    margin-bottom: 0
}

nav li.type-3 .dropmenu a {
    padding: 10px 20px 10px 15px;
    letter-spacing: 0
}

nav li.type-4 {
    position: static
}

nav li.type-4 > .dropmenu {
    min-width: 78%;
    top: 100%;
    left: auto;
    right: 0;
    margin-top: -34px;
    padding: 13px 0 42px 0;
    -moz-box-shadow: none;
    box-shadow: none
}

nav li.type-4 > .dropmenu li {
    position: static;
    width: 21.5%
}

nav li.type-4 .dropmenu li:first-child .dropmenu {
    display: block
}

nav li.type-4 .dropmenu a {
    padding: 13px 20px 13px 30px;
    margin-bottom: 6px;
    letter-spacing: 0
}

nav li.type-4 .dropmenu .dropmenu {
    left: 21.5%;
    bottom: 0;
    width: 78.5%;
    padding: 30px
}

nav li.type-4 .dropmenu-item {
    float: left;
    width: 33.33333333%;
    text-align: center
}

nav li.type-4 .dropmenu .dropmenu-image {
    display: inline-block;
    padding: 0;
    margin: 0 0 5px 0
}

nav li.type-4 a.dropmenu-title {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 12px;
    padding: 0
}

nav li.type-4 .dropmenu-desc {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #b9b9b9;
    letter-spacing: 1.1px
}

nav li.type-4 .dropmenu-desc strong {
    font-weight: 700
}

nav li.type-4 .dropmenu .fa-chevron-right {
    display: none
}

.nav-menu-icon {
    position: relative;
    float: right;
    width: 24px;
    height: 24px;
    z-index: 200;
    margin-right: 0;
    margin-top: 4px;
    display: none;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    z-index: 99
}

.nav-menu-icon a {
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    text-decoration: none
}

.nav-menu-icon a i {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 3px;
    color: #000;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out
}

.nav-menu-icon a i:after, .nav-menu-icon a i:before {
    content: '';
    width: 24px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.nav-menu-icon a i:before {
    top: -7px
}

.nav-menu-icon a i:after {
    bottom: -7px
}

.nav-menu-icon a:hover i:before {
    top: -10px
}

.nav-menu-icon a:hover i:after {
    bottom: -10px
}

.nav-menu-icon a.active i {
    background: 0 0
}

.nav-menu-icon a.active i:before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.nav-menu-icon a.active i:after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg)
}

.search-icon {
    position: relative;
    float: right;
    display: inline-block;
    padding-left: 35px;
    vertical-align: middle
}

.search-icon span {
    position: relative;
    font-size: 16px;
    padding: 7px 0;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 2px;
    cursor: pointer
}

.search-icon span:hover {
    opacity: .6
}

.video-click {
    position: relative;
    float: left;
    width: 100%
}

.det-img .video-click {
    padding-top: 0
}

.video-click.vsplay {
    padding-top: 0
}

.video-click a {
    display: block;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.video {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    display: none
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video .close {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 20px;
    right: 53px;
    z-index: 5
}

.play {
    position: relative;
    float: none;
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto 40px;
    cursor: pointer;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out
}

.play:hover {
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05)
}

.close-v {
    position: absolute;
    left: 20px;
    top: 8px;
    cursor: pointer
}

.video img {
    width: 20px;
    height: 20px
}

.hotel_image {
    max-width: 100px !important;
    max-height: 100px !important
}

.hotel_describtion {
    max-height: 70px !important
}

.video-title {
    position: absolute;
    bottom: 15px;
    text-align: center;
    left: 0;
    width: 100%
}

.video-click.style-2 img {
    margin-bottom: 0
}

.video-click.style-2 .video-title {
    bottom: 50%;
    margin-bottom: -35px
}

.video-click.style-2 .play {
    margin: 0 auto 0
}

.video-click.style-2 iframe {
    height: 100% !important
}

.video-open {
    position: relative;
    text-align: center
}

.item-block .video-open img {
    width: 70px;
    height: 70px;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    position: relative
}

.video-player {
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -ms-transition: all 1s ease-out
}

.video-player {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    z-index: 1000;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    visibility: hidden
}

.video-player.active {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    visibility: visible
}

.video-iframe {
    position: absolute;
    left: 50px;
    top: 50px;
    right: 50px;
    bottom: 50px
}

.video-iframe iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.video-player .close-iframe {
    color: #ff9700;
    font-family: bold, sans-serif, Arial;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    left: auto;
    cursor: pointer;
    text-align: center
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    height: auto
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0, 0);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0, 0, 0);
    -ms-transition-timing-function: ease;
    -webkit-transition-property: -webkit-transform, left, top;
    -moz-transition-property: -moz-transform, left, top;
    -o-transition-property: -o-transform, left, top;
    transition-property: transform, left, top;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: url(../img/drag.png) 16 9, ew-resize !important;
    margin: 0 auto;
    height: inherit !important;
    float: left
}

.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    float: left;
    height: inherit !important;
    position: relative
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}

.pagination-hidden.pagination {
    display: none
}

.swiper-arrow-left, .swiper-arrow-right {
    cursor: pointer;
    -webkit-transition: all 320ms cubic-bezier(.565, .42, .355, 1.155);
    -moz-transition: all 320ms cubic-bezier(.565, .42, .355, 1.155);
    -o-transition: all 320ms cubic-bezier(.565, .42, .355, 1.155);
    transition: all 320ms cubic-bezier(.565, .42, .355, 1.155);
    text-align: center;
    z-index: 5;
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.arrow-wrapp {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin: 0 auto
}

.cont-1170 {
    float: none;
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    max-width: 1170px
}

.sw-arrow {
    border: 2px solid rgba(255, 255, 255, .2);
    background: 0 0
}

.sw-arrow span {
    font-size: 16px;
    color: #fff;
    line-height: 10px;
    padding-top: 12px
}

.swiper-arrow-left {
    left: 15px
}

.swiper-arrow-right {
    right: 15px
}

.m-200 .swiper-arrow-left {
    margin-top: -200px
}

.m-200 .swiper-arrow-right {
    margin-top: -200px
}

.offers-arrow {
    background: #eaeaea;
    border: 5px solid #fff
}

.offers-arrow span {
    font-size: 16px;
    color: #fff;
    line-height: 10px;
    padding-top: 9px;
    color: #fff
}

.offers-arrow.swiper-arrow-left {
    left: -7px
}

.offers-arrow.swiper-arrow-right {
    right: -7px
}

.offers-arrow:hover {
    background: #f60;
    border: 5px solid #f60
}

.offers-arrow:hover span {
    color: #222
}

.offers-arrow.color-2 {
    background: #23b0e8
}

.offers-arrow.color-2:hover {
    background: #23b0e8;
    border-color: #23b0e8
}

.offers-arrow.color-3 {
    background: #022c54
}

.offers-arrow.color-3:hover {
    background: #022c54;
    border-color: #022c54
}

.offers-arrow.color-3 {
    background: #66bb6a
}

.offers-arrow.color-3:hover {
    background: #66bb6a;
    border-color: #66bb6a
}

.offers-arrow.color-4 {
    background: #f8f8f8
}

.offers-arrow.color-4 span {
    color: #222
}

.offers-arrow.color-4:hover {
    background: #d73240;
    border-color: #d73240
}

.offers-arrow.color-4:hover span {
    color: #fff
}

.arr-s-1 .sw-arrow:hover span {
    color: #f60
}

.arr-s-1 .sw-arrow:hover {
    border: 2px solid #f60
}

.arr-s-2 .sw-arrow:hover span {
    color: #66bb6a
}

.arr-s-2 .sw-arrow:hover {
    border: 2px solid #66bb6a
}

.arr-s-3 .sw-arrow:hover span {
    color: #23b0e8
}

.arr-s-3 .sw-arrow:hover {
    border: 2px solid #23b0e8
}

.arr-s-4 .sw-arrow:hover span {
    color: #fff
}

.arr-s-4 .sw-arrow:hover {
    border: 2px solid #00e5ff
}

.arr-s-5 .sw-arrow:hover span {
    color: #1593d0
}

.arr-s-5 .sw-arrow:hover {
    border: 2px solid #1593d0
}

.arr-s-6 .sw-arrow:hover span {
    color: #022c54
}

.arr-s-6 .sw-arrow:hover {
    border: 2px solid #022c54;
    background: 0 0
}

.arr-s-7 .sw-arrow:hover span {
    color: #fff
}

.arr-s-7 .sw-arrow:hover {
    border: 2px solid #fff;
    background: 0 0
}

.arr-t-2 {
    top: 0
}

.arr-t-2 .sw-arrow {
    background: rgba(0, 0, 0, .3);
    border: none
}

.arr-t-2 .swiper-arrow-left {
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: auto;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.arr-t-2 .swiper-arrow-left span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 0
}

.arr-t-2 .swiper-arrow-right {
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: auto;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.arr-t-2 .swiper-arrow-right span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 0
}

.arr-t-2 .swiper-arrow-left:hover, .arr-t-2 .swiper-arrow-right:hover {
    background: rgba(0, 0, 0, .5)
}

.arr-t-3 {
    top: 0
}

.arr-t-3 .sw-arrow {
    border: none
}

.arr-t-3 .swiper-arrow-left {
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: auto;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.arr-t-3 .swiper-arrow-left span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 0
}

.arr-t-3 .swiper-arrow-right {
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: auto;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.arr-t-3 .swiper-arrow-right span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 0
}

.arr-t-3 .swiper-arrow-left:hover, .arr-t-3 .swiper-arrow-right:hover {
    background: rgba(0, 0, 0, .5)
}

.pagination {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    margin: 0
}

.poin-style-1 {
    bottom: 40px
}

.poin-style-1 .swiper-pagination-switch {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .6);
    margin: 0 7px;
    cursor: pointer;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in
}

.poin-style-1 .swiper-pagination-switch.swiper-active-switch {
    -o-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    border: 2px solid #fff
}

.poin-style-2 {
    position: relative;
    margin-top: 25px
}

.poin-style-2 .swiper-pagination-switch {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(185, 185, 185, .4);
    margin: 0 7px;
    cursor: pointer;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in
}

.poin-style-2 .swiper-pagination-switch.swiper-active-switch {
    -o-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    border: 2px solid #fff;
    border: 1px solid #b9b9b9
}

.pagination.vertical {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    width: 10px;
    margin-left: -570px;
    text-align: left;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pagination-left {
    margin-left: -472px;
    left: 50%;
    text-align: left;
    width: 100%
}

.pagination-left-2 {
    margin-left: -570px;
    left: 50%;
    text-align: left;
    width: 100%
}

.top-baner {
    position: relative;
    width: 100%
}

.main-title {
    position: relative;
    width: 100%;
    text-align: center;
    color: #fff
}

.main-title h1 {
    padding-bottom: 25px
}

.main-title > p {
    padding-bottom: 45px;
    max-width: 747px;
    margin: 0 auto
}

.main-title .input-style-1 {
    margin: 0 10px
}

.main-title .category {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px
}

.main-title .person_price {
    font-size: 28px;
    line-height: 30px;
    font-weight: 400
}

.main-title .person_price strong {
    font-weight: 700
}

.main-title .main-date {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 25px;
    font-weight: 400;
    text-transform: uppercase
}

.main-title .main-date strong {
    font-weight: 900
}

.main-title .main-date.underline:after {
    margin: 26px 0 0
}

.main-title .main-date {
    margin-bottom: 22px
}

.main-title .main-people strong {
    font-weight: 700
}

.main-title .people-and-date {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase
}

.main-title .people-and-date strong {
    font-weight: 900
}

.main-title.style-1 h3 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px
}

.main-title.style-2 .category {
    margin-bottom: 16px
}

.main-title.style-2 h1 {
    font-size: 50px;
    line-height: 55px;
    letter-spacing: 9px;
    padding-bottom: 16px
}

.main-title.style-2 .person_price {
    font-size: 22px;
    letter-spacing: 2px
}

.main-title.style-3 .category {
    margin-bottom: 14px
}

.main-title.style-3 h1 {
    padding-bottom: 50px;
    letter-spacing: 11px
}

.main-title.style-3 .sb-price {
    letter-spacing: 2px;
    margin-bottom: 10px
}

.main-title.style-3 h2 {
    font-size: 38px;
    line-height: 38px;
    letter-spacing: 7px;
    margin-bottom: 20px
}

.main-title.style-3 .rate-wrap {
    margin-bottom: 13px
}

.main-title.style-3 .people-and-date {
    margin-bottom: 67px
}

.main-title.style-4 h2 {
    margin-bottom: 20px
}

.main-title.style-4 .sb-price {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 1px
}

.main-title.style-4 .sb-price span {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    vertical-align: top;
    text-decoration: line-through
}

.main-title.style-4 .c-button {
    margin-bottom: 0
}

.main-title.style-6 h1 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700
}

.main-title.style-6 h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 2px
}

.main-title.right {
    text-align: right
}

.main-title.right .info-line {
    text-align: right
}

.main-title.right > p {
    margin-left: 0;
    margin-right: 0;
    float: right
}

.main-title.left {
    text-align: left
}

.main-title.left .info-line {
    text-align: left
}

.main-title.left > p {
    margin-left: 0;
    margin-right: 0;
    float: left
}

.top-weather-info {
    position: relative;
    font-size: 20px;
    text-align: center;
    padding-bottom: 35px;
    display: inline-block
}

.top-weather-info img {
    vertical-align: middle;
    margin-left: 10px
}

.top-weather-info span {
    padding-left: 10px;
    display: inline-block;
    float: none;
    font-weight: 700
}

.top-weather-info p {
    float: none;
    display: inline-block
}

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

.main-slider .swiper-slide {
    min-height: 1170px
}

.main-slider-3 {
    height: 100vh
}

.main-slider-3 .vertical-bottom {
    bottom: 40px
}

.main-slider-3 .input-style-1 {
    margin: 0
}

.main-slider-3 .input-style-1 input {
    padding: 0 30px;
    font-size: 16px
}

.main-slider-3 .main-title .c-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px
}

.main-slider-3 .main-title form {
    position: relative;
    width: 100%;
    display: inline-block
}

.main-slider-4 {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    height: 100%
}

.main-slider-5 .swiper-slide {
    min-height: 762px
}

.main-slider-5 .cell-view {
    width: 50%
}

.main-slider-5 .slider-block {
    position: relative;
    background: #fff;
    padding-top: 40px;
    padding-bottom: 30px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.main-slider-5 .slider-block-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    bottom: 0
}

.main-slider-5 .slider-block-right {
    width: 50%;
    float: right;
    text-align: center
}

.main-slider-5 .slider-block-right .rate-wrap {
    display: block;
    text-align: center
}

.main-slider-5 .slider-block-right .rate-wrap .rate {
    float: none
}

.main-slider-5 .rate-wrap {
    margin-bottom: 12px
}

.main-slider-5 .rate {
    display: inline-block;
    float: none;
    margin-bottom: 5px
}

.main-slider-5 .rate span {
    font-size: 11px
}

.main-slider-5 .rate-wrap i {
    display: inline-block;
    float: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px
}

.main-slider-5 .sb-title {
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
    color: #222;
    letter-spacing: 6px;
    padding-left: 20%;
    padding-right: 20%;
    margin-bottom: 15px
}

.main-slider-5 .sb-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #222;
    opacity: .6;
    padding: 0 10%;
    margin-bottom: 37px
}

.main-slider-5 .c-button {
    margin-bottom: 56px
}

.main-slider-5 .slide-preview a {
    display: inline-block;
    margin-right: 10px
}

.main-slider-5 .slide-preview img {
    -moz-border-radius: 4px;
    border-radius: 4px
}

.main-slider-5 .slide-preview .active img, .main-slider-5 .slide-preview img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.main-slider-6 .swiper-slide {
    min-height: 725px
}

.swiper-container.h-143 {
    padding-top: 71.5px
}

.best-slider {
    height: 350px
}

.best-slider .vertical-align {
    z-index: 2
}

.slider-wth-thumbs.style-1 .thumbnails .swiper-slide img {
    opacity: .6
}

.slider-wth-thumbs.style-1 .thumbnails .swiper-slide img:hover {
    opacity: 1
}

.slider-wth-thumbs.style-1 .thumbnails .swiper-slide.current img {
    opacity: 1
}

.slider-wth-thumbs.style-2 .thumbnails .swiper-slide {
    position: relative
}

.slider-wth-thumbs.style-2 .thumbnails .swiper-slide:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 10px solid #2d3e50;
    z-index: 10;
    opacity: 0;
    transition: all .3s ease-in;
    -wenkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in
}

.slider-wth-thumbs.style-2 .thumbnails .swiper-slide:hover:before {
    opacity: 1
}

.slider-wth-thumbs.style-2 .thumbnails .swiper-slide.current:before {
    opacity: 1
}

.slider-image img {
    width: 150px !important;
    height: 100px !important
}

.tp_entry {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99
}

.tp_image {
    height: 200px;
    position: relative;
    top: 0;
    z-index: 1
}

.tp_image .price {
    opacity: 0
}

.tp_content {
    position: absolute;
    top: 105px;
    left: 0;
    width: 100%;
    padding: 0 20px;
    opacity: 0
}

.tp_content h4 a:hover {
    color: #00e5ff
}

.tp_content .date {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #bebebe;
    text-transform: uppercase
}

.tp_content .date strong {
    font-weight: 700
}

.tp_entry:hover .tp_image {
    top: -105px
}

.tp_entry:hover .tp_image .price {
    opacity: 1
}

.tp_entry:hover .tp_content {
    opacity: 1
}

.tp_entry.style-2 .tp_price {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    float: right
}

.tp_entry.style-2 h4 {
    letter-spacing: 2px;
    margin-bottom: 5px
}

.tp_entry.style-2 .tour-info {
    margin-right: 20px
}

.world-city {
    position: relative;
    min-height: 299px;
    text-align: center;
    margin-bottom: 30px
}

.world-city .world-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 2.5px;
    margin-bottom: 13px
}

.world-city .world-price {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 11px
}

.world-city .rate {
    margin-bottom: 9px
}

.world-city .rate span {
    font-size: 12px
}

.world-city p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 28px
}

.world-country {
    position: relative;
    min-height: 299px;
    margin-bottom: 30px
}

.world-country h4 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 2.4px;
    margin-bottom: 10px
}

.world-country ul {
    list-style: none
}

.world-country li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 6px
}

.world-country li:before {
    content: '•';
    display: inline-block;
    margin-right: 10px
}

.baner-tabs {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    z-index: 50
}

.nav-tabs {
    position: relative;
    text-align: center;
    float: none;
    display: inline-block;
    border-bottom: 0 none
}

.nav-tabs > li {
    float: left;
    position: relative;
    display: inline-block
}

.tabs-style-1.nav-tabs > li > a {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, .3);
    padding: 18px 25px;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
    float: left;
    display: block;
    border-bottom: 0 none;
    letter-spacing: 1px
}

.tabs-style-1.nav-tabs > li > a:hover {
    background: rgba(0, 3, 5, .2);
    border: 1px solid rgba(0, 3, 5, 0);
    border-bottom: 0 none
}

.tpl-tabs-cont {
    background: rgba(0, 3, 5, .2);
    min-height: 225px;
    border: 0 none;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: -3px;
    padding: 60px 0 65px;
    border-radius: 5px
}

.t-con-style-1.tab-content > .tab-pane {
    display: none;
    visibility: hidden;
    opacity: 0
}

.t-con-style-1.tab-content > .active {
    display: block;
    visibility: visible;
    opacity: 1
}

.tab-pane.active {
    display: block;
    visibility: visible;
    opacity: 1
}

.tabs-style-1.nav-tabs > li.active > a, .tabs-style-1.nav-tabs > li.active > a:focus, .tabs-style-1.nav-tabs > li.active > a:hover {
    background: rgba(0, 3, 5, .2);
    border: 1px solid rgba(0, 3, 5, 0);
    border-bottom: 0 none;
    color: #fff
}

.tabs-block {
    position: relative;
    float: left;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding-bottom: 12px
}

.tabs-block h5 {
    padding-bottom: 40px
}

.input-style {
    position: relative;
    float: left;
    width: 100%;
    font-size: 14px;
    color: rgba(255, 255, 255, .6)
}

.input-style img {
    vertical-align: middle;
    position: absolute;
    left: 0
}

.input-style input {
    background: 0 0;
    width: 100%;
    padding-left: 23px
}

.baner-tabs.style-2 .tabs-style-1.nav-tabs > li.active > a, .baner-tabs.style-2 .tabs-style-1.nav-tabs > li.active > a:focus, .baner-tabs.style-2 .tabs-style-1.nav-tabs > li.active > a:hover {
    background: #022c54
}

.baner-tabs.style-2 .tabs-style-1.nav-tabs > li > a:hover {
    background: #022c54
}

.baner-tabs.style-2 .tpl-tabs-cont {
    background: url(../img/home_9/bg-tab.jpg) repeat
}

.baner-tabs.style-2 .tab-pane .c-button {
    margin-top: 58px
}

.baner-tabs.style-2 .tabs-block {
    padding-bottom: 12px;
    border-bottom: none
}

.baner-tabs.style-2 .input-style-1 input {
    border-color: rgba(255, 255, 255, .3)
}

.baner-tabs.style-2 .drop-wrap-s-3 {
    border-color: rgba(255, 255, 255, .3)
}

.drop-wrap-s-3 .drop span {
    top: 58px
}

.world-city {
    border-radius: 5px
}

.drop-wrap {
    position: relative;
    float: left;
    width: 100%;
    display: block;
    height: 19px;
    transition: all ease .2s
}

.drop {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    color: #919191;
    font-size: 13px;
    font-weight: 400;
    height: 100%;
    cursor: pointer;
    text-align: center
}

.drop b {
    position: relative;
    float: left;
    text-transform: capitalize;
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400
}

.drop .drop-list {
    position: absolute;
    font-size: 13px;
    top: 0;
    right: 0;
    padding-left: 10px
}

.drop span {
    position: absolute;
    left: 0;
    top: 31px;
    width: calc(100% + 2px);
    display: none;
    z-index: 50;
    border: 1px solid rgba(255, 255, 255, .6);
    margin: 0;
    margin-left: -1px;
    background: #fff;
    padding: 10px 0;
    min-width: 100px;
    border: 1px solid rgba(219, 219, 219, .6);
    border-top: none
}

.drop-list.act {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    z-index: 51;
    margin-top: 3px;
    color: #777
}

.drop span {
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .1)
}

.drop span a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    float: left;
    position: relative;
    width: 100%;
    text-decoration: none;
    text-align: left;
    line-height: 20px;
    color: #777;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    z-index: 52;
    text-transform: capitalize;
    padding: 6px 18px
}

.drop span a:hover {
    background: #f8f8f8;
    color: #222
}

.drop-wrap-s-2 {
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .5);
    -moz-border-radius: 5px;
    border-radius: 5px
}

.drop-wrap-s-2 .drop {
    font-size: 16px;
    padding: 9px 20px
}

.drop-wrap-s-2 .drop .drop-list {
    font-size: 16px
}

.drop-wrap-s-3 {
    height: 60px;
    border: 1px solid #91d8f4;
    -moz-border-radius: 25px;
    border-radius: 25px;
    line-height: 60px
}

.contact-form .drop-wrap-s-3 .drop {
    font-size: 16px
}

.drop-wrap-s-3 .drop {
    font-size: 13px;
    line-height: 60px;
    font-weight: 400;
    color: rgba(255, 255, 255, .6);
    padding: 0 20px
}

.drop-wrap-s-3 .drop .drop-list {
    right: 20px
}

.drop-wrap-s-4 {
    height: 50px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    line-height: 50px
}

.drop-wrap-s-4 .drop {
    font-size: 14px;
    padding: 0 20px
}

.drop-wrap-s-5 .drop {
    font-size: 16px
}

.drop-wrap-s-4 .drop .drop-list {
    right: 20px
}

.drop-wrap.color-2 {
    border: 1px solid rgba(219, 219, 219, .6)
}

.drop-wrap.color-2 .drop {
    color: rgba(34, 34, 34, .6);
    opacity: 1
}

.drop-wrap.color-2 .drop-list {
    color: #1593d0
}

.drop-wrap.color-3 {
    border: 1px solid #2d3e50
}

.drop-wrap.color-3 .drop {
    opacity: 1
}

.drop-wrap.color-3 .drop b {
    color: #2d3e50
}

.drop-wrap.color-3 .drop-list {
    color: #2d3e50
}

.drop-wrap.color-4 {
    background: #fff;
    border: 1px solid #fff
}

.drop-wrap.color-4 .drop {
    color: #b9b9b9;
    opacity: 1
}

.drop-wrap.color-5 {
    background: #f8f8f8;
    border: 1px solid #f8f8f8
}

.drop-wrap.color-5 .drop {
    color: #b9b9b9;
    opacity: 1
}

.drop-wrap.color-5 .drop span {
    background: #f8f8f8
}

.drop-wrap.color-5 .drop span a:hover {
    background: #8b8b8b
}

.drop-wrap.color-5 .drop-list {
    color: #022c54
}

.tab-pane .c-button {
    margin-top: 30px
}

.drop-tabs b {
    display: none
}

.arrow-down {
    display: none
}

.arrow-down.act {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg)
}

.main-wraper {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block
}

.main-wraper.color-2 .second-title h2 {
    color: #fff
}

.second-title {
    position: relative;
    text-align: center;
    padding-top: 110px;
    padding-bottom: 65px
}

.second-title h2 {
    padding-bottom: 24px;
    letter-spacing: 6px
}

.second-title h4 {
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 7px
}

.second-title h4.underline {
    margin-bottom: 20px
}

.second-title p {
    padding-bottom: 65px
}

.second-title > :last-child {
    padding-bottom: 0
}

.second-title.style-2 h2 {
    padding-bottom: 72px
}

.second-title.style-2 > :last-child {
    padding-bottom: 0
}

.second-title.style-3 {
    padding-top: 0;
    text-align: left
}

.second-title.style-3 h2 {
    line-height: 40px
}

.second-title.style-3 > :last-child {
    padding-bottom: 0
}

.second-description {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 30px
}

.radius-mask .tour-layer {
    -moz-border-radius: 5px;
    border-radius: 5px
}

.radius-mask .bg {
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.photo-block {
    text-align: center;
    color: #fff;
    position: relative;
    width: 100%
}

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

.photo-block h3 {
    padding-bottom: 10px
}

.photo-block h4 {
    padding-bottom: 10px;
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    opacity: 0
}

.photo-block h5 {
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    opacity: 0
}

.photo-block:hover h4, .photo-block:hover h5 {
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1
}

.photo-block:hover .tour-layer {
    opacity: 1
}

.offers-block {
    position: relative;
    width: 100%;
    min-height: 450px;
    color: #fff;
    float: left;
    display: inline-block
}

.offers-slider .swiper-slide {
    padding: 0 15px;
    width: 33.333%
}

.offers-block .vertical-top {
    padding: 30px
}

.offers-block .vertical-top .rate {
    padding-bottom: 10px
}

.offers-block .vertical-bottom {
    padding: 0 10px 30px 30px
}

.offers-block .vertical-bottom p {
    padding-bottom: 25px;
    font-size: 14px;
    line-height: 22px
}

.offers-info {
    width: 100%;
    position: relative;
    padding-bottom: 20px;
    display: inline-block
}

.offers-info li {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    float: left;
    padding: 0 10px 0 20px;
    border-right: 1px solid rgba(255, 255, 255, .5);
    line-height: 24px
}

.offers-info li:first-child {
    padding-left: 0
}

.offers-info li:last-child {
    border-right: 0 none;
    padding-right: 0
}

.offers-info li b {
    font-size: 24px;
    padding-right: 10px
}

.offers-block:hover .tour-layer {
    opacity: 1
}

.offers-block:hover h3 {
    color: #f60
}

.offers-block.style-2 {
    min-height: 429px
}

.offers-block.style-2 .vertical-top {
    padding: 20px 30px
}

.offers-block.style-2 .rate span {
    font-size: 9px;
    padding: 0 1.5px
}

.offers-block.style-2 .vertical-bottom {
    padding: 0 10px 0 30px
}

.offers-block.style-2 .offet-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px
}

.offers-block.style-2 p {
    opacity: .6
}

.underline {
    position: relative;
    display: inline-block
}

.underline:after {
    content: '';
    width: 100%;
    background: #fff;
    height: 5px;
    position: relative;
    display: block;
    float: none;
    margin: 13px 0 0;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.underline:before {
    width: 0%;
    right: 0;
    background: #f60;
    height: 5px;
    position: absolute;
    display: block;
    float: none;
    content: '';
    bottom: 0;
    -webkit-transition: all .8s cubic-bezier(.23, 1, .32, 1.1);
    -moz-transition: all .8s cubic-bezier(.23, 1, .32, 1.1);
    -o-transition: all .8s cubic-bezier(.23, 1, .32, 1.1);
    transition: all .8s cubic-bezier(.23, 1, .32, 1.1)
}

.underline-block:hover .underline:before {
    width: 100%;
    z-index: 1
}

.underline.m94:after, .underline.m94:before {
    max-width: 94px;
    left: 0;
    right: auto
}

.underline.color-blue-2:after {
    background: #1593d0
}

.underline.color-red-3:after {
    background: #d73240
}

.underline.color-dr-blue-2:after {
    background: #022c54
}

.popular-img {
    position: relative;
    width: 100%;
    min-height: 200px;
    color: #fff;
    margin-bottom: 30px
}

.popular-img .vertical-bottom {
    padding: 0 0 22px 30px
}

.popular-img h4 {
    font-weight: 700;
    letter-spacing: 3px;
    padding-bottom: 10px
}

.popular-img h5 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px
}

.popular-img:hover .tour-layer {
    opacity: 1
}

.popular-img:hover a {
    color: #f60
}

.popular-desc {
    position: relative;
    width: 100%;
    min-height: 430px
}

.bg-contain.bg-bg-chrome {
    -moz-background-size: contain;
    background-size: contain
}

.popular-desc h3 {
    padding-bottom: 20px
}

.popular-desc p {
    padding-bottom: 30px
}

.popular-desc h4 {
    font-weight: 700;
    letter-spacing: 2px;
    padding-bottom: 20px
}

.popular-desc ul {
    position: relative;
    width: 100%;
    list-style-type: disc;
    color: #bebebe;
    list-style-position: inside
}

.popular-desc ul li {
    font-size: 14px;
    line-height: 24px
}

.popular-desc ul li a:hover {
    color: #777
}

.popular-desc .c-button {
    margin-top: 35px
}

.popular-desc .c-button:hover {
    color: #f60
}

.item-block {
    position: relative;
    width: 100%;
    text-align: center;
    color: #fff
}

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

.item-block p {
    color: rgba(255, 255, 255, .6);
    padding: 0 26% 35px
}

.item-block h3 {
    padding-bottom: 15px;
    font-size: 26px;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in
}

.item-block h4 {
    padding-bottom: 15px
}

.item-block .rate {
    padding-bottom: 22px
}

.item-block:hover .tour-layer {
    opacity: 1
}

.item-block:hover h3 {
    color: #f60
}

.item-block.style-2 h3 {
    font-size: 22px;
    position: relative;
    display: inline-block;
    float: none
}

.item-block.style-2 h3:after {
    width: 100%;
    background: #fff;
    height: 5px;
    position: relative;
    display: block;
    float: none;
    margin: 13px auto 0;
    text-align: center;
    content: '';
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in
}

.item-block.style-2 h3:before {
    width: 0%;
    right: 0;
    background: #f60;
    height: 5px;
    position: absolute;
    display: block;
    float: none;
    text-align: center;
    content: '';
    bottom: 15px;
    -webkit-transition: all .8s cubic-bezier(.23, 1, .32, 1.1);
    -moz-transition: all .8s cubic-bezier(.23, 1, .32, 1.1);
    -o-transition: all .8s cubic-bezier(.23, 1, .32, 1.1);
    transition: all .8s cubic-bezier(.23, 1, .32, 1.1)
}

.item-block.style-2:hover h3:before {
    width: 100%;
    z-index: 1
}

.item-block.style-3 {
    min-height: 489px
}

.item-block.style-3 .ib-subtitle {
    font-weight: 400
}

.item-block.style-3 .ib-subtitle span {
    font-size: 30px;
    font-weight: 700
}

.item-block.style-3 h3 {
    font-size: 22px
}

.item-block.style-3 .underline {
    margin-left: 65px;
    margin-right: 65px
}

.item-block.style-3 .underline:before {
    bottom: 15px
}

.item-block.style-3 p {
    padding: 0 10% 0
}

.item-block.style-4 h3 {
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 9px;
    padding-bottom: 18px
}

.item-block.style-4 h4 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 3.5px;
    padding-bottom: 18px
}

.item-block.style-4 .main-date {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 24px
}

.item-block.style-4 .rate {
    padding-bottom: 19px
}

.item-block.style-4 .rate span {
    font-size: 11px
}

.item-block.style-4 p {
    padding: 0 14% 35px
}

.item-block.style-5 {
    position: relative;
    min-height: 488px
}

.item-block.style-5 .ib-subtitle {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 3px;
    padding-bottom: 11px
}

.item-block.style-5 .ib-subtitle span {
    font-size: 22px;
    font-weight: 700
}

.item-block.style-5 h3 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 11px
}

.item-block.style-5 p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    padding: 0 12% 32px
}

.item-block.style-5 .ib-undertitle {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px
}

.item-block.style-5 .ib-price {
    font-size: 32px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 44px
}

.submit input:hover {
    background: #f60;
    color: #fff
}

.border-white.c-button:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000
}

.submit {
    position: relative;
    display: block;
    padding-left: 15px;
    float: left
}

.slide-tour {
    text-align: center;
    position: relative;
    width: 100%;
    color: #fff
}

.slide-tour h2 {
    font-size: 40px;
    padding-bottom: 40px
}

.slide-tour span {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 25px;
    text-transform: uppercase;
    display: block
}

.info-line {
    position: relative;
    width: 100%;
    text-align: center
}

.info-line-bar {
    position: relative;
    float: none;
    display: inline-block;
    margin: 0 10px
}

.info-line-bar span {
    font-size: 28px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-left: 5px;
    padding-bottom: 0
}

.info-line-bar h5 {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-left: 3px;
    line-height: 14px;
    vertical-align: text-top
}

.tm-title {
    color: #fff;
    text-align: left;
    padding-left: 50px
}

.tm-title .button-s-2 {
    margin-bottom: 15px
}

.tm-title h3 {
    padding-bottom: 32px
}

.comm-info img {
    position: absolute
}

.comm-info .comm-info-txt {
    position: relative;
    display: block;
    padding: 30px 50px 0 80px
}

.comm-info-txt h5 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px
}

.comm-info-txt p {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    line-height: 22px
}

.comm-info-slider .poin-style-1 {
    left: 50px;
    bottom: 57px
}

.comm-info-slider .poin-style-1 .swiper-pagination-switch {
    float: left
}

.tour-block {
    position: relative;
    float: left;
    width: 100%;
    min-height: 350px;
    margin-bottom: 30px
}

.tour-block:hover h3 {
    color: #f60
}

.tour-block:hover .border-line-top:before {
    height: 100%
}

.tour-block:hover .border-line-top:after {
    width: 100%
}

.tour-block:hover .border-line-bottom:before {
    height: 100%
}

.tour-block:hover .border-line-bottom:after {
    width: 100%
}

.tour-caption {
    width: 100%;
    text-align: center;
    color: #fff
}

.tour-caption h3 {
    padding-bottom: 10px;
    letter-spacing: 4px;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in
}

.tour-caption h3.underline {
    padding-bottom: 0
}

.tour-caption .rate {
    padding-bottom: 9px
}

.tour-caption .rate span {
    font-size: 12px
}

.tour-caption .vertical-bottom {
    padding: 0 30px 30px;
    text-align: left;
    text-transform: uppercase
}

.tour-caption .vertical-align {
    margin-top: -40px
}

.tour-caption .c-button.b-50 {
    padding: 0 19px;
    font-size: 11px
}

.rate span {
    font-size: 14px;
    padding: 0 3px;
    display: inline-block
}

.tour-info {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 15px
}

.tour-info:last-child {
    padding-bottom: 0
}

.tour-info span {
    padding-left: 10px;
    font-size: 11px
}

.tour-info img {
    vertical-align: bottom
}

.hotel-small .tour-layer {
    border-radius: 5px
}

.tour-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in
}

.tour-block:hover .tour-layer {
    opacity: 1
}

.slider-tour {
    position: relative;
    width: 100%;
    text-align: center;
    color: #fff
}

.slider-tour .rate {
    padding-bottom: 25px
}

.slider-tour .rate span {
    font-size: 12px
}

.slider-tour h2 {
    padding-bottom: 22px;
    letter-spacing: 6px
}

.slider-tour h3 {
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 16px;
    display: inline-block;
    letter-spacing: 2px
}

.slider-tour h5 {
    text-transform: uppercase;
    letter-spacing: 0
}

.slider-tour.style-2 h2 {
    letter-spacing: 6.3px;
    padding-bottom: 20px
}

.slider-tour.style-2 h3 {
    display: block;
    font-weight: 400;
    padding-bottom: 12px
}

.slider-tour.style-2 h3 strong {
    font-weight: 700
}

.slider-tour.style-2 h4 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px
}

.slider-tour.style-2 .rate-wrap {
    width: auto;
    padding: 4px 0 0
}

.slider-tour.style-2 .rate-wrap i {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px
}

.slider-tour.style-2 .rate {
    padding-bottom: 20px
}

.slider-tour.style-2 .tour-info {
    display: inline-block;
    margin-right: 37px
}

.slider-tour.style-2 .tour-info:last-child {
    margin-right: 0
}

.slider-tour.style-2 .tour-info-line {
    margin-bottom: 21px
}

.slider-tour.style-2 .c-button {
    margin-bottom: 38px
}

.slider-tour.style-2 p {
    font-family: 'Open Sans', sans-serif
}

.weth-icon b {
    font-size: 16px;
    padding-left: 7px;
    letter-spacing: 1px
}

.weth-icon img {
    vertical-align: middle
}

.weth-icon.style-2 {
    margin-top: 80px;
    margin-right: 50px;
    width: 108px;
    padding-top: 23px;
    padding-bottom: 18px;
    text-align: center
}

.weth-icon.style-2 img {
    display: block;
    margin: 0 auto 12px auto
}

.weth-icon.style-2 b {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    padding-left: 0;
    margin-bottom: 3px
}

.weth-icon.style-2 sup {
    font-size: 15px
}

.weth-icon.style-2 .weth-city {
    font-size: 10px;
    line-height: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px
}

.tour-block.tour-block-s-1 {
    min-height: 100%;
    margin-bottom: 0
}

.tour-block.tour-block-s-1:hover h3 {
    color: #f60
}

.tour-block-s-1 .vertical-align {
    margin-top: 0
}

.tour-block-s-1 .tour-caption .vertical-bottom {
    padding: 0 50px 50px
}

.tour-block-s-1 .tour-caption .vertical-top {
    padding: 50px 50px 0
}

.tour-block-s-2 {
    min-height: 243px;
    margin-bottom: 30px
}

.tour-block-s-2 .vertical-align {
    margin-top: 0
}

.tour-block-s-2 .tour-caption .vertical-bottom {
    padding: 0 50px 50px
}

.tour-block-s-2 .tour-caption .vertical-top {
    padding: 50px 50px 0
}

.tour-block-s-2 h3 {
    margin-bottom: 22px
}

.tour-block.tour-block-s-3 {
    cursor: pointer;
    margin-bottom: 0;
    min-height: 100%
}

.tour-block.tour-block-s-3:hover h3 {
    color: #e74f4f
}

.tour-block.tour-block-s-3 .vertical-align {
    margin: 0
}

.tour-block-s-4 {
    margin-bottom: 0;
    min-height: 516px;
    cursor: pointer
}

.tour-block-s-4 .vertical-top .weth-icon {
    margin-top: 29px;
    margin-right: 29px
}

.tour-block-s-4 .vertical-align {
    margin: 0
}

.tour-block-s-4 .tour-caption .rate {
    padding-bottom: 20px
}

.tour-block-s-4 .tour-caption h3 {
    margin-bottom: 15px
}

.tour-block-s-4 h4 {
    margin-bottom: 10px
}

.tour-block-s-4 p {
    padding: 0 12%
}

.tour-block-s-5 {
    cursor: pointer;
    margin-bottom: 0;
    min-height: 100%
}

.tour-block-s-5 .vertical-align {
    margin: 0
}

.tour-block-s-5 h3 {
    letter-spacing: 2px;
    margin-bottom: 30px
}

.tour-block-s-5 h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0
}

.tour-block-s-5 h5 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 2px
}

.tour-block-s-5 .underline:after {
    margin: 23px 0 0
}

.tour-block-s-6 {
    min-height: 516px;
    margin-bottom: 0
}

.tour-block-s-6 h4 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 11px
}

.tour-block-s-6 h3 {
    font-size: 32px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 6px;
    margin-bottom: 13px
}

.tour-block-s-6 p {
    font-size: 32px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 18px
}

.tour-block-s-6 .tour-caption .vertical-align {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px
}

.tour-block-s-7 {
    min-height: 243px
}

.tour-block-s-7 h3 {
    margin-bottom: 9px
}

.tour-block-s-7 h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 9px
}

.tour-block-s-7 h4 span {
    font-size: 22px;
    font-weight: 700
}

.tour-block-s-7 p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px
}

.tour-block-s-7 .tour-caption .vertical-align {
    margin-top: 0;
    padding: 0 30px;
    text-align: left
}

.tour-block-s-8 {
    min-height: 243px
}

.tour-block-s-8 h3 {
    margin-bottom: 4px
}

.tour-block-s-8 h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 1.8px;
    margin-bottom: 9px
}

.tour-block-s-8 h4 span {
    font-size: 22px;
    font-weight: 700
}

.tour-block-s-8 .tb_category {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.tour-block-s-8 .tour-caption .vertical-align {
    margin-top: 0;
    padding: 0 30px;
    text-align: right
}

.tour-block-s-9 {
    min-height: auto
}

.tour-block-s-9 .vertical-align {
    margin-top: 0
}

.tour-block-s-9 .tour-caption .vertical-bottom {
    padding: 0 50px 50px
}

.tour-block-s-9 .tour-caption .vertical-top {
    padding: 50px 50px 0
}

.tour-block-s-9 h3 {
    margin-bottom: 22px
}

.hover-green:hover .hover-it {
    color: #66bb6a
}

.hover-green.underline-block:hover .underline:before {
    background: #66bb6a
}

.hover-yellow:hover .hover-it {
    color: #f60
}

.hover-yellow.underline-block:hover .underline:before {
    background: #f60
}

.hover-aqua:hover .hover-it {
    color: #f60
}

.hover-aqua.underline-block:hover .underline:before {
    background: #f60
}

.hover-sea:hover .hover-it {
    color: #00e5ff
}

.hover-sea.underline-block:hover .underline:before {
    background: #00e5ff
}

.hover-blue:hover .hover-it {
    color: #23b0e8
}

.hover-blue.underline-block:hover .underline:before {
    background: #23b0e8
}

.hover-blue-3:hover .hover-it {
    color: #206ab0
}

.hover-blue-3.underline-block:hover .underline:before {
    background: #206ab0
}

.hover-dr-blue-2:hover .hover-it {
    color: #022c54
}

.hover-dr-blue-2.underline-block:hover .underline:before {
    background: #022c54
}

.hover-red-3:hover .hover-it {
    color: #d73240
}

.hover-red-3.underline-block:hover .underline:before {
    background: #d73240
}

.testimonials {
    position: relative;
    width: 100%
}

.testi-wrap {
    text-align: center;
    position: relative;
    color: #fff;
    max-width: 830px;
    display: block;
    border: 1px solid #fff;
    padding: 45px 35px 40px;
    margin: 0 auto;
    position: relative;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-top: 0 none
}

.testi-wrap p {
    color: rgba(255, 255, 255, .6);
    padding-bottom: 20px
}

.qq {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

.qq img {
    width: 30px;
    height: 30px;
    margin-top: -15px
}

.qq:before {
    content: '';
    position: absolute;
    left: 0;
    width: 45%;
    height: 1px;
    background: #fff
}

.qq:after {
    content: '';
    position: absolute;
    right: 0;
    width: 45%;
    height: 1px;
    background: #fff
}

.testi-3 {
    padding: 130px 0
}

.testi-3 .poin-style-1 {
    bottom: 50px
}

.hotel-choose {
    position: relative;
    width: 100%;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    padding: 30px;
    display: inline-block;
    margin: 100px 0
}

.hotel-choose.hotel-hidden {
    display: none
}

.hotel-choose .swiper-container {
    width: 100%
}

.hotel-choose .title {
    padding-left: 30px;
    color: #222
}

.hotel-choose .title p {
    color: #bebebe;
    font-size: 14px;
    line-height: 24px;
    display: inline-block
}

.hotel-choose .title p span {
    position: relative;
    float: left;
    display: inline-block
}

.hotel-choose .title .c-button {
    margin-top: 18px
}

.hotel-sm {
    position: relative;
    float: left;
    height: 100px;
    width: 100%
}

.hotel-sm-slide .tour-block {
    min-height: 100px;
    margin: 17px 0 0
}

.hotel-sm-slide.swiper-slide {
    padding: 0 15px
}

.hotel-sm-slide h6 b {
    padding-bottom: 8px;
    display: inline-block
}

.arrows-3 .swiper-arrow-left, .arrows-3 .swiper-arrow-right {
    margin-top: 28px
}

.arrows-3 .swiper-arrow-left {
    left: -35px
}

.arrows-3 .swiper-arrow-right {
    right: -35px
}

.choose-hotel {
    position: relative;
    width: 100%;
    margin: 100px 0;
    display: inline-block
}

.choose-hotel .drop-wrap {
    max-width: 165px;
    margin-right: 30px
}

.choose-hotel .drop-wrap:last-child {
    margin-right: 0
}

.choose-hotel .drop-wrap-s-2 .drop .drop-list {
    right: 20px;
    top: 10px
}

.price {
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

.price-s-1 {
    background: rgba(0, 0, 0, .3);
    padding: 10px 20px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.price-s-2 {
    font-size: 14px;
    background: rgba(0, 0, 0, .3);
    padding: 8px 17px;
    color: #fff;
    position: absolute;
    left: 24px;
    top: 30px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.price-s-3 {
    font-size: 12px;
    background: rgba(0, 0, 0, .3);
    padding: 10px 17px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.price-s-4 {
    font-size: 14px;
    background: rgba(0, 0, 0, .3);
    padding: 8px 17px;
    color: #f8f8f8;
    position: absolute;
    left: 20px;
    top: 20px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.price.red {
    background: rgba(252, 29, 29, .8)
}

.price.green {
    background: rgba(0, 200, 38, .8)
}

.arrows-3 .offers-arrow:hover {
    background: #2d3e50;
    border: 5px solid #a8aeb1
}

.hotel-item {
    position: relative;
    width: 100%;
    float: left;
    display: inline-block;
    -moz-box-shadow: 4px 3px 5px 0 rgba(0, 0, 0, .03);
    box-shadow: 4px 3px 5px 0 rgba(0, 0, 0, .03)
}

.radius-top {
    position: relative;
    width: 100%;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    height: 225px
}

.radius-top img {
    width: 100%;
    height: 220px;
    display: block
}

.hotel-item .title {
    position: relative;
    width: 100%;
    padding: 24px 20px;
    border: 1px solid #f7f7f7;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px
}

.hotel-item .title h4 {
    margin-bottom: -4px
}

.rate-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px 0 3px
}

.rate-wrap .rate {
    position: relative;
    float: left;
    padding-right: 0;
    display: block;
    width: 100%
}

.rate-wrap i {
    position: relative;
    float: left;
    color: #bebebe;
    font-size: 12px;
    line-height: 21px;
    width: auto;
    font-style: normal;
    font-weight: 400
}

.hotel-item .title p {
    color: #bebebe;
    padding: 8px 0 27px;
    font-size: 12px;
    line-height: 18px;
    height: 90px;
    overflow: hidden
}

.hotel-item .title span.f-14 {
    font-size: 12px
}

.hotel-item .c-price {
    font-size: 22px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 1px
}

.hotel-item .hotel-person {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase
}

.hotel-item .hotel-person span {
    font-weight: 700
}

.hotel-item .hotel-icons-block .hotel-icon {
    display: inline-block;
    width: 18px;
    line-height: 20px;
    padding: 1px 13.5px;
    border-right: 1px solid #eaeaea;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.hotel-item .hotel-icons-block .hotel-icon:last-child {
    border-right: none
}

.arrows-travel {
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #e74f4f;
    top: 80px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.arrows-travel span {
    font-size: 16px;
    color: #fff;
    line-height: 12px;
    padding-top: 13px;
    text-align: center
}

.arrows-travel:hover {
    background: #2d3e50
}

.pad-15 .swiper-slide {
    padding: 0 15px
}

.hotel-item.style-2 .price {
    font-size: 12px;
    line-height: 39px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: rgba(229, 74, 74, .8);
    padding: 0 19px
}

.hotel-item.style-2 .title h4 {
    letter-spacing: 1.5px;
    margin-bottom: 0;
    margin-bottom: 9px
}

.hotel-item.style-2 .rate-wrap {
    padding: 0 0 3px
}

.hotel-item.style-3 .price-s-1 {
    top: 30px;
    left: 24px
}

.hotel-item.style-3 .title {
    background: #fff;
    padding: 27px 20px
}

.hotel-item.style-3 .title h4 {
    letter-spacing: 2.7px
}

.hotel-item.style-3 .title p {
    padding: 8px 0 11px
}

.hotel-item.style-3 .date {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #bebebe;
    text-transform: uppercase;
    margin-bottom: 9px
}

.hotel-item.style-3 .date strong {
    font-weight: 700
}

.hotel-item.style-3 .people {
    font-family: 'Open Sans', sans-serif;
    line-height: 16px;
    font-weight: 400;
    color: #bebebe;
    text-transform: uppercase
}

.hotel-item.style-3 .people strong {
    font-weight: 800
}

.hotel-item.style-3 .tour-weather {
    top: 29.5px;
    left: auto;
    right: 13px
}

.hotel-item.style-3 .c-button {
    padding: 0 14px
}

.hotel-item.style-4 .radius-top {
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0
}

.hotel-item.style-4 .hotel-place {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px
}

.hotel-item.style-4 .hotel-hot {
    font-weight: 300
}

.hotel-item.style-5 .price-s-1 {
    top: 30px;
    left: 24px
}

.hotel-item.style-5 .title {
    background: #fff;
    padding: 27px 20px;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none
}

.hotel-item.style-5 .title h4 {
    letter-spacing: 2.7px
}

.hotel-item.style-5 .title p {
    padding: 8px 0 11px
}

.hotel-item.style-5 .date {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #bebebe;
    text-transform: uppercase;
    margin-bottom: 9px
}

.hotel-item.style-5 .date strong {
    font-weight: 700
}

.hotel-item.style-5 .people {
    font-family: 'Open Sans', sans-serif;
    line-height: 16px;
    font-weight: 400;
    color: #bebebe;
    text-transform: uppercase
}

.hotel-item.style-5 .people strong {
    font-weight: 800
}

.hotel-item.style-6 .title {
    border: 1px solid #efefef;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-box-shadow: none;
    box-shadow: none
}

.hotel-item.style-6 .radius-top {
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0
}

.hotel-item.style-6 .tour-info {
    margin-right: 15px
}

.hotel-item.style-6 .rate-wrap {
    margin-bottom: 6px
}

.hotel-item.style-6 h5 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase
}

.hotel-item.style-6 h5 strong {
    font-size: 16px
}

.hotel-item.style-7 .title {
    border: 1px solid #efefef;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-box-shadow: none;
    box-shadow: none
}

.hotel-item.style-7 h4 {
    letter-spacing: 0;
    margin-bottom: 3px
}

.hotel-item.style-7 h5 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    margin-bottom: 12px
}

.hotel-item.style-7 h5 strong {
    font-size: 16px;
    font-weight: 700
}

.hotel-item.style-7 h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 12px
}

.hotel-item.style-7 p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0
}

.hotel-item.style-8 .hotel-person {
    font-size: 16px;
    line-height: 22px
}

.hotel-item.style-8 .rate-wrap {
    padding: 6px 0 3px
}

.hotel-item.style-8 .title h4 {
    margin-bottom: 0
}

.hotel-item.style-8 .price-s-2 {
    left: 0;
    top: 0
}

.hotel-item.style-9 .title {
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-box-shadow: none;
    box-shadow: none
}

.hotel-item.style-9 .tour-info {
    margin-right: 15px
}

.hotel-item.style-9 h5 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase
}

.hotel-item.style-9 h5 strong {
    font-size: 16px
}

.hotel-item.style-9 .buttons-block {
    padding: 30px 20px;
    margin: 0 -20px 0 -20px
}

.hotel-item.style-10 .radius-top {
    border-bottom: 1px solid #ededed
}

.hotel-item.style-10 .title {
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-box-shadow: none;
    box-shadow: none
}

.hotel-item.style-10 .fi_block {
    margin-bottom: 10px
}

.hotel-item.style-10 h4 {
    letter-spacing: 0;
    margin-bottom: 3px
}

.hotel-item.style-10 h5 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    margin-bottom: 12px
}

.hotel-item.style-10 h5 strong {
    font-size: 16px;
    font-weight: 700
}

.hotel-item.style-10 h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 12px
}

.hotel-item.style-10 p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0
}

.hotel-item.style-10 .hotel-right-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase
}

.hotel-item.style-11 .price-s-1 {
    top: 30px;
    left: 24px
}

.hotel-item.style-11 .title {
    padding: 27px 20px;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none
}

.hotel-item.style-11 .title h4 {
    letter-spacing: 2.7px
}

.hotel-item.style-11 .title p {
    padding: 8px 0 11px
}

.hotel-item.style-11 .date {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #bebebe;
    text-transform: uppercase;
    margin-bottom: 9px
}

.hotel-item.style-11 .date strong {
    font-weight: 700
}

.hotel-item.style-11 .people {
    font-family: 'Open Sans', sans-serif;
    line-height: 16px;
    font-weight: 400;
    color: #bebebe;
    text-transform: uppercase
}

.hotel-item.style-11 .people strong {
    font-weight: 800
}

.hotel-item.style-11 .tour-weather {
    top: 29.5px;
    left: auto;
    right: 13px
}

.hotel-item.style-11 .c-button {
    padding: 0 14px
}

.hotel-item.style-12 .title {
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-box-shadow: none;
    box-shadow: none
}

.hotel-item.style-12 .fi_block {
    margin-bottom: 10px
}

.hotel-item.style-12 h4 {
    letter-spacing: 1.3px;
    margin-bottom: 3px
}

.hotel-item.style-12 h5 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    margin-bottom: 12px
}

.hotel-item.style-12 h5 strong {
    font-size: 16px;
    font-weight: 700
}

.hotel-item.style-12 h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 12px
}

.hotel-item.style-12 p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0
}

.hotel-item.style-12 .hotel-right-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase
}

.hotel-item.style-12 .hotel-middle:before {
    content: '';
    position: absolute;
    top: 28px;
    left: 0;
    bottom: 28px;
    display: block;
    width: 1px;
    background: #ececec
}

.list-content .hotel-item.style-12 .hotel-middle {
    width: 66.66666667%
}

.flight-icon .fi_icon {
    float: left
}

.flight-icon .fi_content {
    padding-left: 35px
}

.flight-icon .fi_icon {
    margin-top: 6px
}

.flight-icon .fi_title {
    margin-bottom: 3px
}

.flight-icon .fi_text, .flight-icon .fi_title {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    text-transform: uppercase
}

.border-line-top:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 0%;
    content: '';
    background: #fff;
    z-index: 50;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.border-line-top:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 10px;
    content: '';
    background: #fff;
    z-index: 50;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.border-line-bottom:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 0%;
    content: '';
    background: #fff;
    z-index: 50;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.border-line-bottom:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 10px;
    content: '';
    background: #fff;
    z-index: 50;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.hotel-wrpp {
    position: relative;
    display: none;
    width: 100%
}

.hotel-wrpp.active {
    display: inline-block
}

.tab-select {
    display: none
}

.hotel-choose-1 .hotel-sm-block .tour-block {
    min-height: 140px;
    margin: 0
}

.hotel-choose-1 .swiper-slide {
    padding: 0 5px
}

.hotel-choose-1 .title {
    padding: 0 0 30px 0
}

.hotel-choose-1 .title h4 {
    padding-bottom: 10px
}

.palce-txt {
    font-size: 14px
}

.hotel-choose-1 .title .palce-txt {
    padding-bottom: 15px;
    display: block
}

.hotel-choose-1 .title .palace-txt {
    padding-bottom: 20px
}

.hotel-choose-1 .arrows-3 .swiper-arrow-left, .hotel-choose-1 .arrows-3 .swiper-arrow-right {
    margin-top: 0
}

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

.hotel-choose-1 .arrows-3 .swiper-arrow-left {
    left: -45px
}

.hotel-choose-1 .arrows-3 .swiper-arrow-right {
    right: -45px
}

.hotel-choose-1 .rate-wrap {
    padding: 6px 0 3px
}

.hotel-choose-1 .rate-wrap i {
    position: relative;
    font-size: 13px;
    top: 2px
}

.hotel-choose-1 .rate span {
    font-size: 12px
}

.title-small {
    margin-bottom: 10px;
    letter-spacing: 6px;
    margin-bottom: 67px
}

.hotel-small {
    margin-bottom: 31px
}

.hotel-small .hotel-img {
    display: block;
    width: 81px;
    float: left;
    overflow: hidden
}

.hotel-small .hotel-desc {
    margin-left: 100px;
    margin-top: 3px
}

.hotel-small h4 {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #222;
    letter-spacing: 1px;
    margin-bottom: 8px
}

.hotel-small .hotel-loc {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: .5px;
    color: #bebebe
}

.hotel-small .rate span {
    font-size: 12px;
    padding: 0 2px;
    margin-bottom: 10px
}

.hotel-small.style-2 .hotel-img {
    width: 120px;
    height: 99px
}

.hotel-small.style-2 .hotel-desc {
    margin-left: 150px
}

.hotel-small.style-2 h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 10px
}

.hotel-small.style-2 h5 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 7px;
    display: inline-block
}

.hotel-small.style-2 h5 strong {
    font-weight: 700
}

.hotel-small.style-2 .hotel-loc {
    line-height: 20px
}

.hotel-small.style-2 .tour-info {
    display: inline-block;
    text-transform: initial
}

.hotel-small.style-2 .tour-info:last-child {
    padding-bottom: 15px
}

.black-hover {
    position: relative
}

.black-hover:hover .tour-layer {
    opacity: 1
}

.tour-item {
    padding: 0 15px 30px
}

.tour-item .tour-desc {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 27px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px
}

.tour-item .tour-title {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 9px
}

.tour-item .tour-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 13px
}

.tour-item .tour-price {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1px
}

.tour-item .tour-price span {
    font-weight: 700
}

.tour-item.style-2 {
    padding: 0
}

.tour-item.style-2 .radius-top {
    -moz-border-radius: 0;
    border-radius: 0
}

.tour-item.style-2 .tour-weather {
    font-size: 12px;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.tour-item.style-2 .tour-desc {
    padding-left: 20px;
    text-align: left
}

.tour-item.style-2 .c-button {
    float: right
}

.tour-item.style-2 .tour-title {
    max-width: 58%;
    text-align: left
}

.tour-item.style-2 .tour-text {
    max-width: 58%
}

.tour-item.style-2 .c-button {
    margin-right: 20px
}

.tour-item.style-3 {
    padding: 0
}

.tour-item.style-3 .tour-weather {
    font-size: 12px;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.tour-item.style-3 .tour-desc {
    position: relative;
    padding-top: 55px;
    padding-left: 25px;
    padding-right: 25px
}

.tour-item.style-3 .tm-people {
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -50px;
    border: 5px solid #fff;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.tour-item.style-3 .rate {
    margin-bottom: 13px
}

.tour-item.style-3 .rate span {
    font-size: 9px;
    padding: 0 1.5px
}

.tour-item.style-3 .tour-title {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1.2px
}

.tour-item.style-3 .tour-text {
    line-height: 20px
}

.tour-item.style-4 {
    padding: 0
}

.tour-item.style-4 .tour-weather {
    font-size: 10px;
    line-height: 27px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 27px
}

.tour-item.style-4 .tour-desc {
    padding-left: 20px;
    text-align: left;
    border: 1px solid #efefef;
    -moz-border-radius: 0;
    border-radius: 0
}

.tour-item.style-4 .tour-title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1.2px;
    max-width: 58%;
    text-align: left;
    margin-bottom: 1px
}

.tour-item.style-4 .tour-text {
    max-width: 58%;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 6px
}

.tour-item.style-4 .plane-icon {
    margin-right: 8px
}

.tour-item.style-4 .tour-price span {
    font-size: 16px
}

.tour-item.style-4 .c-button {
    margin-right: 20px;
    float: right
}

.tour-item.style-5 {
    padding: 0
}

.tour-item.style-5 .tour-weather {
    font-size: 12px;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.tour-item.style-5 .tour-desc {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left
}

.tour-item.style-5 .tour-title {
    text-align: left
}

.tour-item.style-5 .c-button {
    margin-right: 20px
}

.tour-item.style-5 .tour-person {
    float: right;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    text-transform: uppercase
}

.tour-item.style-5 .tour-person span {
    font-weight: 700
}

.swiper-slide .tour-item {
    padding-left: 15px;
    padding-right: 15px
}

.tour-weather {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    color: #222;
    background: #fff;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 0 14px;
    height: 34px
}

.tour-weather.red {
    color: #fff;
    background: rgba(215, 50, 64, .8)
}

.tour-weather.green {
    color: #fff;
    background: rgba(0, 200, 38, .8)
}

.tour-weather .sup {
    vertical-align: super
}

.tour-weather img {
    position: relative;
    top: 4px;
    display: inline-block;
    width: auto;
    margin-right: 11px
}

.tour-item-grid .tour-item {
    margin-bottom: 30px
}

.map-block {
    position: relative
}

.map-block .container {
    position: relative;
    margin: 0 auto;
    height: 100%
}

#map-canvas {
    height: 702px;
    z-index: 2
}

#map-canvas.style-2 {
    height: 550px
}

#map-canvas.style-3 {
    height: 388px
}

#map-canvas.style-4 {
    height: 350px
}

.map-form {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.map-form .table-view {
    position: relative;
    width: 42%;
    z-index: 3
}

.map-form .map-title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #fefefe;
    letter-spacing: 6px;
    margin-bottom: 22px
}

.map-form .map-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    opacity: .6;
    margin-bottom: 37px
}

.map-form .submit {
    padding-left: 0
}

.left-title {
    position: absolute;
    top: 50%;
    left: 30px;
    width: 155px;
    float: left;
    margin-right: 63px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.left-title .second-title {
    text-align: left;
    padding-top: 0
}

.left-title .subtitle {
    font-size: 16px;
    line-height: 20px
}

.left-title .second-title h2 {
    line-height: 40px
}

.left-title .second-title p {
    padding-bottom: 0
}

.left-content {
    padding-left: 218px
}

.counter-entry {
    text-align: center
}

.counter-icon {
    display: block;
    margin: 0 auto 25px auto
}

.counter-number {
    font-size: 32px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 17px
}

.counter-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px
}

.counter-entry.style-2 {
    margin-bottom: 25px
}

.counter-entry.style-2 .counter-icon-block {
    position: relative;
    display: inline-block;
    width: 71px;
    height: 71px;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-bottom: 21px
}

.counter-entry.style-2 .counter-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.counter-entry.style-2 .counter-number {
    margin-bottom: 10px
}

.sb-price {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px
}

.sb-price span {
    position: relative;
    top: 1.5px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 900
}

.contry-item {
    display: block;
    text-align: center
}

.contry-item img {
    display: inline-block;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 5px solid transparent;
    margin-bottom: 9px
}

.contry-item h5 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase
}

.contry-item img {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    transition: all .35s ease-in;
    -webkit-transition: all .35s ease-in;
    -moz-transition: all .35s ease-in;
    -ms-transition: all .35s ease-in
}

.contry-item:hover img {
    box-shadow: 0 0 0 5px #66bb6a
}

.contry-wrapp .second-title.style-3 {
    padding-bottom: 0
}

.contry-item:hover h5 {
    color: #66bb6a
}

.city-entry .tour-block {
    margin-bottom: 0;
    float: none
}

.city-entry .nav-tab-item {
    display: block;
    float: left;
    width: 33.33333333%;
    font-size: 14px;
    line-height: 53px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    transition: all .35s ease-in;
    -webkit-transition: all .35s ease-in;
    -moz-transition: all .35s ease-in;
    -ms-transition: all .35s ease-in
}

.city-entry .nav-tab-item:first-child {
    border-left: none
}

.city-entry .nav-tab-item:hover {
    color: #66bb6a;
    background: #fff
}

.city-entry .nav-tab-item.active {
    color: #66bb6a;
    background: #fff
}

.city-entry .tab-info {
    display: none
}

.city-entry .tab-info.active {
    display: block
}

.swiper-slide .city-entry {
    margin-left: 15px;
    margin-right: 15px
}

.simple-tab .nav-tab {
    text-align: center;
    font-size: 0;
    position: relative;
    top: 1px;
    z-index: 2
}

.simple-tab .nav-tab-item {
    display: inline-block;
    height: 50px;
    font-size: 12px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 0 30px;
    border: 1px solid #eaeaea;
    border-left: none;
    cursor: pointer;
    border-radius: 3px
}

.simple-tab .nav-tab-item:first-child {
    border-left: 1px solid #eaeaea
}

.simple-tab .nav-tab-item.active {
    border-bottom: none
}

.simple-tab .tab-info {
    border: 1px solid #eaeaea;
    display: none;
    padding: 26px 32px
}

.simple-tab .tab-info.active {
    display: block
}

.simple-tab .tab-info .hotel-small:last-child {
    margin-bottom: 0
}

.simple-tab.color-1 .nav-tab-item {
    color: #222
}

.simple-tab.color-1 .nav-tab-item.active {
    background: #f8f8f8
}

.simple-tab.color-1 .tab-info {
    background: #f8f8f8
}

.simple-tab.tab-3 .nav-tab-item {
    display: block;
    float: left;
    width: 33.33333333%;
    padding: 0 5px
}

.simple-tab.type-2 .tab-nav-wrapper {
    margin-bottom: 50px
}

.simple-tab.type-2 .nav-tab-item {
    position: relative;
    font-size: 10px;
    line-height: 39px;
    font-weight: 700;
    color: #b9b9b9;
    letter-spacing: .5px;
    display: inline-block;
    height: 39px;
    background: #f8f8f8;
    padding: 0 14px;
    text-transform: uppercase;
    border: none;
    margin-right: 5px
}

.simple-tab.type-2 .nav-tab-item:last-child {
    margin-right: 0
}

.simple-tab.type-2 .nav-tab-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 10px 0 10px;
    border-color: transparent transparent transparent transparent
}

.simple-tab.type-2 .nav-tab-item.active {
    background: #022c54;
    color: #fff
}

.simple-tab.type-2 .nav-tab-item.active:before {
    border-color: #022c54 transparent transparent transparent
}

.simple-tab.type-2 .tab-info {
    border: none;
    padding: 0
}

.hotel-line {
    position: relative;
    padding: 16px 0;
    margin: 0 30px;
    border-bottom: 1px solid #ececec
}

.hotel-line .hotel-img {
    position: absolute;
    top: 16px;
    right: 0;
    display: block;
    width: 81px;
    height: 70px
}

.hotel-line .hotel-img img, .hotel-line .tour-layer {
    -moz-border-radius: 4px;
    border-radius: 4px
}

.hotel-line .hotel-line-content {
    padding-right: 100px
}

.hotel-line .hotel-line-title {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1px
}

.hotel-line .hotel-line-price {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1px
}

.hotel-line:last-child {
    border-bottom: 0
}

.flight-desc {
    padding: 30px
}

.flight-line {
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 15px
}

.flight-line .fl_image {
    display: block;
    width: 87px;
    float: left
}

.flight-line .fl_content {
    margin-left: 110px
}

.flight-line .fl_title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 11px
}

.flight-line .fl_direct {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 11px
}

.flight-line .fl_price {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.flight-line .fl_price span {
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 11px
}

.flight-line:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0
}

.full-height .c-button + .c-button {
    margin-left: 30px
}

.full-height .vertical-top {
    margin-top: 65px
}

.full-height .vertical-bottom {
    margin-bottom: 65px
}

.change-slider-block {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -570px;
    z-index: 2
}

.change-slider {
    display: block;
    width: 170px
}

.change-slider.active img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.preview-slider-image {
    -moz-box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, .5);
    box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, .5);
    margin-bottom: 30px
}

.section .main-slider-5 .swiper-slide {
    min-height: 100px
}

.section .vertical-top {
    padding-top: 148px
}

.fullpage .c-button + .c-button {
    margin-left: 30px
}

.fullpage {
    position: relative;
    background: #000
}

.fullpage-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fullpage .section {
    position: relative;
    width: 100%;
    height: 100vh
}

.fullpage .section:not(.footer) {
    background: #000
}

.fullpage .vertical-bottom {
    margin-bottom: 65px
}

.footer.section {
    height: auto
}

.gal-item {
    margin-bottom: 30px
}

.gal-item.col10 {
    margin-bottom: 10px
}

.gal-item a {
    display: block;
    position: relative
}

.gal-item .vertical-align {
    text-align: center;
    opacity: 0;
    margin-top: -50px
}

.gal-item a:hover .vertical-align {
    opacity: 1;
    margin-top: 0
}

.gal-item .date {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 9px
}

.gal-item h4 {
    letter-spacing: 2.7px
}

.gal-item h3 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 10px
}

.gal-item h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase
}

.gal-item.style-2 {
    margin-bottom: 0
}

.gal-item.style-3 {
    margin-bottom: 50px
}

.gal-item.style-3 .gal-item-icon {
    position: relative
}

.gal-item.style-3 .gal-item-desc {
    text-align: center;
    padding: 16px 5px 18px 5px;
    background: #fff
}

.gal-item.style-3 h4 {
    font-size: 14px;
    line-height: 18px;
    color: #222;
    letter-spacing: 2.5px;
    margin-bottom: 5px
}

.gal-item.style-3 h5 {
    font-size: 12px;
    line-height: 15px;
    color: #b9b9b9
}

.gal-item.style-3 a:hover .gal-item-desc {
    background: #022c54
}

.gal-item.style-3 a:hover h4 {
    color: #fff
}

.gal-item.style-3 a:hover h5 {
    color: rgba(255, 255, 255, .6)
}

.gal-item.style-3.gal-big .gal-item-desc {
    padding: 25px 5px 27px 5px
}

.gal-item.style-3.gal-big h4 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 3px
}

.gal-item.style-3.gal-big h5 {
    font-size: 14px;
    line-height: 18px
}

.filter-nav {
    text-align: center;
    margin-bottom: 70px
}

.filter-nav li {
    display: inline-block
}

.filter-nav a {
    position: relative;
    font-size: 12px;
    line-height: 39px;
    font-weight: 700;
    color: #b9b9b9;
    letter-spacing: 1px;
    display: inline-block;
    height: 39px;
    background: #f8f8f8;
    padding: 0 31px;
    text-transform: uppercase
}

.filter-nav a:hover {
    background: #022c54;
    color: #fff
}

.filter-nav a:before {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 10px 0 10px;
    border-color: transparent transparent transparent transparent
}

.filter-nav a:hover:before {
    border-color: #022c54 transparent transparent transparent
}

.filter-nav li.selected a {
    background: #022c54;
    color: #fff
}

.filter-nav li.selected a:before {
    border-color: #022c54 transparent transparent transparent
}

.gallery-detail {
    margin-bottom: 117px
}

.gallery-detail .top-baner {
    margin-bottom: 62px
}

.gallery-detail .gd-category {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 13px
}

.gallery-detail .gd-title {
    letter-spacing: 5.5px;
    margin-bottom: 34px
}

.gallery-detail p {
    margin-bottom: 28px;
    color: #b9b9b9
}

.gallery-detail h4 {
    color: #222;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin-bottom: 28px
}

.gallery-detail .gd-content {
    margin-bottom: 65px
}

.gallery-detail .gd-content > :last-child {
    margin-bottom: 0
}

.photo-ar-left, .photo-ar-right {
    position: relative
}

.photo-ar-left .arrow-img, .photo-ar-right .arrow-img {
    display: block;
    width: 77px;
    height: 50px;
    position: absolute;
    top: -2px;
    margin-right: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in
}

.photo-next, .photo-prev {
    position: absolute;
    opacity: 0;
    padding-top: 5px
}

.photo-next-title, .photo-prev-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 6px
}

.photo-next-desc, .photo-prev-desc {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap
}

.photo-ar-left:hover .photo-prev, .photo-ar-right:hover .photo-next {
    opacity: 1
}

.photo-ar-left:hover .arrow-img, .photo-ar-right:hover .arrow-img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.photo-ar-left {
    float: left
}

.photo-ar-left.c-button.b-50 {
    padding: 0 93px 0 14px
}

.photo-ar-left .arrow-img {
    right: -2px;
    -moz-border-radius-topright: 25px;
    border-top-right-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    border-bottom-right-radius: 25px
}

.photo-prev {
    top: 0;
    left: 100%;
    text-align: left;
    padding-left: 14px;
    padding-top: 5px
}

.photo-ar-right {
    float: right
}

.photo-ar-right.c-button.b-50 {
    padding: 0 14px 0 93px
}

.photo-ar-right .arrow-img {
    left: -2px;
    -moz-border-radius-topleft: 25px;
    border-top-left-radius: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-bottom-left-radius: 25px
}

.photo-next {
    top: 0;
    right: 100%;
    text-align: right;
    padding-right: 14px
}

.related-title {
    margin-bottom: 24px;
    letter-spacing: 2px
}

.sl-testimonals {
    padding-top: 100px;
    padding-bottom: 110px
}

.sl-testimonals h3 {
    margin-bottom: 20px
}

.sl-testimonals p {
    margin-bottom: 20px
}

.sl-testimonals .sl-img {
    margin-right: 10px
}

.sl-bg {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0
}

.sg-testimonals {
    text-align: center
}

.sg-testimonals .sg-image {
    -moz-border-radius: 100%;
    border-radius: 100%
}

.slider-tweet {
    text-align: center
}

.slider-tweet .s-tweet-icon {
    font-size: 40px;
    color: #28a9e2;
    margin-bottom: 15px
}

.slider-tweet .s-tweet-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 10px
}

.slider-tweet p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 9px
}

.slider-tweet .s-tweet-date {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400
}

.partner-entry {
    text-align: center
}

.partner-entry a {
    display: inline-block
}

.partner-entry a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5
}

.partner-entry a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

.investor-logo {
    display: block;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea
}

.investor-logo img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .2
}

.investor-logo:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

.investors-block div[class^=col-]:nth-child(6n) .investor-logo {
    border-right: none
}

.investors-block div[class^=col-]:nth-last-child(1) .investor-logo {
    border-bottom: none
}

.investors-block div[class^=col-]:nth-last-child(2) .investor-logo {
    border-bottom: none
}

.investors-block div[class^=col-]:nth-last-child(3) .investor-logo {
    border-bottom: none
}

.investors-block div[class^=col-]:nth-last-child(4) .investor-logo {
    border-bottom: none
}

.investors-block div[class^=col-]:nth-last-child(5) .investor-logo {
    border-bottom: none
}

.investors-block div[class^=col-]:nth-last-child(6) .investor-logo {
    border-bottom: none
}

.team-entry {
    text-align: center
}

.team-entry .team-name {
    margin-bottom: 15px
}

.team-entry .team-position {
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: uppercase
}

.team-entry p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400
}

.team-entry.style-2 p {
    margin-bottom: 20px
}

.team-entry.style-2 .team-social a {
    font-size: 16px;
    margin: 0 14px
}

.icon-block {
    text-align: center
}

.icon-block .icon-img {
    margin-bottom: 23px
}

.icon-block .icon-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px
}

.icon-block .icon-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 20px
}

.icon-block.style-2 {
    position: relative;
    margin-top: 40px;
    padding: 80px 20px 30px 20px;
    border-radius: 5px
}

.icon-block.style-2 .icon-img {
    position: absolute;
    left: 50%;
    top: -45px;
    margin-left: -45px;
    -moz-border-radius: 90px;
    border-radius: 90px
}

.icon-block.style-3 {
    padding-top: 27px;
    padding-bottom: 30px
}

.icon-block.style-3 .icon-price {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    margin-bottom: 18px
}

.icon-block.style-3 .icon-img {
    margin-bottom: 0
}

.icon-block.style-3 .rate-wrap {
    padding: 8px 0 3px;
    margin-bottom: 10px
}

.icon-block.style-3 .rate-wrap .rate {
    display: inline-block;
    float: none
}

.icon-block.style-3 .rate-wrap i {
    font-size: 14px;
    float: none
}

.icon-block.style-3 .rate span {
    font-size: 13px
}

.icon-block.style-3 .icon-title {
    letter-spacing: 1.5px
}

.icon-block.style-3 .icon-text {
    padding: 0 15px;
    margin-bottom: 26px
}

.icon-block.style-4 {
    margin-bottom: 62px
}

.icon-block.style-4 .icon-img-entry {
    width: 70px;
    float: left;
    text-align: center
}

.icon-block.style-4 .icon-img {
    display: inline-block
}

.icon-block.style-4 .icon-content {
    padding-left: 70px;
    text-align: left
}

.icon-block.style-5 {
    background: #f8f8f8;
    padding: 30px 12px 25px 12px;
    margin-bottom: 30px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.icon-block.style-5 .icon-img {
    margin-bottom: 10px
}

.icon-block.style-5 .icon-text {
    margin-bottom: 0
}

.icon-block-entry:nth-last-child(1) .icon-block.style-5, .icon-block-entry:nth-last-child(2) .icon-block.style-5, .icon-block-entry:nth-last-child(3) .icon-block.style-5, .icon-block-entry:nth-last-child(4) .icon-block.style-5 {
    margin-bottom: 0
}

.icon-block-entry:nth-last-child(1) .icon-block.style-4, .icon-block-entry:nth-last-child(2) .icon-block.style-4, .icon-block-entry:nth-last-child(3) .icon-block.style-4, .icon-block-entry:nth-last-child(4) .icon-block.style-4 {
    margin-bottom: 0
}

.swiper-slide .icon-block {
    margin-left: 15px;
    margin-right: 15px
}

.border-grey-2 {
    border: 5px solid #f8f8f8
}

.form-block {
    margin-bottom: 46px
}

.form-block .form-label {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin-bottom: 26px
}

.form-block.type-2 {
    margin-bottom: 37px
}

.form-block.type-2 .form-label {
    margin-bottom: 15px
}

.simple-group {
    margin-bottom: 32px
}

.confirm-terms {
    margin-bottom: 34px
}

.subscribe-form .subscribe-input {
    width: 585px
}

.find-form {
    background: #23b0e8;
    padding: 138px 42px 92px 63px
}

.find-form .ff_subtitle {
    color: #fff;
    opacity: .6;
    letter-spacing: 3.2px;
    margin-bottom: 10px
}

.main-slider-5 {
    margin-top: 85px
}

.find-form .ff_title {
    font-size: 38px;
    line-height: 40px;
    color: #fff;
    letter-spacing: 7px;
    margin-bottom: 21px
}

.find-form .ff_text {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    opacity: .6;
    margin-bottom: 48px
}

.small-title {
    letter-spacing: 4px;
    margin-bottom: 28px
}

.confirm-label {
    position: relative;
    padding: 28px 165px 28px 81px
}

.confirm-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.confirm-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0
}

.confirm-img {
    position: absolute;
    top: 50%;
    left: 29px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.confirm-print {
    position: absolute;
    top: 50%;
    right: 32px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.custom-panel {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    padding: 15px 20px 17px 20px
}

.s_news-entry .s_news-img {
    margin-bottom: 20px;
    border-radius: 5px
}

.s_news-entry .s_news-title {
    margin-bottom: 15px;
    font-weight: 700
}

.s_news-entry .tour-info-line {
    margin-bottom: 10px
}

.s_news-entry .tour-info {
    text-transform: none;
    margin-right: 30px
}

.s_news-entry .tour-info:last-child {
    margin-right: 0
}

.s_news-entry .s_news-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400
}

.s_news-entry.style-2 .s_news-text {
    margin-bottom: 23px
}

.swiper-slide .s_news-entry {
    margin-left: 15px;
    margin-right: 15px
}

.blog-grid .blog-grid-entry {
    margin-bottom: 70px
}

.blog-list {
    margin-bottom: 37px
}

.blog-list-entry {
    margin-bottom: 73px
}

.blog-list-top {
    margin-bottom: 27px
}

.blog-list-title {
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px
}

.blog-list .tour-info {
    margin-right: 34px
}

.blog-list .tour-info:last-child {
    padding-bottom: 5px
}

.blog-list-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 21px
}

.blockquote {
    padding: 20px 30px 24px 30px;
    border-radius: 5px
}

.blockquote:before {
    content: '“';
    display: block;
    height: 33px;
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    text-align: right;
    margin-bottom: 5px
}

.blockquote p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px
}

.blockquote footer {
    font-family: Cabin, sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 0;
    letter-spacing: 1.6px
}

.blockquote footer:before {
    display: none
}

.blockquote.style-2:before {
    display: none
}

.blockquote.style-2 img {
    margin-bottom: 15px
}

.blockquote.style-2 {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .4)
}

.blockquote.color-1 {
    background: #022c54
}

.blockquote.color-1 p {
    color: rgba(255, 255, 255, .6)
}

.blockquote.color-1:before {
    color: #fff
}

.blockquote.color-1 footer {
    color: #fff
}

.blog-list-entry.style-2 {
    text-align: center
}

.blog-list-entry.style-2 .tour-info {
    display: inline-block;
    float: none
}

.blog-list-entry.style-2 .blockquote:before {
    text-align: center
}

.contact-form .input-style-1 {
    margin-bottom: 30px
}

.contact-form .drop-wrap {
    margin-bottom: 30px
}

.contact-form textarea {
    margin-bottom: 50px
}

.contact-about {
    margin-bottom: 30px
}

.contact-about h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px
}

.contact-about p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400
}

.contact-info {
    margin-bottom: 47px
}

.contact-info h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 22px
}

.contact-info .contact-line {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 33px
}

.contact-info .contact-line img {
    margin-right: 20px;
    vertical-align: middle
}

.contact-socail a {
    font-size: 16px;
    margin-right: 27px;
    display: inline-block
}

.contact-socail a:last-child {
    margin-right: 0
}

.contact-row {
    margin-bottom: 67px
}

.contact-entry {
    text-align: center
}

.contact-icon {
    margin-bottom: 17px
}

.contact-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: .5px;
    margin-bottom: 6px
}

.contact-text {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: uppercase
}

.search-popup {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .9);
    z-index: 200;
    transition: all .35s ease-in-out .1s;
    -webkit-transition: all .35s ease-in-out .1s;
    -moz-transition: all .35s ease-in-out .1s;
    -ms-transition: all .35s ease-in-out .1s
}

.search-popup.active {
    visibility: visible;
    opacity: 1
}

.search-popup .s_form {
    position: relative
}

.search-popup .s_input {
    display: block;
    height: 88px;
    width: 100%;
    padding-right: 25px;
    font-size: 32px;
    line-height: 88px;
    font-weight: 700;
    color: #fff;
    margin-top: 155px;
    border-bottom: 1px solid #868686
}

.search-popup .s_input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.search-popup .s_input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.search-popup .s_input:-moz-placeholder {
    color: #fff;
    opacity: 1
}

.search-popup .s_input:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.search-popup .s_submit {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(../img/search_icon.png) no-repeat
}

.search-popup .s_close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    background: #fff;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.search-popup .s_close:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 25%;
    width: 15px;
    height: 2px;
    background: #022c54;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -1px
}

.search-popup .s_close:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 25%;
    width: 15px;
    height: 2px;
    background: #022c54;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -1px
}

.search-popup .s_close:hover {
    cursor: pointer;
    opacity: .6
}

.cart-popup {
    display: none;
    position: absolute;
    top: 44px;
    right: 0;
    width: 403px;
    background: #fff;
    padding: 30px 30px 30px 33px;
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .1);
    z-index: 20
}

.cart-popup .cart_close {
    display: none
}

.cart-popup .cart-title {
    display: none
}

.cart-popup .hotel-small {
    position: relative
}

.cart-popup .hotel-img {
    padding-top: 0
}

.cart-popup .item-remove {
    position: absolute;
    top: 50%;
    right: 0;
    width: 21px;
    height: 21px;
    margin-top: -10.5px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer
}

.cart-popup .item-remove:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 26%;
    width: 10px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -1px
}

.cart-popup .item-remove:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 26%;
    width: 10px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -1px
}

.cart-popup .item-remove:hover {
    opacity: .6
}

.cart-popup .cart-total {
    margin-bottom: 18px
}

.cart-popup .cart-total span {
    font-weight: 700
}

.cart-popup .c-button {
    margin-bottom: 10px
}

.cart-popup .c-button:last-child {
    margin-bottom: 0
}

.cart-popup:before {
    content: '';
    display: block;
    position: absolute;
    top: -18px;
    right: 56px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 18px 14px;
    border-color: transparent transparent #fff transparent
}

.progress-block .progress-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 4px
}

.progress-block .progress {
    background: 0 0;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: visible !important
}

.progress-block .progress-bar {
    position: relative;
    height: 11px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

.progress-block .progress-perscent {
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px
}

.pb_entry {
    margin-bottom: 29px
}

.pb_entry:last-child {
    margin-bottom: 0
}

.pb_entry .table-view {
    min-height: 200px
}

.pb_header {
    position: relative;
    width: 16.66666667%;
    text-align: center
}

.pb_header:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -6px;
    margin-top: -5.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 6px;
    border-color: transparent transparent transparent #fff;
    z-index: 2
}

.pb_content {
    position: relative;
    width: 16.66666667%;
    text-align: center
}

.pb_content:after {
    content: '';
    display: block;
    position: absolute;
    top: 23px;
    right: 0;
    bottom: 23px;
    width: 1px;
    background: #e8e8e8
}

.pb_content:nth-last-child(1):after {
    display: none
}

.pb-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.pb-price {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    margin-bottom: 17px
}

.pb-price span {
    font-size: 16px;
    font-weight: 700
}

.pb-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 13px
}

.pb-text:last-child {
    margin-bottom: 0
}

.pb-text .plane-icon {
    margin-right: 7px
}

.pb-text .location-icon {
    position: relative;
    top: 3px;
    margin-right: 7px
}

.pb_check {
    position: relative;
    width: 16.66666667%;
    text-align: center;
    padding: 15px
}

.pb_check_title {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px
}

.pb_check_text {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 18px
}

.inner-banner {
    position: relative;
    min-height: 380px;
    text-align: center;
    margin: 100px 0 0 0;

}

.inner-banner h2 {
    font-size: 38px;
    line-height: 40px;
    letter-spacing: 7.5px;
    margin-bottom: 20px
}

.inner-banner h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 2px
}

.inner-banner h4 span {
    font-size: 22px;
    font-weight: 700
}

.banner-breadcrumb {
    margin-bottom: 20px
}

.banner-breadcrumb li {
    display: inline-block;
    margin-right: 2px
}

.banner-breadcrumb a, .banner-breadcrumb li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.inner-banner.style-2 {
    min-height: 306px
}

.inner-banner.style-2 h4 {
    margin-bottom: 20px
}

.inner-banner.style-3 {
    min-height: 430px
}

.inner-banner.style-3 h3 {
    letter-spacing: 1px;
    font-weight: 400
}

.inner-banner.style-3 h3 span {
    font-weight: 700
}

.inner-banner.style-3 h4 {
    letter-spacing: 1.5px;
    margin-bottom: 20px
}

.inner-banner.style-3 .rate-wrap {
    display: block;
    margin-bottom: 14px
}

.inner-banner.style-3 .rate-wrap .rate {
    display: inline-block;
    float: none
}

.inner-banner.style-3 .rate-wrap i {
    float: none
}

.inner-banner.style-3 .vertical-align {
    padding-bottom: 50px
}

.inner-banner.style-4 {
    min-height: 428px
}

.inner-banner.style-4 .vertical-align {
    padding-top: 78px
}

.inner-banner.style-5 {
    min-height: 430px
}

.inner-banner.style-5 .banner-breadcrumb span {
    font-weight: 700
}

.inner-banner.style-6 {
    min-height: 211px;
    margin-top: 85px
}

.inner-banner.style-6 .banner-breadcrumb span {
    font-weight: 700
}

.list-wrapper {
    padding-top: 30px
}

.list-breadcrumb {
    margin-top: 10px;
    margin-bottom: 31px
}

.list-breadcrumb li {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    text-transform: uppercase;
    float: left;
    margin-right: 4px
}

.sidebar {
    padding: 18px 20px 18px 20px
}

.sidebar .form-block {
    margin-bottom: 10px
}

.sidebar .input-entry.type-2 {
    margin-right: 9px
}

.sidebar .input-entry.type-2:last-child {
    margin-right: 0
}

.sidebar.style-2 {
    padding: 0 0 18px 0
}

.sidebar.style-2 .sidebar-block {
    border-bottom: none
}

.sidebar-title {
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 27px
}

.sidebar-block {
    padding-bottom: 39px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 37px
}

.sidebar-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.sidebar-block.type-2 {
    padding-bottom: 0;
    border-bottom: none
}

.search-inputs {
    margin-bottom: 30px
}

.search-inputs .form-block:last-child {
    margin-bottom: 0
}

.sidebar-category li {
    margin-bottom: 29px
}

.sidebar-category a {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 5px
}

.sidebar-category ul {
    display: none
}

.sidebar-category > li:first-child ul {
    display: block
}

.sidebar-category li ul {
    padding-left: 23px;
    padding-top: 27px
}

.sidebar-category li li {
    margin-bottom: 30px
}

.sidebar-category li li a {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400
}

.sidebar-category.color-1 a {
    color: #222
}

.sidebar-category.color-1 a:hover, .sidebar-category.color-1 li.active > a {
    color: #1593d0
}

.sidebar-category.color-1 li li a {
    color: #b9b9b9
}

.sidebar-category.color-2 li {
    margin-bottom: 1px
}

.sidebar-category.color-2 a {
    background: #fff;
    padding: 13.5px 20px 13.5px 22px
}

.sidebar-category.color-2 a:hover, .sidebar-category.color-2 li.active > a {
    background: #2d3e50;
    color: #fff
}

.sidebar-category.color-2 ul {
    padding-left: 0;
    padding-top: 0
}

.sidebar-category.color-2 ul a {
    color: #b9b9b9;
    padding: 13.5px 20px 13.5px 44px
}

.sidebar-category.color-2 ul a {
    color: #b9b9b9;
    padding: 13.5px 20px 13.5px 44px
}

.sidebar-category.color-2 ul a:hover, .sidebar-category.color-2 ul li.active a {
    background: #fff;
    color: #fff
}

.sidebar-category.color-3 a {
    color: #222
}

.sidebar-category.color-3 a:hover, .sidebar-category.color-3 li.active > a {
    color: #022c54
}

.sidebar-category.color-3 li li a {
    color: #b9b9b9
}

.sidebar-category.color-4 a {
    color: #222
}

.sidebar-category.color-4 a:hover, .sidebar-category.color-4 li.active > a {
    color: #d73240
}

.sidebar-category.color-4 li li a {
    color: #b9b9b9
}

.sidebar-category.color-5 li {
    margin-bottom: 1px
}

.sidebar-category.color-5 a {
    background: #f8f8f8;
    color: #b9b9b9;
    padding: 13.5px 20px 13.5px 22px
}

.sidebar-category.color-5 a:hover, .sidebar-category.color-5 li.active > a {
    background: #022c54;
    color: #fff
}

.sidebar-category.color-5 ul {
    padding-left: 0;
    padding-top: 0
}

.sidebar-category.color-5 ul a {
    color: #b9b9b9;
    padding: 13.5px 20px 13.5px 44px
}

.sidebar-category.color-5 ul a {
    color: #b9b9b9;
    padding: 13.5px 20px 13.5px 44px
}

.sidebar-category.color-5 ul a:hover, .sidebar-category.color-5 ul li.active a {
    background: #fff;
    color: #2d3e50
}

.slider-range {
    margin-bottom: 25px
}

.slider-range .ui-slider {
    margin-bottom: 10px
}

.ui-slider-horizontal {
    position: relative;
    height: 3px;
    text-align: left
}

.ui-slider .ui-slider-range {
    position: absolute;
    top: 0;
    height: 100%;
    display: block;
    border: 0;
    background-position: 0 0;
    z-index: 1
}

.ui-slider .ui-slider-handle {
    position: absolute;
    top: -5px;
    cursor: default;
    -ms-touch-action: none;
    width: 8px;
    height: 12px;
    margin-left: 0;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: 2
}

.ui-slider .ui-slider-handle:focus {
    outline: 0
}

.amount-end, .amount-start {
    font-size: 11px;
    width: 50%;
    font-weight: 700;
    background: 0 0;
    border: none
}

.amount-start {
    float: left;
    text-align: left
}

.amount-end {
    float: right;
    text-align: right
}

.slider-range.color-1 .ui-slider-horizontal {
    background: #efefef
}

.slider-range.color-1 .ui-slider .ui-slider-range {
    background: #1593d0
}

.slider-range.color-1 .ui-slider .ui-slider-handle {
    background: #1593d0
}

.slider-range.color-1 .amount-end, .slider-range.color-1 .amount-start {
    color: #bebebe
}

.slider-range.color-2 .ui-slider-horizontal {
    background: #eee
}

.slider-range.color-2 .ui-slider .ui-slider-range {
    background: #2d3e50
}

.slider-range.color-2 .ui-slider .ui-slider-handle {
    background: #2d3e50
}

.slider-range.color-2 .amount-end, .slider-range.color-2 .amount-start {
    color: #bebebe
}

.slider-range.color-3 .ui-slider-horizontal {
    background: #efefef
}

.slider-range.color-3 .ui-slider .ui-slider-range {
    background: #022c54
}

.slider-range.color-3 .ui-slider .ui-slider-handle {
    background: #022c54
}

.slider-range.color-3 .amount-end, .slider-range.color-3 .amount-start {
    color: #bebebe
}

.slider-range.color-4 .ui-slider-horizontal {
    background: #ededed
}

.slider-range.color-4 .ui-slider .ui-slider-range {
    background: #d73240
}

.slider-range.color-4 .ui-slider .ui-slider-handle {
    background: #d73240
}

.slider-range.color-4 .amount-end, .slider-range.color-4 .amount-start {
    color: #bebebe
}

.input-entry .checkbox-form {
    display: none
}

.input-entry .checkbox-form + label {
    display: block;
    font-size: 11px;
    margin-bottom: 6px;
    line-height: 18px
}

.input-entry .checkbox-form + label span.sp-check {
    position: relative;
    display: inline-block;
    float: left;
    width: 19px;
    height: 19px;
    top: 0;
    margin: 0 14px 0 0;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer
}

.input-entry .checkbox-form + label span.sp-check i {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px
}

.input-entry .checkbox-form:checked + label span.sp-check i {
    display: block
}

.input-entry .rate {
    display: block;
    padding-top: 2px
}

.input-entry .rate .fa {
    margin-right: 7px;
    cursor: pointer;
    font-size: 11px;
    padding: 0
}

.input-entry .rate .fa:last-child {
    margin-right: 0
}

.input-entry .checkbox-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-top: 2px
}

.input-entry.color-1 .checkbox-form + label span.sp-check {
    background: #f8f8f8;
    border: 1px solid #eaeaea
}

.input-entry.color-1 .checkbox-form:checked + label span.sp-check i {
    color: #1593d0
}

.input-entry.color-1 .checkbox-text {
    color: #bebebe;
    cursor: pointer
}

.input-entry.color-2 .checkbox-form + label span.sp-check {
    background: #f8f8f8;
    border: 1px solid #eaeaea
}

.input-entry.color-2 .checkbox-form:checked + label span.sp-check i {
    color: #1593d0
}

.input-entry.color-2 .checkbox-text {
    color: #222;
    cursor: pointer
}

.input-entry.color-3 .checkbox-form + label span.sp-check {
    background: #fff;
    border: 1px solid #f1f1f1
}

.input-entry.color-3 .checkbox-form:checked + label span.sp-check i {
    color: #2d3e50
}

.input-entry.color-3 .checkbox-text {
    color: #bebebe;
    cursor: pointer
}

.input-entry.color-4 .checkbox-form + label span.sp-check {
    background: #fff;
    border: 1px solid #f1f1f1
}

.input-entry.color-4 .checkbox-form:checked + label span.sp-check i {
    color: #2d3e50
}

.input-entry.color-4 .checkbox-text {
    color: #222;
    cursor: pointer
}

.input-entry.color-5 .checkbox-form + label span.sp-check {
    background: #f8f8f8;
    border: 1px solid #ebebeb
}

.input-entry.color-5 .checkbox-form:checked + label span.sp-check i {
    color: #022c54
}

.input-entry.color-5 .checkbox-text {
    color: #bebebe;
    cursor: pointer
}

.input-entry.color-6 .checkbox-form + label span.sp-check {
    background: #f8f8f8;
    border: 1px solid #ebebeb
}

.input-entry.color-6 .checkbox-form:checked + label span.sp-check i {
    color: #022c54
}

.input-entry.color-6 .checkbox-text {
    color: #222;
    cursor: pointer
}

.input-entry.color-7 .checkbox-form + label span.sp-check {
    background: #f8f8f8;
    border: 1px solid #ebebeb
}

.input-entry.color-7 .checkbox-form:checked + label span.sp-check i {
    color: #d73240
}

.input-entry.color-7 .checkbox-text {
    color: #bebebe;
    cursor: pointer
}

.input-entry.color-8 .checkbox-form + label span.sp-check {
    background: #f8f8f8;
    border: 1px solid #ebebeb
}

.input-entry.color-8 .checkbox-form:checked + label span.sp-check i {
    color: #d73240
}

.input-entry.color-8 .checkbox-text {
    color: #222;
    cursor: pointer
}

.input-entry.type-2 {
    display: inline-block
}

.input-entry.type-2 .rate {
    display: inline-block
}

.input-entry.type-2 .checkbox-text {
    display: block;
    margin-bottom: 4px
}

.sidebar-rating .input-entry {
    margin-bottom: 9px
}

.ui-datepicker {
    background: #fff;
    padding: 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .1)
}

.ui-datepicker-calendar .ui-state-hover {
    background: #b9b9b9;
    color: #fff
}

.ui-datepicker-calendar .ui-state-active {
    background: #b9b9b9;
    color: #fff
}

.ui-datepicker .ui-datepicker-next {
    text-align: center
}

.ui-datepicker .ui-datepicker-next:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit
}

.ui-datepicker .ui-datepicker-prev {
    text-align: center
}

.ui-datepicker .ui-datepicker-prev:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit
}

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

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

.list-header {
    margin-bottom: 29px
}

.list-header .list-sort {
    display: inline-block;
    width: auto;
    min-width: 170px;
    margin-right: 30px
}

.list-header .list-view-change {
    float: right;
    margin-top: 8px
}

.list-header .change-grid, .list-header .change-list {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-left: 20px;
    border-radius: 5px
}

.list-header .change-to-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 35px;
    font-weight: 400
}

.change-grid.color-1, .change-list.color-1 {
    background: #fff;
    color: #23b0e8;
    cursor: pointer
}

.change-grid.color-1.active, .change-grid.color-1:hover, .change-list.color-1.active, .change-list.color-1:hover {
    background: #23b0e8;
    color: #fff;
    cursor: pointer
}

.change-grid.color-2, .change-list.color-2 {
    background: #fff;
    color: #2d3e50;
    cursor: pointer
}

.change-grid.color-2.active, .change-grid.color-2:hover, .change-list.color-2.active, .change-list.color-2:hover {
    background: #2d3e50;
    color: #fff;
    cursor: pointer
}

.change-grid.color-3, .change-list.color-3 {
    background: #fff;
    color: #022c54;
    cursor: pointer
}

.change-grid.color-3.active, .change-grid.color-3:hover, .change-list.color-3.active, .change-list.color-3:hover {
    background: #022c54;
    color: #fff;
    cursor: pointer
}

.change-grid.color-4, .change-list.color-4 {
    background: #fff;
    color: #d73240;
    cursor: pointer
}

.change-grid.color-4.active, .change-grid.color-4:hover, .change-list.color-4.active, .change-list.color-4:hover {
    background: #d73240;
    color: #fff;
    cursor: pointer
}

.grid-content {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 42px
}

.grid-content .list-item-entry:nth-child(3n+1) {
    clear: both
}

.grid-content .hotel-item {
    margin-bottom: 30px
}

.block-content.grid-content .list-item-entry {
    width: 100%
}

.block-content.grid-content .hotel-item .grid-hidden {
    display: block
}

.block-content.grid-content .hotel-item .date.grid-hidden {
    display: none
}

.block-content.grid-content .hotel-item .c-button.grid-hidden {
    display: inline-block;
    float: right
}

.block-content.grid-content .hotel-item .hotel-person {
    padding-bottom: 30px
}

.block-content.grid-content .hotel-item .title {
    padding-bottom: 0
}

.block-content.grid-content .hotel-item {
    padding-bottom: 30px
}

.block-content.grid-content.type-2 .hotel-item {
    padding-bottom: 0
}

.grid-content .list-item-entry {
    float: left;
    width: 33.33333333%;
    padding-right: 15px;
    padding-left: 15px
}

.grid-content.block-content.type-2 .title.hotel-right {
    display: none
}

.grid-content .cell-view {
    display: block;
    width: 100%
}

.grid-content .hotel-item .grid-hidden {
    display: none
}

.grid-content .title {
    -moz-box-shadow: none;
    box-shadow: none;
    border: none
}

.grid-content .hotel-item.style-3 .hotel-middle {
    padding: 27px 20px 0 20px
}

.grid-content .title.hotel-right {
    padding: 0 20px 27px 20px
}

.grid-content .hotel-item.style-8 {
    -moz-border-radius: 5px;
    border-radius: 5px
}

.grid-content .hotel-item.style-8 .hotel-right {
    display: none
}

.grid-content .hotel-item.style-8 .hotel-middle {
    padding: 27px 20px 25px 20px
}

.list-content {
    margin-bottom: 42px
}

.list-content .hotel-item {
    margin-bottom: 30px
}

.list-content .list-item-entry:last-child .hotel-item {
    margin-bottom: 0
}

.list-content .table-view {
    float: none;
    display: table;
    margin-right: -15px;
    margin-left: -15px;
    width: auto
}

.list-content .radius-top {
    width: 33.33333333%;
    padding-right: 15px;
    padding-left: 15px
}

.list-content .hotel-middle {
    width: 44.44444444%;
    padding-right: 15px;
    padding-left: 15px
}

.list-content .title {
    -moz-box-shadow: none;
    box-shadow: none;
    border: none
}

.list-content .hotel-right {
    width: 22.22222223%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center
}

.list-content .hotel-right .hotel-person {
    margin-bottom: 27px
}

.list-content .hotel-right .hotel-person span {
    display: block;
    font-size: 24px;
    margin: 16px 0 3px 0
}

.list-content .hotel-item .list-hidden {
    display: none
}

.list-content .hotel-item.style-8 .title h4 {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.list-content .hotel-item.style-8 .rate-wrap {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

.list-content .hotel-item.style-8 .hotel-person span {
    display: inline;
    font-size: 18px
}

.list-content .hotel-item.style-8 .hotel-right {
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0
}

.list-content .hotel-item.style-8 .price-s-3 {
    left: 15px;
    top: 0
}

.list-content .hotel-item.style-9 .buttons-block {
    padding: 0;
    margin: 0;
    background: 0 0
}

.list-content .hotel-item.style-9 .buttons-block .c-button {
    float: left;
    margin-right: 20px
}

.list-content .hotel-item.style-9 .buttons-block .c-button:last-child {
    margin-right: 20px
}

.list-content .hotel-item.style-9 .buttons-block .bg-white {
    color: #fff;
    background: #022c54;
    border: 2px solid #022c54
}

.list-content .hotel-item.style-9 .buttons-block .bg-white:hover {
    background: 0 0;
    color: #022c54
}

.list-content .hotel-item.style-9 .hotel-right {
    border-left: 1px solid #ececec
}

.list-content .hotel-item.style-9 .hotel-right .rate {
    float: none
}

.list-content .hotel-item.style-9 .hotel-right .rate-wrap {
    margin-bottom: 15px;
    padding: 0 0 3px
}

.list-content .hotel-item.style-9 .hotel-right .rate-wrap i {
    float: none
}

.list-content .hotel-item.style-9 .hotel-right .hotel-person {
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 15px
}

.list-content .hotel-item.style-9 .hotel-right .hotel-person span {
    display: inline;
    font-size: 18px
}

.list-content .hotel-item.style-10 h4 {
    margin-bottom: 9px
}

.list-content .hotel-item.style-10 .fi_block {
    margin-bottom: 18px
}

.list-content .hotel-item.style-10 .radius-top {
    border: none
}

.list-content .hotel-item.style-10 .c-button {
    float: none
}

.list-content .hotel-item.style-10 .hotel-middle {
    position: relative
}

.list-content .hotel-item.style-10 .hotel-middle:before {
    content: '';
    position: absolute;
    top: 28px;
    left: 0;
    bottom: 28px;
    display: block;
    width: 1px;
    background: #ececec
}

.list-content .hotel-item.style-10 .hotel-middle:after {
    content: '';
    position: absolute;
    top: 28px;
    right: 0;
    bottom: 28px;
    display: block;
    width: 1px;
    background: #ececec
}

.c_pagination {
    position: relative
}

.cp_content {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.cp_content a {
    display: inline-block;
    width: 40px;
    height: 40px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 40px;
    text-align: center
}

.cp_content li {
    display: inline-block
}

.cp_content.color-1 a {
    color: #bebebe
}

.cp_content.color-1 .active a, .cp_content.color-1 a:hover {
    background: #1593d0;
    color: #fff
}

.cp_content.color-2 a {
    color: #bebebe
}

.cp_content.color-2 .active a, .cp_content.color-2 a:hover {
    background: #2d3e50;
    color: #fff
}

.cp_content.color-3 a {
    color: #bebebe
}

.cp_content.color-3 .active a, .cp_content.color-3 a:hover {
    background: #022c54;
    color: #fff
}

.cp_content.color-4 a {
    color: #bebebe
}

.cp_content.color-4 .active a, .cp_content.color-4 a:hover {
    background: #d73240;
    color: #fff
}

.simple-text {
    margin-bottom: 23px
}

.simple-text h3 {
    letter-spacing: 2px;
    margin-bottom: 12px
}

.simple-text h4 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.simple-text p {
    margin-bottom: 23px
}

.simple-text li, .simple-text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400
}

.simple-text li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 10px
}

.simple-text li:before {
    content: '•';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0
}

ul.dot-blue-2 li:before {
    color: #022c54
}

.circliful {
    position: relative
}

.circle-text {
    color: #fff
}

.circle-info-half {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    text-transform: uppercase
}

.circle-info, .circle-info-half, .circle-text, .circle-text-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block
}

.circle-info {
    color: #fff
}

.circliful .fa {
    margin: -10px 3px 0 3px;
    position: relative;
    bottom: 4px
}

.circle.color-dark-2 .circle-text {
    color: #222
}

.tariff-header {
    padding: 15px 5px 18px 5px;
    text-align: center;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px
}

.tariff-title {
    font-size: 22px;
    line-height: 25px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px
}

.tariff-trial {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400
}

.tariff-content {
    text-align: center;
    padding: 28px 40px 30px 40px
}

.tariff-price {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.tariff-price span {
    font-size: 36px
}

.tariff-line {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
    border-top: 1px solid #eee;
    padding: 15.5px 0
}

.tariff-line:nth-last-child(2) {
    border-bottom: 1px solid #eee;
    margin-bottom: 31px
}

.tariff.style-2 {
    padding-top: 15px
}

.tariff.style-2 .circle-wrapper {
    margin-bottom: 17px
}

.tariff.style-2 .tariff-title {
    text-align: center;
    margin-bottom: 7px
}

.tariff.style-2 .tariff-trial {
    text-align: center
}

.detail-wrapper {
    padding-top: 61px
}

.detail-category {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 11px
}

.detail-header {
    margin-bottom: 60px
}

.detail-header.style-2 {
    margin-bottom: 20px
}

.detail-header.style-2 .detail-title {
    margin-bottom: 20px;
    letter-spacing: 6px
}

.detail-header.style-2 .tour-info {
    margin-right: 32px
}

.detail-header.style-3 {
    margin-bottom: 20px;
    text-align: center
}

.detail-header.style-3 .detail-title {
    margin-bottom: 20px;
    letter-spacing: 6px
}

.detail-header.style-3 .tour-info {
    display: inline-block;
    margin-right: 32px
}

.detail-title {
    letter-spacing: 2.5px
}

.detail-rate.rate-wrap span {
    font-size: 12px
}

.detail-rate.rate-wrap i {
    line-height: 23px
}

.detail-price {
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: right;
    padding-top: 39px
}

.detail-price span {
    font-size: 28px;
    font-weight: 700
}

.detail-top {
    margin-bottom: 63px
}

.detail-content-block {
    margin-bottom: 66px
}

.detail-content-block > p:last-child {
    margin-bottom: 0
}

.acc-body, .detail-content {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #b9b9b9
}

.acc-body h1, .acc-body h2, .acc-body h3, .acc-body h4, .acc-body h5, .acc-body h6, .detail-content h1, .detail-content h2, .detail-content h3, .detail-content h4, .detail-content h5, .detail-content h6 {
    font-family: Cabin, sans-serif;
    color: #222;
    font-weight: 700
}

.acc-body h1, .detail-content h1 {
    margin-bottom: 20px
}

.acc-body h2, .detail-content h2 {
    margin-bottom: 15px
}

.acc-body h3, .detail-content h3 {
    letter-spacing: 1.8px;
    margin-bottom: 11px
}

.acc-body h4, .detail-content h4 {
    margin-bottom: 18px
}

.acc-body h5, .detail-content h5 {
    font-size: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 21px
}

.acc-body h6, .detail-content h6 {
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 13px
}

.acc-body p, .detail-content p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 25px
}

.acc-body ul, .detail-content ul {
    margin-bottom: 25px
}

.acc-body li, .detail-content li {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    padding-left: 14px;
    margin-bottom: 10px
}

.acc-body li:before, .detail-content li:before {
    content: '•';
    display: inline-block;
    position: relative;
    left: -10px;
    color: #2d3e50
}

.acc-body img, .detail-content img {
    max-width: 100%;
    margin-bottom: 25px;
    border-radius: 5px
}

.acc-body .swiper-slide img, .detail-content .swiper-slide img {
    margin-bottom: 0;
    height: 400px
}

.acc-body .embed-responsive, .detail-content .embed-responsive {
    margin-bottom: 25px
}

.acc-body .gal-item img, .detail-content .gal-item img {
    margin-bottom: 0
}

.acc-body .gal-item h4.color-white, .detail-content .gal-item h4.color-white {
    color: #fff
}

.acc-body .isotope-container, .detail-content .isotope-container {
    margin-bottom: 20px
}

.acc-body .arrows, .acc-body .slider-wth-thumbs, .detail-content .arrows, .detail-content .slider-wth-thumbs {
    margin-bottom: 25px
}

.detail-content.color-1 p {
    color: #2d3e50
}

.detail-content .list-content .table-view {
    margin-right: 0;
    margin-left: 0
}

.detail-content .hotel-item.style-8 .title p {
    margin-bottom: 0
}

.detail-content .hotel-item.style-8 .hotel-icon {
    margin-bottom: 0
}

.detail-content .hotel-item.style-8 .radius-top {
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px
}

.detail-content .hotel-item.style-12 .radius-top img {
    margin-bottom: 0
}

.detail-content .hotel-item.style-12 .c-button img {
    margin-bottom: 0
}

.detail-content .hotel-item.style-9 .radius-top img {
    margin-bottom: 0
}

.detail-content .hotel-item.style-9 .tour-info img {
    margin-bottom: 0
}

.detail-content .hotel-item.style-9 .tour-info {
    margin-right: 10px
}

.detail-content .hotel-item.style-9 .tour-info img {
    vertical-align: middle
}

.detail-content .hotel-item.style-9 .tour-info:last-child {
    margin-right: 0
}

.accordion .acc-panel {
    margin-bottom: 17px
}

.accordion .acc-panel:last-child .acc-title {
    border-bottom: 0
}

.accordion .acc-title {
    position: relative;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: .8px;
    padding: 14px 45px 14px 70px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px
}

.accordion .acc-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    border-radius: 5px
}

.accordion .acc-icon:before {
    content: "\f067";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    margin-left: -7px;
    text-align: center;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.accordion .acc-title.active .acc-icon:before {
    content: "\f068"
}

.accordion .acc-body {
    display: none;
    font-size: 13px;
    line-height: 22px;
    padding: 30px 30px 10px 50px
}

.accordion .acc-body.active {
    display: block
}

.accordion .acc-body h5 {
    margin-bottom: 8px
}

.accordion .acc-body p {
    margin-bottom: 17px
}

.accordion.style-1 .acc-title {
    color: #fff;
    background: #1593d0
}

.accordion.style-1 .acc-icon {
    background: #1593d0
}

.accordion.style-1 .acc-icon:before {
    color: #fff
}

.accordion.style-1 .acc-title.active .acc-icon:before {
    color: #1593d0
}

.accordion.style-1 .acc-body {
    background: #f8f8f8;
    color: #b9b9b9
}

.accordion.style-1 .acc-title.active .acc-icon {
    background: #f8f8f8
}

.accordion.style-1 li:before {
    color: #1593d0
}

.accordion.style-2 .acc-title {
    color: #fff;
    background: #2d3e50
}

.accordion.style-2 .acc-icon {
    background: #2d3e50
}

.accordion.style-2 .acc-icon:before {
    color: #fff
}

.accordion.style-2 .acc-title.active .acc-icon:before {
    color: #1593d0
}

.accordion.style-2 .acc-body {
    background: #f8f8f8;
    color: #b9b9b9
}

.accordion.style-2 .acc-title.active .acc-icon {
    background: #f8f8f8
}

.accordion.style-2 li:before {
    color: #2d3e50
}

.accordion.style-2 p {
    color: #b9b9b9
}

.accordion.style-3 .acc-title {
    color: #fff;
    background: #022c54
}

.accordion.style-3 .acc-icon {
    background: #022c54
}

.accordion.style-3 .acc-icon:before {
    color: #fff
}

.accordion.style-3 .acc-title.active .acc-icon:before {
    color: #022c54
}

.accordion.style-3 .acc-body {
    background: #f8f8f8;
    color: #b9b9b9
}

.accordion.style-3 .acc-title.active .acc-icon {
    background: #f8f8f8
}

.accordion.style-3 li:before {
    color: #022c54
}

.accordion.style-3 p {
    color: #b9b9b9
}

.accordion.style-4 .acc-title {
    color: #fff;
    background: #d73240
}

.accordion.style-4 .acc-icon {
    background: #d73240
}

.accordion.style-4 .acc-icon:before {
    color: #fff
}

.accordion.style-4 .acc-title.active .acc-icon:before {
    color: #d73240
}

.accordion.style-4 .acc-body {
    background: #f8f8f8;
    color: #b9b9b9
}

.accordion.style-4 .acc-title.active .acc-icon {
    background: #f8f8f8
}

.accordion.style-4 li:before {
    color: #d73240
}

.accordion.style-4 p {
    color: #b9b9b9
}

.accordion.style-5 .acc-title {
    color: #fff;
    background: #022c54
}

.accordion.style-5 .acc-icon {
    background: #022c54
}

.accordion.style-5 .acc-icon:before {
    color: #fff
}

.accordion.style-5 .acc-title.active .acc-icon:before {
    color: #022c54
}

.accordion.style-5 .acc-body {
    background: #fff;
    color: #b9b9b9
}

.accordion.style-5 .acc-title.active .acc-icon {
    background: #fff
}

.accordion.style-5 li:before {
    color: #022c54
}

.accordion.style-5 p {
    color: #b9b9b9
}

.accordion.style-6 .acc-title {
    color: #222;
    background: #fff
}

.accordion.style-6 .acc-icon {
    background: #517395
}

.accordion.style-6 .acc-icon:before {
    color: #fff
}

.accordion.style-6 .acc-title.active {
    background: #517395;
    color: #fff
}

.accordion.style-6 .acc-title.active .acc-icon {
    background: #fff
}

.accordion.style-6 .acc-title.active .acc-icon:before {
    color: #517395
}

.accordion.style-6 .acc-body {
    background: #fff;
    color: #b9b9b9
}

.accordion.style-6 li:before {
    color: #022c54
}

.accordion.style-6 p {
    color: #b9b9b9
}

.accordion-chooser {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px
}

.accordion-chooser a {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #b9b9b9;
    display: block;
    background: #fff;
    margin-bottom: 1px;
    padding: 14.5px 25px
}

.accordion-chooser a.active, .accordion-chooser a:hover {
    color: #fff;
    background: #022c54
}

.accordion-form {
    margin-left: -50px;
    margin-right: -30px;
    padding: 30px 30px 30px 50px
}

.accordion-form h5 .c-button {
    margin-right: 10px
}

.accordion-form textarea {
    margin-bottom: 30px
}

.table > thead > tr > th {
    border-bottom: none;
    padding: 15px 25px
}

.table > tbody > tr > td {
    padding: 16px 25px 12px 25px
}

.table .table-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase
}

.table .table-hotel {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase
}

.table .table-hotel .fa {
    font-size: 12px;
    margin: 0 4.5px
}

.table.type-1 td:nth-child(1) {
    width: 33%
}

.table.type-1 td:nth-child(2) {
    width: 25%
}

.table.type-1 td:nth-child(3) {
    width: 42%
}

.table.type-2 {
    border-top: 1px solid #f2f2f2
}

.table.type-2 td:nth-child(1) {
    width: 50%
}

.table.type-2 td:nth-child(2) {
    width: 50%
}

.table.type-2 .table-label {
    font-family: Cabin, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400
}

.table.type-3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase
}

.table.type-3 th {
    padding: 15px 0;
    vertical-align: middle;
    text-align: center
}

.table.type-3 td {
    vertical-align: middle;
    min-height: 50px
}

.table.style-1 thead {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    background: #1593d0
}

.table.style-1 td, .table.style-1 th {
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    border-top: 0
}

.table.style-1 td:nth-child(1), .table.style-1 th:nth-child(1) {
    border-left: 1px solid #f2f2f2
}

.table.style-2 th {
    color: #b9b9b9;
    background: #f8f8f8
}

.table.style-2 td, .table.style-2 th {
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    border-top: 0
}

.table.style-2 td:nth-child(1), .table.style-2 th:nth-child(1) {
    border-left: 1px solid #f2f2f2
}

.table.style-2 td {
    color: #222
}

.table.style-3 tr:first-child td {
    border-top: 1px solid #f2f2f2
}

.table.style-3 td {
    color: #b9b9b9;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    border-top: 0;
    text-align: left;
    height: 50px;
    vertical-align: middle;
    line-height: 14px;
    font-size: 11px
}

.table.style-3 td:before {
    content: "•";
    display: inline-block;
    position: relative;
    left: -10px;
    color: #2d3e50
}

.table.style-3 td:nth-child(1) {
    border-left: 1px solid #f2f2f2
}

.table.style-3 td:hover {
    background: #022c54;
    color: #fff
}

.table.style-3 td:hover:before {
    color: #fff
}

.striped > tbody > tr:nth-of-type(even) {
    background-color: #f8f8f8
}

.tags {
    margin-bottom: 30px
}

.tags .tags-title {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    float: left
}

.tags ul {
    margin-bottom: 0
}

.tags li {
    list-style: none;
    float: left
}

.tags li:before {
    display: none
}

.share .share-title {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    margin-right: 10px
}

.share ul {
    margin-bottom: 0
}

.share li {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 0;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    margin-right: 7px
}

.share li:before {
    display: none
}

.share a {
    float: left;
    color: #fff;
    line-height: 33px;
    padding-left: 13px;
    padding-right: 45px
}

.share li i {
    padding-right: 13px;
    display: inline-block;
    position: relative
}

.share li span {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    padding: 0 10px;
    color: #fff;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 700
}

.share.style-2 {
    text-align: center
}

.share.style-2 li {
    margin-right: 27px
}

.additional-title {
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: 2px
}

.comments-block {
    list-style: none
}

.comments-block .commnent-img {
    float: left;
    width: 86px;
    height: 86px;
    -moz-border-radius: 86px;
    border-radius: 86px
}

.comments-block .tour-info {
    display: inline-block;
    padding-bottom: 4px;
    margin-right: 30px
}

.comments-block .tour-info img {
    vertical-align: middle
}

.comments-block .comment-content {
    position: relative;
    margin-left: 113px;
    margin-bottom: 50px;
    padding: 17px 30px 20px 30px;
    background: #f8f8f8;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.comments-block .comment-content:before {
    content: '';
    display: block;
    position: absolute;
    top: 22px;
    left: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11.5px 16px 11.5px 0;
    border-color: transparent #f8f8f8 transparent transparent
}

.comments-block .comment-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.comments-block .comment-reply {
    position: absolute;
    top: 27px;
    right: 30px
}

.comments-block .comments-block {
    margin-left: 70px
}

.comments-block .tour-info-line {
    padding-right: 80px
}

.blog-nav-left .blog-nav-img, .blog-nav-right .blog-nav-img {
    display: block;
    width: 170px;
    float: left
}

.blog-nav-img img {
    border-radius: 5px
}

.blog-nav-left .blog-nav-text, .blog-nav-right .blog-nav-text {
    margin-left: 200px;
    padding-top: 7px
}

.blog-nav-left .tour-info, .blog-nav-right .tour-info {
    display: inline-block;
    padding-bottom: 14px;
    margin-right: 15px
}

.blog-nav-left .c-button, .blog-nav-right .c-button {
    margin-bottom: 11px
}

.blog-nav-left h4, .blog-nav-right h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 9px
}

.blog-nav-right .blog-nav-img {
    float: right
}

.blog-nav-right .blog-nav-text {
    margin-left: 0;
    margin-right: 200px;
    text-align: right
}

.blog-nav-right .tour-info {
    margin-left: 15px;
    margin-right: 0
}

.blog-nav-right .tour-info span {
    padding-left: 0;
    padding-right: 10px
}

.sport-block {
    padding: 28px;
    background: #f8f8f8;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.sport-block h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px
}

.sport-block p:last-child {
    margin-bottom: 0
}

.bar {
    text-align: center;
    margin-bottom: 25px
}

.bar .bar-img {
    margin-bottom: 12px
}

.bar .bar-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px
}

.sidebar-widget {
    margin-bottom: 30px
}

.detail-block {
    padding: 28px 34px 31px 34px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px
}

.detail-block h4 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 22px
}

.detail-block p {
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 20px
}

.detail-block .fa-star {
    font-size: 12px;
    margin-right: 10px;
    margin-left: 0
}

.detail-block p span {
    margin-left: 3px
}

.details-desc {
    margin-bottom: 26px
}

.details-desc p:last-child {
    margin-bottom: 0
}

.details-btn .c-button:first-child {
    margin-right: 6px
}

.right-sidebar .map-block {
    margin-bottom: 30px
}

.popular-tours {
    padding: 31px 30px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px
}

.popular-tours h4 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px
}

.popular-tours .hotel-small:last-child {
    margin-bottom: 0
}

.sidebar-filter {
    padding: 31px 30px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px
}

.sidebar-filter h4 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px
}

.sidebar-text-label {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 21px 15px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 30px
}

.help-contact {
    padding: 31px 30px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.help-contact h4 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 18px
}

.help-contact p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 25px
}

.help-contact .help-phone {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 27px
}

.help-contact .help-phone img {
    vertical-align: middle;
    margin-right: 20px
}

.help-contact .help-mail {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    white-space: nowrap
}

.help-contact .help-mail img {
    vertical-align: middle;
    margin-right: 10px
}

.detail-logo {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    padding: 24px 15px
}

.detail-logo-name {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.widget-search {
    position: relative;
    margin-bottom: 30px
}

.widget-search .input-style-1 {
    margin-bottom: 0
}

.widget-submit {
    position: absolute;
    top: 50%;
    right: 19px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(../img/search_icon_small_grey.png) no-repeat
}

.widget-slider .swiper-slide {
    min-height: 215px
}

.widget-slider .vertical-bottom {
    text-align: center;
    bottom: 15px
}

.widget-slider h4 {
    letter-spacing: 1.5px;
    font-weight: 700
}

.widget-slider .rate-wrap {
    display: block;
    text-align: center;
    padding: 7px 0 3px
}

.widget-slider .rate-wrap .rate {
    display: inline-block;
    float: none
}

.widget-slider .rate span {
    font-size: 13px
}

.widget-slider .rate-wrap i {
    float: none
}

.widget-slider .tour-info {
    display: inline-block;
    margin-right: 20px
}

.widget-slider .tour-info:last-child {
    margin-right: 0
}

.w-comment-entry {
    margin-bottom: 24px
}

.w-comment-date {
    font-family: Cabin, sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .3px;
    margin-bottom: 12px
}

.w-comment-date img {
    vertical-align: bottom;
    margin-right: 9px
}

.w-comment-title {
    font-family: Cabin, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: .4px
}

.w-comment-title a {
    font-weight: 700
}

.w-comment-text {
    font-family: Cabin, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400
}

.widget-tags li {
    float: left;
    margin-right: 5px;
    margin-bottom: 2px
}

.widget-gallery a {
    display: block;
    width: 25%;
    float: left
}

.widget-gallery a:hover {
    opacity: .6
}

.login-fullpage {
    position: relative;
    margin-top: 116px;
    margin-bottom: 116px;
    background: #fff
}

.f-login-content {
    padding: 78px 100px 78px 100px
}

.f-login-header {
    margin-bottom: 69px
}

.f-login-title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
    margin-bottom: 16px
}

.f-login-desc {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-align: center
}

.f-login-form .input-style-1 {
    margin-bottom: 9px;
    float: none
}

.f-login-form .input-entry {
    margin-bottom: 12px
}

.f-login-form .login-btn {
    margin-bottom: 30px
}

.checkbox-group {
    margin-bottom: 40px
}

.login-logo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 58.33333333%
}

.full-copy {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px
}

.login-fullpage {
    position: relative;
    margin-top: 116px;
    margin-bottom: 116px;
    background: #fff
}

.f-soon-title {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 10.5px;
    margin-bottom: 40px
}

.soon-logo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 58.33333333%
}

.f-soon-content {
    padding: 78px 10px 78px 10px
}

.back-counter {
    text-align: center;
    margin-bottom: 85px
}

.back-counter .part-counter {
    position: relative;
    display: inline-block;
    width: 115px;
    height: 80px;
    background: #022c54;
    color: #fff;
    text-align: right;
    margin-right: 30px;
    border-radius: 5px
}

.back-counter .part-counter:last-child {
    margin-right: 0
}

.back-counter .part-counter:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 5px;
    height: 100%;
    margin-left: -2.5px;
    background: #fff
}

.back-counter .part-numbers {
    position: relative;
    right: -12px;
    font-size: 48px;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: 38px;
    margin-bottom: 10px
}

.back-counter .part-text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #222;
    text-align: center;
    text-transform: uppercase
}

.s-contact-entry {
    float: left;
    text-align: center;
    border-right: 1px solid #ececec
}

.s-contact-entry:last-child {
    border-right: none
}

.s-contact-entry.s25 {
    width: 25%
}

.s-contact-entry.s30 {
    width: 30%
}

.s-contact-entry.s45 {
    width: 45%
}

.s-contact-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 700
}

.s-contact-title {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase
}

.soon-contact {
    margin-bottom: 75px
}

.s-contact-form {
    position: relative;
    display: block;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 40px
}

.s-contact-form .c-button {
    position: absolute;
    top: 0;
    right: 0
}

.fullsoon {
    text-align: center;
    padding-top: 161px;
    padding-bottom: 161px
}

.fullsoon-title {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 11px;
    margin-bottom: 32px
}

.fullsoon-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 65px
}

.ClassyCountdown {
    margin-bottom: 70px
}

.ClassyCountdown .ClassyCountdown-value div {
    font-size: 52px;
    line-height: 20px;
    font-weight: 700
}

.ClassyCountdown .ClassyCountdown-value span {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px !important;
    line-height: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.ClassyCountdown-wrapper > div {
    background: rgba(0, 0, 0, .15);
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 160px;
    margin-right: 78px
}

.ClassyCountdown-wrapper > div:last-child {
    margin-right: 0
}

.not-found {
    padding-top: 177px;
    padding-bottom: 177px
}

.not-found-box {
    width: 800px;
    text-align: center;
    border: 10px solid #fff;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 80px;
    border-radius: 8px
}

.not-found-title {
    font-size: 150px;
    line-height: 150px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 10px;
    margin-bottom: 14px
}

.not-found-message {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 45px
}

.not-found.style-2 {
    padding-top: 160px
}

.not-found-label {
    text-align: center
}

.not-found-number {
    position: relative;
    margin-bottom: 68px
}

.not-found-number h2 {
    font-size: 300px;
    line-height: 300px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 28px
}

.not-found-number h3 {
    display: block;
    width: 100%;
    position: absolute;
    top: 100px;
    left: 50%;
    font-family: 'Open Sans', sans-serif;
    font-size: 89px;
    line-height: 86px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #022c54;
    z-index: 2;
    letter-spacing: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-left: 27px;
    padding-right: 27px
}

.not-found.style-2 .not-found-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 20px
}

.not-found.style-2 .not-found-message {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 25px;
    font-weight: 400;
    color: rgba(255, 255, 255, .6);
    text-transform: initial;
    letter-spacing: 0;
    margin-bottom: 48px
}

footer {
    position: relative;
    width: 100%;
    padding-top: 70px;
    overflow: hidden
}

.instagram-wiget {
    position: relative;
    width: 100%;
    padding-right: 10px
}

.instagram-wiget a:hover img {
    opacity: .7
}

.logo-footer {
    margin-top: -7px;
    margin-bottom: 43px
}

.footer-block {
    position: relative;
    width: 100%;
    margin-bottom: 70px;
    float: left;
    padding-right: 15px;
    padding-left: 15px
}

.row30 .footer-block {
    padding-right: 30px;
    padding-left: 30px
}

.footer-block h6 {
    padding-bottom: 15px;
    color: #fff
}

.footer-block:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background: #383838
}

.no-separ.footer-block:before {
    display: none
}

.footer-block ul {
    position: relative;
    float: left
}

.footer-block li {
    line-height: 25px
}

.footer-block li a {
    color: #777;
    font-size: 13px;
    line-height: 30px
}

.footer-folow {
    position: relative;
    width: 100%;
    max-width: 130px
}

.footer-folow li {
    margin-bottom: 5px;
    width: 100%;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
    font-size: 13px;
    padding-left: 13px
}

.footer-folow li a {
    width: 100%;
    position: relative;
    float: left;
    color: #fff;
    line-height: 33px
}

.footer-folow li a:hover {
    color: #fff
}

.footer-folow li i {
    padding-right: 13px;
    display: inline-block;
    position: relative
}

.footer-folow li span {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    padding: 0 10px;
    color: #222;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 700;
    width: 35px;
    text-align: center
}

.color-in {
    background: #11669c
}

.color-in-2 {
    background: #0d5989
}

.color-fb {
    background: #3b5998
}

.color-fb-2 {
    background: #223f7c
}

.color-tw {
    background: #00abf1
}

.color-tw-2 {
    background: #0094d0
}

.color-gg {
    background: #d0422a
}

.color-gg-2 {
    background: #bf280f
}

.color-pin {
    background: #cc2127
}

.color-pin-2 {
    background: #b6090f
}

.footer-form {
    padding-top: 15px
}

.form-input {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #565656;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 15px;
    display: inline-block;
    line-height: 14px
}

.form-input input {
    position: relative;
    width: 100%;
    font-size: 10px;
    height: 100%;
    background: 0 0;
    color: #fff
}

.form-input span {
    position: absolute;
    right: 15px;
    top: 16px;
    color: #777
}

.footer-form input[type=submit] {
    position: relative;
    width: 100%;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    padding: 15px 0;
    font-weight: 700;
    letter-spacing: 3px
}

.footer-form input[type=submit].bg-aqua {
    border: 1px solid #f60
}

.footer-form input[type=submit]:hover {
    background: 0 0;
    color: #f60
}

.footer-form input[type=submit].bg-grey:hover {
    color: #fff
}

.footer-link {
    position: relative;
    width: 100%;
    padding: 30px 0 18px
}

.footer-link ul {
    position: relative;
    float: left
}

.footer-link ul li {
    position: relative;
    float: left;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin-right: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 13px
}

.copyright {
    position: relative;
    float: right
}

.copyright span {
    color: #777;
    font-size: 12px;
    line-height: 12px
}

footer.bg-white .footer-block:before {
    background: #f6f6f6
}

footer.bg-white .footer-block h6 {
    color: #444
}

.footer-link.bg-white {
    border-top: 1px solid #f6f6f6
}

.footer-link.bg-white ul li a {
    color: #777;
    font-weight: 700
}

.footer-link.bg-white ul li a:hover {
    color: #000
}

footer.bg-white .footer-folow li span {
    color: #fff
}

.footer-form input[type=submit].bg-orange {
    border: 1px solid #f60
}

.footer-form input[type=submit].bg-orange:hover {
    color: #f60
}

footer.bg-white .footer-block li a:hover {
    color: #f60
}

footer.bg-white input::-webkit-input-placeholder {
    color: #777;
    opacity: 1
}

footer.bg-white input::-moz-placeholder {
    color: #777;
    opacity: 1
}

footer.bg-white input:-moz-placeholder {
    color: #777;
    opacity: 1
}

footer.bg-white input:-ms-input-placeholder {
    color: #777;
    opacity: 1
}

footer.type-2 .footer-block h6 {
    padding-bottom: 24px
}

footer.type-2 .footer-link {
    padding: 20px 0 20px
}

footer.type-2 .f_logo {
    display: inline-block;
    position: relative;
    top: 3px;
    float: right
}

footer.type-2 .copyright {
    margin-top: 10px
}

.f_contact p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 23px
}

.f_contact p a, .f_contact p span {
    text-transform: uppercase
}

.f_tags li {
    float: left;
    margin-right: 7px;
    margin-bottom: 5px
}

.f_slider .swiper-slide {
    min-height: 173px
}

.f_slider .vertical-bottom {
    text-align: center;
    bottom: 15px
}

.f_slider h4 {
    letter-spacing: 1.5px
}

.f_slider .rate-wrap {
    display: block;
    text-align: center;
    padding: 7px 0 3px
}

.f_slider .rate-wrap .rate {
    display: inline-block;
    float: none
}

.f_slider .rate span {
    font-size: 13px
}

.f_slider .rate-wrap i {
    float: none
}

.f_twitter li {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    padding-left: 30px;
    margin-bottom: 16px
}

.f_twitter li .fa {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 16px
}

.f_text {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400
}

.f_news {
    margin-bottom: 16px
}

.f_news .f_news-img {
    display: block;
    width: 86px;
    float: left
}

.f_news .f_news-content {
    margin-left: 104px;
    padding-top: 9px
}

.f_news .f_news-tilte {
    display: block;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1.3px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px
}

.f_news .f_news-desc {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400
}

.ajax-loader, .ajax-loader:after, .ajax-loader:before {
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out
}

.ajax-loader {
    display: none;
    font-size: 10px;
    margin: -40px auto 0;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.ajax-loader:before {
    left: -3.5em;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.ajax-loader:after {
    left: 3.5em
}

.ajax-loader:after, .ajax-loader:before {
    content: '';
    position: absolute;
    top: 0
}

@-webkit-keyframes load7 {
    0%, 100%, 80% {
        box-shadow: 0 2.5em 0 -1.3em #fff
    }
    40% {
        box-shadow: 0 2.5em 0 0 #fff
    }
}

@keyframes load7 {
    0%, 100%, 80% {
        box-shadow: 0 2.5em 0 -1.3em #fff
    }
    40% {
        box-shadow: 0 2.5em 0 0 #fff
    }
}

.ajax-result {
    clear: both;
    margin-top: 20px;
    font-weight: 700
}

.ajax-result .error, .ajax-result .success {
    display: none;
    padding: 10px;
    border: 1px solid green;
    font-size: 14px;
    color: green
}

.ajax-result .error {
    color: red;
    background: red
}

@media screen and (max-width: 1199px) {
    nav > ul > li {
        margin-left: 0
    }

    nav li.type-2 .dropmenu-text {
        padding-top: 0
    }

    header.type-2 .top-header-block {
        padding-right: 25px;
        padding-left: 25px
    }

    .change-slider-block {
        margin-left: -470px
    }

    .search-icon {
        padding-left: 0
    }

    .input-style-1 {
        display: inline-block;
        float: left;
        margin-bottom: 15px
    }

    .input-style-1.min-324 {
        max-width: 100%;
        margin: 0 auto;
        display: block;
        margin-bottom: 15px
    }

    .submit {
        float: right;
        display: inline-block;
        position: relative
    }

    .main-title .input-style-1 {
        margin: 0 15px 15px 0
    }

    .pagination-left {
        margin-left: -395px
    }

    .pagination-left-2 {
        margin-left: -470px
    }

    .choose-hotel .drop-wrap {
        margin-bottom: 30px
    }

    .hotel-choose .w_50 {
        margin-bottom: 15px
    }

    .hotel-item .c-button {
        display: block;
        margin: 0 auto;
        float: none;
        margin-bottom: 15px
    }

    .hotel-item .c-button:last-child {
        margin-bottom: 0
    }

    .hotel-item.style-4 .hotel-hot {
        display: block;
        float: none
    }

    .item-block.style-3 {
        min-height: 549px
    }

    .tour-item.style-4 .c-button {
        float: none;
        display: block;
        margin-bottom: 15px
    }

    .tabs-block {
        margin-bottom: 30px
    }

    .tabs-block h5 {
        padding-bottom: 25px
    }

    .tab-pane .c-button {
        margin-top: 20px;
        float: right
    }

    .sidebar .input-entry.type-2 {
        margin-right: 7px
    }

    .tour-block-s-2 {
        min-height: 200px
    }

    .tour-block-s-4 {
        min-height: 431px
    }

    .tour-block-s-6 {
        min-height: 431px
    }

    .tour-block-s-7, .tour-block-s-8 {
        min-height: 200px
    }

    .details-btn .c-button {
        width: 100%
    }

    .details-btn .c-button:first-child {
        margin-bottom: 15px
    }

    .popular-tours .hotel-small .hotel-img {
        width: 100%
    }

    .popular-tours .hotel-img img {
        width: 100%
    }

    .popular-tours .hotel-small .hotel-desc {
        margin-left: 0
    }

    .detail-content .simple-tab .nav-tab-item {
        padding: 0 19px
    }

    .blog-nav-left .blog-nav-img, .blog-nav-right .blog-nav-img {
        width: 150px
    }

    .blog-nav-left .blog-nav-text {
        margin-left: 170px
    }

    .blog-nav-right .blog-nav-text {
        margin-right: 170px
    }

    .sidebar-block.type-2 .simple-tab .tab-info {
        padding: 25px 25px
    }

    .sidebar-block.type-2 .hotel-small.style-2 .hotel-img {
        width: 100px
    }

    .sidebar-block.type-2 .hotel-small.style-2 .hotel-desc {
        margin-left: 120px
    }

    .subscribe-form .subscribe-input {
        width: 465px
    }

    .back-counter .part-counter {
        width: 90px;
        height: 60px
    }

    .back-counter .part-numbers {
        font-size: 36px;
        line-height: 60px;
        letter-spacing: 30px
    }

    .back-counter {
        margin-bottom: 40px
    }

    .s-contact-entry.s25, .s-contact-entry.s30, .s-contact-entry.s45 {
        float: none;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px
    }

    .soon-contact {
        margin-bottom: 35px
    }

    .ClassyCountdown-wrapper > div {
        margin-left: 80px;
        margin-right: 80px;
        margin-bottom: 25px
    }

    .ClassyCountdown-wrapper > div:nth-child(3) {
        margin-left: 0
    }

    footer .row30 {
        margin-right: -15px;
        margin-left: -15px
    }

    footer .row30 .footer-block {
        padding-right: 15px;
        padding-left: 15px
    }

    .sidebar-block.type-2 .hotel-small.style-2.no-img .hotel-desc {
        margin-left: 0
    }
}

@media screen and (min-width: 992px) {
    nav > ul > li:hover > .dropmenu {
        display: block
    }

    header.type-2 .menu {
        position: fixed;
        top: 100px;
        right: -50px;
        width: 0;
        height: 100vh;
        padding-top: 50px;
        padding-left: 45px;
        z-index: -1
    }

    header.type-2 nav > ul > li {
        float: none;
        font-size: 14px;
        margin-bottom: 15px
    }

    .menu_opened header.type-2 .menu {
        width: 300px
    }
}

@media screen and (max-width: 991px) {
    body.st-148 {
        padding-top: 88px
    }

    .color-11 nav {
        background: #022c54
    }

    header .nav-menu-icon a i, header .nav-menu-icon a i:after, header .nav-menu-icon a i:before {
        background: #fff
    }

    header.menu-3 .nav-menu-icon a i, header.menu-3 .nav-menu-icon a i:after, header.menu-3 .nav-menu-icon a i:before {
        background: #222
    }

    .menu-3 nav {
        background: #fff
    }

    .menu-3 nav > ul > li {
        border-top: 0 none
    }

    .menu-3 nav > ul > li:hover {
        border-top: 4px solid rgba(255, 255, 255, 1) !important
    }

    .menu-3 nav > ul > li.active {
        border-top: 0 none !important
    }

    header .nav-menu-icon a.active i {
        background: 0 0
    }

    nav {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #333;
        left: 0;
        top: 0;
        padding-top: 100px;
        text-align: center;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
        overflow: hidden
    }

    nav > ul > li {
        width: 100%;
        font-size: 16px;
        margin: 5px 0;
        font-weight: 400
    }

    nav > ul > li:hover > .dropmenu {
        position: relative
    }

    nav > ul > li {
        float: none
    }

    nav > ul > li:hover > .dropmenu {
        display: block
    }

    nav > ul > li > a > span {
        float: none;
        position: relative;
        display: inline-block
    }

    nav > ul > li > .dropmenu {
        position: relative;
        top: 0;
        margin-top: 0;
        padding: 0;
        display: none;
        visibility: visible;
        opacity: 1
    }

    nav .dropmenu li.active > a {
        color: #222;
        background-color: transparent
    }

    nav .fa-chevron-right {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    nav .dropmenu .dropmenu {
        position: relative;
        left: 0;
        background: #222;
        -moz-box-shadow: none;
        box-shadow: none;
        margin-left: 0
    }

    nav .dropmenu li:hover .dropmenu {
        display: none
    }

    nav.slide-menu {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        overflow-y: auto
    }

    .nav-menu-icon {
        display: block
    }

    .menu_opened .nav-menu-icon {
        position: fixed;
        top: 80px;
        right: 25px
    }

    nav li.type-1 .dropmenu a {
        padding: 8px 0
    }

    nav li.type-1 .dropmenu .fa-chevron-right {
        display: inline-block;
        float: none;
        margin-left: 10px
    }

    nav li.type-1:nth-last-child(1) .dropmenu .dropmenu, nav li.type-1:nth-last-child(2) .dropmenu .dropmenu, nav li.type-1:nth-last-child(3) .dropmenu .dropmenu {
        right: 0
    }

    nav > ul > li > a {
        border-radius: 0
    }

    nav li.type-2 > .dropmenu {
        margin-top: 0;
        padding: 0
    }

    nav li.type-2 > .dropmenu:after {
        display: none
    }

    nav li.type-2 > .dropmenu li {
        width: 100%
    }

    nav li.type-2 > .dropmenu:hover li:first-child:hover .dropmenu {
        opacity: 1;
        display: none
    }

    nav li.type-2 .dropmenu a {
        margin-bottom: 0
    }

    nav li.type-2 .dropmenu .dropmenu {
        position: relative;
        left: 0;
        width: 100%
    }

    nav li.type-2 .dropmenu .dropmenu-image {
        display: none
    }

    nav li.type-2 .dropmenu-item {
        width: 100%;
        float: none;
        margin-bottom: 15px
    }

    nav li.type-2 .dropmenu-item:last-child {
        margin-bottom: 0
    }

    nav li.type-2 .dropmenu li:hover .dropmenu {
        display: none
    }

    nav li.type-2 .dropmenu li:first-child .dropmenu {
        display: none
    }

    nav li.type-2 .dropmenu li .dropmenu {
        padding: 20px;
        margin: 0;
        opacity: 1
    }

    nav li.type-2 .dropmenu li .dropmenu:after {
        display: none
    }

    nav li.type-2 .dropmenu-text {
        width: 100%;
        padding-left: 0
    }

    header.type-2 .nav-menu-icon {
        padding-left: 15px
    }

    header.type-2 .top-header-block {
        font-size: 9px;
        padding-right: 5px;
        padding-left: 5px
    }

    .menu_opened header.type-2 .nav-menu-icon {
        border-left: none
    }

    nav li.type-3 > .dropmenu {
        margin-top: 0
    }

    nav li.type-3 > .dropmenu ul {
        width: 100%;
        float: none;
        border-left: none;
        padding: 0
    }

    nav li.type-3 .dropmenu li {
        margin-bottom: 0
    }

    nav li.type-4 > .dropmenu {
        margin-top: 0;
        padding: 0
    }

    nav li.type-4 > .dropmenu li {
        width: 100%
    }

    nav li.type-4 .dropmenu .dropmenu {
        left: 0;
        width: 100%
    }

    nav li.type-4 .dropmenu li:first-child .dropmenu {
        display: none
    }

    nav li.type-4 .dropmenu .fa-chevron-right {
        display: inline-block;
        float: right
    }

    nav li.type-4 .dropmenu .dropmenu-image {
        display: none
    }

    nav li.type-4 .dropmenu-item {
        width: 100%;
        float: none;
        margin-bottom: 15px
    }

    nav li.type-4 .dropmenu-item:last-child {
        margin-bottom: 0
    }

    nav li.type-4 .dropmenu a {
        margin-bottom: 0
    }

    header.type-3 nav.menu {
        padding-top: 100px
    }

    header.type-3 nav.menu .dropmenu {
        text-align: center;
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        margin-top: 0
    }

    header.type-5 .search {
        display: none;
        position: fixed;
        top: 22px;
        right: 19px;
        width: 15px;
        z-index: 100
    }

    .menu_opened header.type-5 .search {
        display: block
    }

    .menu_opened header.color-1 .link-aqua:hover {
        color: #fff
    }

    header.color-3 nav {
        background: #f60
    }

    header.color-4 nav {
        background: #5e80a3;
        color: #fff
    }

    header.color-4 nav > ul > li > a {
        color: #fff;
        -moz-border-radius: 0;
        border-radius: 0
    }

    header.color-4 .nav-menu-icon a i, header.color-4 .nav-menu-icon i:after, header.color-4 .nav-menu-icon i:before {
        background: #222
    }

    header.color-4 .nav-menu-icon .active i:after, header.color-4 .nav-menu-icon .active i:before {
        background: #fff
    }

    header.color-4 .nav-menu-icon .active i {
        background: 0 0
    }

    header.color-4 .nav-menu-icon .active:hover i {
        opacity: .6
    }

    header.color-5 nav {
        background: #022c54
    }

    header.color-5 nav > ul > li > a {
        color: #fff
    }

    header.color-5 .nav-menu-icon a i, header.color-5 .nav-menu-icon i:after, header.color-5 .nav-menu-icon i:before {
        background: #022c54
    }

    header.color-5 .nav-menu-icon .active i:after, header.color-5 .nav-menu-icon .active i:before {
        background: #fff
    }

    header.color-5 .nav-menu-icon .active i {
        background: 0 0
    }

    header.color-7 .nav-menu-icon .active i:after, header.color-7 .nav-menu-icon .active i:before {
        background: #fff
    }

    .menu_opened header.color-7 nav {
        background: #6cd5ff
    }

    header.color-8 nav {
        background: #00e5ff
    }

    header.color-8 .nav-menu-icon i {
        background: #00e5ff
    }

    header.color-8 .nav-menu-icon i:after, header.color-8 .nav-menu-icon i:before {
        background: #00e5ff
    }

    header.color-8 .nav-menu-icon .active i {
        background: 0 0
    }

    header.color-8 .nav-menu-icon .active i:after, header.color-8 .nav-menu-icon .active i:before {
        background: #fff
    }

    header.color-9 nav > ul > li > a {
        color: #fff
    }

    header.color-9 nav > ul > li:hover > a {
        color: #fff
    }

    header.color-10 nav {
        background: #1593d0
    }

    header.color-10 nav > ul > li > a {
        color: #fff
    }

    header.color-10 nav > ul > li:hover > a {
        color: #fff
    }

    header.color-12 nav {
        background: #23b0e8
    }

    header.color-12 nav > ul > li > a {
        color: #fff
    }

    header.color-12 nav > ul > li:hover > a {
        color: #fff
    }

    header.color-12 .nav-menu-icon i {
        background: #fff
    }

    header.color-12 .nav-menu-icon i:after, header.color-12 .nav-menu-icon i:before {
        background: #fff
    }

    header.color-12 .nav-menu-icon .active i {
        background: 0 0
    }

    header.color-12 .nav-menu-icon .active i:after, header.color-12 .nav-menu-icon .active i:before {
        background: #fff
    }

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

    .left-title {
        left: 15px
    }

    .main-slider-4 {
        position: relative;
        top: 0;
        left: 0;
        height: 750px
    }

    .pagination-left {
        margin-left: -305px
    }

    .pagination-left-2 {
        margin-left: -360px
    }

    .find-form {
        width: 750px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        float: none
    }

    .submit {
        float: none;
        width: 100%;
        padding: 0 15px
    }

    .input-style-1 {
        float: none
    }

    .submit input {
        float: none
    }

    .main-title .input-style-1 {
        margin: 0 0 15px
    }

    .style-2 .full-height {
        min-height: 800px
    }

    .second-title.style-3 {
        text-align: center
    }

    .item-block.style-3 {
        min-height: 300px;
        margin-bottom: 30px
    }

    .item-block.style-5 {
        min-height: 350px
    }

    .choose-hotel {
        margin: 100px 0 0 0
    }

    .choose-hotel .drop-wrap {
        margin-bottom: 0
    }

    .hotel-small .hotel-img {
        float: none;
        margin-bottom: 15px
    }

    .hotel-small .hotel-desc {
        margin-left: 0
    }

    .hotel-small.style-2 .hotel-img {
        float: left
    }

    .hotel-item.style-4 {
        margin-bottom: 50px
    }

    .popular-tours .hotel-small .hotel-img {
        width: 120px
    }

    .hotel-small.style-2 .hotel-desc {
        margin-left: 150px
    }

    .cart-popup .hotel-small .hotel-img {
        float: left;
        margin-bottom: 0
    }

    .cart-popup .hotel-small.style-2 .hotel-desc {
        margin-left: 150px
    }

    .second-title {
        padding-top: 80px;
        padding-bottom: 35px
    }

    .second-title h2 {
        padding-bottom: 10px
    }

    .second-title p {
        padding-bottom: 45px
    }

    .padd-90 {
        padding-bottom: 50px
    }

    .padd-120 {
        padding-bottom: 60px
    }

    .title-small {
        margin-bottom: 33px
    }

    .tour-block-s-2 {
        min-height: 316px
    }

    .tour-block-s-4 {
        margin-bottom: 30px
    }

    .tour-block-s-6 {
        margin-bottom: 30px
    }

    .tour-block-s-7, .tour-block-s-8 {
        min-height: 316px
    }

    .subscribe-form .subscribe-input {
        width: 315px
    }

    .grid-content .list-item-entry {
        width: 50%
    }

    .grid-content .list-item-entry:nth-child(3n+1) {
        clear: none
    }

    .grid-content .list-item-entry:nth-child(2n+1) {
        clear: both
    }

    .list-header .list-sort {
        display: block;
        width: 35%
    }

    .list-header .list-view-change {
        float: left;
        margin-top: 30px
    }

    .change-slider-block {
        position: absolute;
        bottom: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        margin-left: 0;
        left: 0;
        width: 100%;
        text-align: center;
        top: auto
    }

    .change-slider {
        display: inline-block;
        margin-right: 10px;
        width: 140px
    }

    .change-slider:last-child {
        margin-right: 0
    }

    .fullpage .section {
        height: 768px;
        height: 100vh
    }

    .footer.section {
        height: auto
    }

    .fullpage .full-height {
        height: 768px
    }

    .fullpage-wrapper {
        position: static
    }

    .fullpage {
        height: auto !important
    }

    .section .vertical-top {
        padding-top: 30px
    }

    .vertical-align.p-148 {
        margin-top: 0
    }

    .city-entry {
        margin: 0 auto 30px auto
    }

    .city-entry.style-2 {
        max-width: 500px
    }

    .contry-item {
        margin-bottom: 15px
    }

    .investors-block div[class^=col-]:nth-child(6n) .investor-logo {
        border-right: 1px solid #eaeaea
    }

    .investors-block div[class^=col-]:nth-child(4n) .investor-logo {
        border-right: none
    }

    .investors-block div[class^=col-]:nth-last-child(5) .investor-logo {
        border-bottom: 1px solid #eaeaea
    }

    .investors-block div[class^=col-]:nth-last-child(6) .investor-logo {
        border-bottom: 1px solid #eaeaea
    }

    .icon-block {
        margin-bottom: 30px
    }

    .icon-block-entry:nth-last-child(3) .icon-block.style-5, .icon-block-entry:nth-last-child(4) .icon-block.style-5 {
        margin-bottom: 30px
    }

    .tariff.style-2 {
        margin-bottom: 30px
    }

    .widget-gallery a {
        width: 16.66666666%
    }

    .widget-gallery img {
        width: 100%
    }

    .blog-nav-left {
        margin-bottom: 30px
    }

    .not-found {
        padding-top: 132px;
        padding-bottom: 132px
    }

    .not-found-box {
        width: 600px
    }

    .not-found-title {
        font-size: 112px;
        line-height: 112px;
        letter-spacing: 7.5px;
        margin-bottom: 10.5px
    }

    .not-found-message {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 34px
    }

    .not-found-number {
        margin-bottom: 51px
    }

    .not-found-number h2 {
        font-size: 225px;
        line-height: 225px;
        letter-spacing: 21px
    }

    .not-found-number h3 {
        font-size: 66px;
        line-height: 64px;
        top: 75px
    }

    .not-found.style-2 .not-found-title {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 15px
    }

    .not-found.style-2 .not-found-message {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 36px
    }

    .f-login-content {
        padding: 39px 50px 39px 50px
    }

    .f-login-header {
        margin-bottom: 35px
    }

    .f-soon-title {
        font-size: 45px;
        line-height: 45px;
        letter-spacing: 7.5px;
        margin-bottom: 30px
    }

    .f-soon-content {
        padding: 58px 10px 58px 10px
    }

    .back-counter .part-counter {
        width: 70px;
        height: 46px
    }

    .back-counter .part-numbers {
        right: -9px;
        font-size: 27px;
        line-height: 46px;
        letter-spacing: 25px
    }

    .back-counter {
        margin-bottom: 30px
    }

    .s-contact-entry.s25, .s-contact-entry.s30, .s-contact-entry.s45 {
        margin-bottom: 15px
    }

    .soon-contact {
        margin-bottom: 25px
    }

    .ClassyCountdown-wrapper > div {
        margin-left: 60px;
        margin-right: 60px
    }

    .ClassyCountdown-wrapper > div:nth-child(3) {
        margin-left: 0
    }

    .footer-block:before {
        display: none
    }

    header.type-6 nav.menu .dropmenu {
        text-align: center
    }

    header.type-6 li.type-2 > .dropmenu {
        margin-top: 0
    }

    nav > ul > li > a {
        margin-bottom: 0
    }

    nav .dropmenu .dropmenu {
        padding: 0
    }

    header.type-6 li.type-3 > .dropmenu {
        margin-top: 0
    }

    nav > ul > li {
        margin: 0
    }

    nav li.type-3 .dropmenu a {
        padding: 5px 0
    }

    nav li.type-2 .dropmenu .fa {
        float: none;
        margin-left: 10px
    }

    header.type-6 li.type-4 > .dropmenu {
        margin-top: 0
    }

    nav li.type-4 .dropmenu .dropmenu {
        padding: 5px 0
    }

    nav li.type-4 .dropmenu .fa-chevron-right {
        float: none;
        margin-left: 10px
    }

    nav li.type-4 .dropmenu a {
        padding: 5px 0
    }
}

@media screen and (max-width: 767px) {
    header.type-2 .nav-menu-icon {
        border-left: none
    }

    header.type-2 .inner-header {
        display: none
    }

    header.type-2 .card {
        border-left: none
    }

    header.type-2 .search {
        border-left: none
    }

    header.type-2 .top-header-block img {
        margin-right: 0
    }

    .menu_opened header.type-2 .inner-header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100
    }

    .menu_opened header.type-2 .inner-header .top-header-block {
        float: none
    }

    .menu_opened header.type-2 .phone {
        max-width: 70%
    }

    .menu_opened header.type-2 .e-mail {
        max-width: 70%
    }

    header.type-4 .top-header-bar {
        padding: 15px 0 0
    }

    header.color-1 .top-header-bar {
        background: #f60;
        padding: 10px 0 10px 0
    }

    header.color-10 .top-header-bar {
        background: #1593d0
    }

    .nav-menu-icon {
        z-index: 99
    }

    .main-slider-3 {
        height: 600px
    }

    .main-slider-4 {
        height: 500px
    }

    .main-slider-5 .slider-block {
        padding-top: 0
    }

    .main-slider-5 .slider-block-left {
        position: relative;
        height: 200px;
        width: 100%
    }

    .main-slider-5 .slider-block-right {
        width: 100%
    }

    .main-slider-5 .rate-wrap {
        margin-bottom: 0
    }

    .main-slider-5 .sb-title {
        font-size: 24px;
        margin-bottom: 0
    }

    .main-slider-5 .sb-text {
        margin-bottom: 15px
    }

    .main-slider-5 .c-button {
        margin-bottom: 25px
    }

    .pagination-left {
        margin-left: 0;
        left: 15px
    }

    .pagination-left-2 {
        margin-left: 0;
        left: 15px
    }

    .sl-bg {
        position: static;
        height: 350px
    }

    .find-form {
        width: 100%
    }

    .tabs-block {
        margin-bottom: 20px
    }

    .tabs-block h5 {
        padding-bottom: 10px
    }

    .tab-pane .c-button {
        margin-top: 10px;
        float: left
    }

    .tpl-tabs-cont {
        padding: 30px 0 20px
    }

    .drop-tabs {
        position: absolute;
        left: 0;
        top: -4px;
        width: 100%;
        text-align: center;
        z-index: 4
    }

    .drop-tabs b {
        display: block;
        height: 35px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid rgba(255, 255, 255, .3);
        cursor: pointer;
        padding-top: 12px;
        height: 41px
    }

    .arrow-down {
        display: block;
        position: absolute;
        right: 15px;
        top: 12px;
        color: #fff
    }

    .nav-tabs {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        z-index: 5;
        display: none
    }

    .nav-tabs > li {
        width: 100%;
        text-align: center
    }

    .tabs-style-1.nav-tabs > li > a {
        width: 100%;
        padding: 10px 0;
        border-left: 0 none;
        border: 0 none;
        border-right: 0 none;
        color: #222
    }

    .tpl-tabs-cont {
        padding: 60px 0 20px
    }

    .tabs-style-1.nav-tabs > li > a:hover {
        border: 0 none
    }

    .search {
        position: absolute;
        right: 15px;
        top: 0
    }

    .e-mail {
        width: 100%;
        margin-bottom: 5px
    }

    .offers-arrow.swiper-arrow-left {
        left: 20px
    }

    .offers-arrow.swiper-arrow-right {
        right: 20px
    }

    .popular-desc .vertical-align {
        top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        padding: 0 0 30px;
        position: relative
    }

    .popular-desc {
        min-height: 100%;
        float: left
    }

    .popular-desc.text-right {
        text-align: left
    }

    .left-title {
        position: relative;
        top: 0;
        left: 0;
        float: none;
        width: 100%;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .left-content {
        padding-left: 0
    }

    .card {
        position: absolute;
        right: 70px;
        top: 0;
        padding-right: 0
    }

    .cart-popup {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        overflow: auto
    }

    .cart-popup:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff
    }

    .cart-popup .cart_close {
        display: block;
        position: absolute;
        top: 30px;
        right: 30px;
        width: 30px;
        height: 30px;
        background: #fff;
        -moz-border-radius: 4px;
        border-radius: 4px;
        z-index: 200
    }

    .cart-popup .cart_close:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 25%;
        width: 15px;
        height: 2px;
        background: #022c54;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: -1px
    }

    .cart-popup .cart_close:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 25%;
        width: 15px;
        height: 2px;
        background: #022c54;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -1px
    }

    .cart-popup .cart-title {
        position: relative;
        display: block;
        text-align: center;
        margin-bottom: 15px
    }

    .top-header-bar {
        display: none
    }

    .search-popup .s_close {
        top: 15px;
        right: 15px;
        z-index: 100
    }

    .menu_opened .top-header-bar {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        padding: 15px 0 0
    }

    .main-title h1 {
        font-size: 50px;
        line-height: 56px;
        padding-bottom: 15px
    }

    .main-title > p {
        padding-bottom: 25px
    }

    .slide-tour h2 {
        font-size: 30px;
        padding-bottom: 20px
    }

    .slide-tour span {
        padding-bottom: 10px
    }

    .item-block.style-3 {
        min-height: 250px
    }

    .tab-select {
        display: block
    }

    .tab-tour-header {
        display: none
    }

    .team-entry {
        margin-bottom: 60px
    }

    .team-entry .team-img {
        display: inline-block
    }

    .investors-block div[class^=col-]:nth-child(4n) .investor-logo {
        border-right: 1px solid #eaeaea
    }

    .investors-block div[class^=col-]:nth-child(3n) .investor-logo {
        border-right: none
    }

    .investors-block div[class^=col-]:nth-last-child(4) .investor-logo {
        border-bottom: 1px solid #eaeaea
    }

    .change-slider {
        width: 100px
    }

    .fullpage .section {
        height: 700px
    }

    .fullpage .full-height {
        height: 700px
    }

    .footer.section {
        height: auto
    }

    .tour-item.style-2 .c-button {
        display: block;
        float: none;
        margin-bottom: 15px
    }

    .tour-item.style-2 .tour-text {
        max-width: 100%
    }

    .tour-item-grid .tour-item.style-4 {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto
    }

    .tour-item.style-5 .c-button {
        display: block;
        width: 100%
    }

    .tour-item.style-5 .tour-person {
        float: none;
        text-align: center
    }

    .s_news-entry {
        margin-bottom: 30px
    }

    .icon-block {
        margin-bottom: 50px
    }

    .tariff {
        margin-bottom: 30px
    }

    .counter-entry {
        margin-bottom: 30px
    }

    .gal-item.style-3.gal-big .gal-item-desc {
        padding: 16px 5px 18px 5px
    }

    .gal-item.style-3.gal-big h4 {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 2.5px
    }

    .gal-item.style-3.gal-big h5 {
        font-size: 12px;
        line-height: 15px
    }

    .simple-tab .nav-tab {
        margin-bottom: 30px
    }

    .simple-tab .nav-tab-item {
        display: block;
        max-width: 500px;
        margin: 0 auto
    }

    .simple-tab.tab-3 .nav-tab-item {
        width: 100%;
        float: none;
        margin: 0 auto
    }

    .confirm-label {
        padding: 28px 28px 28px 81px
    }

    .confirm-print {
        position: relative;
        top: 0;
        right: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .confirm-text {
        margin-bottom: 15px
    }

    .contact-form {
        margin-bottom: 30px
    }

    .contact-entry {
        margin-bottom: 30px
    }

    .subscribe-form .subscribe-input {
        width: 100%
    }

    .subscribe-form .c-button {
        display: block;
        float: none;
        margin: 0 auto
    }

    .pb_entry {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto
    }

    .pb_entry .table-view {
        display: block
    }

    .pb_entry .pb_header {
        display: block;
        width: 100%;
        padding: 15px
    }

    .pb_entry .pb_content {
        display: block;
        width: 100%;
        padding: 15px
    }

    .pb_entry .pb_check {
        display: block;
        width: 100%;
        padding: 15px
    }

    .not-found {
        padding-top: 99px;
        padding-bottom: 99px
    }

    .not-found-box {
        width: 450px
    }

    .not-found-title {
        font-size: 84px;
        line-height: 84px;
        letter-spacing: 5.6px;
        margin-bottom: 10.5px
    }

    .not-found-message {
        margin-bottom: 25px
    }

    .not-found-number {
        margin-bottom: 38px
    }

    .not-found-number h2 {
        font-size: 168px;
        line-height: 168px;
        letter-spacing: 15px
    }

    .not-found-number h3 {
        font-size: 49px;
        line-height: 48px;
        top: 56px
    }

    .not-found.style-2 .not-found-message {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 36px
    }

    .login-logo {
        position: static;
        height: 300px;
        margin-left: 15px;
        margin-right: 15px
    }

    .f-login-form .c-button {
        margin-bottom: 15px
    }

    .soon-logo {
        position: static;
        height: 300px;
        margin-left: 15px;
        margin-right: 15px
    }

    .fullsoon {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .fullsoon-title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 25px
    }

    .fullsoon-text {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 35px
    }

    .ClassyCountdown-wrapper > div {
        margin-left: 52px;
        margin-right: 52px
    }

    .ClassyCountdown-wrapper > div:nth-child(3) {
        margin-left: 0
    }

    .footer-block {
        margin-bottom: 40px
    }

    .footer-link ul {
        width: 100%;
        text-align: center
    }

    .footer-link ul li {
        width: 100%;
        padding-bottom: 8px;
        margin-right: 0
    }

    .copyright {
        text-align: center;
        width: 100%;
        padding-top: 15px
    }

    footer.type-2 .footer-link {
        text-align: center
    }
}

@media screen and (max-width: 600px) {
    .cp_content {
        position: relative;
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        text-align: center
    }

    .c_pagination .c-button {
        display: none
    }

    .filter-nav li {
        display: block
    }

    .filter-nav li a {
        min-width: 250px;
        margin-bottom: 1px
    }

    .filter-nav a:before {
        display: none
    }

    .widget-gallery a {
        width: 25%
    }

    .ClassyCountdown-wrapper > div {
        margin-left: 30px;
        margin-right: 30px
    }

    .ClassyCountdown-wrapper > div:nth-child(3) {
        margin-left: 0
    }
}

@media screen and (max-width: 480px) {
    .main-slider .swiper-slide {
        min-height: 1000px
    }

    .main-slider-3 {
        height: 520px
    }

    .main-slider-3 .main-title button[type=submit] span {
        display: none
    }

    .detail-content .thumbnails {
        display: none
    }

    .vert-title {
        margin-top: -320px
    }

    header.type-3 .logo {
        left: 15px;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .offers-info {
        padding-bottom: 0
    }

    .offers-block .vertical-bottom p {
        padding-bottom: 20px
    }

    .main-title h1 {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 5px
    }

    .main-title.style-2 h1 {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 4px
    }

    .main-title .main-date {
        margin-bottom: 5px
    }

    .main-title .main-date.underline:after {
        margin: 10px 0 0
    }

    .sw-arrow {
        display: none
    }

    .main-slider .pagination-hidden.pagination {
        display: block;
        bottom: 420px
    }

    .item-block p {
        padding: 0 15px 15px
    }

    .item-block h3 {
        font-size: 22px
    }

    .item-block p {
        line-height: 20px
    }

    .play {
        width: 40px;
        height: 40px;
        margin: 0 auto 20px
    }

    .item-block p {
        display: none
    }

    .video-title {
        bottom: 50%;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%)
    }

    .best-slider .pagination-hidden.pagination {
        display: block
    }

    .testi-3 .swiper-slide {
        padding: 0 15px
    }

    .testi-wrap {
        padding: 45px 15px 40px
    }

    .tour-block-s-1 .tour-caption .vertical-top {
        padding: 15px 15px 0
    }

    .tour-block-s-1 .tour-caption .vertical-bottom {
        padding: 0 15px 15px
    }

    .tour-block-s-2 .tour-caption .vertical-top {
        padding: 15px 15px 0
    }

    .tour-block-s-2 .tour-caption .vertical-align {
        padding: 0 15px 15px
    }

    .tour-block-s-2 .tour-caption .vertical-bottom {
        padding: 0 15px 15px
    }

    .tour-block-s-4 {
        min-height: 500px;
        padding: 0 15px 15px
    }

    .change-slider {
        width: 60px
    }

    .weth-icon.style-2 {
        margin-top: 10px;
        margin-right: 10px;
        padding-top: 7px;
        padding-bottom: 7px;
        width: 87px
    }

    .hotel-choose {
        margin: 20px 0 50px 0
    }

    .hotel-choose.hotel-choose-1 {
        margin: 50px 0
    }

    .hotel-choose .w_50 {
        width: 100%
    }

    .hotel-choose .title {
        padding-left: 0
    }

    .hotel-choose .popular-img {
        margin-bottom: 0
    }

    .choose-hotel {
        margin: 50px 0 0 0
    }

    .choose-hotel .drop-wrap {
        margin-bottom: 15px
    }

    .hotel-line .rate span {
        padding: 0 1px
    }

    .hotel-line .rate-wrap {
        padding-top: 0
    }

    .hotel-item.style-4 .pagination {
        display: block
    }

    .grid-content .list-item-entry {
        width: 100%
    }

    .list-content .table-view {
        display: block;
        width: auto
    }

    .list-content .radius-top {
        display: block;
        width: 100%
    }

    .list-content .hotel-middle {
        display: block;
        width: 100%
    }

    .list-content .hotel-right {
        display: block;
        width: 100%
    }

    .list-content .hotel-item.style-8 .hotel-right {
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0
    }

    .investors-block div[class^=col-]:nth-child(3n) .investor-logo {
        border-right: 1px solid #eaeaea
    }

    .investors-block div[class^=col-]:nth-child(2n) .investor-logo {
        border-right: none
    }

    .investors-block div[class^=col-]:nth-last-child(3) .investor-logo {
        border-bottom: 1px solid #eaeaea
    }

    .photo-ar-left.c-button.b-50 {
        float: none;
        display: block;
        margin-bottom: 15px
    }

    .photo-ar-right.c-button.b-50 {
        float: none;
        display: block
    }

    .photo-ar-left:hover .photo-prev, .photo-ar-right:hover .photo-next {
        opacity: 0
    }

    .popular-tours .hotel-small .hotel-img {
        width: 100%
    }

    .popular-tours .hotel-small .hotel-desc {
        margin-left: 0
    }

    .comments-block .commnent-img {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px
    }

    .comments-block .comment-content:before {
        display: none
    }

    .comments-block .comment-content {
        margin-left: 0
    }

    .comments-block .comments-block {
        margin-left: 0
    }

    .blog-nav-left .blog-nav-img, .blog-nav-right .blog-nav-img {
        display: block;
        float: none;
        margin-bottom: 10px
    }

    .blog-nav-left .blog-nav-text {
        margin-left: 0
    }

    .blog-nav-right .blog-nav-text {
        margin-right: 0;
        text-align: left
    }

    .blog-nav-right .tour-info {
        margin-left: 0;
        margin-right: 15px
    }

    .not-found {
        padding-top: 55px;
        padding-bottom: 55px
    }

    .not-found-box {
        width: 253px;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .not-found-title {
        font-size: 47px;
        line-height: 47px;
        letter-spacing: 5.6px;
        margin-bottom: 10.5px
    }

    .not-found-message {
        margin-bottom: 18px
    }

    .not-found-box .c-button.b-60 {
        height: 50px;
        line-height: 46px
    }

    .not-found.style-2 {
        padding-top: 100px
    }

    .not-found-number {
        margin-bottom: 28px
    }

    .not-found-number h2 {
        font-size: 126px;
        line-height: 126px;
        letter-spacing: 11px
    }

    .not-found-number h3 {
        font-size: 36px;
        line-height: 36px;
        top: 42px
    }

    .not-found.style-2 .not-found-message {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 27px
    }

    .login-fullpage {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .login-fullpage .full-copy {
        bottom: 20px
    }

    .back-counter .part-counter:nth-child(1), .back-counter .part-counter:nth-child(2) {
        margin-bottom: 45px
    }

    .back-counter .part-counter:nth-child(2), .back-counter .part-counter:nth-child(4) {
        margin-right: 0
    }

    .contact-socail a {
        margin-right: 16px
    }

    .s-contact-input input {
        display: block
    }

    .s-contact-form .c-button {
        position: static;
        float: none;
        width: 100%
    }

    .ClassyCountdown-wrapper > div {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .ClassyCountdown-wrapper > div:nth-child(3) {
        margin-left: auto
    }

    .ClassyCountdown-wrapper > div:last-child {
        margin-right: auto
    }

    .detail-content .hotel-item.style-8 .radius-top {
        min-height: 200px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0
    }

    .list-content .hotel-item.style-12 .hotel-middle {
        width: 100%
    }
}

@media screen and (max-width: 390px) {
    .tour-info {
        padding-bottom: 5px
    }

    .tour-caption .vertical-bottom {
        padding: 0 15px 15px
    }

    .offers-block .vertical-bottom {
        padding: 0 10px 15px 15px
    }

    .tour-caption .vertical-bottom .fr {
        float: left
    }

    .tour-caption .vertical-bottom .fl {
        width: 100%;
        padding-bottom: 15px
    }

    .tour-caption .vertical-align {
        margin-top: -65px
    }

    .tour-block-s-1 .vertical-align {
        margin-top: -40px
    }

    .tour-block-s-2 .vertical-align {
        margin-top: 0
    }

    .city-entry.style-2 .vertical-align {
        margin-top: 0
    }
}

.clear-mob-2:nth-child(2n+1) {
    clear: both
}

.clear-mob-3:nth-child(3n+1) {
    clear: both
}

.clear-mob-4:nth-child(4n+1) {
    clear: both
}

.clear-mob-5:nth-child(5n+1) {
    clear: both
}

.clear-mob-6:nth-child(6n+1) {
    clear: both
}

@media screen and (min-width: 481px) {
    .clear-xs-1:nth-child(n+1), .clear-xs-2:nth-child(n+1), .clear-xs-3:nth-child(n+1), .clear-xs-4:nth-child(n+1), .clear-xs-5:nth-child(n+1), .clear-xs-6:nth-child(n+1) {
        clear: none
    }

    .clear-xs-2:nth-child(2n+1) {
        clear: both
    }

    .clear-xs-3:nth-child(3n+1) {
        clear: both
    }

    .clear-xs-4:nth-child(4n+1) {
        clear: both
    }

    .clear-xs-5:nth-child(5n+1) {
        clear: both
    }

    .clear-xs-6:nth-child(6n+1) {
        clear: both
    }

    .clear-xs-0:nth-child(n+1) {
        clear: none
    }
}

@media screen and (min-width: 768px) {
    .clear-sm-1:nth-child(n+1), .clear-sm-2:nth-child(n+1), .clear-sm-3:nth-child(n+1), .clear-sm-4:nth-child(n+1), .clear-sm-5:nth-child(n+1), .clear-sm-6:nth-child(n+1) {
        clear: none
    }

    .clear-sm-1:nth-child(n+1) {
        clear: both
    }

    .clear-sm-2:nth-child(2n+1) {
        clear: both
    }

    .clear-sm-3:nth-child(3n+1) {
        clear: both
    }

    .clear-sm-4:nth-child(4n+1) {
        clear: both
    }

    .clear-sm-5:nth-child(5n+1) {
        clear: both
    }

    .clear-sm-6:nth-child(6n+1) {
        clear: both
    }

    .clear-sm-0:nth-child(n+1) {
        clear: none
    }
}

@media screen and (min-width: 992px) {
    .clear-md-1:nth-child(n+1), .clear-md-2:nth-child(n+1), .clear-md-3:nth-child(n+1), .clear-md-4:nth-child(n+1), .clear-md-5:nth-child(n+1), .clear-md-6:nth-child(n+1) {
        clear: none
    }

    .clear-md-1:nth-child(n+1) {
        clear: both
    }

    .clear-md-2:nth-child(2n+1) {
        clear: both
    }

    .clear-md-3:nth-child(3n+1) {
        clear: both
    }

    .clear-md-4:nth-child(4n+1) {
        clear: both
    }

    .clear-md-5:nth-child(5n+1) {
        clear: both
    }

    .clear-md-6:nth-child(6n+1) {
        clear: both
    }

    .clear-md-0:nth-child(n+1) {
        clear: none
    }
}

@media screen and (min-width: 1200px) {
    .clear-lg-1:nth-child(n+1), .clear-lg-2:nth-child(n+1), .clear-lg-3:nth-child(n+1), .clear-lg-4:nth-child(n+1), .clear-lg-5:nth-child(n+1), .clear-lg-6:nth-child(n+1) {
        clear: none
    }

    .clear-lg-1:nth-child(n+1) {
        clear: both
    }

    .clear-lg-2:nth-child(2n+1) {
        clear: both
    }

    .clear-lg-3:nth-child(3n+1) {
        clear: both
    }

    .clear-lg-4:nth-child(4n+1) {
        clear: both
    }

    .clear-lg-5:nth-child(5n+1) {
        clear: both
    }

    .clear-lg-6:nth-child(6n+1) {
        clear: both
    }

    .clear-lg-0:nth-child(n+1) {
        clear: none
    }
}

.visible-mob, .visible-mob-block, .visible-mob-inline, .visible-mob-inline-block {
    display: none !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .visible-mob {
        display: block !important
    }

    table.visible-mob {
        display: table
    }

    tr.visible-mob {
        display: table-row !important
    }

    td.visible-mob, th.visible-mob {
        display: table-cell !important
    }

    .visible-mob-block {
        display: block !important
    }

    .visible-mob-inline {
        display: inline !important
    }

    .visible-mob-inline-block {
        display: inline-block !important
    }

    .hidden-mob {
        display: none !important
    }
}

.cust-mob-5 {
    width: 20%
}

@media screen and (min-width: 481px) {
    .cust-xs-5 {
        width: 20%
    }
}

@media screen and (min-width: 768px) {
    .cust-sm-5 {
        width: 20%
    }
}

@media screen and (min-width: 992px) {
    .cust-md-5 {
        width: 20%
    }
}

@media screen and (min-width: 1200px) {
    .cust-lg-5 {
        width: 20%
    }
}

.bg-bg-chrome {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

.c-button, .contry-item h5, .filter-nav a:before, .investor-logo img, .photo-next, .photo-prev, .slider-wth-thumbs.style-1 .thumbnails img, a {
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.gal-item .vertical-align, header.bg-black-o {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.tp_entry .price, .tp_entry .tp_image {
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out
}

.fullpage .section, .tp_entry .tp_content {
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out
}

.delay-1 {
    -webkit-transition: all .8s cubic-bezier(.23, 1, .32, 1);
    -moz-transition: all .8s cubic-bezier(.23, 1, .32, 1);
    -o-transition: all .8s cubic-bezier(.23, 1, .32, 1);
    transition: all .8s cubic-bezier(.23, 1, .32, 1)
}

.delay-2 {
    -webkit-transition: all .8s cubic-bezier(.23, 1, .32, 1) .1s;
    -moz-transition: all .8s cubic-bezier(.23, 1, .32, 1) .1s;
    -o-transition: all .8s cubic-bezier(.23, 1, .32, 1) .1s;
    transition: all .8s cubic-bezier(.23, 1, .32, 1) .1s
}

.color-2.type-2 .top-header-block a:hover {
    color: #66bb6a
}

.menu_opened {
    overflow: hidden
}

.detail-content ul {
    width: 50%;
    display: inline-block;
    padding-left: 30px
}

.acc-body ul {
    width: 100%
}

.gal-item .img-full {
    border-radius: 5px
}

.tab-info .swiper-slide img {
    width: 100%
}

.sport-block img {
    max-width: 50%
}

.baner-tabs.style-2 .tabs-block input {
    font-size: 13px
}

.baner-tabs.style-2 .tabs-style-1.nav-tabs > li > a:hover {
    color: #fff
}

.bg-white.color-5.scrol .nav {
    padding: 15px 0
}

.menu_opened.no-overflow {
    overflow: auto
}

.main-slider-7 .pagination-hidden.pagination {
    display: block;
    bottom: 20px
}

.hotel-item .c-button.b-50 {
    padding: 0 15px
}

.radius-top .arr-t-2 {
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.radius-top .swiper-container:hover .arr-t-2 {
    opacity: 1
}

.c-button.bg-blue:hover {
    background: #fff;
    color: #23b0e8
}

.team-entry .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 5px
}

.team-layer {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.team-layer a {
    position: relative;
    float: none;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    margin: 0 5px;
    line-height: 30px;
    width: 30px;
    height: 30px
}

.team-layer a:after {
    position: absolute;
    width: 30px;
    left: 0;
    top: 0;
    height: 30px;
    border-radius: 50%;
    content: '';
    border: 1px solid #fff;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.team-layer a:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1
}

.team-entry .image:hover .team-layer {
    opacity: 1;
    left: 0
}

.sg-testimonals img {
    margin-bottom: 20px
}

.sg-testimonals h3 {
    padding-bottom: 15px
}

textarea {
    resize: none
}

.footer-folow li a:hover {
    color: #fff !important
}

.map-baner {
    padding-top: 150px
}

.map-baner #map-canvas {
    height: 400px
}

.hotel-filter {
    position: relative;
    display: inline-block;
    width: 100%
}

.baner-bar {
    position: absolute;
    left: 0;
    bottom: -100px;
    border-radius: 5px;
    background: #fff;
    z-index: 50;
    width: 100%;
    padding: 30px;
    box-shadow: 4px 3px 5px 0 rgba(0, 0, 0, .03)
}

.baner-bar .input-style-1 {
    margin-right: 30px
}

.baner-bar .input-style-1 input {
    border: 1px solid #999;
    height: 40px;
    padding: 0 15px 0 30px;
    font-size: 13px;
    color: #222;
    position: relative
}

.baner-bar .input-style-1 img {
    left: 10px
}

.baner-bar .c-button.b-60 {
    height: 40px;
    line-height: 36px;
    background: #2d3e50;
    border: 2px solid #2d3e50;
    color: #fff
}

.baner-bar .c-button.b-60:hover {
    background: 0 0;
    color: #2d3e50
}

.baner-bar .input-style-1 input::-webkit-input-placeholder {
    color: #999;
    opacity: 1
}

.baner-bar .input-style-1 input::-moz-placeholder {
    color: #999;
    opacity: 1
}

.baner-bar .input-style-1 input:-moz-placeholder {
    color: #999;
    opacity: 1
}

.baner-bar .input-style-1 input:-ms-input-placeholder {
    color: #999;
    opacity: 1
}

.baner-bar .range-wrapp {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-top: 5px
}

.baner-bar .ui-slider-horizontal {
    background: #2d3e50;
    height: 10px;
    background: #ccc
}

.baner-bar .ui-slider .ui-slider-range {
    background: #2d3e50
}

.baner-bar .ui-slider .ui-slider-handle {
    background: #2d3e50;
    height: 20px;
    border-radius: 0
}

.wrapp {
    position: relative;
    width: 100%;
    display: inline-block
}

.hotels-block {
    position: relative;
    float: left;
    width: 100%
}

.hotels-block h4, .range-wrapp h4 {
    text-transform: capitalize;
    margin-bottom: 10px
}

.count {
    padding: 8px 0
}

.count a {
    border: 1px solid #999;
    border-radius: 50%;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    width: 25px;
    height: 25px;
    position: relative;
    float: left;
    text-align: center;
    margin-right: 12px
}

.count a.active {
    background: #2d3e50;
    color: #fff;
    border: 1px solid #2d3e50
}

.count a:hover {
    background: #2d3e50;
    color: #fff;
    border: 1px solid #2d3e50
}

.baner-bar .submit {
    padding-left: 0;
    float: right;
    margin-top: 25px;
    padding-right: 20px
}

.baner-bar .range-wrapp .amount-end, .baner-bar .range-wrapp .amount-start {
    font-size: 16px;
    font-weight: 400
}

.hotel-items {
    padding: 100px 0 30px
}

.hotel-items .hotel-item {
    margin-bottom: 30px
}

.top-hotel-items .hotel-item {
    margin-bottom: 30px
}

.baner-bar .input-entry.color-5 .checkbox-form + label span.sp-check {
    border: 1px solid #999;
    margin-right: 10px
}

.cars-bar .input-style-1 {
    margin-bottom: 10px
}

.cars-bar .hotels-block {
    margin-bottom: 5px
}

.time-input {
    position: relative;
    width: 100%
}

.time-input img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.time-input input {
    border: 1px solid #999;
    height: 40px;
    padding: 0 15px 0 30px;
    font-size: 13px;
    color: #222;
    position: relative;
    border-radius: 25px;
    width: 100%;
    display: block;
    background: 0 0;
    min-width: 100%
}

.baner-bar.cars-bar .submit {
    margin-top: 33px;
    float: right;
    padding-right: 0
}

.baner-bar.cars-bar {
    bottom: 0;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%)
}

.dtpicker-buttonCont .dtpicker-button {
    background: #2d3e50;
    line-height: 14px;
    color: #fff;
    border-radius: 5px;
    height: 40px;
    padding: 11px 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid #2d3e50
}

.dtpicker-buttonCont .dtpicker-button:hover {
    background: 0 0;
    color: #2d3e50
}

.dtpicker-header .dtpicker-title {
    text-transform: uppercase;
    font-size: 14px;
    color: #222
}

.dtpicker-components .dtpicker-compValue {
    font-size: 24px
}

.dtpicker-header .dtpicker-close {
    padding: 10px 5px;
    font-size: 30px;
    color: #f60
}

.dtpicker-bg {
    font-family: Cabin, sans-serif
}

.dtpicker-mobile {
    position: absolute !important
}

.dtpicker-content {
    max-width: 200px
}

.dtpicker-overlay {
    background: 0 0;
    min-width: 200px;
    z-index: 5000
}

.dtpicker-subcontent {
    border-radius: 5px;
    box-shadow: 4px 3px 5px 0 rgba(0, 0, 0, .03)
}

.clas {
    color: #999;
    font-size: 12px;
    padding-top: 5px
}

.car-i {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 5px 0 0;
    width: 20%;
    float: left
}

.car-i img {
    display: block;
    margin: 0 auto;
    width: 18px;
    height: auto;
    margin-bottom: 3px
}

.car-i i {
    font-style: normal;
    display: inline-block;
    float: none;
    position: relative;
    font-size: 11px;
    color: #999;
    text-align: center;
    text-transform: capitalize
}

.dtpicker-components .dtpicker-comp > * {
    color: #222
}

.dtpicker-header .dtpicker-value {
    color: #f60
}

.low-price {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f60;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    z-index: 5
}

.rental-item .f-14 img {
    margin-right: 5px
}

.rental-item .f-14 {
    padding-bottom: 10px
}

.rental-item h4 a {
    font-weight: 700
}

.tours-item h4 a {
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: none
}

.tours-item span.f-14 {
    display: inline-block;
    padding: 10px 0 0
}

.tours-item span.f-14 img {
    margin-right: 5px;
    vertical-align: middle
}

.info-tour {
    display: block;
    padding-bottom: 10px
}

.info-tour i {
    color: #999;
    font-size: 12px;
    margin-right: 5px
}

.info-tour span {
    font-size: 14px;
    color: #222
}

.info-tour span b {
    color: #999
}

.tours-item .rate-wrap {
    padding: 10px 0 7px
}

.tours-item .c-button {
    margin-top: 20px
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 100vmin
}

video.bgvid {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    overflow: hidden
}

.tabs-slider {
    position: relative
}

.tabs-slider .baner-tabs {
    bottom: auto;
    position: relative
}

.tabs-slider .tpl-tabs-cont {
    background: #fff;
    padding: 0
}

.tabs-slider .baner-bar {
    bottom: auto;
    top: auto;
    position: relative;
    width: 100%;
    background: 0 0
}

.tabs-slider .tabs-style-1.nav-tabs > li.active > a {
    background: #222
}

.tabs-slider .tabs-style-1.nav-tabs > li:hover > a {
    background: #222
}

.tabs-slider .tabs-style-1.nav-tabs > li > a span {
    padding-right: 8px
}

.tabs-slider .baner-bar.cars-bar {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0)
}

.bg.active {
    position: fixed
}

.tabs-slider .baner-bar {
    margin-top: 0
}

.pad-80 {
    padding: 80px 0
}

.tabs-slider .tabs-style-1.nav-tabs > li:hover > a {
    color: #fff
}

.boat-item .clas {
    padding-bottom: 15px
}

.boat-item .car-i img {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0
}

.boat-item .car-i i {
    position: relative;
    margin-top: 10px;
    text-align: left;
    float: left
}

.car-tabs {
    position: relative;
    width: 100%
}

.car-tabs #map-canvas {
    height: 300px
}

.car-tabs .tpl-tabs-cont {
    background: 0 0;
    padding: 30px 0
}

.car-tabs .tabs-style-1.nav-tabs > li > a {
    background: rgba(0, 0, 0, .5)
}

.car-tabs .tabs-style-1.nav-tabs > li.active > a {
    background: #222
}

.car-tabs .tabs-style-1 .detail-top {
    margin-bottom: 0
}

.summary h4 {
    padding-bottom: 25px
}

.reviews .progress-wrapper h4 {
    padding-bottom: 25px
}

.summ-block {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 15px
}

.summ-block h5 {
    position: relative;
    float: left
}

.summ-block .rate {
    position: relative;
    float: right
}

.reviews .progress-block .progress-label {
    width: 50%;
    position: relative;
    float: left;
    text-align: left
}

.reviews .progress-block .progress {
    width: 50%;
    position: relative;
    float: right;
    margin-bottom: 15px;
    height: auto
}

.reviews .progress-block {
    margin-bottom: 4px;
    display: inline-block;
    position: relative;
    width: 100%
}

.car-tabs .tab-pane .c-button {
    margin-top: 20px
}

.total-summ .input-entry {
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 0
}

.total-summ .input-entry.color-3 .checkbox-form + label span.sp-check {
    border: 1px solid #cfcfcf
}

.total-summ .money-sum {
    position: absolute;
    right: 0;
    top: 0
}

.total-summ .input-entry.color-3 .checkbox-text {
    color: #333
}

.total-summ {
    padding: 0 30px 0 0
}

.tootal {
    position: relative;
    width: 100%;
    padding-bottom: 20px
}

.tootal .checkbox-text {
    font-size: 14px
}

.detaile-title .top-header-block a {
    color: #333;
    font-size: 12px
}

.detaile-title {
    padding-bottom: 55px;
    position: relative;
    width: 100%;
    display: inline-block
}

.detaile-title h2 {
    padding-bottom: 10px
}

.detaile-title .detail-price {
    position: absolute;
    right: 0;
    top: 0
}

.car-tabs .click-tabs span {
    padding-right: 5px
}

.detail-company {
    position: relative;
    display: inline-block;
    width: 100%
}

.car-tabs .tab-pane iframe {
    width: 100%;
    height: 281px
}

.dropmenu {
    transition: all .3s ease-in-out
}

.header-style-2 .top-header-bar {
    background: #333;
    height: 60px;
    padding: 0
}

.header-style-2 nav {
    float: left
}

.header-style-2 .form-block {
    margin-bottom: 0
}

.header-style-2 .dropmenu {
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    display: block;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    background: #222;
    color: #fff
}

.header-style-2 .dropmenu li a {
    color: #fff;
    border-bottom: 1px solid #333
}

.header-style-2 nav > ul > li:hover > .dropmenu {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    visibility: visible;
    opacity: 1
}

.header-style-2 .top-header-block {
    display: none
}

.header-style-2 .form-block {
    float: right
}

.header-style-2 .input-style-1 {
    max-width: 180px
}

.header-style-2 .input-style-1.color-3 input {
    background: #222;
    border: 0 none;
    height: 40px;
    padding: 0 10px 0 35px
}

.header-style-2 nav > ul > li > a {
    border-radius: 0
}

.header-style-2 .input-style-1.b-50 img {
    left: 10px
}

.header-style-2 .drop-wrap {
    max-width: 77px;
    float: right
}

.header-style-2 .drop .drop-list {
    position: relative;
    display: inline-block;
    padding-left: 3px
}

.header-style-2 .drop b {
    display: inline-block;
    width: auto
}

.header-bar {
    position: relative;
    width: 100%;
    padding: 10px 0
}

.header-style-2 .drop span a {
    padding: 3px 5px;
    color: #fff
}

.header-style-2 .drop span a i {
    padding-left: 5px;
    color: #fff
}

.header-style-2 .drop span {
    padding: 0;
    top: 38px;
    background: #222;
    border: 0 none;
    min-width: 120px
}

.header-style-2 .drop span:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 7px 6px;
    border-color: transparent transparent #222 transparent;
    position: absolute;
    top: -7px;
    left: 5px
}

.header-style-2 .drop {
    padding-top: 12px
}

.header-style-2 .drop .lg a {
    padding: 5px 5px 6px 28px
}

.header-style-2 .drop .lg a img {
    position: absolute;
    left: 5px;
    top: 9px
}

.header-style-2 .drop b img {
    margin-right: 5px
}

.header-style-2 nav li.type-2 .dropmenu .dropmenu {
    background: #222
}

.header-style-2 nav li.type-2 .dropmenu-desc {
    color: #999
}

.header-style-2 nav li.type-2 > .dropmenu li {
    background: #222
}

.header-style-2 .form-block {
    margin-right: 25px
}

.header-style-2 nav li.type-2 .dropmenu a {
    background: #222;
    margin: 0
}

.header-style-2 nav li.type-2 .dropmenu a:hover {
    background: #f60;
    color: #fff
}

.header-style-2 nav li.type-2 .dropmenu .dropmenu::after {
    background: #222
}

.header-style-2 nav li.type-2 .dropmenu-subtitle {
    color: #fff
}

.header-style-2.color-4 nav li.type-2 a.dropmenu-title {
    color: #fff
}

.header-style-2.color-4 nav li.type-2 a.dropmenu-title:hover {
    background: 0 0;
    color: #999
}

.header-style-2.color-4 nav > ul > li:hover > a {
    background: #222
}

.header-style-2 .nav {
    padding: 0
}

.header2-baner {
    padding-top: 95px
}

.header-style-2 nav li.type-3 > .dropmenu {
    margin-top: 0
}

.header-style-2 nav li.type-4 > .dropmenu {
    margin-top: 0
}

.header-style-2 nav > ul > li {
    margin: 0
}

.header-style-2 nav > ul > li > a {
    padding: 15px;
    margin-bottom: 0
}

.header-style-2 nav > ul > li.active > a {
    background: #f60;
    color: #fff
}

.header-style-2 nav li.type-2 > .dropmenu {
    margin-top: 0
}

.header-style-2 {
    border-bottom: 2px solid #f60
}

.header-style-2 nav {
    padding-top: 0
}

.header-style-2 nav > ul > li > .dropmenu {
    padding: 0;
    top: 46px
}

.header-style-2 .drop span a:hover {
    background: #f60;
    color: #fff
}

.header-style-2 .drop-list.act {
    color: #fff
}

.header-style-2 nav .dropmenu .dropmenu {
    background: #222
}

.header-style-2 nav li.type-3 .dropmenu > li:hover > a {
    background: #f60;
    color: #fff
}

.header-style-2 nav li.type-1 .dropmenu > li:hover > a {
    background: #f60;
    color: #fff
}

.header-style-2 nav li.type-4 .dropmenu > li:hover > a {
    background: #f60;
    color: #fff
}

.header-style-2 nav li.type-3 .dropmenu a:hover {
    background: #f60;
    color: #fff
}

.header-style-2 .nav-menu-icon {
    position: absolute;
    right: 0
}

.header-style-2.scrol .top-header-bar {
    padding: 0
}

.footer-style2 {
    background: #fcfcfc;
    padding: 50px 0 0
}

.footer-style2 .footer-link {
    padding-bottom: 15px;
    display: inline-block
}

.footer-style2 .footer-link a {
    font-weight: 400;
    color: #777;
    font-size: 14px;
    border-right: 1px solid #777;
    padding: 5px 13px;
    line-height: 14px;
    position: relative;
    overflow: hidden;
    display: block;
    float: left
}

.footer-style2 .footer-link a:before {
    content: '';
    position: absolute;
    right: -100%;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #777;
    transition: all .35s ease-in;
    -webkit-transition: all .35s ease-in;
    -moz-transition: all .35s ease-in;
    -ms-transition: all .35s ease-in
}

.footer-style2 .footer-link a:hover {
    color: #222
}

.footer-style2 .footer-link a:hover:before {
    right: 0
}

.footer-style2 .footer-top {
    position: relative;
    width: 100%;
    padding-bottom: 40px
}

.footer-style2 p {
    width: 60%;
    color: #777;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    display: inline-block
}

.footer-style2 p a {
    color: #222;
    font-weight: 700;
    text-transform: capitalize
}

.footer-style2 .footer-link a:first-child {
    padding-left: 0
}

.footer-style2 .footer-link a:last-child {
    border-right: 0 none
}

.footer-style2 .f_logo {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.footer-style2 .copyright {
    background: #f3f3f3;
    padding: 30px 0;
    position: relative;
    display: inline-block;
    width: 100%
}

.footer-style2 .copyright .download {
    position: relative;
    float: right;
    color: #777
}

.footer-style2 .copyright .download i {
    padding-right: 5px
}

.footer-style2 .copyright span {
    letter-spacing: 1px;
    font-weight: 400
}

.fly-slider .swiper-slide {
    padding: 0 15px
}

.fly-slider .swiper-slide .hotel-item {
    padding: 0
}

.footer-block.no-padding {
    padding: 0
}

.type-2.bg-dark-2 {
    background: #1b1b1b
}

.type-2.bg-dark-2 .f_logo {
    float: left
}

.type-2.bg-dark-2 .f_contact p {
    font-size: 11px
}

.type-2.bg-dark-2 .footer-block.first {
    padding-left: 0;
    padding-right: 30px
}

.type-2.bg-dark-2 .sw-arrow:hover {
    border: 0 none !important
}

.type-2.bg-dark-2 .f_twitter li {
    font-size: 11px
}

.bg-dark .f_twitter li {
    font-size: 11px
}

.type-2.bg-dark-2 .c-button.bg-grey-5-t {
    border: 1px solid #333
}

.type-2.bg-dark-2 .c-button.hv-sea:hover {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #141414 !important
}

header.menu-3 {
    background: #fff
}

.menu-3 .top-header-bar {
    background: 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding: 0
}

.left-col {
    position: relative;
    float: left;
    width: 50%
}

.left-col a {
    font-size: 16px;
    color: #fff;
    padding: 20px 12px;
    position: relative;
    float: left;
    display: block
}

.left-col a:hover {
    background: rgba(0, 0, 0, .4)
}

.left-col a i {
    padding-right: 10px
}

.right-col {
    position: relative;
    float: left;
    width: 50%
}

.serach-item {
    float: right;
    position: relative
}

.serach-item button {
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    padding: 17px 18px;
    position: absolute;
    right: 0;
    border-right: 1px solid rgba(255, 255, 255, .5);
    height: 60px;
    z-index: 50
}

.serach-item input {
    height: 60px;
    min-width: 220px;
    width: 100%;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    padding: 0 15px;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform-origin: top right;
    transition: all .35s ease-in;
    -webkit-transition: all .35s ease-in;
    -moz-transition: all .35s ease-in;
    -ms-transition: all .35s ease-in
}

.serach-item input.active {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1)
}

.right-col .folow {
    float: right;
    position: relative;
    display: block
}

.right-col .folow a {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    padding: 17px 0;
    position: relative;
    float: left;
    display: block;
    width: 60px;
    text-align: center
}

.right-col .folow a:hover {
    background: rgba(0, 0, 0, .4)
}

.menu-3 .nav {
    padding: 0
}

.menu-3 nav > ul > li {
    padding: 25px 10px;
    text-align: center;
    border-top: 4px solid rgba(255, 255, 255, 0);
    margin-top: -1px;
    margin-left: 0;
    font-size: 12px;
    font-weight: 300;
    transition: all .35s ease-in;
    -webkit-transition: all .35s ease-in;
    -moz-transition: all .35s ease-in;
    -ms-transition: all .35s ease-in
}

.menu-3 nav > ul > li > a {
    color: #222;
    font-weight: 400
}

header.menu-3.color-1 nav > ul > li:hover > a {
    color: #f60
}

.menu-3 nav {
    padding-top: 0
}

.menu-3 nav > ul > li:hover {
    border-top: 3px solid #f60
}

.menu-3 nav > ul > li.active {
    border-top: 3px solid #f60
}

.menu-3 nav > ul > li.active > a {
    color: #f60
}

.menu-3 nav > ul > li:hover > a {
    background: 0 0;
    color: rgba(255, 255, 255, .5)
}

.menu-3 nav > ul > li > .dropmenu {
    top: 100%;
    text-align: left;
    border-top: 2px solid #f60
}

.menu-3 .logo {
    margin-top: 10px
}

header.menu-3.scrol {
    background: rgba(255, 255, 255, .95);
    padding: 0
}

header.menu-3.hovered.scrol .nav {
    padding: 0
}

header.menu-3.hovered.scrol .logo {
    top: 50%
}

header.menu-3.hovered.scrol nav > ul > li {
    padding: 15px 10px
}

header.menu-3.hovered .logo {
    position: absolute;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

header.menu-3.hovered nav .dropmenu a > span {
    display: none
}

.bg-dark.type-2 {
    background: #060c17;
    color: #fff
}

.bg-dark.type-2 .bg-black {
    background: #040914
}

.bg-dark.type-2 .copyright {
    float: left
}

.bg-dark.type-2 .footer-link ul {
    float: right;
    display: inline-block
}

.bg-dark.type-2 .footer-link ul li {
    line-height: 40px;
    margin: 0 0 0 30px
}

.bg-dark.type-2 .footer-link ul li a {
    text-transform: capitalize
}

.bg-dark.type-2 .copyright span {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.bg-dark.type-2 .logo-footer {
    margin-bottom: 30px
}

.bg-dark.type-2 .f_text {
    padding-bottom: 55px;
    color: #fff;
    font-size: 14px;
    line-height: 24px
}

.footer-share a {
    position: relative;
    float: left;
    font-size: 22px;
    color: #fff;
    margin: 0 20px 0 0
}

.footer-share a:hover {
    color: #f60
}

.bg-dark.type-2 .footer-block {
    padding: 0
}

.bg-dark.type-2 .footer-block:before {
    display: none
}

.date-f {
    display: block;
    color: #f60;
    font-size: 12px;
    padding-bottom: 3px
}

.bg-dark.type-2 .f_news .f_news-desc {
    font-size: 11px;
    line-height: 14px
}

.bg-dark.type-2 .f_news .f_news-content {
    padding-top: 0;
    margin-left: 95px
}

.bg-dark.type-2 .f_news .f_news-tilte {
    margin-bottom: 5px
}

.bg-dark.type-2 .f_news {
    margin-bottom: 15px
}

.bg-dark.type-2 .f_news-content .r-more {
    font-size: 12px;
    font-style: italic;
    color: #ccc
}

.bg-dark.type-2 .f_news .f_news-img {
    width: 80px
}

.tags-b {
    position: relative;
    float: left;
    margin: 0 10px 10px 0;
    background: #282e3a;
    border-radius: 30px;
    padding: 12px 17px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    text-transform: capitalize;
    z-index: 0
}

.tags-b:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f60;
    border-radius: 30px;
    transform: scale(0);
    z-index: -1;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in
}

.tags-b:hover:before {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1)
}

.bg-dark.type-2 .contact-info i {
    color: #f60;
    display: inline-block;
    margin-right: 10px
}

.bg-dark.type-2 .contact-info a, .bg-dark.type-2 .contact-info span {
    font-weight: 400
}

.menu-3 nav li.type-2 > .dropmenu {
    margin-top: 0
}

.menu-3 nav li.type-4 > .dropmenu {
    margin-top: 0
}

.menu-3 nav li.type-3 > .dropmenu {
    margin-top: 0
}

footer.bg-white .form-input input {
    color: #222
}

.hotel-slider .swiper-slide {
    padding: 0 15px
}

.hotel-slider .swiper-slide .hotel-item {
    padding: 0
}

.city-entry .tour-block.hover-green .tour-layer {
    background: rgba(0, 0, 0, .4);
    opacity: 1
}

.result {
    padding: 200px 0 90px;
    position: relative;
    width: 100%;
    overflow: hidden
}

.result .baner-bar.cars-bar {
    position: relative;
    width: 100%;
    bottom: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    padding: 30px 0;
    box-shadow: none
}

.cars-item {
    margin-bottom: 30px
}

.title {
    padding: 30px 0
}

.tour-item.no-padd {
    padding-left: 0;
    padding-right: 0
}

.style-page {
    position: fixed;
    width: 270px;
    height: 100%;
    right: -270px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: #fff;
    z-index: 4000;
    text-align: center;
    box-shadow: -1px -1px 3px rgba(0, 0, 0, .1);
    -webkit-transition: all 350ms cubic-bezier(.53, -.005, .75, .095);
    -moz-transition: all 350ms cubic-bezier(.53, -.005, .75, .095);
    -o-transition: all 350ms cubic-bezier(.53, -.005, .75, .095);
    transition: all 350ms cubic-bezier(.53, -.005, .75, .095)
}

.wrappers {
    height: 100%;
    padding: 15px 20px;
    overflow-y: auto
}

.site-logo {
    margin-bottom: 25px;
    display: block
}

.style-page.slide-right {
    right: 0
}

.conf-logo {
    margin: 15px 0
}

.color-block {
    position: relative;
    width: 100%;
    padding-bottom: 15px;
    display: inline-block
}

.style-page h5 {
    padding-bottom: 20px;
    color: #777;
    font-weight: 400;
    font-size: 14px;
    padding-top: 10px;
    text-transform: uppercase
}

.entry {
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    border-radius: 50%;
    margin: 0 11px 15px;
    cursor: pointer;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in
}

.entry:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    left: -5px;
    top: -5px;
    opacity: 0;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in
}

.conf-button {
    position: absolute;
    width: 50px;
    height: 150px;
    left: -50px;
    top: 50%;
    margin-top: -75px;
    background: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    cursor: pointer;
    box-shadow: -2px -2px 3px rgba(0, 0, 0, .1);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}

.conf-button span {
    color: #222;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in
}

.conf-button span.act {
    transform: rotate(230deg);
    -webkit-transform: rotate(230deg);
    -moz-transform: rotate(230deg);
    -ms-transform: rotate(230deg)
}

.conf-button h6 {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    font-size: 12px;
    margin-top: 20px
}

.entry.active:before {
    opacity: 1
}

.entry:hover:before {
    opacity: 1
}

.style-page .input-entry.color-3 .checkbox-text {
    position: relative;
    float: left;
    padding-top: 0
}

.item-block.style-3 {
    border-radius: 5px
}

.hotel-img .img-responsive {
    border-radius: 5px;
    min-height: 100%
}

.style-5.hover-blue-3.background-block {
    border-radius: 5px
}

.tour-block-s-5 .res-img {
    border-radius: 5px
}

.link-dr-blue:hover {
    color: #fff
}

.ui-datepicker td a, .ui-datepicker td span {
    text-align: center
}

.offers-arrow.color-4 span {
    color: #fff
}

.offers-arrow.color-4:hover span {
    color: #222
}

.low-pad.input-style-1 input {
    padding-left: 20px
}

.drop-wrap-s-4 .drop span {
    top: 50px
}

.demo-top-baner {
    min-height: 500px
}

.container.box {
    width: 100%
}

.header-style a {
    margin-bottom: 7px;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 5px
}

.header-style a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #999;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in
}

.header-style a img {
    width: 100%;
    height: auto
}

.header-style a:hover:before {
    opacity: 1
}

.header-style a.active:before {
    opacity: 1
}

.container.box .offers-arrow.swiper-arrow-left {
    left: 0
}

.container.box .offers-arrow.swiper-arrow-right {
    right: 0
}

header.color-2 nav.bg-green > ul > li > a:hover {
    color: #999
}

.right-img {
    float: right
}

.left-img {
    float: left
}

.landing-title {
    text-align: center;
    color: #fff
}

.landing-title .logo-title {
    margin-bottom: 5px;
    display: block
}

.landing-title h1 {
    padding-bottom: 15px;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 3px
}

.landing-title h3 {
    text-transform: none;
    padding-bottom: 30px;
    letter-spacing: 1px;
    font-weight: 400
}

.landing-title .c-button {
    margin: 0 10px
}

.landing-title .c-button i {
    margin-right: 8px
}

.demo-item {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .4)
}

.demo-item .image img {
    width: 100%;
    height: auto;
    transition: all 5s ease-in;
    -moz-transition: all 5s ease-in;
    -o-transition: all 5s ease-in;
    -webkit-transition: all 5s ease-in;
    -ms-transition: all 5s ease-in
}

.demo-layer {
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    text-align: center;
    transition: all .35s ease-in;
    -moz-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
    -webkit-transition: all .35s ease-in;
    -ms-transition: all .35s ease-in
}

.demo-layer a {
    font-size: 34px;
    color: #fff;
    width: 80px;
    height: 80px;
    background: #222;
    border-radius: 50%;
    position: absolute;
    margin-left: -40px;
    margin-top: -40px;
    left: 50%;
    top: 50%
}

.demo-item:hover .image img {
    transform: translateY(-100%);
    margin-top: 250px
}

.demo-item:hover .demo-layer {
    opacity: 0;
    visibility: hidden;
    transform: scale(3)
}

.demo-title {
    margin-bottom: 30px
}

.bg-bg-chrome.fix {
    position: fixed
}

.demo-info {
    width: 100%;
    height: auto;
    min-height: 180px;
    background: #fff;
    color: #fff;
    text-align: center;
    transition: all .35s ease-in;
    -moz-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
    -webkit-transition: all .35s ease-in;
    -ms-transition: all .35s ease-in
}

.demo-info i {
    font-size: 32px;
    margin-bottom: 15px;
    color: #2d3e50;
    transition: all .35s ease-in;
    -moz-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
    -webkit-transition: all .35s ease-in;
    -ms-transition: all .35s ease-in
}

.demo-info h5 {
    color: #2d3e50;
    transition: all .35s ease-in;
    -moz-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
    -webkit-transition: all .35s ease-in;
    -ms-transition: all .35s ease-in
}

.demo-info-wrapp > div {
    border-left: 1px solid #eee;
    border-top: 1px solid #eee
}

.demo-info:hover {
    background: #f3f3f3
}

.demo-info:hover i {
    transform: scale(1.4) translateY(20px)
}

.demo-info:hover h5 {
    transform: translateY(20px);
    letter-spacing: 3px
}

.check-option {
    position: relative;
    display: inline-block;
    width: 48%;
    margin-right: 2%
}

.check-option span {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    font-size: 11px;
    color: #999;
    border: 1px solid #e0dede;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: all .35s ease-in;
    -moz-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
    -webkit-transition: all .35s ease-in;
    -ms-transition: all .35s ease-in
}

.check-option span:hover {
    background: #f60;
    border: 1px solid #f60;
    color: #fff
}

.check-option:last-child {
    margin-right: 0
}

.check-option.active span {
    background: #f60;
    border: 1px solid #f60;
    color: #fff
}

.dark-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4)
}

.demo-layer .vertical-align {
    display: none
}

.main-wraper.color-2 .demo-title {
    color: #fff
}

.menu-3.type-5 {
    background: 0 0
}

.menu-3.type-5 .left-col a {
    padding: 20px 15px;
    font-size: 14px
}

.menu-3.type-5 .right-col .folow a {
    font-size: 16px;
    padding: 18px 0
}

.menu-3.type-5 nav > ul > li > a {
    color: #fff
}

.menu-3.type-5 .serach-item button {
    font-size: 16px
}

.menu-block {
    position: relative;
    width: 100%;
    padding: 30px 15px;
    border: 1px solid #222;
    margin-bottom: 30px;
    display: inline-block
}

.wrap-padding {
    padding: 110px 0 90px
}

.tabs-page .full-width {
    padding: 60px 0 30px
}

.menu-block h4 {
    padding: 15px;
    display: block;
    position: absolute;
    left: 0;
    top: -27px;
    background: #fff;
    font-weight: 700
}

.menu-block ul {
    list-style: disc;
    list-style-position: inside
}

.menu-block ul li {
    font-size: 14px;
    line-height: 32px
}

.menu-block .dropmenu {
    list-style: circle;
    list-style-position: inside
}

.menu-block .dropmenu li {
    font-size: 14px;
    line-height: 32px
}

.col-6 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left
}

.list-title {
    font-weight: 700;
    text-transform: capitalize;
    list-style: none
}

.tabs-wrap-style {
    border: 1px solid rgba(185, 185, 185, .4);
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 30px
}

.tabs-wrap-style .accordion-form {
    margin: 0
}

.accordion-form .c-button.bg-grey-3-t {
    color: #ccc;
    border: 1px solid #ccc
}

.accordion-form .c-button.bg-grey-3-t:hover {
    border: 1px solid rgba(255, 255, 255, 0);
    color: #fff
}

.tab-4.style-2 .nav-tab-item {
    border-radius: 35px;
    margin: 0 5px 10px 5px
}

.tabs-page .baner-tabs {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%
}

.accordeon-entry {
    margin-bottom: 15px
}

.accordeon-entry:last-child {
    margin-bottom: 0
}

.accordeon-entry h5 {
    background-color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    color: #3c3c3c;
    font-weight: 700;
    line-height: 15px;
    padding: 20px 55px 20px 20px;
    cursor: pointer;
    position: relative;
    z-index: 1
}

.accordeon-entry h5:after {
    width: 23px;
    height: 23px;
    background-color: #f60;
    content: "+";
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    text-align: center
}

.accordeon-entry h5:hover, .accordeon-entry.active h5 {
    background: #f60;
    color: #fff
}

.accordeon-entry.active h5:after {
    width: 23px;
    height: 23px;
    background-color: #fff;
    content: "-";
    color: #fff;
    border-color: transparent;
    line-height: 22px
}

.accordeon-entry h5:active:after {
    transform: scale(.8);
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8)
}

.accordeon-entry .toggle-content {
    border-radius: 5px;
    height: 0;
    padding: 0;
    background-color: #fff;
    font-size: 12px;
    line-height: 24px;
    position: relative;
    visibility: hidden;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in
}

.accordeon-entry.active .toggle-content {
    visibility: visible;
    height: auto
}

.switch-container {
    display: none
}

.acc-body li {
    font-size: 12px
}

.acc-body p {
    font-size: 13px
}

.accordeon-wrap {
    padding: 15px;
    display: block
}

.accordeon-wrap p {
    color: #b9b9b9;
    font-size: 13px
}

.accordeon-wrapper.style-2 .accordeon-entry h5:after {
    border-radius: 50%
}

.accordeon-wrapper.style-2 .accordeon-entry h5 {
    border-radius: 5px
}

.acc-body.first {
    display: block
}

.tariff.style-1 {
    text-align: center;
    border: 1px solid #eee;
    border-radius: 5px
}

.tariff.style-1 .tariff-line {
    border-top: 0 none
}

.tariff.style-1 .tariff-content {
    padding: 0 0 30px 0
}

.tariff.style-1 .tariff-trial {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee
}

.comm-info-slider.style-2 .swiper-slide {
    min-height: 350px
}

.comm-info-slider.style-1 .swiper-slide {
    min-height: 350px
}

.comm-info-slider.style-1 .tm-title {
    color: #999
}

.comm-info-slider.style-1 .comm-info-txt p {
    color: #d6d5d5
}

.comm-info-slider.style-2 .comm-info img {
    border-radius: 50%
}

.comm-info-slider.style-2 .comm-info .comm-info-txt {
    padding-top: 0
}

.comm-info-slider.style-1 .poin-style-1 .swiper-pagination-switch {
    border: 1px solid rgba(0, 0, 0, .4)
}

.comm-info-slider.style-1 .poin-style-1, .comm-info-slider.style-2 .poin-style-1 {
    bottom: 20px
}

.hotel-small.style-2.no-img .hotel-desc {
    margin-left: 0
}

.sub-title {
    font-weight: 700;
    padding-bottom: 25px
}

.m-right {
    margin-right: 15px
}

.buttons-wrap {
    margin-bottom: 60px
}

.buttons-wrap .c-button {
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0);
    margin-bottom: 15px
}

.buttons-wrap .c-button:hover {
    background: 0 0
}

.buttons-wrap .c-button.b-60 .fa {
    margin-right: 12px
}

.buttons-wrap .button-s-2 {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0
}

.c-button.bg-1 {
    background: #f60
}

.c-button.bg-1:hover {
    border-color: #f60;
    color: #f60
}

.c-button.bg-2 {
    background: #2d3e50
}

.c-button.bg-2:hover {
    border-color: #2d3e50;
    color: #2d3e50
}

.c-button.bg-3 {
    background: #23b0e8
}

.c-button.bg-3:hover {
    border-color: #23b0e8;
    color: #23b0e8
}

.c-button.bg-4 {
    background: #66bb6a
}

.c-button.bg-4:hover {
    border-color: #66bb6a;
    color: #66bb6a
}

.c-button.bg-5 {
    background: #ef4836
}

.c-button.bg-5:hover {
    border-color: #ef4836;
    color: #ef4836
}

.c-button.bg-6 {
    background: #1593d0
}

.c-button.bg-6:hover {
    border-color: #1593d0;
    color: #1593d0
}

.c-button.bg-7 {
    background: #206ab0
}

.c-button.bg-7:hover {
    border-color: #206ab0;
    color: #206ab0
}

.c-button.bg-8 {
    background: #d73240
}

.c-button.bg-8:hover {
    border-color: #d73240;
    color: #d73240
}

.alert {
    color: #fff;
    font-size: 14px;
    position: relative;
    width: 100%;
    margin-bottom: 30px
}

.alert .fa {
    font-size: 24px;
    line-height: 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px
}

.alert span {
    padding-right: 60px;
    display: block
}

.alert.act {
    display: none
}

.buttons-wrap .sidebar-block {
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fff
}

.buttons-wrap .drop-wrap.color-4 {
    margin-bottom: 20px
}

.contact-socail.large a {
    font-size: 20px;
    color: #f60
}

.buttons-wrap .contact-socail {
    margin-bottom: 20px
}

.tags-buttons .tags-b {
    color: #fff
}

.widget-tags.style-2 a {
    background: #fff;
    color: #999
}

.acc-body-block {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px
}

.acc-body-block p a {
    color: #f60
}

.grid-content.block-content .hotel-item.style-10 .radius-top img {
    width: auto;
    margin: 0 auto
}

.grid-content.block-content .flight-icon {
    display: none
}

.grid-content.block-content .hotel-item.style-10 {
    padding-bottom: 30px
}

button.mfp-close {
    background: 0 0
}

button.mfp-arrow {
    background: #fff;
    opacity: 1
}

.mfp-wrap {
    z-index: 6000
}

.color-list li {
    color: #f60
}

.bg-dark.type-2 .no-padding {
    padding-left: 15px;
    padding-right: 15px
}

.mfp-arrow-left, .mfp-arrow-right {
    width: 70px;
    height: 70px;
    right: 0;
    top: 50%;
    margin: -35px 0 0 0;
    background: #fff
}

.mfp-arrow-left .mfp-b, .mfp-arrow-left:before, .mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
    display: none
}

.mfp-arrow-right:after {
    border: 0 none !important;
    content: '\f105';
    font-size: 18px;
    line-height: 70px;
    color: #222;
    font-family: FontAwesome;
    margin: 0;
    padding: 0;
    left: auto;
    top: auto;
    text-align: center;
    position: relative;
    width: auto;
    height: auto
}

.mfp-arrow-left:after {
    border: 0 none !important;
    content: '\f104';
    font-size: 18px;
    line-height: 70px;
    color: #222;
    font-family: FontAwesome;
    margin: 0;
    padding: 0;
    left: auto;
    top: auto;
    text-align: center;
    position: relative;
    width: auto;
    height: auto
}

.mfp-close {
    position: fixed;
    top: 0;
    left: 0;
    font-size: 55px;
    opacity: 1
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer
}

.mfp-counter {
    display: none
}

.mfp-arrow:active {
    margin-top: -35px
}

button.mfp-arrow:hover {
    background: rgba(255, 255, 255, .5)
}

.dropdown-wrap .drop-wrap {
    margin-bottom: 20px
}

.dropdown-wrap .drop-wrap.type-2 {
    background: #222;
    height: 35px
}

.drop-wrap.type-2 .drop b {
    padding: 0 10px;
    line-height: 35px
}

.drop-wrap.type-2 .drop b img {
    margin-right: 5px
}

.drop-wrap.type-2 .drop .drop-list {
    line-height: 35px;
    right: 10px
}

.drop-wrap.type-2 .drop span a img {
    margin-right: 5px
}

.drop-wrap.type-2 .drop span a {
    font-size: 12px
}

.drop-wrap.type-2 .drop span a i {
    position: absolute;
    right: 10px;
    line-height: 35px;
    top: 0
}

.drop-wrap.type-2 .drop span {
    padding: 0
}

.drop-wrap.type-2 .drop-list.act {
    margin-top: 0
}

.drop-wrap-s-4.color-6 {
    background: #f60;
    color: #fff
}

.drop-wrap.type-2.no-bg {
    background: 0 0;
    border: 1px solid #eee;
    color: #333;
    border-radius: 5px
}

.drop-wrap.type-2.no-bg .drop {
    color: #333
}

.vertical-align.margin-160 {
    margin-top: 80px
}

@media (max-width: 1200px) {
    .s_news-entry .tour-info {
        display: block;
        float: none
    }

    .hotel-img.black-hover {
        margin-bottom: 30px
    }

    .baner-tabs.style-2 .tab-pane .c-button {
        margin-top: 42px
    }

    .detail-content .detail-content-block img {
        width: 100%
    }

    .count a {
        margin-right: 3px
    }

    .col-6 {
        width: 50%
    }
}

@media (max-width: 992px) {
    .contact-socail a {
        margin: 0 15px 10px 0
    }

    .contact-info .contact-line img {
        display: block;
        margin-bottom: 10px
    }

    .meet-team .icon-block-entry:nth-last-child(1) .icon-block.style-4, .meet-team .icon-block-entry:nth-last-child(2) .icon-block.style-4, .meet-team .icon-block-entry:nth-last-child(3) .icon-block.style-4, .meet-team .icon-block-entry:nth-last-child(4) .icon-block.style-4 {
        margin-bottom: 65px
    }

    .s_news-entry .tour-info {
        float: left;
        margin-right: 22px
    }

    .form-block.type-2 .input-style-1 {
        margin-bottom: 0
    }

    .right-sidebar {
        padding-top: 30px
    }

    .swiper-arrow-left.color-4 {
        right: 0
    }

    .simple-tab.type-2 .nav-tab-item {
        margin-bottom: 10px
    }

    .color-6 nav {
        background: #222
    }

    .color-6 .top-header-bar.bg-white {
        background: #222
    }

    .color-6 .top-header-block a {
        color: #fff
    }

    .color-2.type-2 .top-header-block a {
        color: #222;
        padding-left: 5px
    }

    .color-2.type-2 .top-header-block a:hover {
        color: #000
    }

    .color-2.type-2 .bg-green {
        background: #fff
    }

    .color-2.type-2 nav a {
        color: #222
    }

    .contry-wrapp .second-title.style-3 {
        padding-bottom: 35px
    }

    .padd-110 {
        padding: 80px 0 35px
    }

    .hotel-small.style-2 .hotel-img {
        margin-bottom: 0
    }

    .gal-item.col10 {
        margin-bottom: 0
    }

    .sc-1.scrol .logo {
        top: 10px
    }

    .sc-1.scrol nav.menu {
        padding-top: 100px
    }

    .baner-bar {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: -20%
    }

    .hotel-items {
        padding: 0 0 30px
    }

    .baner-bar.cars-bar {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0)
    }

    .video-wrapper {
        min-height: 1100px
    }

    .hotels-block {
        width: 100%
    }

    .hotels-block h4 {
        margin-top: 10px;
        margin-bottom: 5px
    }

    .baner-bar .range-wrapp {
        margin-top: 20px
    }

    .tabs-slider .baner-tabs {
        bottom: auto;
        top: 0
    }

    .video-wrapper .vertical-align {
        top: 50px;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0)
    }

    .car-tabs .tpl-tabs-cont {
        background: 0 0;
        padding: 30px 0
    }

    .header-style-2 {
        height: 98px
    }

    .header-style-2 .dropmenu {
        display: none;
        visibility: visible;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        opacity: 1
    }

    .header-style-2 nav ul {
        padding: 60px 0
    }

    .header-style-2.color-4 nav {
        background: #222
    }

    body.menu_opened .header-style-2 .nav-menu-icon {
        top: -50px;
        z-index: 505
    }

    .header-style-2 nav > ul > li > .dropmenu {
        top: 0
    }

    .header-style-2 nav .dropmenu li.active > a {
        color: #fff
    }

    .header-style-2 nav li.type-2 .dropmenu li .dropmenu {
        opacity: 1
    }

    .footer-style2 {
        padding: 30px 0 0
    }

    header.menu-3 .top-header-bar {
        padding: 0;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        display: none
    }

    header.menu-3 nav > ul > li {
        margin-top: 0
    }

    header.menu-3 .nav-menu-icon {
        margin-top: 12px
    }

    .menu-3 .logo {
        margin-top: 5px
    }

    .menu-3 nav > ul > li {
        padding: 0
    }

    .menu-3 .menu > ul {
        padding: 60px 0
    }

    body.menu_opened .menu-3 .nav-menu-icon {
        top: 10px
    }

    .result .baner-bar.cars-bar {
        margin-top: 0
    }

    .result {
        padding: 140px 0 60px
    }

    .menu-3 .nav {
        height: 60px
    }

    .menu-3 nav > ul > li > a .fa {
        display: inline-block;
        color: #222
    }

    .menu-3 nav .dropmenu li {
        text-align: center
    }

    .inner-banner.style-6 {
        margin-top: 60px
    }

    .menu-3.type-5 nav > ul > li > a {
        color: #222
    }

    .menu-3.type-5 nav > ul > li > .dropmenu {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0)
    }

    header.menu-3.type-5 .nav-menu-icon a i, header.menu-3.type-5 .nav-menu-icon a i:after, header.menu-3.type-5 .nav-menu-icon a i:before {
        background: #fff
    }

    header.menu-3.type-5 .nav-menu-icon a.active i {
        background: #fff
    }

    header.menu-3.type-5 .nav-menu-icon a.active i:after, header.menu-3.type-5 .nav-menu-icon a.active i:before {
        background: #222
    }

    header.menu-3.type-5 nav .dropmenu .dropmenu {
        visibility: visible;
        opacity: 1;
        display: none
    }

    header.menu-3.type-5 nav .dropmenu .dropmenu {
        background: #fff
    }

    .menu-block h4 {
        font-size: 14px
    }

    .wrap-padding-sm .simple-tab {
        margin-bottom: 30px
    }

    .wrap-padding-sm {
        padding: 30px 0
    }

    .accordeon-wrapper {
        margin-bottom: 30px
    }

    .accordion-filter {
        margin-bottom: 30px
    }

    .tariff.style-1 {
        margin-bottom: 30px
    }

    .buttons-wrap .blockquote {
        margin-bottom: 15px
    }

    .buttons-wrap .share {
        margin-bottom: 15px
    }

    .buttons-wrap .sidebar-block:last-child {
        margin-bottom: 15px
    }

    .buttons-wrap .sidebar-block {
        margin-bottom: 15px
    }

    .buttons-wrap .button-s-2 {
        margin-bottom: 15px
    }

    .bg-dark.type-2 .footer-link ul {
        float: left;
        width: 100%
    }

    .bg-dark.type-2 .footer-link ul li {
        margin: 0 15px 0 0
    }

    .tabs-page .simple-tab {
        margin-bottom: 30px
    }

    .layout-two .right-sidebar {
        margin-bottom: 60px
    }

    .find-form {
        padding: 60px 30px;
        width: 100%
    }

    .form-block {
        margin-bottom: 10px
    }

    .form-block .form-label {
        margin-bottom: 15px
    }

    .find-form input[type=submit] {
        margin-top: 20px
    }

    .type-4.hovered.color-10 .top-header-bar {
        background: #333;
        padding-bottom: 15px
    }

    .type-4.hovered.color-10 nav {
        background: #333
    }

    .type-4.hovered.color-10 nav > ul > li > .dropmenu {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0)
    }

    nav .dropmenu .dropmenu {
        display: none;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0)
    }

    nav > ul > li > .dropmenu {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0)
    }

    header.menu-3.hovered nav .dropmenu a > span {
        display: inline-block
    }
}

@media (max-width: 768px) {
    .s_news-entry .s_news-img {
        width: 100%
    }

    .cont-1170 .sw-arrow {
        display: none
    }

    .tweet-slider {
        padding-bottom: 60px
    }

    .tweet-slider .pagination-hidden.pagination {
        display: block;
        bottom: 0
    }

    .testi-3 .pagination-hidden.pagination {
        display: block
    }

    .circliful {
        margin: 0 auto
    }

    .contact-form .input-style-1 {
        margin-bottom: 15px
    }

    .team-entry {
        margin-bottom: 35px
    }

    .meet-team .icon-block.style-4 {
        margin-bottom: 30px
    }

    .meet-team .icon-block-entry:nth-last-child(1) .icon-block.style-4, .meet-team .icon-block-entry:nth-last-child(2) .icon-block.style-4, .meet-team .icon-block-entry:nth-last-child(3) .icon-block.style-4, .meet-team .icon-block-entry:nth-last-child(4) .icon-block.style-4 {
        margin-bottom: 30px
    }

    .blog-grid .blog-grid-entry {
        margin-bottom: 30px
    }

    .simple-tab.tab-3 .nav-tab-item {
        border: 1px solid #eaeaea
    }

    .ClassyCountdown .ClassyCountdown-value span {
        padding-top: 25px;
        display: inline-block
    }

    .detail-content ul {
        width: 100%
    }

    .gallery-detail .pagination-hidden.pagination {
        display: block;
        bottom: 20px
    }

    .gallery-detail {
        margin-bottom: 80px
    }

    .sport-block img {
        max-width: 100%
    }

    .vert-title {
        margin-top: -420px
    }

    .style-1 .c-button.bg-blue-3 {
        float: none;
        margin-bottom: 15px
    }

    .style-1 .c-button.bg-tr-1 {
        float: none
    }

    .baner-tabs.style-2 .tab-pane .c-button {
        margin-top: 10px
    }

    .baner-tabs.style-2 .tabs-block {
        margin-bottom: 0
    }

    .baner-tabs.style-2 .tabs-block input {
        height: 50px
    }

    .baner-tabs.style-2 .drop-wrap-s-3 {
        height: 40px;
        line-height: 40px
    }

    .baner-tabs.style-2 .drop-wrap-s-3 .drop b {
        line-height: 40px
    }

    .baner-tabs.style-2 .drop-wrap-s-3 .drop .drop-list {
        line-height: 40px
    }

    .main-slider .swiper-slide {
        min-height: 1200px
    }

    .img-full {
        margin-bottom: 15px
    }

    .list-header .drop-wrap {
        margin-top: 20px
    }

    .color-10 .top-header-block a {
        color: #fff
    }

    .padd-100 {
        padding: 60px 0
    }

    .sl-testimonals {
        padding: 60px 0 80px
    }

    .detail-header {
        margin-bottom: 40px
    }

    .detail-price {
        padding-top: 20px
    }

    .team-entry .image img {
        width: 100%
    }

    .testi-slider {
        padding-bottom: 40px
    }

    .testi-slider .pagination-hidden.pagination {
        display: block;
        bottom: 0
    }

    .map-baner {
        padding-top: 100px
    }

    .low-price {
        right: 0;
        top: 0
    }

    .tabs-slider .drop-tabs {
        top: -45px;
        background: #fff;
        z-index: 55
    }

    .tabs-slider .drop-tabs b {
        color: #222
    }

    .tabs-slider .arrow-down {
        color: #222
    }

    .tabs-slider .tabs-style-1.nav-tabs > li a:hover {
        color: #222
    }

    .total-summ {
        padding-bottom: 30px
    }

    .car-tabs .drop-tabs {
        margin-top: -14px;
        background: #222
    }

    .contact-form textarea {
        margin-bottom: 30px
    }

    .car-tabs .tabs-style-1.nav-tabs > li > a {
        background: #fff
    }

    .reviews .progress-wrapper h4 {
        padding-top: 30px
    }

    .reviews {
        padding-bottom: 60px
    }

    .swiper-container.thumbnails {
        display: block
    }

    .thumbnails-preview .pagination-hidden.pagination {
        display: block
    }

    .header-style-2 .top-header-bar {
        display: block
    }

    .header-style-2 .nav-menu-icon {
        right: 15px
    }

    .drop-wrap-wrap {
        position: absolute;
        left: 0;
        top: 60px;
        width: 100%
    }

    .header-style-2 .drop b {
        color: #222
    }

    .header-style-2 .drop .drop-list {
        color: #222
    }

    .header-style-2 .drop-wrap {
        float: left;
        margin-right: 8px
    }

    .header-style-2 .form-block {
        margin-right: 0
    }

    .header-style-2 .logo {
        margin-top: 5px
    }

    .header-style-2 .logo img {
        max-width: 160px
    }

    .header-style-2.color-4 nav {
        z-index: 500
    }

    body.menu_opened .header-style-2 .nav-menu-icon {
        top: 10px
    }

    .footer-style2 .copyright {
        text-align: left
    }

    .footer-style2 .f_logo {
        width: 100%;
        position: relative;
        text-align: center;
        display: block;
        top: auto;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        margin: 25px 0 0
    }

    .footer-style2 .footer-top {
        text-align: center
    }

    .footer-style2 .footer-link a {
        float: none;
        display: inline-block
    }

    .comm-info-slider .pagination {
        bottom: 20px
    }

    .tm-title {
        padding-left: 15px
    }

    .tm-title h3 {
        padding-bottom: 15px
    }

    .detaile-title h1 {
        font-size: 40px;
        line-height: 40px
    }

    .col-6 {
        width: 100%
    }

    .wrap-padding {
        padding: 60px 0 40px
    }

    .bg-dark.type-2 .copyright {
        text-align: left;
        margin-bottom: 15px
    }

    .bg-dark.type-2 .footer-link ul li {
        width: auto;
        line-height: 20px
    }

    .footer-block .contact-info {
        margin-bottom: 0
    }

    .contact-info .contact-line {
        margin-bottom: 15px
    }

    .testi-3 .swiper-slide {
        padding: 0 15px
    }

    .bg-white.type-2.color-7 .top-header-block .color-dark-2 {
        color: #fff
    }

    .menu_opened header.color-7 nav {
        background: #333
    }
}

@media (max-width: 480px) {
    .second-title {
        padding-top: 40px
    }

    .second-title h2 {
        font-size: 28px
    }

    .second-title h4.underline {
        margin-bottom: 10px
    }

    .s_news-entry .tour-info {
        float: none
    }

    .form-block.type-2 {
        margin-bottom: 15px
    }

    .blog-nav-img img {
        display: none
    }

    .blog-nav-text .tour-info-line {
        display: none
    }

    .blog-nav-text h4 {
        display: none
    }

    .blog-nav-right {
        float: right
    }

    .blog-nav-right .blog-nav-text {
        text-align: right
    }

    .full-copy {
        bottom: 10px;
        width: 100%;
        text-align: center
    }

    .acc-body ul {
        width: 100%
    }

    .detail-content-block {
        margin-bottom: 30px
    }

    .gallery-detail {
        margin-bottom: 40px
    }

    .padd-70-70 {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .hotel-item.style-11 {
        margin-bottom: 30px
    }

    .baner-tabs.style-2 .tabs-block {
        margin-bottom: 0
    }

    .world-country {
        min-height: 150px
    }

    .main-slider-3 .vertical-bottom {
        bottom: 60px
    }

    .hotel-small.style-2 h5 {
        margin-top: 15px
    }

    .video-wrapper .vertical-align {
        top: 80px
    }

    .detaile-title .detail-price {
        position: relative;
        float: left;
        width: 100%;
        text-align: left;
        display: inline-block;
        right: auto;
        top: auto
    }

    .detaile-title {
        padding-bottom: 65px
    }

    .detaile-title .detail-price {
        padding-top: 30px
    }

    .header-style-2 .logo img {
        max-width: 125px
    }

    .header-style-2 .top-header-bar {
        height: 40px
    }

    .header-bar {
        padding: 5px 0;
        display: inline-block
    }

    .header-style-2 .input-style-1.color-3 input {
        height: 30px
    }

    .header-style-2 .input-style-1 {
        max-width: 150px
    }

    .header-style-2 {
        height: 76px
    }

    .drop-wrap-wrap {
        top: 37px
    }

    .header2-baner {
        padding-top: 76px
    }

    .footer-style2 .copyright {
        text-align: center
    }

    .footer-style2 .copyright .download {
        float: none
    }

    .footer-style2 .copyright span {
        float: none;
        margin-bottom: 15px;
        display: inline-block
    }

    .footer-style2 p {
        width: 100%
    }

    .comm-info img {
        display: none
    }

    .comm-info .comm-info-txt {
        padding: 5px 0 0
    }

    .comm-info-slider .poin-style-1 {
        left: 15px
    }

    .detaile-title {
        padding-bottom: 30px
    }

    .landing-title .c-button {
        margin-bottom: 10px
    }

    .landing-title h1 {
        font-size: 40px;
        line-height: 40px
    }

    .accordeon-entry h5 {
        font-size: 12px;
        padding: 13px 55px 13px 20px
    }

    .accordeon-entry h5:after {
        top: 10px
    }

    .testi-wrap {
        max-width: 320px
    }

    .find-form {
        padding: 60px 15px
    }
}

body[data-color=theme-1] header.color-3 nav > ul > li:hover > a {
    color: #f60
}

body[data-color=theme-1] .c-button.hv-orange:hover {
    background: #f60;
    border-color: #f60
}

body[data-color=theme-1] .item-block:hover h3 {
    color: #f60
}

body[data-color=theme-1] .item-block.style-2 h3:before {
    background: #f60
}

body[data-color=theme-1] .arr-s-1 .sw-arrow:hover span {
    color: #f60
}

body[data-color=theme-1] .arr-s-1 .sw-arrow:hover {
    border: 2px solid #f60
}

body[data-color=theme-1] .bg-orange {
    background: #f60
}

body[data-color=theme-1] .footer-form input[type=submit].bg-orange {
    border: 1px solid #f60
}

body[data-color=theme-1] .footer-form input[type=submit]:hover {
    color: #f60
}

body[data-color=theme-1] .tour-block.tour-block-s-1:hover h3 {
    color: #f60
}

body[data-color=theme-1] header.color-4 nav > ul > li:hover > a {
    color: #f60
}

body[data-color=theme-1] .c-button.bg-dr-blue {
    border: 2px solid #f60
}

body[data-color=theme-1] .bg-dr-blue {
    background: #f60
}

body[data-color=theme-1] .offers-arrow {
    background: #f60
}

body[data-color=theme-1] .offers-arrow:hover {
    background: #fff;
    border: 5px solid #f60
}

body[data-color=theme-1] .bg-grey {
    border: 2px solid #f60;
    background: #f60
}

body[data-color=theme-1] .arrows-travel {
    background: #f60
}

body[data-color=theme-1] .find-form {
    background: #f60
}

body[data-color=theme-1] .bg-blue-light {
    background: rgba(74, 229, 209, .6)
}

body[data-color=theme-1] .color-blue {
    color: #f60
}

body[data-color=theme-1] .hover-blue:hover .hover-it {
    color: #f60
}

body[data-color=theme-1] .hover-blue.underline-block:hover .underline:before {
    background: #f60
}

body[data-color=theme-1] .c-button.hv-blue-o:hover {
    border-color: #f60
}

body[data-color=theme-1] .bg-blue {
    background: #f60
}

body[data-color=theme-1] .c-button.bg-blue {
    border: 2px solid #f60
}

body[data-color=theme-1] .link-blue:hover {
    color: #f60
}

body[data-color=theme-1] .c-button.hv-blue:hover {
    border: 1px solid #f60;
    background: #f60;
    color: #fff
}

body[data-color=theme-1] .c-button.hv-blue {
    border: 1px solid #f60;
    color: #f60
}

body[data-color=theme-1] .c-button.bg-blue:hover {
    color: #f60
}

body[data-color=theme-1] .c-button.hv-green-o:hover {
    color: #f60
}

body[data-color=theme-1] .c-button.bg-green {
    border: 2px solid #f60
}

body[data-color=theme-1] .bg-green {
    background: #f60
}

body[data-color=theme-1] .arr-s-2 .sw-arrow:hover {
    border: 2px solid #f60
}

body[data-color=theme-1] .arr-s-2 .sw-arrow:hover span {
    color: #f60
}

body[data-color=theme-1] .contry-item:hover img {
    box-shadow: 0 0 0 5px #f60
}

body[data-color=theme-1] .contry-item:hover h5 {
    color: #f60
}

body[data-color=theme-1] .hover-green:hover .hover-it {
    color: #f60
}

body[data-color=theme-1] .hover-green.underline-block .underline:before {
    background: #f60
}

body[data-color=theme-1] .hover-green.underline-block:hover .underline:before {
    background: #f60
}

body[data-color=theme-1] .city-entry .nav-tab-item.active {
    color: #f60
}

body[data-color=theme-1] .city-entry .nav-tab-item:hover {
    color: #f60
}

body[data-color=theme-1] .color-green {
    color: #f60
}

body[data-color=theme-1] .link-green:hover {
    color: #f60
}

body[data-color=theme-1] .color-2.type-2 .top-header-block a:hover {
    color: #f60
}

body[data-color=theme-1] .color-red {
    color: #f60
}

body[data-color=theme-1] .c-button.bg-red {
    border: 2px solid #f60
}

body[data-color=theme-1] .bg-red {
    background: #f60
}

body[data-color=theme-1] .c-button.bg-red:hover {
    color: #f60
}

body[data-color=theme-1] .c-button.hv-red:hover {
    background: #f60;
    border-color: #f60
}

body[data-color=theme-1] .c-button.bg-blue-2 {
    border: 2px solid #f60
}

body[data-color=theme-1] .bg-blue-2 {
    background: #f60
}

body[data-color=theme-1] .c-button.hv-blue-2-o:hover {
    color: #f60
}

body[data-color=theme-1] .color-blue-2 {
    color: #f60
}

body[data-color=theme-1] .underline.color-blue-2:after {
    background: #f60
}

body[data-color=theme-1] .icon-block.style-2 .c-button.hv-blue {
    color: #fff
}

body[data-color=theme-1] .arr-s-5 .sw-arrow:hover {
    border: 2px solid #f60
}

body[data-color=theme-1] .arr-s-5 .sw-arrow:hover span {
    color: #f60
}

body[data-color=theme-1] header.color-10 nav > ul > li:hover > a {
    color: #f60
}

body[data-color=theme-1] .link-blue-2:hover {
    color: #f60
}

body[data-color=theme-1] .bg-blue-3 {
    background: #f60
}

body[data-color=theme-1] .c-button.bg-blue-3 {
    border-color: #f60
}

body[data-color=theme-1] .c-button.hv-blue-3-f:hover {
    background: #f60;
    border-color: #f60
}

body[data-color=theme-1] .c-button.hv-dr-blue-2-o:hover {
    border: 2px solid #f60;
    color: #f60
}

body[data-color=theme-1] .bg-dr-blue-2 {
    background: #f60
}

body[data-color=theme-1] .c-button.bg-dr-blue-2 {
    border: 2px solid #f60
}

body[data-color=theme-1] .c-button.hv-blue-3-o:hover {
    color: #f60
}

body[data-color=theme-1] .c-button.bg-red-3 {
    border: 2px solid #f60
}

body[data-color=theme-1] .bg-red-3 {
    background: #f60
}

body[data-color=theme-1] .color-red-3 {
    color: #f60
}

body[data-color=theme-1] .underline.color-red-3:after {
    background: #f60
}

body[data-color=theme-1] .c-button.hv-red-3-o:hover {
    color: #f60
}

body[data-color=theme-1] .hover-red-3:hover .hover-it {
    color: #f60
}

body[data-color=theme-1] .hover-red-3.underline-block:hover .underline:before {
    background: #f60
}

body[data-color=theme-1] .filter-nav li.selected a {
    background: #f60
}

body[data-color=theme-1] .filter-nav li.selected a:before {
    border-color: #f60 transparent transparent transparent
}

body[data-color=theme-1] .filter-nav a:hover:before {
    border-color: #f60 transparent transparent transparent
}

body[data-color=theme-1] .filter-nav a:hover {
    background: #f60
}

body[data-color=theme-1] .gal-item.style-3 a:hover .gal-item-desc {
    background: #f60
}

body[data-color=theme-1] header.color-5 nav > ul > li:hover > a {
    color: #f60
}

body[data-color=theme-1] .color-dr-blue-2 {
    color: #f60
}

body[data-color=theme-1] .underline.color-dr-blue-2:after {
    background: #f60
}

body[data-color=theme-1] .bg-dark-blue {
    background: #f60
}

body[data-color=theme-1] .loading.dr-blue-2 .object {
    border-top: 5px solid #f60;
    border-left: 5px solid #f60
}

body[data-color=theme-1] .s_news-title a:hover {
    color: #f60
}

body[data-color=theme-1] .link-dr-blue-2:hover {
    color: #f60
}

body[data-color=theme-1] .contact-line a:hover {
    color: #f60
}

body[data-color=theme-1] .c-button.bg-white {
    color: #f60
}

body[data-color=theme-1] .c-button.bg-white:hover {
    color: #fff
}

body[data-color=theme-1] .back-counter .part-counter {
    background: #f60
}

body[data-color=theme-1] .not-found-number h3 {
    background: #f60
}

body[data-color=theme-1].bg-dr-blue-2 {
    background: #f60
}

body[data-color=theme-1] .simple-tab.type-2 .nav-tab-item.active {
    background: #f60
}

body[data-color=theme-1] .simple-tab.type-2 .nav-tab-item.active:before {
    border-color: #f60 transparent transparent transparent
}

body[data-color=theme-1] .table.style-3 td:hover {
    background: #f60
}

body[data-color=theme-1] .arr-s-3 .sw-arrow:hover {
    border: 2px solid #f60;
    color: #f60
}

body[data-color=theme-1] .change-grid.color-1.active, body[data-color=theme-1] .change-grid.color-1:hover, body[data-color=theme-1] .change-list.color-1.active, body[data-color=theme-1] .change-list.color-1:hover {
    background: #f60
}

body[data-color=theme-1] header.color-12 nav > ul > li:hover > a {
    color: #f60
}

body[data-color=theme-1] .sidebar-category.color-1 a:hover, body[data-color=theme-1] .sidebar-category.color-1 li.active > a {
    color: #f60
}

body[data-color=theme-1] .slider-range.color-1 .ui-slider .ui-slider-handle {
    background: #f60
}

body[data-color=theme-1] .slider-range.color-1 .ui-slider .ui-slider-range {
    background: #f60
}

body[data-color=theme-1] .cp_content.color-1 .active a, body[data-color=theme-1] .cp_content.color-1 a:hover {
    background: #f60
}

body[data-color=theme-1] .sidebar-category.color-2 a:hover, body[data-color=theme-1] .sidebar-category.color-2 li.active > a {
    background: #f60
}

body[data-color=theme-1] .slider-range.color-2 .ui-slider .ui-slider-handle {
    background: #f60
}

body[data-color=theme-1] .slider-range.color-2 .ui-slider .ui-slider-range {
    background: #f60
}

body[data-color=theme-1] .cp_content.color-2 .active a, body[data-color=theme-1] .cp_content.color-2 a:hover {
    background: #f60
}

body[data-color=theme-1] .change-grid.color-2.active, body[data-color=theme-1] .change-grid.color-2:hover, body[data-color=theme-1] .change-list.color-2.active, body[data-color=theme-1] .change-list.color-2:hover {
    background: #f60
}

body[data-color=theme-1] .list-content .hotel-item.style-9 .buttons-block .bg-white {
    background: #f60;
    border: 2px solid #f60
}

body[data-color=theme-1] .list-content .hotel-item.style-9 .buttons-block .bg-white:hover {
    background: 0 0;
    color: #f60
}

body[data-color=theme-1] .cp_content.color-3 .active a, body[data-color=theme-1] .cp_content.color-3 a:hover {
    background: #f60
}

body[data-color=theme-1] .slider-range.color-3 .ui-slider .ui-slider-handle {
    background: #f60
}

body[data-color=theme-1] .slider-range.color-3 .ui-slider .ui-slider-range {
    background: #f60
}

body[data-color=theme-1] .change-grid.color-3.active, body[data-color=theme-1] .change-grid.color-3:hover, body[data-color=theme-1] .change-list.color-3.active, body[data-color=theme-1] .change-list.color-3:hover {
    background: #f60
}

body[data-color=theme-1] .change-grid.color-4.active, body[data-color=theme-1] .change-grid.color-4:hover, body[data-color=theme-1] .change-list.color-4.active, body[data-color=theme-1] .change-list.color-4:hover {
    background: #f60
}

body[data-color=theme-1] .sidebar-category.color-4 a:hover, body[data-color=theme-1] .sidebar-category.color-4 li.active > a {
    color: #f60
}

body[data-color=theme-1] .slider-range.color-4 .ui-slider .ui-slider-handle {
    background: #f60
}

body[data-color=theme-1] .slider-range.color-4 .ui-slider .ui-slider-range {
    background: #f60
}

body[data-color=theme-1] .cp_content.color-4 .active a, body[data-color=theme-1] .cp_content.color-4 a:hover {
    background: #f60
}

body[data-color=theme-1] .accordion.style-1 .acc-title {
    background: #f60
}

body[data-color=theme-1] .accordion.style-1 .acc-icon {
    background: #f60
}

body[data-color=theme-1] .accordion.style-1 .acc-title.active .acc-icon:before {
    color: #f60
}

body[data-color=theme-1] .table.style-1 thead {
    background: #f60
}

body[data-color=theme-1] .detail-block .details-btn .c-button.hv-blue {
    color: #fff
}

body[data-color=theme-1] .accordion.style-2 .acc-title {
    background: #f60
}

body[data-color=theme-1] .accordion.style-2 .acc-icon {
    background: #f60
}

body[data-color=theme-1] .accordion.style-2 .acc-title.active .acc-icon:before {
    color: #f60
}

body[data-color=theme-1] .accordion.style-3 .acc-title {
    background: #f60
}

body[data-color=theme-1] .accordion.style-3 .acc-icon {
    background: #f60
}

body[data-color=theme-1] .accordion.style-3 .acc-title.active .acc-icon:before {
    color: #f60
}

body[data-color=theme-1] .accordion.style-4 .acc-title {
    background: #f60
}

body[data-color=theme-1] .accordion.style-4 .acc-icon {
    background: #f60
}

body[data-color=theme-1] .accordion.style-4 .acc-title.active .acc-icon:before {
    color: #f60
}

body[data-color=theme-1] .accordion.style-4 li:before {
    color: #f60
}

body[data-color=theme-1] .sidebar-category.color-5 a:hover, body[data-color=theme-1] .sidebar-category.color-5 li.active > a {
    background: #f60
}

body[data-color=theme-1] .blockquote.color-1 {
    background: #f60
}

body[data-color=theme-1] .c-button.hv-dr-blue-2:hover {
    background: #f60
}

body[data-color=theme-1] .loading.orange .object {
    border-top: 5px solid #f60;
    border-left: 5px solid #f60
}

body[data-color=theme-1] .loading.dr-blue .object {
    border-top: 5px solid #f60;
    border-left: 5px solid #f60
}

body[data-color=theme-1] .loading.blue .object {
    border-top: 5px solid #f60;
    border-left: 5px solid #f60
}

body[data-color=theme-1] .loading.green .object {
    border-top: 5px solid #f60;
    border-left: 5px solid #f60
}

body[data-color=theme-1] .loading.red .object {
    border-top: 5px solid #f60;
    border-left: 5px solid #f60
}

body[data-color=theme-1] .loading.sea .object {
    border-top: 5px solid #f60;
    border-left: 5px solid #f60
}

body[data-color=theme-1] .c-button.hv-sea-o:hover {
    color: #f60
}

body[data-color=theme-1] .loading.blue-2 .object {
    border-top: 5px solid #f60;
    border-left: 5px solid #f60
}

body[data-color=theme-1] .loading.dr-blue-2 .object {
    border-top: 5px solid #f60;
    border-left: 5px solid #f60
}

body[data-color=theme-1] .loading.red-3 .object {
    border-top: 5px solid #f60;
    border-left: 5px solid #f60
}

body[data-color=theme-1] .c-button.bg-aqua {
    border: 2px solid #f60
}

body[data-color=theme-1] .bg-aqua {
    background: #f60
}

body[data-color=theme-1] .tabs-slider .tabs-style-1.nav-tabs > li:hover > a {
    background: #f60
}

body[data-color=theme-1] .tabs-slider .tabs-style-1.nav-tabs > li.active > a {
    background: #f60
}

body[data-color=theme-1] .baner-bar .c-button.b-60 {
    background: #f60;
    color: #fff;
    border: 2px solid #f60
}

body[data-color=theme-1] .baner-bar .c-button.b-60:hover {
    background: 0 0;
    color: #f60
}

body[data-color=theme-1] .count a.active {
    background: #f60;
    border: 1px solid #f60
}

body[data-color=theme-1] .baner-bar .ui-slider .ui-slider-range {
    background: #f60
}

body[data-color=theme-1] .baner-bar .ui-slider .ui-slider-handle {
    background: #f60
}

body[data-color=theme-1] .header-style-2 nav > ul > li.active > a {
    background: #f60
}

body[data-color=theme-1] .header-style-2 {
    border-bottom: 2px solid #f60
}

body[data-color=theme-1] .header-style-2 nav li.type-4 .dropmenu > li:hover > a {
    background: #f60
}

body[data-color=theme-1] .header-style-2 nav li.type-1 .dropmenu > li:hover > a {
    background: #f60
}

body[data-color=theme-1] .header-style-2 nav li.type-2 .dropmenu a:hover {
    background: #f60
}

body[data-color=theme-1] .header-style-2 nav li.type-3 .dropmenu a:hover {
    background: #f60
}

body[data-color=theme-1] .header-style-2 .drop span a:hover {
    background: #f60
}

body[data-color=theme-1] .menu-3 nav > ul > li:hover {
    border-top: 0
}

body[data-color=theme-1] .footer-form input[type=submit].bg-aqua {
    border: 1px solid #f60
}

body[data-color=theme-1] .popular-desc .c-button:hover {
    color: #f60
}

body[data-color=theme-1] .color-aqua {
    color: #f60
}

body[data-color=theme-1] .hover-aqua:hover .hover-it {
    color: #f60
}

body[data-color=theme-1] .tour-block:hover h3 {
    color: #f60
}

body[data-color=theme-1] .object {
    border-top: 5px solid #f60;
    border-left: 5px solid #f60
}

body[data-color=theme-1] .popular-img:hover a {
    color: #f60
}

body[data-color=theme-1] .link-aqua:hover {
    color: #f60
}

body[data-color=theme-1] .low-price {
    background: #f60
}

body[data-color=theme-1] .c-button.hv-aqua-o:hover {
    color: #f60
}

body[data-color=theme-1] header.color-1 nav > ul > li:hover > a {
    color: #f60
}

body[data-color=theme-1] .dtpicker-header .dtpicker-value {
    color: #f60
}

body[data-color=theme-1] .dtpicker-header .dtpicker-close {
    color: #f60
}

body[data-color=theme-1] .sw-arrow:hover {
    border: 2px solid #f60
}

body[data-color=theme-1] .offers-block:hover h3 {
    color: #f60
}

body[data-color=theme-1] footer.bg-white .footer-block li a:hover {
    color: #f60
}

body[data-color=theme-1] header.color-9 nav > ul > li:hover > a {
    color: #f60
}

body[data-color=theme-1] header.color-6 nav > ul > li:hover > a {
    color: #f60
}

body[data-color=theme-1] header.color-8 nav > ul > li:hover > a {
    color: #f60
}

body[data-color=theme-1] .color-sea {
    color: #f60
}

body[data-color=theme-1] .bg-sea {
    background: #f60
}

body[data-color=theme-1] .c-button.bg-sea {
    border: 2px solid #f60
}

body[data-color=theme-1] .tp_content h4 a:hover {
    color: #f60
}

body[data-color=theme-1] .hover-sea.underline-block:hover .underline:before {
    background: #f60
}

body[data-color=theme-1] .c-button.bg-sea-t {
    border: 2px solid #f60
}

body[data-color=theme-1] .c-button.hv-sea-t:hover {
    background: #f60
}

body[data-color=theme-1] .c-button.hv-sea:hover {
    background: #f60;
    color: #f60;
    border-color: #f60
}

body[data-color=theme-1] .link-sea:hover {
    color: #f60
}

body[data-color=theme-1] .accordion.style-5 .acc-title {
    background: #f60
}

body[data-color=theme-1] .accordion.style-5 .acc-icon {
    background: #f60
}

body[data-color=theme-1] .accordion-chooser a.active, body[data-color=theme-1] .accordion-chooser a:hover {
    background: #f60
}

body[data-color=theme-1] .accordion.style-5 .acc-title.active .acc-icon:before {
    color: #f60
}

body[data-color=theme-1] .date-f {
    color: #f60
}

body[data-color=theme-1] .bg-dark.type-2 .contact-info i {
    color: #f60
}

body[data-color=theme-1] .footer-share a:hover {
    color: #f60
}

body[data-color=theme-1] .tags-b:before {
    background: #f60
}

body[data-color=theme-1] .link-red:hover {
    color: #f60
}

body[data-color=theme-1] .menu-3 nav > ul > li > .dropmenu {
    border-top: 2px solid #f60
}

body[data-color=theme-1] .menu-3 nav > ul > li.active {
    border-top: 0
}

body[data-color=theme-1] .menu-3 nav > ul > li.active > a {
    color: #f60
}

body[data-color=theme-1] .check-option.active span {
    background: #f60;
    border: 1px solid #f60
}

body[data-color=theme-1] .check-option:hover span {
    background: #f60;
    border: 1px solid #f60
}

body[data-color=theme-1] .accordeon-entry h5:hover, body[data-color=theme-1] .accordeon-entry.active h5 {
    background: #f60
}

body[data-color=theme-1] .accordeon-entry h5:after {
    background: #f60
}

body[data-color=theme-2] header.color-3 nav > ul > li:hover > a {
    color: #2d3e50
}

body[data-color=theme-2] .c-button.hv-orange:hover {
    background: #2d3e50;
    border-color: #2d3e50
}

body[data-color=theme-2] .item-block:hover h3 {
    color: #2d3e50
}

body[data-color=theme-2] .item-block.style-2 h3:before {
    background: #2d3e50
}

body[data-color=theme-2] .arr-s-1 .sw-arrow:hover span {
    color: #2d3e50
}

body[data-color=theme-2] .arr-s-1 .sw-arrow:hover {
    border: 2px solid #2d3e50
}

body[data-color=theme-2] .bg-orange {
    background: #2d3e50
}

body[data-color=theme-2] .footer-form input[type=submit].bg-orange {
    border: 1px solid #2d3e50
}

body[data-color=theme-2] .footer-form input[type=submit]:hover {
    color: #2d3e50
}

body[data-color=theme-2] .tour-block.tour-block-s-1:hover h3 {
    color: #2d3e50
}

body[data-color=theme-2] header.color-4 nav > ul > li:hover > a {
    color: #2d3e50
}

body[data-color=theme-2] .c-button.bg-dr-blue {
    border: 2px solid #2d3e50
}

body[data-color=theme-2] .bg-dr-blue {
    background: #2d3e50
}

body[data-color=theme-2] .offers-arrow {
    background: #2d3e50
}

body[data-color=theme-2] .offers-arrow:hover {
    background: #fff;
    border: 5px solid #2d3e50
}

body[data-color=theme-2] .bg-grey {
    border: 2px solid #2d3e50;
    background: #2d3e50
}

body[data-color=theme-2] .arrows-travel {
    background: #2d3e50
}

body[data-color=theme-2] .find-form {
    background: #2d3e50
}

body[data-color=theme-2] .bg-blue-light {
    background: rgba(74, 229, 209, .6)
}

body[data-color=theme-2] .color-blue {
    color: #2d3e50
}

body[data-color=theme-2] .hover-blue:hover .hover-it {
    color: #2d3e50
}

body[data-color=theme-2] .hover-blue.underline-block:hover .underline:before {
    background: #2d3e50
}

body[data-color=theme-2] .c-button.hv-blue-o:hover {
    border-color: #2d3e50
}

body[data-color=theme-2] .bg-blue {
    background: #2d3e50
}

body[data-color=theme-2] .c-button.bg-blue {
    border: 2px solid #2d3e50
}

body[data-color=theme-2] .link-blue:hover {
    color: #2d3e50
}

body[data-color=theme-2] .c-button.hv-blue:hover {
    border: 1px solid #2d3e50;
    background: #2d3e50;
    color: #fff
}

body[data-color=theme-2] .c-button.hv-blue {
    border: 1px solid #2d3e50;
    color: #2d3e50
}

body[data-color=theme-2] .c-button.bg-blue:hover {
    color: #2d3e50
}

body[data-color=theme-2] .c-button.hv-green-o:hover {
    color: #2d3e50
}

body[data-color=theme-2] .c-button.bg-green {
    border: 2px solid #2d3e50
}

body[data-color=theme-2] .bg-green {
    background: #2d3e50
}

body[data-color=theme-2] .arr-s-2 .sw-arrow:hover {
    border: 2px solid #2d3e50
}

body[data-color=theme-2] .arr-s-2 .sw-arrow:hover span {
    color: #2d3e50
}

body[data-color=theme-2] .contry-item:hover img {
    box-shadow: 0 0 0 5px #2d3e50
}

body[data-color=theme-2] .contry-item:hover h5 {
    color: #2d3e50
}

body[data-color=theme-2] .hover-green:hover .hover-it {
    color: #2d3e50
}

body[data-color=theme-2] .hover-green.underline-block .underline:before {
    background: #2d3e50
}

body[data-color=theme-2] .hover-green.underline-block:hover .underline:before {
    background: #2d3e50
}

body[data-color=theme-2] .city-entry .nav-tab-item.active {
    color: #2d3e50
}

body[data-color=theme-2] .city-entry .nav-tab-item:hover {
    color: #2d3e50
}

body[data-color=theme-2] .color-green {
    color: #2d3e50
}

body[data-color=theme-2] .link-green:hover {
    color: #2d3e50
}

body[data-color=theme-2] .color-2.type-2 .top-header-block a:hover {
    color: #2d3e50
}

body[data-color=theme-2] .color-red {
    color: #2d3e50
}

body[data-color=theme-2] .c-button.bg-red {
    border: 2px solid #2d3e50
}

body[data-color=theme-2] .bg-red {
    background: #2d3e50
}

body[data-color=theme-2] .c-button.bg-red:hover {
    color: #2d3e50
}

body[data-color=theme-2] .c-button.hv-red:hover {
    background: #2d3e50;
    border-color: #2d3e50
}

body[data-color=theme-2] .c-button.bg-blue-2 {
    border: 2px solid #2d3e50
}

body[data-color=theme-2] .bg-blue-2 {
    background: #2d3e50
}

body[data-color=theme-2] .c-button.hv-blue-2-o:hover {
    color: #2d3e50
}

body[data-color=theme-2] .color-blue-2 {
    color: #2d3e50
}

body[data-color=theme-2] .underline.color-blue-2:after {
    background: #2d3e50
}

body[data-color=theme-2] .icon-block.style-2 .c-button.hv-blue {
    color: #fff
}

body[data-color=theme-2] .arr-s-5 .sw-arrow:hover {
    border: 2px solid #2d3e50
}

body[data-color=theme-2] .arr-s-5 .sw-arrow:hover span {
    color: #2d3e50
}

body[data-color=theme-2] header.color-10 nav > ul > li:hover > a {
    color: #2d3e50
}

body[data-color=theme-2] .link-blue-2:hover {
    color: #2d3e50
}

body[data-color=theme-2] .bg-blue-3 {
    background: #2d3e50
}

body[data-color=theme-2] .c-button.bg-blue-3 {
    border-color: #2d3e50
}

body[data-color=theme-2] .c-button.hv-blue-3-f:hover {
    background: #2d3e50;
    border-color: #2d3e50
}

body[data-color=theme-2] .c-button.hv-dr-blue-2-o:hover {
    border: 2px solid #2d3e50;
    color: #2d3e50
}

body[data-color=theme-2] .bg-dr-blue-2 {
    background: #2d3e50
}

body[data-color=theme-2] .c-button.bg-dr-blue-2 {
    border: 2px solid #2d3e50
}

body[data-color=theme-2] .c-button.hv-blue-3-o:hover {
    color: #2d3e50
}

body[data-color=theme-2] .c-button.bg-red-3 {
    border: 2px solid #2d3e50
}

body[data-color=theme-2] .bg-red-3 {
    background: #2d3e50
}

body[data-color=theme-2] .color-red-3 {
    color: #2d3e50
}

body[data-color=theme-2] .underline.color-red-3:after {
    background: #2d3e50
}

body[data-color=theme-2] .c-button.hv-red-3-o:hover {
    color: #2d3e50
}

body[data-color=theme-2] .hover-red-3:hover .hover-it {
    color: #2d3e50
}

body[data-color=theme-2] .hover-red-3.underline-block:hover .underline:before {
    background: #2d3e50
}

body[data-color=theme-2] .filter-nav li.selected a {
    background: #2d3e50
}

body[data-color=theme-2] .filter-nav li.selected a:before {
    border-color: #2d3e50 transparent transparent transparent
}

body[data-color=theme-2] .filter-nav a:hover:before {
    border-color: #2d3e50 transparent transparent transparent
}

body[data-color=theme-2] .filter-nav a:hover {
    background: #2d3e50
}

body[data-color=theme-2] .gal-item.style-3 a:hover .gal-item-desc {
    background: #2d3e50
}

body[data-color=theme-2] header.color-5 nav > ul > li:hover > a {
    color: #2d3e50
}

body[data-color=theme-2] .color-dr-blue-2 {
    color: #2d3e50
}

body[data-color=theme-2] .underline.color-dr-blue-2:after {
    background: #2d3e50
}

body[data-color=theme-2] .bg-dark-blue {
    background: #2d3e50
}

body[data-color=theme-2] .loading.dr-blue-2 .object {
    border-top: 5px solid #2d3e50;
    border-left: 5px solid #2d3e50
}

body[data-color=theme-2] .s_news-title a:hover {
    color: #2d3e50
}

body[data-color=theme-2] .link-dr-blue-2:hover {
    color: #2d3e50
}

body[data-color=theme-2] .contact-line a:hover {
    color: #2d3e50
}

body[data-color=theme-2] .c-button.bg-white {
    color: #2d3e50
}

body[data-color=theme-2] .c-button.bg-white:hover {
    color: #fff
}

body[data-color=theme-2] .back-counter .part-counter {
    background: #2d3e50
}

body[data-color=theme-2] .not-found-number h3 {
    background: #2d3e50
}

body[data-color=theme-2].bg-dr-blue-2 {
    background: #2d3e50
}

body[data-color=theme-2] .simple-tab.type-2 .nav-tab-item.active {
    background: #2d3e50
}

body[data-color=theme-2] .simple-tab.type-2 .nav-tab-item.active:before {
    border-color: #2d3e50 transparent transparent transparent
}

body[data-color=theme-2] .table.style-3 td:hover {
    background: #2d3e50
}

body[data-color=theme-2] .arr-s-3 .sw-arrow:hover {
    border: 2px solid #2d3e50;
    color: #2d3e50
}

body[data-color=theme-2] .change-grid.color-1.active, body[data-color=theme-2] .change-grid.color-1:hover, body[data-color=theme-2] .change-list.color-1.active, body[data-color=theme-2] .change-list.color-1:hover {
    background: #2d3e50
}

body[data-color=theme-2] header.color-12 nav > ul > li:hover > a {
    color: #2d3e50
}

body[data-color=theme-2] .sidebar-category.color-1 a:hover, body[data-color=theme-2] .sidebar-category.color-1 li.active > a {
    color: #2d3e50
}

body[data-color=theme-2] .slider-range.color-1 .ui-slider .ui-slider-handle {
    background: #2d3e50
}

body[data-color=theme-2] .slider-range.color-1 .ui-slider .ui-slider-range {
    background: #2d3e50
}

body[data-color=theme-2] .cp_content.color-1 .active a, body[data-color=theme-2] .cp_content.color-1 a:hover {
    background: #2d3e50
}

body[data-color=theme-2] .sidebar-category.color-2 a:hover, body[data-color=theme-2] .sidebar-category.color-2 li.active > a {
    background: #2d3e50
}

body[data-color=theme-2] .slider-range.color-2 .ui-slider .ui-slider-handle {
    background: #2d3e50
}

body[data-color=theme-2] .slider-range.color-2 .ui-slider .ui-slider-range {
    background: #2d3e50
}

body[data-color=theme-2] .cp_content.color-2 .active a, body[data-color=theme-2] .cp_content.color-2 a:hover {
    background: #2d3e50
}

body[data-color=theme-2] .change-grid.color-2.active, body[data-color=theme-2] .change-grid.color-2:hover, body[data-color=theme-2] .change-list.color-2.active, body[data-color=theme-2] .change-list.color-2:hover {
    background: #2d3e50
}

body[data-color=theme-2] .list-content .hotel-item.style-9 .buttons-block .bg-white {
    background: #2d3e50;
    border: 2px solid #2d3e50
}

body[data-color=theme-2] .list-content .hotel-item.style-9 .buttons-block .bg-white:hover {
    background: 0 0;
    color: #2d3e50
}

body[data-color=theme-2] .cp_content.color-3 .active a, body[data-color=theme-2] .cp_content.color-3 a:hover {
    background: #2d3e50
}

body[data-color=theme-2] .slider-range.color-3 .ui-slider .ui-slider-handle {
    background: #2d3e50
}

body[data-color=theme-2] .slider-range.color-3 .ui-slider .ui-slider-range {
    background: #2d3e50
}

body[data-color=theme-2] .change-grid.color-3.active, body[data-color=theme-2] .change-grid.color-3:hover, body[data-color=theme-2] .change-list.color-3.active, body[data-color=theme-2] .change-list.color-3:hover {
    background: #2d3e50
}

body[data-color=theme-2] .change-grid.color-4.active, body[data-color=theme-2] .change-grid.color-4:hover, body[data-color=theme-2] .change-list.color-4.active, body[data-color=theme-2] .change-list.color-4:hover {
    background: #2d3e50
}

body[data-color=theme-2] .sidebar-category.color-4 a:hover, body[data-color=theme-2] .sidebar-category.color-4 li.active > a {
    color: #2d3e50
}

body[data-color=theme-2] .slider-range.color-4 .ui-slider .ui-slider-handle {
    background: #2d3e50
}

body[data-color=theme-2] .slider-range.color-4 .ui-slider .ui-slider-range {
    background: #2d3e50
}

body[data-color=theme-2] .cp_content.color-4 .active a, body[data-color=theme-2] .cp_content.color-4 a:hover {
    background: #2d3e50
}

body[data-color=theme-2] .accordion.style-1 .acc-title {
    background: #2d3e50
}

body[data-color=theme-2] .accordion.style-1 .acc-icon {
    background: #2d3e50
}

body[data-color=theme-2] .accordion.style-1 .acc-title.active .acc-icon:before {
    color: #2d3e50
}

body[data-color=theme-2] .table.style-1 thead {
    background: #2d3e50
}

body[data-color=theme-2] .detail-block .details-btn .c-button.hv-blue {
    color: #fff
}

body[data-color=theme-2] .accordion.style-2 .acc-title {
    background: #2d3e50
}

body[data-color=theme-2] .accordion.style-2 .acc-icon {
    background: #2d3e50
}

body[data-color=theme-2] .accordion.style-2 .acc-title.active .acc-icon:before {
    color: #2d3e50
}

body[data-color=theme-2] .accordion.style-3 .acc-title {
    background: #2d3e50
}

body[data-color=theme-2] .accordion.style-3 .acc-icon {
    background: #2d3e50
}

body[data-color=theme-2] .accordion.style-3 .acc-title.active .acc-icon:before {
    color: #2d3e50
}

body[data-color=theme-2] .accordion.style-4 .acc-title {
    background: #2d3e50
}

body[data-color=theme-2] .accordion.style-4 .acc-icon {
    background: #2d3e50
}

body[data-color=theme-2] .accordion.style-4 .acc-title.active .acc-icon:before {
    color: #2d3e50
}

body[data-color=theme-2] .accordion.style-4 li:before {
    color: #2d3e50
}

body[data-color=theme-2] .sidebar-category.color-5 a:hover, body[data-color=theme-2] .sidebar-category.color-5 li.active > a {
    background: #2d3e50
}

body[data-color=theme-2] .blockquote.color-1 {
    background: #2d3e50
}

body[data-color=theme-2] .c-button.hv-dr-blue-2:hover {
    background: #2d3e50
}

body[data-color=theme-2] .loading.orange .object {
    border-top: 5px solid #2d3e50;
    border-left: 5px solid #2d3e50
}

body[data-color=theme-2] .loading.dr-blue .object {
    border-top: 5px solid #2d3e50;
    border-left: 5px solid #2d3e50
}

body[data-color=theme-2] .loading.blue .object {
    border-top: 5px solid #2d3e50;
    border-left: 5px solid #2d3e50
}

body[data-color=theme-2] .loading.green .object {
    border-top: 5px solid #2d3e50;
    border-left: 5px solid #2d3e50
}

body[data-color=theme-2] .loading.red .object {
    border-top: 5px solid #2d3e50;
    border-left: 5px solid #2d3e50
}

body[data-color=theme-2] .loading.sea .object {
    border-top: 5px solid #2d3e50;
    border-left: 5px solid #2d3e50
}

body[data-color=theme-2] .c-button.hv-sea-o:hover {
    color: #2d3e50
}

body[data-color=theme-2] .loading.blue-2 .object {
    border-top: 5px solid #2d3e50;
    border-left: 5px solid #2d3e50
}

body[data-color=theme-2] .loading.dr-blue-2 .object {
    border-top: 5px solid #2d3e50;
    border-left: 5px solid #2d3e50
}

body[data-color=theme-2] .loading.red-3 .object {
    border-top: 5px solid #2d3e50;
    border-left: 5px solid #2d3e50
}

body[data-color=theme-2] .c-button.bg-aqua {
    border: 2px solid #2d3e50
}

body[data-color=theme-2] .bg-aqua {
    background: #2d3e50
}

body[data-color=theme-2] .tabs-slider .tabs-style-1.nav-tabs > li:hover > a {
    background: #2d3e50
}

body[data-color=theme-2] .tabs-slider .tabs-style-1.nav-tabs > li.active > a {
    background: #2d3e50
}

body[data-color=theme-2] .baner-bar .c-button.b-60 {
    background: #2d3e50;
    color: #fff;
    border: 2px solid #2d3e50
}

body[data-color=theme-2] .baner-bar .c-button.b-60:hover {
    background: 0 0;
    color: #2d3e50
}

body[data-color=theme-2] .count a.active {
    background: #2d3e50;
    border: 1px solid #2d3e50
}

body[data-color=theme-2] .baner-bar .ui-slider .ui-slider-range {
    background: #2d3e50
}

body[data-color=theme-2] .baner-bar .ui-slider .ui-slider-handle {
    background: #2d3e50
}

body[data-color=theme-2] .header-style-2 nav > ul > li.active > a {
    background: #2d3e50
}

body[data-color=theme-2] .header-style-2 {
    border-bottom: 2px solid #2d3e50
}

body[data-color=theme-2] .header-style-2 nav li.type-4 .dropmenu > li:hover > a {
    background: #2d3e50
}

body[data-color=theme-2] .header-style-2 nav li.type-1 .dropmenu > li:hover > a {
    background: #2d3e50
}

body[data-color=theme-2] .header-style-2 nav li.type-2 .dropmenu a:hover {
    background: #2d3e50
}

body[data-color=theme-2] .header-style-2 nav li.type-3 .dropmenu a:hover {
    background: #2d3e50
}

body[data-color=theme-2] .header-style-2 .drop span a:hover {
    background: #2d3e50
}

body[data-color=theme-2] .menu-3 nav > ul > li:hover {
    border-top: 3px solid #2d3e50
}

body[data-color=theme-2] .footer-form input[type=submit].bg-aqua {
    border: 1px solid #2d3e50
}

body[data-color=theme-2] .popular-desc .c-button:hover {
    color: #2d3e50
}

body[data-color=theme-2] .color-aqua {
    color: #2d3e50
}

body[data-color=theme-2] .hover-aqua:hover .hover-it {
    color: #2d3e50
}

body[data-color=theme-2] .tour-block:hover h3 {
    color: #2d3e50
}

body[data-color=theme-2] .object {
    border-top: 5px solid #2d3e50;
    border-left: 5px solid #2d3e50
}

body[data-color=theme-2] .popular-img:hover a {
    color: #2d3e50
}

body[data-color=theme-2] .link-aqua:hover {
    color: #2d3e50
}

body[data-color=theme-2] .low-price {
    background: #2d3e50
}

body[data-color=theme-2] .c-button.hv-aqua-o:hover {
    color: #2d3e50
}

body[data-color=theme-2] header.color-1 nav > ul > li:hover > a {
    color: #2d3e50
}

body[data-color=theme-2] .dtpicker-header .dtpicker-value {
    color: #2d3e50
}

body[data-color=theme-2] .dtpicker-header .dtpicker-close {
    color: #2d3e50
}

body[data-color=theme-2] .sw-arrow:hover {
    border: 2px solid #2d3e50
}

body[data-color=theme-2] .offers-block:hover h3 {
    color: #2d3e50
}

body[data-color=theme-2] footer.bg-white .footer-block li a:hover {
    color: #2d3e50
}

body[data-color=theme-2] header.color-9 nav > ul > li:hover > a {
    color: #2d3e50
}

body[data-color=theme-2] header.color-6 nav > ul > li:hover > a {
    color: #2d3e50
}

body[data-color=theme-2] header.color-8 nav > ul > li:hover > a {
    color: #2d3e50
}

body[data-color=theme-2] .color-sea {
    color: #2d3e50
}

body[data-color=theme-2] .bg-sea {
    background: #2d3e50
}

body[data-color=theme-2] .c-button.bg-sea {
    border: 2px solid #2d3e50
}

body[data-color=theme-2] .tp_content h4 a:hover {
    color: #2d3e50
}

body[data-color=theme-2] .hover-sea.underline-block:hover .underline:before {
    background: #2d3e50
}

body[data-color=theme-2] .c-button.bg-sea-t {
    border: 2px solid #2d3e50
}

body[data-color=theme-2] .c-button.hv-sea-t:hover {
    background: #2d3e50
}

body[data-color=theme-2] .c-button.hv-sea:hover {
    background: #2d3e50;
    color: #2d3e50;
    border-color: #2d3e50
}

body[data-color=theme-2] .link-sea:hover {
    color: #2d3e50
}

body[data-color=theme-2] .accordion.style-5 .acc-title {
    background: #2d3e50
}

body[data-color=theme-2] .accordion.style-5 .acc-icon {
    background: #2d3e50
}

body[data-color=theme-2] .accordion-chooser a.active, body[data-color=theme-2] .accordion-chooser a:hover {
    background: #2d3e50
}

body[data-color=theme-2] .accordion.style-5 .acc-title.active .acc-icon:before {
    color: #2d3e50
}

body[data-color=theme-2] .date-f {
    color: #2d3e50
}

body[data-color=theme-2] .bg-dark.type-2 .contact-info i {
    color: #2d3e50
}

body[data-color=theme-2] .footer-share a:hover {
    color: #2d3e50
}

body[data-color=theme-2] .tags-b:before {
    background: #2d3e50
}

body[data-color=theme-2] .link-red:hover {
    color: #2d3e50
}

body[data-color=theme-2] .menu-3 nav > ul > li > .dropmenu {
    border-top: 2px solid #2d3e50
}

body[data-color=theme-2] .menu-3 nav > ul > li.active {
    border-top: 3px solid #2d3e50
}

body[data-color=theme-2] .menu-3 nav > ul > li.active > a {
    color: #2d3e50
}

body[data-color=theme-2] .check-option.active span {
    background: #2d3e50;
    border: 1px solid #2d3e50
}

body[data-color=theme-2] .check-option:hover span {
    background: #2d3e50;
    border: 1px solid #2d3e50
}

body[data-color=theme-2] .accordeon-entry h5:hover, body[data-color=theme-2] .accordeon-entry.active h5 {
    background: #2d3e50
}

body[data-color=theme-2] .accordeon-entry h5:after {
    background: #2d3e50
}

body[data-color=theme-3] header.color-3 nav > ul > li:hover > a {
    color: #23b0e8
}

body[data-color=theme-3] .c-button.hv-orange:hover {
    background: #23b0e8;
    border-color: #23b0e8
}

body[data-color=theme-3] .item-block:hover h3 {
    color: #23b0e8
}

body[data-color=theme-3] .item-block.style-2 h3:before {
    background: #23b0e8
}

body[data-color=theme-3] .arr-s-1 .sw-arrow:hover span {
    color: #23b0e8
}

body[data-color=theme-3] .arr-s-1 .sw-arrow:hover {
    border: 2px solid #23b0e8
}

body[data-color=theme-3] .bg-orange {
    background: #23b0e8
}

body[data-color=theme-3] .footer-form input[type=submit].bg-orange {
    border: 1px solid #23b0e8
}

body[data-color=theme-3] .footer-form input[type=submit]:hover {
    color: #23b0e8
}

body[data-color=theme-3] .tour-block.tour-block-s-1:hover h3 {
    color: #23b0e8
}

body[data-color=theme-3] header.color-4 nav > ul > li:hover > a {
    color: #23b0e8
}

body[data-color=theme-3] .c-button.bg-dr-blue {
    border: 2px solid #23b0e8
}

body[data-color=theme-3] .bg-dr-blue {
    background: #23b0e8
}

body[data-color=theme-3] .offers-arrow {
    background: #23b0e8
}

body[data-color=theme-3] .offers-arrow:hover {
    background: #fff;
    border: 5px solid #23b0e8
}

body[data-color=theme-3] .bg-grey {
    border: 2px solid #23b0e8;
    background: #23b0e8
}

body[data-color=theme-3] .arrows-travel {
    background: #23b0e8
}

body[data-color=theme-3] .find-form {
    background: #23b0e8
}

body[data-color=theme-3] .bg-blue-light {
    background: rgba(74, 229, 209, .6)
}

body[data-color=theme-3] .color-blue {
    color: #23b0e8
}

body[data-color=theme-3] .hover-blue:hover .hover-it {
    color: #23b0e8
}

body[data-color=theme-3] .hover-blue.underline-block:hover .underline:before {
    background: #23b0e8
}

body[data-color=theme-3] .c-button.hv-blue-o:hover {
    border-color: #23b0e8
}

body[data-color=theme-3] .bg-blue {
    background: #23b0e8
}

body[data-color=theme-3] .c-button.bg-blue {
    border: 2px solid #23b0e8
}

body[data-color=theme-3] .link-blue:hover {
    color: #23b0e8
}

body[data-color=theme-3] .c-button.hv-blue:hover {
    border: 1px solid #23b0e8;
    background: #23b0e8;
    color: #fff
}

body[data-color=theme-3] .c-button.hv-blue {
    border: 1px solid #23b0e8;
    color: #23b0e8
}

body[data-color=theme-3] .c-button.bg-blue:hover {
    color: #23b0e8
}

body[data-color=theme-3] .c-button.hv-green-o:hover {
    color: #23b0e8
}

body[data-color=theme-3] .c-button.bg-green {
    border: 2px solid #23b0e8
}

body[data-color=theme-3] .bg-green {
    background: #23b0e8
}

body[data-color=theme-3] .arr-s-2 .sw-arrow:hover {
    border: 2px solid #23b0e8
}

body[data-color=theme-3] .arr-s-2 .sw-arrow:hover span {
    color: #23b0e8
}

body[data-color=theme-3] .contry-item:hover img {
    box-shadow: 0 0 0 5px #23b0e8
}

body[data-color=theme-3] .contry-item:hover h5 {
    color: #23b0e8
}

body[data-color=theme-3] .hover-green:hover .hover-it {
    color: #23b0e8
}

body[data-color=theme-3] .hover-green.underline-block .underline:before {
    background: #23b0e8
}

body[data-color=theme-3] .hover-green.underline-block:hover .underline:before {
    background: #23b0e8
}

body[data-color=theme-3] .city-entry .nav-tab-item.active {
    color: #23b0e8
}

body[data-color=theme-3] .city-entry .nav-tab-item:hover {
    color: #23b0e8
}

body[data-color=theme-3] .color-green {
    color: #23b0e8
}

body[data-color=theme-3] .link-green:hover {
    color: #23b0e8
}

body[data-color=theme-3] .color-2.type-2 .top-header-block a:hover {
    color: #23b0e8
}

body[data-color=theme-3] .color-red {
    color: #23b0e8
}

body[data-color=theme-3] .c-button.bg-red {
    border: 2px solid #23b0e8
}

body[data-color=theme-3] .bg-red {
    background: #23b0e8
}

body[data-color=theme-3] .c-button.bg-red:hover {
    color: #23b0e8
}

body[data-color=theme-3] .c-button.hv-red:hover {
    background: #23b0e8;
    border-color: #23b0e8
}

body[data-color=theme-3] .c-button.bg-blue-2 {
    border: 2px solid #23b0e8
}

body[data-color=theme-3] .bg-blue-2 {
    background: #23b0e8
}

body[data-color=theme-3] .c-button.hv-blue-2-o:hover {
    color: #23b0e8
}

body[data-color=theme-3] .color-blue-2 {
    color: #23b0e8
}

body[data-color=theme-3] .underline.color-blue-2:after {
    background: #23b0e8
}

body[data-color=theme-3] .icon-block.style-2 .c-button.hv-blue {
    color: #fff
}

body[data-color=theme-3] .arr-s-5 .sw-arrow:hover {
    border: 2px solid #23b0e8
}

body[data-color=theme-3] .arr-s-5 .sw-arrow:hover span {
    color: #23b0e8
}

body[data-color=theme-3] header.color-10 nav > ul > li:hover > a {
    color: #23b0e8
}

body[data-color=theme-3] .link-blue-2:hover {
    color: #23b0e8
}

body[data-color=theme-3] .bg-blue-3 {
    background: #23b0e8
}

body[data-color=theme-3] .c-button.bg-blue-3 {
    border-color: #23b0e8
}

body[data-color=theme-3] .c-button.hv-blue-3-f:hover {
    background: #23b0e8;
    border-color: #23b0e8
}

body[data-color=theme-3] .c-button.hv-dr-blue-2-o:hover {
    border: 2px solid #23b0e8;
    color: #23b0e8
}

body[data-color=theme-3] .bg-dr-blue-2 {
    background: #23b0e8
}

body[data-color=theme-3] .c-button.bg-dr-blue-2 {
    border: 2px solid #23b0e8
}

body[data-color=theme-3] .c-button.hv-blue-3-o:hover {
    color: #23b0e8
}

body[data-color=theme-3] .c-button.bg-red-3 {
    border: 2px solid #23b0e8
}

body[data-color=theme-3] .bg-red-3 {
    background: #23b0e8
}

body[data-color=theme-3] .color-red-3 {
    color: #23b0e8
}

body[data-color=theme-3] .underline.color-red-3:after {
    background: #23b0e8
}

body[data-color=theme-3] .c-button.hv-red-3-o:hover {
    color: #23b0e8
}

body[data-color=theme-3] .hover-red-3:hover .hover-it {
    color: #23b0e8
}

body[data-color=theme-3] .hover-red-3.underline-block:hover .underline:before {
    background: #23b0e8
}

body[data-color=theme-3] .filter-nav li.selected a {
    background: #23b0e8
}

body[data-color=theme-3] .filter-nav li.selected a:before {
    border-color: #23b0e8 transparent transparent transparent
}

body[data-color=theme-3] .filter-nav a:hover:before {
    border-color: #23b0e8 transparent transparent transparent
}

body[data-color=theme-3] .filter-nav a:hover {
    background: #23b0e8
}

body[data-color=theme-3] .gal-item.style-3 a:hover .gal-item-desc {
    background: #23b0e8
}

body[data-color=theme-3] header.color-5 nav > ul > li:hover > a {
    color: #23b0e8
}

body[data-color=theme-3] .color-dr-blue-2 {
    color: #23b0e8
}

body[data-color=theme-3] .underline.color-dr-blue-2:after {
    background: #23b0e8
}

body[data-color=theme-3] .bg-dark-blue {
    background: #23b0e8
}

body[data-color=theme-3] .loading.dr-blue-2 .object {
    border-top: 5px solid #23b0e8;
    border-left: 5px solid #23b0e8
}

body[data-color=theme-3] .s_news-title a:hover {
    color: #23b0e8
}

body[data-color=theme-3] .link-dr-blue-2:hover {
    color: #23b0e8
}

body[data-color=theme-3] .contact-line a:hover {
    color: #23b0e8
}

body[data-color=theme-3] .c-button.bg-white {
    color: #23b0e8
}

body[data-color=theme-3] .c-button.bg-white:hover {
    color: #fff
}

body[data-color=theme-3] .back-counter .part-counter {
    background: #23b0e8
}

body[data-color=theme-3] .not-found-number h3 {
    background: #23b0e8
}

body[data-color=theme-3].bg-dr-blue-2 {
    background: #23b0e8
}

body[data-color=theme-3] .simple-tab.type-2 .nav-tab-item.active {
    background: #23b0e8
}

body[data-color=theme-3] .simple-tab.type-2 .nav-tab-item.active:before {
    border-color: #23b0e8 transparent transparent transparent
}

body[data-color=theme-3] .table.style-3 td:hover {
    background: #23b0e8
}

body[data-color=theme-3] .arr-s-3 .sw-arrow:hover {
    border: 2px solid #23b0e8;
    color: #23b0e8
}

body[data-color=theme-3] .change-grid.color-1.active, body[data-color=theme-3] .change-grid.color-1:hover, body[data-color=theme-3] .change-list.color-1.active, body[data-color=theme-3] .change-list.color-1:hover {
    background: #23b0e8
}

body[data-color=theme-3] header.color-12 nav > ul > li:hover > a {
    color: #23b0e8
}

body[data-color=theme-3] .sidebar-category.color-1 a:hover, body[data-color=theme-3] .sidebar-category.color-1 li.active > a {
    color: #23b0e8
}

body[data-color=theme-3] .slider-range.color-1 .ui-slider .ui-slider-handle {
    background: #23b0e8
}

body[data-color=theme-3] .slider-range.color-1 .ui-slider .ui-slider-range {
    background: #23b0e8
}

body[data-color=theme-3] .cp_content.color-1 .active a, body[data-color=theme-3] .cp_content.color-1 a:hover {
    background: #23b0e8
}

body[data-color=theme-3] .sidebar-category.color-2 a:hover, body[data-color=theme-3] .sidebar-category.color-2 li.active > a {
    background: #23b0e8
}

body[data-color=theme-3] .slider-range.color-2 .ui-slider .ui-slider-handle {
    background: #23b0e8
}

body[data-color=theme-3] .slider-range.color-2 .ui-slider .ui-slider-range {
    background: #23b0e8
}

body[data-color=theme-3] .cp_content.color-2 .active a, body[data-color=theme-3] .cp_content.color-2 a:hover {
    background: #23b0e8
}

body[data-color=theme-3] .change-grid.color-2.active, body[data-color=theme-3] .change-grid.color-2:hover, body[data-color=theme-3] .change-list.color-2.active, body[data-color=theme-3] .change-list.color-2:hover {
    background: #23b0e8
}

body[data-color=theme-3] .list-content .hotel-item.style-9 .buttons-block .bg-white {
    background: #23b0e8;
    border: 2px solid #23b0e8
}

body[data-color=theme-3] .list-content .hotel-item.style-9 .buttons-block .bg-white:hover {
    background: 0 0;
    color: #23b0e8
}

body[data-color=theme-3] .cp_content.color-3 .active a, body[data-color=theme-3] .cp_content.color-3 a:hover {
    background: #23b0e8
}

body[data-color=theme-3] .slider-range.color-3 .ui-slider .ui-slider-handle {
    background: #23b0e8
}

body[data-color=theme-3] .slider-range.color-3 .ui-slider .ui-slider-range {
    background: #23b0e8
}

body[data-color=theme-3] .change-grid.color-3.active, body[data-color=theme-3] .change-grid.color-3:hover, body[data-color=theme-3] .change-list.color-3.active, body[data-color=theme-3] .change-list.color-3:hover {
    background: #23b0e8
}

body[data-color=theme-3] .change-grid.color-4.active, body[data-color=theme-3] .change-grid.color-4:hover, body[data-color=theme-3] .change-list.color-4.active, body[data-color=theme-3] .change-list.color-4:hover {
    background: #23b0e8
}

body[data-color=theme-3] .sidebar-category.color-4 a:hover, body[data-color=theme-3] .sidebar-category.color-4 li.active > a {
    color: #23b0e8
}

body[data-color=theme-3] .slider-range.color-4 .ui-slider .ui-slider-handle {
    background: #23b0e8
}

body[data-color=theme-3] .slider-range.color-4 .ui-slider .ui-slider-range {
    background: #23b0e8
}

body[data-color=theme-3] .cp_content.color-4 .active a, body[data-color=theme-3] .cp_content.color-4 a:hover {
    background: #23b0e8
}

body[data-color=theme-3] .accordion.style-1 .acc-title {
    background: #23b0e8
}

body[data-color=theme-3] .accordion.style-1 .acc-icon {
    background: #23b0e8
}

body[data-color=theme-3] .accordion.style-1 .acc-title.active .acc-icon:before {
    color: #23b0e8
}

body[data-color=theme-3] .table.style-1 thead {
    background: #23b0e8
}

body[data-color=theme-3] .detail-block .details-btn .c-button.hv-blue {
    color: #fff
}

body[data-color=theme-3] .accordion.style-2 .acc-title {
    background: #23b0e8
}

body[data-color=theme-3] .accordion.style-2 .acc-icon {
    background: #23b0e8
}

body[data-color=theme-3] .accordion.style-2 .acc-title.active .acc-icon:before {
    color: #23b0e8
}

body[data-color=theme-3] .accordion.style-3 .acc-title {
    background: #23b0e8
}

body[data-color=theme-3] .accordion.style-3 .acc-icon {
    background: #23b0e8
}

body[data-color=theme-3] .accordion.style-3 .acc-title.active .acc-icon:before {
    color: #23b0e8
}

body[data-color=theme-3] .accordion.style-4 .acc-title {
    background: #23b0e8
}

body[data-color=theme-3] .accordion.style-4 .acc-icon {
    background: #23b0e8
}

body[data-color=theme-3] .accordion.style-4 .acc-title.active .acc-icon:before {
    color: #23b0e8
}

body[data-color=theme-3] .accordion.style-4 li:before {
    color: #23b0e8
}

body[data-color=theme-3] .sidebar-category.color-5 a:hover, body[data-color=theme-3] .sidebar-category.color-5 li.active > a {
    background: #23b0e8
}

body[data-color=theme-3] .blockquote.color-1 {
    background: #23b0e8
}

body[data-color=theme-3] .c-button.hv-dr-blue-2:hover {
    background: #23b0e8
}

body[data-color=theme-3] .loading.orange .object {
    border-top: 5px solid #23b0e8;
    border-left: 5px solid #23b0e8
}

body[data-color=theme-3] .loading.dr-blue .object {
    border-top: 5px solid #23b0e8;
    border-left: 5px solid #23b0e8
}

body[data-color=theme-3] .loading.blue .object {
    border-top: 5px solid #23b0e8;
    border-left: 5px solid #23b0e8
}

body[data-color=theme-3] .loading.green .object {
    border-top: 5px solid #23b0e8;
    border-left: 5px solid #23b0e8
}

body[data-color=theme-3] .loading.red .object {
    border-top: 5px solid #23b0e8;
    border-left: 5px solid #23b0e8
}

body[data-color=theme-3] .loading.sea .object {
    border-top: 5px solid #23b0e8;
    border-left: 5px solid #23b0e8
}

body[data-color=theme-3] .c-button.hv-sea-o:hover {
    color: #23b0e8
}

body[data-color=theme-3] .loading.blue-2 .object {
    border-top: 5px solid #23b0e8;
    border-left: 5px solid #23b0e8
}

body[data-color=theme-3] .loading.dr-blue-2 .object {
    border-top: 5px solid #23b0e8;
    border-left: 5px solid #23b0e8
}

body[data-color=theme-3] .loading.red-3 .object {
    border-top: 5px solid #23b0e8;
    border-left: 5px solid #23b0e8
}

body[data-color=theme-3] .c-button.bg-aqua {
    border: 2px solid #23b0e8
}

body[data-color=theme-3] .bg-aqua {
    background: #23b0e8
}

body[data-color=theme-3] .tabs-slider .tabs-style-1.nav-tabs > li:hover > a {
    background: #23b0e8
}

body[data-color=theme-3] .tabs-slider .tabs-style-1.nav-tabs > li.active > a {
    background: #23b0e8
}

body[data-color=theme-3] .baner-bar .c-button.b-60 {
    background: #23b0e8;
    color: #fff;
    border: 2px solid #23b0e8
}

body[data-color=theme-3] .baner-bar .c-button.b-60:hover {
    background: 0 0;
    color: #23b0e8
}

body[data-color=theme-3] .count a.active {
    background: #23b0e8;
    border: 1px solid #23b0e8
}

body[data-color=theme-3] .baner-bar .ui-slider .ui-slider-range {
    background: #23b0e8
}

body[data-color=theme-3] .baner-bar .ui-slider .ui-slider-handle {
    background: #23b0e8
}

body[data-color=theme-3] .header-style-2 nav > ul > li.active > a {
    background: #23b0e8
}

body[data-color=theme-3] .header-style-2 {
    border-bottom: 2px solid #23b0e8
}

body[data-color=theme-3] .header-style-2 nav li.type-4 .dropmenu > li:hover > a {
    background: #23b0e8
}

body[data-color=theme-3] .header-style-2 nav li.type-1 .dropmenu > li:hover > a {
    background: #23b0e8
}

body[data-color=theme-3] .header-style-2 nav li.type-2 .dropmenu a:hover {
    background: #23b0e8
}

body[data-color=theme-3] .header-style-2 nav li.type-3 .dropmenu a:hover {
    background: #23b0e8
}

body[data-color=theme-3] .header-style-2 .drop span a:hover {
    background: #23b0e8
}

body[data-color=theme-3] .menu-3 nav > ul > li:hover {
    border-top: 3px solid #23b0e8
}

body[data-color=theme-3] .footer-form input[type=submit].bg-aqua {
    border: 1px solid #23b0e8
}

body[data-color=theme-3] .popular-desc .c-button:hover {
    color: #23b0e8
}

body[data-color=theme-3] .color-aqua {
    color: #23b0e8
}

body[data-color=theme-3] .hover-aqua:hover .hover-it {
    color: #23b0e8
}

body[data-color=theme-3] .tour-block:hover h3 {
    color: #23b0e8
}

body[data-color=theme-3] .object {
    border-top: 5px solid #23b0e8;
    border-left: 5px solid #23b0e8
}

body[data-color=theme-3] .popular-img:hover a {
    color: #23b0e8
}

body[data-color=theme-3] .link-aqua:hover {
    color: #23b0e8
}

body[data-color=theme-3] .low-price {
    background: #23b0e8
}

body[data-color=theme-3] .c-button.hv-aqua-o:hover {
    color: #23b0e8
}

body[data-color=theme-3] header.color-1 nav > ul > li:hover > a {
    color: #23b0e8
}

body[data-color=theme-3] .dtpicker-header .dtpicker-value {
    color: #23b0e8
}

body[data-color=theme-3] .dtpicker-header .dtpicker-close {
    color: #23b0e8
}

body[data-color=theme-3] .sw-arrow:hover {
    border: 2px solid #23b0e8
}

body[data-color=theme-3] .offers-block:hover h3 {
    color: #23b0e8
}

body[data-color=theme-3] footer.bg-white .footer-block li a:hover {
    color: #23b0e8
}

body[data-color=theme-3] header.color-9 nav > ul > li:hover > a {
    color: #23b0e8
}

body[data-color=theme-3] header.color-6 nav > ul > li:hover > a {
    color: #23b0e8
}

body[data-color=theme-3] header.color-8 nav > ul > li:hover > a {
    color: #23b0e8
}

body[data-color=theme-3] .color-sea {
    color: #23b0e8
}

body[data-color=theme-3] .bg-sea {
    background: #23b0e8
}

body[data-color=theme-3] .c-button.bg-sea {
    border: 2px solid #23b0e8
}

body[data-color=theme-3] .tp_content h4 a:hover {
    color: #23b0e8
}

body[data-color=theme-3] .hover-sea.underline-block:hover .underline:before {
    background: #23b0e8
}

body[data-color=theme-3] .c-button.bg-sea-t {
    border: 2px solid #23b0e8
}

body[data-color=theme-3] .c-button.hv-sea-t:hover {
    background: #23b0e8
}

body[data-color=theme-3] .c-button.hv-sea:hover {
    background: #23b0e8;
    color: #23b0e8;
    border-color: #23b0e8
}

body[data-color=theme-3] .link-sea:hover {
    color: #23b0e8
}

body[data-color=theme-3] .accordion.style-5 .acc-title {
    background: #23b0e8
}

body[data-color=theme-3] .accordion.style-5 .acc-icon {
    background: #23b0e8
}

body[data-color=theme-3] .accordion-chooser a.active, body[data-color=theme-3] .accordion-chooser a:hover {
    background: #23b0e8
}

body[data-color=theme-3] .accordion.style-5 .acc-title.active .acc-icon:before {
    color: #23b0e8
}

body[data-color=theme-3] .date-f {
    color: #23b0e8
}

body[data-color=theme-3] .bg-dark.type-2 .contact-info i {
    color: #23b0e8
}

body[data-color=theme-3] .footer-share a:hover {
    color: #23b0e8
}

body[data-color=theme-3] .tags-b:before {
    background: #23b0e8
}

body[data-color=theme-3] .link-red:hover {
    color: #23b0e8
}

body[data-color=theme-3] .menu-3 nav > ul > li > .dropmenu {
    border-top: 2px solid #23b0e8
}

body[data-color=theme-3] .menu-3 nav > ul > li.active {
    border-top: 3px solid #23b0e8
}

body[data-color=theme-3] .menu-3 nav > ul > li.active > a {
    color: #23b0e8
}

body[data-color=theme-3] .check-option.active span {
    background: #23b0e8;
    border: 1px solid #23b0e8
}

body[data-color=theme-3] .check-option:hover span {
    background: #23b0e8;
    border: 1px solid #23b0e8
}

body[data-color=theme-3] .accordeon-entry h5:hover, body[data-color=theme-3] .accordeon-entry.active h5 {
    background: #23b0e8
}

body[data-color=theme-3] .accordeon-entry h5:after {
    background: #23b0e8
}

body[data-color=theme-4] header.color-3 nav > ul > li:hover > a {
    color: #66bb6a
}

body[data-color=theme-4] .c-button.hv-orange:hover {
    background: #66bb6a;
    border-color: #66bb6a
}

body[data-color=theme-4] .item-block:hover h3 {
    color: #66bb6a
}

body[data-color=theme-4] .item-block.style-2 h3:before {
    background: #66bb6a
}

body[data-color=theme-4] .arr-s-1 .sw-arrow:hover span {
    color: #66bb6a
}

body[data-color=theme-4] .arr-s-1 .sw-arrow:hover {
    border: 2px solid #66bb6a
}

body[data-color=theme-4] .bg-orange {
    background: #66bb6a
}

body[data-color=theme-4] .footer-form input[type=submit].bg-orange {
    border: 1px solid #66bb6a
}

body[data-color=theme-4] .footer-form input[type=submit]:hover {
    color: #66bb6a
}

body[data-color=theme-4] .tour-block.tour-block-s-1:hover h3 {
    color: #66bb6a
}

body[data-color=theme-4] header.color-4 nav > ul > li:hover > a {
    color: #66bb6a
}

body[data-color=theme-4] .c-button.bg-dr-blue {
    border: 2px solid #66bb6a
}

body[data-color=theme-4] .bg-dr-blue {
    background: #66bb6a
}

body[data-color=theme-4] .offers-arrow {
    background: #66bb6a
}

body[data-color=theme-4] .offers-arrow:hover {
    background: #fff;
    border: 5px solid #66bb6a
}

body[data-color=theme-4] .bg-grey {
    border: 2px solid #66bb6a;
    background: #66bb6a
}

body[data-color=theme-4] .arrows-travel {
    background: #66bb6a
}

body[data-color=theme-4] .find-form {
    background: #66bb6a
}

body[data-color=theme-4] .bg-blue-light {
    background: rgba(74, 229, 209, .6)
}

body[data-color=theme-4] .color-blue {
    color: #66bb6a
}

body[data-color=theme-4] .hover-blue:hover .hover-it {
    color: #66bb6a
}

body[data-color=theme-4] .hover-blue.underline-block:hover .underline:before {
    background: #66bb6a
}

body[data-color=theme-4] .c-button.hv-blue-o:hover {
    border-color: #66bb6a
}

body[data-color=theme-4] .bg-blue {
    background: #66bb6a
}

body[data-color=theme-4] .c-button.bg-blue {
    border: 2px solid #66bb6a
}

body[data-color=theme-4] .link-blue:hover {
    color: #66bb6a
}

body[data-color=theme-4] .c-button.hv-blue:hover {
    border: 1px solid #66bb6a;
    background: #66bb6a;
    color: #fff
}

body[data-color=theme-4] .c-button.hv-blue {
    border: 1px solid #66bb6a;
    color: #66bb6a
}

body[data-color=theme-4] .c-button.bg-blue:hover {
    color: #66bb6a
}

body[data-color=theme-4] .c-button.hv-green-o:hover {
    color: #66bb6a
}

body[data-color=theme-4] .c-button.bg-green {
    border: 2px solid #66bb6a
}

body[data-color=theme-4] .bg-green {
    background: #66bb6a
}

body[data-color=theme-4] .arr-s-2 .sw-arrow:hover {
    border: 2px solid #66bb6a
}

body[data-color=theme-4] .arr-s-2 .sw-arrow:hover span {
    color: #66bb6a
}

body[data-color=theme-4] .contry-item:hover img {
    box-shadow: 0 0 0 5px #66bb6a
}

body[data-color=theme-4] .contry-item:hover h5 {
    color: #66bb6a
}

body[data-color=theme-4] .hover-green:hover .hover-it {
    color: #66bb6a
}

body[data-color=theme-4] .hover-green.underline-block .underline:before {
    background: #66bb6a
}

body[data-color=theme-4] .hover-green.underline-block:hover .underline:before {
    background: #66bb6a
}

body[data-color=theme-4] .city-entry .nav-tab-item.active {
    color: #66bb6a
}

body[data-color=theme-4] .city-entry .nav-tab-item:hover {
    color: #66bb6a
}

body[data-color=theme-4] .color-green {
    color: #66bb6a
}

body[data-color=theme-4] .link-green:hover {
    color: #66bb6a
}

body[data-color=theme-4] .color-2.type-2 .top-header-block a:hover {
    color: #66bb6a
}

body[data-color=theme-4] .color-red {
    color: #66bb6a
}

body[data-color=theme-4] .c-button.bg-red {
    border: 2px solid #66bb6a
}

body[data-color=theme-4] .bg-red {
    background: #66bb6a
}

body[data-color=theme-4] .c-button.bg-red:hover {
    color: #66bb6a
}

body[data-color=theme-4] .c-button.hv-red:hover {
    background: #66bb6a;
    border-color: #66bb6a
}

body[data-color=theme-4] .c-button.bg-blue-2 {
    border: 2px solid #66bb6a
}

body[data-color=theme-4] .bg-blue-2 {
    background: #66bb6a
}

body[data-color=theme-4] .c-button.hv-blue-2-o:hover {
    color: #66bb6a
}

body[data-color=theme-4] .color-blue-2 {
    color: #66bb6a
}

body[data-color=theme-4] .underline.color-blue-2:after {
    background: #66bb6a
}

body[data-color=theme-4] .icon-block.style-2 .c-button.hv-blue {
    color: #fff
}

body[data-color=theme-4] .arr-s-5 .sw-arrow:hover {
    border: 2px solid #66bb6a
}

body[data-color=theme-4] .arr-s-5 .sw-arrow:hover span {
    color: #66bb6a
}

body[data-color=theme-4] header.color-10 nav > ul > li:hover > a {
    color: #66bb6a
}

body[data-color=theme-4] .link-blue-2:hover {
    color: #66bb6a
}

body[data-color=theme-4] .bg-blue-3 {
    background: #66bb6a
}

body[data-color=theme-4] .c-button.bg-blue-3 {
    border-color: #66bb6a
}

body[data-color=theme-4] .c-button.hv-blue-3-f:hover {
    background: #66bb6a;
    border-color: #66bb6a
}

body[data-color=theme-4] .c-button.hv-dr-blue-2-o:hover {
    border: 2px solid #66bb6a;
    color: #66bb6a
}

body[data-color=theme-4] .bg-dr-blue-2 {
    background: #66bb6a
}

body[data-color=theme-4] .c-button.bg-dr-blue-2 {
    border: 2px solid #66bb6a
}

body[data-color=theme-4] .c-button.hv-blue-3-o:hover {
    color: #66bb6a
}

body[data-color=theme-4] .c-button.bg-red-3 {
    border: 2px solid #66bb6a
}

body[data-color=theme-4] .bg-red-3 {
    background: #66bb6a
}

body[data-color=theme-4] .color-red-3 {
    color: #66bb6a
}

body[data-color=theme-4] .underline.color-red-3:after {
    background: #66bb6a
}

body[data-color=theme-4] .c-button.hv-red-3-o:hover {
    color: #66bb6a
}

body[data-color=theme-4] .hover-red-3:hover .hover-it {
    color: #66bb6a
}

body[data-color=theme-4] .hover-red-3.underline-block:hover .underline:before {
    background: #66bb6a
}

body[data-color=theme-4] .filter-nav li.selected a {
    background: #66bb6a
}

body[data-color=theme-4] .filter-nav li.selected a:before {
    border-color: #66bb6a transparent transparent transparent
}

body[data-color=theme-4] .filter-nav a:hover:before {
    border-color: #66bb6a transparent transparent transparent
}

body[data-color=theme-4] .filter-nav a:hover {
    background: #66bb6a
}

body[data-color=theme-4] .gal-item.style-3 a:hover .gal-item-desc {
    background: #66bb6a
}

body[data-color=theme-4] header.color-5 nav > ul > li:hover > a {
    color: #66bb6a
}

body[data-color=theme-4] .color-dr-blue-2 {
    color: #66bb6a
}

body[data-color=theme-4] .underline.color-dr-blue-2:after {
    background: #66bb6a
}

body[data-color=theme-4] .bg-dark-blue {
    background: #66bb6a
}

body[data-color=theme-4] .loading.dr-blue-2 .object {
    border-top: 5px solid #66bb6a;
    border-left: 5px solid #66bb6a
}

body[data-color=theme-4] .s_news-title a:hover {
    color: #66bb6a
}

body[data-color=theme-4] .link-dr-blue-2:hover {
    color: #66bb6a
}

body[data-color=theme-4] .contact-line a:hover {
    color: #66bb6a
}

body[data-color=theme-4] .c-button.bg-white {
    color: #66bb6a
}

body[data-color=theme-4] .c-button.bg-white:hover {
    color: #fff
}

body[data-color=theme-4] .back-counter .part-counter {
    background: #66bb6a
}

body[data-color=theme-4] .not-found-number h3 {
    background: #66bb6a
}

body[data-color=theme-4].bg-dr-blue-2 {
    background: #66bb6a
}

body[data-color=theme-4] .simple-tab.type-2 .nav-tab-item.active {
    background: #66bb6a
}

body[data-color=theme-4] .simple-tab.type-2 .nav-tab-item.active:before {
    border-color: #66bb6a transparent transparent transparent
}

body[data-color=theme-4] .table.style-3 td:hover {
    background: #66bb6a
}

body[data-color=theme-4] .arr-s-3 .sw-arrow:hover {
    border: 2px solid #66bb6a;
    color: #66bb6a
}

body[data-color=theme-4] .change-grid.color-1.active, body[data-color=theme-4] .change-grid.color-1:hover, body[data-color=theme-4] .change-list.color-1.active, body[data-color=theme-4] .change-list.color-1:hover {
    background: #66bb6a
}

body[data-color=theme-4] header.color-12 nav > ul > li:hover > a {
    color: #66bb6a
}

body[data-color=theme-4] .sidebar-category.color-1 a:hover, body[data-color=theme-4] .sidebar-category.color-1 li.active > a {
    color: #66bb6a
}

body[data-color=theme-4] .slider-range.color-1 .ui-slider .ui-slider-handle {
    background: #66bb6a
}

body[data-color=theme-4] .slider-range.color-1 .ui-slider .ui-slider-range {
    background: #66bb6a
}

body[data-color=theme-4] .cp_content.color-1 .active a, body[data-color=theme-4] .cp_content.color-1 a:hover {
    background: #66bb6a
}

body[data-color=theme-4] .sidebar-category.color-2 a:hover, body[data-color=theme-4] .sidebar-category.color-2 li.active > a {
    background: #66bb6a
}

body[data-color=theme-4] .slider-range.color-2 .ui-slider .ui-slider-handle {
    background: #66bb6a
}

body[data-color=theme-4] .slider-range.color-2 .ui-slider .ui-slider-range {
    background: #66bb6a
}

body[data-color=theme-4] .cp_content.color-2 .active a, body[data-color=theme-4] .cp_content.color-2 a:hover {
    background: #66bb6a
}

body[data-color=theme-4] .change-grid.color-2.active, body[data-color=theme-4] .change-grid.color-2:hover, body[data-color=theme-4] .change-list.color-2.active, body[data-color=theme-4] .change-list.color-2:hover {
    background: #66bb6a
}

body[data-color=theme-4] .list-content .hotel-item.style-9 .buttons-block .bg-white {
    background: #66bb6a;
    border: 2px solid #66bb6a
}

body[data-color=theme-4] .list-content .hotel-item.style-9 .buttons-block .bg-white:hover {
    background: 0 0;
    color: #66bb6a
}

body[data-color=theme-4] .cp_content.color-3 .active a, body[data-color=theme-4] .cp_content.color-3 a:hover {
    background: #66bb6a
}

body[data-color=theme-4] .slider-range.color-3 .ui-slider .ui-slider-handle {
    background: #66bb6a
}

body[data-color=theme-4] .slider-range.color-3 .ui-slider .ui-slider-range {
    background: #66bb6a
}

body[data-color=theme-4] .change-grid.color-3.active, body[data-color=theme-4] .change-grid.color-3:hover, body[data-color=theme-4] .change-list.color-3.active, body[data-color=theme-4] .change-list.color-3:hover {
    background: #66bb6a
}

body[data-color=theme-4] .change-grid.color-4.active, body[data-color=theme-4] .change-grid.color-4:hover, body[data-color=theme-4] .change-list.color-4.active, body[data-color=theme-4] .change-list.color-4:hover {
    background: #66bb6a
}

body[data-color=theme-4] .sidebar-category.color-4 a:hover, body[data-color=theme-4] .sidebar-category.color-4 li.active > a {
    color: #66bb6a
}

body[data-color=theme-4] .slider-range.color-4 .ui-slider .ui-slider-handle {
    background: #66bb6a
}

body[data-color=theme-4] .slider-range.color-4 .ui-slider .ui-slider-range {
    background: #66bb6a
}

body[data-color=theme-4] .cp_content.color-4 .active a, body[data-color=theme-4] .cp_content.color-4 a:hover {
    background: #66bb6a
}

body[data-color=theme-4] .accordion.style-1 .acc-title {
    background: #66bb6a
}

body[data-color=theme-4] .accordion.style-1 .acc-icon {
    background: #66bb6a
}

body[data-color=theme-4] .accordion.style-1 .acc-title.active .acc-icon:before {
    color: #66bb6a
}

body[data-color=theme-4] .table.style-1 thead {
    background: #66bb6a
}

body[data-color=theme-4] .detail-block .details-btn .c-button.hv-blue {
    color: #fff
}

body[data-color=theme-4] .accordion.style-2 .acc-title {
    background: #66bb6a
}

body[data-color=theme-4] .accordion.style-2 .acc-icon {
    background: #66bb6a
}

body[data-color=theme-4] .accordion.style-2 .acc-title.active .acc-icon:before {
    color: #66bb6a
}

body[data-color=theme-4] .accordion.style-3 .acc-title {
    background: #66bb6a
}

body[data-color=theme-4] .accordion.style-3 .acc-icon {
    background: #66bb6a
}

body[data-color=theme-4] .accordion.style-3 .acc-title.active .acc-icon:before {
    color: #66bb6a
}

body[data-color=theme-4] .accordion.style-4 .acc-title {
    background: #66bb6a
}

body[data-color=theme-4] .accordion.style-4 .acc-icon {
    background: #66bb6a
}

body[data-color=theme-4] .accordion.style-4 .acc-title.active .acc-icon:before {
    color: #66bb6a
}

body[data-color=theme-4] .accordion.style-4 li:before {
    color: #66bb6a
}

body[data-color=theme-4] .sidebar-category.color-5 a:hover, body[data-color=theme-4] .sidebar-category.color-5 li.active > a {
    background: #66bb6a
}

body[data-color=theme-4] .blockquote.color-1 {
    background: #66bb6a
}

body[data-color=theme-4] .c-button.hv-dr-blue-2:hover {
    background: #66bb6a
}

body[data-color=theme-4] .loading.orange .object {
    border-top: 5px solid #66bb6a;
    border-left: 5px solid #66bb6a
}

body[data-color=theme-4] .loading.dr-blue .object {
    border-top: 5px solid #66bb6a;
    border-left: 5px solid #66bb6a
}

body[data-color=theme-4] .loading.blue .object {
    border-top: 5px solid #66bb6a;
    border-left: 5px solid #66bb6a
}

body[data-color=theme-4] .loading.green .object {
    border-top: 5px solid #66bb6a;
    border-left: 5px solid #66bb6a
}

body[data-color=theme-4] .loading.red .object {
    border-top: 5px solid #66bb6a;
    border-left: 5px solid #66bb6a
}

body[data-color=theme-4] .loading.sea .object {
    border-top: 5px solid #66bb6a;
    border-left: 5px solid #66bb6a
}

body[data-color=theme-4] .c-button.hv-sea-o:hover {
    color: #66bb6a
}

body[data-color=theme-4] .loading.blue-2 .object {
    border-top: 5px solid #66bb6a;
    border-left: 5px solid #66bb6a
}

body[data-color=theme-4] .loading.dr-blue-2 .object {
    border-top: 5px solid #66bb6a;
    border-left: 5px solid #66bb6a
}

body[data-color=theme-4] .loading.red-3 .object {
    border-top: 5px solid #66bb6a;
    border-left: 5px solid #66bb6a
}

body[data-color=theme-4] .c-button.bg-aqua {
    border: 2px solid #66bb6a
}

body[data-color=theme-4] .bg-aqua {
    background: #66bb6a
}

body[data-color=theme-4] .tabs-slider .tabs-style-1.nav-tabs > li:hover > a {
    background: #66bb6a
}

body[data-color=theme-4] .tabs-slider .tabs-style-1.nav-tabs > li.active > a {
    background: #66bb6a
}

body[data-color=theme-4] .baner-bar .c-button.b-60 {
    background: #66bb6a;
    color: #fff;
    border: 2px solid #66bb6a
}

body[data-color=theme-4] .baner-bar .c-button.b-60:hover {
    background: 0 0;
    color: #66bb6a
}

body[data-color=theme-4] .count a.active {
    background: #66bb6a;
    border: 1px solid #66bb6a
}

body[data-color=theme-4] .baner-bar .ui-slider .ui-slider-range {
    background: #66bb6a
}

body[data-color=theme-4] .baner-bar .ui-slider .ui-slider-handle {
    background: #66bb6a
}

body[data-color=theme-4] .header-style-2 nav > ul > li.active > a {
    background: #66bb6a
}

body[data-color=theme-4] .header-style-2 {
    border-bottom: 2px solid #66bb6a
}

body[data-color=theme-4] .header-style-2 nav li.type-4 .dropmenu > li:hover > a {
    background: #66bb6a
}

body[data-color=theme-4] .header-style-2 nav li.type-1 .dropmenu > li:hover > a {
    background: #66bb6a
}

body[data-color=theme-4] .header-style-2 nav li.type-2 .dropmenu a:hover {
    background: #66bb6a
}

body[data-color=theme-4] .header-style-2 nav li.type-3 .dropmenu a:hover {
    background: #66bb6a
}

body[data-color=theme-4] .header-style-2 .drop span a:hover {
    background: #66bb6a
}

body[data-color=theme-4] .menu-3 nav > ul > li:hover {
    border-top: 3px solid #66bb6a
}

body[data-color=theme-4] .footer-form input[type=submit].bg-aqua {
    border: 1px solid #66bb6a
}

body[data-color=theme-4] .popular-desc .c-button:hover {
    color: #66bb6a
}

body[data-color=theme-4] .color-aqua {
    color: #66bb6a
}

body[data-color=theme-4] .hover-aqua:hover .hover-it {
    color: #66bb6a
}

body[data-color=theme-4] .tour-block:hover h3 {
    color: #66bb6a
}

body[data-color=theme-4] .object {
    border-top: 5px solid #66bb6a;
    border-left: 5px solid #66bb6a
}

body[data-color=theme-4] .popular-img:hover a {
    color: #66bb6a
}

body[data-color=theme-4] .link-aqua:hover {
    color: #66bb6a
}

body[data-color=theme-4] .low-price {
    background: #66bb6a
}

body[data-color=theme-4] .c-button.hv-aqua-o:hover {
    color: #66bb6a
}

body[data-color=theme-4] header.color-1 nav > ul > li:hover > a {
    color: #66bb6a
}

body[data-color=theme-4] .dtpicker-header .dtpicker-value {
    color: #66bb6a
}

body[data-color=theme-4] .dtpicker-header .dtpicker-close {
    color: #66bb6a
}

body[data-color=theme-4] .sw-arrow:hover {
    border: 2px solid #66bb6a
}

body[data-color=theme-4] .offers-block:hover h3 {
    color: #66bb6a
}

body[data-color=theme-4] footer.bg-white .footer-block li a:hover {
    color: #66bb6a
}

body[data-color=theme-4] header.color-9 nav > ul > li:hover > a {
    color: #66bb6a
}

body[data-color=theme-4] header.color-6 nav > ul > li:hover > a {
    color: #66bb6a
}

body[data-color=theme-4] header.color-8 nav > ul > li:hover > a {
    color: #66bb6a
}

body[data-color=theme-4] .color-sea {
    color: #66bb6a
}

body[data-color=theme-4] .bg-sea {
    background: #66bb6a
}

body[data-color=theme-4] .c-button.bg-sea {
    border: 2px solid #66bb6a
}

body[data-color=theme-4] .tp_content h4 a:hover {
    color: #66bb6a
}

body[data-color=theme-4] .hover-sea.underline-block:hover .underline:before {
    background: #66bb6a
}

body[data-color=theme-4] .c-button.bg-sea-t {
    border: 2px solid #66bb6a
}

body[data-color=theme-4] .c-button.hv-sea-t:hover {
    background: #66bb6a
}

body[data-color=theme-4] .c-button.hv-sea:hover {
    background: #66bb6a;
    color: #66bb6a;
    border-color: #66bb6a
}

body[data-color=theme-4] .link-sea:hover {
    color: #66bb6a
}

body[data-color=theme-4] .accordion.style-5 .acc-title {
    background: #66bb6a
}

body[data-color=theme-4] .accordion.style-5 .acc-icon {
    background: #66bb6a
}

body[data-color=theme-4] .accordion-chooser a.active, body[data-color=theme-4] .accordion-chooser a:hover {
    background: #66bb6a
}

body[data-color=theme-4] .accordion.style-5 .acc-title.active .acc-icon:before {
    color: #66bb6a
}

body[data-color=theme-4] .date-f {
    color: #66bb6a
}

body[data-color=theme-4] .bg-dark.type-2 .contact-info i {
    color: #66bb6a
}

body[data-color=theme-4] .footer-share a:hover {
    color: #66bb6a
}

body[data-color=theme-4] .tags-b:before {
    background: #66bb6a
}

body[data-color=theme-4] .link-red:hover {
    color: #66bb6a
}

body[data-color=theme-4] .menu-3 nav > ul > li > .dropmenu {
    border-top: 2px solid #66bb6a
}

body[data-color=theme-4] .menu-3 nav > ul > li.active {
    border-top: 3px solid #66bb6a
}

body[data-color=theme-4] .menu-3 nav > ul > li.active > a {
    color: #66bb6a
}

body[data-color=theme-4] .check-option.active span {
    background: #66bb6a;
    border: 1px solid #66bb6a
}

body[data-color=theme-4] .check-option:hover span {
    background: #66bb6a;
    border: 1px solid #66bb6a
}

body[data-color=theme-4] .accordeon-entry h5:hover, body[data-color=theme-4] .accordeon-entry.active h5 {
    background: #66bb6a
}

body[data-color=theme-4] .accordeon-entry h5:after {
    background: #66bb6a
}

body[data-color=theme-5] header.color-3 nav > ul > li:hover > a {
    color: #ef4836
}

body[data-color=theme-5] .c-button.hv-orange:hover {
    background: #ef4836;
    border-color: #ef4836
}

body[data-color=theme-5] .item-block:hover h3 {
    color: #ef4836
}

body[data-color=theme-5] .item-block.style-2 h3:before {
    background: #ef4836
}

body[data-color=theme-5] .arr-s-1 .sw-arrow:hover span {
    color: #ef4836
}

body[data-color=theme-5] .arr-s-1 .sw-arrow:hover {
    border: 2px solid #ef4836
}

body[data-color=theme-5] .bg-orange {
    background: #ef4836
}

body[data-color=theme-5] .footer-form input[type=submit].bg-orange {
    border: 1px solid #ef4836
}

body[data-color=theme-5] .footer-form input[type=submit]:hover {
    color: #ef4836
}

body[data-color=theme-5] .tour-block.tour-block-s-1:hover h3 {
    color: #ef4836
}

body[data-color=theme-5] header.color-4 nav > ul > li:hover > a {
    color: #ef4836
}

body[data-color=theme-5] .c-button.bg-dr-blue {
    border: 2px solid #ef4836
}

body[data-color=theme-5] .bg-dr-blue {
    background: #ef4836
}

body[data-color=theme-5] .offers-arrow {
    background: #ef4836
}

body[data-color=theme-5] .offers-arrow:hover {
    background: #fff;
    border: 5px solid #ef4836
}

body[data-color=theme-5] .offers-arrow:hover span {
    color: #222
}

body[data-color=theme-5] .bg-grey {
    border: 2px solid #ef4836;
    background: #ef4836
}

body[data-color=theme-5] .arrows-travel {
    background: #ef4836
}

body[data-color=theme-5] .find-form {
    background: #ef4836
}

body[data-color=theme-5] .bg-blue-light {
    background: rgba(74, 229, 209, .6)
}

body[data-color=theme-5] .color-blue {
    color: #ef4836
}

body[data-color=theme-5] .hover-blue:hover .hover-it {
    color: #ef4836
}

body[data-color=theme-5] .hover-blue.underline-block:hover .underline:before {
    background: #ef4836
}

body[data-color=theme-5] .c-button.hv-blue-o:hover {
    border-color: #ef4836
}

body[data-color=theme-5] .bg-blue {
    background: #ef4836
}

body[data-color=theme-5] .c-button.bg-blue {
    border: 2px solid #ef4836
}

body[data-color=theme-5] .link-blue:hover {
    color: #ef4836
}

body[data-color=theme-5] .c-button.hv-blue:hover {
    border: 1px solid #ef4836;
    background: #ef4836;
    color: #fff
}

body[data-color=theme-5] .c-button.hv-blue {
    border: 1px solid #ef4836;
    color: #ef4836
}

body[data-color=theme-5] .c-button.bg-blue:hover {
    color: #ef4836
}

body[data-color=theme-5] .c-button.hv-green-o:hover {
    color: #ef4836
}

body[data-color=theme-5] .c-button.bg-green {
    border: 2px solid #ef4836
}

body[data-color=theme-5] .bg-green {
    background: #ef4836
}

body[data-color=theme-5] .arr-s-2 .sw-arrow:hover {
    border: 2px solid #ef4836
}

body[data-color=theme-5] .arr-s-2 .sw-arrow:hover span {
    color: #ef4836
}

body[data-color=theme-5] .contry-item:hover img {
    box-shadow: 0 0 0 5px #ef4836
}

body[data-color=theme-5] .contry-item:hover h5 {
    color: #ef4836
}

body[data-color=theme-5] .hover-green:hover .hover-it {
    color: #ef4836
}

body[data-color=theme-5] .hover-green.underline-block .underline:before {
    background: #ef4836
}

body[data-color=theme-5] .hover-green.underline-block:hover .underline:before {
    background: #ef4836
}

body[data-color=theme-5] .city-entry .nav-tab-item.active {
    color: #ef4836
}

body[data-color=theme-5] .city-entry .nav-tab-item:hover {
    color: #ef4836
}

body[data-color=theme-5] .color-green {
    color: #ef4836
}

body[data-color=theme-5] .link-green:hover {
    color: #ef4836
}

body[data-color=theme-5] .color-2.type-2 .top-header-block a:hover {
    color: #ef4836
}

body[data-color=theme-5] .color-red {
    color: #ef4836
}

body[data-color=theme-5] .c-button.bg-red {
    border: 2px solid #ef4836
}

body[data-color=theme-5] .bg-red {
    background: #ef4836
}

body[data-color=theme-5] .c-button.bg-red:hover {
    color: #ef4836
}

body[data-color=theme-5] .c-button.hv-red:hover {
    background: #ef4836;
    border-color: #ef4836
}

body[data-color=theme-5] .c-button.bg-blue-2 {
    border: 2px solid #ef4836
}

body[data-color=theme-5] .bg-blue-2 {
    background: #ef4836
}

body[data-color=theme-5] .c-button.hv-blue-2-o:hover {
    color: #ef4836
}

body[data-color=theme-5] .color-blue-2 {
    color: #ef4836
}

body[data-color=theme-5] .underline.color-blue-2:after {
    background: #ef4836
}

body[data-color=theme-5] .icon-block.style-2 .c-button.hv-blue {
    color: #fff
}

body[data-color=theme-5] .arr-s-5 .sw-arrow:hover {
    border: 2px solid #ef4836
}

body[data-color=theme-5] .arr-s-5 .sw-arrow:hover span {
    color: #ef4836
}

body[data-color=theme-5] header.color-10 nav > ul > li:hover > a {
    color: #ef4836
}

body[data-color=theme-5] .link-blue-2:hover {
    color: #ef4836
}

body[data-color=theme-5] .bg-blue-3 {
    background: #ef4836
}

body[data-color=theme-5] .c-button.bg-blue-3 {
    border-color: #ef4836
}

body[data-color=theme-5] .c-button.hv-blue-3-f:hover {
    background: #ef4836;
    border-color: #ef4836
}

body[data-color=theme-5] .c-button.hv-dr-blue-2-o:hover {
    border: 2px solid #ef4836;
    color: #ef4836
}

body[data-color=theme-5] .bg-dr-blue-2 {
    background: #ef4836
}

body[data-color=theme-5] .c-button.bg-dr-blue-2 {
    border: 2px solid #ef4836
}

body[data-color=theme-5] .c-button.hv-blue-3-o:hover {
    color: #ef4836
}

body[data-color=theme-5] .c-button.bg-red-3 {
    border: 2px solid #ef4836
}

body[data-color=theme-5] .bg-red-3 {
    background: #ef4836
}

body[data-color=theme-5] .color-red-3 {
    color: #ef4836
}

body[data-color=theme-5] .underline.color-red-3:after {
    background: #ef4836
}

body[data-color=theme-5] .c-button.hv-red-3-o:hover {
    color: #ef4836
}

body[data-color=theme-5] .hover-red-3:hover .hover-it {
    color: #ef4836
}

body[data-color=theme-5] .hover-red-3.underline-block:hover .underline:before {
    background: #ef4836
}

body[data-color=theme-5] .filter-nav li.selected a {
    background: #ef4836
}

body[data-color=theme-5] .filter-nav li.selected a:before {
    border-color: #ef4836 transparent transparent transparent
}

body[data-color=theme-5] .filter-nav a:hover:before {
    border-color: #ef4836 transparent transparent transparent
}

body[data-color=theme-5] .filter-nav a:hover {
    background: #ef4836
}

body[data-color=theme-5] .gal-item.style-3 a:hover .gal-item-desc {
    background: #ef4836
}

body[data-color=theme-5] header.color-5 nav > ul > li:hover > a {
    color: #ef4836
}

body[data-color=theme-5] .color-dr-blue-2 {
    color: #ef4836
}

body[data-color=theme-5] .underline.color-dr-blue-2:after {
    background: #ef4836
}

body[data-color=theme-5] .bg-dark-blue {
    background: #ef4836
}

body[data-color=theme-5] .loading.dr-blue-2 .object {
    border-top: 5px solid #ef4836;
    border-left: 5px solid #ef4836
}

body[data-color=theme-5] .s_news-title a:hover {
    color: #ef4836
}

body[data-color=theme-5] .link-dr-blue-2:hover {
    color: #ef4836
}

body[data-color=theme-5] .contact-line a:hover {
    color: #ef4836
}

body[data-color=theme-5] .c-button.bg-white {
    color: #ef4836
}

body[data-color=theme-5] .c-button.bg-white:hover {
    color: #fff
}

body[data-color=theme-5] .back-counter .part-counter {
    background: #ef4836
}

body[data-color=theme-5] .not-found-number h3 {
    background: #ef4836
}

body[data-color=theme-5].bg-dr-blue-2 {
    background: #ef4836
}

body[data-color=theme-5] .simple-tab.type-2 .nav-tab-item.active {
    background: #ef4836
}

body[data-color=theme-5] .simple-tab.type-2 .nav-tab-item.active:before {
    border-color: #ef4836 transparent transparent transparent
}

body[data-color=theme-5] .table.style-3 td:hover {
    background: #ef4836
}

body[data-color=theme-5] .arr-s-3 .sw-arrow:hover {
    border: 2px solid #ef4836;
    color: #ef4836
}

body[data-color=theme-5] .change-grid.color-1.active, body[data-color=theme-5] .change-grid.color-1:hover, body[data-color=theme-5] .change-list.color-1.active, body[data-color=theme-5] .change-list.color-1:hover {
    background: #ef4836
}

body[data-color=theme-5] header.color-12 nav > ul > li:hover > a {
    color: #ef4836
}

body[data-color=theme-5] .sidebar-category.color-1 a:hover, body[data-color=theme-5] .sidebar-category.color-1 li.active > a {
    color: #ef4836
}

body[data-color=theme-5] .slider-range.color-1 .ui-slider .ui-slider-handle {
    background: #ef4836
}

body[data-color=theme-5] .slider-range.color-1 .ui-slider .ui-slider-range {
    background: #ef4836
}

.cp_content.color-1 a:hover, body[data-color=theme-5] .cp_content.color-1 .active a {
    background: #ef4836
}

body[data-color=theme-5] .sidebar-category.color-2 a:hover, body[data-color=theme-5] .sidebar-category.color-2 li.active > a {
    background: #ef4836
}

body[data-color=theme-5] .slider-range.color-2 .ui-slider .ui-slider-handle {
    background: #ef4836
}

body[data-color=theme-5] .slider-range.color-2 .ui-slider .ui-slider-range {
    background: #ef4836
}

.cp_content.color-2 a:hover, body[data-color=theme-5] .cp_content.color-2 .active a {
    background: #ef4836
}

body[data-color=theme-5] .change-grid.color-2.active, body[data-color=theme-5] .change-grid.color-2:hover, body[data-color=theme-5] .change-list.color-2.active, body[data-color=theme-5] .change-list.color-2:hover {
    background: #ef4836
}

body[data-color=theme-5] .list-content .hotel-item.style-9 .buttons-block .bg-white {
    background: #ef4836;
    border: 2px solid #ef4836
}

body[data-color=theme-5] .list-content .hotel-item.style-9 .buttons-block .bg-white:hover {
    background: 0 0;
    color: #ef4836
}

body[data-color=theme-5] .cp_content.color-3 .active a, body[data-color=theme-5] .cp_content.color-3 a:hover {
    background: #ef4836
}

body[data-color=theme-5] .slider-range.color-3 .ui-slider .ui-slider-handle {
    background: #ef4836
}

body[data-color=theme-5] .slider-range.color-3 .ui-slider .ui-slider-range {
    background: #ef4836
}

body[data-color=theme-5] .change-grid.color-3.active, body[data-color=theme-5] .change-grid.color-3:hover, body[data-color=theme-5] .change-list.color-3.active, body[data-color=theme-5] .change-list.color-3:hover {
    background: #ef4836
}

body[data-color=theme-5] .change-grid.color-4.active, body[data-color=theme-5] .change-grid.color-4:hover, body[data-color=theme-5] .change-list.color-4.active, body[data-color=theme-5] .change-list.color-4:hover {
    background: #ef4836
}

body[data-color=theme-5] .sidebar-category.color-4 a:hover, body[data-color=theme-5] .sidebar-category.color-4 li.active > a {
    color: #ef4836
}

body[data-color=theme-5] .slider-range.color-4 .ui-slider .ui-slider-handle {
    background: #ef4836
}

body[data-color=theme-5] .slider-range.color-4 .ui-slider .ui-slider-range {
    background: #ef4836
}

body[data-color=theme-5] .cp_content.color-4 .active a, body[data-color=theme-5] .cp_content.color-4 a:hover {
    background: #ef4836
}

body[data-color=theme-5] .accordion.style-1 .acc-title {
    background: #ef4836
}

body[data-color=theme-5] .accordion.style-1 .acc-icon {
    background: #ef4836
}

body[data-color=theme-5] .accordion.style-1 .acc-title.active .acc-icon:before {
    color: #ef4836
}

body[data-color=theme-5] .table.style-1 thead {
    background: #ef4836
}

body[data-color=theme-5] .detail-block .details-btn .c-button.hv-blue {
    color: #fff
}

body[data-color=theme-5] .accordion.style-2 .acc-title {
    background: #ef4836
}

body[data-color=theme-5] .accordion.style-2 .acc-icon {
    background: #ef4836
}

body[data-color=theme-5] .accordion.style-2 .acc-title.active .acc-icon:before {
    color: #ef4836
}

body[data-color=theme-5] .accordion.style-3 .acc-title {
    background: #ef4836
}

body[data-color=theme-5] .accordion.style-3 .acc-icon {
    background: #ef4836
}

body[data-color=theme-5] .accordion.style-3 .acc-title.active .acc-icon:before {
    color: #ef4836
}

body[data-color=theme-5] .accordion.style-4 .acc-title {
    background: #ef4836
}

body[data-color=theme-5] .accordion.style-4 .acc-icon {
    background: #ef4836
}

body[data-color=theme-5] .accordion.style-4 .acc-title.active .acc-icon:before {
    color: #ef4836
}

body[data-color=theme-5] .accordion.style-4 li:before {
    color: #ef4836
}

body[data-color=theme-5] .sidebar-category.color-5 a:hover, body[data-color=theme-5] .sidebar-category.color-5 li.active > a {
    background: #ef4836
}

body[data-color=theme-5] .blockquote.color-1 {
    background: #ef4836
}

body[data-color=theme-5] .c-button.hv-dr-blue-2:hover {
    background: #ef4836
}

body[data-color=theme-5] .loading.orange .object {
    border-top: 5px solid #ef4836;
    border-left: 5px solid #ef4836
}

body[data-color=theme-5] .loading.dr-blue .object {
    border-top: 5px solid #ef4836;
    border-left: 5px solid #ef4836
}

body[data-color=theme-5] .loading.blue .object {
    border-top: 5px solid #ef4836;
    border-left: 5px solid #ef4836
}

body[data-color=theme-5] .loading.green .object {
    border-top: 5px solid #ef4836;
    border-left: 5px solid #ef4836
}

body[data-color=theme-5] .loading.red .object {
    border-top: 5px solid #ef4836;
    border-left: 5px solid #ef4836
}

body[data-color=theme-5] .loading.sea .object {
    border-top: 5px solid #ef4836;
    border-left: 5px solid #ef4836
}

body[data-color=theme-5] .c-button.hv-sea-o:hover {
    color: #ef4836
}

body[data-color=theme-5] .loading.blue-2 .object {
    border-top: 5px solid #ef4836;
    border-left: 5px solid #ef4836
}

body[data-color=theme-5] .loading.dr-blue-2 .object {
    border-top: 5px solid #ef4836;
    border-left: 5px solid #ef4836
}

body[data-color=theme-5] .loading.red-3 .object {
    border-top: 5px solid #ef4836;
    border-left: 5px solid #ef4836
}

body[data-color=theme-5] .c-button.bg-aqua {
    border: 2px solid #ef4836
}

body[data-color=theme-5] .bg-aqua {
    background: #ef4836
}

body[data-color=theme-5] .tabs-slider .tabs-style-1.nav-tabs > li:hover > a {
    background: #ef4836
}

body[data-color=theme-5] .tabs-slider .tabs-style-1.nav-tabs > li.active > a {
    background: #ef4836
}

body[data-color=theme-5] .baner-bar .c-button.b-60 {
    background: #ef4836;
    color: #fff;
    border: 2px solid #ef4836
}

body[data-color=theme-5] .baner-bar .c-button.b-60:hover {
    background: 0 0;
    color: #ef4836
}

body[data-color=theme-5] .count a.active {
    background: #ef4836;
    border: 1px solid #ef4836
}

body[data-color=theme-5] .baner-bar .ui-slider .ui-slider-range {
    background: #ef4836
}

body[data-color=theme-5] .baner-bar .ui-slider .ui-slider-handle {
    background: #ef4836
}

body[data-color=theme-5] .header-style-2 nav > ul > li.active > a {
    background: #ef4836
}

body[data-color=theme-5] .header-style-2 {
    border-bottom: 2px solid #ef4836
}

body[data-color=theme-5] .header-style-2 nav li.type-4 .dropmenu > li:hover > a {
    background: #ef4836
}

body[data-color=theme-5] .header-style-2 nav li.type-1 .dropmenu > li:hover > a {
    background: #ef4836
}

body[data-color=theme-5] .header-style-2 nav li.type-2 .dropmenu a:hover {
    background: #ef4836
}

body[data-color=theme-5] .header-style-2 nav li.type-3 .dropmenu a:hover {
    background: #ef4836
}

body[data-color=theme-5] .header-style-2 .drop span a:hover {
    background: #ef4836
}

body[data-color=theme-5] .menu-3 nav > ul > li:hover {
    border-top: 3px solid #ef4836
}

body[data-color=theme-5] .footer-form input[type=submit].bg-aqua {
    border: 1px solid #ef4836
}

body[data-color=theme-5] .popular-desc .c-button:hover {
    color: #ef4836
}

body[data-color=theme-5] .color-aqua {
    color: #ef4836
}

body[data-color=theme-5] .hover-aqua:hover .hover-it {
    color: #ef4836
}

body[data-color=theme-5] .tour-block:hover h3 {
    color: #ef4836
}

body[data-color=theme-5] .object {
    border-top: 5px solid #ef4836;
    border-left: 5px solid #ef4836
}

body[data-color=theme-5] .popular-img:hover a {
    color: #ef4836
}

body[data-color=theme-5] .link-aqua:hover {
    color: #ef4836
}

body[data-color=theme-5] .low-price {
    background: #ef4836
}

body[data-color=theme-5] .c-button.hv-aqua-o:hover {
    color: #ef4836
}

body[data-color=theme-5] header.color-1 nav > ul > li:hover > a {
    color: #ef4836
}

body[data-color=theme-5] .dtpicker-header .dtpicker-value {
    color: #ef4836
}

body[data-color=theme-5] .dtpicker-header .dtpicker-close {
    color: #ef4836
}

body[data-color=theme-5] .sw-arrow:hover {
    border: 2px solid #ef4836
}

body[data-color=theme-5] .offers-block:hover h3 {
    color: #ef4836
}

body[data-color=theme-5] footer.bg-white .footer-block li a:hover {
    color: #ef4836
}

body[data-color=theme-5] header.color-9 nav > ul > li:hover > a {
    color: #ef4836
}

body[data-color=theme-5] header.color-6 nav > ul > li:hover > a {
    color: #ef4836
}

body[data-color=theme-5] header.color-8 nav > ul > li:hover > a {
    color: #ef4836
}

body[data-color=theme-5] .color-sea {
    color: #ef4836
}

body[data-color=theme-5] .bg-sea {
    background: #ef4836
}

body[data-color=theme-5] .c-button.bg-sea {
    border: 2px solid #ef4836
}

body[data-color=theme-5] .tp_content h4 a:hover {
    color: #ef4836
}

body[data-color=theme-5] .hover-sea.underline-block:hover .underline:before {
    background: #ef4836
}

body[data-color=theme-5] .c-button.bg-sea-t {
    border: 2px solid #ef4836
}

body[data-color=theme-5] .c-button.hv-sea-t:hover {
    background: #ef4836
}

body[data-color=theme-5] .c-button.hv-sea:hover {
    background: #ef4836;
    color: #ef4836;
    border-color: #ef4836
}

body[data-color=theme-5] .link-sea:hover {
    color: #ef4836
}

body[data-color=theme-5] .accordion.style-5 .acc-title {
    background: #ef4836
}

body[data-color=theme-5] .accordion.style-5 .acc-icon {
    background: #ef4836
}

body[data-color=theme-5] .accordion-chooser a.active, body[data-color=theme-5] .accordion-chooser a:hover {
    background: #ef4836
}

body[data-color=theme-5] .accordion.style-5 .acc-title.active .acc-icon:before {
    color: #ef4836
}

body[data-color=theme-5] .date-f {
    color: #ef4836
}

body[data-color=theme-5] .bg-dark.type-2 .contact-info i {
    color: #ef4836
}

body[data-color=theme-5] .footer-share a:hover {
    color: #ef4836
}

body[data-color=theme-5] .tags-b:before {
    background: #ef4836
}

body[data-color=theme-5] .link-red:hover {
    color: #ef4836
}

body[data-color=theme-5] .menu-3 nav > ul > li > .dropmenu {
    border-top: 2px solid #ef4836
}

body[data-color=theme-5] .menu-3 nav > ul > li.active {
    border-top: 3px solid #ef4836
}

body[data-color=theme-5] .menu-3 nav > ul > li.active > a {
    color: #ef4836
}

body[data-color=theme-5] .check-option.active span {
    background: #ef4836;
    border: 1px solid #ef4836
}

body[data-color=theme-5] .check-option:hover span {
    background: #ef4836;
    border: 1px solid #ef4836
}

body[data-color=theme-5] .accordeon-entry h5:hover, body[data-color=theme-5] .accordeon-entry.active h5 {
    background: #ef4836
}

body[data-color=theme-5] .accordeon-entry h5:after {
    background: #ef4836
}

body[data-color=theme-6] header.color-3 nav > ul > li:hover > a {
    color: #1593d0
}

body[data-color=theme-6] .c-button.hv-orange:hover {
    background: #1593d0;
    border-color: #1593d0
}

body[data-color=theme-6] .item-block:hover h3 {
    color: #1593d0
}

body[data-color=theme-6] .item-block.style-2 h3:before {
    background: #1593d0
}

body[data-color=theme-6] .arr-s-1 .sw-arrow:hover span {
    color: #1593d0
}

body[data-color=theme-6] .arr-s-1 .sw-arrow:hover {
    border: 2px solid #1593d0
}

body[data-color=theme-6] .bg-orange {
    background: #1593d0
}

body[data-color=theme-6] .footer-form input[type=submit].bg-orange {
    border: 1px solid #1593d0
}

body[data-color=theme-6] .footer-form input[type=submit]:hover {
    color: #1593d0
}

body[data-color=theme-6] .tour-block.tour-block-s-1:hover h3 {
    color: #1593d0
}

body[data-color=theme-6] header.color-4 nav > ul > li:hover > a {
    color: #1593d0
}

body[data-color=theme-6] .c-button.bg-dr-blue {
    border: 2px solid #1593d0
}

body[data-color=theme-6] .bg-dr-blue {
    background: #1593d0
}

body[data-color=theme-6] .offers-arrow {
    background: #1593d0
}

body[data-color=theme-6] .offers-arrow:hover {
    background: #fff;
    border: 5px solid #1593d0
}

body[data-color=theme-6] .bg-grey {
    border: 2px solid #1593d0;
    background: #1593d0
}

body[data-color=theme-6] .arrows-travel {
    background: #1593d0
}

body[data-color=theme-6] .find-form {
    background: #1593d0
}

body[data-color=theme-6] .bg-blue-light {
    background: rgba(74, 229, 209, .6)
}

body[data-color=theme-6] .color-blue {
    color: #1593d0
}

body[data-color=theme-6] .hover-blue:hover .hover-it {
    color: #1593d0
}

body[data-color=theme-6] .hover-blue.underline-block:hover .underline:before {
    background: #1593d0
}

body[data-color=theme-6] .c-button.hv-blue-o:hover {
    border-color: #1593d0
}

body[data-color=theme-6] .bg-blue {
    background: #1593d0
}

body[data-color=theme-6] .c-button.bg-blue {
    border: 2px solid #1593d0
}

body[data-color=theme-6] .link-blue:hover {
    color: #1593d0
}

body[data-color=theme-6] .c-button.hv-blue:hover {
    border: 1px solid #1593d0;
    background: #1593d0;
    color: #fff
}

body[data-color=theme-6] .c-button.hv-blue {
    border: 1px solid #1593d0;
    color: #1593d0
}

body[data-color=theme-6] .c-button.bg-blue:hover {
    color: #1593d0
}

body[data-color=theme-6] .c-button.hv-green-o:hover {
    color: #1593d0
}

body[data-color=theme-6] .c-button.bg-green {
    border: 2px solid #1593d0
}

body[data-color=theme-6] .bg-green {
    background: #1593d0
}

body[data-color=theme-6] .arr-s-2 .sw-arrow:hover {
    border: 2px solid #1593d0
}

body[data-color=theme-6] .arr-s-2 .sw-arrow:hover span {
    color: #1593d0
}

body[data-color=theme-6] .contry-item:hover img {
    box-shadow: 0 0 0 5px #1593d0
}

body[data-color=theme-6] .contry-item:hover h5 {
    color: #1593d0
}

body[data-color=theme-6] .hover-green:hover .hover-it {
    color: #1593d0
}

body[data-color=theme-6] .hover-green.underline-block .underline:before {
    background: #1593d0
}

body[data-color=theme-6] .hover-green.underline-block:hover .underline:before {
    background: #1593d0
}

body[data-color=theme-6] .city-entry .nav-tab-item.active {
    color: #1593d0
}

body[data-color=theme-6] .city-entry .nav-tab-item:hover {
    color: #1593d0
}

body[data-color=theme-6] .color-green {
    color: #1593d0
}

body[data-color=theme-6] .link-green:hover {
    color: #1593d0
}

body[data-color=theme-6] .color-2.type-2 .top-header-block a:hover {
    color: #1593d0
}

body[data-color=theme-6] .color-red {
    color: #1593d0
}

body[data-color=theme-6] .c-button.bg-red {
    border: 2px solid #1593d0
}

body[data-color=theme-6] .bg-red {
    background: #1593d0
}

body[data-color=theme-6] .c-button.bg-red:hover {
    color: #1593d0
}

body[data-color=theme-6] .c-button.hv-red:hover {
    background: #1593d0;
    border-color: #1593d0
}

body[data-color=theme-6] .c-button.bg-blue-2 {
    border: 2px solid #1593d0
}

body[data-color=theme-6] .bg-blue-2 {
    background: #1593d0
}

body[data-color=theme-6] .c-button.hv-blue-2-o:hover {
    color: #1593d0
}

body[data-color=theme-6] .color-blue-2 {
    color: #1593d0
}

body[data-color=theme-6] .underline.color-blue-2:after {
    background: #1593d0
}

body[data-color=theme-6] .icon-block.style-2 .c-button.hv-blue {
    color: #fff
}

body[data-color=theme-6] .arr-s-5 .sw-arrow:hover {
    border: 2px solid #1593d0
}

body[data-color=theme-6] .arr-s-5 .sw-arrow:hover span {
    color: #1593d0
}

body[data-color=theme-6] header.color-10 nav > ul > li:hover > a {
    color: #1593d0
}

body[data-color=theme-6] .link-blue-2:hover {
    color: #1593d0
}

body[data-color=theme-6] .bg-blue-3 {
    background: #1593d0
}

body[data-color=theme-6] .c-button.bg-blue-3 {
    border-color: #1593d0
}

body[data-color=theme-6] .c-button.hv-blue-3-f:hover {
    background: #1593d0;
    border-color: #1593d0
}

body[data-color=theme-6] .c-button.hv-dr-blue-2-o:hover {
    border: 2px solid #1593d0;
    color: #1593d0
}

body[data-color=theme-6] .bg-dr-blue-2 {
    background: #1593d0
}

body[data-color=theme-6] .c-button.bg-dr-blue-2 {
    border: 2px solid #1593d0
}

body[data-color=theme-6] .c-button.hv-blue-3-o:hover {
    color: #1593d0
}

body[data-color=theme-6] .c-button.bg-red-3 {
    border: 2px solid #1593d0
}

body[data-color=theme-6] .bg-red-3 {
    background: #1593d0
}

body[data-color=theme-6] .color-red-3 {
    color: #1593d0
}

body[data-color=theme-6] .underline.color-red-3:after {
    background: #1593d0
}

body[data-color=theme-6] .c-button.hv-red-3-o:hover {
    color: #1593d0
}

body[data-color=theme-6] .hover-red-3:hover .hover-it {
    color: #1593d0
}

body[data-color=theme-6] .hover-red-3.underline-block:hover .underline:before {
    background: #1593d0
}

body[data-color=theme-6] .filter-nav li.selected a {
    background: #1593d0
}

body[data-color=theme-6] .filter-nav li.selected a:before {
    border-color: #1593d0 transparent transparent transparent
}

body[data-color=theme-6] .filter-nav a:hover:before {
    border-color: #1593d0 transparent transparent transparent
}

body[data-color=theme-6] .filter-nav a:hover {
    background: #1593d0
}

body[data-color=theme-6] .gal-item.style-3 a:hover .gal-item-desc {
    background: #1593d0
}

body[data-color=theme-6] header.color-5 nav > ul > li:hover > a {
    color: #1593d0
}

body[data-color=theme-6] .color-dr-blue-2 {
    color: #1593d0
}

body[data-color=theme-6] .underline.color-dr-blue-2:after {
    background: #1593d0
}

body[data-color=theme-6] .bg-dark-blue {
    background: #1593d0
}

body[data-color=theme-6] .loading.dr-blue-2 .object {
    border-top: 5px solid #1593d0;
    border-left: 5px solid #1593d0
}

body[data-color=theme-6] .s_news-title a:hover {
    color: #1593d0
}

body[data-color=theme-6] .link-dr-blue-2:hover {
    color: #1593d0
}

body[data-color=theme-6] .contact-line a:hover {
    color: #1593d0
}

body[data-color=theme-6] .c-button.bg-white {
    color: #1593d0
}

body[data-color=theme-6] .c-button.bg-white:hover {
    color: #fff
}

body[data-color=theme-6] .back-counter .part-counter {
    background: #1593d0
}

body[data-color=theme-6] .not-found-number h3 {
    background: #1593d0
}

body[data-color=theme-6].bg-dr-blue-2 {
    background: #1593d0
}

body[data-color=theme-6] .simple-tab.type-2 .nav-tab-item.active {
    background: #1593d0
}

body[data-color=theme-6] .simple-tab.type-2 .nav-tab-item.active:before {
    border-color: #1593d0 transparent transparent transparent
}

body[data-color=theme-6] .table.style-3 td:hover {
    background: #1593d0
}

body[data-color=theme-6] .arr-s-3 .sw-arrow:hover {
    border: 2px solid #1593d0;
    color: #1593d0
}

body[data-color=theme-6] .change-grid.color-1.active, body[data-color=theme-6] .change-grid.color-1:hover, body[data-color=theme-6] .change-list.color-1.active, body[data-color=theme-6] .change-list.color-1:hover {
    background: #1593d0
}

body[data-color=theme-6] header.color-12 nav > ul > li:hover > a {
    color: #1593d0
}

body[data-color=theme-6] .sidebar-category.color-1 a:hover, body[data-color=theme-6] .sidebar-category.color-1 li.active > a {
    color: #1593d0
}

body[data-color=theme-6] .slider-range.color-1 .ui-slider .ui-slider-handle {
    background: #1593d0
}

body[data-color=theme-6] .slider-range.color-1 .ui-slider .ui-slider-range {
    background: #1593d0
}

.cp_content.color-1 a:hover, body[data-color=theme-6] .cp_content.color-1 .active a {
    background: #1593d0
}

body[data-color=theme-6] .sidebar-category.color-2 a:hover, body[data-color=theme-6] .sidebar-category.color-2 li.active > a {
    background: #1593d0
}

body[data-color=theme-6] .slider-range.color-2 .ui-slider .ui-slider-handle {
    background: #1593d0
}

body[data-color=theme-6] .slider-range.color-2 .ui-slider .ui-slider-range {
    background: #1593d0
}

.cp_content.color-2 a:hover, body[data-color=theme-6] .cp_content.color-2 .active a {
    background: #1593d0
}

body[data-color=theme-6] .change-grid.color-2.active, body[data-color=theme-6] .change-grid.color-2:hover, body[data-color=theme-6] .change-list.color-2.active, body[data-color=theme-6] .change-list.color-2:hover {
    background: #1593d0
}

body[data-color=theme-6] .list-content .hotel-item.style-9 .buttons-block .bg-white {
    background: #1593d0;
    border: 2px solid #1593d0
}

body[data-color=theme-6] .list-content .hotel-item.style-9 .buttons-block .bg-white:hover {
    background: 0 0;
    color: #1593d0
}

body[data-color=theme-6] .cp_content.color-3 .active a, body[data-color=theme-6] .cp_content.color-3 a:hover {
    background: #1593d0
}

body[data-color=theme-6] .slider-range.color-3 .ui-slider .ui-slider-handle {
    background: #1593d0
}

body[data-color=theme-6] .slider-range.color-3 .ui-slider .ui-slider-range {
    background: #1593d0
}

body[data-color=theme-6] .change-grid.color-3.active, body[data-color=theme-6] .change-grid.color-3:hover, body[data-color=theme-6] .change-list.color-3.active, body[data-color=theme-6] .change-list.color-3:hover {
    background: #1593d0
}

body[data-color=theme-6] .change-grid.color-4.active, body[data-color=theme-6] .change-grid.color-4:hover, body[data-color=theme-6] .change-list.color-4.active, body[data-color=theme-6] .change-list.color-4:hover {
    background: #1593d0
}

body[data-color=theme-6] .sidebar-category.color-4 a:hover, body[data-color=theme-6] .sidebar-category.color-4 li.active > a {
    color: #1593d0
}

body[data-color=theme-6] .slider-range.color-4 .ui-slider .ui-slider-handle {
    background: #1593d0
}

body[data-color=theme-6] .slider-range.color-4 .ui-slider .ui-slider-range {
    background: #1593d0
}

body[data-color=theme-6] .cp_content.color-4 .active a, body[data-color=theme-6] .cp_content.color-4 a:hover {
    background: #1593d0
}

body[data-color=theme-6] .accordion.style-1 .acc-title {
    background: #1593d0
}

body[data-color=theme-6] .accordion.style-1 .acc-icon {
    background: #1593d0
}

body[data-color=theme-6] .accordion.style-1 .acc-title.active .acc-icon:before {
    color: #1593d0
}

body[data-color=theme-6] .table.style-1 thead {
    background: #1593d0
}

body[data-color=theme-6] .detail-block .details-btn .c-button.hv-blue {
    color: #fff
}

body[data-color=theme-6] .accordion.style-2 .acc-title {
    background: #1593d0
}

body[data-color=theme-6] .accordion.style-2 .acc-icon {
    background: #1593d0
}

body[data-color=theme-6] .accordion.style-2 .acc-title.active .acc-icon:before {
    color: #1593d0
}

body[data-color=theme-6] .accordion.style-3 .acc-title {
    background: #1593d0
}

body[data-color=theme-6] .accordion.style-3 .acc-icon {
    background: #1593d0
}

body[data-color=theme-6] .accordion.style-3 .acc-title.active .acc-icon:before {
    color: #1593d0
}

body[data-color=theme-6] .accordion.style-4 .acc-title {
    background: #1593d0
}

body[data-color=theme-6] .accordion.style-4 .acc-icon {
    background: #1593d0
}

body[data-color=theme-6] .accordion.style-4 .acc-title.active .acc-icon:before {
    color: #1593d0
}

body[data-color=theme-6] .accordion.style-4 li:before {
    color: #1593d0
}

body[data-color=theme-6] .sidebar-category.color-5 a:hover, body[data-color=theme-6] .sidebar-category.color-5 li.active > a {
    background: #1593d0
}

body[data-color=theme-6] .blockquote.color-1 {
    background: #1593d0
}

body[data-color=theme-6] .c-button.hv-dr-blue-2:hover {
    background: #1593d0
}

body[data-color=theme-6] .loading.orange .object {
    border-top: 5px solid #1593d0;
    border-left: 5px solid #1593d0
}

body[data-color=theme-6] .loading.dr-blue .object {
    border-top: 5px solid #1593d0;
    border-left: 5px solid #1593d0
}

body[data-color=theme-6] .loading.blue .object {
    border-top: 5px solid #1593d0;
    border-left: 5px solid #1593d0
}

body[data-color=theme-6] .loading.green .object {
    border-top: 5px solid #1593d0;
    border-left: 5px solid #1593d0
}

body[data-color=theme-6] .loading.red .object {
    border-top: 5px solid #1593d0;
    border-left: 5px solid #1593d0
}

body[data-color=theme-6] .loading.sea .object {
    border-top: 5px solid #1593d0;
    border-left: 5px solid #1593d0
}

body[data-color=theme-6] .c-button.hv-sea-o:hover {
    color: #1593d0
}

body[data-color=theme-6] .loading.blue-2 .object {
    border-top: 5px solid #1593d0;
    border-left: 5px solid #1593d0
}

body[data-color=theme-6] .loading.dr-blue-2 .object {
    border-top: 5px solid #1593d0;
    border-left: 5px solid #1593d0
}

body[data-color=theme-6] .loading.red-3 .object {
    border-top: 5px solid #1593d0;
    border-left: 5px solid #1593d0
}

body[data-color=theme-6] .c-button.bg-aqua {
    border: 2px solid #1593d0
}

body[data-color=theme-6] .bg-aqua {
    background: #1593d0
}

body[data-color=theme-6] .tabs-slider .tabs-style-1.nav-tabs > li:hover > a {
    background: #1593d0
}

body[data-color=theme-6] .tabs-slider .tabs-style-1.nav-tabs > li.active > a {
    background: #1593d0
}

body[data-color=theme-6] .baner-bar .c-button.b-60 {
    background: #1593d0;
    color: #fff;
    border: 2px solid #1593d0
}

body[data-color=theme-6] .baner-bar .c-button.b-60:hover {
    background: 0 0;
    color: #1593d0
}

body[data-color=theme-6] .count a.active {
    background: #1593d0;
    border: 1px solid #1593d0
}

body[data-color=theme-6] .baner-bar .ui-slider .ui-slider-range {
    background: #1593d0
}

body[data-color=theme-6] .baner-bar .ui-slider .ui-slider-handle {
    background: #1593d0
}

body[data-color=theme-6] .header-style-2 nav > ul > li.active > a {
    background: #1593d0
}

body[data-color=theme-6] .header-style-2 {
    border-bottom: 2px solid #1593d0
}

body[data-color=theme-6] .header-style-2 nav li.type-4 .dropmenu > li:hover > a {
    background: #1593d0
}

body[data-color=theme-6] .header-style-2 nav li.type-1 .dropmenu > li:hover > a {
    background: #1593d0
}

body[data-color=theme-6] .header-style-2 nav li.type-2 .dropmenu a:hover {
    background: #1593d0
}

body[data-color=theme-6] .header-style-2 nav li.type-3 .dropmenu a:hover {
    background: #1593d0
}

body[data-color=theme-6] .header-style-2 .drop span a:hover {
    background: #1593d0
}

body[data-color=theme-6] .menu-3 nav > ul > li:hover {
    border-top: 3px solid #1593d0
}

body[data-color=theme-6] .footer-form input[type=submit].bg-aqua {
    border: 1px solid #1593d0
}

body[data-color=theme-6] .popular-desc .c-button:hover {
    color: #1593d0
}

body[data-color=theme-6] .color-aqua {
    color: #1593d0
}

body[data-color=theme-6] .hover-aqua:hover .hover-it {
    color: #1593d0
}

body[data-color=theme-6] .tour-block:hover h3 {
    color: #1593d0
}

body[data-color=theme-6] .object {
    border-top: 5px solid #1593d0;
    border-left: 5px solid #1593d0
}

body[data-color=theme-6] .popular-img:hover a {
    color: #1593d0
}

body[data-color=theme-6] .link-aqua:hover {
    color: #1593d0
}

body[data-color=theme-6] .low-price {
    background: #1593d0
}

body[data-color=theme-6] .c-button.hv-aqua-o:hover {
    color: #1593d0
}

body[data-color=theme-6] header.color-1 nav > ul > li:hover > a {
    color: #1593d0
}

body[data-color=theme-6] .dtpicker-header .dtpicker-value {
    color: #1593d0
}

body[data-color=theme-6] .dtpicker-header .dtpicker-close {
    color: #1593d0
}

body[data-color=theme-6] .sw-arrow:hover {
    border: 2px solid #1593d0
}

body[data-color=theme-6] .offers-block:hover h3 {
    color: #1593d0
}

body[data-color=theme-6] footer.bg-white .footer-block li a:hover {
    color: #1593d0
}

body[data-color=theme-6] header.color-9 nav > ul > li:hover > a {
    color: #1593d0
}

body[data-color=theme-6] header.color-6 nav > ul > li:hover > a {
    color: #1593d0
}

body[data-color=theme-6] header.color-8 nav > ul > li:hover > a {
    color: #1593d0
}

body[data-color=theme-6] .color-sea {
    color: #1593d0
}

body[data-color=theme-6] .bg-sea {
    background: #1593d0
}

body[data-color=theme-6] .c-button.bg-sea {
    border: 2px solid #1593d0
}

body[data-color=theme-6] .tp_content h4 a:hover {
    color: #1593d0
}

body[data-color=theme-6] .hover-sea.underline-block:hover .underline:before {
    background: #1593d0
}

body[data-color=theme-6] .c-button.bg-sea-t {
    border: 2px solid #1593d0
}

body[data-color=theme-6] .c-button.hv-sea-t:hover {
    background: #1593d0
}

body[data-color=theme-6] .c-button.hv-sea:hover {
    background: #1593d0;
    color: #1593d0;
    border-color: #1593d0
}

body[data-color=theme-6] .link-sea:hover {
    color: #1593d0
}

body[data-color=theme-6] .accordion.style-5 .acc-title {
    background: #1593d0
}

body[data-color=theme-6] .accordion.style-5 .acc-icon {
    background: #1593d0
}

body[data-color=theme-6] .accordion-chooser a.active, body[data-color=theme-6] .accordion-chooser a:hover {
    background: #1593d0;
    border: 1px solid #1593d0
}

body[data-color=theme-6] .accordion.style-5 .acc-title.active .acc-icon:before {
    color: #1593d0
}

body[data-color=theme-6] .date-f {
    color: #1593d0
}

body[data-color=theme-6] .bg-dark.type-2 .contact-info i {
    color: #1593d0
}

body[data-color=theme-6] .footer-share a:hover {
    color: #1593d0
}

body[data-color=theme-6] .tags-b:before {
    background: #1593d0
}

body[data-color=theme-6] .link-red:hover {
    color: #1593d0
}

body[data-color=theme-6] .menu-3 nav > ul > li > .dropmenu {
    border-top: 2px solid #1593d0
}

body[data-color=theme-6] .menu-3 nav > ul > li.active {
    border-top: 3px solid #1593d0
}

body[data-color=theme-6] .menu-3 nav > ul > li.active > a {
    color: #1593d0
}

body[data-color=theme-6] .check-option.active span {
    background: #1593d0;
    border: 1px solid #1593d0
}

body[data-color=theme-6] .check-option:hover span {
    background: #1593d0;
    border: 1px solid #1593d0
}

body[data-color=theme-6] .accordeon-entry h5:hover, body[data-color=theme-6] .accordeon-entry.active h5 {
    background: #1593d0
}

body[data-color=theme-6] .accordeon-entry h5:after {
    background: #1593d0
}

body[data-color=theme-7] header.color-3 nav > ul > li:hover > a {
    color: #206ab0
}

body[data-color=theme-7] .c-button.hv-orange:hover {
    background: #206ab0;
    border-color: #206ab0
}

body[data-color=theme-7] .item-block:hover h3 {
    color: #206ab0
}

body[data-color=theme-7] .item-block.style-2 h3:before {
    background: #206ab0
}

body[data-color=theme-7] .arr-s-1 .sw-arrow:hover span {
    color: #206ab0
}

body[data-color=theme-7] .arr-s-1 .sw-arrow:hover {
    border: 2px solid #206ab0
}

body[data-color=theme-7] .bg-orange {
    background: #206ab0
}

body[data-color=theme-7] .footer-form input[type=submit].bg-orange {
    border: 1px solid #206ab0
}

body[data-color=theme-7] .footer-form input[type=submit]:hover {
    color: #206ab0
}

body[data-color=theme-7] .tour-block.tour-block-s-1:hover h3 {
    color: #206ab0
}

body[data-color=theme-7] header.color-4 nav > ul > li:hover > a {
    color: #206ab0
}

body[data-color=theme-7] .c-button.bg-dr-blue {
    border: 2px solid #206ab0
}

body[data-color=theme-7] .bg-dr-blue {
    background: #206ab0
}

body[data-color=theme-7] .offers-arrow {
    background: #206ab0
}

body[data-color=theme-7] .offers-arrow:hover {
    background: #fff;
    border: 5px solid #206ab0
}

body[data-color=theme-7] .bg-grey {
    border: 2px solid #206ab0;
    background: #206ab0
}

body[data-color=theme-7] .arrows-travel {
    background: #206ab0
}

body[data-color=theme-7] .find-form {
    background: #206ab0
}

body[data-color=theme-7] .bg-blue-light {
    background: rgba(74, 229, 209, .6)
}

body[data-color=theme-7] .color-blue {
    color: #206ab0
}

body[data-color=theme-7] .hover-blue:hover .hover-it {
    color: #206ab0
}

body[data-color=theme-7] .hover-blue.underline-block:hover .underline:before {
    background: #206ab0
}

body[data-color=theme-7] .c-button.hv-blue-o:hover {
    border-color: #206ab0
}

body[data-color=theme-7] .bg-blue {
    background: #206ab0
}

body[data-color=theme-7] .c-button.bg-blue {
    border: 2px solid #206ab0
}

body[data-color=theme-7] .link-blue:hover {
    color: #206ab0
}

body[data-color=theme-7] .c-button.hv-blue:hover {
    border: 1px solid #206ab0;
    background: #206ab0;
    color: #fff
}

body[data-color=theme-7] .c-button.hv-blue {
    border: 1px solid #206ab0;
    color: #206ab0
}

body[data-color=theme-7] .c-button.bg-blue:hover {
    color: #206ab0
}

body[data-color=theme-7] .c-button.hv-green-o:hover {
    color: #206ab0
}

body[data-color=theme-7] .c-button.bg-green {
    border: 2px solid #206ab0
}

body[data-color=theme-7] .bg-green {
    background: #206ab0
}

body[data-color=theme-7] .arr-s-2 .sw-arrow:hover {
    border: 2px solid #206ab0
}

body[data-color=theme-7] .arr-s-2 .sw-arrow:hover span {
    color: #206ab0
}

body[data-color=theme-7] .contry-item:hover img {
    box-shadow: 0 0 0 5px #206ab0
}

body[data-color=theme-7] .contry-item:hover h5 {
    color: #206ab0
}

body[data-color=theme-7] .hover-green:hover .hover-it {
    color: #206ab0
}

body[data-color=theme-7] .hover-green.underline-block .underline:before {
    background: #206ab0
}

body[data-color=theme-7] .hover-green.underline-block:hover .underline:before {
    background: #206ab0
}

body[data-color=theme-7] .city-entry .nav-tab-item.active {
    color: #206ab0
}

body[data-color=theme-7] .city-entry .nav-tab-item:hover {
    color: #206ab0
}

body[data-color=theme-7] .color-green {
    color: #206ab0
}

body[data-color=theme-7] .link-green:hover {
    color: #206ab0
}

body[data-color=theme-7] .color-2.type-2 .top-header-block a:hover {
    color: #206ab0
}

body[data-color=theme-7] .color-red {
    color: #206ab0
}

body[data-color=theme-7] .c-button.bg-red {
    border: 2px solid #206ab0
}

body[data-color=theme-7] .bg-red {
    background: #206ab0
}

body[data-color=theme-7] .c-button.bg-red:hover {
    color: #206ab0
}

body[data-color=theme-7] .c-button.hv-red:hover {
    background: #206ab0;
    border-color: #206ab0
}

body[data-color=theme-7] .c-button.bg-blue-2 {
    border: 2px solid #206ab0
}

body[data-color=theme-7] .bg-blue-2 {
    background: #206ab0
}

body[data-color=theme-7] .c-button.hv-blue-2-o:hover {
    color: #206ab0
}

body[data-color=theme-7] .color-blue-2 {
    color: #206ab0
}

body[data-color=theme-7] .underline.color-blue-2:after {
    background: #206ab0
}

body[data-color=theme-7] .icon-block.style-2 .c-button.hv-blue {
    color: #fff
}

body[data-color=theme-7] .arr-s-5 .sw-arrow:hover {
    border: 2px solid #206ab0
}

body[data-color=theme-7] .arr-s-5 .sw-arrow:hover span {
    color: #206ab0
}

body[data-color=theme-7] header.color-10 nav > ul > li:hover > a {
    color: #206ab0
}

body[data-color=theme-7] .link-blue-2:hover {
    color: #206ab0
}

body[data-color=theme-7] .bg-blue-3 {
    background: #206ab0
}

body[data-color=theme-7] .c-button.bg-blue-3 {
    border-color: #206ab0
}

body[data-color=theme-7] .c-button.hv-blue-3-f:hover {
    background: #206ab0;
    border-color: #206ab0
}

body[data-color=theme-7] .c-button.hv-dr-blue-2-o:hover {
    border: 2px solid #206ab0;
    color: #206ab0
}

body[data-color=theme-7] .bg-dr-blue-2 {
    background: #206ab0
}

body[data-color=theme-7] .c-button.bg-dr-blue-2 {
    border: 2px solid #206ab0
}

body[data-color=theme-7] .c-button.hv-blue-3-o:hover {
    color: #206ab0
}

body[data-color=theme-7] .c-button.bg-red-3 {
    border: 2px solid #206ab0
}

body[data-color=theme-7] .bg-red-3 {
    background: #206ab0
}

body[data-color=theme-7] .color-red-3 {
    color: #206ab0
}

body[data-color=theme-7] .underline.color-red-3:after {
    background: #206ab0
}

body[data-color=theme-7] .c-button.hv-red-3-o:hover {
    color: #206ab0
}

body[data-color=theme-7] .hover-red-3:hover .hover-it {
    color: #206ab0
}

body[data-color=theme-7] .hover-red-3.underline-block:hover .underline:before {
    background: #206ab0
}

body[data-color=theme-7] .filter-nav li.selected a {
    background: #206ab0
}

body[data-color=theme-7] .filter-nav li.selected a:before {
    border-color: #206ab0 transparent transparent transparent
}

body[data-color=theme-7] .filter-nav a:hover:before {
    border-color: #206ab0 transparent transparent transparent
}

body[data-color=theme-7] .filter-nav a:hover {
    background: #206ab0
}

body[data-color=theme-7] .gal-item.style-3 a:hover .gal-item-desc {
    background: #206ab0
}

body[data-color=theme-7] header.color-5 nav > ul > li:hover > a {
    color: #206ab0
}

body[data-color=theme-7] .color-dr-blue-2 {
    color: #206ab0
}

body[data-color=theme-7] .underline.color-dr-blue-2:after {
    background: #206ab0
}

body[data-color=theme-7] .bg-dark-blue {
    background: #206ab0
}

body[data-color=theme-7] .loading.dr-blue-2 .object {
    border-top: 5px solid #206ab0;
    border-left: 5px solid #206ab0
}

body[data-color=theme-7] .s_news-title a:hover {
    color: #206ab0
}

body[data-color=theme-7] .link-dr-blue-2:hover {
    color: #206ab0
}

body[data-color=theme-7] .contact-line a:hover {
    color: #206ab0
}

body[data-color=theme-7] .c-button.bg-white {
    color: #206ab0
}

body[data-color=theme-7] .c-button.bg-white:hover {
    color: #fff
}

body[data-color=theme-7] .back-counter .part-counter {
    background: #206ab0
}

body[data-color=theme-7] .not-found-number h3 {
    background: #206ab0
}

body[data-color=theme-7].bg-dr-blue-2 {
    background: #206ab0
}

body[data-color=theme-7] .simple-tab.type-2 .nav-tab-item.active {
    background: #206ab0
}

body[data-color=theme-7] .simple-tab.type-2 .nav-tab-item.active:before {
    border-color: #206ab0 transparent transparent transparent
}

body[data-color=theme-7] .table.style-3 td:hover {
    background: #206ab0
}

body[data-color=theme-7] .arr-s-3 .sw-arrow:hover {
    border: 2px solid #206ab0;
    color: #206ab0
}

body[data-color=theme-7] .change-grid.color-1.active, body[data-color=theme-7] .change-grid.color-1:hover, body[data-color=theme-7] .change-list.color-1.active, body[data-color=theme-7] .change-list.color-1:hover {
    background: #206ab0
}

body[data-color=theme-7] header.color-12 nav > ul > li:hover > a {
    color: #206ab0
}

body[data-color=theme-7] .sidebar-category.color-1 a:hover, body[data-color=theme-7] .sidebar-category.color-1 li.active > a {
    color: #206ab0
}

body[data-color=theme-7] .slider-range.color-1 .ui-slider .ui-slider-handle {
    background: #206ab0
}

body[data-color=theme-7] .slider-range.color-1 .ui-slider .ui-slider-range {
    background: #206ab0
}

.cp_content.color-1 a:hover, body[data-color=theme-7] .cp_content.color-1 .active a {
    background: #206ab0
}

body[data-color=theme-7] .sidebar-category.color-2 a:hover, body[data-color=theme-7] .sidebar-category.color-2 li.active > a {
    background: #206ab0
}

body[data-color=theme-7] .slider-range.color-2 .ui-slider .ui-slider-handle {
    background: #206ab0
}

body[data-color=theme-7] .slider-range.color-2 .ui-slider .ui-slider-range {
    background: #206ab0
}

.cp_content.color-2 a:hover, body[data-color=theme-7] .cp_content.color-2 .active a {
    background: #206ab0
}

body[data-color=theme-7] .change-grid.color-2.active, body[data-color=theme-7] .change-grid.color-2:hover, body[data-color=theme-7] .change-list.color-2.active, body[data-color=theme-7] .change-list.color-2:hover {
    background: #206ab0
}

body[data-color=theme-7] .list-content .hotel-item.style-9 .buttons-block .bg-white {
    background: #206ab0;
    border: 2px solid #206ab0
}

body[data-color=theme-7] .list-content .hotel-item.style-9 .buttons-block .bg-white:hover {
    background: 0 0;
    color: #206ab0
}

body[data-color=theme-7] .cp_content.color-3 .active a, body[data-color=theme-7] .cp_content.color-3 a:hover {
    background: #206ab0
}

body[data-color=theme-7] .slider-range.color-3 .ui-slider .ui-slider-handle {
    background: #206ab0
}

body[data-color=theme-7] .slider-range.color-3 .ui-slider .ui-slider-range {
    background: #206ab0
}

body[data-color=theme-7] .change-grid.color-3.active, body[data-color=theme-7] .change-grid.color-3:hover, body[data-color=theme-7] .change-list.color-3.active, body[data-color=theme-7] .change-list.color-3:hover {
    background: #206ab0
}

body[data-color=theme-7] .change-grid.color-4.active, body[data-color=theme-7] .change-grid.color-4:hover, body[data-color=theme-7] .change-list.color-4.active, body[data-color=theme-7] .change-list.color-4:hover {
    background: #206ab0
}

body[data-color=theme-7] .sidebar-category.color-4 a:hover, body[data-color=theme-7] .sidebar-category.color-4 li.active > a {
    color: #206ab0
}

body[data-color=theme-7] .slider-range.color-4 .ui-slider .ui-slider-handle {
    background: #206ab0
}

body[data-color=theme-7] .slider-range.color-4 .ui-slider .ui-slider-range {
    background: #206ab0
}

body[data-color=theme-7] .cp_content.color-4 .active a, body[data-color=theme-7] .cp_content.color-4 a:hover {
    background: #206ab0
}

body[data-color=theme-7] .accordion.style-1 .acc-title {
    background: #206ab0
}

body[data-color=theme-7] .accordion.style-1 .acc-icon {
    background: #206ab0
}

body[data-color=theme-7] .accordion.style-1 .acc-title.active .acc-icon:before {
    color: #206ab0
}

body[data-color=theme-7] .table.style-1 thead {
    background: #206ab0
}

body[data-color=theme-7] .detail-block .details-btn .c-button.hv-blue {
    color: #fff
}

body[data-color=theme-7] .accordion.style-2 .acc-title {
    background: #206ab0
}

body[data-color=theme-7] .accordion.style-2 .acc-icon {
    background: #206ab0
}

body[data-color=theme-7] .accordion.style-2 .acc-title.active .acc-icon:before {
    color: #206ab0
}

body[data-color=theme-7] .accordion.style-3 .acc-title {
    background: #206ab0
}

body[data-color=theme-7] .accordion.style-3 .acc-icon {
    background: #206ab0
}

body[data-color=theme-7] .accordion.style-3 .acc-title.active .acc-icon:before {
    color: #206ab0
}

body[data-color=theme-7] .accordion.style-4 .acc-title {
    background: #206ab0
}

body[data-color=theme-7] .accordion.style-4 .acc-icon {
    background: #206ab0
}

body[data-color=theme-7] .accordion.style-4 .acc-title.active .acc-icon:before {
    color: #206ab0
}

body[data-color=theme-7] .accordion.style-4 li:before {
    color: #206ab0
}

body[data-color=theme-7] .sidebar-category.color-5 a:hover, body[data-color=theme-7] .sidebar-category.color-5 li.active > a {
    background: #206ab0
}

body[data-color=theme-7] .blockquote.color-1 {
    background: #206ab0
}

body[data-color=theme-7] .c-button.hv-dr-blue-2:hover {
    background: #206ab0
}

body[data-color=theme-7] .loading.orange .object {
    border-top: 5px solid #206ab0;
    border-left: 5px solid #206ab0
}

body[data-color=theme-7] .loading.dr-blue .object {
    border-top: 5px solid #206ab0;
    border-left: 5px solid #206ab0
}

body[data-color=theme-7] .loading.blue .object {
    border-top: 5px solid #206ab0;
    border-left: 5px solid #206ab0
}

body[data-color=theme-7] .loading.green .object {
    border-top: 5px solid #206ab0;
    border-left: 5px solid #206ab0
}

body[data-color=theme-7] .loading.red .object {
    border-top: 5px solid #206ab0;
    border-left: 5px solid #206ab0
}

body[data-color=theme-7] .loading.sea .object {
    border-top: 5px solid #206ab0;
    border-left: 5px solid #206ab0
}

body[data-color=theme-7] .c-button.hv-sea-o:hover {
    color: #206ab0
}

body[data-color=theme-7] .loading.blue-2 .object {
    border-top: 5px solid #206ab0;
    border-left: 5px solid #206ab0
}

body[data-color=theme-7] .loading.dr-blue-2 .object {
    border-top: 5px solid #206ab0;
    border-left: 5px solid #206ab0
}

body[data-color=theme-7] .loading.red-3 .object {
    border-top: 5px solid #206ab0;
    border-left: 5px solid #206ab0
}

body[data-color=theme-7] .c-button.bg-aqua {
    border: 2px solid #206ab0
}

body[data-color=theme-7] .bg-aqua {
    background: #206ab0
}

body[data-color=theme-7] .tabs-slider .tabs-style-1.nav-tabs > li:hover > a {
    background: #206ab0
}

body[data-color=theme-7] .tabs-slider .tabs-style-1.nav-tabs > li.active > a {
    background: #206ab0
}

body[data-color=theme-7] .baner-bar .c-button.b-60 {
    background: #206ab0;
    color: #fff;
    border: 2px solid #206ab0
}

body[data-color=theme-7] .baner-bar .c-button.b-60:hover {
    background: 0 0;
    color: #206ab0
}

body[data-color=theme-7] .count a.active {
    background: #206ab0;
    border: 1px solid #206ab0
}

body[data-color=theme-7] .baner-bar .ui-slider .ui-slider-range {
    background: #206ab0
}

body[data-color=theme-7] .baner-bar .ui-slider .ui-slider-handle {
    background: #206ab0
}

body[data-color=theme-7] .header-style-2 nav > ul > li.active > a {
    background: #206ab0
}

body[data-color=theme-7] .header-style-2 {
    border-bottom: 2px solid #206ab0
}

body[data-color=theme-7] .header-style-2 nav li.type-4 .dropmenu > li:hover > a {
    background: #206ab0
}

body[data-color=theme-7] .header-style-2 nav li.type-1 .dropmenu > li:hover > a {
    background: #206ab0
}

body[data-color=theme-7] .header-style-2 nav li.type-2 .dropmenu a:hover {
    background: #206ab0
}

body[data-color=theme-7] .header-style-2 nav li.type-3 .dropmenu a:hover {
    background: #206ab0
}

body[data-color=theme-7] .header-style-2 .drop span a:hover {
    background: #206ab0
}

body[data-color=theme-7] .menu-3 nav > ul > li:hover {
    border-top: 3px solid #206ab0
}

body[data-color=theme-7] .footer-form input[type=submit].bg-aqua {
    border: 1px solid #206ab0
}

body[data-color=theme-7] .popular-desc .c-button:hover {
    color: #206ab0
}

body[data-color=theme-7] .color-aqua {
    color: #206ab0
}

body[data-color=theme-7] .hover-aqua:hover .hover-it {
    color: #206ab0
}

body[data-color=theme-7] .tour-block:hover h3 {
    color: #206ab0
}

body[data-color=theme-7] .object {
    border-top: 5px solid #206ab0;
    border-left: 5px solid #206ab0
}

body[data-color=theme-7] .popular-img:hover a {
    color: #206ab0
}

body[data-color=theme-7] .link-aqua:hover {
    color: #206ab0
}

body[data-color=theme-7] .low-price {
    background: #206ab0
}

body[data-color=theme-7] .c-button.hv-aqua-o:hover {
    color: #206ab0
}

body[data-color=theme-7] header.color-1 nav > ul > li:hover > a {
    color: #206ab0
}

body[data-color=theme-7] .dtpicker-header .dtpicker-value {
    color: #206ab0
}

body[data-color=theme-7] .dtpicker-header .dtpicker-close {
    color: #206ab0
}

body[data-color=theme-7] .sw-arrow:hover {
    border: 2px solid #206ab0
}

body[data-color=theme-7] .offers-block:hover h3 {
    color: #206ab0
}

body[data-color=theme-7] footer.bg-white .footer-block li a:hover {
    color: #206ab0
}

body[data-color=theme-7] header.color-9 nav > ul > li:hover > a {
    color: #206ab0
}

body[data-color=theme-7] header.color-6 nav > ul > li:hover > a {
    color: #206ab0
}

body[data-color=theme-7] header.color-8 nav > ul > li:hover > a {
    color: #206ab0
}

body[data-color=theme-7] .color-sea {
    color: #206ab0
}

body[data-color=theme-7] .bg-sea {
    background: #206ab0
}

body[data-color=theme-7] .c-button.bg-sea {
    border: 2px solid #206ab0
}

body[data-color=theme-7] .tp_content h4 a:hover {
    color: #206ab0
}

body[data-color=theme-7] .hover-sea.underline-block:hover .underline:before {
    background: #206ab0
}

body[data-color=theme-7] .c-button.bg-sea-t {
    border: 2px solid #206ab0
}

body[data-color=theme-7] .c-button.hv-sea-t:hover {
    background: #206ab0
}

body[data-color=theme-7] .c-button.hv-sea:hover {
    background: #206ab0;
    color: #206ab0;
    border-color: #206ab0
}

body[data-color=theme-7] .link-sea:hover {
    color: #206ab0
}

body[data-color=theme-7] .accordion.style-5 .acc-title {
    background: #206ab0
}

body[data-color=theme-7] .accordion.style-5 .acc-icon {
    background: #206ab0
}

body[data-color=theme-7] .accordion-chooser a.active, body[data-color=theme-7] .accordion-chooser a:hover {
    background: #206ab0
}

body[data-color=theme-7] .accordion.style-5 .acc-title.active .acc-icon:before {
    color: #206ab0
}

body[data-color=theme-7] .date-f {
    color: #206ab0
}

body[data-color=theme-7] .bg-dark.type-2 .contact-info i {
    color: #206ab0
}

body[data-color=theme-7] .footer-share a:hover {
    color: #206ab0
}

body[data-color=theme-7] .tags-b:before {
    background: #206ab0
}

body[data-color=theme-7] .link-red:hover {
    color: #206ab0
}

body[data-color=theme-7] .menu-3 nav > ul > li > .dropmenu {
    border-top: 2px solid #206ab0
}

body[data-color=theme-7] .menu-3 nav > ul > li.active {
    border-top: 3px solid #206ab0
}

body[data-color=theme-7] .menu-3 nav > ul > li.active > a {
    color: #206ab0
}

body[data-color=theme-7] .check-option.active span {
    background: #206ab0;
    border: 1px solid #206ab0
}

body[data-color=theme-7] .check-option:hover span {
    background: #206ab0;
    border: 1px solid #206ab0
}

body[data-color=theme-7] .accordeon-entry h5:hover, body[data-color=theme-7] .accordeon-entry.active h5 {
    background: #206ab0
}

body[data-color=theme-7] .accordeon-entry h5:after {
    background: #206ab0
}

body[data-color=theme-8] header.color-3 nav > ul > li:hover > a {
    color: #d73240
}

body[data-color=theme-8] .c-button.hv-orange:hover {
    background: #d73240;
    border-color: #d73240
}

body[data-color=theme-8] .item-block:hover h3 {
    color: #d73240
}

body[data-color=theme-8] .item-block.style-2 h3:before {
    background: #d73240
}

body[data-color=theme-8] .arr-s-1 .sw-arrow:hover span {
    color: #d73240
}

body[data-color=theme-8] .arr-s-1 .sw-arrow:hover {
    border: 2px solid #d73240
}

body[data-color=theme-8] .bg-orange {
    background: #d73240
}

body[data-color=theme-8] .footer-form input[type=submit].bg-orange {
    border: 1px solid #d73240
}

body[data-color=theme-8] .footer-form input[type=submit]:hover {
    color: #d73240
}

body[data-color=theme-8] .tour-block.tour-block-s-1:hover h3 {
    color: #d73240
}

body[data-color=theme-8] header.color-4 nav > ul > li:hover > a {
    color: #d73240
}

body[data-color=theme-8] .c-button.bg-dr-blue {
    border: 2px solid #d73240
}

body[data-color=theme-8] .bg-dr-blue {
    background: #d73240
}

body[data-color=theme-8] .offers-arrow {
    background: #d73240
}

body[data-color=theme-8] .offers-arrow:hover {
    background: #fff;
    border: 5px solid #d73240
}

body[data-color=theme-8] .bg-grey {
    border: 2px solid #d73240;
    background: #d73240
}

body[data-color=theme-8] .arrows-travel {
    background: #d73240
}

body[data-color=theme-8] .find-form {
    background: #d73240
}

body[data-color=theme-8] .bg-blue-light {
    background: rgba(74, 229, 209, .6)
}

body[data-color=theme-8] .color-blue {
    color: #d73240
}

body[data-color=theme-8] .hover-blue:hover .hover-it {
    color: #d73240
}

body[data-color=theme-8] .hover-blue.underline-block:hover .underline:before {
    background: #d73240
}

body[data-color=theme-8] .c-button.hv-blue-o:hover {
    border-color: #d73240
}

body[data-color=theme-8] .bg-blue {
    background: #d73240
}

body[data-color=theme-8] .c-button.bg-blue {
    border: 2px solid #d73240
}

body[data-color=theme-8] .link-blue:hover {
    color: #d73240
}

body[data-color=theme-8] .c-button.hv-blue:hover {
    border: 1px solid #d73240;
    background: #d73240;
    color: #fff
}

body[data-color=theme-8] .c-button.hv-blue {
    border: 1px solid #d73240;
    color: #d73240
}

body[data-color=theme-8] .c-button.bg-blue:hover {
    color: #d73240
}

body[data-color=theme-8] .c-button.hv-green-o:hover {
    color: #d73240
}

body[data-color=theme-8] .c-button.bg-green {
    border: 2px solid #d73240
}

body[data-color=theme-8] .bg-green {
    background: #d73240
}

body[data-color=theme-8] .arr-s-2 .sw-arrow:hover {
    border: 2px solid #d73240
}

body[data-color=theme-8] .arr-s-2 .sw-arrow:hover span {
    color: #d73240
}

body[data-color=theme-8] .contry-item:hover img {
    box-shadow: 0 0 0 5px #d73240
}

body[data-color=theme-8] .contry-item:hover h5 {
    color: #d73240
}

body[data-color=theme-8] .hover-green:hover .hover-it {
    color: #d73240
}

body[data-color=theme-8] .hover-green.underline-block .underline:before {
    background: #d73240
}

body[data-color=theme-8] .hover-green.underline-block:hover .underline:before {
    background: #d73240
}

body[data-color=theme-8] .city-entry .nav-tab-item.active {
    color: #d73240
}

body[data-color=theme-8] .city-entry .nav-tab-item:hover {
    color: #d73240
}

body[data-color=theme-8] .color-green {
    color: #d73240
}

body[data-color=theme-8] .link-green:hover {
    color: #d73240
}

body[data-color=theme-8] .color-2.type-2 .top-header-block a:hover {
    color: #d73240
}

body[data-color=theme-8] .color-red {
    color: #d73240
}

body[data-color=theme-8] .c-button.bg-red {
    border: 2px solid #d73240
}

body[data-color=theme-8] .bg-red {
    background: #d73240
}

body[data-color=theme-8] .c-button.bg-red:hover {
    color: #d73240
}

body[data-color=theme-8] .c-button.hv-red:hover {
    background: #d73240;
    border-color: #d73240
}

body[data-color=theme-8] .c-button.bg-blue-2 {
    border: 2px solid #d73240
}

body[data-color=theme-8] .bg-blue-2 {
    background: #d73240
}

body[data-color=theme-8] .c-button.hv-blue-2-o:hover {
    color: #d73240
}

body[data-color=theme-8] .color-blue-2 {
    color: #d73240
}

body[data-color=theme-8] .underline.color-blue-2:after {
    background: #d73240
}

body[data-color=theme-8] .icon-block.style-2 .c-button.hv-blue {
    color: #fff
}

body[data-color=theme-8] .arr-s-5 .sw-arrow:hover {
    border: 2px solid #d73240
}

body[data-color=theme-8] .arr-s-5 .sw-arrow:hover span {
    color: #d73240
}

body[data-color=theme-8] header.color-10 nav > ul > li:hover > a {
    color: #d73240
}

body[data-color=theme-8] .link-blue-2:hover {
    color: #d73240
}

body[data-color=theme-8] .bg-blue-3 {
    background: #d73240
}

body[data-color=theme-8] .c-button.bg-blue-3 {
    border-color: #d73240
}

body[data-color=theme-8] .c-button.hv-blue-3-f:hover {
    background: #d73240;
    border-color: #d73240
}

body[data-color=theme-8] .c-button.hv-dr-blue-2-o:hover {
    border: 2px solid #d73240;
    color: #d73240
}

body[data-color=theme-8] .bg-dr-blue-2 {
    background: #d73240
}

body[data-color=theme-8] .c-button.bg-dr-blue-2 {
    border: 2px solid #d73240
}

body[data-color=theme-8] .c-button.hv-blue-3-o:hover {
    color: #d73240
}

body[data-color=theme-8] .c-button.bg-red-3 {
    border: 2px solid #d73240
}

body[data-color=theme-8] .bg-red-3 {
    background: #d73240
}

body[data-color=theme-8] .color-red-3 {
    color: #d73240
}

body[data-color=theme-8] .underline.color-red-3:after {
    background: #d73240
}

body[data-color=theme-8] .c-button.hv-red-3-o:hover {
    color: #d73240
}

body[data-color=theme-8] .hover-red-3:hover .hover-it {
    color: #d73240
}

body[data-color=theme-8] .hover-red-3.underline-block:hover .underline:before {
    background: #d73240
}

body[data-color=theme-8] .filter-nav li.selected a {
    background: #d73240
}

body[data-color=theme-8] .filter-nav li.selected a:before {
    border-color: #d73240 transparent transparent transparent
}

body[data-color=theme-8] .filter-nav a:hover:before {
    border-color: #d73240 transparent transparent transparent
}

body[data-color=theme-8] .filter-nav a:hover {
    background: #d73240
}

body[data-color=theme-8] .gal-item.style-3 a:hover .gal-item-desc {
    background: #d73240
}

body[data-color=theme-8] header.color-5 nav > ul > li:hover > a {
    color: #d73240
}

body[data-color=theme-8] .color-dr-blue-2 {
    color: #d73240
}

body[data-color=theme-8] .underline.color-dr-blue-2:after {
    background: #d73240
}

body[data-color=theme-8] .bg-dark-blue {
    background: #d73240
}

body[data-color=theme-8] .loading.dr-blue-2 .object {
    border-top: 5px solid #d73240;
    border-left: 5px solid #d73240
}

body[data-color=theme-8] .s_news-title a:hover {
    color: #d73240
}

body[data-color=theme-8] .link-dr-blue-2:hover {
    color: #d73240
}

body[data-color=theme-8] .contact-line a:hover {
    color: #d73240
}

body[data-color=theme-8] .c-button.bg-white {
    color: #d73240
}

body[data-color=theme-8] .c-button.bg-white:hover {
    color: #fff
}

body[data-color=theme-8] .back-counter .part-counter {
    background: #d73240
}

body[data-color=theme-8] .not-found-number h3 {
    background: #d73240
}

body[data-color=theme-8].bg-dr-blue-2 {
    background: #d73240
}

body[data-color=theme-8] .simple-tab.type-2 .nav-tab-item.active {
    background: #d73240
}

body[data-color=theme-8] .simple-tab.type-2 .nav-tab-item.active:before {
    border-color: #d73240 transparent transparent transparent
}

body[data-color=theme-8] .table.style-3 td:hover {
    background: #d73240
}

body[data-color=theme-8] .arr-s-3 .sw-arrow:hover {
    border: 2px solid #d73240;
    color: #d73240
}

body[data-color=theme-8] .change-grid.color-1.active, body[data-color=theme-8] .change-grid.color-1:hover, body[data-color=theme-8] .change-list.color-1.active, body[data-color=theme-8] .change-list.color-1:hover {
    background: #d73240
}

body[data-color=theme-8] header.color-12 nav > ul > li:hover > a {
    color: #d73240
}

body[data-color=theme-8] .sidebar-category.color-1 a:hover, body[data-color=theme-8] .sidebar-category.color-1 li.active > a {
    color: #d73240
}

body[data-color=theme-8] .slider-range.color-1 .ui-slider .ui-slider-handle {
    background: #d73240
}

body[data-color=theme-8] .slider-range.color-1 .ui-slider .ui-slider-range {
    background: #d73240
}

.cp_content.color-1 a:hover, body[data-color=theme-8] .cp_content.color-1 .active a {
    background: #d73240
}

body[data-color=theme-8] .sidebar-category.color-2 a:hover, body[data-color=theme-8] .sidebar-category.color-2 li.active > a {
    background: #d73240
}

body[data-color=theme-8] .slider-range.color-2 .ui-slider .ui-slider-handle {
    background: #d73240
}

body[data-color=theme-8] .slider-range.color-2 .ui-slider .ui-slider-range {
    background: #d73240
}

.cp_content.color-2 a:hover, body[data-color=theme-8] .cp_content.color-2 .active a {
    background: #d73240
}

body[data-color=theme-8] .change-grid.color-2.active, body[data-color=theme-8] .change-grid.color-2:hover, body[data-color=theme-8] .change-list.color-2.active, body[data-color=theme-8] .change-list.color-2:hover {
    background: #d73240
}

body[data-color=theme-8] .list-content .hotel-item.style-9 .buttons-block .bg-white {
    background: #d73240;
    border: 2px solid #d73240
}

body[data-color=theme-8] .list-content .hotel-item.style-9 .buttons-block .bg-white:hover {
    background: 0 0;
    color: #d73240
}

body[data-color=theme-8] .cp_content.color-3 .active a, body[data-color=theme-8] .cp_content.color-3 a:hover {
    background: #d73240
}

body[data-color=theme-8] .slider-range.color-3 .ui-slider .ui-slider-handle {
    background: #d73240
}

body[data-color=theme-8] .slider-range.color-3 .ui-slider .ui-slider-range {
    background: #d73240
}

body[data-color=theme-8] .change-grid.color-3.active, body[data-color=theme-8] .change-grid.color-3:hover, body[data-color=theme-8] .change-list.color-3.active, body[data-color=theme-8] .change-list.color-3:hover {
    background: #d73240
}

body[data-color=theme-8] .change-grid.color-4.active, body[data-color=theme-8] .change-grid.color-4:hover, body[data-color=theme-8] .change-list.color-4.active, body[data-color=theme-8] .change-list.color-4:hover {
    background: #d73240
}

body[data-color=theme-8] .sidebar-category.color-4 a:hover, body[data-color=theme-8] .sidebar-category.color-4 li.active > a {
    color: #d73240
}

body[data-color=theme-8] .slider-range.color-4 .ui-slider .ui-slider-handle {
    background: #d73240
}

body[data-color=theme-8] .slider-range.color-4 .ui-slider .ui-slider-range {
    background: #d73240
}

body[data-color=theme-8] .cp_content.color-4 .active a, body[data-color=theme-8] .cp_content.color-4 a:hover {
    background: #d73240
}

body[data-color=theme-8] .accordion.style-1 .acc-title {
    background: #d73240
}

body[data-color=theme-8] .accordion.style-1 .acc-icon {
    background: #d73240
}

body[data-color=theme-8] .accordion.style-1 .acc-title.active .acc-icon:before {
    color: #d73240
}

body[data-color=theme-8] .table.style-1 thead {
    background: #d73240
}

body[data-color=theme-8] .detail-block .details-btn .c-button.hv-blue {
    color: #fff
}

body[data-color=theme-8] .accordion.style-2 .acc-title {
    background: #d73240
}

body[data-color=theme-8] .accordion.style-2 .acc-icon {
    background: #d73240
}

body[data-color=theme-8] .accordion.style-2 .acc-title.active .acc-icon:before {
    color: #d73240
}

body[data-color=theme-8] .accordion.style-3 .acc-title {
    background: #d73240
}

body[data-color=theme-8] .accordion.style-3 .acc-icon {
    background: #d73240
}

body[data-color=theme-8] .accordion.style-3 .acc-title.active .acc-icon:before {
    color: #d73240
}

body[data-color=theme-8] .accordion.style-4 .acc-title {
    background: #d73240
}

body[data-color=theme-8] .accordion.style-4 .acc-icon {
    background: #d73240
}

body[data-color=theme-8] .accordion.style-4 .acc-title.active .acc-icon:before {
    color: #d73240
}

body[data-color=theme-8] .accordion.style-4 li:before {
    color: #d73240
}

body[data-color=theme-8] .sidebar-category.color-5 a:hover, body[data-color=theme-8] .sidebar-category.color-5 li.active > a {
    background: #d73240
}

body[data-color=theme-8] .blockquote.color-1 {
    background: #d73240
}

body[data-color=theme-8] .c-button.hv-dr-blue-2:hover {
    background: #d73240
}

body[data-color=theme-8] .loading.orange .object {
    border-top: 5px solid #d73240;
    border-left: 5px solid #d73240
}

body[data-color=theme-8] .loading.dr-blue .object {
    border-top: 5px solid #d73240;
    border-left: 5px solid #d73240
}

body[data-color=theme-8] .loading.blue .object {
    border-top: 5px solid #d73240;
    border-left: 5px solid #d73240
}

body[data-color=theme-8] .loading.green .object {
    border-top: 5px solid #d73240;
    border-left: 5px solid #d73240
}

body[data-color=theme-8] .loading.red .object {
    border-top: 5px solid #d73240;
    border-left: 5px solid #d73240
}

body[data-color=theme-8] .loading.sea .object {
    border-top: 5px solid #d73240;
    border-left: 5px solid #d73240
}

body[data-color=theme-8] .c-button.hv-sea-o:hover {
    color: #d73240
}

body[data-color=theme-8] .loading.blue-2 .object {
    border-top: 5px solid #d73240;
    border-left: 5px solid #d73240
}

body[data-color=theme-8] .loading.dr-blue-2 .object {
    border-top: 5px solid #d73240;
    border-left: 5px solid #d73240
}

body[data-color=theme-8] .loading.red-3 .object {
    border-top: 5px solid #d73240;
    border-left: 5px solid #d73240
}

body[data-color=theme-8] .c-button.bg-aqua {
    border: 2px solid #d73240
}

body[data-color=theme-8] .bg-aqua {
    background: #d73240
}

body[data-color=theme-8] .tabs-slider .tabs-style-1.nav-tabs > li:hover > a {
    background: #d73240
}

body[data-color=theme-8] .tabs-slider .tabs-style-1.nav-tabs > li.active > a {
    background: #d73240
}

body[data-color=theme-8] .baner-bar .c-button.b-60 {
    background: #d73240;
    color: #fff;
    border: 2px solid #d73240
}

body[data-color=theme-8] .baner-bar .c-button.b-60:hover {
    background: 0 0;
    color: #d73240
}

body[data-color=theme-8] .count a.active {
    background: #d73240;
    border: 1px solid #d73240
}

body[data-color=theme-8] .baner-bar .ui-slider .ui-slider-range {
    background: #d73240
}

body[data-color=theme-8] .baner-bar .ui-slider .ui-slider-handle {
    background: #d73240
}

body[data-color=theme-8] .header-style-2 nav > ul > li.active > a {
    background: #d73240
}

body[data-color=theme-8] .header-style-2 {
    border-bottom: 2px solid #d73240
}

body[data-color=theme-8] .header-style-2 nav li.type-4 .dropmenu > li:hover > a {
    background: #d73240
}

body[data-color=theme-8] .header-style-2 nav li.type-1 .dropmenu > li:hover > a {
    background: #d73240
}

body[data-color=theme-8] .header-style-2 nav li.type-2 .dropmenu a:hover {
    background: #d73240
}

body[data-color=theme-8] .header-style-2 nav li.type-3 .dropmenu a:hover {
    background: #d73240
}

body[data-color=theme-8] .header-style-2 .drop span a:hover {
    background: #d73240
}

body[data-color=theme-8] .menu-3 nav > ul > li:hover {
    border-top: 3px solid #d73240
}

body[data-color=theme-8] .footer-form input[type=submit].bg-aqua {
    border: 1px solid #d73240
}

body[data-color=theme-8] .popular-desc .c-button:hover {
    color: #d73240
}

body[data-color=theme-8] .color-aqua {
    color: #d73240
}

body[data-color=theme-8] .hover-aqua:hover .hover-it {
    color: #d73240
}

body[data-color=theme-8] .tour-block:hover h3 {
    color: #d73240
}

body[data-color=theme-8] .object {
    border-top: 5px solid #d73240;
    border-left: 5px solid #d73240
}

body[data-color=theme-8] .popular-img:hover a {
    color: #d73240
}

body[data-color=theme-8] .link-aqua:hover {
    color: #d73240
}

body[data-color=theme-8] .low-price {
    background: #d73240
}

body[data-color=theme-8] .c-button.hv-aqua-o:hover {
    color: #d73240
}

body[data-color=theme-8] header.color-1 nav > ul > li:hover > a {
    color: #d73240
}

body[data-color=theme-8] .dtpicker-header .dtpicker-value {
    color: #d73240
}

body[data-color=theme-8] .dtpicker-header .dtpicker-close {
    color: #d73240
}

body[data-color=theme-8] .sw-arrow:hover {
    border: 2px solid #d73240
}

body[data-color=theme-8] .offers-block:hover h3 {
    color: #d73240
}

body[data-color=theme-8] footer.bg-white .footer-block li a:hover {
    color: #d73240
}

body[data-color=theme-8] header.color-9 nav > ul > li:hover > a {
    color: #d73240
}

body[data-color=theme-8] header.color-6 nav > ul > li:hover > a {
    color: #d73240
}

body[data-color=theme-8] header.color-8 nav > ul > li:hover > a {
    color: #d73240
}

body[data-color=theme-8] .color-sea {
    color: #d73240
}

body[data-color=theme-8] .bg-sea {
    background: #d73240
}

body[data-color=theme-8] .c-button.bg-sea {
    border: 2px solid #d73240
}

body[data-color=theme-8] .tp_content h4 a:hover {
    color: #d73240
}

body[data-color=theme-8] .hover-sea.underline-block:hover .underline:before {
    background: #d73240
}

body[data-color=theme-8] .c-button.bg-sea-t {
    border: 2px solid #d73240
}

body[data-color=theme-8] .c-button.hv-sea-t:hover {
    background: #d73240
}

body[data-color=theme-8] .c-button.hv-sea:hover {
    background: #d73240;
    color: #d73240;
    border-color: #d73240
}

body[data-color=theme-8] .link-sea:hover {
    color: #d73240
}

body[data-color=theme-8] .accordion.style-5 .acc-title {
    background: #d73240
}

body[data-color=theme-8] .accordion.style-5 .acc-icon {
    background: #d73240
}

body[data-color=theme-8] .accordion-chooser a.active, body[data-color=theme-8] .accordion-chooser a:hover {
    background: #d73240
}

body[data-color=theme-8] .accordion.style-5 .acc-title.active .acc-icon:before {
    color: #d73240
}

body[data-color=theme-8] .date-f {
    color: #d73240
}

body[data-color=theme-8] .bg-dark.type-2 .contact-info i {
    color: #d73240
}

body[data-color=theme-8] .footer-share a:hover {
    color: #d73240
}

body[data-color=theme-8] .tags-b:before {
    background: #d73240
}

body[data-color=theme-8] .link-red:hover {
    color: #d73240
}

body[data-color=theme-8] .menu-3 nav > ul > li > .dropmenu {
    border-top: 2px solid #d73240
}

body[data-color=theme-8] .menu-3 nav > ul > li.active {
    border-top: 3px solid #d73240
}

body[data-color=theme-8] .menu-3 nav > ul > li.active > a {
    color: #d73240
}

body[data-color=theme-8] .check-option.active span {
    background: #d73240;
    border: 1px solid #d73240
}

body[data-color=theme-8] .check-option:hover span {
    background: #d73240;
    border: 1px solid #d73240
}

body[data-color=theme-8] .accordeon-entry h5:hover, body[data-color=theme-8] .accordeon-entry.active h5 {
    background: #d73240
}

body[data-color=theme-8] .accordeon-entry h5:after {
    background: #d73240
}

.bg-white.color-4.header-style-2 nav > ul > li.active > a {
    color: #fff
}

.bg-1 {
    background: #f60
}

.bg-2 {
    background: #2d3e50
}

.bg-3 {
    background: #23b0e8
}

.bg-4 {
    background: #66bb6a
}

.bg-5 {
    background: #ef4836
}

.bg-6 {
    background: #1593d0
}

.bg-7 {
    background: #206ab0
}

.bg-8 {
    background: #d73240
}

.entry.bg-9 {
    display: none
}

.noborder .c-button {
    border-radius: 0
}

.noborder .radius-mask .bg {
    border-radius: 0
}

.noborder .swiper-arrow-left, .noborder .swiper-arrow-right {
    border-radius: 0
}

.noborder .footer-form input[type=submit] {
    border-radius: 0
}

.noborder .footer-folow li {
    border-radius: 0
}

.noborder .footer-folow li span {
    border-radius: 0
}

.noborder .input-style-1 input {
    border-radius: 0
}

.noborder nav > ul > li > a {
    border-radius: 0
}

.noborder .search-popup .s_close {
    border-radius: 0
}

.noborder .form-input {
    border-radius: 0
}

.noborder .ui-datepicker {
    border-radius: 0
}

.noborder .cart-popup .item-remove {
    border-radius: 0
}

.noborder .hotel-choose {
    border-radius: 0
}

.noborder .drop-wrap-s-2 {
    border-radius: 0
}

.noborder .price-s-1 {
    border-radius: 0
}

.noborder .radius-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.noborder .hotel-item .title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.noborder .hotel-small .tour-layer {
    border-radius: 0
}

.noborder .radius-3 {
    border-radius: 0
}

.noborder .drop-wrap-s-3 {
    border-radius: 0
}

.noborder .tour-weather {
    border-radius: 0
}

.noborder .tour-item .tour-desc {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.noborder .radius-5 {
    border-radius: 0
}

.noborder .contry-item img {
    border-radius: 0
}

.noborder .radius-5 .tour-layer {
    border-radius: 0
}

.noborder .hotel-line .hotel-img img, .noborder .hotel-line .tour-layer {
    border-radius: 0
}

.noborder .main-slider-5 .slide-preview img {
    border-radius: 0
}

.noborder .radius-4 {
    border-radius: 0
}

.noborder .price-s-2 {
    border-radius: 0
}

.noborder .photo-ar-left .arrow-img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.noborder .tariff-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.noborder .icon-block.style-5 {
    border-radius: 0
}

.noborder .share li {
    border-radius: 0
}

.noborder .input-entry .checkbox-form + label span.sp-check {
    border-radius: 0
}

.noborder .popular-tours {
    border-radius: 0
}

.noborder .sidebar-text-label {
    border-radius: 0
}

.noborder .drop-wrap-s-4 {
    border-radius: 0
}

.noborder .list-content .hotel-item.style-8 .hotel-right {
    border-radius: 0
}

.noborder .detail-content .hotel-item.style-8 .radius-top {
    border-bottom-left-radius: 0
}

.noborder .price-s-4 {
    border-radius: 0
}

.noborder .cp_content a {
    border-radius: 0
}

.noborder .detail-block {
    border-radius: 0
}

.noborder .detail-logo {
    border-radius: 0
}

.noborder .testi-wrap {
    border-radius: 0
}

.noborder .main-slider-5 .slider-block {
    border-radius: 0
}

.noborder .gal-item .img-full {
    border-radius: 0
}

.noborder .world-city {
    border-radius: 0
}

.noborder .hotel-img .img-responsive {
    border-radius: 0
}

.noborder .style-5.hover-blue-3.background-block {
    border-radius: 0
}

.noborder .tour-block-s-5 .res-img {
    border-radius: 0
}

.noborder .icon-block.style-2 {
    border-radius: 0
}

.noborder .team-entry .image {
    border-radius: 0
}

.noborder .accordion-chooser {
    border-radius: 0
}

.noborder .accordion-chooser {
    border-radius: 0
}

.noborder .accordion .acc-title {
    border-radius: 0
}

.noborder .accordion .acc-icon {
    border-radius: 0
}

.noborder .back-counter .part-counter {
    border-radius: 0
}

.noborder .not-found-box {
    border-radius: 0
}

.noborder .simple-tab .nav-tab-item {
    border-radius: 0
}

.noborder .list-header .change-grid, .noborder .list-header .change-list {
    border-radius: 0
}

.noborder .ui-slider .ui-slider-handle {
    border-radius: 0
}

.noborder .acc-body img, .noborder .detail-content img {
    border-radius: 0
}

.noborder .s_news-entry .s_news-img {
    border-radius: 0
}

.noborder .blockquote {
    border-radius: 0
}

.noborder .sidebar-category a {
    border-radius: 0
}

.noborder .blog-nav-left .blog-nav-img, .noborder .blog-nav-right .blog-nav-img {
    border-radius: 0
}

.noborder .blog-nav-img img {
    border-radius: 0
}

.noborder .tpl-tabs-cont {
    border-radius: 0
}

.noborder .baner-bar {
    border-radius: 0
}

.noborder .dtpicker-subcontent {
    border-radius: 0
}

.noborder .time-input input {
    border-radius: 0
}

.noborder .comments-block .comment-content {
    border-radius: 0
}

.noborder .count a {
    border-radius: 0
}

.noborder img.img-responsiv {
    border-radius: 0
}

.search-select {
    display: block;
    width: 100%;
    color: #ddd;
    border-radius: 50px;
    font-size: 14px;
    height: 50px;
    padding: 0 20px 0 44px;
    border-color: #f8f8f8;
    background: #f8f8f8;
    color: #b9b9b9;
    opacity: 1
}

.icon_whatsapp {
    position: fixed;
    bottom: 16px;
    left: 10px;
    z-index: 99999;
    background: #7ac47f;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    border-radius: 10px
}

.icon_whatsapp a {
    font-size: 40px;
    color: #fff
}

.ed-top {
    background: #2972e7
}

.ed-com-t1-left ul {
    margin-bottom: 0
}

.ed-com-t1-left ul li {
    float: left;
    display: inline-block
}

.ed-com-t1-left ul li a {
    color: #fff;
    padding: 5px 14px;
    line-height: 30px;
    border-right: 1px solid #e7ebef;
    font-size: 12px
}

.ed-com-t1-social {
    position: relative;
    overflow: hidden;
    float: right
}

.ed-com-t1-social ul li {
    float: left;
    list-style-type: none
}

.ed-com-t1-social ul li a {
    line-height: 26px
}

.ed-com-t1-social ul li a i {
    width: 22px;
    height: 22px;
    background: #fff;
    color: #1ca6e4;
    padding: 0;
    text-align: center;
    border: 1px solid #e7ebef;
    border-radius: 25px;
    margin: 0 0 0 5px;
    font-size: 11px;
    line-height: 21px
}

.menu-3 nav > ul > li {
    padding: 25px 0
}

header.menu-3.hovered.scrol nav > ul > li {
    padding: 15px 0
}

.main-slider .swiper-slide {
    min-height: 100vh
}

.m-200 .swiper-arrow-left {
    margin-top: 0
}

.m-200 .swiper-arrow-right {
    margin-top: 0
}

.main-title h1 {
    padding: 50px 0 0 0;
    letter-spacing: normal;
    font-size: 36px
}

.main-title > p {
    max-width: 100%
}

.tit_search {
    color: #fff;
    margin: 0 0 30px 0;
    letter-spacing: normal
}

.tpl-tabs-cont {
    min-height: 125px;
    padding: 25px 0 25px
}

header.menu-3.hovered .logo img {
    height: 75px
}

.input-style input {
    background: 0 0;
    width: 100%;
    padding: 10px 23px 10px 30px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 25px
}

.input-style img {
    vertical-align: middle;
    position: absolute;
    left: 10px;
    top: 10px
}

.tabs-block h5 {
    padding: 0 10px 10px 10px
}

.tabs-block {
    border-bottom: 0
}

.drop {
    padding: 10px 0 10px 5px;
    border: 1px solid rgba(255, 255, 255, .3);
    height: 38px;
    border-radius: 25px
}

.drop .drop-list {
    position: absolute;
    font-size: 12px;
    top: 9px;
    right: 0;
    padding-right: 10px
}

.drop b {
    font-size: 12px
}

.tour-caption .vertical-bottom {
    text-align: center
}

.hotel-item.style-5 .title {
    padding: 15px 10px
}

.hotel-item.style-5 .date {
    margin: 10px 0 15px 0;
    height: 30px;
    overflow: hidden
}

.hotel-item.style-5 .title h4 {
    letter-spacing: normal;
    font-size: 14px;
    height: 20px;
    overflow: hidden
}

.hotel-item {
    margin-bottom: 30px
}

.second-title {
    padding: 75px 0 30px 0
}

.sg-testimonals .sg-image {
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 100px;
    width: 100px
}

.hotel-small.style-2 h4 {
    letter-spacing: normal
}

.hotel-small.style-2 .hotel-loc {
    line-height: 16px
}

.bg-dark.type-2 .logo-footer {
    height: 65px
}

.grid-content .hotel-item.style-3 .hotel-middle {
    padding: 15px 15px 0 15px
}

.hotel-item.style-3 .date {
    margin: 10px 0 0 0
}

.hotel-item.style-3 .title h4 {
    letter-spacing: normal;
    height: 50px;
    overflow: hidden
}

.hotel-item .title {
    padding: 15px;
    text-align: center
}

.map_hotel {
    margin-bottom: 25px;
    border-radius: 5px;
    overflow: hidden
}

.acc-body img, .detail-content img {
    border-radius: 0
}

.slider-wth-thumbs.style-2 .thumbnails .swiper-slide:before {
    border: 5px solid #f60
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
    padding-bottom: 0;
    display: block
}

.content_tab {
    padding: 30px 0 0 0
}

.content_tab p {
    color: #5958a0
}

.content_tab h3 {
    letter-spacing: normal;
    margin: 30px 0 10px 0
}

.content_tab ul {
    list-style: circle;
    padding: 0 0 0 20px
}

.content_tab ul li {
    color: #888
}

.accordion .acc-icon, .accordion .acc-title {
    border-radius: 0
}

.dir-rat {
    position: relative;
    overflow: hidden;
    border: 1px solid #dedede;
    padding: 25px 25px 0 25px;
    background: #fff;
    margin-top: 50px
}

.dir-rat-inn {
    position: relative;
    overflow: hidden
}

.dir-rat-title h3 {
    margin-top: 0;
    color: #213d44;
    background-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px
}

.content_tab p {
    color: #5958a0
}

.pad-left-o {
    padding-left: 0 !important
}

.dir-rat-form input, textarea {
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 3px;
    resize: none;
    padding: 18px;
    box-shadow: 0 0 0;
    margin: 15px 0 0 0
}

.dir-rat-form textarea {
    height: 120px;
    box-shadow: 0 0 0
}

.dir-rat-review {
    border: 1px solid #dedede;
    padding: 25px;
    background: #fff;
    margin-bottom: 30px
}

.dir-rat-left {
    text-align: center
}

.dir-rat-left img {
    border-radius: 50px;
    margin-bottom: 20px
}

.dir-rat-left p span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #888
}

.dir-rat-star {
    padding-bottom: 20px
}

.dir-rat-star i {
    font-size: 16px;
    color: #ff9800;
    margin-right: 2px
}

.link-btn {
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    padding: 6px 15px;
    border-radius: 2px;
    display: inline-block;
    font-family: Quicksand, sans-serif;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    color: #fff !important;
    font-size: 13px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    background: #f4364f;
    background: linear-gradient(to bottom, #f4364f, #dc2039)
}

.dir-rat-form input[type=submit] {
    border: 0;
    padding: 15px 0;
    width: 250px;
    margin: 0 0 35px 0;
    background: #f60
}

.tit_p {
    font-size: 22px;
    background: #f8f8f8;
    padding: 15px 15px;
    margin: 50px 0 15px 0;
    letter-spacing: normal;
    line-height: normal;
    overflow: hidden
}

.tit_p_gray {
    font-size: 22px;
    padding: 15px 15px;
    margin: 0 0 15px 0;
    letter-spacing: normal;
    line-height: normal;
    background: #2972e7;
    color: #fff
}

.tour_head1 table {
    width: 100%;
    border: 1px solid #ddd
}

.tour_head1 p {
    color: #7f7f7f;
    font-weight: 500
}

.tour_head1 table tr {
    border-bottom: 1px solid #e5e5e5
}

.tour_head1 table tr th {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 10px 10px 10px
}

.tour_head1 table tr td {
    line-height: 40px;
    color: #7f7f7f;
    font-weight: 500;
    padding: 0 10px
}

.dr_new {
    border: 0
}

.select_lang {
    overflow: hidden
}

.select_lang a {
    display: block;
    float: left;
    width: 24px;
    height: auto;
    margin: 10px 0 0 7px;
    border-right: 0 !important;
    padding: 0 !important
}

@media only screen and (max-width: 600px) {
    .ed-com-t1-left {
        overflow: hidden;
        text-align: center
    }

    .ed-com-t1-left ul li {
        float: none;
        display: inline-block
    }

    .ed-com-t1-left ul li a {
        padding: 5px 5px;
        font-size: 12px;
        border-right: 0
    }

    .ed-com-t1-social ul li {
        float: none;
        display: -webkit-inline-box
    }

    .ed-com-t1-social {
        display: block;
        width: 100%;
        text-align: center
    }

    .menu-3 .nav {
        height: 70px
    }

    .drop {
        background: #fff
    }

    .popular-tours {
        display: none
    }

    .nav-tabs {
        position: relative
    }

    .inner-banner {
        display: none
    }

    .acc-body .swiper-slide img, .detail-content .swiper-slide img {
        margin-bottom: 0;
        height: 300px
    }

    .slider-image img {
        width: 91px !important;
        height: 60px !important
    }
}

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

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

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

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

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

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

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

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

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

.fa-ul > li {
    position: relative
}

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

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

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    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(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
    color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}


.tit_new{
    text-align: center;
    margin: 40px 0 15px 0;
    border: 1px solid #ddd;
    padding: 40px;
}

.tit_new h1{
    font-size: 30px;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #333;
    line-height: 40px;
    margin: 0 0 15px 0;   
}

.tit_new p{
    color: #909090;
    font-size: 16px;
}

.banner-breadcrumb {
    margin-bottom: 0 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    margin: auto;
    background: rgba(0, 0, 0, 0.56);
    padding: 20px 0;
    border-radius: 15px 15px 0 0;
}

body[data-color=theme-1] .color-blue-2 {
    color: #cac8c7 !important;
}


.detail-title {
    letter-spacing: 2.5px;
    font-size: 32px;
}

.tit_new p{
    color: #909090;
    font-size: 16px;
}

.section_booking_new{
    margin: 30px 0;
    padding: 50px 15px;
    box-shadow: 0 0 7px #ddd;
    border-radius: 15px;
}
.input_booking{
    border: 1px solid #ddd;
    min-height: 50px;
    width: 100%;
    margin: 10px 0 20px 0;
    background: #fff;
    border-radius: 8px;
    padding: 0 15px;
    color:#000;
}
.btn-booking-form{
    background: #2972e7;
    padding: 15px;
    color: #fff;
    border-radius: 10px;
}

input, select, textarea {
    -webkit-appearance: auto;
}

.section_booking_new.row label{
    font-weight: bold;
    font-size: 13px;
}

.form-row.check-box{

    margin: 0 0 15px 20px;
    padding: 0 0 0;
    width: 96.5%;
}

.tit_new_payment{
    text-align: center;
    margin: 30px 0 0 0;
}

.po_form{
    overflow:hidden;
}

.po_form input{
    float: left;
    margin: 0;
    width: 20px;
    height: 20px;
}

.po_form strong{
    float: left;
    margin: 2px 0 0 10px;
}

.block_req_page{
    background: #ffffff;
    padding: 15px;
    margin: 20px 0 0 0;
    box-shadow: 0 0 15px #ddd;
    border-radius: 15px;
}
.block_req_page h4{
    font-size: 12px;
    color: #3d4360;
    font-weight: bold;
    text-transform: none;
    letter-spacing: normal;
}

.block_req_page h4:before{
    position: absolute;
    content: "";
    width: 25px;
    height: 1px;
    background: #2972e7;
    top: 70px;
}

.block_req_page p{
    margin: 20px 0 0 0;
    font-size: 17px;
    color: #7e7e7e;
}

.p-2-block{
    padding: 0 10px;
}

.mb-5{
    margin-bottom:50px;
}
.mt-5{
    margin-top:50px;
}