@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont93e3.eot?v=4.4.0');
    src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont93e3.html?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont93e3.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont93e3.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont93e3.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.whats_app {
    position: fixed;
    bottom: 90px;
    z-index: 999;
    right: 25px;
    width: 45px;
    height: 45px;
    background-color: #29a61a;
    border-radius: 4px;
}

.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: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    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);
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}



.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}
.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}


@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(MaterialIcons-Regular.eot);
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(MaterialIcons-Regular.html) format('woff2'), url(MaterialIcons-Regular.woff) format('woff'), url(MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon/icomoon8ce7.eot?pnm0hs');
    src: url('../fonts/icomoon/icomoon8ce7.eot?pnm0hs#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon8ce7.ttf?pnm0hs') format('truetype'), url('../fonts/icomoon/icomoon8ce7.woff?pnm0hs') format('woff'), url('../fonts/icomoon/icomoon8ce7.svg?pnm0hs#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^='icon-'],
[class*=' icon-'] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-cart-add:before {
    content: '\e97a';
}

.icon-user-add:before {
    content: '\e97b';
}

.icon-download:before {
    content: '\e979';
}

.icon-remove-favourite:before {
    content: '\e978';
}

.icon-heart:before {
    content: '\e976';
}

.icon-reply:before {
    content: '\e977';
}

.icon-level7:before {
    content: '\e900';
}

.icon-acitivities:before {
    content: '\e901';
}

.icon-africa:before {
    content: '\e902';
}

.icon-angle-down:before {
    content: '\e903';
}

.icon-arctic:before {
    content: '\e904';
}

.icon-arrow-left:before {
    content: '\e905';
}

.icon-arrow-down:before {
    content: '\e906';
}

.icon-angle-right:before {
    content: '\e907';
}

.icon-arrow-right:before {
    content: '\e908';
}

.icon-asia:before {
    content: '\e909';
}

.icon-beach:before {
    content: '\e90a';
}

.icon-big-cat:before {
    content: '\e90b';
}

.icon-bird:before {
    content: '\e90c';
}

.icon-boat:before {
    content: '\e90d';
}

.icon-boating:before {
    content: '\e90e';
}

.icon-budget:before {
    content: '\e90f';
}

.icon-bulb:before {
    content: '\e910';
}

.icon-bungee:before {
    content: '\e911';
}

.icon-camping:before {
    content: '\e912';
}

.icon-cart:before {
    content: '\e913';
}

.icon-cross:before {
    content: '\e914';
}

.icon-culture:before {
    content: '\e915';
}

.icon-culture1:before {
    content: '\e916';
}

.icon-cup:before {
    content: '\e917';
}

.icon-desert:before {
    content: '\e918';
}

.icon-diamond:before {
    content: '\e919';
}

.icon-distance:before {
    content: '\e91a';
}

.icon-dolphin-60:before {
    content: '\e91b';
}

.icon-dolphin-76:before {
    content: '\e91c';
}

.icon-dribble:before {
    content: '\e91d';
}

.icon-drop:before {
    content: '\e91e';
}

.icon-duration:before {
    content: '\e91f';
}

.icon-egypt:before {
    content: '\e920';
}

.icon-email:before {
    content: '\e921';
}

.icon-europe:before {
    content: '\e922';
}

.icon-facebook:before {
    content: '\e923';
}

.icon-family:before {
    content: '\e924';
}

.icon-favs:before {
    content: '\e925';
}

.icon-fax-big:before {
    content: '\e926';
}

.icon-fax:before {
    content: '\e927';
}

.icon-filter:before {
    content: '\e928';
}

.icon-fish-jumping:before {
    content: '\e929';
}

.icon-food-wine:before {
    content: '\e92a';
}

.icon-foot-step:before {
    content: '\e92b';
}

.icon-foots:before {
    content: '\e92c';
}

.icon-globe:before {
    content: '\e92d';
}

.icon-google-plus:before {
    content: '\e92e';
}

.icon-grid:before {
    content: '\e92f';
}

.icon-group-large:before {
    content: '\e930';
}

.icon-group-medium:before {
    content: '\e931';
}

.icon-group-small:before {
    content: '\e932';
}

.icon-hiking-camping:before {
    content: '\e933';
}

.icon-home:before {
    content: '\e934';
}

.icon-hunting:before {
    content: '\e935';
}

.icon-jeep:before {
    content: '\e936';
}

.icon-jungle:before {
    content: '\e937';
}

.icon-level1:before {
    content: '\e938';
}

.icon-level2:before {
    content: '\e939';
}

.icon-level3:before {
    content: '\e93a';
}

.icon-level4:before {
    content: '\e93b';
}

.icon-level5:before {
    content: '\e93c';
}

.icon-level6:before {
    content: '\e93d';
}

.icon-level8:before {
    content: '\e93e';
}

.icon-linkedin:before {
    content: '\e93f';
}

.icon-list:before {
    content: '\e940';
}

.icon-locals:before {
    content: '\e941';
}

.icon-lock:before {
    content: '\e942';
}

.icon-luggage:before {
    content: '\e943';
}

.icon-middle-east:before {
    content: '\e944';
}

.icon-minus-normal:before {
    content: '\e945';
}

.icon-plus-normal:before {
    content: '\e946';
}

.icon-minus:before {
    content: '\e947';
}

.icon-mount:before {
    content: '\e948';
}

.icon-mountain-biking:before {
    content: '\e949';
}

.icon-mountain:before {
    content: '\e94a';
}

.icon-music:before {
    content: '\e94b';
}

.icon-north-america:before {
    content: '\e94c';
}

.icon-panda:before {
    content: '\e94d';
}

.icon-peak-climbing:before {
    content: '\e94e';
}

.icon-peak:before {
    content: '\e94f';
}

.icon-penguin:before {
    content: '\e950';
}

.icon-person-budget:before {
    content: '\e951';
}

.icon-person:before {
    content: '\e952';
}

.icon-tel:before {
    content: '\e953';
}

.icon-pin:before {
    content: '\e954';
}

.icon-plane:before {
    content: '\e955';
}

.icon-plant:before {
    content: '\e956';
}

.icon-plus:before {
    content: '\e957';
}

.icon-rural:before {
    content: '\e958';
}

.icon-scuba-diving:before {
    content: '\e959';
}

.icon-search:before {
    content: '\e95a';
}

.icon-share:before {
    content: '\e95b';
}

.icon-snow-ice:before {
    content: '\e95c';
}

.icon-star:before {
    content: '\e95d';
}

.icon-step:before {
    content: '\e95e';
}

.icon-sunny:before {
    content: '\e95f';
}

.icon-tel-big:before {
    content: '\e960';
}

.icon-tent:before {
    content: '\e961';
}

.icon-tick:before {
    content: '\e962';
}

.icon-trash:before {
    content: '\e963';
}

.icon-tree:before {
    content: '\e964';
}

.icon-hiking:before {
    content: '\e965';
}

.icon-twitter:before {
    content: '\e966';
}

.icon-urban:before {
    content: '\e967';
}

.icon-vimeo:before {
    content: '\e968';
}

.icon-water-sea:before {
    content: '\e969';
}

.icon-water-spot:before {
    content: '\e96a';
}

.icon-water:before {
    content: '\e96b';
}

.icon-weight:before {
    content: '\e96c';
}

.icon-wildlife:before {
    content: '\e96d';
}

.icon-world:before {
    content: '\e96e';
}

.icon-link:before {
    content: '\e96f';
}

.icon-copyright:before {
    content: '\e970';
}

.icon-order-history:before {
    content: '\e971';
}

.icon-signout:before {
    content: '\e972';
}

.icon-update-billing:before {
    content: '\e973';
}

.icon-update-profile:before {
    content: '\e974';
}

.icon-user:before {
    content: '\e975';
}

@charset "UTF-8";

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

@keyframes pulse {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

@keyframes rubberBand {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

@keyframes tada {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {

    from,
    to {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

@keyframes wobble {

    from,
    to {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.flipInY,
.flipOutX {
    -webkit-backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@charset 'UTF-8';

.label,
sub,
sup {
    vertical-align: baseline
}

hr,
img {
    border: 0
}

a,
body {
    color: #5c5e62
}

body,
figure {
    margin: 0
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.pre-scrollable {
    max-height: 340px
}

.btn-group>.btn-group,
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.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,
.dropdown-menu {
    float: left
}

.img-responsive,
.img-thumbnail,
.table,
label {
    max-width: 100%
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

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
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

hr {
    box-sizing: content-box;
    height: 0
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

.glyphicon,
address {
    font-style: normal
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@media print {

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: ' (' attr(href) ')'
    }

    abbr[title]:after {
        content: ' (' attr(title) ')'
    }

    a[href^='#']:after,
    a[href^='javascript:']:after {
        content: ''
    }

    blockquote,
    pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-warning.active,
.btn-warning:active,
.btn.active,
.btn:active,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover,
.form-control,
.navbar-toggle,
.open>.btn-danger.dropdown-toggle,
.open>.btn-default.dropdown-toggle,
.open>.btn-info.dropdown-toggle,
.open>.btn-primary.dropdown-toggle,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.img-thumbnail,
body {
    background-color: #fff
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/bootstrap/glyphicons-halflings-regular.eot);
    src: url(../fonts/bootstrap/glyphicons-halflings-regulard41d.eot?#iefix) format('embedded-opentype'), url(../fonts/bootstrap/glyphicons-halflings-regular.html) format('woff2'), url(../fonts/bootstrap/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/bootstrap/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: '\002a'
}

.glyphicon-plus:before {
    content: '\002b'
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: '\20ac'
}

.glyphicon-minus:before {
    content: '\2212'
}

.glyphicon-cloud:before {
    content: '\2601'
}

.glyphicon-envelope:before {
    content: '\2709'
}

.glyphicon-pencil:before {
    content: '\270f'
}

.glyphicon-glass:before {
    content: '\e001'
}

.glyphicon-music:before {
    content: '\e002'
}

.glyphicon-search:before {
    content: '\e003'
}

.glyphicon-heart:before {
    content: '\e005'
}

.glyphicon-star:before {
    content: '\e006'
}

.glyphicon-star-empty:before {
    content: '\e007'
}

.glyphicon-user:before {
    content: '\e008'
}

.glyphicon-film:before {
    content: '\e009'
}

.glyphicon-th-large:before {
    content: '\e010'
}

.glyphicon-th:before {
    content: '\e011'
}

.glyphicon-th-list:before {
    content: '\e012'
}

.glyphicon-ok:before {
    content: '\e013'
}

.glyphicon-remove:before {
    content: '\e014'
}

.glyphicon-zoom-in:before {
    content: '\e015'
}

.glyphicon-zoom-out:before {
    content: '\e016'
}

.glyphicon-off:before {
    content: '\e017'
}

.glyphicon-signal:before {
    content: '\e018'
}

.glyphicon-cog:before {
    content: '\e019'
}

.glyphicon-trash:before {
    content: '\e020'
}

.glyphicon-home:before {
    content: '\e021'
}

.glyphicon-file:before {
    content: '\e022'
}

.glyphicon-time:before {
    content: '\e023'
}

.glyphicon-road:before {
    content: '\e024'
}

.glyphicon-download-alt:before {
    content: '\e025'
}

.glyphicon-download:before {
    content: '\e026'
}

.glyphicon-upload:before {
    content: '\e027'
}

.glyphicon-inbox:before {
    content: '\e028'
}

.glyphicon-play-circle:before {
    content: '\e029'
}

.glyphicon-repeat:before {
    content: '\e030'
}

.glyphicon-refresh:before {
    content: '\e031'
}

.glyphicon-list-alt:before {
    content: '\e032'
}

.glyphicon-lock:before {
    content: '\e033'
}

.glyphicon-flag:before {
    content: '\e034'
}

.glyphicon-headphones:before {
    content: '\e035'
}

.glyphicon-volume-off:before {
    content: '\e036'
}

.glyphicon-volume-down:before {
    content: '\e037'
}

.glyphicon-volume-up:before {
    content: '\e038'
}

.glyphicon-qrcode:before {
    content: '\e039'
}

.glyphicon-barcode:before {
    content: '\e040'
}

.glyphicon-tag:before {
    content: '\e041'
}

.glyphicon-tags:before {
    content: '\e042'
}

.glyphicon-book:before {
    content: '\e043'
}

.glyphicon-bookmark:before {
    content: '\e044'
}

.glyphicon-print:before {
    content: '\e045'
}

.glyphicon-camera:before {
    content: '\e046'
}

.glyphicon-font:before {
    content: '\e047'
}

.glyphicon-bold:before {
    content: '\e048'
}

.glyphicon-italic:before {
    content: '\e049'
}

.glyphicon-text-height:before {
    content: '\e050'
}

.glyphicon-text-width:before {
    content: '\e051'
}

.glyphicon-align-left:before {
    content: '\e052'
}

.glyphicon-align-center:before {
    content: '\e053'
}

.glyphicon-align-right:before {
    content: '\e054'
}

.glyphicon-align-justify:before {
    content: '\e055'
}

.glyphicon-list:before {
    content: '\e056'
}

.glyphicon-indent-left:before {
    content: '\e057'
}

.glyphicon-indent-right:before {
    content: '\e058'
}

.glyphicon-facetime-video:before {
    content: '\e059'
}

.glyphicon-picture:before {
    content: '\e060'
}

.glyphicon-map-marker:before {
    content: '\e062'
}

.glyphicon-adjust:before {
    content: '\e063'
}

.glyphicon-tint:before {
    content: '\e064'
}

.glyphicon-edit:before {
    content: '\e065'
}

.glyphicon-share:before {
    content: '\e066'
}

.glyphicon-check:before {
    content: '\e067'
}

.glyphicon-move:before {
    content: '\e068'
}

.glyphicon-step-backward:before {
    content: '\e069'
}

.glyphicon-fast-backward:before {
    content: '\e070'
}

.glyphicon-backward:before {
    content: '\e071'
}

.glyphicon-play:before {
    content: '\e072'
}

.glyphicon-pause:before {
    content: '\e073'
}

.glyphicon-stop:before {
    content: '\e074'
}

.glyphicon-forward:before {
    content: '\e075'
}

.glyphicon-fast-forward:before {
    content: '\e076'
}

.glyphicon-step-forward:before {
    content: '\e077'
}

.glyphicon-eject:before {
    content: '\e078'
}

.glyphicon-chevron-left:before {
    content: '\e079'
}

.glyphicon-chevron-right:before {
    content: '\e080'
}

.glyphicon-plus-sign:before {
    content: '\e081'
}

.glyphicon-minus-sign:before {
    content: '\e082'
}

.glyphicon-remove-sign:before {
    content: '\e083'
}

.glyphicon-ok-sign:before {
    content: '\e084'
}

.glyphicon-question-sign:before {
    content: '\e085'
}

.glyphicon-info-sign:before {
    content: '\e086'
}

.glyphicon-screenshot:before {
    content: '\e087'
}

.glyphicon-remove-circle:before {
    content: '\e088'
}

.glyphicon-ok-circle:before {
    content: '\e089'
}

.glyphicon-ban-circle:before {
    content: '\e090'
}

.glyphicon-arrow-left:before {
    content: '\e091'
}

.glyphicon-arrow-right:before {
    content: '\e092'
}

.glyphicon-arrow-up:before {
    content: '\e093'
}

.glyphicon-arrow-down:before {
    content: '\e094'
}

.glyphicon-share-alt:before {
    content: '\e095'
}

.glyphicon-resize-full:before {
    content: '\e096'
}

.glyphicon-resize-small:before {
    content: '\e097'
}

.glyphicon-exclamation-sign:before {
    content: '\e101'
}

.glyphicon-gift:before {
    content: '\e102'
}

.glyphicon-leaf:before {
    content: '\e103'
}

.glyphicon-fire:before {
    content: '\e104'
}

.glyphicon-eye-open:before {
    content: '\e105'
}

.glyphicon-eye-close:before {
    content: '\e106'
}

.glyphicon-warning-sign:before {
    content: '\e107'
}

.glyphicon-plane:before {
    content: '\e108'
}

.glyphicon-calendar:before {
    content: '\e109'
}

.glyphicon-random:before {
    content: '\e110'
}

.glyphicon-comment:before {
    content: '\e111'
}

.glyphicon-magnet:before {
    content: '\e112'
}

.glyphicon-chevron-up:before {
    content: '\e113'
}

.glyphicon-chevron-down:before {
    content: '\e114'
}

.glyphicon-retweet:before {
    content: '\e115'
}

.glyphicon-shopping-cart:before {
    content: '\e116'
}

.glyphicon-folder-close:before {
    content: '\e117'
}

.glyphicon-folder-open:before {
    content: '\e118'
}

.glyphicon-resize-vertical:before {
    content: '\e119'
}

.glyphicon-resize-horizontal:before {
    content: '\e120'
}

.glyphicon-hdd:before {
    content: '\e121'
}

.glyphicon-bullhorn:before {
    content: '\e122'
}

.glyphicon-bell:before {
    content: '\e123'
}

.glyphicon-certificate:before {
    content: '\e124'
}

.glyphicon-thumbs-up:before {
    content: '\e125'
}

.glyphicon-thumbs-down:before {
    content: '\e126'
}

.glyphicon-hand-right:before {
    content: '\e127'
}

.glyphicon-hand-left:before {
    content: '\e128'
}

.glyphicon-hand-up:before {
    content: '\e129'
}

.glyphicon-hand-down:before {
    content: '\e130'
}

.glyphicon-circle-arrow-right:before {
    content: '\e131'
}

.glyphicon-circle-arrow-left:before {
    content: '\e132'
}

.glyphicon-circle-arrow-up:before {
    content: '\e133'
}

.glyphicon-circle-arrow-down:before {
    content: '\e134'
}

.glyphicon-globe:before {
    content: '\e135'
}

.glyphicon-wrench:before {
    content: '\e136'
}

.glyphicon-tasks:before {
    content: '\e137'
}

.glyphicon-filter:before {
    content: '\e138'
}

.glyphicon-briefcase:before {
    content: '\e139'
}

.glyphicon-fullscreen:before {
    content: '\e140'
}

.glyphicon-dashboard:before {
    content: '\e141'
}

.glyphicon-paperclip:before {
    content: '\e142'
}

.glyphicon-heart-empty:before {
    content: '\e143'
}

.glyphicon-link:before {
    content: '\e144'
}

.glyphicon-phone:before {
    content: '\e145'
}

.glyphicon-pushpin:before {
    content: '\e146'
}

.glyphicon-usd:before {
    content: '\e148'
}

.glyphicon-gbp:before {
    content: '\e149'
}

.glyphicon-sort:before {
    content: '\e150'
}

.glyphicon-sort-by-alphabet:before {
    content: '\e151'
}

.glyphicon-sort-by-alphabet-alt:before {
    content: '\e152'
}

.glyphicon-sort-by-order:before {
    content: '\e153'
}

.glyphicon-sort-by-order-alt:before {
    content: '\e154'
}

.glyphicon-sort-by-attributes:before {
    content: '\e155'
}

.glyphicon-sort-by-attributes-alt:before {
    content: '\e156'
}

.glyphicon-unchecked:before {
    content: '\e157'
}

.glyphicon-expand:before {
    content: '\e158'
}

.glyphicon-collapse-down:before {
    content: '\e159'
}

.glyphicon-collapse-up:before {
    content: '\e160'
}

.glyphicon-log-in:before {
    content: '\e161'
}

.glyphicon-flash:before {
    content: '\e162'
}

.glyphicon-log-out:before {
    content: '\e163'
}

.glyphicon-new-window:before {
    content: '\e164'
}

.glyphicon-record:before {
    content: '\e165'
}

.glyphicon-save:before {
    content: '\e166'
}

.glyphicon-open:before {
    content: '\e167'
}

.glyphicon-saved:before {
    content: '\e168'
}

.glyphicon-import:before {
    content: '\e169'
}

.glyphicon-export:before {
    content: '\e170'
}

.glyphicon-send:before {
    content: '\e171'
}

.glyphicon-floppy-disk:before {
    content: '\e172'
}

.glyphicon-floppy-saved:before {
    content: '\e173'
}

.glyphicon-floppy-remove:before {
    content: '\e174'
}

.glyphicon-floppy-save:before {
    content: '\e175'
}

.glyphicon-floppy-open:before {
    content: '\e176'
}

.glyphicon-credit-card:before {
    content: '\e177'
}

.glyphicon-transfer:before {
    content: '\e178'
}

.glyphicon-cutlery:before {
    content: '\e179'
}

.glyphicon-header:before {
    content: '\e180'
}

.glyphicon-compressed:before {
    content: '\e181'
}

.glyphicon-earphone:before {
    content: '\e182'
}

.glyphicon-phone-alt:before {
    content: '\e183'
}

.glyphicon-tower:before {
    content: '\e184'
}

.glyphicon-stats:before {
    content: '\e185'
}

.glyphicon-sd-video:before {
    content: '\e186'
}

.glyphicon-hd-video:before {
    content: '\e187'
}

.glyphicon-subtitles:before {
    content: '\e188'
}

.glyphicon-sound-stereo:before {
    content: '\e189'
}

.glyphicon-sound-dolby:before {
    content: '\e190'
}

.glyphicon-sound-5-1:before {
    content: '\e191'
}

.glyphicon-sound-6-1:before {
    content: '\e192'
}

.glyphicon-sound-7-1:before {
    content: '\e193'
}

.glyphicon-copyright-mark:before {
    content: '\e194'
}

.glyphicon-registration-mark:before {
    content: '\e195'
}

.glyphicon-cloud-download:before {
    content: '\e197'
}

.glyphicon-cloud-upload:before {
    content: '\e198'
}

.glyphicon-tree-conifer:before {
    content: '\e199'
}

.glyphicon-tree-deciduous:before {
    content: '\e200'
}

.glyphicon-cd:before {
    content: '\e201'
}

.glyphicon-save-file:before {
    content: '\e202'
}

.glyphicon-open-file:before {
    content: '\e203'
}

.glyphicon-level-up:before {
    content: '\e204'
}

.glyphicon-copy:before {
    content: '\e205'
}

.glyphicon-paste:before {
    content: '\e206'
}

.glyphicon-alert:before {
    content: '\e209'
}

.glyphicon-equalizer:before {
    content: '\e210'
}

.glyphicon-king:before {
    content: '\e211'
}

.glyphicon-queen:before {
    content: '\e212'
}

.glyphicon-pawn:before {
    content: '\e213'
}

.glyphicon-bishop:before {
    content: '\e214'
}

.glyphicon-knight:before {
    content: '\e215'
}

.glyphicon-baby-formula:before {
    content: '\e216'
}

.glyphicon-tent:before {
    content: '\26fa'
}

.glyphicon-blackboard:before {
    content: '\e218'
}

.glyphicon-bed:before {
    content: '\e219'
}

.glyphicon-apple:before {
    content: '\f8ff'
}

.glyphicon-erase:before {
    content: '\e221'
}

.glyphicon-hourglass:before {
    content: '\231b'
}

.glyphicon-lamp:before {
    content: '\e223'
}

.glyphicon-duplicate:before {
    content: '\e224'
}

.glyphicon-piggy-bank:before {
    content: '\e225'
}

.glyphicon-scissors:before {
    content: '\e226'
}

.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
    content: '\e227'
}

.glyphicon-jpy:before,
.glyphicon-yen:before {
    content: '\00a5'
}

.glyphicon-rub:before,
.glyphicon-ruble: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'
}

*,
: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
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    text-decoration: none
}

a:focus,
a:hover {
    color: #37383b;
    text-decoration: none
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.img-responsive {
    display: block;
    height: auto
}

.img-rounded {
    border-radius: 0
}

.img-thumbnail {
    padding: 10px;
    line-height: 1.428571429;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: #474d4b
}

.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;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    /*color:#222222;*/
    line-height: 28px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

dt,
kbd kbd,
label {
    font-weight: 700
}

address,
blockquote .small,
blockquote footer,
blockquote small,
dd,
dt,
pre {
    line-height: 1.428571429
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.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
}

.initialism,
.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

pre code,
table {
    background-color: transparent
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

dl,
ol,
ul {
    margin-top: 0
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

address,
dl {
    margin-bottom: 20px
}

ol,
ul {
    margin-bottom: 10px
}

ol li,
ul li {
    font-size:15px;
    line-height:28px;
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
    content: ' ';
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width:992px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dropdown-menu>li>a,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    color: #777
}

legend,
pre {
    color: #333
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.popover>.arrow:after,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

code,
kbd {
    padding: 2px 4px;
    font-size: 90%
}

caption,
th {
    text-align: left
}

.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'
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, 'Courier New', monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: ' '
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0
}

.container,
.container-fluid {
    padding-left: 15px;
    padding-right: 15px
}

.pre-scrollable {
    overflow-y: scroll
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1230px) {
    .container {
        width: 1200px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@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-1 {
        width: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .col-sm-pull-2 {
        right: 16.6666666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .col-sm-pull-5 {
        right: 41.6666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .col-sm-pull-8 {
        right: 66.6666666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .col-sm-pull-11 {
        right: 91.6666666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.3333333333%
    }

    .col-sm-push-2 {
        left: 16.6666666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.3333333333%
    }

    .col-sm-push-5 {
        left: 41.6666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.3333333333%
    }

    .col-sm-push-8 {
        left: 66.6666666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.3333333333%
    }

    .col-sm-push-11 {
        left: 91.6666666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@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-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1230px) {

    .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-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .col-lg-pull-2 {
        right: 16.6666666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .col-lg-pull-5 {
        right: 41.6666666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .col-lg-pull-8 {
        right: 66.6666666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .col-lg-pull-11 {
        right: 91.6666666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.3333333333%
    }

    .col-lg-push-2 {
        left: 16.6666666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.3333333333%
    }

    .col-lg-push-5 {
        left: 41.6666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.3333333333%
    }

    .col-lg-push-8 {
        left: 66.6666666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.3333333333%
    }

    .col-lg-push-11 {
        left: 91.6666666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

.table {
    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.428571429;
    vertical-align: top;
    border-top: 1px solid transparent
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid transparent
}

.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 transparent
}

.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,
.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: transparent
}

.table-hover>tbody>tr:hover,
.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 col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

.checkbox label,
.radio label,
.well {
    min-height: 20px
}

@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 transparent
    }

    .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,
legend {
    padding: 0;
    border: 0
}

fieldset {
    margin: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px
}

.checkbox label,
.checkbox-inline,
.radio label,
.radio-inline {
    font-weight: 400;
    padding-left: 20px;
    cursor: pointer;
    margin-bottom: 0
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

.form-control,
output {
    font-size: 14px;
    line-height: 1.428571429;
    color: #9d9d9d;
    display: block
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

output {
    padding-top: 5px
}

.form-control {
    width: 100%;
    height: 30px;
    padding: 4px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    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
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.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
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm>.input-group-btn>input[type=date].btn,
    .input-group-sm>.input-group-btn>input[type=time].btn,
    .input-group-sm>.input-group-btn>input[type=datetime-local].btn,
    .input-group-sm>.input-group-btn>input[type=month].btn,
    .input-group-sm>input[type=date].form-control,
    .input-group-sm>input[type=date].input-group-addon,
    .input-group-sm>input[type=time].form-control,
    .input-group-sm>input[type=time].input-group-addon,
    .input-group-sm>input[type=datetime-local].form-control,
    .input-group-sm>input[type=datetime-local].input-group-addon,
    .input-group-sm>input[type=month].form-control,
    .input-group-sm>input[type=month].input-group-addon,
    input[type=date].form-control,
    input[type=date].input-sm,
    input[type=time].form-control,
    input[type=time].input-sm,
    input[type=datetime-local].form-control,
    input[type=datetime-local].input-sm,
    input[type=month].form-control,
    input[type=month].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg>.input-group-btn>input[type=date].btn,
    .input-group-lg>.input-group-btn>input[type=time].btn,
    .input-group-lg>.input-group-btn>input[type=datetime-local].btn,
    .input-group-lg>.input-group-btn>input[type=month].btn,
    .input-group-lg>input[type=date].form-control,
    .input-group-lg>input[type=date].input-group-addon,
    .input-group-lg>input[type=time].form-control,
    .input-group-lg>input[type=time].input-group-addon,
    .input-group-lg>input[type=datetime-local].form-control,
    .input-group-lg>input[type=datetime-local].input-group-addon,
    .input-group-lg>input[type=month].form-control,
    .input-group-lg>input[type=month].input-group-addon,
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
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
}

.form-control-static {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
select.input-sm {
    height: 30px;
    line-height: 30px
}

.input-group-sm>.input-group-btn>select[multiple].btn,
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0
}

.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
select.input-lg {
    height: 46px;
    line-height: 46px
}

.input-group-lg>.input-group-btn>select[multiple].btn,
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
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: 0
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 37.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    pointer-events: none
}

.collapsing,
.dropdown,
.dropup {
    position: relative
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.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;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.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;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.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;
    border-color: #a94442;
    background-color: #f2dede
}

.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: #9c9ea2
}

@media (min-width:768px) {

    .form-inline .form-control-static,
    .form-inline .form-group {
        display: inline-block
    }

    .form-inline .control-label,
    .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .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 .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 .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 5px
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 25px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: ' ';
    display: table
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #fff;
    background-color: #6b6957;
    border-color: #e2e2e2
}

.btn-default.focus,
.btn-default:focus {
    color: #fff;
    background-color: #4f4d40;
    border-color: #a2a2a2
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.btn-default.dropdown-toggle {
    color: #fff;
    background-color: #4f4d40;
    border-color: #c3c3c3
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
    color: #fff;
    background-color: #3b3a30;
    border-color: #a2a2a2
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #6b6957;
    border-color: #e2e2e2
}

.btn-default .badge {
    color: #6b6957;
    background-color: #fff
}

.btn-primary {
    color: #5c5e62;
    background-color: #fff;
    border-color: #5c5e62
}

.btn-primary.focus,
.btn-primary:focus {
    color: #5c5e62;
    background-color: #e6e6e6;
    border-color: #1e1f20
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
    color: #5c5e62;
    background-color: #e6e6e6;
    border-color: #3e4042
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: #5c5e62;
    background-color: #d4d4d4;
    border-color: #1e1f20
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #fff;
    border-color: #5c5e62
}

.btn-primary .badge {
    color: #fff;
    background-color: #5c5e62
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #b0a377;
    border-color: #b0a377
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #9a8c5a;
    border-color: #6a603e
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #9a8c5a;
    border-color: #948656
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #84774d;
    border-color: #6a603e
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #b0a377;
    border-color: #b0a377
}

.btn-info .badge {
    color: #b0a377;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link,
.dropdown-menu>li>a {
    color: #5c5e62;
    font-weight: 400
}

.btn-link {
    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: #37383b;
    text-decoration: none;
    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: 0
}

.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 {
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
     background-color: #edf4ff;

    border-radius: 0;
    /*-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/
    /*box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/
    background-clip: padding-box
}
.white-header.fixed-position .dropdown-menu{
     background-color: #ffff;
}

.dropdown-menu-right,
.dropdown-menu.pull-right {
    left: auto;
    right: 0
}

.dropdown-header,
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    line-height: 1.428571429;
    white-space: nowrap
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle,
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group-vertical>.btn:first-child:not(:last-child),
.btn-group-vertical>.btn:last-child:not(:first-child),
.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.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
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    font-size: 12px;
    color: #777
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    content: ''
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:992px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-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:after,
.btn-toolbar:before {
    content: ' ';
    display: table
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn .caret,
.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    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-group-lg>.btn .caret,
.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-group-lg>.btn .caret,
.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:after,
.btn-group-vertical>.btn-group:before {
    content: ' ';
    display: table
}

.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-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group,
.input-group-btn,
.input-group-btn>.btn {
    position: relative
}

.input-group {
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #9d9d9d;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 0
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:after,
.nav:before {
    content: ' ';
    display: table
}

.nav>li,
.nav>li>a {
    display: block;
    position: relative
}

.nav:after {
    clear: both
}

.nav>li>a {
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #5c5e62
}

.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 transparent
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee transparent
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #9d9d9d;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-justified>li,
.nav-stacked>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-pills>li>a {
    border-radius: 0
}

.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+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 0
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.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-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }

    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before {
    display: table;
    content: ' '
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:992px) {
    .navbar {
        border-radius: 0
    }

    .navbar-header {
        float: left
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.embed-responsive,
.modal,
.modal-open,
.progress {
    overflow: hidden
}

@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
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:992px) {

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }

    .navbar-fixed-bottom,
    .navbar-fixed-top,
    .navbar-static-top {
        border-radius: 0
    }

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

.progress-bar-striped,
.progress-striped .progress-bar,
.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)
}

@media (min-width:992px) {
    .navbar-toggle {
        display: none
    }

    .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;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin: 10px -15px
}

@media (min-width:768px) {

    .navbar-form .form-control-static,
    .navbar-form .form-group {
        display: inline-block
    }

    .navbar-form .control-label,
    .navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .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 .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
    }
}

.breadcrumb>li,
.pagination {
    display: inline-block
}

.btn .badge,
.btn .label {
    top: -1px;
    position: relative
}

@media (max-width:991px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-radius: 0
}

.btn-group-sm>.navbar-btn.btn,
.navbar-btn,
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.btn-group-xs>.navbar-btn.btn,
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:992px) {
    .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: #fff
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #e6e6e6;
    background-color: transparent
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
    color: #fff
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:hover {
    color: #000;
    background-color: #0000;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #cd3c34;
    color: #fff
}

@media (max-width:991px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff
    }

    .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,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: #202020
    }

    .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 .btn-link,
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover,
.navbar-default .navbar-link,
.navbar-default .navbar-link:hover {
    color: #fff
}

.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: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
    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: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #090909;
    color: #fff
}

@media (max-width:991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a: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: #090909
    }

    .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: 0
}

.breadcrumb>li+li:before {
    content: '/Â ';
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 4px 10px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #5c5e62;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #b0a377;
    border-color: #b0a377
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #b0a377;
    border-color: #b0a377;
    cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.badge,
.label {
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: center
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager:after,
.pager:before {
    content: ' ';
    display: table
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #b0a377
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    background-color: #f8f8f8;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    border-radius: .25em
}

.label:empty {
    display: none
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.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;
    color: #fff;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.media-object,
.thumbnail {
    display: block
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #5c5e62;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #eee
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.alert,
.thumbnail {
    margin-bottom: 20px
}

.alert .alert-link,
.close {
    font-weight: 700
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    padding: 10px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #5c5e62
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #5c5e62
}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 0
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.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
}

.modal,
.modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #b0a377;
    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: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -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: 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-striped .progress-bar-info,
.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)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    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: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title,
.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.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: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-title,
.panel>.list-group,
.panel>.panel-collapse>.list-group,
.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel-body {
    padding: 15px
}

.panel-body:after,
.panel-body:before {
    content: ' ';
    display: table
}

.panel-heading {
    padding: 0;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1
}

.panel-title {
    margin-top: 0;
    font-size: 16px
}

.panel-footer {
    padding: 0;
    background-color: #f5f5f5;
    border-top: 1px solid transparent;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel-group .panel-heading,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.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-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>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,
.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-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1
}

.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: -1;
    border-bottom-left-radius: -1
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel>.table-responsive:first-child>.table:first-child,
.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,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-right-radius: -1;
    border-top-left-radius: -1
}

.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child>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: -1
}

.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: -1
}

.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: -1
}

.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: -1
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid transparent
}

.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-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid transparent
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid transparent
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: none;
    border-color: #ddd;
        padding: 20px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
        font-size: 15px;
    line-height: 25px;
}

.panel-default>.panel-heading .badge {
    color: none;
    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
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 0
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.popover,
.tooltip {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    text-decoration: none
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-content,
.popover {
    background-clip: padding-box
}

.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before {
    display: table;
    content: ' '
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -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
    }
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #5c5e62
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    text-align: left;
    text-align: start;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #5c5e62;
    border-radius: 0
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #5c5e62
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #5c5e62
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #5c5e62
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #5c5e62;
    top: 0
}

.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.bottom-left .tooltip-arrow {
    right: 5px;
    margin-top: -5px
}

.tooltip.bottom-right .tooltip-arrow {
    left: 5px;
    margin-top: -5px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    text-align: start;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.carousel-caption,
.carousel-control {
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1 -1 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
}

.carousel,
.carousel-inner {
    position: relative
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: ' ';
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.left>.arrow:after,
.popover.right>.arrow:after {
    content: ' ';
    bottom: -10px
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    left: 1px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: ' ';
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff
}

.carousel-inner {
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    background-color: transparent
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000\9;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px
}

.carousel-caption .btn,
.text-hide {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:after,
.clearfix:before {
    content: ' ';
    display: table
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1229px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1230px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }

    .hidden-lg {
        display: none !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:1229px) {
    .hidden-md {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}

.gallery-list.has-center img,
img {
    -webkit-backface-visibility: hidden
}

img,
video {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

#wrapper,
body,
html {
    height: 100%
}

#wrapper,
.has-overlay,
.page-wrapper {
    position: relative
}

#wrapper,
.bg-stretch img,
.blog-full-width .img-wrap img,
video {
    width: 100%
}

.fa,
body {
    -moz-osx-font-smoothing: grayscale
}

#header,
body {
    min-width: 320px
}

.coffee_cup:after,
.coffee_cup:before,
.has-overlay:before,
.logo:before,
.preloader:before,
.tab-container .nav-tabs:after,
.trip-detail .detail .img-list:after {
    content: ''
}

.preloader.loaded,
.wow {
    visibility: hidden
}

#wrapper,
.bg-stretch,
.cart-list .text-holder,
.cart-list .text-wrap,
.cart-list li,
.parallax,
.parallax:before {
    overflow: hidden
}

#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarHead .pjIcCalendarBtn:hover,
#scroll-to-top {
    text-decoration: none
}

.article .ico-action,
.article .ico-list,
.booking-form .option,
.breadcrumbs ul,
.cart-list,
.content-list,
.default-list,
.demo-feature-list,
.dropdown-menu ul,
.feature-block ul,
.footer-nav ul,
.gallery-list,
.list-view .article .ico-list,
.material-icons-list,
.meta-article .ico-action,
.meta-article .ico-list,
.pagination-wrap .pagination,
.payment-option,
.reviews-info,
.reviews-info .ico-list,
.search-form .ui-autocomplete,
.side-list,
.social-networks,
.social-wrap,
.star-rating,
.testimonial-holder .owl-pagination,
.top-right-panel,
.top-user-panel,
.trip-detail .img-list,
.twocol-form .option {
    list-style: none;
    margin: 0;
    padding: 0
}

.article .thumbnail:after,
.article:after,
.bar-holder:after,
.cart-option:after,
.contact-form .form-group:after,
.filter-option:after,
.footer-holder:after,
.gallery-list:after,
.list-view .article .info-footer:after,
.nav-wrap:after,
.recent-block footer:after,
.reviews-info>li:after {
    content: '';
    display: block;
    clear: both
}

.tab-container .nav-tabs,
.trip-detail .detail .img-list {
    text-align: justify;
    line-height: 0
}

.tab-container .nav-tabs>*,
.trip-detail .detail .img-list>* {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    line-height: inherit
}

.logo,
.preloader,
p.special-text {
    text-align: center
}

.tab-container .nav-tabs:after,
.trip-detail .detail .img-list:after {
    width: 100%;
    display: inline-block;
    vertical-align: top
}

.btn,
.gallery-list .hover,
.gallery-list a,
.recent-block.recent-wide-thumbnail .thumbnail,
.social-wrap {
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

button,
input[type=text],
input[type=search],
input[type=password],
input[type=submit],
input[type=reset],
input[type=email],
textarea {
    -webkit-appearance: none;
    border-radius: 0
}

iframe {
    vertical-align: top
}

a {
    outline: 0 !important
}

.form-group {
    margin-bottom: 30px
}

#wrapper {
    display: table;
    table-layout: fixed
}

.page-wrapper {
    border-bottom: 7px solid #078bcf
}

.layout-fluid {
    max-width: 1600px
}

.form-control {
    border: 2px solid #f8f8f8;
    height: 37px;
    font-size: 14px;
    line-height: 18px;
    box-shadow: none;
    outline: 0;
    font-weight: 400
}

.form-control::-webkit-input-placeholder {
    color: #5c5e62
}

.form-control:-moz-placeholder {
    color: #5c5e62
}

.form-control::-moz-placeholder {
    color: #5c5e62
}

.form-control:-ms-input-placeholder {
    color: #5c5e62
}

.form-control:focus {
    border-color: #dfdfdf;
    box-shadow: none
}

.bg-quarter-spanish-white {
    background: #f8f0de
}

.bg-stretch,
.has-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.has-overlay:before {
    background: rgba(0, 0, 0, .65)
}

.has-overlay.has-overlay-dark:before {
    background: rgba(0, 0, 0, .85)
}

.bg-stretch {
    z-index: -1
}

.bg-stretch img {
    max-width: none;
    height: 100%
}

.blog-full-width #content {
    float: none
}

#content {
    margin-bottom: 50px
}

.content-inner {
    padding: 45px 0
}

.content-both-sidebar #sidebar,
.content-both-sidebar #sidebar-right {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
}

.content-both-sidebar #content {
    margin-top: 30px
}

.default-list li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 10px
}

.common-spacing {
    padding-top: 60px;
    padding-bottom: 60px
}

.resize-active * {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.touch-device-detected .parallax {
    background-attachment: scroll;
    background-position: 50% 50% !important
}

.has-border {
    border: 8px solid #e2e2e2
}

.text-white {
    color: #fff
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    font-family: "Open Sans", sans-serif;
}

.content-title,
.h3,
.header-top,
blockquote cite,
h1,
h2,
h3,
h4
 {
    font-family: "Epunda Slab", serif;
}

.h3,
h1,
h2,
h3,
h4 {
    color: #3b3b3b;
    margin: 0 0 15px
    font-family: "Epunda Slab", serif;
}

h1 {
    font-size: 2.571428em
}

h2 {
    font-weight: 400;
    font-size: 1.2857em;
    letter-spacing: 1px
}

.h3,
h3 {
    font-size: 20px;
    font-weight: 400
}

h2.title-heading,
h3.title-heading {
    font-weight: 400;
    letter-spacing: .02em
}

h2.intro-heading,
h3.intro-heading {
    font-size: 1.71428em;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 15px
}

h1.small-size {
    font-size: 1.71428em;
    letter-spacing: 2px;
    text-transform: capitalize
}

h2.small-space,
h3.small-space {
    margin-bottom: 5px
}

h2.no-space,
h3.no-space {
    margin-bottom: 0px;
    margin-top:0px;
}

h2.small-size {
    font-size: 1.143em;
    line-height: 1.2
}

h1.content-main-heading,
h2.content-main-heading {
    font-size: 1.714285em;
    letter-spacing: 1px;
    margin: 0 0 30px
}

p.intro {
    font-size: 1em;
    margin-bottom: 35px
}

p.special-text {
    font-size: 1.5em;
    font-weight: 300;
    letter-spacing: .035em;
    margin: 0
}

.main-heading,
blockquote cite {
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 30px;
}

p.special-text strong {
    font-weight: 700
}

p.special-text a {
    color: #fff;
    display: inline-block
}

blockquote {
    border: none;
    font-size: 1.428571em;
    line-height: 1.2;
    font-style: italic;
    font-weight: 400;
    margin: 0;
    padding: 0;
    quotes: none
}

blockquote cite {
    font-weight: 700;
    font-style: normal
}

blockquote.testimonial-quote {
    font-style: normal;
    font-size: 1em;
    line-height: 1.6
}

blockquote.normal {
    font-size: 1.28571em
}

.content-title,
.inner-main-heading {
    text-transform: capitalize;
    font-weight: 400
}

.main-subtitle {
    font-size: 1.371428em;
    line-height: 1.25;
    font-weight: 300;
    font-style: italic;
    letter-spacing: .04em
}

.content-title {
    display: block;
    font-size: 1.143em;
    margin: 0 0 10px
}

.preloader .holder,
.preloader:before {
    display: inline-block;
    vertical-align: middle
}

.info-title {
    font-size: 15px;
    font-style: italic;
    font-weight: 400
}

.inner-main-heading {
    font-size: 2.571em;
    line-height: 1.2
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    white-space: nowrap;
    background: #474d4b;
    z-index: 99;
    -webkit-transition: all linear .3s;
    transition: all linear .3s
}

.banner.banner-slider .trip-for m,
.preloader .holder {
    white-space: normal
}

.preloader:before {
    height: 100%;
    margin-right: -.25em
}

.preloader.loaded {
    opacity: 0;
    z-index: -1
}

.banner:hover .slick-arrow,
.feature-block.hover .swipe.left {
    opacity: 1
}

.coffee_cup {
    width: 40px;
    height: 50px;
    border: 2px solid #6b6957;
    border-radius: 0 0 5px 5px;
    position: relative;
    margin: 36px auto
}

.coffee_cup:after,
.coffee_cup:before {
    position: absolute
}

#header,
.logo {
    position: relative;
    -webkit-transition: all .2s linear
}

.coffee_cup:after {
    width: 10px;
    height: 20px;
    border: 2px solid #6b6957;
    border-left: none;
    border-radius: 0 20px 20px 0;
    left: 40px;
    top: 5px
}

.coffee_cup:before {
    width: 3px;
    height: 10px;
    background-color: #6b6957;
    top: -16px;
    left: 12px;
    box-shadow: 5px 0 0 0 #6b6957, 5px -5px 0 0 #6b6957, 10px 0 0 0 #6b6957;
    -webkit-animation: steam .7s linear infinite alternate;
    animation: steam .7s linear infinite alternate
}

.sidebar .side-block,
.sidebar .sidebar-holder {
    box-shadow: 0 2px 2px rgba(1, 2, 2, .1)
}

#header {
    z-index: 10;
    transition: all .2s linear;
       background: #ffffff;
}

.logo {
    padding: 21px 0;
    margin: 0 90px;
    z-index: 9;
    transition: all .2s linear;
    @media (max-width: 992px) {
      margin:0;
      text-align: left;
      max-width: 33%;
    }

}

.logo .gray-logo {
    display: none
}

.cart-wrap .total,
.logo a,
.logo:before {
    display: inline-block;
    vertical-align: middle
}

.logo:before {
    height: 100%;
    margin-right: -.25em
}

.logo a {
    width: 100px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.cart-wrap .footer {
    padding: 20px 0;
    overflow: hidden
}

.cart-wrap .footer .btn {
    float: right;
    padding: 2px 20px;
    margin-left: 5px
}

.cart-wrap .footer .btn:hover {
    color: #fff
}

.cart-wrap .total {
    color: #adadad;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    padding-top: 2px
}

.cart-list li {
    padding: 10px 0;
    border-bottom: 1px solid #181818
}

.cart-list li:hover {
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

.cart-list .img {
    float: left;
    width: 40px;
    margin: 5px 10px 0 0
}

.cart-list .img a {
    di splay: block;
    border: 2px solid #fff;
    -webkit-transition: border .2s linear;
    transition: border .2s linear
}

.cart-list .img a:hover {
    border-color: #adadad
}

.cart-list .amount {
    float: right;
    margin-left: 10px
}

.cart-list .name {
    display: block;
    font-weight: 400;
    text-transform: uppercase
}

.cart-list .name a {
    display: inline-block;
    color: #9d9d9d;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

.cart-list .price {
    display: block
}

#header.default-white-header,
#header.default-white-header.fixed-position,
.default-page #header.default-white-header,
.default-page #header.default-white-header.fixed-position {
    background: #f8f8f8
}

#header.default-white-header .logo,
.default-page #header.default-white-header .logo {
    border-right-color: #eaeaea
}

#header.default-white-header .logo .normal,
.default-page #header.default-white-header .logo .normal {
    display: none
}

#header.default-white-header .logo .gray-logo,
.default-page #header.default-white-header .logo .gray-logo {
    display: block
}

#header.default-white-header .search-form .search-opener,
.default-page #header.default-white-header .search-form .search-opener {
    color: #5c5e62
}

#header.default-white-header .search-form .search-opener:hover,
.default-page #header.default-white-header .search-form .search-opener:hover {
    color: #000
}

#header.default-white-header .navbar-default .navbar-nav>li>a,
#header.default-white-header .search-form .search-opener.close,
.default-page #header.default-white-header .navbar-default .navbar-nav>li>a,
.default-page #header.default-white-header .search-form .search-opener.close,
.top-right-panel>li>a,
.top-user-panel>li>a {
    color: #fff
}

#header.default-white-header .navbar-default .nav-opener .icon-bar,
.default-page #header.default-white-header .navbar-default .nav-opener .icon-bar {
    background: #5c5e62;
    border-color: #5c5e62
}

.header-top {
    background: #252525;
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    border-bottom: 1px solid #1b1b1b
}

.header-top .drop-wrap {
    font-size: .9em
}

.top-right-panel,
.top-user-panel {
    margin: 0 -10px;
    float: left;
    max-width: 67%
}

.top-right-panel>li,
.top-user-panel>li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px
}

.top-right-panel>li>a:hover,
.top-user-panel>li>a:hover {
    color: #b0a377
}

.last-dropdown .dropdown-menu {
    left: auto;
    right: 0
}

.top-right-panel {
    float: right;
    max-width: 33%
}

.top-header {
    margin-top: 44px
}

.header-v1 .logo {
    text-align: left;
    border: 0
}

.header-v1 .navbar-default .navbar-nav li:last-child {
    padding-right: 0
}

.header-v1 .has-mega-dropdown .dropdown-menu {
    left: 0;
    right: 0
}

.header-v1 .has-mega-dropdown.mega-md .dropdown-menu {
    right: 30px
}

.header-v2 .logo {
    border-right: 0
}

.sidebar,
.sidebar label {
    font-weight: 500
}

.sidebar .heading {
    padding: 20px 30px;
    background: #fff
}

.sidebar .sub-link {
    margin-left: 30px;
    display: block;
    font-weight: 500
}

.sidebar .sub-link a {
    color: #9d9d9d
}

.sidebar .sub-link a:hover {
    color: #474d4b
}

.sidebar h3 {
    margin: 0;
    padding: 0 0 0 50px;
    color: #5c5e62;
    font-size: 1.143em;
    line-height: 1.5em;
    position: relative;
    text-transform: uppercase
}

.sidebar h3:before {
    content: '\e928';
    font: 24px/18px icomoon;
    position: absolute;
    left: 0;
    top: 5px
}

.sidebar .panel-group .panel-default {
    border: 0;
    margin: 0
}

.sidebar .panel-title {
    font-size: 1em;
    line-height: 1.7124em;
    letter-spacing: .05em
}

.sidebar .panel-heading a {
    display: block;
    text-transform: uppercase;
    padding: 10px 50px 10px 30px;
    background: #f8f8f8;
    color: #b0a377;
    box-shadow: 0 1px 1px rgba(1, 2, 2, .1);
    position: relative
}

.sidebar .panel-heading a.collapsed:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.popup:before,
.testimonial-holder blockquote cite:after {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0)
}

.sidebar .panel-heading a:after {
    content: '\e906';
    font: 14px/12px icomoon;
    position: absolute;
    right: 30px;
    top: 15px;
    -webkit-transition: -webkit-transform .3s linear;
    transition: transform .3s linear
}

.rev_slider_wrapper,
.rev_slider_wrapper .banner-heading-sub,
.ui-widget {
    font-family: "Open Sans", sans-serif;
}

.sidebar .title {
    display: block;
    font-size: 1.143em;
    margin-bottom: 10px
}

.sidebar .panel-body {
    background: #fff;
    padding: 30px;
    color: #9d9d9d
}

.side-list.check-list,
.side-list.check-list li {
    margin-bottom: 5px
}

.side-list.post-list li {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px
}

.side-list.post-list li:last-child {
    margin-bottom: 0
}

.side-list.post-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 2px;
    width: 30px;
    background: #e2e2e2
}

.side-list.post-list time {
    display: block;
    font-size: 12px
}

.side-list.horizontal-list li {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin-bottom: 20px;
    margin-right: -.25em;
    text-align: center
}

.side-list.gallery-side-list.horizontal-list li {
    width: 33%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px
}

.side-list.gallery-side-list.horizontal-list img {
    width: 100%
}

.side-list.hovered-list a {
    color: #9d9d9d
}

.side-list li.active a,
.side-list.hovered-list a:hover {
    color: #b0a377
}

.side-list.region-list .text {
    width: calc(100% - 50px)
}

.side-list [class*=' icon-'],
.side-list [class^=icon-] {
    font-size: 25px;
    display: inline-block;
    vertical-align: middle
}

.side-list a {
    position: relative
}

.side-list a:hover .popup {
    display: block
}

.side-list li {
    margin-bottom: 15px
}

.side-list li:last-child {
    margin-bottom: 0
}

.side-list .ico-holder {
    display: inline-block;
    vertical-align: middle;
    width: 45px
}

.side-list .ico-holder img {
    width: 25px
}

.side-list .hover {
    display: none
}

.rev_slider_wrapper .rev-btn a,
.side-list .text {
    display: inline-block
}

.side-list .text {
    vertical-align: middle;
    width: calc(100% - 20px)
}

.price-input {
    width: 100%;
    border: 0;
    background: 0 0;
    font-size: 14px
}

.boxed-layout {
    background: #6b6957
}

.boxed-layout.bg-pattern {
    background: url(../img/retina_wood.png)
}

.boxed-layout.bg-image {
    background: url(../img/banner/img-15.jpg) no-repeat fixed;
    background-size: cover
}

.boxed-layout #wrapper {
    background: #fff;
    max-width: 1230px;
    margin: 0 auto
}

.boxed-layout #header {
    max-width: 1230px;
    margin: 0 auto;
    width: 100%;
    left: 0;
    right: 0
}

.boxed-layout.search-active .search-wrap {
    max-width: 1232px;
    margin: 0 auto
}

.boxed-layout .has-mega-dropdown .dropdown-menu {
    left: 10px;
    right: 10px
}

.rev_slider {
    color: #fff
}

.rev_slider_wrapper .banner-heading-sub {
    font-size: 26px;
    line-height: 30px;
    color: #f5efdd;
    padding-right: 10px;
    font-weight:400 !important;
}

.navbar-default,
.rev_slider_wrapper .banner-heading-text {
    font-family: "Epunda Slab", serif;
}

.rev_slider_wrapper .rev-btn {
    font-family: "Epunda Slab", serif;
}

.rev_slider_wrapper .rev-btn .btn-banner {
    border-color: #ffffff;
    background: 0 0;
    color: #fff;
    border-radius: 25px
}

.rev_slider_wrapper .rev-btn .btn-banner:hover {
    border-color: #4b89e7;
    background: #4b89e7;
    color: #fff;
}

.rev_slider_wrapper .rev-btn.filled a,
.rev_slider_wrapper .rev-btn.filled:hover a {
    color: #b0a377
}

.testimonial-holder {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 60px 0
}

.testimonial-holder .owl-pagination {
    position: static;
    text-align: center;
    padding: 45px 0 0
}

.testimonial-holder .owl-pagination .owl-page {
    margin: 0 6px
}

.testimonial-holder .owl-pagination .owl-page.active span:after,
.testimonial-holder .owl-pagination .owl-page:hover span:after {
    visibility: visible
}

.testimonial-holder .owl-pagination .owl-page span {
    height: 12px;
    width: 12px;
    border: 0;
    background: 0 0;
    position: relative;
    border-radius: 12px;
    text-indent: -9999px;
    opacity: 1
}

.testimonial-holder .owl-pagination .owl-page span:before {
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px solid #fff;
    content: '';
    position: absolute;
    border-radius: 100%
}

.testimonial-holder .owl-pagination .owl-page span:after {
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    background: #fff;
    content: '';
    border-radius: 10px;
    visibility: hidden
}

.testimonial-holder blockquote .img {
    border: 2px solid #fff;
    width: 90px;
    border-ra dius: 100%;
    margin: 0 auto 45px
}

.testimonial-holder blockquote .img img {
    max-width: 100%;
    border-radius: 100%
}

.testimonial-holder blockquote cite {
    display: block;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
    margin-bottom: 45px;
    position: relative
}

.testimonial-holder blockquote cite:after {
    transform: translate(-50%, 0);
    width: 170px;
    height: 8px;
    background: #e2e2e2;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0
}

.services-block {
    position: relative;
    padding: 60px 0
}

.services-block .ico-holder {
    font-size: 40px
}

.services-block.has-bg {
    color: #fff
}

.services-block.has-bg .ico-article {
    line-height: 24px
}

.services-block.has-bg .ico-article .content-title,
.services-block.has-bg .ico-article a {
    color: #fff;
    -webkit-transition: color .3s;
    transition: color .3s
}

.services-block.has-bg .ico-article .ico-holder {
    -webkit-transition: color .3s;
    transition: color .3s
}

.services-block.has-bg .ico-article:hover .content-title,
.services-block.has-bg .ico-article:hover .ico-holder,
.services-block.has-bg .ico-article:hover a {
    color: #b0a377
}

.services-block.has-bg .ico-holder {
    min-height: 50px
}

.services-block.has-bg .title {
    text-transform: uppercase;
    margin-bottom: 15px
}

.services-block .ico-article {
    margin-top: 45px
}

.services-block .row {
    margin-top: -45px
}

.description-text {
    margin-top: 45px
}

.parallax {
    background-repeat: no-repeat;
    background-color: transparent;
    background-attachment: initial;
    background-size: cover;
    background-position: 50% 0;
    z-index: 1;
    position: relative
}

.parallax:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: -1
}

.parallax.banner:before {
    background: rgba(0, 0, 0, .1)
}

.parallax.banner-inner:before {
    background: rgba(0, 0, 0, .5)
}

.parallax.services-block:before {
    background: rgba(0, 0, 0, .85)
}

.no-overlay:before {
    display: none
}

.navbar-default .navbar-nav .icon,
.navbar-default .navbar-nav .text {
    display: inline-block;
    vertical-align: middle
}

#testimonial-home-page {
    background-image: url(../img/generic/img-05.jpg)
}

#banner-homeparallax-default {
    background-image: url(../img/banner/img-07.jpg)
}

#gridview-2-col {
    background-image: url(../img/banner/img-23.jpg)
}

#gridview-3-col {
    background-image: url(../img/banner/img-24.jpg)
}

#activity-summer,
#gridview-4-col {
    background-image: url(../img/banner/img-25.jpg)
}

#gridview-sidebar {
    background-image: url(../img/banner/img-26.jpg)
}

#activity-city-tour,
#gridview-full-width {
    background-image: url(../img/banner/img-27.jpg)
}

#list-view-normal {
    background-image: url(../img/banner/img-29.jpg)
}

#list-view-detail {
    background-image: url(../img/banner/img-28.jpg)
}

#activity-hiking {
    background-image: url(../img/banner/img-31.jpg)
}

#activity-jungle {
    background-image: url(../img/banner/img-12.jpg)
}

#about-banner {
    background-image: url(../img/banner/img-13.jpg)
}

#about-service-block {
    background-image: url(../img/generic/img-15.jpg)
}

#about-step-block {
    background-image: url(../img/generic/img-16.jpg)
}

#banner-layout-bothsidebar,
#banner-layout-fullwidth,
#banner-layout-fullwidth-wide,
#banner-layout-leftsidebar,
#banner-layout-rightsidebar {
    background-image: url(../img/banner/img-14.jpg)
}

#blog-default,
#blog-fullwidth,
#blog-leftsidebar,
#blog-rightsidebar,
#blog-single {
    background-image: url(../img/banner/img-16.jpg)
}

#banner-contact {
    background-image: url(../img/banner/img-17.jpg)
}

#banner-intro {
    background-image: url(../img/intro/img-01.jpg)
}

.navbar-default {
    background: 0 0;
    border: none;
    min-height: 1px;
    height: 100%;
    margin: 0;
    font-size: 14px;
    letter-spacing: .05em
}

.navbar-default .container-fluid,
.navbar-default .navbar-header {
    height: 100%
}
@media (max-width: 991px) {
  .navbar-default .navbar-header{
    position: absolute;
    top: -70px;
    right: 0;
  }
}
.navbar-default .na vbar-toggle {
    border: none;
    position: absolute;
    margin: 0;
    left: 20px;
    top: -52px;
    padding: 10px
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: 0 0
}

.navbar-default .navbar-toggle .icon-bar {
    width: 28px;
    height: 1px;
    background-color: #9d9d9d;
    border-radius: 0;
    border: 1px solid #9d9d9d
}

.navbar-default .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px
}

.navbar-default .icon-angle-down {
    font-size: 8px;
    float: right;
    margin-top: 7px
}

.navbar-default .navbar-nav {
    margin: 0
}

.navbar-default .navbar-nav>li {
    border-top: 1px solid #000;
    padding: 0;
    -webkit-transition: all linear .2s;
    transition: all linear .2s
}

.navbar-default .navbar-nav>li>a {
    color: #303030;
    padding: 20px 30px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    font-size: 18px;

}
@media (max-width:992px){
   .navbar-default .navbar-nav>li>a {
       color:#000;
   }
   .dropdown-menu a {
    color: #000000 !important;
}
}

.navbar-default .navbar-nav .icon {
    margin-right: 5px
}

.navbar-collapse {
    background: #fff;
    margin: 0;
    padding: 0
}

.navbar-collapse.in {
    overflow-y: auto
}

.banner,
.dropdown-menu .five-col,
.dropdown-menu .top-title,
.lang-wrap .lang-row {
    overflow: hidden
}

.dropdown-menu {
    border: 0;
    padding: 0;
    position: static;
    width: 100%;
    min-width: 210px;
    font-size: 12px;
    color: #9d9d9d;
    border-radius: 0
}

.dropdown-menu [class*=' icon-'],
.dropdown-menu [class^=icon-] {
    margin-right: 5px;
    -webkit-transition: margin .2s linear;
    transition: margin .2s linear
}

.dropdown-menu>ul>li>a {
    /*text-transform: uppercase;*/
    padding: 7px 10px 10px 15px;
}

.dropdown-menu>ul>li>a:hover {
    padding-left: 16px;
}

.dropdown-menu a {
    display: block;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    color: #000000;
    font-size:16px;
}
.white-header.fixed-position .dropdown-menu a{
    color:#000;
}
.dropdown-menu a:hover {
   color: #000000;
}

.dropdown-menu a:hover [class*=' icon-'],
.dropdown-menu a:hover [class^=icon-] {
    margin-right: 10px;
    margin-left: -5px
}

.dropdown-menu .top-title .back {
    float: left
}

.dropdown-menu .top-title .menu-title {
    float: right
}

.dropdown-menu .title {
    padding: 10px 0;
    display: block;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    font-size: 1.18em
}

.dropdown-menu .sub-link-opener:before {
    content: '\e903';
    font-family: icomoon !important;
    font-size: 8px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    position: absolute;
    right: 10px;
    top: 7px
}

.banner .banner-video.has-overlay:before,
.banner-text:after,
.banner.banner-inner .img-holder:after,
.content-block.guide-sub .holder:before,
.feature-block li:before {
    content: ''
}

.dropdown-menu .drop-wrap {
    padding: 0 30px
}

.dropdown-menu .drop-wrap ul {
    padding: 0
}

.dropdown-menu .header-link li {
    padding: 10px 0
}

.dropdown-menu .header-link li a {
    padding: 0;
    text-transform: uppercase;
    display: inline-block
}

.dropdown-menu .header-link li a:hover {
    padding-left: 5px
}

.dropdown-menu .drop-holder a {
    padding: 0
}

.dropdown-menu .drop-holder .des {
    max-width: 400px
}

.dropdown-menu .drop-holder .col {
    margin: 20px auto 0;
    max-width: 400px
}

.banner-icon-search .banner-text .center-text,
.dropdown-menu .five-col .col {
    margin-top: 0
}

.dropdown-menu .drop-holder .img-wrap {
    display: block;
    margin-bottom: 15px
}

.dropdown-menu .drop-holder .img-wrap img {
    width: 100%;
    max-width: 300px
}

.dropdown-menu .five-col ul {
    text-transform: none
}

.article .hover-article .link-more,
.breadcrumbs,
.btn,
.btn-banner,
.feature-block,
.gallery-list .info,
.lang-wrap a .text {
    text-transform: uppercase
}

.dropdown-menu .five-col .active .sub-link-opener:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.has-mega-dropdown>.dropdown-menu {
    width: 100%
}

.dropdown .icon-angle-down {
    -webkit-transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.dropdown.open .icon-angle-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.navbar-nav>li.last-dropdown .dropdown-menu,
.navbar-nav>li:last-child .dropdown-menu {
    left: auto;
    right: 0
}

.navbar-nav>li.has-mega-dropdown.last-dropdown .dropdown-menu,
.navbar-nav>li.has-mega-dropdown:last-child .dropdown-menu {
    left: 10px;
    right: 10px
}

.lang-wrap .lang-col {
    padding: 2px
}

.lang-wrap a {
    display: block;
    padding: 2px 5px
}

.lang-wrap a .text {
    color: #9d9d9d;
    font-weight: 400;
    letter-spacing: .01em;
    margin-left: 5px
}

.lang-wrap a:hover {
    background: #181818
}

.banner {
    position: relative;
    z-index: 1;
    background-position: 50% 0
}

.banner.banner-slider {
    background-position: 0 0;
    min-height: 1px
}

.banner.banner-slider .trip-form .holder {
    margin-bottom: 10px !important
}

.banner.banner-slider .solid-border {
    overflow: visible;
    border-radius: 0
}

.banner.banner-slider .banner-text {
    width: 1170px;
    position: static;
    font-size: 14px
}

.banner .banner-video {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: url(../videos/video-thumb.jpg) 50% 50% no-repeat;
    background-size: cover
}

.banner .banner-video.has-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(51, 51, 51, .7)
}

.banner .banner-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    max-width: none;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 1s opacity;
    transition: 1s opacity
}

.banner.banner-inner {
    height: 100vh;
    min-height: 320px;
    max-height: 500px;
    padding-top: 0;
    color: #fff
}

.banner.banner-inner .banner-image {
    height: 100%
}

.banner.banner-inner .img-holder {
    float: left;
    position: relative;
    min-width: 1920px;
    width: 100%;
    height: auto;
    left: 50%
}

.banner.banner-inner .img-holder:after {
    position: absolute;
    left: -9999px;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .25)
}

#slider-wrapper,
.banner-image {
    position: relative
}

.banner.banner-inner .img-holder img {
    position: relative;
    left: -50%;
    width: 100%
}

.banner.banner-inner .banner-text {
    text-align: left;
    top: auto
}

.banner.banner-inner .banner-text .center-text {
    padding: 0
}

.banner.banner-inner .subtitle {
    display: block;
    font-size: 1.428571em;
    line-height: 1.1;
    font-style: italic;
    margin-bottom: 70px;
    font-weight: 400
}

.banner.banner-inner h1 {
    line-height: 1.2;
    margin-bottom: 15px;
    color: #fff
}

.banner-inner .banner-text h1 {
    font-weight: 400;
    font-size: 45px;
}

.banner-image {
    height: 100%;
    min-height: 320px
}

.banner-image .has-overlay:before {
    background: rgba(0, 0, 0, .35)
}

.banner-home .banner-text h1 {
    font-size: 3.571em
}

.banner-home .banner-text h1 span {
    display: block;
    font-weight: 400;
    font-size: .8em;
    font-style: normal
}

.banner-home .banner-text .subtitle {
    font-size: 1.429em;
    color: #b0a377;
    font-weight: 300;
    font-style: italic;
    display: block;
    margin-bottom: 25px
}

.banner-text {
    position: absolute;
    top: 70px;
    bottom: 100px;
    left: 0;
    right: 0;
    white-space: nowrap;
    z-index: 22;
    text-align: center
}

.banner-text h1 {
    line-height: .9em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0
}

.banner-text h1 span {
    color: #b0a377
}

.banner-text:after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: -.25em
}

.banner-text .center-text {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: 100%;
    padding: 0 10px
}

.banner-icon-search .banner-text h1 {
    font-size: 3.571em
}

.heading-home {
    font: 700 3.571em/.9em Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    color: #fff;
    margin-bottom: 0;
    text-align: center
}

.heading-home span {
    display: block;
    font-weight: 400;
    font-size: .8em
}

.banner-caption-s1 .center-text,
.banner-home .banner-caption-s1 .center-text {
    max-width: 750px;
    text-align: right;
    font-family: "Open Sans", sans-serif;
}

.adventure-holder.featured-content,
.content-block.guide-add .social-networks,
.content-heading,
.feature-block,
.feature-block ul,
.gallery-list .info,
.gallery-list.has-center {
    text-align: center
}

.banner-caption-s1 .center-text h1,
.banner-home .banner-caption-s1 .center-text h1 {
    color: #b0a377;
    font-style: italic;
    font-family: "Open Sans", sans-serif;
}

.count-block .info,
.feature-block li,
.gallery-list.has-center .title {
    font-family: "Open Sans", sans-serif;
}

.banner-caption-s1 .center-text h1 span,
.banner-home .banner-caption-s1 .center-text h1 span {
    color: #fff;
    font-style: normal;
    font-weight: 100
}

.banner-caption-s1 .center-text .banner-subtitle,
.banner-home .banner-caption-s1 .center-text .banner-subtitle {
    font-weight: 300;
    color: #fff;
    margin-top: 30px
}

.feature-block {
    background: #fdfdfd;
    z-index: 99;
    padding: 10px 0;
    font-size: 1.5rem;
    position: relative
}

.feature-block .ico {
    position: relative;
    top: 0;
    display: block;
    margin: 0 auto 10px;
    -webkit-transition: top .2s linear;
    transition: top .2s linear;
    font-size: 25px;
    line-height: 1
}

.feature-block .info {
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

.feature-block .holder {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.feature-block ul {
    overflow: hidden
}

.feature-block li {
    display: inline-block;
    vertical-align: middle;
    margin-left: -.25em;
    padding: 10px;
    position: relative;
    width: 12.5%
}

.feature-block li:first-child:before {
    display: none
}

.feature-block li:before {
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    background: #dcdcdc;
    width: 1px
}

.content-block.guide-sub .holder,
.content-heading {
    position: relative
}

.feature-block li a {
    display: block;
    height: 100%;
    color: #403d3c
}

.feature-block li a:hover {
    color: #3d8bff
}

.feature-block li a:hover .ico {
    top: -5px
}

.content-heading .subtitle {
    display: block
}

.gallery-home-holder {
    margin-top: 45px
}

.gallery-home-holder h2 {
    color: #5c5e62
}

.content-block {
    padding: 60px 0;
    background: #efefef
}

.content-block.content-sub {
    padding: 45px 0
}

.content-block.content-sub .article {
    margin-top: 30px
}

.content-block.content-sub .content-holder {
    margin: 0 0 45px
}

.content-block.content-sub .list-view.content-holder {
    margin-top: 45px
}

.content-block.content-sub .list-view .article {
    margin-top: 15px
}

.content-block.content-center .img-wrap {
    width: 110px;
    margin: 0 auto 20px
}

.content-block .content-boxed .article,
.content-block.guide-sub .img-article {
    margin-top: 0px;
    margin-bottom: 25px;
}

.content-block.article-boxed .content-heading,
.content-block.content-spacing .content-heading,
.content-block.guide-sub .description p {
    margin-bottom: 0
}

.content-block.guide-sub .bar-holder,
.content-block.guide-sub .description {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
}

.content-block.guide-sub .holder:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity linear .5s;
    transition: opacity linear .5s
}

.content-block.guide-sub .holder:hover .social-networks,
.content-block.guide-sub .holder:hover:before {
    opacity: 1
}

.content-block.guide-sub .holder:hover .caption {
    color: #b0a377;
    margin-left: 0;
    margin-right: 0
}

.content-block.guide-sub .holder:hover .caption h3 {
    color: #b0a377
}

.content-block.guide-sub .thumbnail {
    padding: 0;
    background: 0 0;
    border: 0;
    margin-bottom: 0
}

.content-block.guide-sub .img-wrap img {
    width: 100%
}

.content-block.guide-sub .designation {
    letter-spacing: .05em
}

.content-block.guide-sub .description {
    font-size: 1.143em;
    line-height: 1.875
}

.content-block.guide-add .social-networks {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 160px;
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.content-block.guide-add .social-networks li {
    padding: 1px
}

.content-block.guide-add .social-networks a {
    height: 35px;
    width: 35px;
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 34px;
    background: #2e3436;
    -webkit-transition: background .2s linear;
    transition: background .2s linear
}

.adventure-holder .text-block:after,
.gallery-list.has-center .caption:after {
    height: 100%;
    content: '';
    vertical-align: middle
}

.content-block.guide-add .social-networks a:hover,
.content-block.guide-add .social-networks a:hover span {
    color: #fff
}

.content-block.guide-add .social-networks a span:before {
    line-height: 34px
}

.content-block.guide-add .social-networks a:hover {
    background: #b0a377
}

.content-block .content-boxed .thumbnail {
    border: 0
}

.content-sub-holder .article,
.grid-view-sidebar #sidebar {
    margin-top: 30px
}

.content-with-sidebar .content-sub-holder {
    padding-bottom: 45px
}

.adventure-holder .text-block {
    white-space: nowrap
}

.adventure-holder .text-block:after {
    display: inline-block;
    margin-right: -.25em
}

.adventure-holder .text-block .centered {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: 100%;
    padding: 30px 0 15px
}

.adventure-holder.featured-content .centered {
    padding: 60px 15px
}

.grid-view-sidebar {
    padding-bottom: 60px
}

.grid-view-sidebar #content {
    float: none;
    margin-top: 30px
}

.grid-view-sidebar .db-3-col .article {
    display: block;
    margin-right: auto;
}

.grid-view-sidebar .pagination-wrap {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto
}

.grid-view-sidebar .filter-option {
    max-width: 470px
}

a.thumbnail {
    padding: 0;
    background: 0 0;
    border: none;
    border-radius: 0;
    overflow: hidden
}

a.thumbnail img {
    width: 100%;
    max-width: none
}

.gallery-list {
    margin: 0 -5px 20px
}

.gallery-list.has-center .caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 10px;
    white-space: nowrap;
    color: #5c5e62;
    z-index: 2
}

.gallery-list.has-center .caption:before {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
    border: 1px solid #5c5e62;
    z-index: 8
}

.gallery-list.has-center .caption:after {
    display: inline-block;
    margin-right: -.25em
}

.gallery-list.has-center .caption .centered {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    font-weight: 700;
    z-index: 9
}

.gallery-list.has-center .title {
    display: block;
    font-size: 1.286em;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: relative
}

.gallery-list.has-center .title:after {
    position: absolute;
    left: 50%;
    width: 50px;
    height: 5px;
    background: #5c5e62;
    content: '';
    bottom: 0;
    margin-left: -25px
}

.gallery-list.has-center a:after {
    background: rgba(255, 255, 255, .9);
    opacity: 0
}

.gallery-list.has-center a:hover .caption:before,
.gallery-list.has-center a:hover .centered,
.gallery-list.has-center a:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.gallery-list.has-center a .caption:before,
.gallery-list.has-center a .centered {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all linear .3s;
    transition: all linear .3s
}

.gallery-list.has-center img {
    backface-visibility: hidden;
    display: block
}

.gallery-list .hover {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    left: 50%;
    top: 50%;
    position: absolute;
    font-size: 30px;
    color: #fff;
    display: block;
    z-index: 4;
    margin: -25px 0 0 -20px
}

.gallery-list a {
    margin: 0;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 2
}

.gallery-list a img {
    -webkit-transition: -webkit-transform .3s linear;
    transition: transform .3s linear
}

.gallery-list a:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05)
}

.gallery-list a:after {
    content: '';
    position: absolute;
    left: 0;
    right: -1px;
    top: 0;
    bottom: 0;
    background: rgba(71, 77, 75, .92);
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.gallery-list a:hover:after {
    opacity: 1
}

.gallery-list a:hover .hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.gallery-list li {
    float: left;
    width: 33.333%;
    padding: 0 5px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    clear: right
}

.gallery-list .info {
    position: absolute;
    bottom: 10px;
    left: 5px;
    letter-spacing: 1px;
    right: 5px;
    color: #fff;
    z-index: 2;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.btn.radius {
    border-radius: 25px
}

.btn.btn-default,
.btn.btn-h-slide {
    position: relative;
    z-index: 1
}

.btn.btn-default:before,
.btn.btn-h-slide:before {
    content: '';
    width: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.btn.btn-default:hover:before,
.btn.btn-h-slide:hover:before {
    width: 100%
}

.btn.btn-shadow {
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .35)
}

.btn.btn-primary {
    background: 0 0
}

.btn.btn-primary:hover {
    border-color: #b0a377;
    background: #b0a377;
    color: #fff
}

.btn.btn-default {
    font-weight: 600;
    padding: 7px 11px;
    letter-spacing: 1px;
    min-width: 100px;
    font-size: 14px;
    line-height: 20px;
    border-color: #1492d2;
    background: #47a6d6;
    border-radius: 4px;
    box-shadow: 0 2px 3px rgba(51, 51, 51, .29);
}

.btn.btn-default:before {
    background: #1f526c;
}

.btn.btn-default:hover {
    background: #1f526c;
    border-radius: 0;
    border-color: #e2e2e2
}

.btn.btn-trip {
    border-radius: 3px;
    font-style: normal;
    font-weight: 700;
    width: 100%;
    color: #b0a377;
    background: #252525;
    letter-spacing: .05em
}

.btn.btn-trip:hover {
    background: #3c8bff;
}

.btn.btn-info-sub {
    background: #6b6957;
    border-color: #6b6957;
    color: #fff;
    font-weight: 700
}

.btn.btn-info-sub:hover {
    box-shadow: none;
    color: #fff;
    background: #87856e;
    border-color: #87856e
}

.best-price {
    width: 120px;
    position: absolute;
    bottom: 81px;
    right: -33px;
}

.btn.btn-info {
    background: #418dfc;
    border-color:#418dfc;
    color: #fff;
}

.table.table-bordered tr th:first-child{
             width: 130px;
        }

.trip-info .btn-holder.btn-holder-enquiry .btn.btn-info {
    background: #aa181c;
    border-color: #aa181c;
}

.btn.btn-info:hover {
    background: #418dfc;
    color: #fff
}

.btn.btn-white {
    border: 1px solid #fff;
    color: #fff;
    padding: 3px 15px;
    min-width: 260px
}

.btn.btn-white:hover {
    background: #fff;
    color: #b0a377
}

.btn.btn-lg {
    padding: 10px;
    min-width: 250px
}

.btn.btn-md {
    font-size: 18px;
    line-height: 24px;
    padding: 12px;
    min-width: 250px;
    letter-spacing: 1px
}

.btn-banner {
    z-index: 8;
    white-space: nowrap;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #b0a377;
    background-color: transparent;
    padding: 7px 45px;
    border: 1px solid #6b6957
}

.btn-banner:hover {
    background: #6b6957;
    color: #fff
}

.book-trip3 {
    background: #efefef;
    padding: 30px;
}
#trip-booking div[class^="col-"] {
    margin-bottom: 25px;
}

.banner-caption-s1 .center-text .btn-banner-holder,
.banner-home .banner-caption-s1 .center-text .btn-banner-holder {
    margin-top: 20px
}

.banner-caption-s1 .center-text .btn-banner,
.banner-home .banner-caption-s1 .center-text .btn-banner {
    border-radius: 25px
}

.breadcrumbs {
    color: #fff;
    font-size: 1.143em
}

.breadcrumbs li {
    display: inline
}

.breadcrumbs li:first-child:before {
    display: none
}

.breadcrumbs li:before {
    content: '/';
    display: inline-block;
    vertical-align: middle;
    margin: -5px 2px 0
}

.breadcrumbs a {
    color: #fff;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

.breadcrumbs a:hover {
    color: #e6e6e6
}

.filter-option {
    position: relative;
    max-width: 470px;
    margin: 0 auto
}

.filter-option .btn-filter {
    margin: 0 15px;
    border-width: 2px;
    line-height: 40px;
    padding: 0 10px
}

.filter-option .btn-filter i {
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px
}

.filter-option .select-col.sidebar-filter-opener {
    display: none
}

.filter-option .filter-slide {
    max-height: 0;
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
    overflow: hidden;
    width: calc(100% + 130px);
    margin-bottom: -10px;
    padding-top: 10px
}

.filter-option .filter-slide .select-col {
    margin-top: 10px;
    width: 100%
}

.filter-option.filter-box {
    background: #fff;
    padding: 15px 25px 5px 20px
}

.filter-option.filter-box .result-info {
    padding-top: 5px
}

.filter-option.filter-box .link {
    width: 34px;
    height: 34px;
    font-size: 18px;
    line-height: 34px;
    margin-left: 15px
}

.filter-option.filter-box .select-holder {
    width: calc(100% - 77px);
    text-align: left
}

.filter-option .result-info {
    font-size: 1.143em;
    line-height: 1.5em;
    padding-top: 10px;
    display: block;
    margin-bottom: 15px
}

.filter-option .select-col {
    padding: 0 15px 10px;
    width: 180px;
    display: inline-block;
    vertical-align: top;
    margin-right: -.25em
}

.filter-option .select-holder {
    float: left;
    width: calc(100% - 100px);
    margin: 0 -15px
}

.filter-option .layout-action {
    float: right;
    max-width: 140px
}

.filter-option .link {
    display: inline-block;
    vertical-align: top;
    height: 44px;
    width: 44px;
    border: 2px solid #e2e2e2;
    line-height: 44px;
    text-align: center;
    color: #e2e2e2;
    margin: 0 -.25em 0 19px;
    font-size: 25px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.filter-option .link:last-child {
    margin-right: 0
}

.filter-option .link.active,
.filter-option .link:hover {
    color: #b0a377
}

.filter-active .filter-slide {
    max-height: 350px
}

.pagination-wrap {
    padding: 25px 20px;
    text-align: center;
    background: #fff;
    box-shadow: 0 1px 1px rgba(1, 2, 2, .1)
}

.pagination-wrap.bg-gray {
    background: #f8f8f8
}

.pagination-wrap .pagination {
    font-size: 0;
    line-height: 0;
    min-width: 170px
}

.pagination-wrap .btn-next,
.pagination-wrap .btn-prev {
    font-size: 14px;
    padding-top: 5px
}

.pagination-wrap .btn-next a,
.pagination-wrap .btn-prev a {
    margin: 0;
    width: auto;
    height: auto;
    border: 0
}

.pagination-wrap .btn-next a:hover,
.pagination-wrap .btn-prev a:hover {
    background: 0 0;
    color: #b0a377;
    border: 0
}

.pagination-wrap .btn-prev {
    float: left
}

.pagination-wrap .btn-prev span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block
}

.pagination-wrap .btn-next {
    float: right
}

.pagination-wrap li {
    display: inline-bl ock;
    padding: 0 5px;
    vertical-align: middle;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px
}

.pagination-wrap li a {
    padding: 0;
    background: 0 0;
    border: 0;
    line-height: 20px;
    font-size: 16px;
    width: 22px;
    height: 22px;
    display: block;
    color: #5c5e62
}

.pagination-wrap li a:hover {
    background: #b0a377;
    color: #fff;
    border: 1px solid #f8f8f8
}

.pagination-wrap li.active a {
    color: #fff;
    border: 1px solid transparent;
    background: #b0a377
}

.pagination-wrap li.active a:hover {
    background: #b0a377;
    color: #fff;
    border-color: transparent
}

.count-block {
    color: #fff;
    text-align: center
}

.count-block .icon {
    display: block;
    margin: 0 auto 15px;
    position: relative;
    top: 0;
    -webkit-transition: top .2s linear;
    transition: top .2s linear;
    font-size: 50px
}

.count-block .icon.icon-duration {
    font-size: 38px;
    height: 50px
}

.count-block .info,
.count-block .txt {
    display: block;
    margin-bottom: 0;
    text-transform: uppercase
}

.count-block .txt {
    margin: 0;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.count-block .info {
    font-size: 1.667em;
    font-weight: 700;
    margin-bottom: 10px
}

.count-block .block-1 {
    background: #6b6957
}

.count-block .block-2 {
    background: #565335
}

.count-block .block-3 {
    background: #474d4b
}

.count-block .block-4 {
    background: #b0a377
}

.count-block .holder {
    padding: 45px 10px;
    font-size: 1.286em;
    text-align: center
}

.count-block .holder:hover .icon {
    top: -15px
}

.count-block .wpb_wrapper {
    display: inline-block;
    vertical-align: middle;
    white-space: normal
}

.article {
    line-height: 1.714;
    max-width: 500px;
    margin: 45px auto 0
}

.article.thumb-full .thumbnail {
    border-radius: 5px 5px 0 0
}

.article.thumb-full .thumbnail .img-wrap {
    margin: -10px -10px 25px;
    overflow: hidden;
    border-radius: 5px 5px 0 0
}

.article.has-hover-s1 .img-wrap {
    overflow: hidden
}

.article.has-hover-s1 .img-wrap img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .2s linear;
    transition: transform .2s linear
}

.article.has-hover-s1:hover .img-wrap img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

.article.has-hover-s2 .img-wrap {
    position: relative;
    overflow: hidden
}

.article.has-hover-s2 .img-wrap img {
    margin: -10px 0 0 -10px;
    max-width: none;
    width: calc(100% + 10px);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0)
}

.article.has-hover-s2 .img-wrap .text:before {
    position: absolute;
    right: -120px;
    bottom: -140px;
    width: 250px;
    height: 250px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 900px rgba(255, 255, 255, .2);
    content: '';
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, 1);
    transform: scale3d(.5, .5, 1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: rgba(0, 0, 0, .2)
}

.article.has-hover-s2 .img-wrap .text:before,
.article.has-hover-s2 .img-wrap p {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}

.article.has-hover-s2 .img-wrap p {
    margin: 0;
    color: #fff;
    font-size: 42px;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 28px 25px 0;
    width: 110px;
    text-align: right;
    opacity: 0;
    -webkit-transform: translate3d(20px, 20px, 0);
    transform: translate3d(20px, 20px, 0)
}

.article.has-hover-s2:hover h3 a {
    color: #474d4b
}

.article.has-hover-s2:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.article.has-hover-s2:hover .text:before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.article.has-hover-s2:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.article.has-hover-s3 .hover-article,
.article.has-hover-s3 .info-footer,
.article.has-hover-s3 img {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}

.article.has-hover-s3 .star-rating>span {
    color: #b0a377
}

.article.has-hover-s3 .star-rating>span.disable {
    color: #fff
}

.article.has-hover-s3 .star-rating>span:hover {
    color: #9a8c5a
}

.article.has-hover-s3:hover img {
    opacity: .4;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1)
}

.article.has-hover-s3: hover .hover-article {
    opacity: 1
}

.article.has-hover-s3:hover .img-caption {
    color: #fff
}

.article.has-hover-s3:hover .more,
.article.has-hover-s3:hover h3 a {
    color: #333
}

.article.has-hover-s3 .img-wrap {
    background: #000;
    overflow: hidden
}

.article .hover-article {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: left;
    opacity: 1
}

.article .hover-article a {
    color: #fff
}

.article .hover-article a:hover {
    color: #b0a377
}

.article .hover-article .icons {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 25px
}

.article .hover-article .star-rating {
    position: absolute;
    top: 15px;
    left: 15px
}

.article .hover-article .price {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 13px;
    margin-right: -.25em;
    font-weight: 400;
    letter-spacing: 1px;
    font-style: italic;
    /*color: #f54c09;*/
        font-family: 'Raleway', sans-serif;
}

.article .hover-article .price span {
    font-size: 1.286em;
    display: block;
    margin-top: -5px;
    font-weight: 900;
    font-style: normal
}

.article .ico-action,
.article .ico-action li,
.article .link-view a:after {
    display: inline-block;
    vertical-align: middle
}

.article .hover-article .link-more {
    border-radius: 25px;
    border: 1px solid #fff;
    padding: 7px 15px;
    max-width: 50%;
    text-align: right;
    float: right;
    /* margin: 20px 0 0; */
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px
}

.article .hover-article .link-more:hover {
    color: #fff;
    background:#4b89e7;
    border-color: #4b89e7;
}

.article .hover-article .info-footer {
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
    font-weight: 700;
    position: absolute;
    bottom: -5px;
    left: 15px;
    right: 15px
}

.article .link-view a:after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    content: '\e906';
    margin-left: 5px;
    font: 10px/10px icomoon;
    margin-top: -3px
}

.popup:before,
.recent-block .sub-info span:before,
.seperator:before {
    content: ''
}

.article .img-caption,
.comment-slot .name,
.top-box {
    font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.article .ico-action li {
    padding: 0 5px
}

.article .ico-action a:hover {
    color: #474d4b
}

.article .heading {
    margin-bottom: 15px;
    font-weight: 700
}

.article h3 a {
    color: #2167cb;
    font-size: 22px !important;
}

.article h3 a:hover {
    color: #333;
}

.article .more {
    color: #5c5e62;
    font-style: italic;
    font-weight: 400;
    letter-spacing: .05em
}

.article .more:hover {
    color: #b0a377
}

.article .social-networks {
    font-size: 21px;
    margin: 0 -10px
}

.article .social-networks li {
    padding: 0 10px;
    font-size: 17px
}

.article .social-networks a {
    color: #5c5e62
}

.article .ico-list {
    line-height: 1;
    overflow: hidden
}

.article .sub-title {
    font-style: italic;
    font-size: 1em;
    display: block;
    margin-bottom: 10px
}

.article .img-wrap,
.article .img-wrap1 {
    margin: 0 0 40px;
    text-align: center
}

.article h2 {
    color: #000;
    letter-spacing: .1em
}

.article .col {
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px
}

.article .col:first-child {
    width: 51.3%
}

.article .img-wrap {
    position: relative
}

.article .img-wrap img {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.article .img-wrap .social-networks {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 160px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all linear .2s;
    transition: all linear .2s
}

.article .img-wrap .social-networks li {
    margin-right: -.25em;
    padding: 0 1px
}

.article .img-wrap .social-networks a {
    width: 36px;
    height: 34px;
    display: block;
    text-align: center;
    line-height: 34px;
    background: #474d4b
}

.article .img-wrap .social-networks a:hover {
    background: #000;
    color: #fff
}

.article .img-caption {
    position: absolute;
    top: 15px;
    right: 0;
    background: #000;
    color: #b0a377;
    font-size: 14px;
    line-height: 18px;
    padding: 4px 10px;
    font-weight: 400;
    z-index: 2;
    letter-spacing: .02em;
    display:none;
}

.article .thumbnail {
    margin-bottom: 0;
    padding: 15px;
    border: none;
    line-height: 1.7142857;
    box-shadow: 0 2px 2px rgba(1, 2, 2, .05)
}

.article .thumbnail:hover footer .price span,
.article .thumbnail:hover h3 a {
    color: #f54c09;
}

.article .thumbnail .info-title {
    display: block;
    margin-bottom: 10px
}

.article .thumbnail .img-wrap {
    margin: 0 0 25px
}

.article .thumbnail .meta {
    padding-bottom: 25px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dedede
}

.article .thumbnail .meta .country {
    padding-right: 5px
}

.article .thumbnail .meta .activity,
.article .thumbnail .meta .country {
    max-width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: -.25em;
    font-size: 14px;
}

.article .thumbnail .meta .activity [class*=' icon-'],
.article .thumbnail .meta .activity [class^=icon-],
.article .thumbnail .meta .country [class*=' icon-'],
.article .thumbnail .meta .country [class^=icon-] {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: -1px 5px 0 0
}

.article .thumbnail .star-rating [class*=' icon-'],
.article .thumbnail .star-rating [class^=icon-] {
    margin-right: 0
}

.article .thumbnail p {
    /*letter-spacing: .03em;*/
    margin-block: 15px;
        font-size: 15px;
    letter-spacing: 0px;

}

.article .info-aside,
.article footer {
    overflow: hidden;
    margin: 15px 0 -5px;
    padding-top: 15px;
    border-top: 1px solid #dedede
}

.article .info-aside .social-networks,
.article footer .social-networks {
    max-width: 68%;
    float: right;
    padding-top: 5px
}

.article .info-aside .price,
.article footer .price {
    overflow: hidden;
        display: block;
        font-style: italic;
        letter-spacing: 1px;
        max-width: 100%;
        font-weight: 500;
        font-size: 15px;
        color: #f54c09;
        font-family: 'Raleway', sans-serif;
}

.img-article,
.list-view .article,
.list-view .filter-option {
    max-width: 500px
}

.article .info-aside .price span,
.article footer .price span {
           display: block;
        font-weight: 500;
        font-style: normal;
        font-size: 21px;
        margin-top: -8px;
}

.article .info-aside .price span,
.article footer .price span span {
        display: inline;
}

.comments .comment-head .meta,
.comments .link-holder {
    font-style: italic
}

.article .ico-list li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px
}

.article .info-aside {
    text-align: center;
    border-top: 0;
    border-left: 1px solid #ebebeb
}

.article .info-aside .price {
    font-size: 1.286em;
    margin-bottom: 15px
}

.article .info-aside .price span {
    font-size: 2.143em;
    line-height: 1.5em
}

.article .activity-level {
    margin-bottom: 15px
}

.article .activity-level .text {
    display: block;
    margin-top: 5px;
    color: #9d9d9d
}

.meta-article {
    overflow: hidden;
    margin: 30px 0 5px -5px;
    padding-top: 5px
}

.meta-article .ico-action li,
.meta-article .ico-list li {
    padding: 0 5px;
    display: inline-block;
    vertical-align: middle
}

.meta-article .ico-action a {
    color: #5c5e62
}

.meta-article .ico-action a:hover {
    color: #474d4b
}

.meta-article .ico-list {
    display: inline-block
}

.meta-article .comment,
.meta-article .ico-action,
.meta-article .rate-info,
.meta-article .star-rating {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px
}

.list-view .activity-level .hover,
.meta-article .star-rating:before {
    display: none
}

.meta-article .comment:before,
.meta-article .ico-action:before,
.meta-article .rate-info:before,
.meta-article .star-rating:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 3px;
    width: 1px;
    background: #e2e2e2
}

.img-article .img-wrap img,
.recent-block .article .img-wrap img {
    width: 100%
}

.meta-article .star-rating {
    padding-left: 0
}

.img-article {
    margin: 0 auto
}

.img-article .img-wrap {
    margin-bottom: 0
}

.img-article.article-light:hover .text-block {
    background: #ebebeb
}

.img-article.article-light .text-block {
    background: #f8f8f8;
    color: #5c5e62
}

.img-article.article-light .text-block a {
    color: #5c5e62
}

.img-article .caption {
    margin: -50px 40px 0;
    position: relative;
    z-index: 4;
    background: #6b6957;
    padding: 20px 10px;
    color: #fff;
    text-align: center;
    box-shadow: 1px 2px 1px rgba(1, 2, 2, .3);
    -webkit-transition: margin .2s linear;
    transition: margin .2s linear
}

.img-article .caption h3 {
    color: #fff
}

.img-article .text-block {
    background: #6b6957;
    padding: 30px 15px 15px;
    color: #fff;
    -webkit-transition: background .2s linear;
    transition: background .2s linear
}

.img-article .text-block h3 {
    text-transform: none;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 15px
}

.img-article .text-block h3 a {
    color: #fff
}

.img-article .text-block p {
    margin-bottom: 25px
}

.img-article .holder:hover .caption,
.img-article .holder:hover .text-block {
    background: #474d4b
}

.img-article .social-networks {
    margin: 0 -10px
}

.img-article .social-networks li {
    font-size: 22px;
    padding: 0 10px
}

.img-article .social-networks a {
    color: #fff
}

.guide-info {
    margin-top: 45px
}

.list-view .star-rating {
    margin-right: 15px
}

.list-view .star-rating .disable {
    color: #787878
}

.list-view .activity-level .ico {
    font-size: 67px;
    line-heigh t: 1;
    color: #9d9d9d
}

.list-view .article .thumbnail:hover .activity-level .ico,
.list-view .article .thumbnail:hover .price span,
.list-view .article .thumbnail:hover .star-rating,
.list-view .article .thumbnail:hover h3 a {
    color: #b0a377
}

.list-view .article .img-wrap {
    text-align: center;
    margin: 0 auto 20px
}

.list-view .article .img-wrap img {
    border-radius: 5px;
    width: 100%
}

.list-view .article .info-aside {
    border: solid #ebebeb;
    border-width: 1px 0 0;
    margin-bottom: 20px;
    padding-top: 15px
}

.list-view .article .info-aside .price {
    max-width: none
}

.list-view .article .info-aside .price span {
    color: #5c5e62;
    font-size: 1.186em
}

.list-view .article h3 {
    overflow: hidden
}

.list-view .article .info-rate,
.list-view .article .star-rating {
    display: inline-block;
    vertical-align: middle;
    max-width: 42%
}

.list-view .article .info-rate {
    max-width: 56%
}

.list-view .article .info-footer {
    overflow: visible
}

.list-view .article .info-footer li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    padding: 0
}

.list-view .article .info-footer [class*=' icon-'],
.list-view .article .info-footer [class^=icon-] {
    font-size: 20px
}

.list-view .article .reviews-holder {
    margin-bottom: 15px
}

.list-view .article .ico-list {
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #ebebeb;
    overflow: visible
}

.list-view .article footer {
    border: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 5px
}

.list-view .article .ico-action a {
    color: #9d9d9d
}

.list-view .article .ico-action a:hover {
    color: #b0a377
}

.recent-block {
    padding: 45px 0
}

.recent-block h2 {
    margin: 0;
    letter-spacing:0px;
}

.recent-block .thumbnail:hover .sub-info span:last-child {
    color: #f54c09
}

.recent-block.recent-wide-thumbnail .img-wrap {
    margin: 0 -10px 25px
}

.recent-block.recent-wide-thumbnail .thumbnail:hover {
    box-shadow: 0 3px 7px rgba(0, 0, 0, .35)
}

.recent-block.recent-list .thumbnail {
    background: #fafafa;
    box-shadow: none
}

.recent-block .article {
    margin-top: 30px
}

.recent-block.recent-gray {
    background: #fafafa
}

.recent-block.recent-gray .thumbnail {
    background: #fff
}

.recent-block.recent-gray .article .col-holder {
    background: #fff;
    box-shadow: none
}

.recent-block.recent-gray .article footer {
    margin: 0;
        font-size: 17px;
}

.recent-block .thumbnail {
    padding: 20px 10px;
    background: #f8f8f8
}

.recent-block h3 {
    color: #5c5e62
}

.recent-block .article .img-wrap {
    margin-bottom: 20px
}

.recent-block footer {
    overflow: visible;
    border-top: 0;
    margin-top: 0
}

.recent-block .sub-info {
         float: right;
        margin-bottom: 0;
        font-size: 15px;
        color: #f54c09;
        font-family: 'Raleway', sans-serif;
        padding-top: 6px;
}

.recent-block .sub-info span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    position: relative;
    margin-right: -.25em
}

.recent-block .sub-info .bg1{
    display: block;
    font-weight: 400;
    color: #222;
    /* line-height: 24px; */
    padding-bottom: 6px;
}

.recent-block .ico-list .hover,
.recent-block .sub-info span:first-child:before {
    display: none
}

.recent-block .sub-info span:before {
    left: 0;
    top: 2px;
    bottom: 2px;
    background: #5c5e62;
    width: 1px;
    position: absolute
}

.recent-block .sub-info span.bg2:before
 {
    left: 0;
    top: 2px;
    bottom: 2px;
    background: transparent;
    width: 1px;
    position: absolute;
}

.recent-block .ico-list {
    overflow: visible;
    float: left;
    width: calc(100% - 112px);
    margin: 0 -5px
}

.recent-block .ico-list li {
    margin: 0 5px 5px;
    padding: 0
}

.recent-block .ico-list .popup {
    padding: 5px
}

.recent-block .ico-list [class*=' icon-'],
.recent-block .ico-list [class^=icon-] {
    font-size: 20px
}

.recent-block .ico-list img {
    display: inline-block
}

.image-slide {
    position: relative;
    height: 100%;
    margin-left: -15px;
    margin-right: -15px
}

.image-slide .controls {
    position: absolute;
    bottom: 0;
    z-index: 9;
    right: 0
}

.image-slide .controls a {
    background: #b0a377;
    color: #fff;
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    -webkit-transition: background linear .3s;
    transition: background linear .3s
}

.image-slide .controls a:hover {
    background: #c3b997
}

.image-slide .controls a.btn-prev {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.image-slide .controls a.btn-next {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.image-slide .slide {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0
}

.image-slide .slide.active {
    z-index: 2
}

.image-slide.not-enough-slides a.bt n-next,
.image-slide.not-enough-slides a.btn-prev {
    visibility: hidden
}

.popup {
    -webkit-transform: translate(-50%, 15px);
    -ms-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px);
    width: 100px;
    position: absolute;
    left: 50%;
    top: 100%;
    border-radius: 7px;
    background: #b0a377;
    color: #fff;
    padding: 2px 5px;
    text-align: center;
    text-transform: uppercase;
    display: none;
    z-index: 999;
    font-size: 12px
}

.featured-content .bg-stretch,
.featured-content.feature-small .bg-stretch {
    z-index: 1
}

.popup:before {
    transform: translate(-50%, 0);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #b0a377;
    position: absolute;
    left: 50%;
    bottom: 100%
}

.pop-opener,
.seperator {
    position: relative
}

.pop-opener:hover [class*=' icon-'],
.pop-opener:hover [class^=icon-] {
    color: #b0a377
}

.pop-opener:hover .popup {
    display: block
}

.recent-block .popup {
    top: auto;
    bottom: 100%;
    margin-bottom: 25px
}

.recent-block .popup:before {
    border-bottom: 0;
    border-top: 7px solid #474d4b;
    bottom: auto;
    top: 100%
}

.article .pop-opener:hover [class*=' icon-'],
.article .pop-opener:hover [class^=icon-] {
    color: #474d4b
}

.article .popup {
    background: #474d4b
}

.article .popup:before {
    border-bottom-color: #474d4b
}

.comment-slot.v-middle .text,
.comment-slot.v-middle .thumb {
    vertical-align: middle
}

.comment-slot .thumb {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 50px
}

.comment-slot .thumb img {
    border-radius: 100%
}

.comment-slot .name {
    display: block;
    font-size: 1.143em
}

.comment-slot .name a {
    color: #5c5e62
}

.comment-slot .name a:hover {
    color: #474d4b
}

.comment-slot .text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 70px)
}

.comments {
    padding: 30px 15px;
    border: 1px solid #f8f8f8;
    box-shadow: 0 0 1px 1px rgba(1, 2, 2, .1)
}

.comments .comment-head {
    overflow: hidden;
    margin: 0 0 15px
}

.comments .comment-head .left {
    float: left;
    width: 50%;
    padding-right: 10px
}

.comments .comment-head .name {
    display: block;
    font-weight: 400;
    margin-bottom: 5px
}

.social-networks li,
.star-rating>span {
    display: inline-block;
    vertical-align: middle
}

.comments .link-more,
.product-table .amount,
.product-table .title {
    font-weight: 700
}

.comments .comment-head .right {
    width: 50%;
    text-align: right;
    float: left;
    padding-top: 5px
}

.comments p {
    margin: 0 0 30px
}

.comments.reply {
    box-shadow: none;
    border: 0;
    padding: 40px 0 0 100px
}

.comments.reply .comment-slot .comment-detail {
    max-width: 570px
}

.comments .comment-slot {
    overflow: hidden;
    border-bottom: 0;
    padding: 20px 0 15px
}

.comments .comment-slot .text:hover .star-rating,
.comments .comment-slot .text:hover a {
    color: #b0a377
}

.comments .comment-slot:first-child {
    padding-top: 0
}

.comments .comment-slot .thumb {
    width: 75px;
    padding-right: 20px;
    margin-right: 0;
    margin-top: 10px
}

.comments .comment-slot .text {
    width: calc(100% - 80px)
}

.comments .comment-slot .comment-detail {
    max-width: 670px;
    border-bottom: 1px solid #e2e2e2;
    padding: 0 20px 30px 0
}

.comments .link-holder a {
    color: #5c5e62
}

.comments .link-holder a:hover {
    color: #474d4b
}

.comments .comment-holder {
    margin: 0 0 20px
}

.comments .link-more {
    font-size: 1.143em;
    padding-top: 2px;
    margin-left: 175px
}

.comments .link-more a {
    color: #5c5e62
}

.comments .link-more a:hover {
    color: #b0a377
}

.star-rating>span {
    margin-right: -2px
}

.star-rating>span:hover {
    cursor: pointer;
    color: #b0a377
}

.star-rating [class*=' icon-'],
.star-rating [class^=icon-] {
    font-size: 15px;
    line-height: 1em
}

.star-rating .disable {
    color: #adadad
}

.social-networks li {
    padding: 0 5px
}

.social-networks a span {
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

.social-networks a.facebook:hover {
    color: #136ad5
}

.social-networks a.twitter:hover {
    color: #00aced
}

.social-networks a.google:hover {
    color: #dd4b39
}

.social-networks a.pin:hover {
    color: #cb2027
}

.social-networks .icon-twitter:hover {
    color: #00aced
}

.social-networks .icon-facebook:hover {
    color: #136ad5
}

.social-networks .icon-google-plus:hover {
    color: #dd4b39
}

.social-networks .icon-linkedin:hover {
    color: #007bb5
}

.seperator {
    border-bottom: 1px solid #498bf4;
    padding-bottom: 30px
}

.seperator:before {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    tr ansform: translate(-50%, 0);
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 120px;
    height: 4px;
    background: #498bf4
}

.booking-form .form-holder,
.twocol-form .form-holder {
    box-shadow: .5px .9px 1px rgba(1, 2, 2, .1);
    background: #f8f8f8;
    padding: 20px 10px;
    margin-bottom: 45px
}

.booking-form .form-holder .form-control,
.twocol-form .form-holder .form-control {
    border-color: #dfdfdf;
    background: 0 0;
    color: #5c5e62;
    height: 40px
}

.booking-form .form-holder .form-control::-webkit-input-placeholder,
.twocol-form .form-holder .form-control::-webkit-input-placeholder {
    font-style: italic
}

.booking-form .form-holder .form-control:-moz-placeholder,
.twocol-form .form-holder .form-control:-moz-placeholder {
    font-style: italic
}

.booking-form .form-holder .form-control::-moz-placeholder,
.twocol-form .form-holder .form-control::-moz-placeholder {
    font-style: italic
}

.booking-form .form-holder .form-control:-ms-input-placeholder,
.twocol-form .form-holder .form-control:-ms-input-placeholder {
    font-style: italic
}

.booking-form .form-holder .form-control:active,
.booking-form .form-holder .form-control:focus,
.twocol-form .form-holder .form-control:active,
.twocol-form .form-holder .form-control:focus {
    border-color: #c5c5c5
}

.booking-form .col-md-6:last-child .form-holder,
.twocol-form .col-md-6:last-child .form-holder {
    margin-bottom: 0
}

.booking-form textarea.form-control,
.twocol-form textarea.form-control {
    min-height: 190px !important;
    resize: none
}

.booking-form h2,
.twocol-form h2 {
    color: #5c5e62;
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(125, 125, 125, .2)
}

.booking-form label,
.twocol-form label {
    margin-bottom: 20px;
    text-transform: capitalize
}

.booking-form .hold,
.twocol-form .hold {
    margin-bottom: 20px
}

.booking-form .option,
.twocol-form .option {
    padding-bottom: 20px;
    padding-top: 10px
}

.booking-form .option li,
.twocol-form .option li {
    overflow: hidden;
    margin-bottom: 5px
}

.booking-form .option label,
.twocol-form .option label {
    margin-bottom: 0
}

.booking-form .option .info-hold,
.twocol-form .option .info-hold {
    padding-left: 30px
}

.booking-form .payment-option,
.twocol-form .payment-option {
    display: none;
    float: none;
    padding-left: 30px
}

.booking-form .order-block,
.twocol-form .order-block {
    padding-top: 25px
}

.booking-form [type=submit].btn,
.twocol-form [type=submit].btn {
    width: 100%;
    padding: 10px
}

.product-table {
    border: 2px solid #dfdfdf;
    width: 100%;
    margin-bottom: 60px
}

.product-table td,
.product-table th {
    padding: 10px
}

.product-table th {
    border-bottom: 1px solid rgba(125, 125, 125, .2)
}

.product-table tfoot td {
    font-weight: 700;
    border-top: 1px solid rgba(125, 125, 125, .2)
}

.product-table .title,
.product-table time {
    display: block
}

.top-box {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 25px
}

.top-box .holder {
    color: #5c5e62;
    display: block;
    border: 2px solid #f8f8f8;
    padding: 10px 20px;
    overflow: hidden;
    position: relative;
    -webkit-transition: border .2s linear;
    transition: border .2s linear
}

.top-box .holder:hover .arrow {
    right: 20px
}

.top-box .left {
    display: none
}

.top-box .right {
    float: left
}

.top-box .arrow {
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(270deg);
    -ms-transform: translate(0, -50%) rotate(270deg);
    transform: translate(0, -50%) rotate(270deg);
    -webkit-transition: right .2s linear;
    transition: right .2s linear
}

.top-box .arrow:before {
    content: '\e906';
    font: 18px/1 icomoon
}

.block-quotation:after,
.partner-block a:before,
.progress .value:before,
.trip-info .text-col:after {
    content: ''
}

.content-intro .info .sub,
.progress .value,
.trip-info .price {
    font-style: italic
}

.content-intro .info strong,
.step-block,
.trip-info .price strong {
    font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.featured-content {
    position: relative;
    overflow: hidden;
    text-align: center
}

.featured-content.feature-small {
    background: #474d4b;
    color: #fff
}

.featured-content.feature-small .column {
    min-height: 0
}

.featured-content.feature-small .btn-lg {
    min-width: 260px
}

.featured-content .row {
    overflow: hidden;
    margin: 0
}

.featured-content .row:nth-child(even) .image {
    float: right
}

.featured-content .article {
    padding: 20px
}

.featured-content .container-fluid {
    padding: 0
}

.bar-holder {
    margin-bottom: -5px
}

.bar-holder .title {
    font-size: 1.143em;
    line-height: 1;
    display: block;
    margin-bottom: 25px
}

.pro gress {
    height: 20px;
    background: #414141;
    box-shadow: none;
    margin-bottom: 30px;
    overflow: visible
}

.progress .progress-bar {
    position: relative;
    box-shadow: none;
    background: #b0a377
}

.progress .value {
    position: absolute;
    right: -35px;
    font-size: 14px;
    line-height: 1.2;
    background: #474d4b;
    color: #fff;
    padding: 5px;
    min-width: 50px;
    top: -40px
}

.progress .value:before {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 0;
    margin-left: -11px;
    border-color: #474d4b transparent transparent
}

.progress-holder {
    padding-top: 45px;
    margin-bottom: -10px
}

.block-quotation {
    padding: 15px 10px;
    color: #fff;
    position: relative;
    text-align: center;
    z-index: 1;
    background: #b0a377;
    margin: 40px 0
}

.block-quotation.no-bottom {
    margin-bottom: 0
}

.block-quotation:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(176, 163, 119, .69);
    z-index: -1
}

.block-quotation img {
    opacity: .52
}

.partner-block {
    padding: 60px 0;
    text-align: center;
    background: #fafafa
}

.partner-block .partner {
    margin-top: 45px;
    padding: 0 15px 1px
}

.partner-block a {
    display: block;
    height: 100%;
    border-bottom: 1px solid #dedede;
    padding-bottom: 45px;
    position: relative;
    min-height: 117px
}

.partner-block a:before {
    background: #474d4b;
    left: 50%;
    bottom: -1px;
    width: 0;
    height: 1px;
    position: absolute;
    -webkit-transition: width .2s linear, left .2s linear;
    transition: width .2s linear, left .2s linear
}

.partner-block a .hover {
    display: none
}

.partner-block a img {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    display: inline-block
}

.partner-block a:hover img {
    display: none
}

.partner-block a:hover img.hover {
    display: inline-block
}

.partner-block a:hover:before {
    left: 0;
    width: 100%
}

.ico-article {
    margin-top: 30px;
    line-height: 1.714;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
}

.ico-article .ico-holder {
    margin: 0 0 13px;
    min-height: 35px
}

.step-block {
    padding: 45px 0;
    color: #fff;
    position: relative;
    overflow: hidden
}

.step-block .container {
    position: relative;
    z-index: 2
}

.content-intro {
    padding-bottom: 60px
}

.content-intro .text-holder {
    padding-top: 60px;
    margin-bottom: 45px;
    text-align: center
}

.content-intro .text-holder .btn-holder {
    margin-top: 45px
}

.content-intro .map-col {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 20px
}

.content-intro .map-col .holder {
    background: #474d4b;
    border: 10px solid #2f3231;
    padding: 10px;
    max-width: 400px;
    margin: 0 auto
}

.content-intro .map-holder {
    margin: 0 0 20px;
    border: 0
}

.content-intro .info {
    color: #fff
}

.content-intro .info strong {
    display: block;
    font-size: 18px;
    font-weight: 700
}

.trip-info {
    background: #fff
}

.trip-info .height:first-child {
    padding-left: 0;
    padding-right: 0
}

.trip-info .text-col {
    white-space: unset;
    text-align: left;
    background-color: #efefef;
    padding: 20px;
}

.trip-info .text-col:after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: -.25em
}

.trip-info .text-col .holder {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    white-space: normal;
    max-width: 755px;
    padding: 30px 0
}

.trip-info h1 {
    margin-bottom: 15px
}
.trip-info .price span {
    font-size: 16px;
    color: #333;
}

.facts {
    font-weight: 400;
    border-bottom: 2px solid #262222;
    padding-bottom: 10px;
    margin-top: 29px;
    font-size: 20px;
    color: #3a8fff;
    text-align: center;
}

.trip-info .price {
    font-size: 1.7124em;
    line-height: 1.33333em;
    font-weight: 300;
    margin: 0 0 30px
}

.trip-info .price strong {
    font-style: normal;
    font-weight: 600;
    display: block;
    margin-top: -5px;
    color: #f54c09;
    font-family: 'Raleway', sans-serif;
}

.trip-info .price strong span{
	font-weight: 400;
	font-size: 16px;
    color: #333;
} 

.star-rating{
	margin-top:-5px;
	display: flex;
}

.trip-info .price .star-rating span span{
	color: #FF9800;
	font-size: 15px;
}

.star-rating .disable, .trip-info .price .star-rating span.disable span {
	color: #adadad
}

.trip-info .price .star-rating p{
	font-size: 13px;
    padding-left: 8px;
    color: #1a1818;
    font-style: normal;
}

.star-rating {
    margin-top: -5px;
    display: flex;
}
.trip-info .description {
    margin-bottom: 30px
}

.trip-info .reviews-info .star-rating {
    color: #474d4b
}

.trip-info .social-share {
    display: table;
    width: 100%;
    table-layout: fixed
}

.trip-info .social-share li {
    display: table-cell
}

.trip-info .social-share .ico {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px
}

.trip-info .btn-holder {
       margin: 0 0 20px;
    padding: 0px;
}

.trip-info .btn-holder .btn.btn-lg {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    min-width: 100%;
    letter-spacing: 1px;
    height: 50px;
    text-transform: capitalize;
}
.trip-info .btn-holder.whatsapp2 .btn.btn-info {
    background: rgb(37, 211, 102);
    border-color: rgb(37, 211, 102);
    display:none;
}
.trip-info .btn-holder.whatsapp2 {
    margin-top: 20px;
    text-align: left;
    border-top: 1px solid #e71809;
    background-color: #fff;
    padding: 20px;
}

.trip-info .btn-holder.whatsapp2 h3{
    margin-top:7px;
}

.trip-info .btn-holder.whatsapp2 .contact--wrapper {
    margin-bottom: 0rem;
}

.trip-info .btn-holder.whatsapp2 .contact--wrapper span.tel {
    display: block;
    font-size: 15px;
    margin-bottom: 9px;
}

.reviews-slot .name {
    font-size: 1.143em
}
.holiday0ne{
    font-size:15px;
}
.tailor2{
    font-size: 15px;
    font-style: italic;
    line-height: 23px;
    padding-top: 12px;
    color: #f54c09;
        margin-bottom: 0px;
}

#one, #two, #three, #four, #five, #six, #seven{
  padding-top: 80px;   /* space for header */
  margin-top: -80px;   /* pull it back up */
}

#tour-slide,
#tour-slide .owl-item,
#tour-slide .owl-wrapper,
#tour-slide .owl-wrapper-outer {
    height: 100%
}

#tour-slide .owl-controls {
    margin: 0
}

#tour-slide .slide {
    min-height: 450px
}

#tour-slide .owl-buttons {
    position: absolute;
    bottom: 0;
    right: 0
}

#tour-slide .owl-next,
#tour-slide .owl-prev {
    float: left;
    background: #04357e;
    color: #fff;
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 50px;
    -webkit-transition: background linear .3s;
    transition: background linear .3s;
    border: 0;
    font-size: 0;
    z-index: 9;
    position: relative;
    border-radius: 0;
    margin: 0;
    opacity: 1
}

#tour-slide .owl-next:after,
#tour-slide .owl-prev:after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    content: '\e906';
    font: 14px/50px icomoon;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0
}

#tour-slide .owl-next:hover,
#tour-slide .owl-prev:hover {
    background: #04357e;
}

#tour-slide .owl-prev:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.trip-detail {
    padding-top: 45px;
    padding-bottom: 45px
}

.trip-detail .img-article {
    max-width: none;
    margin-bottom: 30px
}

.trip-detail .img-article .text-block {
    padding: 25px 20px 15px;
    font-size: .857em;
    font-weight: 400;
    letter-spacing: .02em
}

.trip-detail .img-article h3 {
    font-size: 1.333em;
    font-weight: 400;
    margin-bottom: 10px
}

.trip-detail .img-article p {
    margin: 0
}

.trip-detail .comments {
    padding-bottom: 45px
}

.trip-detail .comments .thumb {
    width: 80px
}

.trip-detail .comments .text {
    width: auto
}

.trip-detail .comments .des {
    border-top-color: #9d9d9d
}

.trip-detail .comments .link-more {
    margin: 0;
    letter-spacing: .04em
}

.trip-detail .comments .comment-holder {
    margin-bottom: 30px
}

.trip-detail .header-box {
    margin-bottom: 20px
}

.trip-detail .gallery-list {
    margin: 0 -15px
}

.trip-detail .gallery-list.has-center .title {
    padding-bottom: 10px;
    margin-bottom: 15px;
    letter-spacing: .03em
}

.trip-detail .gallery-list li {
    width: auto;
    margin: 0 auto 30px;
    float: none;
    max-width: 400px;
    padding: 0 15px
}

.trip-detail .gallery-list li img {
    width: 100%
}

.trip-detail [class*=' col-'],
.trip-detail [class^=col-] {
    margin-bottom: 30px
}

.trip-detail .nav-wrap {
    background: #b0a377;
    padding: 20px 0
}

.trip-detail .img-list li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px
}

.trip-detail .tab-content {
    padding: 30px 0;
    font-size: 14px;
    line-height: 24px
}

.trip-detail .detail {
    padding: 20px 10px 10px;
    background: #f8f8f8;
    box-shadow: 1px 1px 1px rgba(1, 2, 2, .1)
}

.trip-detail .detail p {
    margin: 0 0 25px
}

.trip-detail .detail .reviews-slot {
    padding-top: 25px;
    border-top: 1px solid #e6e6e6;
    margin-top: 15px;
    padding-bottom: 5px
}

.trip-detail .detail .img-list {
    padding-bottom: 10px
}

.trip-detail .text-box {
    padding-left: 55px;
    padding-bottom: 35px
}

.trip-detail .text-box.not-included:before {
    content: '\e947'
}

.trip-detail .text-box:before {
    font: 40px/1 icomoon;
    position: absolute;
    left: 10px;
    top: 10px;
    content: '\e957';
    color: #adadad
}

.trip-detail .accomodation-block .text-box {
    padding-right: 30px;
    padding-bottom: 45px
}

.trip-detail .accomodation-block .text-box .sub-title {
    margin-bottom: 30px
}

.reviews-info {
    margin-bottom: 45px
}

.reviews-info>li {
    padding: 0 0 5px;
    position: relative;
    margin: 0 0 15px
}

.reviews-info>li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #e2e2e2
}

.reviews-info .info-left {
    width: 42%;
    padding-right: 10px;
    float: left;
    text-align: left;
    color: #535050;
}

.reviews-info .info-right {
        float: right;
    max-width: 58%;
    text-align: right;
        font-size: 15px;
}

.reviews-info .title {
    display: block;
    font-weight:400;
    font-size: 15px;
}

.reviews-info .ico-list {
    margin-left: -5px;
    margin-right: -5px
}

.reviews-info .ico-list li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px
}

.question-select {
    margin-bottom: 20px
}

.question-select .jcf-select {
    border: 1px solid #f8f8f8;
    display: block;
    padding: 10px;
    margin: 0
}

.question-select .jcf-select:hover .jcf-select-text {
    color: #b0a377
}

.question-select .jcf-select .jcf-select-text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #5c5e62;
    margin-right: 30px;
    letter-spacing: 0;
    text-transform: none
}

.question-select .jcf-select .jcf-select-opener {
    width: 31px
}

.question-select .jcf-select .jcf-select-opener:after {
    color: #9d9d9d;
    left: 0;
    right: auto;
    font-size: 15px;
    line-height: 1;
    margin-top: -7px
}

.question-select .nav {
    display: none
}

.header-box {
    padding: 10px;
    border: 1px solid #f8f8f8;
    display: block;
    margin: 0 0 30px;
    overflow: hidden;
    font-weight: 400;
    font-family: Montserrat, 'Helvetica Neue', Helveti ca, Arial, sans-serif
}

.header-box .star-rating,
.header-box .title {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}

.nav-tabs,
.table-container .date-text {
    font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.header-box:hover {
    color: #b0a377
}

.header-box:hover .star-rating {
    color: #474d4b
}

.header-box .title {
    font-weight: 400
}

.header-box .value {
    display: inline-block;
    vertical-align: middle
}

.header-box .link-right {
    float: right;
    max-width: 40%
}

.header-box a:hover {
    color: #b0a377
}

.tab-container {
    position: relative;
    margin-top: 20px;
}

.tab-container .nav-tabs {
    text-align: left
}

.tab-container ul li{
    font-size:16px;
}

.tab-container .tab-pane {
    display: block !important;
    position: absolute;
    top: -9999px;
    left: -9999px
}

.tab-container .tab-pane.active {
    position: static
}

.nav-wrap {
    background: #b6181d;
    z-index: 3
}

.nav-tabs {
    font-size: 1.286em;
    padding: 10px 0
}

.nav-tabs>li {
    border: 0;
    float: none;
    /*display: inline-block;*/
    margin: 0;
            width: auto;
        padding: 12px 10px;
        border-right: 1px solid #fff;
}

.nav-tabs>li.active a,
.nav-tabs>li:focus a {
    background: 0 0;
    border: 0;
    color: #ffc500;
    margin: 0;
}

.nav-tabs>li.active a.active,
.nav-tabs>li.active a:focus,
.nav-tabs>li.active a:hover,
.nav-tabs>li:focus a.active,
.nav-tabs>li:focus a:focus,
.nav-tabs>li:focus a:hover {
    background: 0 0;
    margin: 0;
    border: 0;
    color: #b0a377
}

.nav-tabs>li>a {
    background: 0 0;
    border: 0;
    margin: 0;
    color: #fff;
    padding: 0;
    display: inline-block
}

.nav-tabs>li>a:hover {
    background: 0 0;
    color: #b0a377
}

.has-mega-dropdown .nav-hover {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    padding-right: 15px;
    font-size: inherit
}

.has-mega-dropdown .nav-hover li {
    margin: 0 0 10px;
    padding: 0
}

.has-mega-dropdown .nav-hover li a {
    padding: 0
}

.has-mega-dropdown .nav-hover li a:focus {
    background: 0 0
}

.has-mega-dropdown .tab-content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 155px)
}

.has-mega-dropdown .tab-content .header-link {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

.dropdown-menu {
    top: 99%
}

.no-icons .navbar-nav .mega-center.has-mega-dropdown.mega-md .dropdown-menu {
    right: 0
}

.navbar-nav .mega-center.has-mega-dropdown.mega-md .dropdown-menu {
    left: 0;
    right: 0;
    width: auto;
    box-shadow: none
}

.navbar-nav .mega-center.has-mega-dropdown.mega-md .drop-wrap {
    max-width: 800px;
    margin: 0 0 0 auto
}

.navbar-nav .mega-center.has-mega-dropdown.mega-md .nav-hover li {
    margin-bottom: 20px
}

.navbar-nav .mega-center.has-mega-dropdown.mega-md .tab-content .header-link li {
    padding: 0;
    margin-bottom: 20px
}

.table-container .date-text {
    display: block;
    font-size: 16px;
    margin-bottom: 5px
}

.table-container .sub-text {
    display: block;
    font-weight: 400;
    font-style: italic;
    letter-spacing: .09em
}

.table-container .btn {
    float: right
}

.table-striped tbody tr:nth-child(even) {
    background: #f8f8f8
}

.table-striped tbody tr:nth-child(odd) {
    background: 0 0
}

.table-hover tbody tr {
    -webkit-transition: background .2s linear;
    transition: background .2s linear
}

.table-hover tbody tr:hover {
    background: #f8f8f8
}

table.table {
    font-size: 13px;
    min-width: 100%;
    background: #fff;
}

table.table tbody tr td,
table.table thead tr td {
    vertical-align: middle
}

table.table .btn {
    min-width: 1px;
    font-size: 1em
}

table.table tbody td:last-child .cell {
    border-right: 1px solid #f8f8f8
}

table.table tbody tr {
    /*border-color: #fff;*/
    /*border-style: solid;*/
    /*border-width: 15px 0;*/
    /*background: 0 0*/
}

table.table tbody tr td:first-child .cell {
    border-left: 1px solid #f8f8f8
}

table.table tbody tr td .cell {
    border: solid #f8f8f8;
    border-width: 1px 0
}

table.table>thead>tr>th {
    border: 0;
    padding: 10px 5px 15px
}

table.table>tbody>tr {
    background: 0 0;
    font-weight: 500
}

table.table>tbody>tr:first-child td {
    border-top: 0
}

table.table>tbody>tr>td {
    padding: 0
}

table.table>tbody>tr .middle {
    padding: 5px;
    min-height: 65px
}

.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: normal
}

.table .cell {
    display: table;
    width: 100%;
    min-height: 65px
}

.table .cell .middle {
    display: table-cell;
    vertical-align: middle
}

.detail-accordion {
    margin: 0;
    padding: 0;
    list-style-type: none;
    counter-reset: ol-counter
}

.detail-accordion>li {
    position: r elative;
    margin-bottom: 5px;
    border: 1px solid #f8f8f8
}

.detail-accordion>li:before {
    content: counter(ol-counter);
    counter-increment: ol-counter;
    position: absolute;
    top: 6px;
    left: 12px;
    width: 43px;
    line-height: 55px;
    font-size: 16px;
    text-align: center
}

.detail-accordion>li:after {
    border: 2px solid #e2e2e2;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    content: '';
    left: 16px;
    height: 35px;
    width: 35px;
    position: absolute;
    top: 16px
}

.detail-accordion>li.active:after,
.detail-accordion>li:hover:after {
    border-color: #5c5e62
}

.detail-accordion>li:not(.active)>a:after {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg)
}

.detail-accordion>li.active {
    box-shadow: 1px 1px 1px rgba(1, 2, 2, .07)
}

.detail-accordion>li.active>a:after {
    color: #9d9d9d
}

.detail-accordion>li.active>a:before {
    border-color: #9d9d9d
}

.detail-accordion>li>a {
    display: block;
    padding: 10px 20px 10px 80px;
    position: relative;
    -webkit-transition: all linear .2s;
    transition: all linear .2s
}

.detail-accordion>li>a:after {
    content: '\e906';
    font: 18px/10px icomoon;
    position: absolute;
    right: 20px;
    top: 50%;
    color: #e2e2e2;
    margin-top: -5px;
    -webkit-transition: all linear .2s;
    transition: all linear .2s
}

.detail-accordion>li>a span {
    font-style: italic
}

.detail-accordion .title {
    display: block;
    font-size: 1.143em;
    margin-bottom: -5px;
    font-weight: 400;
    font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.detail-accordion .slide {
    padding: 0 20px
}

.detail-accordion .slide-holder {
    padding: 25px 0 20px;
    border-top: 1px solid #e1e1e1;
    margin-left: 60px;
    margin-top: 10px
}

.fancybox-overlay {
    background: rgba(0, 0, 0, .87);
    min-width: 320px
}

.fancybox-skin {
    border-radius: 0;
    padding: 20px !important;
    background: 0 0;
    box-shadow: none !important
}

.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: rgba(0, 0, 0, .6);
    box-shadow: 0 0 1px rgba(0, 0, 0, .4)
}

.fancybox-close,
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-radius: 0
}

.fancybox-close:after,
.fancybox-next span:after,
.fancybox-prev span:after {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    font: 8px/30px icomoon
}

.fancybox-next span,
.fancybox-prev span {
    display: block;
    vertical-align: middle;
    background: 0 0;
    box-shadow: none;
    visibility: visible;
    position: relative;
    left: auto;
    right: auto;
    width: 30px;
    height: 30px;
    margin: 0;
    top: 0
}

.fancybox-close {
    top: 20px;
    right: 20px;
    position: absolute;
    color: #fff
}

.fancybox-close:hover {
    background: #000
}

.fancybox-close:hover:after {
    color: #fff
}

.fancybox-close:after {
    content: '\e914';
    font-size: 14px
}

.fancybox-nav {
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    color: #fff
}

.fancybox-nav:hover {
    background: #000;
    color: #fff
}

.fancybox-next span:after,
.fancybox-prev span:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    content: '\e906';
    text-align: center;
    left: 3px;
    top: 0;
    font-size: 20px
}

.fancybox-next span:after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    left: auto;
    right: 3px
}

.fancybox-title {
    right: 0;
    left: 0;
    margin: 0 20px -9px;
    width: auto !important
}

.fancybox-title .child {
    margin: 0;
    display: block;
    border-radius: 0;
    padding: 5px 20px;
    background: #252525
}

.carousel.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel.carousel-fade .carousel-inner .active.left,
.carousel.carousel-fade .carousel-inner .active.right,
.carousel.carousel-fade .carousel-inner .item {
    opacity: 0
}

.carousel.carousel-fade .carousel-inner .active,
.carousel.carousel-fade .carousel-inner .next.left,
.carousel.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    z-index: 2
}

.carousel.carousel-fade .carousel-inner .active.left,
.carousel.carousel-fade .carousel-inner .active.right,
.carousel.carousel-fade .carousel-inner .next,
.carousel.carousel-fade .carousel-inner .prev {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.carousel .carousel-control {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #252525;
    width: 30px;
    height: 30px;
    top: 50%;
    opacity: 1;
    font-size: 8px;
    line-height: 30px;
    text-shadow: none;
    z-index: 2
}

.carousel .carousel-control span {
    display: inline-block
}

.carousel .carousel-control.left span {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.carousel .carousel-control.right span {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.carousel .carousel-control:hover {
    background: #3c8bff;
}

.content-list.tick-list li:before {
    content: '\e962'
}

.content-list.cross-list li:before {
    content: '\e914'
}

.content-list li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 5px
}

.content-list li:before {
    position: absolute;
    left: 0;
    top: 7px;
    font: 16px/16px icomoon;
    color: #adadad
}

.reviews-slot.v-middle .text,
.reviews-slot.v-middle .thumb {
    display: inline-block;
    vertical-align: middle
}

.reviews-slot.v-middle .thumb {
    width: 75px
}

.reviews-slot.v-middle .text {
    width: calc(100% - 82px);
    letter-spacing: .04em
}

.reviews-slot .name a:hover {
    color: #b0a377
}

.reviews-body {
    background: #f8f8f8
}

.ui-slider-horizontal .ui-slider-handle.ui-state-active,
.ui-slider-horizontal .ui-widget-header,
.ui-widget-content {
    background: #f7f7f7;
}

.reviews-body .comment-slot {
    border-bottom: 1px solid rgba(157, 157, 157, .15);
    padding-bottom: 30px;
    padding-top: 30px
}

.ui-slider-horizontal {
    height: 6px;
    border: none;
    margin-top: 6px
}

.ui-slider-horizontal .ui-slider-handle {
    height: 18px;
    width: 6px;
    border: none;
    margin-left: 0;
    outline: 0;
    background: #9d9d9d;
    top: -6px
}

.price-input {
    text-align: center;
    padding: 0;
    margin-top: 10px;
    color: #5c5e62
}

.blog-full-width {
    padding-bottom: 100px
}

.article.blog-article {
    max-width: none
}

.article.blog-article:first-child {
    margin-top: 0
}

.article.blog-article .img-wrap {
    overflow: hidden;
    border-radius: 5px
}

.article.blog-article .img-wrap img {
    border-radius: 5px
}

.article.blog-article .thumbnail .meta {
    border-bottom: 0;
    padding-bottom: 15px
}

.article.blog-article:hover .heading,
.article.blog-article:hover .heading h3 a,
.article.blog-article:hover .link-view a {
    color: #b0a377
}

.article.blog-article:hover .star-rating .disable a,
.article.blog-article:hover .star-rating .disable span {
    color: #adadad
}

.article.blog-article .footer-sub a:hover,
.article.blog-article:hover .star-rating a,
.article.blog-article:hover .star-rating span {
    color: #b0a377
}

.article.blog-article footer {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
    padding-bottom: 15px
}

.article.blog-article .image-slide {
    height: auto
}

.article.blog-article .description {
    padding: 10px;
    border: 1px solid #f8f8f8
}

.article.blog-article .footer-sub {
    margin: 0 -10px
}

.article.blog-article .footer-sub>* {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px
}

.article.blog-article .star-rating {
    padding-left: 0
}

.article.blog-article .star-rating:before {
    display: none
}

.blog-single .meta-article .footer-sub,
.search-wrap:before {
    display: inline-block
}

.blog-list.list-view .article.blog-article .description {
    border: 0;
    padding: 0;
    overflow: hidden
}

.blog-list .article.blog-article .thumbnail {
    border: 1px solid #f8f8f8;
    box-shadow: none
}

.blog-holder {
    margin-bottom: 45px
}

.blog-holder.no-pagination {
    margin-bottom: 0
}

.blog-single .img-wrap {
    margin: 0 0 30px;
    overflow: hidden;
    border-radius: 5px
}

.blog-single .img-wrap img {
    width: 100%
}

.blog-single h1 {
    color: #5c5e62
}

.blog-single .description {
    border: 1px solid #f8f8f8;
    padding: 30px 10px;
    margin: 0 0 30px
}

.blog-single .description p {
    margin: 0 0 25px
}

.blog-single .block-quotation p {
    margin: 0
}

.blog-single .header-box {
    padding: 15px 25px 20px
}

.blog-single .meta-article a:hover {
    color: #b0a377
}

.search-form {
    position: absolute;
    right: 20px;
    top: 23px;
    font-size: 20px;
    -webkit-transition: top .2s linear;
    transition: top .2s linear;
    line-height: 0;
    @media (max-width: 991px) {
          right: 85px !important;
    }
}

.search-form .search-opener {
    color: #9d9d9d;
    padding: 10px
}

.search-form .ui-autocomplete {
    position: static;
    background: 0 0;
    border: none;
    padding-top: 20px
}

.search-form .ui-menu .ui-menu-item {
    padding: 5px 0;
    list-style-image: none;
    color: #fff;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    border: none;
    -webkit-trans ition: padding .2s linear;
    transition: padding .2s linear;
    cursor: pointer
}

.search-form .ui-menu .ui-menu-item.ui-state-active,
.search-form .ui-menu .ui-menu-item.ui-state-focus,
.search-form .ui-menu .ui-menu-item.ui-state-hover {
    margin: 0;
    background: 0 0;
    border: none;
    padding-left: 5px
}

.search-wrap {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .87);
    position: fixed;
    z-index: 999999;
    visibility: hidden;
    opacity: 0;
    white-space: nowrap;
    text-align: center;
    overflow-y: auto;
    padding: 60px 0;
    line-height: 1.2;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.search-wrap:before {
    content: '';
    vertical-align: middle;
    height: 100%;
    margin-right: -.25em
}

.search-wrap .form-group {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    white-space: normal;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 90px;
    padding: 0 20px
}

.search-wrap .close {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 20px;
    line-height: 40px;
    border: 1px solid #fff;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    padding: 0
}

.search-wrap .close:hover {
    opacity: .8
}

.search-wrap .input-holder {
    overflow: hidden
}

.search-wrap .form-control {
    width: 100%;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    font-weight: 300;
    color: #fff;
    border: solid #fff;
    border-width: 0 0 1px;
    background: 0 0;
    outline: 0;
    box-shadow: none;
    padding: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    font-family: "Open Sans", sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.search-wrap .form-control::-webkit-input-placeholder {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis
}

.search-wrap .form-control:-moz-placeholder {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis
}

.search-wrap .form-control::-moz-placeholder {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis
}

.search-wrap .form-control:-ms-input-placeholder {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis
}

.search-wrap .form-control:focus {
    border-bottom-color: #fff
}

.search-active .search-wrap {
    visibility: visible;
    opacity: 1;
    z-index: 99999;
    max-width: none
}

.search-active .search-slide .search-wrap {
    max-width: 500px
}

.search-active .navbar-default {
    z-index: 9
}

.ui-helper-hidden-accessible {
    display: none
}

.trip-form {
    font-size: 1.143em;
    line-height: 1.5em;
    font-style: italic;
    font-weight: 700;
    color: #fff;
    max-width: 1170px;
    margin: 5% auto 0;
    box-shadow: none;
    background: #6b6957;
    border: 10px solid #414141;
    padding: 20px 10px
}

.jcf-select.jcf-select-filter-select.jcf-select-bg-gray .jcf-select-opener:after,
.jcf-select.jcf-select-filter-select.jcf-select-bg-gray .jcf-select-text,
.jcf-select.jcf-select-filter-select.jcf-select-bg-white .jcf-select-opener:after,
.jcf-select.jcf-select-filter-select.jcf-select-bg-white .jcf-select-text {
    color: #5c5e62
}

.trip-form .holder {
    padding: 0 5px;
    text-align: left;
    margin-bottom: 10px
}

.trip-form .select-holder {
    margin: 4px 0 0
}

.trip-form .input-group.date {
    max-width: none
}

.trip-form-v2.trip-search-main {
    display: inline-block;
    vertical-align: top;
    margin-top: 10%;
    width: 100%;
    font-size: 14px;
    white-space: normal;
    max-width: 1010px
}

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer
}

.jcf-select.jcf-select-filter-select {
    background: #b0a377;
    box-shadow: 0 1px 1px rgba(1, 2, 2, .1);
    height: 44px;
    width: 100%
}

.jcf-select.jcf-select-filter-select.jcf-select-bg-white {
    background: #fff
}

.jcf-select.jcf-select-filter-select.jcf-select-bg-gray {
    background: #f8f8f8
}

.jcf-select.jcf-select-filter-select .jcf-select-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 44px;
    padding-left: 15px;
    color: #fff;
    margin-right: 35px
}

.jcf-select.jcf-select-filter-select .jcf-select-opener {
    width: 44px
}

.jcf-select.jcf-select-filter-select .jcf-select-opener:after {
    color: #fff;
    right: 15px;
    content: '\e906';
    font-size: 14px
}

.jcf-select.jcf-select-language .jcf-select-opener:after {
    content: '\e903'
}

.jcf-select.jcf-select-language:hover .jcf-select-opener:after {
    color: #e6e6e6
}

.jcf-select.jcf-select-sort-select {
    background: #b0a377;
    box-shadow: none;
    text-align: left;
    height: 34px
}

.jcf -select.jcf-select-sort-select .jcf-select-text {
    line-height: 32px;
    color: #fff
}

.jcf-select.jcf-select-sort-select .jcf-select-opener:after {
    color: #fff
}

.jcf-select.jcf-select-trip {
    background: rgba(37, 37, 37, .7);
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
    min-width: 75px;
    color: #9d9d9d;
    width: 100%
}

.jcf-select.jcf-select-trip .jcf-select-text {
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    color: #b0a377
}

.jcf-select.jcf-select-trip .jcf-select-opener:after {
    right: 10px;
    color: #b0a377;
    font-size: 14px
}

.jcf-select-trip .jcf-list .jcf-option {
    color: #9d9d9d;
    letter-spacing: .05em
}

.jcf-select-trip.jcf-select-dark .jcf-list .jcf-option {
    color: #9d9d9d
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 18px;
    line-height: 26px;
    margin: 0 20px 0 0;
    color: #fff;
    letter-spacing: .05em;
    text-transform: uppercase
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    width: 25px;
    bottom: 0;
    right: 0;
    top: 0
}

.jcf-list,
.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    width: 100%
}

.jcf-select .jcf-select-opener:after {
    content: '\e906';
    position: absolute;
    right: 0;
    top: 50%;
    font: 14px/14px icomoon;
    margin-top: -7px;
    color: #fff
}

.jcf-list,
.jcf-select-drop.jcf-select-question .jcf-list {
    font-size: 14px;
    line-height: 16px
}

body>.jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
    min-width: 90px
}

body>.jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto
}

.jcf-select-drop .jcf-select-drop-content {
    border: 0
}

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px
}

.jcf-list {
    position: relative;
    background: #fff
}

.jcf-list .jcf-list-content {
    overflow: auto
}

.jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.jcf-list ul li {
    overflow: hidden;
    display: block
}

.jcf-list ul li:first-child {
    display: none
}

.jcf-list .jcf-overflow {
    overflow: auto
}

.jcf-list .jcf-option {
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 10px;
    color: #656565;
    height: 1%
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #9d9d9d !important
}

.jcf-list-box .jcf-selected,
.jcf-select-drop .jcf-hover {
    background: #e6e6e6;
    color: #000
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: 700;
    display: block;
    padding: 5px 10px;
    cursor: default;
    color: #000
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px
}

.jcf-select-drop {
    box-shadow: 0 1px 1px 0 rgba(157, 157, 157, .5)
}

.jcf-select-drop.jcf-select-filter-select .jcf-option {
    padding-left: 15px;
    color: #fff
}

.jcf-select-drop.jcf-select-filter-select.jcf-select-bg-gray .jcf-option,
.jcf-select-drop.jcf-select-filter-select.jcf-select-bg-white .jcf-option {
    color: #5c5e62
}

.jcf-select-drop.jcf-select-filter-select .jcf-option.jcf-hover {
    background: #8a7d50
}

.jcf-select-drop.jcf-select-filter-select .jcf-list {
    background: #a79867
}

.jcf-select-drop.jcf-select-filter-select.jcf-select-bg-white .jcf-list {
    background: #fff
}

.jcf-select-drop.jcf-select-filter-select.jcf-select-bg-white .jcf-option.jcf-hover {
    background: #e6e6e6
}

.jcf-select-drop.jcf-select-filter-select.jcf-select-bg-gray .jcf-option.jcf-hover {
    background: #dfdfdf
}

.jcf-select-drop.jcf-select-filter-select.jcf-select-bg-gray .jcf-list {
    background: #f8f8f8
}

.jcf-select-drop.jcf-select-question .jcf-select-drop-content {
    border: 1px solid #f8f8f8
}

.jcf-select-drop.jcf-select-question .jcf-list li:first-child {
    display: block
}

.jcf-select-drop.jcf-select-question .jcf-option {
    padding: 10px
}

.custom-checkbox input {
    display: none
}

.cu stom-checkbox .check-label,
.custom-checkbox .check-input {
    display: inline-block;
    vertical-align: middle
}

.custom-checkbox input[type=checkbox]:checked+.check-input:after {
    opacity: 1
}

.custom-checkbox .check-input {
    width: 15px;
    height: 15px;
    border: 1px solid #9d9d9d;
    position: relative;
    margin-right: 10px
}

.custom-checkbox .check-input:after {
    content: '\e962';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font: 8px/13px icomoon;
    text-align: center;
    opacity: 0
}

.cart-holder .product-title,
.contact-info .tel,
.text-box .title {
    font-family: "Open Sans", sans-serif;
}

.custom-radio input {
    display: none
}

.custom-radio .check-input,
.custom-radio .check-label {
    display: inline-block;
    vertical-align: middle
}

.custom-radio input[type=radio]:checked+.check-input:after {
    opacity: 1
}

.custom-radio .check-input {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: 2px solid #adadad;
    position: relative;
    margin-right: 12px
}

.custom-radio .check-input:after {
    content: '';
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    background: #adadad;
    border-radius: 50%;
    text-align: center;
    opacity: 0
}

.jcf-select-trip .jcf-list,
.jcf-select-trip .jcf-select-drop-content {
    background: rgba(37, 37, 37, .7);
    color: #b0a377
}

.jcf-select-trip .jcf-hover {
    background: rgba(12, 12, 12, .7);
    color: #b0a377
}

.subscribe-form .form-control {
    border: 0;
    background: #f8f8f8;
    box-shadow: none;
    font-size: 14px;
    height: 30px;
    border-radius: 0;
    font-weight: 400
}

.subscribe-form .form-control::-webkit-input-placeholder {
    color: #9d9d9d
}

.subscribe-form .form-control:-moz-placeholder {
    color: #9d9d9d
}

.subscribe-form .form-control::-moz-placeholder {
    color: #9d9d9d
}

.subscribe-form .form-control:-ms-input-placeholder {
    color: #9d9d9d
}

.subscribe-form .form-control:focus {
    background: #ebebeb
}

.subscribe-form .form-group {
    margin-bottom: 20px
}

.subscribe-form .btn {
    font-size: 14px;
    min-width: 110px
}

.comment-form {
    padding: 45px 0 0;
    max-width: 765px
}

.comment-form h3 {
    margin: 0 0 45px;
    color: #5c5e62
}

.comment-form .form-control {
    font-style: italic;
    padding: 0 15px;
    height: 40px
}

.comment-form .form-rate {
    position: relative
}

.comment-form .form-rate .form-control {
    padding-right: 110px
}

.comment-form .form-rate .star-rating {
    position: absolute;
    top: 5px;
    right: 30px
}

.comment-form .form-rate .star-rating>span:hover {
    color: #474d4b
}

.comment-form textarea.form-control {
    width: 100% !important;
    min-height: 190px;
    resize: none;
    padding-top: 10px
}

.comment-form .btn {
    width: 100%;
    height: 40px
}

.comment-form .btn-holder {
    margin-top: 15px
}

.map-col-main {
    margin-top: 40px
}

.contact-info {
    margin-top: 45px;
    margin-bottom: 45px
}

.contact-info .col-sm-4 {
    margin-bottom: 30px
}

.contact-info .tel [class*=' icon-'],
.contact-info .tel [class^=icon-] {
    font-size: 30px;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    font-size: 27px;
    margin-left: 0;
}
span.fa.fa-whatsapp.text-white.ico {
    font-size: 35px;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
}

.contact-info .tel a {
       color: #000000;
    display: inline-block;
    vertical-align: middle;
}

.contact-info h3 {
    color: #5c5e62
}

.contact-form {
    color: #5c5e62;
    padding: 15px;
    letter-spacing: .04em;
    margin-bottom: 16px
}

.contact-form .form-group {
    margin-bottom: 20px
}

.text-box,
.text-box p {
    margin: 0 0 20px
}

.contact-form .form-title {
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding-top: 13px;
    text-transform: capitalize
}

.contact-form .form-control {
    background: 0 0;
    border-width: 0 0 1px;
    border-color: #adadad;
    border-style: solid;
    outline: 0;
    box-shadow: none;
    color: #5c5e62;
    height: 31px;
    width: 100%;
    padding: 4px 0
}

.contact-form .form-control:focus {
    box-shadow: none
}

.contact-form textarea.form-control {
    resize: none;
    height: 115px;
    width: 100% !important;
    min-height: 115px !important
}

.contact-form [type=submit].btn {
    background: 0 0;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 14px 10px;
    border-color: #b0a377;
    color: #5c5e62;
    min-width: 1px
}

.load-more a,
.text-box .title {
    font-size: 1.143em;
    display: block
}

.contact-form [type=submit].btn:hover {
    background: #b0a377;
    color: #fff
}

.map-holder {
    height: 500px;
}

.map-holder iframe {
        width: 100%;
    border: 0;
    height: 100%;
}

.contact-confirmation {
    color: #474d4b;
    padding: 20px 0
}

.error {
    color: #474d4b;
    padding: 5px 0
}

.accomodation-block .text-box .sub-title {
    padding-bottom: 0;
    border-bottom: 0
}

.text-box {
    box-shadow: .5px .9px 1px rgba(1, 2, 2, .07);
    padding: 10px;
    position: relative;
    border: 1px solid #f8f8f8
}

.text-box .title {
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 5px;
    padding-top: 4px
}

.text-box .sub-title {
    display: block;
    font-style: italic;
    line-height: 1.2;
    padding-bottom: 25px;
    border-bottom: 1px solid #f8f8f8;
    margin-bottom: 25px
}

.load-more a {
    line-height: 1.5625em;
    font-weight: 700;
    box-shadow: 0 1px 1px rgba(1, 2, 2, .1);
    background: #f8f8f8;
    padding: 15px;
    -webkit-transition: background linear .3s, color linear .3s;
    transition: background linear .3s, color linear .3s
}

.load-more a:hover {
    background: #dfdfdf
}

.error-page #main {
    padding-top: 30px
}

.error-page #header.fixed-position .cart-holder:before {
    background: #eaeaea
}

.error-holder {
    background-color: #6b6957;
    color: #fff;
    text-align: center;
    padding: 30px 0 45px;
    position: relative;
    overflow: hidden
}

.error-holder .container {
    position: relative;
    z-index: 3
}

.error-holder h1 {
    color: #fff;
    font-size: 5.714em;
    line-height: 1.3;
    margin-bottom: 30px;
    font-weight: 400
}

.error-holder .title {
    display: block;
    font-size: 1.786em;
    line-height: 1.2;
    margin-bottom: 45px
}

.error-holder .button-holder .btn {
    margin: 0 0 10px
}

.inner-search {
    font-size: 1em;
    line-height: 1.4;
    margin: 0 auto 45px
}

.inner-search .input-wrap {
    max-width: 570px;
    margin: 0 auto 40px;
    background: #fff;
    height: 50px;
    position: relative
}

.inner-search [type=text] {
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    padding: 10px 45px 10px 20px;
    color: #9d9d9d;
    font-size: 14px;
    line-height: 20px;
    outline: 0;
    text-transform: uppercase;
    -webkit-transition: border .3s linear;
    transition: border .3s linear
}

.inner-search [type=text]::-webkit-input-placeholder {
    color: #9d9d9d
}

.inner-search [type=text]:-moz-placeholder {
    color: #9d9d9d
}

.inner-search [type=text]::-moz-placeholder {
    color: #9d9d9d
}

.inner-search [type=text]:-ms-input-placeholder {
    color: #9d9d9d
}

.inner-search [type=text]:focus {
    border-color: #9d9d9d
}

.inner-search [type=submit] {
    position: absolute;
    background: 0 0;
    border: none;
    color: #818181;
    right: 20px;
    font-size: 15px;
    top: 50%;
    padding: 0;
    margin: 2px 0 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.inner-search [type=submit]:hover {
    color: #000
}

.default-page #header {
    background: #252525;
    border-bottom: 1px solid #181818
}

.default-page .navbar-default .navbar-nav>li.has-mega-dropdown .dropdown-menu {
    border-color: #000
}

.default-page .logo {
    border-right-color: #181818
}

.default-page .header-right .cart-holder>a:hover,
.default-page .header-right .login-holder>a:hover {
    color: #fff;
    opacity: .7
}

.default-page .header-right .cart-holder.active>a,
.default-page .header-right .login-holder.active>a {
    color: #fff
}

@media only screen and (min-width: 992px) {
    .contact-info {
        margin-top: 40px;
        margin-bottom: 104px;
    }
}
.contact--wrapper {
    margin-bottom: 4rem;
}
.contact--wrapper span.tel {
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
}

.message--us{
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 3rem;
    color: #3c8bff;
}
.content-heading.get__in--touch {
    margin-block: 4rem 5rem;
}

.contact--wrapper {
    margin-bottom: 4rem;
}
.contact--wrapper span.tel {
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
}
.contact--form {
    margin: 0 auto;
    padding: 45px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}
.contact--form {
    .form-control {
        border-radius: 10px;
        padding: 12px 15px;
        border: 1px solid #ddd;
        transition: all 0.25s ease;
    }
}

.contact--form {
    input {
        height: 51px;
    }
}
.inner-top .breadcrumbs a,
.inner-top h1 {
    color: #5c5e62
}

.inner-top {
    background: #f8f8f8;
    padding: 30px 0;
    box-shadow: 1px 1.7px 2px rgba(173, 173, 173, .35)
}

.inner-top h1 {
    margin: 0 0 15px
}

.inner-top .breadcrumbs {
    font-size: .8em;
    color: #5c5e62
}

.inner-top .breadcrumbs a:hover {
    color: #000
}

.inner-main .contact-form {
    padding: 20px 10px;
    margin-bottom: 20px;
    background: #9d9d9d
}

.inner-main .contact-form .form-title {
    padding-top: 5px
}

.inner-main .contact-form .form-control {
    border: 1px solid transparent;
    border-bottom-color: #adadad;
    -webkit-transition: border .2s linear;
    transition: border .2s linear;
    padding: 5px
}

.inner-main .contact-form .form-control:focus {
    border-bottom-color: #000
}

.inner-main .contact-form .btn-holder {
    padding-top: 0
}

.inner-main .contact-form .forgot {
    display: inline-block;
    margin-bottom: 15px;
    color: #fff;
    font-size: .8em
}

.inner-main .contact-form .forgot:hover {
    color: #000
}

.inner-main .contact-form [type=submit].btn {
    padding: 8px 25px;
    width: auto;
    font-size: 14px
}

.special-block {
    background: #474d4b;
    padding: 30px 0;
    border: 20px solid #5f6865;
    color: #fff
}

.special-block .special-text {
    text-align: center
}

.special-block .special-text a {
    color: #fff;
    display: inline-block
}

.browse-block {
    overflow: hidden;
    font-size: 1em
}

.browse-block a {
    color: #fff;
    display: block;
    height: auto;
    -webkit-transition: background .3s linear;
    transition: background .3s linear
}

.browse-block a span {
    display: block;
    padding: 0 10px;
    height: 100%;
    line-height: 85px
}

.browse-block .column {
    letter-spacing: 2px;
    text-align: center;
    overflow: hidden
}

.browse-block .column.browse-destination a {
    background: #b0a377
}

.browse-block .column.browse-destination a:hover {
    background: #9a8c5a
}

.browse-bloc k .column.browse-adventures a {
    background: #474d4b
}

.browse-block .column.browse-adventures a:hover {
    background: #2f3231
}

.cart-holder table.table {
    table-layout: initial
}

.cart-holder table.table tbody tr .middle {
    padding-top: 20px;
    padding-bottom: 20px
}

.cart-holder .price {
    font-weight: 700
}

.cart-holder .delete {
    font-size: 24px;
    color: #252525
}

.cart-holder .delete:hover {
    color: #b0a377
}

.cart-holder .img-wrap {
    width: 85px;
    float: left;
    margin-right: 20px
}

.cart-holder .text-wrap {
    overflow: hidden
}

.cart-holder .product-title {
    display: block;
    font-weight: 400;
    margin-bottom: 5px
}

.cart-holder .time {
    display: block;
    font-style: italic;
    font-weight: 400
}

.cart-holder .num-hold {
    width: 150px;
    height: 32px;
    background: #f8f8f8;
    border: 1px solid #e1e1e1;
    text-align: center;
    line-height: 29px
}

.cart-holder .num-hold .control {
    float: left;
    height: 100%;
    border-style: solid;
    border-color: #e1e1e1;
    border-width: 0 1px 0 0;
    width: 41px;
    color: #5c5e62;
    font-size: 14px;
    line-height: 31px
}

.cart-holder .num-hold .control:hover {
    background: #e1e1e1
}

.cart-holder .num-hold .control.plus {
    float: right;
    border-width: 0 0 0 1px
}

.cart-holder .num-hold .val {
    padding: 0 10px;
    font-weight: 700
}

.cart-option {
    padding-top: 15px;
    max-width: 400px;
    margin: 0 auto
}

.cart-option .btn {
    height: 41px;
    width: 100%;
    float: none
}

.cart-option .button-hold {
    text-align: center
}

.cart-option .button-hold .btn {
    margin: 0 0 20px;
    padding: 10px 20px
}

.cart-option .button-hold .btn:last-child {
    margin-bottom: 0
}

.coupon-hold {
    margin-bottom: 20px;
    display: table;
    table-layout: fixed;
    width: 100%
}

.coupon-hold .submit-wrap {
    display: table-footer-group;
    height: 1%
}

.coupon-hold .input-hold {
    overflow: hidden
}

.coupon-hold .form-control {
    margin-bottom: 10px;
    height: 41px
}

.show-grid [class^=col-] {
    background-color: rgba(176, 163, 119, .15);
    border: 1px solid #a79867;
    padding-bottom: 10px;
    padding-top: 10px
}

.font-demo-wrapper {
    font-size: 24px
}

.font-demo-wrapper .glyph.fs1 {
    padding: 0 10px;
    margin-bottom: 20px
}

.font-demo-wrapper .mls {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle
}

.font-demo-wrapper [class*=' icon-'],
.font-demo-wrapper [class^=icon-] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

#footer {
    background: #3a1c14;
    display: table-footer-group;
    height: 1%;
    overflow: hidden
}

.newsletter-form .form-control,
.newsletter-form [type=submit] {
    background: 0 0;
    font-size: 18px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

#footer>.container {
    padding-top: 0;
    padding-bottom: 0
}

#footer.fullscreen-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99
}

.newsletter-form {
    margin: 0 0 45px;
    font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.newsletter-form .info {
    font-style: italic;
    display: block;
    letter-spacing: .04em;
    color: #9d9d9d
}

.newsletter-form .form-control {
    width: 100%;
    border: none;
    line-height: 22px;
    letter-spacing: 3px;
    color: #6b6957;
    padding: 0 0 6px;
    height: auto;
    box-shadow: none
}

.newsletter-form .form-control::-webkit-input-placeholder {
    color: #6b6957
}

.newsletter-form .form-control:-moz-placeholder {
    color: #6b6957
}

.newsletter-form .form-control::-moz-placeholder {
    color: #6b6957
}

.newsletter-form .form-control:-ms-input-placeholder {
    color: #6b6957
}

.newsletter-form .input-holder {
    position: relative;
    padding-right: 90px;
    margin-bottom: 6px;
    border-bottom: 2px solid #6b6957
}

.newsletter-form [type=submit] {
    border-width: 0 0 5px;
    border-style: solid;
    border-color: transparent transparent #6b6957;
    line-height: 28px;
    color: #6b6957;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 6px;
    margin: 0
}

.footer-holder {
    margin: 0 -15px 45px
}

.footer-nav {
    letter-spacing: .02em;
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
}

.footer-nav h3 {
    font-weight: 700;
    color: #6b6957;
    text-transform: capitalize;
    cursor: default;
    position: relative
}

.footer-nav h3:before {
    -webkit-transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    font-size: 8px;
    position: absolute;
    right: 0;
    top: 8px;
    content: '\e906';
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: n ormal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.footer-nav.active h3:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.footer-nav ul li {
    margin-bottom: 1px;
    color: #9d9d9d
}

.footer-nav a {
    color: #9d9d9d;
    -webkit-transition: color .3s linear;
    transition: color .3s linear
}

.footer-nav a:hover {
    color: #e2e2e2
}

.footer-nav [class*=' icon-'],
.footer-nav [class^=icon-] {
    float: left;
    width: 30px;
    margin-top: 7px
}

.footer-nav address {
    display: block;
    overflow: hidden;
    margin: 0;
    line-height: 24px;
    font-style: normal
}

.wrap-text {
    white-space: nowrap
}

.address-block li:first-letter {
    text-transform: inherit
}

.social-wrap {
    display: table;
    width: 100%;
    text-align: center
}

.social-wrap li {
    display: inline;
    padding-left: 8px;
}

.social-wrap li a {
    display: inline-block;
    position: relative;
    vertical-align: top;
    color: #6b6957
}

.social-wrap li a:hover {
    color: #b0a377
}

.social-wrap li a:hover .txt {
    opacity: 1
}

.social-wrap [class*=' icon-'],
.social-wrap [class^=icon-] {
    font-size: 22px;
    margin-left: 1px;
    display: block
}

.social-wrap .txt {
    position: absolute;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 14px;
    width: 176px;
    opacity: 0;
    margin-bottom: 15px;
    font-weight: 400;
    letter-spacing: 1px
}

.footer-bottom {
    background: #0c192d;
    padding: 10px 0;
    font-size: 1em;
    text-align: center;
    color: #9d9d9d;
    position: relative
}

.footer-bottom a {
    color: #9d9d9d
}

.footer-bottom a:hover {
    color: #e2e2e2
}

.copyright {
    font-weight: 400;
    letter-spacing: .03em;
    font-size: .9em;
    line-height: 1
}

.copyright .icon-copyright {
    font-size: .9em;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px
}

.payment-option {
    float: right;
    margin: 15px -14px 0;
    display: none
}

.payment-option li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 14px
}

.bg-white {
    background: #fff
}

.bg-light-gray {
    background: #fafafa
}

.bg-gray {
    background: #f8f8f8
}

.banner.banner-inner.intro-banner {
    background: #32353f;
    max-height: 600px
}

.banner.banner-inner.intro-banner:before {
    background: rgba(45, 49, 47, .87)
}

.banner.banner-inner.intro-banner .banner-text {
    text-align: center;
    top: 0;
    bottom: 0
}

.banner.banner-inner.intro-banner .center-text .container {
    max-width: 1020px
}

.banner.banner-inner.intro-banner .ico-holder,
.banner.banner-inner.intro-banner .logo-holder {
    margin-bottom: 30px
}

.banner.banner-inner.intro-banner .subtitle {
    font-style: normal;
    color: #b0a377;
    font-size: 24px;
    font-weight: 700
}

.slider-top {
    padding: 30px 0;
    text-align: center
}

.slider-top .column {
    margin: 10px 0
}

.demo-wrap {
    padding: 45px 0
}

.demo-wrap .img-wrap {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    max-height: 300px
}

.demo-wrap .img-wrap:hover:after {
    visibility: visible;
    opacity: 1
}

.demo-wrap .img-wrap:hover .icon {
    opacity: 1;
    z-index: 9;
    visibility: visible
}

.demo-wrap .img-wrap:after {
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    opacity: 0;
    visibility: hidden
}

.demo-wrap .img-wrap img {
    width: 100%
}

.demo-wrap .bg-mongoose .img-wrap:after {
    background: rgba(176, 163, 119, .9)
}

.demo-wrap .bg-puerto-rico .img-wrap:after {
    background: rgba(64, 194, 168, .9)
}

.demo-wrap .bg-yellow-metal .img-wrap:after {
    background: rgba(128, 128, 64, .9)
}

.demo-wrap .bg-golden-grass .img-wrap:after {
    background: rgba(227, 163, 29, .9)
}

.demo-wrap .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;
    opacity: 0
}

.demo-wrap .content-heading {
    margin-bottom: 30px
}

.demo-wrap .content-heading h2 {
    margin-bottom: 0
}

.demo-wrap .column {
    margin-top: 30px
}

.demo-wrap .title {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.demo-feature-list .ico,
.demo-feature-list .text,
.demo-footer .btn-demo .text,
.demo-footer .btn-demo img {
    display: inline-block;
    vertical-align: middle
}

.demo-feature-list {
    margin-top: 40px
}

.demo-feature-list li {
    margin-top: 30px
}

.demo-feature-list .ico {
    width: 55px
}

.demo-feature-list .text {
    width: calc(100% - 60px)
}

.demo-footer {
    background: #39382b;
    text-align: center;
    padding: 3 0 0
}

.banner.banner-home-search .center-text,
.trip-form-v2 {
    text-align: left
}

.demo-footer .btn-demo {
    border: 2px solid #746e51;
    background: 0 0;
    font-size: 18px;
    line-height: 28px;
    padding: 12px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    color: #b0a377;
    font-weight: 700;
    position: relative
}

.datepicker-dropdown.dropdown-menu.datepicker-orient-bottom:after,
.datepicker-dropdown.dropdown-menu.datepicker-orient-bottom:before {
    border-bottom-color: #252525
}

.demo-footer .btn-demo:hover {
    border-color: #bdb8a1
}

.demo-footer .btn-demo img {
    width: 32px;
    margin-right: 15px
}

.btn.btn-demo {
    margin: 5px 20px 0
}

#scroll-to-top {
    position: fixed;
    bottom: 10px;
    right: 15px;
    background: rgba(0, 0, 0, .7);
    width: 45px;
    height: 45px;
    border-radius: 4px;
    display: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 99
}

#scroll-to-top i {
    color: #b0a377;
    position: relative;
    top: 12px;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block
}

#scroll-to-top:hover {
    background: rgba(0, 0, 0, .9)
}

#scroll-to-top:hover i {
    color: #fff;
    top: 10px
}

.dropdown-menu.datepicker-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    position: absolute;
    background: #252525;
    color: #fff;
    border-radius: 0;
    width: 250px;
    padding: 5px
}

.dropdown-menu.datepicker-dropdown table {
    width: 100%
}

.datepicker-dropdown.dropdown-menu.datepicker-orient-top:after,
.datepicker-dropdown.dropdown-menu.datepicker-orient-top:before {
    border-top-color: #252525
}

.datepicker table tr td span:hover,
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    background: #b0a377
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background: #9a8c5a
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: #b0a377
}

.datepicker table tr td span.focused,
.datepicker table tr td.day.focused {
    background: #c3b997;
    color: #252525
}

.datepicker table tr td span.new:hover,
.datepicker table tr td span.old:hover,
.datepicker table tr td.new:hover,
.datepicker table tr td.old:hover {
    background: 0 0
}

.datepicker table tr td s pan.active.disabled:hover.disabled,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled],
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
    background: #474d4b;
    color: #fff
}

.input-group.date {
    max-width: 400px
}

.input-group.date .form-control {
    margin: 0;
    border: 1px solid #ccc
}

.trip-form .input-group.date {
    background: rgba(37, 37, 37, .7);
    border-radius: 4px
}

.trip-form .input-group.date input {
    background: 0 0;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    color: #b0a377;
    font-weight: 700
}

.trip-form .input-group.date .input-group-addon {
    background: rgba(24, 24, 24, .7);
    border-color: rgba(24, 24, 24, .7);
    border-radius: 0 4px 4px 0;
    color: #b0a377
}

.trip-form-v2 {
    background: rgba(36, 36, 34, .88);
    border-color: rgba(54, 54, 54, .88);
    color: #a0a0a0;
    max-width: 670px;
    margin: 0 auto;
    font-size: 14px
}

.trip-form-v2 label {
    color: #fff;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.trip-form-v2 select {
    width: 100%;
    height: 43px;
    padding: 10px;
    font-style: normal;
    font-weight: 400;
    color: #222;
}

.trip-form-v2 .form-control {
    height: 44px;
    color: #a0a0a0;
    font-weight: 500;
    font-size: 14px;
    font-style: normal
}

.trip-form-v2 .form-control::-webkit-input-placeholder {
    color: #a0a0a0
}

.trip-form-v2 .form-control:-moz-placeholder {
    color: #a0a0a0
}

.trip-form-v2 .form-control::-moz-placeholder {
    color: #a0a0a0
}

.trip-form-v2 .form-control:-ms-input-placeholder {
    color: #a0a0a0
}

.trip-form-v2 .input-group {
    position: relative;
    padding-left: 40px
}

.trip-form-v2 .input-group:before {
    content: '\e979';
    font: 16px/18px icomoon;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.trip-form-v2 .input-group.date {
    border: 4px solid #464646;
    background: 0 0;
    border-radius: 0
}

.trip-form-v2 .input-group.date input {
    color: #a0a0a0
}

.trip-form-v2 .input-group.date input::-webkit-input-placeholder {
    color: #a0a0a0
}

.trip-form-v2 .input-group.date input:-moz-placeholder {
    color: #a0a0a0
}

.trip-form-v2 .input-group.date input::-moz-placeholder {
    color: #a0a0a0
}

.trip-form-v2 .input-group.date input:-ms-input-placeholder {
    color: #a0a0a0
}

.trip-form-v2 .input-group.date .input-group-addon {
    background: 0 0;
    color: #a0a0a0;
    border: 0
}

.trip-form-v2 .holder {
    margin-bottom: 30px
}

.banner.banner-home-search .banner-image {
    min-height: 600px
}

.blockquote,
.demo-thumb,
.modal-footer,
.modal-v2 .modal-footer,
.modal-v2 .modal-header,
blockquote {
    text-align: center
}

.trip-note {
    font-style: italic;
    margin: 0 25px 20px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: .1em
}

.btn-holder {
    padding: 0 25px
}

.jcf-select.jcf-select-trip-select-v2 {
    background: 0 0;
    border: 4px solid #464646;
    height: 52px;
    width: 100%
}

.jcf-select.jcf-select-trip-select-v2 .jcf-select-text {
    color: #a0a0a0;
    font-size: 14px;
    font-style: normal;
    padding: 13px 0 13px 50px;
    position: relative
}

.jcf-select.jcf-select-trip-select-v2 .jcf-select-text:before {
    content: '\e979';
    font: 16px/18px icomoon;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.jcf-select.jcf-select-trip-select-v2 .jcf-select-opener {
    padding: 0 10px
}

.jcf-select.jcf-select-trip-select-v2 .jcf-select-opener:after {
    content: '\e91e';
    right: 10px;
    color: #a0a0a0
}

.jcf-select-drop.jcf-select-trip-select-v2 {
    background: #252525
}

.jcf-select-drop.jcf-select-trip-select-v2 .jcf-list {
    background: #252525;
    text-transform: capitalize
}

.jcf-select-drop.jcf-select-trip-select-v2 .jcf-option {
    color: #fff
}

.jcf-select-drop.jcf-select-trip-select-v2 .jcf-hover {
    background: #b0a377
}

.trip-form-v2 .input-group.date:before {
    content: '\e109';
    font-family: 'Glyphicons Halflings'
}

.jcf-select.jcf-select-trip-select-v2.jcf-select-region .jcf-select-text:before {
    content: '\e92d'
}

.jcf-select.jcf-select-trip-select-v2.jcf-select-acitvity .jcf-select-text:before {
    content: '\e95e'
}

.jcf-select.jcf-select-trip-select-v2.jcf-select-price .jcf-select-text:before {
    content: '\e90f'
}

.non-collapsible-link {
    position: static !important;
    left: 0 !important;
    top: 0 !important;
    width: auto !important
}

.non-collapsible-link li {
    padding: 10px 0
}

.demo-thumb {
    background: #474d4b;
    border: 10px solid #2f3231;
    padding: 10px;
    margin: 0 0 20px
}

.par tner-list a {
    height: 155px;
    min-height: 0;
    white-space: nowrap
}

.partner-list a:after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: -.25em;
    content: ''
}

.partner-list a img {
    vertical-align: middle
}

.column-demo {
    margin-bottom: 45px
}

.carousel-wrapper h3 {
    padding-left: 25px
}

.carousel-wrapper .article h3,
.carousel-wrapper .single-item h3 {
    padding-left: 0
}

.demo-animation .demo-wrapper h3 {
    margin-bottom: 10px
}

.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-next,
.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 40px;
    margin-top: -10px;
    border-radius: 2px;
    font-size: 0;
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
    opacity: 0;
    visibility: hidden;
    background: #6b6957
}

.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-next:hover,
.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
    background: #b0a377
}

.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-next:after,
.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev:after {
    font: 14px/14px icomoon;
    content: '\e907';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -7px
}

.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 10px
}

.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 10px
}

.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.demo-wrapper .owl-theme .article {
    padding: 0 15px
}

#common-multiple-slide-v1 .owl-controls {
    position: absolute;
    bottom: 100%;
    right: 10px
}

#common-multiple-slide-v1 .owl-next,
#common-multiple-slide-v1 .owl-prev {
    position: relative;
    top: 0;
    right: inherit;
    left: inherit;
    margin: 0 5px 10px
}

.btn.btn-trip-v2 {
    background: #3c8bff;
    color: #fff;
    padding: 0 40px;
    height: 52px;
    border: 0;
    position: relative;
    border-radius: 0
}

.btn.btn-trip-v2:before {
    right: 10px;
    content: '\e91e';
    color: #fff;
    font: 14px/14px icomoon;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.btn.btn-solid {
    font-style: normal;
    font-weight: 500;
    background: #3e3e3e;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 27px;
    border-radius: 5px
}

.btn.btn-solid:hover {
    background: #252525
}

.owl-carousel:hover .owl-controls .owl-buttons .owl-next,
.owl-carousel:hover .owl-controls .owl-buttons .owl-prev {
    opacity: 1;
    visibility: visible
}

.owl-item .demo-thumb {
    margin-bottom: 0
}

.owl-item .article {
    margin: 0
}

#common-slide {
    margin: 0 0 30px
}

.demo-wrapper {
    padding-top: 50px;
    padding-bottom: 50px
}

.demo-wrapper .trip-form {
    background: rgba(36, 36, 34, .88);
    padding: 15px
}

.demo-wrapper h3 {
    margin-bottom: 50px
}

.demo-wrapper .article h3 {
    margin-bottom: 15px
}

.btn-demo-wrapper .btn {
    width: auto;
    margin: 0 5px 10px
}

.blockquote .img,
blockquote .img {
    border: 2px solid #fff;
    width: 90px;
    border-radius: 100%;
    margin: 0 auto 45px
}

.blockquote .img img,
blockquote .img img {
    max-width: 100%;
    border-radius: 100%
}

.blockquote .text,
blockquote .text {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif
}

.blockquote cite,
blockquote cite {
    display: block;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
    margin-bottom: 45px;
    position: relative;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif
}

.blockquote cite:after,
blockquote cite:after {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 170px;
    height: 8px;
    background: #e2e2e2;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0
}

.seperator.double-border:before,
.seperator.left:before {
    left: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0)
}

.seperator.double-border {
    padding-bottom: 0;
    margin: 30px 0;
    height: 5px
}

.seperator.double-border:before {
    height: 1px;
    top: 0;
    right: 0;
    transform: translate(0);
    width: auto
}

.seperator.left:before {
    transform: translate(0)
}

.seperator.right:before {
    left: auto;
    right: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.h4,
h4 {
    font-size: 1.132857em;
    font-weight: 400
}

.hold {
    margin-bottom: 20px
}

.modal {
    top: 10% !important
}

.modal .mod al-footer,
.modal .modal-body,
.modal .modal-header {
    padding: 30px 20px
}

.modal .hold.btn-holder {
    padding: 0
}

.modal .hold.btn-holder .btn {
    margin: 0;
    display: block;
    width: 100%
}

.modal-v2 .modal-header {
    border-bottom: 0;
    text-transform: uppercase
}

.modal-v2 .modal-footer {
    border-top: 0;
    padding-top: 0
}

.modal-v2 .modal-footer .btn {
    margin-left: auto;
    margin-right: auto
}

.modal-v2 .modal-footer .btn+.btn {
    margin-left: auto
}

.modal-v2 .log-option {
    margin-bottom: 20px
}

.btn.no-border {
    border: 0
}

.btn.btn-fb-login {
    background: #136ad5;
    color: #fff
}

.btn.btn-fb-login:hover {
    background: #0f53a6
}

.btn.btn-google-login {
    background: #dd4b39;
    color: #fff
}

.btn.btn-google-login:hover {
    background: #c23321
}

.seperator.text {
    padding: 0;
    margin: 45px 0
}

.seperator.text:before {
    display: none
}

.seperator.text span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #ebebeb;
    border-radius: 100%;
    padding: 2px 5px
}

.bottom-spacing {
    margin-bottom: 45px
}

.modal-footer .btn {
    margin: 10px 0;
    font-size: 14px;
    padding: 6px;
    display: block
}

.demo-wrapper .social-networks .ico,
.demo-wrapper .social-networks .text,
.pagination-wrap.pagination-center .pagination {
    display: inline-block;
    vertical-align: middle
}

.modal-footer .btn+.btn {
    margin-left: 0
}

.counter-small .holder {
    padding: 45px 20px
}

.counter-small .holder .info {
    margin: 0
}

.content-heading.text-left {
    text-align: left
}

.content-heading.text-right {
    text-align: right
}

.global-box {
    padding: 45px 15px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .2);
    margin: 20px 0;
    border-radius: 2px
}

.global-box .btn {
    margin-bottom: 5px;
    margin-top: 5px
}

.global-box.box-sm {
    max-width: 400px
}

.global-box.box-md {
    max-width: 700px
}

.icon-demo {
    padding: 50px 0
}

#set-1,
#set-4 {
    background: #6b6957
}

#set-2 {
    background: #fff
}

#set-3 {
    background: #252525
}

#set-5 {
    background: #b0a377
}

.badge.hot {
    background: red
}

.badge.trending {
    background: #39f
}

.badge.top-pos {
    position: absolute;
    bottom: 100%;
    left: 100%
}

.gallery-list.gallery-main li {
    width: auto;
    float: none;
    max-width: 380px;
    overflow: hidden;
    margin: 0 auto 30px
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-caption {
    font-size: 18px;
    text-align: center;
    padding: 10px 0 0;
    font-weight: 700
}

.pagination-wrap.pagination-solid {
    background: #b0a377;
    color: #fff
}

.pagination-wrap.pagination-solid .btn-next a,
.pagination-wrap.pagination-solid .btn-next a:hover,
.pagination-wrap.pagination-solid .btn-prev a,
.pagination-wrap.pagination-solid .btn-prev a:hover {
    color: #fff
}

.pagination-wrap.pagination-solid .active a,
.pagination-wrap.pagination-solid .active a:focus,
.pagination-wrap.pagination-solid .active a:hover {
    background: #fff;
    color: #b0a377
}

.hi-icon,
.pagination-wrap.pagination-solid a,
.pagination-wrap.pagination-solid a:hover {
    color: #fff
}

.pagination-wrap.pagination-center .btn-next,
.pagination-wrap.pagination-center .btn-prev {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding-top: 0
}

.demo-wrapper .social-networks {
    font-size: 24px
}

.demo-wrapper .social-networks.social-share {
    font-size: 18px
}

.demo-wrapper .social-networks li {
    padding: 0 10px
}

.demo-wrapper .social-networks .ico {
    margin-right: 10px
}

.demo-wrapper .input-group.date {
    max-width: none
}

.headings-wrapper h1,
.headings-wrapper h2,
.headings-wrapper h3,
.headings-wrapper h4,
.headings-wrapper h5,
.headings-wrapper h6 {
    margin-bottom: 40px
}

.has-mega-dropdown.mega-md .dropdown-menu {
    background: 0 0
}

.has-mega-dropdown.mega-md .dropdown-menu .drop-wrap {
    background: #252525
}

.accordion-v2>li:after,
.accordion-v2>li:before {
    display: none
}

.accordion-v2>li>a {
    padding-left: 20px;
    background: #f8f8f8;
    border-bottom: 1px solid #e2e2e2
}

.accordion-v2 .slide {
    padding: 0
}

.accordion-v2 .slide-holder {
    padding: 20px;
    margin: 0;
    border-top: none
}

.material-icons-list {
    text-align: justify;
    padding: 50px 0 0
}

.material-icons-list li {
    display: inline-block;
    vertical-align: top;
    width: 16%;
    margin-bottom: 40px;
    min-width: 100px
}

.material-icons-list .material -icons {
    font-size: 40px
}

.demo-wrapper .data-table,
.demo-wrapper .data-table tbody,
.demo-wrapper .data-table td,
.demo-wrapper .data-table th,
.demo-wrapper .data-table thead,
.demo-wrapper .data-table tr {
    display: block;
    overflow: hidden
}

.demo-wrapper .data-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px
}

.demo-wrapper table.table tbody tr td {
    padding: 15px;
    border-top: 1px solid #grey-nurse
}

.demo-wrapper table.table thead tr th {
    padding: 15px
}

.demo-wrapper .data-table td {
    padding: 10px
}

.demo-wrapper .data-table td:before {
    content: attr(data-label) ': ';
    display: inline-block;
    font-weight: 700;
    width: 5em
}

.hi-icon-wrap {
    text-align: center;
    margin: 0 auto;
    padding: 2em 0 3em
}

.hi-icon {
    display: inline-block;
    cursor: pointer;
    margin: 15px 30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1
}

.hi-icon [class*=' icon-'],
.hi-icon [class^=icon-] {
    display: inline-block;
    vertical-align: middle;
    line-height: 90px;
    font-size: 40px
}

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box
}

.hi-icon-effect-1 .hi-icon {
    background: rgba(0, 0, 0, .5);
    -webkit-transition: background .2s, color .2s;
    transition: background .2s, color .2s
}

.hi-icon-effect-1a .hi-icon:hover,
.hi-icon-effect-1b .hi-icon:hover {
    background: #fff;
    color: #333
}

.hi-icon-effect-1 .hi-icon:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #fff;
    -moz-transition: -moz-transform .2s, opacity .2s;
    -moz-transform: scale(.8);
    -webkit-transition: -webkit-transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.hi-icon-effect-1a .hi-icon:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.hi-icon-effect-1b .hi-icon:after {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.hi-icon-effect-1b .hi-icon:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.hi-icon-effect-2 .hi-icon {
    color: #fff;
    box-shadow: 0 0 0 3px #b0a377;
    -webkit-transition: color .3s;
    transition: color .3s
}

.hi-icon-effect-2 .hi-icon:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    -webkit-transition: -webkit-transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s;
    background: #b0a377;
    color: #333
}

.hi-icon-effect-2a .hi-icon:hover,
.hi-icon-effect-2b .hi-icon:hover {
    color: #fff
}

.hi-icon-effect-2a .hi-icon:hover:after {
    -webkit-transform: scale(.85);
    -ms-transform: scale(.85);
    transform: scale(.85)
}

.hi-icon-effect-2b .hi-icon:hover:after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: -webkit-transform .4s, opacity .2s;
    transition: transform .4s, opacity .2s
}

.hi-icon-effect-3 .hi-icon {
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: color .3s;
    transition: color .3s
}

.hi-icon-effect-3 .hi-icon:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #fff;
    -webkit-transition: -webkit-transform .2s, opacity .3s;
    transition: transform .2s, opacity .3s
}

.hi-icon-effect-3a .hi-icon {
    color: #333
}

#pjWrapperPHPEventCalendar_theme1 .pjCalMonths th .active,
.fa-inverse,
.hi-icon-effect-3a .hi-icon:hover,
.hi-icon-effect-3b .hi-icon,
.tooltipster-default {
    color: #fff
}

.hi-icon-effect-3a .hi-icon:hover:after {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0
}

.hi-icon-effect-3b .hi-icon:hover {
    color: #333
}

.hi-icon-effect-3b .hi-icon:after {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0
}

.hi-icon-effect-3b .hi-icon:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.hi-icon-effect-4 .hi-icon {
    width: 92px;
    height: 92px;
    box-shadow: 0 0 0 4px #b0a377;
    color: #b0a377
}

.hi-icon-effect-4a .hi-icon {
    -webkit-transition: box-shadow .2s;
    transition: box-shadow .2s
}

.hi-icon-effect-4 .hi-icon:before {
    line-height: 92px
}

.hi-icon-effect-4 .hi-icon:after {
    top: -4px;
    left: -4px;
    padding: 0;
    z-index: 10;
    border: 4px dashed #b0a377
}

.hi-icon-effect- 4 .hi-icon:hover {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
}

.hi-icon-effect-4b .hi-icon:hover {
    -webkit-transition: box-shadow .2s;
    transition: box-shadow .2s
}

.hi-icon-effect-4b .hi-icon:hover:after {
    -webkit-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite
}

.hi-icon-effect-5 .hi-icon {
    box-shadow: 0 0 0 4px #fff;
    overflow: hidden;
    -webkit-transition: background .3s, color .3s, box-shadow .3s;
    transition: background .3s, color .3s, box-shadow .3s
}

.hi-icon-effect-5 .hi-icon:after {
    display: none
}

.hi-icon-effect-5 .hi-icon:hover {
    background: #fff;
    color: #333;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .3)
}

.hi-icon-effect-5a .hi-icon:hover:before {
    -webkit-animation: toRightFromLeft .3s forwards;
    animation: toRightFromLeft .3s forwards
}

.hi-icon-effect-5b .hi-icon:hover:before {
    -webkit-animation: toLeftFromRight .3s forwards;
    animation: toLeftFromRight .3s forwards
}

@media only screen and (min-device-width:320px) and (max-device-width:767px) and (orientation:landscape) {
    #tour-slide {
        height: 320px
    }

    #tour-slide .bg-stretch {
        position: absolute
    }
}

@media only screen and (min-width:320px) and (max-width:767px) and (orientation:portrait) {
    .trip-info .bg-stretch {
        position: static
    }

    .trip-info .bg-stretch img {
        width: 100% !important;
        height: auto !important;
        margin: 0 !important
    }
}

@media only screen and (min-width:480px) {
    .newsletter-form .form-control {
        font-size: 32px;
        line-height: 36px
    }

    .social-wrap [class*=' icon-'],
    .social-wrap [class^=icon-] {
        font-size: 22px
    }
}

@media only screen and (min-width:540px) {
    .demo-feature-list li {
        width: 49%;
        display: inline-block;
        vertical-align: top
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .trip-info .bg-stretch {
        position: static
    }

    .trip-info .bg-stretch img {
        width: 100% !important;
        height: auto !important;
        margin: 0 !important
    }
}

@media screen and (min-width:768px) {
    .demo-wrapper .data-table {
        display: table;
        width: 100%
    }

    .demo-wrapper .data-table thead {
        display: table-header-group
    }

    .demo-wrapper .data-table thead tr {
        position: static;
        top: auto;
        left: auto
    }

    .demo-wrapper .data-table tbody {
        display: table-row-group;
        overflow: visible
    }

    .demo-wrapper .data-table tr {
        display: table-row;
        overflow: visible
    }

    .demo-wrapper .data-table td,
    .demo-wrapper .data-table th {
        display: table-cell;
        padding: 6px 12px;
        vertical-align: top;
        text-align: left;
        overflow: visible
    }

    .demo-wrapper .data-table td:before {
        content: '';
        width: auto
    }
}

@media only screen and (min-width:768px) {

    .btn-banner,
    .gallery-list .info {
        letter-spacing: 1px
    }

    .article,
    .content-block.guide-sub .bar-holder,
    .content-block.guide-sub .description,
    .filter-option {
        max-width: none
    }

    .browse-block,
    table.table {
        table-layout: fixed
    }

    #content {
        float: right;
        margin-bottom: 0
    }

    .content-with-sidebar.content-left #content {
        float: left
    }

    .content-with-sidebar.content-both-sidebar #content {
        float: none;
        margin-top: 45px
    }

    .common-spacing {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .db-3-col [class*=' col-'],
    .db-3-col [class^=col-] {
        display: inline-block;
        vertical-align: top;
        float: none;
        margin-right: -.25em
    }

    h1 {
        font-size: 2.857142em
    }

    h2 {
        font-size: 1.714em
    }

    h2.intro-heading,
    h3.intro-heading {
        font-size: 1.857142em;
        margin-bottom: 25px
    }

    h1.small-size {
        font-size: 2.143em
    }

    h1.content-main-heading,
    h2.content-main-heading {
        font-size: 2.142857em
    }

    p.intro {
        font-size: 1.286em;
        line-height: 2
    }

    p.special-text {
        font-size: 2em
    }

    blockquote {
        font-size: 1.7857em
    }

    blockquote.testimonial-quote {
        font-size: 1.286em;
        line-height: 2
    }

    .main-subtitle,
    blockquote.normal {
        font-size: 1.857142em
    }

    .side-list.horizontal-list li {
        width: 25%;
        padding: 0 5px;
        margin-bottom: 10px
    }

    .side-list.gallery-side-list {
        margin: 0 -10px
    }

    .side-list.gallery-side-list li {
        width: 33.3333%;
        padding: 0 10px;
        margin-bottom: 20px
    }

    .testimonial-holder blockquote cite {
        padding-bottom: 45px;
        letter-spacing: 1px
    }

    .testimonial-holder blockquote {
        margin: 0 8.2%
    }

    .description-text,
    .gallery-home-holder {
        margin-top: 60px
    }

    .services-block,
    .testimonial-holder {
        padding: 90px 0
    }

    .banner {
        min-height: 600px
    }

    .banner.banner-inner .subtitle {
        font-size: 1.571428em
    }

    .banner-image {
        max-height: none;
        position: static
    }

    .banner-icon-search .banner-text h1 {
        font-size: 4.571em
    }

    .banner-caption-s1 .center-text .banner-subtitle,
    .banner-home .banner-caption-s1 .center-text .banner-subtitle {
        font-size: 1.714em
    }

    .feature-block {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0
    }

    .gallery-home-holder .text -block {
        padding-bottom: 10px
    }

    .gallery-home-holder .gallery-list {
        margin-bottom: 0
    }

    .content-block.content-center .img-wrap {
        width: auto;
        margin: 0 0 40px;
        height: 120px
    }

    .content-block.content-center p {
        margin-bottom: 0
    }

    .content-block {
        padding: 90px 0
    }

    .content-block .article {
        margin-top: 45px
    }

    .content-block.content-sub {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .content-block.content-sub .content-holder {
        margin-top: -35px
    }

    .content-block.guide-sub .img-article {
        margin-top: 60px
    }

    .content-block.article-boxed .content-heading,
    .content-block.content-spacing .content-heading {
        margin-bottom: 15px
    }

    .adventure-holder .text-block .centered {
        padding: 60px 15px
    }

    .adventure-holder.gallery-home-holder .text-block .centered {
        padding-bottom: 0
    }

    .grid-view-sidebar {
        padding-bottom: 90px
    }

    .grid-view-sidebar .container {
        padding-top: 198px
    }

    .grid-view-sidebar #content,
    .grid-view-sidebar #sidebar {
        margin-top: 45px
    }

    .gallery-list .hover {
        font-size: 48px
    }

    .btn-banner {
        font-size: 18px;
        line-height: 22px;
        padding: 12px 70px;
        border-width: 2px
    }

    .banner-caption-s1 .center-text .btn-banner-holder,
    .banner-home .banner-caption-s1 .center-text .btn-banner-holder {
        margin-top: 50px
    }

    .filter-option .btn-filter {
        display: none
    }

    .article .heading h3,
    .article .info-day {
        display: inline-block;
        vertical-align: middle
    }

    .filter-option .filter-slide {
        position: static;
        background: 0 0;
        max-height: none;
        width: auto;
        padding-top: 0
    }

    .filter-option .filter-slide .select-col {
        margin-top: 0;
        width: 200px
    }

    .count-block .holder {
        font-size: 1em;
        padding: 60px 10px
    }

    .count-block .icon {
        margin-bottom: 25px
    }

    .count-block .info {
        font-size: 2em;
        margin-bottom: 15px
    }

    .count-block .txt {
        font-size: 1em;
        text-transform: uppercase
    }

    .article .heading {
        margin: 0 0 10px
    }

    .article .heading h3 {
        max-width: 78%;
        padding-right: 10px;
        margin: 0
    }

    .article .meta {
        font-size: .9em
    }

    .article .img-caption {
        font-size: 16px
    }

    .article .thumbnail .meta {
        padding-bottom: 15px
    }

    .article .thumbnail .activities [class*=' icon-'],
    .article .thumbnail .activities [class^=icon-],
    .article .thumbnail .country [class*=' icon-'],
    .article .thumbnail .country [class^=icon-] {
        font-size: 13px;
        margin-right: 2px
    }

    .article .thumbnail .img-wrap {
        margin-bottom: 15px
    }

    .article .info-day {
        font-size: 1.143em;
        line-height: 1em;
        padding-left: 10px;
        position: relative;
        border-left: 1px solid #e2e2e2;
        max-width: 20%
    }

    .ico-article,
    .list-view .article,
    .list-view .filter-option {
        max-width: none
    }

    .guide-info {
        margin-top: 60px
    }

    .content-with-sidebar .article .social-networks {
        margin: 0 -5px
    }

    .content-with-sidebar .article .social-networks li {
        padding: 0 5px
    }

    .list-view .article .col-left {
        float: left;
        width: 70%;
        padding: 15px 10px 15px 0
    }

    .list-view .article .info-aside {
        float: right;
        width: 30%;
        margin: 0;
        border-width: 0 0 0 1px;
        padding-top: 0
    }

    .recent-block {
        padding-bottom: 60px
    }

    .recent-block h2 {
        margin: 0 0 15px
    }

    .booking-form .form-holder,
    .twocol-form .form-holder {
        padding: 45px 30px
    }

    .booking-form .payment-option,
    .twocol-form .payment-option {
        display: block
    }

    .booking-form h2,
    .twocol-form h2 {
        margin-bottom: 45px
    }

    .booking-form .wrap,
    .twocol-form .wrap {
        padding-right: 30px
    }

    .booking-form .btn-hold,
    .twocol-form .btn-hold {
        padding-top: 45px
    }

    .top-box .holder {
        padding: 25px 60px 25px 30px
    }

    .top-box .left {
        display: block;
        float: left
    }

    .top-box .right {
        float: right
    }

    .block-quotation {
        padding: 30px 15px
    }

    .partner-block {
        padding: 90px 0
    }

    .partner-block .partner {
        margin-top: 60px
    }

    .ico-article {
        margin-top: 45px
    }

    .ico-article .ico-holder {
        min-height: 65px
    }

    .step-block {
        padding: 60px 0
    }

    .content-intro {
        padding-bottom: 90px
    }

    .content-intro .text-holder {
        text-align: left;
        padding-top: 90px
    }

    .trip-info .text-col .holder {
        padding: 45px 20px
    }

    .trip-info .price {
        margin-bottom: 20px;
        font-size: 26px;
        color: #418dfc;
        border-bottom: 1px solid #e71809;
        padding-bottom: 9px;
        position: relative;
    }

    .trip-detail {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .trip-detail .gallery-list li {
        width: 50%;
        float: left
    }

    .tab-container .nav-tabs {
        text-align: justify
    }

    .contact-form .form-title,
    tab le.table.table-align-right td:last-child,
    table.table.table-align-right th:last-child {
        text-align: right
    }

    .nav-tabs {
        padding: 0
    }

    .nav-tabs>li {
        padding: 15px 10px
    }

    .fancybox-close:after {
        font-size: 16px
    }

    .article.blog-article .comment,
    .article.blog-article .ico-action,
    .article.blog-article .rate-info,
    .article.blog-article .star-rating {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding: 0 10px
    }

    .article.blog-article .comment:before,
    .article.blog-article .ico-action:before,
    .article.blog-article .rate-info:before,
    .article.blog-article .star-rating:before {
        content: '';
        position: absolute;
        left: 0;
        top: 4px;
        bottom: 3px;
        width: 1px;
        background: #e2e2e2
    }

    .article.blog-article .star-rating {
        padding-left: 0
    }

    .article.blog-article .footer-sub {
        margin: 0;
        display: inline-block
    }

    .blog-single .description {
        padding: 25px 20px
    }

    .trip-form .holder {
        display: inline-block;
        vertical-align: bottom;
        width: 50%;
        padding: 0 15px;
        margin-right: -.25em
    }

    .comment-form {
        padding: 60px 0 0
    }

    .contact-info {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .contact-form {
        padding: 60px 80px 60px 30px
    }

    .contact-form .btn-holder {
        padding-top: 30px
    }

    .error-holder,
    .error-page #main {
        padding-top: 90px
    }

    .inner-top,
    .special-block {
        padding: 45px 0
    }

    .error-holder h1 {
        font-size: 6.143em
    }

    .error-holder .title {
        font-size: 2.143em;
        margin-bottom: 60px
    }

    .error-holder .button-holder .btn {
        width: auto;
        min-width: 270px;
        margin: 0 14px 20px
    }

    .inner-search,
    .newsletter-form {
        margin-bottom: 60px
    }

    .inner-search {
        font-size: 1.286em;
        line-height: 2;
        max-width: 950px
    }

    .special-block .special-text {
        font-size: 2em
    }

    .browse-block {
        display: table;
        width: 100%;
        font-size: 1.286em
    }

    .browse-block .column {
        display: table-cell;
        width: 50%;
        letter-spacing: 4px
    }

    .browse-block a span {
        line-height: 120px
    }

    .font-demo-wrapper .glyph.fs1 {
        display: inline-block;
        vertical-align: top;
        width: 49%
    }

    #footer>.container {
        padding-top: 90px;
        padding-bottom: 0
    }

    .newsletter-form .form-control {
        font-size: 48px;
        line-height: 55px
    }

    .newsletter-form input[type=submit] {
        font-size: 36px;
        line-height: 40px;
        border-width: 0 0 11px
    }

    .newsletter-form .info {
        font-size: 1.286em
    }

    .footer-holder {
        margin-bottom: 90px
    }

    .footer-nav {
        margin-bottom: 30px
    }

    .footer-nav.col-md-2 {
        width: 15%
    }

    .footer-nav.col-md-2:last-child {
        width: 25%
    }

    .footer-nav h3 {
        margin-bottom: 15px;
        pointer-events: none
    }

    .footer-nav h3:before {
        display: none
    }

    .footer-nav ul li {
        margin-bottom: 5px
    }

    .footer-nav.last li {
        margin-bottom: 9px
    }

    .footer-nav .slide {
        position: static !important;
        width: auto !important
    }

    .social-wrap [class*=' icon-'],
    .social-wrap [class^=icon-] {
        font-size: 22px
    }

    .footer-bottom {
        padding: 30px 0
    }

    .copyright {
        font-size: 1em
    }

    .copyright .icon-copyright {
        font-size: 1.4em;
        margin-right: 10px
    }

    .demo-wrap .title {
        padding: 10px
    }

    .demo-footer {
        padding: 45px 0
    }

    .demo-footer .btn-demo {
        min-width: 304px
    }

    #scroll-to-top {
        bottom: 25px;
        right: 25px
    }

    .demo-animation .row:nth-child(even) [class*=' col-']:first-child,
    .demo-animation .row:nth-child(even) [class^=col-]:first-child {
        float: right
    }

    .demo-animation .demo-wrapper h3 {
        margin-bottom: 30px
    }

    .blockquote cite,
    blockquote cite {
        padding-bottom: 45px;
        letter-spacing: 1px
    }

    .blockquote,
    blockquote {
        margin: 0 8.2%
    }

    .modal-v2 .modal-footer .btn+.btn {
        margin-left: 20px
    }

    .bottom-spacing {
        margin-bottom: 60px
    }

    .modal-footer {
        text-align: left
    }

    .modal-footer .btn {
        font-size: 16px;
        padding: 8px;
        display: inline-block;
        margin: 0
    }

    .modal-footer .btn+.btn {
        margin-left: 10px
    }

    .gallery-list.gallery-main li {
        width: 50%;
        float: left;
        max-width: none
    }
}

@media only screen and (min-width:992px) {

    .header-v2 .navbar-default .navbar-nav,
    .logo {
        float: left
    }

    #header,
    .navba r-default .navbar-nav>li>a:focus,
    .navbar-collapse,
    .navbar-default .navbar-nav>li.active a,
    .navbar-default .navbar-nav>li.active a:focus,
    .navbar-default .navbar-nav>li.active a:hover,
    .navbar-default .navbar-nav>li.open a,
    .navbar-default .navbar-nav>li.open a:focus,
    .navbar-default .navbar-nav>li.open a:hover,
    .navbar-default .navbar-nav>li:focus a,
    .navbar-default .navbar-nav>li:focus a:focus,
    .navbar-default .navbar-nav>li:focus a:hover,
    .navbar-default .navbar-nav>li>a:hover {
        background: 0 0
    }

    .content-with-sidebar.content-both-sidebar #content {
        float: left;
        margin-top: 0
    }

    .content-with-sidebar.content-both-sidebar #sidebar,
    .content-with-sidebar.content-both-sidebar #sidebar-right {
        max-width: none
    }

    .common-spacing {
        padding-top: 100px;
        padding-bottom: 100px
    }

    h1 {
        font-size: 3.428571em
    }

    h2 {
        font-size: 2.143em;
        margin-bottom: 10px
    }

    .h3,
    h3 {
        font-size: 20px;
    }

    h2.intro-heading,
    h3.intro-heading {
        font-size: 2.142857em;
        margin-bottom: 35px
    }

    h1.content-main-heading,
    h2.content-main-heading {
        font-size: 2.571428em
    }

    p.special-text {
        font-size: 2.571em
    }

    blockquote {
        font-size: 2.1428em
    }

    blockquote.normal {
        font-size: 2.142857em
    }

    .main-subtitle {
               font-size: 16px;
    }

    .inner-main-heading {
        font-size: 3.439em
    }

    .dropdown-menu,
    .navbar-default {
        font-size: 1.5rem
    }

    #header {
        /*border-bottom: 1px solid #2d2d2d;*/
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }

    #header.fixed-position .logo {
        padding-top: 18px;
        padding-bottom: 20px
    }

    .logo {
        width: 180px;
        margin: 0;
        padding: 25px 15px 25px 0;
    }

    .logo a {
        width: 120px
    }

    .logo img {
        width: 100%
    }

    #header.white-header.fixed-position .navbar-default .v-divider,
    .default-page #header.white-header.fixed-position .navbar-default .v-divider {
        border-color: #eaeaea
    }

    #header.white-header.fixed-position .navbar-default .navbar-nav,
    .default-page #header.white-header.fixed-position .navbar-default .navbar-nav {
        border-right-color: #eaeaea
    }

    #header.white-header.fixed-position .navbar-default .navbar-nav>li>a,
    .default-page #header.white-header.fixed-position .navbar-default .navbar-nav>li>a {
        color: #282828;
    }

    #header.white-header.fixed-position .navbar-default .navbar-nav>li.hover>a,
    #header.white-header.fixed-position .navbar-default .navbar-nav>li>a:hover,
    .default-page #header.white-header.fixed-position .navbar-default .navbar-nav>li.hover>a,
    .default-page #header.white-header.fixed-position .navbar-default .navbar-nav>li>a:hover {
        color: #378dff;
    }

    #header.default-white-header,
    .default-page #header.default-white-header {
        border-bottom: 1px solid #eaeaea
    }

    #header.default-white-header .navbar-default .navbar-nav .v-divider,
    .default-page #header.default-white-header .navbar-default .navbar-nav .v-divider {
        border-color: #eaeaea
    }

    #header.default-white-header .navbar-default .navbar-nav>li>a,
    .default-page #header.default-white-header .navbar-default .navbar-nav>li>a {
        color: #5c5e62
    }

    #header.default-white-header .navbar-default .navbar-nav>li.hover>a,
    #header.default-white-header .navbar-default .navbar-nav>li>a:hover,
    .default-page #header.default-white-header .navbar-default .navbar-nav>li.hover>a,
    .default-page #header.default-white-header .navbar-default .navbar-nav>li>a:hover {
        color: #b0a377
    }

    .header-v2 .navbar-default .navbar-right {
        float: right
    }

    .header-v2 .navbar-default .nav-center {
        width: calc(100% - 340px);
        text-align: center
    }

    .header-v2 .navbar-default .nav-center>li {
        float: none;
        display: inline-block
    }

    .header-v2 .navbar-nav .has-mega-dropdown.mega-md .dropdown-menu {
        right: 20%;
        left: 20%;
        width: auto
    }

    .sidebar {
        float: left
    }

    .side-list.horizontal-list {
        margin-bottom: -25px
    }

    .side-list.horizontal-list li {
        margin-bottom: 40px
    }

    .boxed-layout .logo {
        width: 180px
    }

    .testimonial-holder blockquote .img {
        display: inline-block;
        vertical-align: top;
        width: 112px;
        margin: 20px 0 0
    }

    .testimonial-holder blockquote .text {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 150px);
        padding-left: 0px;
    }

    .testimonial-holder {
        padding: 100px 0
    }

    .testimonial-holder .owl-pagination {
        padding-left: 193px
    }

    .services-block {
        padding: 100px 0
    }

    .services-block .ico-article {
        margin-top: 60px
    }

    .services-block .row {
        margin-top: -60px
    }

    .navbar-default .open .dropdown-menu {
        display: none
    }

    .navbar-default .navbar-nav {
        max-width: calc(100% - 180px);
        float: right
    }

    .navbar-default .navbar-nav .dropdown.hover>.dropdown-menu {
        display: block
    }

    .navbar-default .navbar-nav .icon {
        margin-right: 0
    }

    .navbar-default .navbar-nav>li {
        padding: 30px 8px 0;
        border-top: 0
    }

    .navbar-default .navbar-nav>li .dropdown-menu {
        margin-top: 1px
    }

    .navbar-default .navbar-nav>li.nav-visible {
        display: inline-block !important
    }

    .navbar-default .navbar-nav>li.hover>a,
    .navbar-default .navbar-nav>li>a:hover {
        color: #000000;
    }

    .navbar-default .navbar-nav>li.has-mega-dropdown {
        position: static
    }

    .navbar-default .navbar-nav>li>a {
        background: 0 0;
        height: 46px;
        padding: 0;
        display: block
    }

    #header.fixed-position .search-form .search-opener,
    .navbar-default .icon-angle-down {
        display: none
    }

    #header.fixed-position .search-form .search-wrap .search-opener {
        display: block
    }

    #header.fixed-position .navbar-default .navbar-nav>li {
        padding-top: 25px
    }

    #header.fixed-position .navbar-default .navbar-nav>li .dropdown-menu {
        margin-top: 0;
        border-top: 1px solid transparent
    }

    .dropdown-menu {
        border-style: solid;
        /*box-shadow: inset 0 -1px 0 1px #252525;*/
        display: block;
        position: absolute;
        width: auto;
        left: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        -webkit-transition: -webkit-transform .3s cubic-bezier(.17, .67, .59, 1.21);
        transition: transform .3s cubic-bezier(.17, .67, .59, 1.21)
    }

    .dropdown-menu.dropdown-md {
        min-width: 300px
    }

    .dropdown-menu.dropdown-sm {
        min-width: 150px
    }

    .dropdown-menu.dropdown-sm .drop-wrap {
        padding: 10px
    }

    .dropdown-menu.drop-thumb-wide .des,
    .dropdown-menu.drop-thumb-wide .img-wrap img {
        max-width: 80%
    }

    .dropdown-menu ul {
        padding: 9px 0
    }

    .dropdown-menu .drop-wrap {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .dropdown-menu .sub-link-opener:before,
    .dropdown-menu .top-title {
        display: none
    }

    .dropdown-menu .drop-holder .col {
        max-width: none;
        margin-top: 0
    }

    .dropdown-menu .drop-holder .col:hover .title,
    .dropdown-menu .drop-holder .col:hover .title a {
        color: #b0a377
    }

    .dropdown-menu .drop-holder .img-wrap img {
        max-width: 400px
    }

    .dropdown-menu .drop-holder li {
        display: block;
        margin-left: 0;
        width: auto
    }

    .dropdown-menu .five-col {
        margin: 0 -15px
    }

    .dropdown-menu .five-col .column {
        float: left;
        padding: 0 15px;
        width: 20%;
        position: relative
    }

    .dropdown-menu .five-col .column:first-child:before {
        display: none
    }

    .dropdown-menu .five-col .column:before {
        content: '';
        position: absolute;
        left: -10px;
        background: #181818;
        width: 1px;
        top: 0;
        bottom: 0
    }

    .dropdown-menu .five-col ul li {
        display: block;
        width: auto;
        margin: 0
    }

    .dropdown-menu .five-col ul li a {
        padding-left: 0
    }

    .dropdown-menu .five-col ul li a:hover {
        padding-left: 5px
    }

    .dropdown-menu .five-col ul {
        display: block;
        text-transform: uppercase;
        position: static !important;
        width: auto !important
    }

    .dropdown-menu .five-col .sub-link-opener {
        pointer-events: none
    }

    .has-mega-dropdown>.dropdown-menu {
        left: 10px;
        right: 10px;
        width: auto
    }

    .has-mega-dropdown .dropdown-menu {
        border-left-width: 0;
        border-right-width: 0
    }

    .has-mega-dropdown .drop-wrap {
        padding: 25px 40px
    }

    .dropdown.open>.dropdown-menu,
    .dropdown:hover .dropdown-menu {
        overflow: visible;
        transform: rotateX(0) translateZ(0);
        -ms-transform: rotateX(0) translateZ(0);
        -webkit-transform: rotateX(0) translateZ(0);
        opacity: 1;
        visibility: visible
    }

    .dropdown:hover .icon-angle-down {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .banner.banner-inner {
        height: 666px
    }

    .banner.banner-inner .subtitle {
        font-size: 1.714285em
    }

    .banner-image {
        height: 100vh
    }

    .banner-home .banner-text h1 {
        font-size: 5.143em
    }

    .banner-home .banner-text h1 span {
        font-size: .72em
    }

    .banner-home .banner-text .subtitle {
        font-size: 1.714em
    }

    .banner-text {
        bottom: 0
    }

    .banner-text .center-text {
        margin: 5% 0
    }

    .banner-text h1,
    .heading-home {
        margin-bottom: 30px
    }

    .content-block.guide-sub .img-article,
    .gallery-home-holder {
        margin-top: 90px
    }

    .adventure-holder .text-block:before,
    .grid-view-sidebar .db-3-col .article {
        display: inline-block;
        margin-right: -.25em
    }

    .heading-home {
        font-size: 7.143em !important
    }

    .heading-home span {
        font-size: .72em
    }

    .banner-caption-s1 .center-text,
    .banner-home .banner-caption-s1 .center-text {
        max-width: 940px
    }

    .banner-caption-s1 .center-text .banner-subtitle,
    .banner-home .banner-caption-s1 .center-text .banner-subtitle {
        font-size: 2.571em
    }

    .gallery-home-holder .text-block {
        padding-bottom: 14px
    }

    .content-block {
        padding: 100px 0
    }

    .content-block.content-sub {
        padding-top: 90px;
        p adding-bottom: 100px
    }

    .content-block.content-spacing .content-heading {
        margin-bottom: 15px
    }

    .adventure-holder .text-block:before {
        content: '';
        vertical-align: middle;
        height: 100%
    }

    .adventure-holder .text-block .centered {
        display: inline-block;
        vertical-align: middle;
        white-space: normal;
        max-width: 680px
    }

    .grid-view-sidebar .filter-option,
    .grid-view-sidebar .pagination-wrap {
        max-width: none
    }

    .grid-view-sidebar {
        padding-top: 90px;
        padding-bottom: 100px
    }

    .grid-view-sidebar .container {
        padding-top: 0
    }

    .grid-view-sidebar #content {
        float: right;
        margin-top: 0
    }

    .grid-view-sidebar #sidebar {
        margin-top: 0
    }

    .btn.btn-lg {
        font-size: 30px;
        line-height: 38px;
        font-weight: 300;
        min-width: 345px;
        letter-spacing: 1px
    }

    .pagination-wrap .btn-next,
    .pagination-wrap .btn-prev {
        width: 70px;
        font-size: 20px;
        padding-top: 0
    }

    .pagination-wrap li {
        padding: 0 15px
    }

    .count-block .txt {
        letter-spacing: 2px
    }

    .article .heading h3 {
        padding-right: 30px
    }

    .article .meta {
        font-size: 1em
    }

    .article .thumbnail .meta {
        padding-bottom: 15px
    }

    .article .thumbnail .meta .activities [class*=' icon-'],
    .article .thumbnail .meta .activities [class^=icon-],
    .article .thumbnail .meta .country [class*=' icon-'],
    .article .thumbnail .meta .country [class^=icon-] {
        font-size: 15px;
        margin-right: 5px
    }

    .article .thumbnail .img-wrap {
        margin-bottom: 1px
    }

    .article .info-aside .social-networks,
    .article footer .social-networks {
        max-width: 68%;
        float: right;
        padding-top: 5px;
        border-bottom: 0
    }

    .article .info-aside .price,
    .article footer .price {
        overflow: hidden;
        display: block;
        font-style: italic;
        letter-spacing: 1px;
        max-width: 100%;
        font-weight: 500;
        font-size: 15px;
        color: #f54c09;
        font-family: 'Raleway', sans-serif;
    }

    .article .info-aside .price span,
    .article footer .price span {
        display: block;
        font-weight: 500;
        font-style: normal;
        font-size: 21px;
        margin-top: -8px
    }

    .guide-info {
        margin-top: 90px
    }

    .list-view .article .img-wrap {
        float: left;
        margin: 0 20px 0 0;
        width: 350px
    }

    .list-view .article .description {
        width: calc(100% - 370px);
        float: left
    }

    .list-view .article .info-aside .price span {
        font-size: 1.667em
    }

    .recent-block {
        padding: 60px 0 100px
    }

    .recent-block .ico-list {
        float: none;
        width: auto
    }

    .recent-block .sub-info {
        float: none;
        width: auto;
        margin-bottom: 15px
    }

    .booking-form .form-holder,
    .trip-info .reviews-info,
    .twocol-form .form-holder {
        margin-bottom: 0
    }

    .image-slide {
        height: calc(100% - 81px)
    }

    .image-slide .slide {
        height: 100%;
        width: 100%
    }

    .seperator {
        padding-bottom: 45px
    }

    .seperator:before {
        height: 8px;
        width: 170px
    }

    .product-table td,
    .product-table th {
        padding: 15px 20px
    }

    .featured-content.feature-small .text-block {
        padding: 60px 0
    }

    .featured-content .text-block .holder {
        padding: 90px 30px
    }

    .featured-content .image {
        min-height: 527px
    }

    .progress-holder {
        float: right;
        padding-top: 0
    }

    .block-quotation {
        padding: 45px 25px
    }

    .partner-block {
        padding: 100px 0
    }

    .partner-block .partner {
        margin-top: 90px
    }

    .step-block {
        padding: 90px 0
    }

    .content-intro,
    .trip-detail {
        padding-bottom: 90px
    }

    .content-intro .map-col {
        text-align: left
    }

    .content-intro .map-col .holder {
        margin-top: -100px
    }

    .content-intro .text-holder {
        padding-top: 100px
    }

    .trip-detail {
        padding-top: 20px
    }

    .trip-detail .text-box {
        padding-left: 100px;
        margin-bottom: 45px
    }

    .trip-detail .text-box:before {
        top: 19px;
        font-size: 48px
    }

    .trip-detail .comments .thumb {
        width: 70px
    }

    .trip-detail .comments .text {
        width: calc(100% - 80px)
    }

    .trip-detail [class*=' col-'],
    .trip-detail [class^=col-] {
        margin-bottom: 0
    }

    .trip-detail .detail {
        padding: 40px 40px 20px 30px
    }

    .trip-detail .gallery-list li {
        width: 33.3333%
    }

    .trip-detail .text-box {
        padding-right: 80px
    }

    .reviews-info {
        margin: 0 -30px 50px
    }

    .reviews-info>li {
        padding: 0 30px 5px;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-right: -.25em;
        margin-bottom:15px;
        font-size: 16px
    }
    
    .social-networks {
    display: flex;
    background-color: #fff;
    padding: 10px;
}

    .reviews-info>li:before {
        left: 30px;
        right: 30px
    }

    .question-select .jcf-select {
        padding: 20px 50px 20px 30px
    }

    .question-select .jcf-select .jcf-select-text {
        font-size: 16px;
        line-height: 1.71429
    }

    .question-select .jcf-select .jcf-select-opener {
        width: 41px
    }

    .question-select .jcf-selec t .jcf-select-opener:after {
        font-size: 20px;
        margin-top: -10px
    }

    .header-box {
        padding: 20px 30px;
        font-size: 16px
    }

    .nav-tabs>li {
                width: auto;
        padding: 12px 10px;
        border-right: 1px solid #fff;
    }

    .fancybox-close,
    .fancybox-nav,
    .fancybox-nav span {
        width: 60px;
        height: 60px
    }

    .navbar-nav .mega-center.has-mega-dropdown.mega-md .dropdown-menu {
        right: 140px
    }

    table.table .btn {
        min-width: 150px
    }

    table.table thead tr th {
        padding: 10px 20px 15px
    }

    table.table tbody td .middle {
        padding: 5px 20px
    }

   .table-bordered>tbody>tr>th strong.title, .table-bordered>tbody>tr>th{
       font-weight:600;
   }

    .detail-accordion>li>a {
        padding-left: 100px
    }

    .detail-accordion .slide-holder {
        padding-right: 60px;
        margin-left: 80px
    }

    .detail-accordion .slide-holder p {
        margin: 0 0 25px
    }

    .fancybox-next span:after,
    .fancybox-prev span:after {
        left: 7px
    }

    .fancybox-next span:after {
        right: 7px
    }

    .fancybox-close:after {
        line-height: 60px
    }

    .fancybox-nav {
        margin-top: -30px
    }

    .fancybox-nav.fancybox-next span:after {
        left: auto;
        right: 20px
    }

    .fancybox-nav span:after {
        line-height: 60px;
        left: 20px
    }

    .carousel .carousel-control {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 11px
    }

    .article.blog-article .description {
        padding: 30px
    }

    .blog-list.list-view .img-wrap {
        float: left;
        width: 250px
    }

    .blog-list.list-view .article.blog-article .description {
        padding: 10px 0 10px 20px
    }

    .blog-list.list-view .description {
        width: calc(100% - 270px)
    }

    .blog-list.list-view .comment,
    .blog-list.list-view .ico-action,
    .blog-list.list-view .rate-info,
    .blog-list.list-view .star-rating {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding: 0 10px
    }

    .blog-list.list-view .comment:before,
    .blog-list.list-view .ico-action:before,
    .blog-list.list-view .rate-info:before,
    .blog-list.list-view .star-rating:before {
        content: '';
        position: absolute;
        left: 0;
        top: 4px;
        bottom: 3px;
        width: 1px;
        background: #e2e2e2
    }

    .blog-list.list-view .ico-action,
    .blog-list.list-view .rate-info,
    .blog-list.list-view .star-rating {
        padding-left: 0
    }

    .blog-list.list-view .ico-action:before,
    .blog-list.list-view .rate-info:before {
        display: none
    }

    .blog-list.list-view .footer-sub {
        margin: 0;
        display: block
    }

    .blog-single .description {
        padding: 30px
    }

    .search-form {
        top: 19px
    }

    .search-form .search-opener {
        font-size: 11px;
        color: #fff
    }

    .search-form .ui-menu .ui-menu-item {
        font-size: 30px;
        line-height: 40px;
        padding: 10px 0
    }

    .search-form .ui-autocomplete {
        padding-top: 45px
    }

    .search-wrap {
        padding: 30px 0
    }

    .search-wrap .form-control {
        font-size: 30px;
        line-height: 50px
    }

    .trip-form {
        display: block;
        margin-bottom: -30px
    }

    .trip-form .holder {
        width: 25%;
        padding: 0 30px;
        margin-bottom: 30px
    }

    .trip-form-v2.trip-search-main {
        vertical-align: middle;
        margin-top: 0
    }

    .trip-form-v2.trip-search-main .holder {
        width: 33.33333%
    }

    .jcf-select .jcf-select-text {
        font-size: 12px;
        line-height: 18px
    }

    .jcf-select-drop.jcf-select-trip {
        box-shadow: none
    }

    .jcf-select-drop.jcf-select-question .jcf-option {
        padding-left: 30px
    }

    .comment-form {
        padding: 90px 0 0
    }

    .map-col-main {
        margin-top: 0
    }

    .contact-info {
        margin-top: 25px;
        margin-bottom: 0px
    }

    .contact-info .col-sm-4 {
        margin-bottom: 0
    }

    .error-holder,
    .error-page #main {
        padding-top: 100px
    }

    .error-holder h1 {
        font-size: 7.143em
    }

    .error-holder .title,
    .inner-search {
        margin-bottom: 90px
    }

    .default-spacing.confirmation-block {
        padding-bottom: 100px
    }

    .default-page #main {
        padding-top: 77px
    }

    .inner-top {
        padding: 60px 0
    }

    .inner-top .breadcrumbs {
        font-size: 1em
    }

    .inner-main .contact-form {
        padding: 60px 20px
    }

    .inner-main .contact-form .btn-holder {
        padding-top: 15px
    }

    .special-block .special-text {
        font-size: 2.571em
    }

    .special-block {
        padding: 60px 0
    }

    .browse-block a span {
        line-height: 150px
    }

    .cart-option {
        max-width: none
    }

    .cart-option .coupon-hold,
    .cart-option .coupon-hold .input-hold .form-control {
        margin-bottom: 0
    }

    .cart-option .button-hold {
        float: right;
        max-width: 50%;
        margin-bottom: 0
    }

    .cart-option .button-hold .btn {
        margin: 0 0 0 25px;
        float: left
    }

    .cart-option .btn {
        width: auto
    }

    .coupon-hold {
        width: 400px;
        float: left
    }

    .coupon-hold .submit-wrap {
        float: right;
        height: auto;
        margin-left: 20px
    }

    .font-demo-wrapper .glyph.fs1 {
        width: 32%
    }

    #footer>.container {
        padding-top: 100px;
        padding-bottom: 0
    }

    .demo-footer,
    .demo-wrap,
    .slider-top {
        padding: 60px 0
    }

    .newsletter-form {
        margin-bottom: 90px
    }

    .banner.banner-inner.intro-banner .subtitle {
        font-size: 36px
    }

    .demo-wrap .title {
        font-size: 15px;
        font-size: 18px
    }

    .demo-wrap .content-heading {
        margin-bottom: 60px
    }

    .demo-feature-list li {
        width: 32%;
        margin-top: 45px
    }

    .trip-form-v2 .holder {
        width: 50%
    }

    .trip-form-v2 button {
        height: 52px
    }

    .blockquote .img,
    blockquote .img {
        display: inline-block;
        vertical-align: top;
        width: 112px;
        margin: 20px 0 0
    }

    .blockquote .text,
    blockquote .text {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 150px);
        padding-left: 55px
    }

    .h4,
    h4 {
        font-size: 25px;
    }

    .bottom-spacing {
        margin-bottom: 90px
    }

    .modal-footer .btn {
        font-size: 18px;
        padding: 10px
    }

    .gallery-list.gallery-main li {
        width: 33%
    }

    .pagination-wrap.pagination-center .btn-next,
    .pagination-wrap.pagination-center .btn-prev {
        padding-top: 5px
    }

    .has-mega-dropdown.mega-md .dropdown-menu {
        left: auto;
        width: 850px;
        right: 140px
    }
}

@media only screen and (min-width:1025px) {
    #header {
        position: fixed
    }

    #header.fixed-position {
        background: #252525;
        border-color: #181818
    }

    #header.fixed-position .logo {
        border-right-color: #181818
    }

    #header.default-white-header.fixed-position .logo,
    #header.white-header.fixed-position .logo,
    .default-page #header.default-white-header.fixed-position .logo,
    .default-page #header.white-header.fixed-position .logo {
        border-right-color: #eaeaea;
        padding: 17px;
    }

    #header.fixed-position .logo a {
        width: 98px
    }

    #header.fixed-position .navbar-default .navbar-nav>li>a:active,
    #header.fixed-position .navbar-default .navbar-nav>li>a:hover {
        color: #b0a377
    }

    #header.fixed-position .search-form {
        top: 30px
    }

    #header.fixed-position .search-form .search-opener {
        color: #9d9d9d
    }

    #header.fixed-position .search-form .search-opener:hover {
        color: #b0a377
    }

    #header.white-header.fixed-position,
    .default-page #header.white-header.fixed-position {
        background: #f8f8f8;
        border-bottom: 1px solid #e2e2e2
    }

    #header.white-header.fixed-position .logo .normal,
    .default-page #header.white-header.fixed-position .logo .normal {
        display: none
    }

    #header.white-header.fixed-position .logo .gray-logo,
    .default-page #header.white-header.fixed-position .logo .gray-logo {
        display: block
    }

    #header.white-header.fixed-position .search-form .search-opener,
    .default-page #header.white-header.fixed-position .search-form .search-opener {
        color: #5c5e62
    }

    #header.white-header.fixed-position .search-form .search-opener:hover,
    .default-page #header.white-header.fixed-position .search-form .search-opener:hover {
        color: #000
    }

    #header.white-header.fixed-position .search-form .search-opener.close,
    .default-page #header.white-header.fixed-position .search-form .search-opener.close {
        color: #fff
    }

    #header.default-white-header.fixed-position,
    .default-page #header.default-white-header.fixed-position {
        border-bottom: 1px solid #e2e2e2
    }

    #header.fixed-position .navbar-default .navbar-nav>li>a {
        height: 44px
    }

    #header.fixed-position .navbar-default .v-divider {
        border-left-color: #181818
    }

    .trip-form-v2 {
        margin: 0
    }
}

@media only screen and (min-width:1230px) {
    #header {
        height: 65px;
       background: #edf4ff;
    }

    #header.fixed-position {
        height: 70px
    }

    #header.fixed-position .search-form {
        right: 50px
    }

    .logo {
        width: 240px;
        padding: 9px 15px 12px 0;
        /*background: #edf4ff;*/
    }

    .header-v2 .navbar-default .nav-center {
        width: calc(100% - 430px)
    }

    .navbar-default .navbar-nav {
        max-width: calc(100% - 240px)
    }

    .navbar-default .navbar-nav>li {
        padding: 20px 14px 0
    }

    .navbar-default .navbar-nav>li .dropdown-menu {
        margin-top: 0
    }

    .navbar-default .navbar-nav>li.v-divider {
        padding-left: 20px;
        padding-right: 20px
    }
    
    .navbar-default .navbar-nav>li.v-divider.active{
        background-color:transparent;
    }
    .navbar-default .navbar-nav>li.v-divider.active span{
        color:#000;
    }

    .navbar-default .navbar-nav>li>a {
        height: 45px
    }

    .navbar-default .navbar-nav .v-divider {
        /* border-left: 1px solid #0170ab; */
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }

    .navbar-collapse {
        padding-right: 0
    }

    .dropdown-menu .five-col {
        margin: 0 -40px
    }

    .dropdown-menu .five-col .column {
        padding: 0 40px
    }

    .banner-caption-s1 .center-text,
    .banner-home .banner-caption-s1 .center-text {
        max-width: 1200px
    }

    .gallery-list {
        margin: 0 23px 0 -7px
    }

    .gallery-list li {
        padding: 0 7px;
        margin-bottom: 14px
    }

    .gallery-list.gallery-with-icon .info {
        display: block
    }

    .gallery-list .info {
        letter-spacing: 3px;
        bottom: 20px;
        left: 10px;
        right: 10px
    }

    .filter-option.filter-box .result-info {
        max-width: 45%
    }

    .filter-option.filter-box .select-col {
        width: 200px
    }

    .filt er-option .result-info {
        float: left;
        max-width: 40%;
        margin-bottom: 0
    }

    .filter-option .layout-holder {
        float: right;
        width: 60%
    }

    .filter-option.filter-box .layout-holder {
        width: 55%
    }

    .filter-option.filter-box .select-holder {
        text-align: right
    }

    .count-block .info {
        font-size: 2.857em
    }

    .count-block .txt {
        font-size: 1.286em;
        letter-spacing: 4px
    }

    .article .info-day {
        padding-left: 30px;
        font-size: 1.286em
    }

    .article .img-caption {
        font-size: 18px
    }

    .content-with-sidebar .article .meta .country,
    .content-with-sidebar .article .meta>span {
        display: inline-block;
        vertical-align: middle;
        margin: 0 -.25em 0 0;
        width: 49%
    }

    .list-view .article .ico-list li {
        margin: 0 30px 0 0
    }

    .list-view .article .info-footer .ico-action li {
        margin: 0 0 0 30px
    }

    .recent-block h2 {
        margin-bottom: 45px
    }

    .recent-block .ico-list {
        float: left;
        width: calc(100% - 112px)
    }

    .recent-block .article {
        margin-top: 0
    }

    .recent-block .sub-info {
        float: right;
        margin-bottom: 0;
        font-size: 15px;
        color: #f54c09;
        font-family: 'Raleway', sans-serif;
        padding-top: 6px;
    }

    .featured-content .image {
        min-height: 627px
    }

    .trip-detail {
                padding-bottom: 20px;
        width: 100%;
    }

    .navbar-nav .mega-center.has-mega-dropdown.mega-md .dropdown-menu {
        right: 236px
    }

    .article.blog-article .meta {
        padding-bottom: 25px
    }

    .blog-list .img-wrap {
        width: auto;
        float: none
    }

    .blog-list.list-view .img-wrap {
        width: 350px
    }

    .blog-list.list-view .description {
        width: calc(100% - 370px)
    }

    .blog-list.list-view .ico-action,
    .blog-list.list-view .rate-info {
        padding-left: 10px
    }

    .blog-list.list-view .ico-action:before,
    .blog-list.list-view .rate-info:before {
        display: block
    }

    .blog-list.list-view .footer-sub {
        margin: 0;
        display: inline-block
    }

    .search-form {
        right: 50px
    }

    .contact-info .tel {
        margin-bottom: 43px
    }

    .contact-info [class*=' icon-'],
    .contact-info [class^=icon-] {
        margin: 0 10px
    }

    .default-page #main {
        padding-top: 100px
    }

    .footer-nav {
        margin-bottom: 15px
    }

    .footer-nav h3 {
        margin-bottom: 35px
    }

    .footer-bottom {
        text-align: left
    }

    .payment-option {
        margin-top: 0;
        display: block
    }

    .demo-feature-list li {
        width: 24%;
        margin-top: 60px
    }

    .has-mega-dropdown.mega-md .dropdown-menu {
        left: auto;
        width: 800px;
        right: 234px
    }
}

@media only screen and (min-width:1230px) and (max-width:1300px) {
    .container {
        max-width: 1110px
    }
}

@media only screen and (min-width:1300px) {
    .reviews-info {
        margin-bottom: 80px
    }
}

@media only screen and (min-width:1600px) {

    .has-mega-dropdown>.dropdown-menu,
    .navbar-nav>li.has-mega-dropdown.last-dropdown .dropdown-menu,
    .navbar-nav>li.has-mega-dropdown:last-child .dropdown-menu {
        left: 170px;
        right: 170px
    }

    .banner-home .banner-text h1 {
        font-size: 7.143em
    }

    .banner-home .banner-text h1 span {
        font-size: .72em
    }

    .banner-home .banner-text .subtitle {
        font-size: 2.143em
    }

    .banner-text h1 {
        margin-bottom: 30px
    }

    .banner-icon-search .banner-text h1 {
        font-size: 5.571em
    }

    .feature-block {
        font-size: 1em;
        padding: 30px 0 15px
    }

    .feature-block ul li {
        padding: 20px 10px
    }

    .feature-block li a:hover .ico {
        top: -10px
    }

    .feature-block .ico {
        font-size: 45px
    }

    .count-block .holder {
        padding: 90px 10px
    }

    .trip-info {
        padding-bottom: 0
    }

    .trip-info>.row {
        height: calc(100vh - 101px)
    }

    .trip-info>.row>.height {
        min-height: 100%
    }

    .trip-info .reviews-info {
        margin-bottom: 45px
    }

    .trip-info .social-share li .ico {
        margin-right: 10px
    }

    .trip-info .text-col .holder {
        padding: 100px 20px
    }

    .trip-info .description {
        margin-bottom: 90px
    }

    .trip-info .btn-holder {
        margin-bottom: 100px
    }

    .trip-form .trip-form {
        margin-top: 10%
    }
}

@media only screen and (max-width:1599px) {
    .banner.banner-slider .banner-text {
        width: 1000px
    }
}

@media only screen and (max-width:1299px) {
    .feature-block ul {
        min-width: 1210px;
        overflow: visible
    }
}

@media only screen and (max-width:1169px) {
    .banner.banner-slider .banner-text {
        width: 950px
    }
}

@media only screen and (max-width:1023px) {
    .nav-wrap.is-stuck {
        top: 0 !important
    }
}

@media only screen and (max-width:991px) {

    .featured-content .bg-stretch img,
    .featured-content .height,
    .grid-view-sidebar .accordion .collapsing {
        height: auto !important
    }

    #header .container-fluid {
        padding: 0
    }

    .header-v1 .container {
        width: auto;
        padding: 0
    }

    .header-v1 .header-top {
        padding: 10px 30px
    }

    .grid-view-sidebar .accordion .collapse {
        display: block;
        height: auto !important
    }

    .grid-view-sidebar .accordion .collapse.in {
        display: none
    }

    .navbar-default {
        min-height: 0
    }

    .navbar-default .navbar-collapse {
        border-color: #252525
    }

    .banner.banner-slider . banner-text {
        width: 520px
    }

    .grid-view-sidebar .container {
        position: relative;
        padding-top: 168px;
        max-width: 500px
    }

    .grid-view-sidebar [class*=' col-'],
    .grid-view-sidebar [class^=col-] {
        position: static
    }

    .grid-view-sidebar .filter-option {
        position: absolute;
        top: 60px;
        left: 15px;
        right: 15px;
        max-width: none
    }

    .grid-view-sidebar .filter-option .result-info {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .featured-content .bg-stretch {
        position: static;
        margin: 0 -15px
    }

    .featured-content .bg-stretch img {
        width: 100% !important;
        margin: 0 !important
    }

    .featured-content .row:nth-child(even) .image {
        float: none
    }

    .navbar-nav .mega-center.has-mega-dropdown.mega-md .drop-wrap {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .table-responsive {
        overflow: auto;
        overflow-y: hidden;
        width: 100%
    }

    .wow {
        visibility: visible !important;
        -webkit-animation: none !important;
        animation: none !important
    }

    .animated {
        -webkit-transition: none !important;
        transition: none !important
    }

    .contact-info .tel {
        font-size: 18px
    }

    .contact-info .tel [class*=' icon-'],
    .contact-info .tel [class^=icon-] {
        font-size: 25px
    }

    .footer-holder .col-xs-6 {
        margin-bottom: 45px;
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-right: -.27em
    }

    .trip-form-v2 {
        max-width: 600px;
        padding: 10px 10px 20px
    }

    .trip-form-v2 .form-control {
        height: 32px;
        font-size: 12px
    }

    .trip-form-v2 label {
        margin-bottom: 0
    }

    .trip-form-v2 .input-group.date {
        border-width: 2px
    }

    .trip-form-v2 .holder {
        margin-bottom: 15px
    }

    .trip-form-v2 .input-group {
        padding-left: 30px
    }

    .trip-form-v2 .input-group:before {
        font-size: 12px;
        left: 10px
    }

    .trip-note {
        margin: 0 15px 10px;
        font-size: 13px
    }

    .btn-holder {
        padding: 0 15px
    }

    .jcf-select.jcf-select-trip-select-v2 {
        border-width: 2px;
        height: 32px
    }

    .jcf-select.jcf-select-trip-select-v2 .jcf-select-text {
        padding: 2px 0 1px 35px;
        font-size: 12px
    }

    .jcf-select.jcf-select-trip-select-v2 .jcf-select-text:before {
        font-size: 12px;
        left: 10px
    }

    .btn.btn-solid {
        font-size: 14px;
        line-height: 20px;
        padding: 10px
    }

    .btn.btn-trip-v2 {
        height: 32px
    }
}

.tooltipster-fall,
.tooltipster-grow-show {
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

@media only screen and (max-width:767px) {
    .header-top .visible-xs.cart-visible {
        display: inline-block !important
    }

    .mobile-openclose {
        max-height: 0;
        overflow: hidden;
        padding: 0;
        min-height: 0;
        max-width: 470px;
        margin: 0 auto
    }

    .mobile-openclose .layout-holder {
        padding-bottom: 30px
    }

    .rev_slider .tparrows {
        display: none !important
    }

    .parallax {
        background-attachment: scroll;
        background-position: 50% 50% !important
    }

    .adventure-holder .height {
        height: auto !important
    }

    .filter-option .select-col.sidebar-filter-opener {
        display: inline-block;
        width: 54px;
        margin-left: 10px;
        text-align: center;
        font-size: 17px
    }

    .filter-option .select-col.sidebar-filter-opener a {
        display: block;
        border: 2px solid #5c5e62;
        height: 34px;
        width: 34px
    }

    .filter-option.filter-box {
        padding: 10px
    }

    .filter-option.filter-box .select-holder {
        width: calc(100% - 86px)
    }

    .filter-option .select-col {
        padding: 0 15px 10px
    }

    .article.height {
        height: auto !important
    }

    .image-slide {
        margin-right: -15px
    }

    .blog-single .meta-article .footer-sub {
        display: block
    }

    #common-slide .owl-buttons,
    .blog-single .meta-article .ico-action:before,
    .blog-single .meta-article .rate-info:before,
    .contact-info .tel [class*=' icon-'],
    .contact-info .tel [class^=icon-],
    .trip-form label {
        display: none
    }

    .blog-single .meta-article .ico-action,
    .blog-single .meta-article .rate-info {
        padding-left: 0
    }

    .trip-form {
        background: 0 0;
        box-shadow: none;
        border: none;
        padding: 0;
        max-width: 450px;
        margin-top: 0
    }

    .contact-info .tel {
        line-height: 32px;
        height: 72px;
        padding: 12px 10px
    }

    .map-holder iframe {
        height: 360px
    }

    .trip-note {
        margin: 0 5px 10px;
        text-align: center
    }

    .btn-holder {
        padding: 0 5px;
        text-align: center
    }

    .btn.btn-trip-v2 {
        height: 40px
    }

    .table.data-table td,
    .table.data-table tr:first-child td {
        border-top: 1px solid #e2e2e2
    }
}

@media only screen and (max-width:539px) {
    .banner.banner-slider .banner-text {
        width: 300px
    }

    .count-block [class*=' col-'],
    .count-block [class^=col-] {
        width: 100%
    }

    .nav-tabs>li {
        font-size: 16px
    }

    .navbar-nav .mega-center.has-mega-dropdown.mega-md .drop-holder {
        position: relative
    }

    .navbar-nav .mega-center.has-mega-dropdown.mega-md .drop-holder:before {
        top: 0;
        bottom: 0;
        left: 95 px;
        width: 1px;
        background: #181818;
        content: '';
        position: absolute
    }

    .navbar-nav .mega-center.has-mega-dropdown.mega-md .nav-hover {
        width: 100px;
        font-size: 11px;
        padding-right: 10px;
        line-height: 1.2
    }

    .navbar-nav .mega-center.has-mega-dropdown.mega-md .nav-hover li {
        font-size: 11px;
        width: auto
    }

    .navbar-nav .mega-center.has-mega-dropdown.mega-md .tab-content {
        width: calc(100% - 105px);
        padding-left: 5px
    }

    .navbar-nav .mega-center.has-mega-dropdown.mega-md .tab-content .header-link {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .navbar-nav .mega-center.has-mega-dropdown.mega-md .tab-content .header-link li {
        padding: 0;
        margin-bottom: 5px
    }
}

@media only screen and (max-width:479px) {
    .comments.reply {
        padding-left: 0
    }

    .comments .comment-slot .thumb {
        display: block;
        margin-bottom: 10px
    }

    .comments .comment-slot .text {
        display: block;
        width: auto
    }

    .comments .link-more {
        margin-left: 0
    }

    .contact-info {
        margin-bottom: 20px
    }

    .footer-holder .col-xs-6 {
        width: auto
    }
}

.fa,
.fa-stack {
    display: inline-block
}

@-webkit-keyframes steam {
    0% {
        height: 0
    }

    100% {
        height: 10px
    }
}

@keyframes steam {
    0% {
        height: 0
    }

    100% {
        height: 10px
    }
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spinAround {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
        transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

/*!
 *  Font Awesome 4.2.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(core/libs/pjQ/css/fonts/fontawesome-webfont.eot?v=4.2.0);
    src: url(core/libs/pjQ/css/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'), url(core/libs/pjQ/css/fonts/fontawesome-webfont.woff?v=4.2.0) format('woff'), url(core/libs/pjQ/css/fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'), url(core/libs/pjQ/css/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.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: .08em solid #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(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 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    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-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:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    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"
}

.tooltipster-default .tooltipster-content {
    font-size: 13px;
    line-height: 16px;
    padding: 8px 10px;
    overflow: hidden
}

.tooltipster-icon {
    cursor: help;
    margin-left: 4px
}

.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible
}

.tooltipster-base .tooltipster-content {
    overflow: hidden
}

.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.tooltipster-arrow span,
.tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top-left span,
.tooltipster-arrow-top-right span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px
}

.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-left span,
.tooltipster-arrow-bottom-right span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top span {
    left: 0;
    right: 0;
    margin: 0 auto
}

.tooltipster-arrow-bottom-left span,
.tooltipster-arrow-top-left span {
    left: 6px
}

.tooltipster-arrow-bottom-left .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
    left: 5px
}

.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-top-right span {
    right: 6px
}

.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border {
    right: 5px
}

.tooltipster-arrow-left .tooltipster-arrow-border,
.tooltipster-arrow-left span {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px
}

.tooltipster-arrow-right .tooltipster-arrow-border,
.tooltipster-arrow-right span {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity
}

.tooltipster-fade-show {
    opacity: 1
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden
}

.tooltipster-grow-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform
}

.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -moz-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -ms-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -o-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0
}

.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0
}

.tooltipster-content-changing {
    opacity: .5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.pjCalInner {
    max-width: 100%
}

.pjCalDay {
    display: none
}

#pjWrapperPHPEventCalendar_theme1>.container-fluid {
    padding-left: 0;
    padding-right: 0
}

#pjWrapperPHPEventCalendar_theme1 .pjCalMonths th {
    padding: 0
}

#pjWrapperPHPEventCalendar_theme1 .pjCalMonths th a {
    padding: 5px;
    display: block
}

#pjWrapperPHPEventCalendar_theme1 .pjCalMonths th .active:hover {
    text-decoration: none;
    cursor: default
}

#pjWrapperPHPEventCalendar_theme1 .pjIcCalendar {
    min-width: 290px;
    margin-top: 10px
}

#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarHead {
    position: relative
}

#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarHead .pjIcCalendarBtn {
    position: absolute;
    top: 0;
    height: 100%;
    width: 26px;
    text-align: center
}

#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarHead .pjIcCalendarBtn * {
    display: inline-block;
    vertical-align: middle
}

#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarHead .pjIcCalendarBtnPrev {
    left: 0
}

#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarHead .pjIcCalendarBtnNext {
    right: 0
}

#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarHead .pjIcCalendarBtn:before {
    display: inline-block;
    height: 100%;
    margin-right: -.025em;
    vertical-align: middle;
    content: ""
}

#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarCurrent {
    padding: 0 10px 20px;
    font-size: 30px;
    line-height: 1.2;
    text-transform: capitalize;
    text-align: center;
    font-weight: 400;
    display: inline-block;
    margin: 0 auto
}

#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTable td,
#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTable th {
    width: 14.29%;
    text-align: center
}

#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTableWeek td,
#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTableWeek th {
    width: 13.5%
}

#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTableDay td:first-child,
#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTableDay th:first-child,
#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTableWeek td:first-child,
#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTableWeek th:first-child {
    width: 5.5%
}

#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTableDay td,
#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTableDay th {
    width: auto
}

#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTableDay td p {
    text-align: left;
    margin-bottom: 0
}

#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTableDay td p+p {
    margin-top: 5px
}

#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTableDay td:after,
#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTableDay td:before {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    overflow: hidden
}

#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTable th {
    text-transform: capitalize;
    border-bottom: 0
}

#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTable td {
    cursor: not-allowed;
    vertical-align: middle
}

#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTable td.pjIcMonthAlt {
    color: #ccc
}

#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTable td:hover {
    color: #fff
}

#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTable td.pjIcDayToday {
    background: #ffdb99;
    color: #333;
    font-weight: 700;
    cursor: pointer
}

#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTable td.pjIcDayToday:hover {
    background: #ffcd70;
    color: #000
}

#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTable td.pjIcDayDisabled {
    cursor: pointer
}

#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTable td.pjIcDayInactive {
    background: #d21e1d;
    color: #fff
}

#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTable td.pjIcDayInactive:hover {
    background: #d21e1d
}

#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTable td.pjIcDayTaken {
    background: #073163;
    color: #fff;
    cursor: pointer
}

#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTable td.pjIcDayTaken:hover {
    background: #073163
}

#pjWrapperPHPEventCalendar_theme1 .pjCalTable .no-events td {
    cursor: not-allowed
}

#pjWrapperPHPEventCalendar_theme1 .pjCalTable td:nth-child(1) {
    width: 28px;
    text-align: center
}

#pjWrapperPHPEventCalendar_theme1 .pjCalTable td:nth-child(2) {
    width: 85px
}

#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTable td.pjIcDayChosen,
#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTable td.pjIcDayChosen:hover,
#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTable td.pjIcDayToday.pjIcDayChosen:hover {
    background: #12965d;
    color: #fff;
    font-weight: 700;
    cursor: pointer
}

#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTable td.pjIcDayBefore,
#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTable td.pjIcDayBefore:hover {
    background: #f86a1d;
    color: #fff;
    font-weight: 700;
    cursor: not-allowed
}

#pjWrapperPHPEventCalendar_theme1 .pjCalHeading {
    margin-top: 10px
}

.pjPecEventContainer .thumbnail {
    position: relative
}

.pjPecEventContainer .pjPecCloseEvent {
    position: absolute;
    top: 24px;
    right: 18px
}

#pjWrapperPHPEventCalendar_theme1 .pjCalHeading .btn,
#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarHead .pull-left,
#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarHead .pull-right {
    margin-top: 5px
}

#pjWrapperPHPEventCalendar_theme1 .pjCalButtons {
    padding: 5px 0 15px
}

#pjWrapperPHPEventCalendar_theme1 .caret {
    margin-left: 2px
}

.asd {
    width: 50px;
    background: red;
    height: 50px
}

#pjWrapperPHPEventCalendar_theme1 .pjPecMapCanvas {
    display: none;
    margin-bottom: 12px;
    margin-top: 6px;
    width: 100%;
    height: 180px
}

#pjWrapperPHPEventCalendar_theme1 .pjPecEventContainer {
    margin-top: 20px
}

.tooltipster-default {
    border-radius: 3px;
    border: 1px solid #222;
    background: #444
}

.tooltipster-default p {
    padding: 0;
    margin: 0
}

.tooltipster-default p+p {
    padding-top: 7px
}

#pjWrapperPHPEventCalendar_theme1 .btn-default .pjIcDropdownInner {
    display: inline-block;
    overflow: hidden;
    max-width: 120px;
    margin-right: 5px;
    vertical-align: middle
}

@media (max-width:640px) {
    #pjWrapperPHPEventCalendar_theme1 .pjCalInner img {
        width: 100%;
        display: block;
        height: auto
    }

    #pjWrapperPHPEventCalendar_theme1 .pjCalHidden,
    #pjWrapperPHPEventCalendar_theme1 .pjCalMonths {
        display: none
    }

    #pjWrapperPHPEventCalendar_theme1 .pjCalTable,
    #pjWrapperPHPEventCalendar_theme1 .pjCalTable td {
        border: 0 !important
    }

    #pjWrapperPHPEventCalendar_theme1 .pjCalTable td:first-child,
    #pjWrapperPHPEventCalendar_theme1 .pjCalTable td:nth-child(2) {
        padding-left: 2px !important;
        padding-right: 2px !important;
        font-style: italic
    }

    #pjWrapperPHPEventCalendar_theme1 .pjCalDay {
        display: block
    }

    #pjWrapperPHPEventCalendar_theme1 .pjCalTable tr {
        border-bottom: 1px solid #ccc !important
    }
}

@media (max-width:580px) {
    #pjWrapperPHPEventCalendar_theme1 .pjIcCalendarHead .pjIcCalendarCurrent {
        padding-top: 5px;
        font-size: 24px;
        text-align: center
    }

    #pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTableWeek td,
    #pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTableWeek th {
        padding: 2px
    }
}


body #pjWrapperPHPEventCalendar_theme1 {
    font-family: 'Open Sans', sans-serif;
}

#pjWrapperPHPEventCalendar_theme1 .btn {
    border-color: #1b6aac;
    color: #fff;
    background: #4098e2;
    background: -moz-linear-gradient(top, rgba(64, 152, 226, 1) 0, rgba(53, 140, 217, 1) 60%, rgba(52, 140, 212, 1) 67%, rgba(50, 137, 214, 1) 77%, rgba(47, 135, 209, 1) 97%, rgba(44, 134, 210, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(64, 152, 226, 1)), color-stop(60%, rgba(53, 140, 217, 1)), color-stop(67%, rgba(52, 140, 212, 1)), color-stop(77%, rgba(50, 137, 214, 1)), color-stop(97%, rgba(47, 135, 209, 1)), color-stop(100%, rgba(44, 134, 210, 1)));
    background: -webkit-linear-gradient(top, rgba(64, 152, 226, 1) 0, rgba(53, 140, 217, 1) 60%, rgba(52, 140, 212, 1) 67%, rgba(50, 137, 214, 1) 77%, rgba(47, 135, 209, 1) 97%, rgba(44, 134, 210, 1) 100%);
    background: -o-linear-gradient(top, rgba(64, 152, 226, 1) 0, rgba(53, 140, 217, 1) 60%, rgba(52, 140, 212, 1) 67%, rgba(50, 137, 214, 1) 77%, rgba(47, 135, 209, 1) 97%, rgba(44, 134, 210, 1) 100%);
    background: -ms-linear-gradient(top, rgba(64, 152, 226, 1) 0, rgba(53, 140, 217, 1) 60%, rgba(52, 140, 212, 1) 67%, rgba(50, 137, 214, 1) 77%, rgba(47, 135, 209, 1) 97%, rgba(44, 134, 210, 1) 100%);
    background: linear-gradient(to bottom, rgba(64, 152, 226, 1) 0, rgba(53, 140, 217, 1) 60%, rgba(52, 140, 212, 1) 67%, rgba(50, 137, 214, 1) 77%, rgba(47, 135, 209, 1) 97%, rgba(44, 134, 210, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4098e2', endColorstr='#2c86d2', GradientType=0);
    text-shadow: 0 0 0 #000
}

#pjWrapperPHPEventCalendar_theme1 .btn.active,
#pjWrapperPHPEventCalendar_theme1 .btn:hover {
    border-color: #1b6aac;
    color: #fff;
    background: #2c86d2;
    background: -moz-linear-gradient(top, rgba(44, 134, 210, 1) 0, rgba(47, 135, 209, 1) 3%, rgba(50, 137, 214, 1) 23%, rgba(52, 140, 212, 1) 33%, rgba(53, 140, 217, 1) 40%, rgba(64, 152, 226, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(44, 134, 210, 1)), color-stop(3%, rgba(47, 135, 209, 1)), color-stop(23%, rgba(50, 137, 214, 1)), color-stop(33%, rgba(52, 140, 212, 1)), color-stop(40%, rgba(53, 140, 217, 1)), color-stop(100%, rgba(64, 152, 226, 1)));
    background: -webkit-linear-gradient(top, rgba(44, 134, 210, 1) 0, rgba(47, 135, 209, 1) 3%, rgba(50, 137, 214, 1) 23%, rgba(52, 140, 212, 1) 33%, rgba(53, 140, 217, 1) 40%, rgba(64, 152, 226, 1) 100%);
    background: -o-linear-gradient(top, rgba(44, 134, 210, 1) 0, rgba(47, 135, 209, 1) 3%, rgba(50, 137, 214, 1) 23%, rgba(52, 140, 212, 1) 33%, rgba(53, 140, 217, 1) 40%, rgba(64, 152, 226, 1) 100%);
    background: -ms-linear-gradient(top, rgba(44, 134, 210, 1) 0, rgba(47, 135, 209, 1) 3%, rgba(50, 137, 214, 1) 23%, rgba(52, 140, 212, 1) 33%, rgba(53, 140, 217, 1) 40%, rgba(64, 152, 226, 1) 100%);
    background: linear-gradient(to bottom, rgba(44, 134, 210, 1) 0, rgba(47, 135, 209, 1) 3%, rgba(50, 137, 214, 1) 23%, rgba(52, 140, 212, 1) 33%, rgba(53, 140, 217, 1) 40%, rgba(64, 152, 226, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c86d2', endColorstr='#4098e2', GradientType=0);
    text-shadow: 0 0 0 #000
}

#pjWrapperPHPEventCalendar_theme1 a {
    color: #2e86d0
}

#pjWrapperPHPEventCalendar_theme1 .pjCalMonths table,
#pjWrapperPHPEventCalendar_theme1 .pjCalTable,
#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTable,
#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTable td,
#pjWrapperPHPEventCalendar_theme1 .thumbnail {
    background: #f7f7f7
}

#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTable td.pjIcMonthAlt,
#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTable td.pjIcMonthAlt:hover {
    background: #ececec
}

#pjWrapperPHPEventCalendar_theme1 .pjCalMonths th .active {
    background: #2e86d0
}

#pjWrapperPHPEventCalendar_theme1 .pjIcCalendarTable td:hover {
    background: #1b6aac
}

#pjWrapperPHPEventCalendar_theme1 .thumbnail strong,
#pjWrapperPHPEventCalendar_theme1 h2 {
    color: #55ad32
}

div.btn-cancle {
    font-size: 20px
}

span.validate-has-error {
        color: #F00000;
    font-size: 15px;
}

h1.info {
    font-size: 25px;
    color: #FFF
}

@font-face {
    font-family: 'revicons';
    src: url('fonts/revicons/revicons90c6.eot?5510888');
    src: url('fonts/revicons/revicons90c6.eot?5510888#iefix') format('embedded-opentype'), url('fonts/revicons/revicons90c6.woff?5510888') format('woff'), url('fonts/revicons/revicons90c6.ttf?5510888') format('truetype'), url('fonts/revicons/revicons90c6.svg?5510888#revicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="revicon-"]:before,
[class*=" revicon-"]:before {
    font-family: "revicons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}

.revicon-search-1:before {
    content: '\e802';
}

.revicon-pencil-1:before {
    content: '\e831';
}

.revicon-picture-1:before {
    content: '\e803';
}

.revicon-cancel:before {
    content: '\e80a';
}

.revicon-info-circled:before {
    content: '\e80f';
}

.revicon-trash:before {
    content: '\e801';
}

.revicon-left-dir:before {
    content: '\e817';
}

.revicon-right-dir:before {
    content: '\e818';
}

.revicon-down-open:before {
    content: '\e83b';
}

.revicon-left-open:before {
    content: '\e819';
}

.revicon-right-open:before {
    content: '\e81a';
}

.revicon-angle-left:before {
    content: '\e820';
}

.revicon-angle-right:before {
    content: '\e81d';
}

.revicon-left-big:before {
    content: '\e81f';
}

.revicon-right-big:before {
    content: '\e81e';
}

.revicon-magic:before {
    content: '\e807';
}

.revicon-picture:before {
    content: '\e800';
}

.revicon-export:before {
    content: '\e80b';
}

.revicon-cog:before {
    content: '\e832';
}

.revicon-login:before {
    content: '\e833';
}

.revicon-logout:before {
    content: '\e834';
}

.revicon-video:before {
    content: '\e805';
}

.revicon-arrow-combo:before {
    content: '\e827';
}

.revicon-left-open-1:before {
    content: '\e82a';
}

.revicon-right-open-1:before {
    content: '\e82b';
}

.revicon-left-open-mini:before {
    content: '\e822';
}

.revicon-right-open-mini:before {
    content: '\e823';
}

.revicon-left-open-big:before {
    content: '\e824';
}

.revicon-right-open-big:before {
    content: '\e825';
}

.revicon-left:before {
    content: '\e836';
}

.revicon-right:before {
    content: '\e826';
}

.revicon-ccw:before {
    content: '\e808';
}

.revicon-arrows-ccw:before {
    content: '\e806';
}

.revicon-palette:before {
    content: '\e829';
}

.revicon-list-add:before {
    content: '\e80c';
}

.revicon-doc:before {
    content: '\e809';
}

.revicon-left-open-outline:before {
    content: '\e82e';
}

.revicon-left-open-2:before {
    content: '\e82c';
}

.revicon-right-open-outline:before {
    content: '\e82f';
}

.revicon-right-open-2:before {
    content: '\e82d';
}

.revicon-equalizer:before {
    content: '\e83a';
}

.revicon-layers-alt:before {
    content: '\e804';
}

.revicon-popup:before {
    content: '\e828';
}

.rev_slider_wrapper {
    position: relative;
    z-index: 0;
}

.rev_slider {
    position: relative;
    overflow: visible;
}

.tp-overflow-hidden {
    overflow: hidden;
}

.tp-simpleresponsive img,
.rev_slider img {
    max-width: none !important;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border: none;
}

.rev_slider .no-slides-text {
    font-weight: bold;
    text-align: center;
    padding-top: 80px;
}

.rev_slider>ul,
.rev_slider_wrapper>ul,
.tp-revslider-mainul>li,
.rev_slider>ul>li,
.rev_slider>ul>li:before,
.tp-revslider-mainul>li:before,
.tp-simpleresponsive>ul,
.tp-simpleresponsive>ul>li,
.tp-simpleresponsive>ul>li:before,
.tp-revslider-mainul>li,
.tp-simpleresponsive>ul>li {
    list-style: none !important;
    position: absolute;
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: visible;
    overflow-y: visible;
    list-style-type: none !important;
    background-image: none;
    background-position: 0px 0px;
    text-indent: 0em;
    top: 0px;
    left: 0px;
}

.tp-revslider-mainul>li,
.rev_slider>ul>li,
.rev_slider>ul>li:before,
.tp-revslider-mainul>li:before,
.tp-simpleresponsive>ul>li,
.tp-simpleresponsive>ul>li:before,
.tp-revslider-mainul>li,
.tp-simpleresponsive>ul>li {
    visibility: hidden;
}

.tp-revslider-slidesli,
.tp-revslider-mainul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.rev_slider li.tp-revslider-slidesli {
    position: absolute !important;
}

.tp-caption .rs-untoggled-content {
    display: block;
}

.tp-caption .rs-toggled-content {
    display: none;
}

.rs-toggle-content-active.tp-caption .rs-toggled-content {
    display: block;
}

.rs-toggle-content-active.tp-caption .rs-untoggled-content {
    display: none;
}

.rev_slider .tp-caption,
.rev_slider .caption {
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block;
}

.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap *:last-child {
    margin-bottom: 0;
}

.tp-carousel-wrapper {
    cursor: url(openhand.html), move;
}

.tp-carousel-wrapper.dragged {
    cursor: url(closedhand.html), move;
}

.tp-caption {
    z-index: 1
}

.tp_inner_padding {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-height: none !important;
}

.tp-caption {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    position: absolute;
    -webkit-font-smoothing: antialiased !important;
}

.tp-caption.tp-layer-selectable {
    -moz-user-select: all;
    -khtml-user-select: all;
    -webkit-user-select: all;
    -o-user-select: all;
}

.tp-forcenotvisible,
.tp-hide-revslider,
.tp-caption.tp-hidden-caption {
    visibility: hidden !important;
    display: none !important
}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
    max-width: none !important
}

.rev_slider_wrapper {
    width: 100%;
}

.fullscreen-container {
    position: relative;
    padding: 0;
}

.fullwidthbanner-container {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.fullwidthbanner-container .fullwidthabanner {
    width: 100%;
    position: relative;
}

.tp-static-layers {
    position: absolute;
    z-index: 505;
    top: 0px;
    left: 0px
}

.tp-caption .frontcorner {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;
    left: -40px;
    top: 0px;
}

.tp-caption .backcorner {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    right: 0px;
    top: 0px;
}

.tp-caption .frontcornertop {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    left: -40px;
    top: 0px;
}

.tp-caption .backcornertop {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;
    right: 0px;
    top: 0px;
}

.tp-layer-inner-rotation {
    position: relative !important;
}

img.tp-slider-alternative-image {
    width: 100%;
    height: auto;
}

.noFilterClass {
    filter: none !important;
}

.rs-background-video-layer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 0;
}

.tp-caption.coverscreenvideo {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}

.caption.fullscreenvideo,
.tp-caption.fullscreenvideo {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%
}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
    width: 100% !important;
    height: 100% !important;
    display: none
}

.fullcoveredvideo video,
.fullscreenvideo video {
    background: #000
}

.fullcoveredvideo .tp-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px
}

.videoisplaying .html5vid .tp-poster {
    display: none
}

.tp-video-play-button {
    background: #000;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    z-index: 3;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px !important;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    z-index: 4;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-out !important;
    -moz-transition: opacity 300ms ease-out !important;
    -o-transition: opacity 300ms ease-out !important;
    transition: opacity 300ms ease-out !important;
}

.tp-caption .html5vid {
    width: 100% !important;
    height: 100% !important;
}

.tp-video-play-button i {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    line-height: 50px !important;
    font-size: 40px !important;
}

.tp-caption:hover .tp-video-play-button {
    opacity: 1;
}

.tp-caption .tp-revstop {
    display: none;
    border-left: 5px solid #fff !important;
    border-right: 5px solid #fff !important;
    margin-top: 15px !important;
    line-height: 20px !important;
    vertical-align: top;
    font-size: 25px !important;
}

.videoisplaying .revicon-right-dir {
    display: none
}

.videoisplaying .tp-revstop {
    display: inline-block
}

.videoisplaying .tp-video-play-button {
    display: none
}

.tp-caption:hover .tp-video-play-button {
    display: block
}

.fullcoveredvideo .tp-video-play-button {
    display: none !important
}

.fullscreenvideo .fullscreenvideo video {
    object-fit: contain !important;
}

.fullscreenvideo .fullcoveredvideo video {
    object-fit: cover !important;
}

.tp-video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
    background-image: linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);
    background-image: -o-linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.13, rgb(0, 0, 0)), color-stop(1, rgb(50, 50, 50)));
    display: table;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tp-caption:hover .tp-video-controls {
    opacity: .9;
}

.tp-video-button {
    background: rgba(0, 0, 0, .5);
    border: 0;
    color: #EEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    line-height: 12px;
    font-size: 12px;
    color: #fff;
    padding: 0px;
    margin: 0px;
    outline: none;
}

.tp-video-button:hover {
    cursor: pointer;
}

.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
    padding: 0px 5px;
    display: table-cell;
}

.tp-video-seek-bar-wrap {
    width: 80%
}

.tp-video-vol-bar-wrap {
    width: 20%
}

.tp-volume-bar,
.tp-seek-bar {
    width: 100%;
    cursor: pointer;
    outline: none;
    line-height: 12px;
    margin: 0;
    padding: 0;
}

.rs-fullvideo-cover {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background: transparent;
    z-index: 5;
}

.rs-background-video-layer video::-webkit-media-controls {
    display: none !important;
}

.tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3
}

.tp-dottedoverlay.twoxtwo {
    background: url(../assets/gridtile.html)
}

.tp-dottedoverlay.twoxtwowhite {
    background: url(../assets/gridtile_white.html)
}

.tp-dottedoverlay.threexthree {
    background: url(../assets/gridtile_3x3.html)
}

.tp-dottedoverlay.threexthreewhite {
    background: url(../assets/gridtile_3x3_white.html)
}

.tp-shadowcover {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    position: absolute;
    z-index: -1;
}

.tp-shadow1 {
    -webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
}

.tp-shadow2:before,
.tp-shadow2:after,
.tp-shadow3:before,
.tp-shadow4:after {
    z-index: -2;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 10px;
    width: 50%;
    top: 85%;
    max-width: 300px;
    background: transparent;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.tp-shadow5 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.tp-shadow5:before,
.tp-shadow5:after {
    content: "";
    position: absolute;
    z-index: -2;
    -webkit-box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.6);
    top: 30%;
    bottom: 0;
    left: 20px;
    right: 20px;
    -moz-border-radius: 100px/ 20px;
    border-radius: 100px / 20px;
}

.tp-button {
    padding: 6px 13px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 30px;
    cursor: pointer;
    color: #fff !important;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
    font-size: 15px;
    line-height: 45px !important;
    font-family: arial, sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
    text-decoration: none;
}

.tp-button.big {
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    padding: 9px 20px;
    font-size: 19px;
    line-height: 57px !important;
}

.purchase:hover,
.tp-button:hover,
.tp-button.big:hover {
    background-position: bottom, 15px 11px
}

.tp-button.green,
.tp-button:hover.green,
.purchase.green,
.purchase:hover.green {
    background-color: #21a117;
    -webkit-box-shadow: 0px 3px 0px 0px #104d0b;
    -moz-box-shadow: 0px 3px 0px 0px #104d0b;
    box-shadow: 0px 3px 0px 0px #104d0b;
}

.tp-button.blue,
.tp-button:hover.blue,
.purchase.blue,
.purchase:hover.blue {
    background-color: #1d78cb;
    -webkit-box-shadow: 0px 3px 0px 0px #0f3e68;
    -moz-box-shadow: 0px 3px 0px 0px #0f3e68;
    box-shadow: 0px 3px 0px 0px #0f3e68
}

.tp-button.red,
.tp-button:hover.red,
.purchase.red,
.purchase:hover.red {
    background-color: #cb1d1d;
    -webkit-box-shadow: 0px 3px 0px 0px #7c1212;
    -moz-box-shadow: 0px 3px 0px 0px #7c1212;
    box-shadow: 0px 3px 0px 0px #7c1212
}

.tp-button.orange,
.tp-button:hover.orange,
.purchase.orange,
.purchase:hover.orange {
    background-color: #ff7700;
    -webkit-box-shadow: 0px 3px 0px 0px #a34c00;
    -moz-box-shadow: 0px 3px 0px 0px #a34c00;
    box-shadow: 0px 3px 0px 0px #a34c00
}

.tp-button.darkgrey,
.tp-button.grey,
.tp-button:hover.darkgrey,
.tp-button:hover.grey,
.purchase.darkgrey,
.purchase:hover.darkgrey {
    background-color: #555;
    -webkit-box-shadow: 0px 3px 0px 0px #222;
    -moz-box-shadow: 0px 3px 0px 0px #222;
    box-shadow: 0px 3px 0px 0px #222
}

.tp-button.lightgrey,
.tp-button:hover.lightgrey,
.purchase.lightgrey,
.purchase:hover.lightgrey {
    background-color: #888;
    -webkit-box-shadow: 0px 3px 0px 0px #555;
    -moz-box-shadow: 0px 3px 0px 0px #555;
    box-shadow: 0px 3px 0px 0px #555
}

.rev-btn,
.rev-btn:visited {
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    line-height: 44px;
    font-size: 17px;
    font-weight: 500;
    padding: 12px 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 900;
}

.rev-btn.rev-withicon i {
    font-size: 15px;
    font-weight: normal;
    position: relative;
    top: 0px;
    -webkit-transition: all 0.2s ease-out !important;
    -moz-transition: all 0.2s ease-out !important;
    -o-transition: all 0.2s ease-out !important;
    -ms-transition: all 0.2s ease-out !important;
    margin-left: 10px !important;
}

.rev-btn.rev-hiddenicon i {
    font-size: 15px;
    font-weight: normal;
    position: relative;
    top: 0px;
    -webkit-transition: all 0.2s ease-out !important;
    -moz-transition: all 0.2s ease-out !important;
    -o-transition: all 0.2s ease-out !important;
    -ms-transition: all 0.2s ease-out !important;
    opacity: 0;
    margin-left: 0px !important;
    width: 0px !important;
}

.rev-btn.rev-hiddenicon:hover i {
    opacity: 1 !important;
    margin-left: 10px !important;
    width: auto !important;
}

.rev-btn.rev-medium,
.rev-btn.rev-medium:visited {
    line-height: 36px;
    font-size: 14px;
    padding: 10px 30px;
}

.rev-btn.rev-medium.rev-withicon i {
    font-size: 14px;
    top: 0px;
}

.rev-btn.rev-medium.rev-hiddenicon i {
    font-size: 14px;
    top: 0px;
}

.rev-btn.rev-small,
.rev-btn.rev-small:visited {
    line-height: 28px;
    font-size: 12px;
    padding: 7px 20px;
}

.rev-btn.rev-small.rev-withicon i {
    font-size: 12px;
    top: 0px;
}

.rev-btn.rev-small.rev-hiddenicon i {
    font-size: 12px;
    top: 0px;
}

.rev-maxround {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.rev-minround {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.rev-burger {
    position: relative;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding: 22px 0 0 14px;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, 0.25);
    tap-highlight-color: transparent;
    cursor: pointer;
}

.rev-burger span {
    display: block;
    width: 30px;
    height: 3px;
    background: #333;
    transition: .7s;
    pointer-events: none;
    transform-style: flat !important;
}

.rev-burger span:nth-child(2) {
    margin: 3px 0;
}

#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
    transform: translateY(6px) rotate(-45deg);
    -webkit-transform: translateY(6px) rotate(-45deg);
}

#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    opacity: 0;
}

#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
    transform: translateY(-6px) rotate(-135deg);
    -webkit-transform: translateY(-6px) rotate(-135deg);
}

.rev-burger.revb-white {
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.rev-burger.revb-white span {
    background: #fff;
}

.rev-burger.revb-whitenoborder {
    border: 0;
}

.rev-burger.revb-whitenoborder span {
    background: #fff;
}

.rev-burger.revb-darknoborder {
    border: 0;
}

.rev-burger.revb-darknoborder span {
    background: #333;
}

.rev-burger.revb-whitefull {
    background: #fff;
    border: none;
}

.rev-burger.revb-whitefull span {
    background: #333;
}

.rev-burger.revb-darkfull {
    background: #333;
    border: none;
}

.rev-burger.revb-darkfull span {
    background: #fff;
}

@-webkit-keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@-moz-keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

.rev-scroll-btn {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    width: 35px;
    height: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px;
}

.rev-scroll-btn>* {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*.active {
    color: #ffffff;
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*:active,
.rev-scroll-btn>*.active {
    filter: alpha(opacity=80);
}

.rev-scroll-btn.revs-fullwhite {
    background: #fff;
}

.rev-scroll-btn.revs-fullwhite span {
    background: #333;
}

.rev-scroll-btn.revs-fulldark {
    background: #333;
    border: none;
}

.rev-scroll-btn.revs-fulldark span {
    background: #fff;
}

.rev-scroll-btn span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    -webkit-animation: rev-ani-mouse 2.5s linear infinite;
    -moz-animation: rev-ani-mouse 2.5s linear infinite;
    animation: rev-ani-mouse 2.5s linear infinite;
}

.rev-scroll-btn.revs-dark {
    border-color: #333;
}

.rev-scroll-btn.revs-dark span {
    background: #333;
}

.rev-control-btn {
    position: relative;
    display: inline-block;
    z-index: 5;
    color: #FFF;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    border-radius: 50px;
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0.50);
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer;
}

.rev-cbutton-dark-sr {
    border-radius: 3px;
}

.rev-cbutton-light {
    color: #333;
    background-color: rgba(255, 255, 255, 0.75);
}

.rev-cbutton-light-sr {
    color: #333;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.75);
}

.rev-sbutton {
    line-height: 37px;
    width: 37px;
    height: 37px;
}

.rev-sbutton-blue {
    background-color: #3B5998
}

.rev-sbutton-lightblue {
    background-color: #00A0D1;
}

.rev-sbutton-red {
    background-color: #DD4B39;
}

.tp-bannertimer {
    visibility: hidden;
    width: 100%;
    height: 5px;
    background: #fff;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 200;
    top: 0px
}

.tp-bannertimer.tp-bottom {
    top: auto;
    bottom: 0px !important;
    height: 5px
}

.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-caption img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
    zoom: 1;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(../assets/coloredbg.html) repeat
}

.tp-caption.slidelink a span {
    background: url(../assets/coloredbg.html) repeat
}

.tp-shape {
    width: 100%;
    height: 100%;
}

.tp-caption .rs-starring {
    display: inline-block
}

.tp-caption .rs-starring .star-rating {
    float: none;
}

.tp-caption .rs-starring .star-rating {
    color: #FFC321 !important;
    display: inline-block;
    vertical-align: top;
}

.tp-caption .rs-starring .star-rating,
.tp-caption .rs-starring-page .star-rating {
    position: relative;
    height: 1em;
    width: 5.4em;
    font-family: star;
}

.tp-caption .rs-starring .star-rating:before,
.tp-caption .rs-starring-page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #E0DADF;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.tp-caption .rs-starring .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    font-size: 1em !important;
}

.tp-caption .rs-starring .star-rating span:before,
.tp-caption .rs-starring .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}

.tp-caption .rs-starring .star-rating {
    color: #FFC321 !important;
}

.tp-caption .rs-starring .star-rating,
.tp-caption .rs-starring-page .star-rating {
    font-size: 1em !important;
    font-family: star;
}

.tp-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
}

.tp-loader.spinner0 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    background: url(../assets/loader.html) no-repeat center center;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tp-loader.spinner1 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tp-loader.spinner5 {
    background: url(../assets/loader.html) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

@-webkit-keyframes tp-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.tp-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: #ff0000;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
    animation: tp-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
    0% {
        -webkit-transform: scale(0.0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

.tp-loader.spinner3 {
    margin: -9px 0px 0px -35px;
    width: 70px;
    text-align: center;
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0.0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes tp-bouncedelay {

    0%,
    80%,
    100% {
        transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
    }
}

.tp-loader.spinner4 {
    margin: -20px 0px 0px -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-animation: tp-rotate 2.0s infinite linear;
    animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
    animation: tp-bounce 2.0s infinite ease-in-out;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.tp-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes tp-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes tp-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes tp-bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes tp-bounce {

    0%,
    100% {
        transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
    }
}

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
    border: none;
    min-height: 0;
    margin: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.tp-tabs,
.tp-thumbs,
.tp-bullets {
    position: absolute;
    display: block;
    z-index: 1000;
    top: 0px;
    left: 0px;
}

.tp-tab,
.tp-thumb {
    cursor: pointer;
    position: absolute;
    opacity: 0.5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tp-arr-imgholder,
.tp-videoposter,
.tp-thumb-image,
.tp-tab-image {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected {
    opacity: 1;
}

.tp-tab-mask,
.tp-thumb-mask {
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important
}

.tp-tabs,
.tp-thumbs {
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important
}

.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.tp-bullet.selected,
.tp-bullet:hover {
    background: #fff;
}

.tp-bannertimer {
    background: #000;
    background: rgba(0, 0, 0, 0.15);
    height: 5px;
}

.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
}

.tparrows:hover {
    background: #000;
}

.tparrows:before {
    font-family: "revicons";
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
}

.tparrows.tp-leftarrow:before {
    content: '\e824';
}

.tparrows.tp-rightarrow:before {
    content: '\e825';
}

.dddwrappershadow {
    box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);
}

.hglayerinfo {
    position: fixed;
    bottom: 0px;
    left: 0px;
    color: #FFF;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.75);
    padding: 5px 10px;
    z-index: 2000;
    white-space: normal;
}

.hginfo {
    position: absolute;
    top: -2px;
    left: -2px;
    color: #e74c3c;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    padding: 2px 5px;
}

.indebugmode .tp-caption:hover {
    border: 1px dashed #c0392b !important;
}

.helpgrid {
    border: 2px dashed #c0392b;
    position: absolute;
    top: 0px;
    peft: 0px;
    z-index: 0
}

#revsliderlogloglog {
    padding: 15px;
    color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 150px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100000;
    font-size: 10px;
    overflow: scroll;
}

.social-wrap li img {
    width: 35px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-25 {
    margin-top: 25px;
}
.custom-margin-itinerary{
    margin-top: 6rem;
}
.testimonial-holder .btn-banner {
    border-color: #ffffff;
    background: 0 0;
    color: #fff;
    border-radius: 25px;
}
.testimonial-holder .btn-banner:hover{
    border-color: #4b89e7;
    background: #4b89e7;
    color: #fff;
}

.footer-bottom .fa {
    margin: 0px 5px 0px 20px;
}

.footer-bottom .fa:first-child {
    margin: 0px 5px 0px 0px;
}

.footer-bottom p {
    font-size: 14px !important;
}

.trip-fact-section {
    position: absolute;
    top: 30%;
    right: 30px;
}

.trip-fact-section h2 {
    color: #fff;
}

.navbar-default .navbar-nav>.dropdown.open>a {
    color: #000000;
}
.navbar-nav  li.active{
    background:#3c8bff;

}
.navbar-nav  li.active > a{
    color: #fff !important;
}

@media(max-width:540px){
    .best-price {
        width: 120px;
        position: absolute;
        top: -13px;
        right: 8px;
    }
    #tour-slide .slide {
        min-height: 314px;
    }
    .reviews-info .info-left {
        width: 44%;
    }
    .reviews-info .info-right {
        float: right;
        max-width: 56%;
    }
    .trip-info .btn-holder.whatsapp2 h3 {
        margin-top: 7px;
        font-size: 20px;
    }
    .contact-info {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .trip-info .btn-holder.whatsapp2 .contact--wrapper span.tel {
        display: block;
        font-size: 15px;
        margin-bottom: -27px;
    }
    .social-networks {
        display: flex;
        background-color: #fff;
        padding: 10px;
    }
    .copyright {
        font-weight: 400;
        letter-spacing: .03em;
        font-size: 11px;
        line-height: 1;
    }
    .whats_app {
        position: fixed;
        bottom: 90px;
        z-index: 999;
        right: 15px;
        width: 45px;
        height: 45px;
        background-color: #29a61a;
        border-radius: 4px;
    }
}
.panel-collapse.in >.panel-body:not(:first-child){
border-top-color: #dddddd00 !important;  
padding-block: 0 25px;
}