@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.5.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;  
    vertical-align: -15% 
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-fw {
    width: 1.28571429em;
    text-align: center
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}
.fa-ul>li {
    position: relative
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}
.fa-li.fa-lg {
    left: -1.85714286em
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}
.fa-pull-left {
    float: left
}
.fa-pull-right {
    float: right
}
.fa.fa-pull-left {
    margin-right: .3em
}
.fa.fa-pull-right {
    margin-left: .3em
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.fa.pull-left {
    margin-right: .3em
}
.fa.pull-right {
    margin-left: .3em
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.fa-stack-1x {
    line-height: inherit
}
.fa-stack-2x {
    font-size: 2em
}
.fa-inverse {
    color: #fff
}
.fa-glass:before {
    content: "\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-handshake-o:before {
    content: "\f2b5";
}

.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"
}
.fa-reddit-alien:before {
    content: "\f281"
}
.fa-edge:before {
    content: "\f282"
}
.fa-credit-card-alt:before {
    content: "\f283"
}
.fa-codiepie:before {
    content: "\f284"
}
.fa-modx:before {
    content: "\f285"
}
.fa-fort-awesome:before {
    content: "\f286"
}
.fa-usb:before {
    content: "\f287"
}
.fa-product-hunt:before {
    content: "\f288"
}
.fa-mixcloud:before {
    content: "\f289"
}
.fa-scribd:before {
    content: "\f28a"
}
.fa-pause-circle:before {
    content: "\f28b"
}
.fa-pause-circle-o:before {
    content: "\f28c"
}
.fa-stop-circle:before {
    content: "\f28d"
}
.fa-stop-circle-o:before {
    content: "\f28e"
}
.fa-shopping-bag:before {
    content: "\f290"
}
.fa-shopping-basket:before {
    content: "\f291"
}
.fa-hashtag:before {
    content: "\f292"
}
.fa-bluetooth:before {
    content: "\f293"
}
.fa-bluetooth-b:before {
    content: "\f294"
}
.fa-percent:before {
    content: "\f295"
}
/* Bootstrap v3.3.6 CSS Start */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
body {
    margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background-color: transparent
}
a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: 700;
    font-family: 'ralewaybold';
    font-weight: normal;
}
dfn {
    font-style: italic
}
h1 {
    margin: .67em 0;
    font-size: 2em
}
mark {
    color: #000;
    background: #ff0
}
small {
    font-size: 80%
}
sub,
sup {
    position: relative;
    font-size: 58%;
    line-height: 0;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}
input {
    line-height: normal
}
input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}
input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}
legend {
    padding: 0;
    border: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-spacing: 0;
    border-collapse: collapse
}
td,
th {
    padding: 0
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    :after,
    :before {
        color: #000!important;
        text-shadow: none!important;
        background: 0 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px; 
    line-height:150%;
    /*color:#333;*/
    color: #666;
    background-color: #fff
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
}
a {
    color: #e30175;
    text-decoration: none
}
a:hover {
    /*color:#23527c;*/
    
    color: #000;
    text-decoration: underline
}
a:focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
figure {
    margin: 0
}
img {
    vertical-align: middle
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}
.img-rounded {
    border-radius: 6px
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.img-circle {
    border-radius: 50%
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
[role=button] {
    cursor: pointer
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}
.h1,
h1 {
    font-size: 36px
}
.h2,
h2 {
    font-size: 30px
}
.h3,
h3 {
    font-size: 24px
}
.h4,
h4 {
    font-size: 18px
}
.h5,
h5 {
    font-size: 14px
}
.h6,
h6 {
    font-size: 12px
}
p {
    margin: 0 0 10px
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}
.small,
small {
    font-size: 85%
}
.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
.text-justify {
    text-align: justify
}
.text-nowrap {
    white-space: nowrap
}
.text-lowercase {
    text-transform: lowercase
}
.text-uppercase {
    text-transform: uppercase
}
.text-capitalize {
    text-transform: capitalize
}
.text-muted {
    color: #777
}
.text-primary {
    color: #d73838
}
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: #d73838
}
a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}
.bg-success {
    background-color: #dff0d8
}
a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}
.bg-info {
    background-color: #d9edf7
}
a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}
.bg-warning {
    background-color: #fcf8e3
}
a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}
.bg-danger {
    background-color: #f2dede
}
a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}
ol,
ul {
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}
.list-unstyled {
    padding-left: 0;
    list-style: none
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}
dl {
    margin-top: 0;
    margin-bottom: 20px
}
dd,
dt {
    line-height: 1.42857143
}
dt {
    font-weight: 700
}
dd {
    margin-left: 0
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}
.initialism {
    font-size: 90%;
    text-transform: uppercase
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}
blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width: 768px) {
    .container { width: 750px }
	.section03 .columns .item { display:inline-block; float:none; margin:20px -2px 0 !important;vertical-align: top;}
	.section03 .threecolumneffect .columns .item {margin:20px -2px 0 !important;}


}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
    .agent-row .row > div,
    .agent-row .property-amenities ul > div,
    .property-amenities .agent-row ul > div {
        display: table-cell;
        float: none;
        vertical-align: top;
    }
}
@media (min-width: 1200px) {
    header .container {
        width: 1256px
    }
    .container {
        width: 1128px
    }
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}
.col-xs-12 {
    width: 100%
}
.col-xs-11 {
    width: 91.66666667%
}
.col-xs-10 {
    width: 83.33333333%
}
.col-xs-9 {
    width: 75%
}
.col-xs-8 {
    width: 66.66666667%
}
.col-xs-7 {
    width: 58.33333333%
}
.col-xs-6 {
    width: 50%
}
.col-xs-5 {
    width: 41.66666667%
}
.col-xs-4 {
    width: 33.33333333%
}
.col-xs-3 {
    width: 25%
}
.col-xs-2 {
    width: 16.66666667%
}
.col-xs-1 {
    width: 8.33333333%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-pull-11 {
    right: 91.66666667%
}
.col-xs-pull-10 {
    right: 83.33333333%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-8 {
    right: 66.66666667%
}
.col-xs-pull-7 {
    right: 58.33333333%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-5 {
    right: 41.66666667%
}
.col-xs-pull-4 {
    right: 33.33333333%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-2 {
    right: 16.66666667%
}
.col-xs-pull-1 {
    right: 8.33333333%
}
.col-xs-pull-0 {
    right: auto
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-push-11 {
    left: 91.66666667%
}
.col-xs-push-10 {
    left: 83.33333333%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-8 {
    left: 66.66666667%
}
.col-xs-push-7 {
    left: 58.33333333%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-5 {
    left: 41.66666667%
}
.col-xs-push-4 {
    left: 33.33333333%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-2 {
    left: 16.66666667%
}
.col-xs-push-1 {
    left: 8.33333333%
}
.col-xs-push-0 {
    left: auto
}
.col-xs-offset-12 {
    margin-left: 100%
}
.col-xs-offset-11 {
    margin-left: 91.66666667%
}
.col-xs-offset-10 {
    margin-left: 83.33333333%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-8 {
    margin-left: 66.66666667%
}
.col-xs-offset-7 {
    margin-left: 58.33333333%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-5 {
    margin-left: 41.66666667%
}
.col-xs-offset-4 {
    margin-left: 33.33333333%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-2 {
    margin-left: 16.66666667%
}
.col-xs-offset-1 {
    margin-left: 8.33333333%
}
.col-xs-offset-0 {
    margin-left: 0
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {

        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}
table {
    background-color: transparent
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}
th {
    text-align: left
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}
.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}
.table>tbody+tbody {
    border-top: 2px solid #ddd
}
.table .table {
    background-color: #fff
}
.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}
.table-bordered {
    border: 1px solid #ddd
}
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}
.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}
table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}
table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto
}
.modal-body .eventmainpopup .tab-content { padding:0 15px;}
.modal-body .eventmainpopup .tab-content > div { padding:0;}
.modal-body .eventmainpopup .event span { padding:10px; font-size:16px;}
.bgthumb { background-size:cover;}
@media screen and (max-width: 767px) {
.footerbottom  { text-align:center;}
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}
input[type=file] {
    display: block
}
input[type=range] {
    display: block;
    width: 100%
}
select[multiple],
select[size] {
    height: auto
}
input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    color: #999
}
.form-control::-webkit-input-placeholder {
    color: #999
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}
textarea.form-control {
    height: auto
}
input[type=search] {
    -webkit-appearance: none
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 34px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 30px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 46px
    }
}
.form-group {
    margin-bottom: 15px
}
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}
.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px
}
.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}
.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}
.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
select.input-sm {
    height: 30px;
    line-height: 30px
}
select[multiple].input-sm,
textarea.input-sm {
    height: auto
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
select.input-lg {
    height: 46px;
    line-height: 46px
}
select[multiple].input-lg,
textarea.input-lg {
    height: auto
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}
.has-feedback {
    position: relative
}
.has-feedback .form-control {
    padding-right: 42.5px
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}
.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}
.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}
.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}
.has-success .form-control-feedback {
    color: #3c763d
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}
.has-warning .form-control-feedback {
    color: #8a6d3b
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}
.has-error .form-control-feedback {
    color: #a94442
}
.has-feedback label~.form-control-feedback {
    top: 25px
}
.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
    outline-offset: -2px
}
.btn.focus,
.btn:hover {
    color: #333;
    text-decoration: none

}
.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}
.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}
.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}
.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}
.btn-default .badge {
    color: #fff;
    background-color: #333
}
.btn-primary {
    color: #fff;
    background-color: #d73838;
    border-color: #2e6da4
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}
.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #d73838;
    border-color: #2e6da4
}
.btn-primary .badge {
    color: #d73838;
    background-color: #fff
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}
.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}
.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}
.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}
.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}
.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}
.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}
.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}
.btn-link {
    font-weight: 400;
    color: #d73838;
    border-radius: 0
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}
.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}
.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-block {
    display: block;
    width: 100%
}
.btn-block+.btn-block {
    margin-top: 5px
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.fade.in {
    opacity: 1
}
.collapse {
    display: none
}
.collapse.in {
    display: block
}
tr.collapse.in {
    display: table-row
}
tbody.collapse.in {
    display: table-row-group
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}
.dropdown,
.dropup {
    position: relative
}
.dropdown-toggle:focus {
    outline: 0
}
.dropdown-menu {
    position: absolute;
    top: 99%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {

  /*  color: #fff;
    text-decoration: none;
    background-color: #d73838;
    outline: 0*/
}
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}
.open>.dropdown-menu {
    display: block
}
.open>a {
    outline: 0
}
.dropdown-menu-right {
    right: 0;
    left: auto
}
.dropdown-menu-left {
    right: auto;
    left: 0
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}
.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}
.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}
.btn-toolbar {
    margin-left: -5px
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}
.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}
.btn-group>.btn:first-child {
    margin-left: 0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group>.btn-group {
    float: left
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}
.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}
.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn .caret {
    margin-left: 0
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}
.btn-group-vertical>.btn-group>.btn {
    float: none
}
.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}
.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}
.btn-group-justified>.btn-group .btn {
    width: 100%
}
.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}
.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}
.input-group .form-control:focus {
    z-index: 3
}
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}
.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.input-group-addon:first-child {
    border-right: 0
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.input-group-addon:last-child {
    border-left: 0
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}
.input-group-btn>.btn {
    position: relative
}
.input-group-btn>.btn+.btn {
    margin-left: -1px
}
.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.nav>li {
    position: relative;
    display: block
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}
.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}
.nav>li.disabled>a {
    color: #777
}
.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.nav>li>a>img {
    max-width: none
}
.nav-tabs {
    border-bottom: 1px solid #ddd
}
.nav-tabs>li {
    float: left;
    margin-bottom: -2px
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}
.nav-tabs.nav-justified>li {
    float: none
}
.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}
.nav-pills>li {
    float: left
}
.nav-pills>li>a {
    border-radius: 4px
}
.nav-pills>li+li {
    margin-left: 2px
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #d73838
}
.nav-stacked>li {
    float: none
}
.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}
.nav-justified {
    width: 100%
}
.nav-justified>li {
    float: none
}
.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}
.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media (min-width: 768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}
.nav-tabs-justified {
    border-bottom: 0
}
.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}
.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}
@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}
.tab-content>.tab-pane {
    display: none
}
.tab-content>.active {
    display: block
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.navbar {
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}
.navbar-collapse.in {
    overflow-y: auto
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}
.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}
@media (min-width: 768px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}
@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}
.navbar-brand>img {
    display: block
}
@media (min-width: 768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}
.navbar-toggle:focus {
    outline: 0
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}
.navbar-nav {
    margin: 7.5px -15px
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: right;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}
.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}
.navbar-default .navbar-brand {
    color: #777
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}
.navbar-default .navbar-text {
    color: #777
}
.navbar-default .navbar-nav>li>a {
    color: #777
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}
.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}
.navbar-default .navbar-toggle {
    border-color: #ddd
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}
.navbar-default .navbar-link {
    color: #777
}
.navbar-default .navbar-link:hover {
    color: #333
}
.navbar-default .btn-link {
    color: #777
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}
.navbar-inverse {}.navbar-inverse .navbar-brand {
    color: #9d9d9d
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .navbar-text {
    color: #9d9d9d

}
.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    background-color: transparent
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}
.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}
.navbar-inverse .navbar-toggle {
    border-color: #333
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d
}
.navbar-inverse .navbar-link:hover {
    color: #fff
}
.navbar-inverse .btn-link {
    color: #9d9d9d
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
}
.breadcrumb>li {
    font-size: 12px;
    display: inline-block;
    color: #31ccfd;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #444;
    content: "/\00a0"
}
.breadcrumb>.active,
.breadcrumb>li a {
    color: #777
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}
.pagination>li {
    display: inline
}
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #d73838;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    background-color: #eee;
    border-color: #ddd
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #d73838;
    border-color: #d73838
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}
.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 5px 10px;
    font-size: 18px;
    line-height: 1.3333333
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}
.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}
.pager li {
    display: inline
}
.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}
.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}
.pager .next>a,
.pager .next>span {
    float: right
}
.pager .previous>a,
.pager .previous>span {
    float: left
}
.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}
a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.label:empty {
    display: none
}
.btn .label {
    position: relative;
    top: -1px
}
.label-default {
    background-color: #777
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}
.label-primary {
    background-color: #d73838
}
.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}
.label-success {
    background-color: #5cb85c
}
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}
.label-info {
    background-color: #5bc0de
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}
.label-warning {
    background-color: #f0ad4e
}
.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}
.label-danger {
    background-color: #d9534f
}
.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}
.badge:empty {
    display: none
}
.btn .badge {
    position: relative;
    top: -1px
}
.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}
a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #d73838;
    background-color: #fff
}
.list-group-item>.badge {
    float: right
}
.list-group-item>.badge+.badge {
    margin-right: 5px
}
.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}
.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}
.jumbotron>hr {
    border-top-color: #d5d5d5
}
.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}
.jumbotron .container {
    max-width: 100%
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}
.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #d73838
}
.thumbnail .caption {
    padding: 9px;
    color: #333
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}
.alert h4 {
    margin-top: 0;
    color: inherit
}
.alert .alert-link {
    font-weight: 700
}
.alert>p,
.alert>ul {
    margin-bottom: 0
}
.alert>p+p {
    margin-top: 5px
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}
.alert-success hr {
    border-top-color: #c9e2b3
}
.alert-success .alert-link {
    color: #2b542c
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}
.alert-info hr {
    border-top-color: #a6e1ec
}
.alert-info .alert-link {
    color: #245269
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}
.alert-warning hr {
    border-top-color: #f7e1b5
}
.alert-warning .alert-link {
    color: #66512c
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}
.alert-danger hr {
    border-top-color: #e4b9c0
}
.alert-danger .alert-link {
    color: #843534
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #d73838;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}
.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}
.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
    background-color: #5cb85c
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}
.progress-bar-info {
    background-color: #5bc0de
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}
.progress-bar-warning {
    background-color: #f0ad4e
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}
.progress-bar-danger {
    background-color: #d9534f
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}
.media {
    margin-top: 15px
}
.media:first-child {
    margin-top: 0
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1
}
.media-body {
    width: 10000px
}
.media-object {
    display: block
}
.media-object.img-thumbnail {
    max-width: none
}
.media-right,
.media>.pull-right {
    padding-left: 10px
}
.media-left,
.media>.pull-left {
    padding-right: 10px
}
.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}
.media-middle {
    vertical-align: middle
}
.media-bottom {
    vertical-align: bottom
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}
.media-list {
    padding-left: 0;
    list-style: none
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
a.list-group-item,
button.list-group-item {
    color: #555
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}
button.list-group-item {
    width: 100%;
    text-align: left
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #d73838;
    border-color: #d73838
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}
a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}
a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}
a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}
a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}
.panel-body {
    padding: 15px
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}
.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}
.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}
.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}
.list-group+.panel-footer {


    border-top-width: 0
}
.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}
.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}
.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}
.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}
.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}
.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}
.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}
.panel-group {
    margin-bottom: 20px
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}
.panel-group .panel+.panel {
    margin-top: 5px
}
.panel-group .panel-heading {
    border-bottom: 0
}
.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}
.panel-group .panel-footer {
    border-top: 0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}
.panel-default {
    border-color: #ddd
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}
.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}
.panel-primary {
    border-color: #d73838
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #d73838;
    border-color: #d73838
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d73838
}
.panel-primary>.panel-heading .badge {
    color: #d73838;
    background-color: #fff
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d73838
}
.panel-success {
    border-color: #d6e9c6
}
.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}
.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}
.panel-info {
    border-color: #bce8f1
}
.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}
.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}
.panel-warning {
    border-color: #faebcc
}
.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}
.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}
.panel-danger {
    border-color: #ebccd1
}
.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}
.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%
}
.embed-responsive-4by3 {
    padding-bottom: 75%
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}
.well-lg {
    padding: 24px;
    border-radius: 6px
}
.well-sm {
    padding: 9px;
    border-radius: 3px
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}
.modal-open {
    overflow: hidden
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */

}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);

    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #000
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .7
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}
.modal-header .close {
    margin-top: -2px
}
.modal-title {
    margin: 0;
    line-height: 1.42857143
}
.modal-body {
    position: relative;
    padding: 15px
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}
.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 20px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    filter: alpha(opacity=0);
    opacity: 0;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}
.tooltip-inner {
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #124b98;
    border-radius: 4px
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto
}
.popover.top {
    margin-top: -10px
}
.popover.right {
    margin-left: 10px
}
.popover.bottom {
    margin-top: 10px
}
.popover.left {
    margin-left: -10px
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}
.popover-content {
    padding: 9px 14px
}
.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.popover>.arrow {
    border-width: 11px
}
.popover>.arrow:after {
    content: "";
    border-width: 10px
}
.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}
.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}
.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}
.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}
.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}
.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}
.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}
.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}
.carousel {
    position: relative
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}
.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}
.carousel-inner>.active {
    left: 0
}
.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}
.carousel-inner>.next {
    left: 100%
}
.carousel-inner>.prev {
    left: -100%
}
.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}
.carousel-inner>.active.left {
    left: -100%
}
.carousel-inner>.active.right {
    left: 100%
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 80px;
    margin: auto;
    height: 45px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5
}
.carousel-control i {
    line-height: none;
}
.carousel-control.left {
    left: 3%;
}
.carousel-control.right {
    right: 3%;
    left: auto;
}
.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}
.carousel-control .icon-prev:before {
    content: '\2039'
}
.carousel-control .icon-next:before {
    content: '\203a'
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}
.carousel-indicators li {
    display: block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 10px 0;
}
.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 10px 0;
    background-color: #000;
    border-color: #000;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20%;
    left: 15%;
    z-index: 9;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}
.carousel-caption .btn {
    text-shadow: none
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {}.carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}
.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}
.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}
.pull-right {
    float: right!important
}
.pull-left {
    float: left!important
}
.hide {
    display: none!important
}
.show {
    display: block!important
}
.invisible {
    visibility: hidden
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.hidden {
    display: none!important
}
.affix {
    position: fixed
}
@-ms-viewport {
    width: device-width
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none!important
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}
@media (max-width: 767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block!important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline!important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block!important

    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block!important
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none!important
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none!important
    }
}
.visible-print {
    display: none!important
}
@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}
.visible-print-block {
    display: none!important
}
@media print {
    .visible-print-block {
        display: block!important
    }
}
.visible-print-inline {
    display: none!important
}
@media print {
    .visible-print-inline {
        display: inline!important
    }
}
.visible-print-inline-block {
    display: none!important
}
@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}
@media print {
    .hidden-print {
        display: none!important
    }
}
/* Bootstrap v3.3.6 CSS End */
/* Bootstrap v3.3.6 CSS Start */

.btn-danger,
.btn-default,
.btn-info,
.btn-primary,
.btn-success,
.btn-warning {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    /*-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);*/
}
.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-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active {
}
.btn-danger.disabled,
.btn-danger[disabled],
.btn-default.disabled,
.btn-default[disabled],
.btn-info.disabled,
.btn-info[disabled],
.btn-primary.disabled,
.btn-primary[disabled],
.btn-success.disabled,
.btn-success[disabled],
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-warning {
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-danger .badge,
.btn-default .badge,
.btn-info .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-warning .badge {
    text-shadow: none
}
.btn.active,
.btn:active {
    background-image: none
}
.btn-default {
    /*text-shadow:0 1px 0 #fff;*/
    
    background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc
}
.btn-default:focus,
.btn-default:hover {
    background-color: #e0e0e0;
    background-position: 0 -15px
}
.btn-default.active,
.btn-default:active {
    background-color: #e0e0e0;
    border-color: #dbdbdb
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #e0e0e0;
    background-image: none
}
.btn-primary {
    background-image: -webkit-linear-gradient(top, #d73838 0, #265a88 100%);
    background-image: -o-linear-gradient(top, #d73838 0, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d73838), to(#265a88));
    background-image: linear-gradient(to bottom, #d73838 0, #265a88 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580
}
.btn-primary:focus,
.btn-primary:hover {
    background-color: #265a88;
    background-position: 0 -15px
}
.btn-primary.active,
.btn-primary:active {
    background-color: #265a88;
    border-color: #245580
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #265a88;
    background-image: none
}
.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e
}
.btn-success:focus,
.btn-success:hover {
    background-color: #419641;
    background-position: 0 -15px
}
.btn-success.active,
.btn-success:active {
    background-color: #419641;
    border-color: #3e8f3e
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #419641;
    background-image: none
}
.btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
    background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #28a4c9
}
.btn-info:focus,
.btn-info:hover {
    background-color: #2aabd2;
    background-position: 0 -15px
}
.btn-info.active,
.btn-info:active {
    background-color: #2aabd2;
    border-color: #28a4c9
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #2aabd2;
    background-image: none
}
.btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
    background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #e38d13
}
.btn-warning:focus,
.btn-warning:hover {
    background-color: #eb9316;
    background-position: 0 -15px
}
.btn-warning.active,
.btn-warning:active {
    background-color: #eb9316;
    border-color: #e38d13
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #eb9316;
    background-image: none
}
.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28
}
.btn-danger:focus,
.btn-danger:hover {
    background-color: #c12e2a;
    background-position: 0 -15px
}
.btn-danger.active,
.btn-danger:active {
    background-color: #c12e2a;
    border-color: #b92c28
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #c12e2a;
    background-image: none
}
.img-thumbnail,
.thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {}.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    /*background-color: #2e6da4;
    background-image: -webkit-linear-gradient(top, #d73838 0, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #d73838 0, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d73838), to(#2e6da4));
    background-image: linear-gradient(to bottom, #d73838 0, #2e6da4 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x*/
}
.navbar-default {
    background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #fff 0, #f8f8f8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
    background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075)
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a {
    background-image: -webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
    background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
    background-image: linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075)
}
.navbar-brand,
.navbar-nav>li>a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .25)
}
.navbar-inverse {}.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a {
    background-image: -webkit-linear-gradient(top, #080808 0, #0f0f0f 100%);
    background-image: -o-linear-gradient(top, #080808 0, #0f0f0f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
    background-image: linear-gradient(to bottom, #080808 0, #0f0f0f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25)
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {}.navbar-fixed-bottom,
.navbar-fixed-top,
.navbar-static-top {
    border-radius: 0
}
@media (max-width: 767px) {
    .navbar .navbar-nav .open .dropdown-menu>.active>a,
    .navbar .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-image: -webkit-linear-gradient(top, #d73838 0, #2e6da4 100%);
        background-image: -o-linear-gradient(top, #d73838 0, #2e6da4 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#d73838), to(#2e6da4));
        background-image: linear-gradient(to bottom, #d73838 0, #2e6da4 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
        background-repeat: repeat-x
    }
}
.alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05)
}
.alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
    background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1
}
.alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
    background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #9acfea
}
.alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
    background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e
}
.alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
    background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
    background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7
}
.progress {
    background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x
}
.progress-bar {
    background-image: -webkit-linear-gradient(top, #d73838 0, #286090 100%);
    background-image: -o-linear-gradient(top, #d73838 0, #286090 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d73838), to(#286090));
    background-image: linear-gradient(to bottom, #d73838 0, #286090 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
    background-repeat: repeat-x
}
.progress-bar-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0, #449d44 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
    background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
    background-repeat: repeat-x
}
.progress-bar-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
    background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
    background-repeat: repeat-x
}
.progress-bar-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
    background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
    background-repeat: repeat-x
}
.progress-bar-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);
    background-image: -o-linear-gradient(top, #d9534f 0, #c9302c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
    background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
    background-repeat: repeat-x
}
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}
.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    text-shadow: 0 -1px 0 #286090;
    background-image: -webkit-linear-gradient(top, #d73838 0, #2b669a 100%);
    background-image: -o-linear-gradient(top, #d73838 0, #2b669a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d73838), to(#2b669a));
    background-image: linear-gradient(to bottom, #d73838 0, #2b669a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
    background-repeat: repeat-x;
    border-color: #2b669a
}
.list-group-item.active .badge,
.list-group-item.active:focus .badge,
.list-group-item.active:hover .badge {
    text-shadow: none
}
.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05)
}
.panel-default>.panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x
}
.panel-primary>.panel-heading {
    background-image: -webkit-linear-gradient(top, #d73838 0, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #d73838 0, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d73838), to(#2e6da4));
    background-image: linear-gradient(to bottom, #d73838 0, #2e6da4 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x
}
.panel-success>.panel-heading {
    background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
    background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
    background-repeat: repeat-x
}
.panel-info>.panel-heading {
    background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
    background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
    background-repeat: repeat-x
}
.panel-warning>.panel-heading {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
    background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
    background-repeat: repeat-x
}
.panel-danger>.panel-heading {
    background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
    background-image: -o-linear-gradient(top, #f2dede 0, #ebcccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
    background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
    background-repeat: repeat-x
}
.well {
    background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1)
}
/* Bootstrap v3.3.6 CSS end */
/*center images*/

.thumbnail_container {
    position: relative;
    width: 100%;
    padding-bottom: 67%;
    margin-bottom: 0px;
    overflow: hidden;
    border-radius: 0px;
}
.thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 0;
    border: 0px solid #ddd;
    background: none;
}
.thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.80s ease 0s;
    -webkit-transition: all 0.80s ease 0s;max-height:100%
}
/*style start*/

@font-face {
    font-family: 'ralewayregular';
    src: url('fonts/raleway-regular-webfont.woff2') format('woff2'), url('fonts/raleway-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaylight';
    src: url('fonts/raleway-light-webfont.woff2') format('woff2'), url('fonts/raleway-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaybold';
    src: url('fonts/raleway-bold-webfont.woff2') format('woff2'), url('fonts/raleway-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewayextrabold';
    src: url('fonts/raleway-extrabold-webfont.woff2') format('woff2'), url('fonts/raleway-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaysemibold';
    src: url('fonts/raleway-semibold-webfont.woff2') format('woff2'), url('fonts/raleway-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaymedium';
    src: url('fonts/raleway-medium-webfont.woff2') format('woff2'), url('fonts/raleway-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
}
.slider-one,
.slider-two,
ul.navigation li,
.section02 .item h3,
.section03 .item h3,
.bottomsection .item .btn,
footer ul.toplist,
.footermainlinks li,
.nav-mobile > ul li > a.btn i,
.carousel-fade.innerbanner .item h3,
.carousel-fade.innerbanner .item p,
.offtag,
.Section .fixbtm a.btn-default,
.viewmap,
.viewmap-btn,
.section03 .item.itemshadow a.btn-default,
.section03 .item .itemshadow a.btn-default,
.innerbanner .carousel-caption h3,
.innerbanner .carousel-caption h2,
.innerbanner .carousel-caption p,
.detailtitle h1,
.detailrightpan h2,
.detailrightpan a.btn,
.highlightsbox h3,
.highlightsbox li,
.activityinfo,
.section03 .item .businessitem .offtagline,
.offtagright,
.reviewlist li h3,
#cust_info .btn,
.Section .fixbtm-news a.btn-default,
.responsive.calender table th,
.responsive.calender .thead,
.loginbox h2 {
    font-family: 'ralewaybold';
}
ul.navigation li li,
.nav-mobile > ul li > a.btn,
.nav-mobile > ul li.top-two-item a,
.nav-mobile > ul li.small-fnt a,
.price-txt span b,
.activityinfo span,
.event .contentbox h4 {
    font-family: 'ralewayregular';
}
ul.navigation .mega-menu li ul li ul li ul li ul li,
.events-Date span i,
.price-txt span,
.Section.innersection a.btn-default.viewmore,
ul.activitiydetail li li span,
.reviewlist li > div .posted-by,
.reviewlist li > div.ratting li,
.btmbtn {
    font-family: 'ralewaysemibold';
}
.mega-menu .btn-default,
.Section a.btn-default,
.owl-item h3 {
    font-family: 'ralewaylight';
}
.Section h1,
.Section h2 {
    font-family: 'ralewayextrabold';
}
.section03 .item p,
.events-Date span,
.blue-bg p,
.box-shadow p {
    font-family: 'ralewaymedium';
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
a {
    text-decoration: none;
    border: 0px;
    outline: 0px;
    transition: all 0.5s ease-in-out 0s;
}
a:hover {
    text-decoration: none;
    outline: 0px;
}
a:focus {
    outline: 0px;
    text-decoration: none;
}
#wrapper {
    height: 100%;
    width: 100%;
}
body{overflow-y:scroll}
.buorg {
    background: #fdf2ab;
    display: none;
    *display: block;
    font-size: 14px;
    height: 32px;
    left: 0;
    line-height: 30px;
    position: relative;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 111111;
}
.buorg01 {
    text-align: center;
    display: inline-block;
}
.buorg-img {
    margin: 0 2px 0 0;
    position: relative;
    top: 0;
}
.buorg02 {
    color: #000;
    margin: 0 0 0 5px;
    display: inline-block;
}
.buorg02 > strong,
.buorg02 > a strong {
    font-weight: normal
}
.buorg02 a {
    color: #062b7c;
}
.buorg02 a:hover {
    color: #000;
}
html,
body {
    height: 100%;
    width: 100%;
}
.carousel-inner {
    height: 100%;
}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
/*.dropdown-menu.myaccount { left:-66px;}*/
.dropdown-menu.myaccount li a { color:#fff;}
header.sticky ul.navigation li.top-two-item > a:hover { border-color: transparent;}
.nav-mobile .dropdown-menu.myaccount li a { color:#666;}
.nav-mobile .dropdown-menu.myaccount:before { display:none;}
.slider-text {
    vertical-align: middle;
    max-width: 1000px;
    margin: auto;

}
.slider-one br {
    display: inline;
}
.slider-one {
    font-size: 72px;
    line-height: 72px;
    display: block;
    padding-bottom: 20px;
    max-width: 915px;
    margin: auto;
    position: relative;
}
.slider-one:after {
    width: 125px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    background: #31ccfd;
    height: 5px;

    bottom: 0;
}
.slider-two {
    font-size: 30px;
    line-height: 40px;
    display: block;
    padding-top: 20px;
    padding-right: 5px;
    margin-bottom: 20px;
}
.slider-bg {
    height: 1px;
    background-color: #fff;
    width: 97%;
    display: inline-block;
    vertical-align: middle;
}
.slider-icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 27px;
    vertical-align: middle;
}
.slider .carousel-caption {
    left: 0;
    width: 100%;
}
.slider .carousel-indicators {
    left: 0;
    margin-left: 0;
    width: 100%;
    text-align: left;
    padding-left: 100px;
}
.slider-text i {
    margin-right: 5px;
}
.transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    width: 0%;
    margin: 0px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: absolute;
    top: 0
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    background: #000;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 9;
}
/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/

.slider {
    height: 100%;
    position: relative;
    width: 100%;
}
.slider-shadow {
    position: absolute;
    height: 100%;
    z-index: 9;
    background-image: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0) 65%);
    background-image: -moz-linear-gradient(bottom, #000, rgba(0, 0, 0, 0) 65%);
    background-image: -o-linear-gradient(bottom, #000, rgba(0, 0, 0, 0) 65%);
    background-image: -ms-linear-gradient(bottom, #000, rgba(0, 0, 0, 0) 65%);
    background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0) 65%);
    width: 100%;
    opacity: 0.8;
}
.innerbanner-shadow {
    position: absolute;
    height: 100%;
    z-index: 8;
    width: 100%;
    background: url(../images/banner-shadow.png) no-repeat center top;
}
header {
    background: #fff;
    position: absolute;
    z-index: 99;
    padding: 0 0 20px;
    width: 100%;
    transition: all 0.5s ease-in-out 0s;top:0
}
ul.toplist {
    text-align: right;
    color: rgb(0, 0, 0);
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
header.sticky ul.toplist {
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
}
ul.toplist > li {
    display: inline-block;
    font-size: 12px;
    margin-right: 7px;
    vertical-align: middle;
    position: relative;
    color: #666;
}
ul.toplist > li a {
    color: #666;
}
ul.toplist > li a:hover, ul.toplist > li a.active {
    color: #d73838
}
ul.toplist > li i.fa {
    color: #e61c84;
    font-size: 16px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.search-input {
    padding: 5px 40px 5px 0;
    color: #666;
    font-style: italic;
    border: 0;
    border-bottom: 1px solid #d6d6d6;
    width: 230px;
    font-size: 16px;
    outline: none;
}
.search-icon {
    position: absolute;
    right: 10px;
    top: 6px;
    color: #e61c84;
    padding: 0;
    font-size: 16px;
    border: 0;
    background: none;
}
.search-icon:focus { outline: none; }
ul.toplist li:last-child {
    margin-right: 0;
}
ul.toplist li .btn,
.dropdown-menu.currency a b,
.dropdown-menu.currency a span {
    padding: 0;
    font-size: 12px;
    color: #666;
}
ul.toplist li .btn b,
.dropdown-menu.currency a b,
.dropdown-menu.currency a span {
    line-height: 15px;
    float: left;
    margin-right: 7px;
    width: 15px;
    height: 15px;
    background: #e61c84;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}
.dropdown-menu.currency a span {
    font-weight: 700;
}
ul.toplist li .btn .caret {
    margin-left: 5px;
}
header.sticky ul.navigation li {
    font-size: 18px;
}
header.sticky ul.navigation li.top-two-item a i.fa-sign-in {
    font-size: 20px;
    margin-top: -1px;
}
.logo {
    margin: 40px 0 15px;
    display: inline-block;
    transition: all 0.5s ease-in-out 0s;
}
.dropdown-menu.currency {
    font-size: 12px;
}
.dropdown-menu.currency > li > a {
    padding: 3px 10px;
    margin: 0 !important
}
.dropdown-menu.currency {
    min-width: 70px;
    top: 36px;
}
.dropdown-menu.currency:after,
.dropdown-menu.currency:before {
    bottom: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.dropdown-menu.currency:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
}
.dropdown-menu.currency:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #ccc;
    border-width: 12px;
}
.mobile-menu .dropdown-menu.currency {
    left: -21px;
    top: 49px;
    min-width: 80px;
}
ul.navigation li {
    font-size: 18px;
    position: static;
}
ul.navigation li.top-two-item {
    float: right;
    display: none;
}
/*.stickysearch {
    display: none;
}*/
header.sticky .stickysearch {
    display: block;
}
header.sticky ul.navigation li.top-two-item {
    display: none;
    position: relative;
}
.top-two-item .dropdown-menu li {
    font-size: 14px;
}
header.sticky ul.navigation li.top-two-item > a {
    font-size: 0;
    margin: 17px 8px 0;
    padding: 0;
}
header.sticky ul.navigation li.top-two-item a i {
    font-size: 18px;
    color: #e30175
}
header.sticky ul.navigation li.top-two-item a.btn i {
    color: #fff;
    background: #e30175;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    font-size: 12px;
    display: block;
    font-style: normal;
    line-height: 16px;
}
/*header.sticky */
header .searchbox {
    font-size: 18px;
    margin-top: 15px;
    margin-left: 5px;  /* margin-right: 8px; */
}

header.sticky .searchbox{margin-top:23px;}

header.sticky .caret {
    display: none;
}
ul.navigation li.dropdown > a:after {
    content: "\f107";
    position: absolute;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #31ccfd;
    text-align: center;
    line-height: 13px;
    width: 14px;
    height: 14px;
    top: 19px;
    right: -18px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

ul.navigation li.dropdown.open > a:after{
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
}

ul.navigation li a {
    color: #666;
    border-bottom: 3px solid;
    border-color: transparent;
    padding-left: 0;
    padding-right: 0;
    margin: 0 15px;
    position: relative;
}
.navigation .open > a,
.navigation .open > a:hover,
.navigation > a:hover {
    background: none;
    color: #31ccfd;
    /*border-bottom: 3px solid #31ccfd*/
}
.navigation > li > a:focus{background:none}
.navigation > li > a:hover {
    background: none;
    color: #31ccfd;
    /*border-bottom: 3px solid #31ccfd*/
}
#advanceSearchForm .btn{background:#31ccfd;text-transform:uppercase;color:#FFF;font-family:"ralewayextrabold";letter-spacing:0.5px;margin-right:10px;margin-top:15px}
#advanceSearchForm .btn:hover{background:#e30175}

.navigation > li > a.active {
    background: none;
    color: #31ccfd;
    border-bottom: 3px solid #31ccfd
}
ul.navigation .mega-menu li li li a.active {
    color: #e61c84;
}

/* header.sticky ul.navigation li a {
    margin-left: 12px;
    margin-right: 12px;
}
header.sticky ul.navigation li.dropdown > a::after{right:-15px} */

ul.navigation {
    margin-top: 3px;
}
.main-nav .navbar-nav > li > .dropdown-menu,
.mega-menu {
    min-width: 100%;
    padding: 20px 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    line-height: 1.62857143;
}
.non-position {
    position: inherit;
}
ul.navigation .mega-menu li li.menupera {
    font-size: 20px;
    color: #e61c84;
    font-weight: normal;
    padding-right: 30px;
}
ul.navigation .mega-menu li li li {
    list-style-type: none;
}
ul.navigation .mega-menu li li {
    list-style-type: none;
    font-size: 24px;
    position: relative;
    padding-left: 9px;
    margin-bottom: 7px;
    font-weight: 500;
    min-height: 20px;
}
ul.navigation .mega-menu li ul > li.col-md-8 {
    border-left: 1px solid #d6d6d6;
}
ul.navigation .mega-menu li li a {
    color: #31ccfd;
}
ul.navigation .mega-menu li li li a:hover,ul.navigation .mega-menu li li li a.active {
    color: #e61c84;
}
.event-fav .favbox{right:10px;left:auto}
.map-popup .favbox{position:absolute;padding:0 0 0 1px;display:inline-block; top: 2px; left: 2px; margin:0;} 
.detailbanner #owl-demo .item {text-align:center}
.detailbanner .owl-carousel{margin-bottom:25px;background:#EEE;overflow:hidden; z-index:0;}
.detailbanner #owl-demo .item img{ display:inline-block;height: auto;width:auto; transform:scale(1); -webkit-transform:scale(1); /*max-height:400px !important;*/}
.detailbanner #owl-demo .item img.lazy-loaded{height:100%;}

.detailbanner #owl-demo .item {background:#EEE;text-align:center}
.detailbanner .owl-carousel{margin-bottom:25px}
.detailbanner #owl-demo .item {text-align:center}
.detailbanner .owl-carousel{margin-bottom:25px;max-height:450px;background:#EEE;overflow:hidden}
.detailbanner .title-fav{margin-bottom:20px}
.detailbanner .title-fav a{margin:0;vertical-align:middle;float:left}
.detailbanner .title-fav a .favbox{/*position:relative;*/height:30px;width:30px;line-height:34px;display:inline-block;left:0;top:0;font-size:18px;}
.detailbanner .title-fav h3{display:block;vertical-align:middle;margin:0;overflow:hidden; color:#666;padding:0}
#frmforgotpassword button:last-child{margin-right:0}
ul.navigation .mega-menu li li li li i{
    border: 1px solid #31ccfd;
    width: 14px;
    height: 14px;
    display:block;
    float:left;    
    position:relative;
    border-radius:100%;
}
/*ul.navigation .mega-menu li li li li i:before{position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
font-size: 7px;
height: 7px;
text-align: center;}*/
ul.navigation .mega-menu li li li li:before {
    content: "";
    background:url(../images/right-arrow.svg);
    position: absolute;
    display: inline-block;
    /*font-family: FontAwesome;*/
    background-size:cover;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*border: 1px solid #31ccfd;*/
    color: #31ccfd;
    text-align: center;
    line-height: 13px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    top: 12px;
    left: 0
}
ul.navigation .mega-menu li li li ul {
    margin-left: 17px;
}
ul.navigation .mega-menu li ul li ul li ul li ul li {
    font-size: 16px;
}
ul.navigation .mega-menu li ul li ul li ul li ul li a {
    color: #666;
}
ul.navigation .mega-menu li ul li ul li ul li ul li a:hover {
    color: #e61c84;
}
ul.navigation .mega-menu li ul li ul li ul li ul li:before {
    top: 6px;
}
ul.navigation .mega-menu li li a.btn-default {
    font-size: 30px;
    color: #e30175;
    float: right;
    margin-top: 20px;
    padding: 0;
    margin: 20px 0 0 0;
    background: none;
    line-height:25px;
    border: none;
    text-shadow: none;
}
.navigation > li:first-child > a {
    padding: 0;
    margin-top: 14px;
    border: 1px solid;
    border-color: transparent;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    font-size: 15px;
    margin-right: 0;
}
.navigation > li:first-child > a:focus,
.navigation > li:first-child > a:hover,
.navigation > li:first-child > a.active {
    border: 1px solid #31ccfd;
    color: #31ccfd;
}
.nav-mobile > ul li > a.btn i {
    line-height: 20px;
    float: left;
    margin-right: 7px;
    width: 20px;
    height: 20px;
    background: #e61c84;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-style: normal;
    font-size: 14px;
}
.mega-menu .btn-default i {
    font-size: 16px;
    border: 1px solid #e30175;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    text-align: center;
    top: -5px;
    line-height: 23px;
    position: relative;
    margin-right: 5px;
    color: #e30175;
}
ul.navigation .mega-menu li li a.btn-default:hover {
    color: #31ccfd;
}
ul.navigation .mega-menu li li a.btn-default:hover i {
    color: #31ccfd;
    border: 1px solid #31ccfd;
}
ul.navigation li a.closemenu {
    position: absolute;
    top: 0;
    right: 0;
    color: #666;
    font-size: 14px;
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 0;
    border: 1px solid #666;
    border-radius: 50%;
    cursor: pointer;
}
ul.navigation li a.closemenu i {
    color: #666;
    display: table-cell;
    height: 18px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}
ul.navigation li a.closemenu:focus, ul.navigation li a.closemenu i:focus { outline: none; }
.Section {
    padding: 50px 0;
}
.Section h1 {
    color: #124b98;
    font-size: 48px;
    line-height: 48px;
    margin-top: 0;
}
.Section h2 {
    color: #124b98;
    font-size: 48px;
    line-height: 48px;
    margin-top: 10px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom:40px;
}
.Section h2:after {
    width: 125px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    background: #31ccfd;
    height: 5px;
    bottom: 0;
}
.section02 .item {
    text-align: center;
    padding: 0 39px;
    margin-top: 50px;
    position: relative;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    top: 0;
}
.section02 .item:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.section02 .item:hover {
    top: -15px;
}
.section02 .item .thumbnail_container {
    width: 190px;
    padding-bottom: 190px;
    background: #31ccfd;
    border-radius: 100%;
    margin: auto;
}
.section02 .item h3 {
    font-size: 30px;
    margin: 15px 0 20px;
}
.section02 .item h3 a {
    color: #666;
}
.section02 .container {
    max-width: 1000px;
}
.Section.innersection.nobanner .filer-event{ margin-top:-20px; width:100%; margin-bottom:30px;}
/*.Section.innersection.nobanner .event-btn-global { position:absolute; right:0; margin-top:10px; z-index:2;}*/
.Section.innersection.nobanner .event-btn-global a.btn { margin-top:0;}
.section03 {
    background: url(../images/shadow-bg.png) repeat-x left top;
    position: relative;

}
.section03:before {
    content: "";
    top: 0;
    position: absolute;
    background: url(../images/iconbg01.png) no-repeat left top;
    height: 514px;
    width: 514px;z-index:-1
}
.section03:after {
    content: "";
    top: 0;
    position: absolute;
    background: url(../images/iconbg02.png) no-repeat left top;
    height: 514px;
    width: 514px;
    right: 0;z-index:-1
}
.MiddleBannerImg {
  /*  border: 2px solid #f46c05;*/
    margin:0 auto 50px;
    overflow: hidden;
    position: relative;
    transition: all 1s ease 0s;
    max-width: 724px;
}
.innersection .MiddleBannerImg { margin-top:30px;}
.MiddleBannerImg.mgtop {
    margin: 50px auto 0;
}
.MiddleBannerImg .thumbnail_container {
    padding-bottom: 11.4% !important;
}
.MiddleBanner {
    display: table-cell;
    height: 86px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    max-width: 724px;
}
.MiddleBanner img {
    max-height: 86px;
    max-width: 724px;
}
.section03 .item h3 {
    font-size: 20px;
    margin: 10px 0 7px;
  /*  max-width: 60%;*/
    min-height: 50px;
}
/*.section03.blue-bg .item h3{min-height:inherit}*/
.section03 .item p {
    
    min-height: 70px;
}
.section03 .item {
    margin-top: 25px;
    padding: 0 5px;
}
.section03 .item h3 a {
    color: #666;
}
.section03 .item h3 a:hover {
    color: #e30175;
}
.section03 .item a.btn {
    padding: 0;
    color: #e30175;
    line-height: none;
}
/*.morelink {
    height: 22px;
vertical-align: top;
}*/
.section03 .item a.btn i {
    width: 15px;
    height: 15px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 13px;
    font-size: 8px;
    border: 1px solid #e30175;
    border-radius: 50%;
    position: relative;
    margin-left: 7px;
}

.innerlastsection {
    margin-bottom: 70px;
}
/*@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
   .section03 .item a.btn i { line-height:12.5px; } 
}*/
.thankyou .alert {background:none;border:0;box-shadow:inherit;margin-top:20px;letter-spacing:1px}
.thankyou .alert-success{margin-bottom:0;}
.section03 .item a.btn:hover {
    color: #666;
}
.section03 .item a.btn:hover i {
    border: 1px solid #666;
}
.section03 .item .thumbnail_container {
    background: #eee;
}
.Section a.btn-default {
    font-size: 30px;
    color: #e30175;
    margin-top: 20px;
    background: none;
    border: none;
    text-shadow: none;
    margin: 50px 0;
    display: inline-block;
}
.Section a.btn-default i {
    font-size: 16px;
    border: 1px solid #e30175;
    border-radius: 16px;
    width: 27px;
    height: 27px;
    text-align: center;
    top: -6px;
    line-height: 24px;
    position: relative;
    margin-right: 5px;
    color: #e30175;
    padding-left: 2px;
}
.Section a.btn-default:hover {
    color: #31ccfd;
}
.Section a.btn-default:hover i {
    color: #31ccfd;
    border: 1px solid #31ccfd;
}
.activity-three-old .favbox{left:15px; top:15px;}
.favbox {
    position: absolute;
    top: 10px;
    left:10px;
    /*background: #ffffff;*/
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    color: #fff;
    z-index: 9;
    font-size: 17px;
}
a:hover .favbox i:before{
    content: "\f004"
}
.favbox.selected i:before{
    content: "\f004"
}
.midad {
    position: relative;
    clear: left;
}
.midad:before { left:0;
    content: "";
    position: absolute;
    border-top: 1px dotted #666;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    width: 100%;
}
.midad > div {
    background: #fff;
    max-width: 760px;
    margin: auto;
    position: relative;
}
.events-Date {
    position: absolute;
    z-index: 9;
    right: 15px;
    top: 15px;
}
.events-Date span {
    background: #31ccfd;
    border-radius: 100%;
    display: table-cell;
    height: 85px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    color: #fff;
    width: 85px;
    font-size: 12px;
}
.events-Date span i {
    display: block;
    font-size: 40px;
    font-style: normal;
    line-height: 30px;
}
.bottomsection {
    padding: 50px 0;
    border-top: 1px dotted #666;
}
.bottomsection .item img {
    float: left;
}
.bottomsection .item img.border {
    border: 1px solid #cecece;
    margin-right: 30px;
}
.bottomsection .item h3 {
    font-family: 'ralewaybold';
    max-width: none;
    font-size: 18px;
}
.bottomsection .item p {
    font-size: 12px;
    line-height: 16px;
    margin: 20px 0;
}
.bottomsection .item a.btn {
    background: #31ccfd;
    padding: 0 20px;
    line-height: 39px;
    color: #fff;
    font-size: 16px;
    border: 1px solid;
    border-color: transparent;
}
.bottomsection .item a.btn:hover {
    color: #31ccfd;
    border: 1px solid #31ccfd;
    background: none;
}
.bottomsection > div {
    max-width: 1000px;
    margin: auto;
}
.bottomsection .item .info {
    overflow: hidden;
    max-width: 50%;
}
.footer {
    border-top: 1px dashed #666;
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer .contbox {
    max-width: 1000px;
    margin: auto;
}
ul.header-social li {
    display: inline-block;
    font-size: 18px;
}
ul.toplist > li.weather {
    font-size: 18px;
    margin-top: -5px;
}
ul.toplist > li.weather i {
    float: left;
    background: url(../images/sprite.png) no-repeat left top;
    margin-right: 15px;
    margin-top: -8px;
    width: 47px;
    height: 47px;
}
footer ul.toplist > li {
    font-size: 14px;
    margin-right: 33px;
    vertical-align: top;
}
footer ul.toplist > li a {
    color: #666;
}
footer ul.toplist > li a:hover {
    color: #e30175;
}
.email-icon {
    float: left;
    background: url(../images/sprite.png) no-repeat -49px top;
    margin-right: 15px;
    position: relative;
    top: -3px;
    width: 32px;
    height: 26px;
}
.guide-icon {
    float: left;
    background: url(../images/sprite.png) no-repeat -49px -28px;
    margin-right: 15px;
    position: relative;
    top: -4px;
    width: 32px;
    height: 32px;
}
footer ul.header-social li i.fa {
    font-size: 26px;
    margin-right:0;
}
footer ul.header-social li {
    margin-right: 14px;
}
footer ul.header-social li a:hover i.fa {
    color: #666;
}
.contbox .col-md-3,
.contbox .col-md-9 {
    padding: 0 5px;
}
.contbox .col-md-12 {
    padding: 0 5px;
}
.footermainlinks ul {
    margin-top: 15px;
    margin-bottom: 0;
}
.footermainlinks li {
    list-style-type: none;
    margin-right: 20px;
    display: inline-block;
}
.footermainlinks li a {
    color: #666;
}
.footermainlinks li a:hover {
    color: #e61c84;
}
.footerlinks li {
    list-style-type: none;
    margin-right: 20px;
    display: inline-block;
    font-size: 12px;
}
.footerlinks li a {
    color: #666;
}
.footer li a.active {
    color: #e61c84;
}
.footerlinks li a:hover {
    color: #e61c84;
}
.footerbottom {
    font-size: 12px;
    margin-top: 25px;
}
.currency .dollar-icon-list::before {content: "$";font-style: normal;}
.n-logo {
    margin-left: 25px;
}
.netclues {
    background: url("../images/netclues.png") no-repeat scroll left top;
    display: inline-block;
    height: 14px;
    position: relative;
    top: 1px;
    transition: all 0.8s ease 0s;
    width: 56px;
}
.netclues:hover {
    background-position: 0 -16px;
}
/* adjust body when menu is open */

body.slide-active {
    overflow-x: hidden
}
/*first child of #page-content so it doesn't shift around*/

.no-margin-top {
    margin-top: 0px!important
}
/*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */

#page-content {
    position: relative;
    padding-top: 70px;
    left: 0;
}
#page-content.slide-active {
    padding-top: 0
}
/* put toggle bars on the left :: not using button */

#slide-nav .navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: left;
    margin: 0;
    width: 30px;
    height: 40px;
    padding: 10px 0 0 0;
    border: 0;
    background: transparent;
}
/* icon bar prettyup - optional */

#slide-nav .navbar-toggle > .icon-bar {
    width: 100%;
    display: block;
    height: 4px;
    margin: 4px 0 0 0;
    background-color: #e40175;
}
#slide-nav .navbar-toggle.slide-active .icon-bar {
    background: orange
}
.navbar-header {
    position: relative
}
/* un fix the navbar when active so that all the menu items are accessible */

.navbar.navbar-fixed-top.slide-active {
    position: relative
}
/* screw writing importants and shit, just stick it in max width since these classes are not shared between sizes */

.nav-mobile > ul li.weatherli {
    border-bottom: 1px solid #0063b0;
    border-top: 1px solid #0063b0;
    padding: 10px 20px;
}
.nav-mobile > ul li {
    float: none;
    margin: 0;
    color: #fff;
    font-size: 18px;
}
.nav-mobile > ul li > a {
    color: #666;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 20px;
    text-shadow: none;
    width: 100%;
    border-bottom: none;
}
.nav-mobile > ul li > a:hover {
    border: none;
    outline: none;
}
.nav-mobile > ul li > a .caret {
    color: #666;
    float: right;
    margin: 8px 15px 0 0
}
.nav-mobile .dropdown-mobile li a {
    text-transform: none;
    font-size: 15px;
    margin: 0;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 20px 15px;
    padding: 5px 20px 5px 40px;
}
#nav-mobile-btn,
.nav-mobile {
    display: none;
}
#nav-mobile-btn:focus { outline: none; }
.blackbg {
    background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
    color: #ffffff;
    font-size: 16px;
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.SearchInput {
    color: #000;
    width: 100%;
    border: none;
    padding: 10px 33px 10px 15px;

}
.modal-dialog .search-icon {
    top: 55px;
    right: 10px;
}


.modal-dialog .fa-close {
    float: right;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    margin-bottom: 18px;
    cursor: pointer;
}

/*.searchbox {
    font-size: 24px;
    margin: 40% 0 0 22px;
    color: #e30175;
}*/
header.sticky {
    position: fixed;
    transition: all 0.5s ease-in-out 0s;
    z-index: 100;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    padding-bottom: 5px;
}
.logo img {
    transition: all 0.5s ease-in-out 0s;
}
header.sticky ul.toplist {
    display: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
header.sticky .logo {
    width: 80%;
    margin: 20px 0 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
header.sticky .logo img {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
header.sticky ul.navigation {
    margin-top: 10px;
}
/*Magazine Order*/

.form-section-title h3 {
    font-size: 30px;
    color: #124b98;
    font-family: "ralewaybold";
    border-bottom: 1px dashed #124b98;
    padding: 15px 0;
    margin-bottom: 40px
}
.order-radio {
    padding: 0 
}
.mag-combo{padding:0;width:100px}
.col-sm-3.mag-combo select{background-position:88% 15px}
.magazine-order .input01 h4 {
    font-family: "ralewaybold";
    color: #124b98;
}
.magazine-order .formbuttons {
    margin-top: 0
}
.control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 200px;
    height: 210px;
    margin: 10px;
}
.control {
    position: relative;
    padding-left: 25px;
    margin-bottom: 17px;
    cursor: pointer;
    font-size: 16px;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control__indicator {
    position: absolute;
    top: 3px;
    left: 0;
    height: 17px;
    width: 17px;
    background: #F8F8F8;
    border: 1px solid #ccc
}
.control--radio .control__indicator {
    border-radius: 50%;
}
/*.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}*/
.control input:checked ~ .control__indicator {
    background: #124b98;
    border-color: #124b98
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #0e647d;
}
.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control__indicator:after {
    display: block;
}
.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}
.cssanim {
    /*-webkit-animation-fill-mode:both;  -moz-animation-fill-mode:both;  -ms-animation-fill-mode:both;  -o-animation-fill-mode:both;  animation-fill-mode:both; */
    
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}
.animate {
    opacity: 0
}
.animate.load {
    opacity: 1;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}
@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(40px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}
@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(40px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}
.fadeInUp.load {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: -translateY(-40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDown.load {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(90px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(90px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}
@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(90px)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(90px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}
.fadeInRight.load {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-90px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}
@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-90px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}
@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-90px)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-90px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}
.fadeInLeft.load {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1)
    }
}
@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3)
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1.05)
    }
    70% {
        -moz-transform: scale(.9)
    }
    100% {
        -moz-transform: scale(1)
    }
}
@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3)
    }
    50% {
        opacity: 1;
        -o-transform: scale(1.05)
    }
    70% {
        -o-transform: scale(.9)
    }
    100% {
        -o-transform: scale(1)
    }
}
@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        transform: scale(1.05)
    }
    70% {
        transform: scale(.9)
    }
    100% {
        transform: scale(1)
    }
}
.bounceIn.load {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn
}
.downarrow {
    position: absolute;
    bottom: 30px;
    z-index: 98;
    font-size: 32px;
    border-radius: 50%;
    color: #31ccfd;
    left: 0;
    right: 0;
    margin: auto;
    width: 76px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    border: 2px solid #34c2ef;
}
.downarrow:hover {
    color: #31ccfd;
}
.section03 .thumbnail {
    background-position: center;
    background-repeat: no-repeat;
}
.section03 .thumbnail img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}

.section03 .thumbnail:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);    
}

.Section.events .thumbnail img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}
.Section.events .thumbnail:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}


.currency .dropdown-menu {
    border-radius: 0;
}
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #34c2ef;
    border-radius: 50%;
    border-top: 16px solid #124b98;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
}
/* Add animation to "page content" */

.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}
@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }
    to {
        bottom: 0px;
        opacity: 1
    }
}
@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}
.back-to-top {
    bottom: 20px;
    cursor: pointer;
    outline: medium none;
    position: fixed;
    right: 20px;
    z-index: 99;
    font-size: 24px;
    border-radius: 50%;
    color: #31ccfd;
    width: 56px;
    height: 56px;
    line-height: 38px;
    text-align: center;
    border: 2px solid #34c2ef;
	display:none
}
.back-to-top:hover {
    color: #31ccfd;
}
#back-to-top.fa-arrow-up::before{display:none}
#back-to-top{border:none}
#back-to-top.back-to-top{border:2px solid #34c2ef}
#back-to-top.back-to-top.fa-arrow-up::before{display:block;}
/*!
 * Bootstrap-select v1.6.3 (http://silviomoreto.github.io/bootstrap-select/)
 *
 * Copyright 2013-2014 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

.bootstrap-select {
    width: 220px \0
}
.bootstrap-select>.btn {
    width: 100%;
    padding-right: 25px;
    letter-spacing: normal;
    background: none;
    border: none;
    line-height: inherit;

    font-size: 15px;
    padding: 0;
}
.error .bootstrap-select .btn {
    border: 1px solid #b94a48
}
.control-group.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48
}
.bootstrap-select.fit-width {
    width: auto!important
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 110px
}
.bootstrap-select .btn:focus {
    outline: none !important;
    outline: none -webkit-focus-ring-color!important;
    outline-offset: -2px
}
.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none
}
.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
    float: right
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0
}
.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%
}
.input-append .bootstrap-select.btn-group {
    margin-left: -1px
}
.input-prepend .bootstrap-select.btn-group {
    margin-right: -1px
}
.bootstrap-select.btn-group>.disabled {
    cursor: not-allowed
}
.bootstrap-select.btn-group>.disabled:focus {
    outline: 0!important
}
.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left
}
.bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 41%;
    right: 0;
    margin-top: 0;
    vertical-align: middle
}
.bootstrap-select.btn-group[class*=col-] .btn {
    width: 100%
}
.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    z-index: 1035;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.bootstrap-select.btn-group .dropdown-menu li {
    position: relative
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
    color: #64b1d8;
    color: rgba(100, 177, 216, .4)
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed
}
.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block
}
.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: .5em
}
.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static
}
.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}
.bootstrap-select.show-menu-arrow.open>.btn {
    z-index: 1035+1
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    border-bottom-color: rgba(204, 204, 204, .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-bottom: 0;
    border-top-width: 7px;
    border-top-style: solid;
    border-top-color: #ccc;
    border-top-color: rgba(204, 204, 204, .2)
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #fff;
    border-bottom: 0
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto
}
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after {
    display: block
}
.bs-searchbox,
.bs-actionsbox {
    padding: 4px 8px
}
.bs-actionsbox {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.bs-actionsbox .btn-group button {
    width: 50%
}
.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px
}
.bs-searchbox input.form-control {
    margin-bottom: 0;
    width: 100%
}
.mobile-device {
    position: absolute;
    top: 0;
    left: 0;
    display: block!important;
    width: 100%;
    height: 100%!important;
    opacity: 0
}
select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}
.carousel-fade.innerbanner .item {
    text-align: center;
}
.carousel-fade.innerbanner .item a img {
    display: inline-block;
}
.carousel-fade.innerbanner .item h3 {
    font-size: 70px;
    line-height: 70px;
    position: relative;
    padding: 0 0 20px;
    margin-bottom: 17px;
}
.carousel-fade.innerbanner .item h3:after {
    width: 125px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    background: #31ccfd;
    height: 5px;
    bottom: 0;
}
.carousel-fade.innerbanner .item p {
    font-size: 30px;
}
.carousel-fade.innerbanner .item .thumbnail_container {
    padding-bottom: 29.3%;
}
.section03.innersection:before,
.section03.innersection:after {
    background: none;
    display: none;
}
.innersection .container {
    max-width: 1280px;
    width: auto;
    position: relative;
}
ul.container-social {
    text-align: right;
    position: relative;
    z-index: 2
}
ul.container-social li {
    display: inline-block;
    font-size: 28px;
    margin-left: 22px;
    position:relative;
}
ul.container-social li a {
    color: #444;
}
ul.container-social li a:hover {
    color: #31ccfd;
}
.fb-like {
    margin-top: 10px;
}
.innersection h1 {
    color: #124b98;
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 30px;
}
.innersection h1:after {
    width: 85px;
    margin: auto;
    position: absolute;
    left: 0;

    right: 0;
    content: '';
    background: #31ccfd;
    height: 5px;
    bottom: 0;
}
/*.innersection h1.listing {
    margin-top: 50px;
}*/
.innersection p {
    margin-top: 15px;
    font-size: 16px;
	word-wrap:break-word
}
.section03 .columns .item {
    padding: 0 10px; 
}
.section03 figure.effect-lily .thumbnail img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;  
}
figure.effect-lily {
    position: relative;
    overflow:hidden;
    cursor:pointer;
}
figure.effect-lily figcaption {
    text-align: left;
    position: absolute;
    bottom: 0;
    padding: 20px 0 20px 20px;
    height: 100%;width:100%;
/*    -webkit-box-shadow: inset 0 0 177px rgba(0, 0, 0, .75);
    -moz-box-shadow: inset 0 0 177px rgba(0, 0, 0, .75);
    box-shadow: inset 0 0 177px rgba(0, 0, 0, .75);*/
}
figure.effect-lily figcaption:hover{
    -webkit-box-shadow: inset 0 0 177px rgba(0, 0, 0, .95);
    -moz-box-shadow: inset 0 0 177px rgba(0, 0, 0, .95);
    box-shadow: inset 0 0 177px rgba(0, 0, 0, .95);
    background-color: rgba(0,0,0,0.3);


}
figure.effect-lily figcaption 
figure.effect-lily:hover figcaption {
    bottom: auto;
    top: 0;
    background: rgba(0, 0, 0, 0.73);
}
figure.effect-lily .figcaption {
    text-align: left;
    position: absolute;
    bottom: 0;
    padding: 20px 0 20px 20px;
    height: 100%;
	width:100%;
    /*-webkit-box-shadow: inset 0 0 177px rgba(0, 0, 0, .75);
    -moz-box-shadow: inset 0 0 177px rgba(0, 0, 0, .75);
    box-shadow: inset 0 0 177px rgba(0, 0, 0, .75);*/
}
figure.effect-lily .figcaption:before{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to top, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
position: absolute;
content: '';
width: 100%;
bottom: 0;
left: 0;
right: 0;
height: 110px;
}
figure.effect-lily:hover .figcaption {
    bottom: auto;
    top: 0;
    background: rgba(0, 0, 0, 0.73);
}
figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    font-size: 24px;
    color: #fff;
    padding-bottom: 15px;
    position: absolute;
    bottom: 40px;
    margin-bottom:0;
    line-height:35px;
    margin-top: 0;
}
figure.effect-lily h2 a {
    color: #fff;
}
.costum-column figure.effect-lily h2{/*margin-bottom:10px;*/ line-height:25px;}
figure.effect-lily h2 i {
    font-size: 20px;
    margin-left: 5px;
}
figure.effect-lily:hover figcaption h2 {
    bottom: auto;
    top: 15px;
    position: inherit;
}
figure.effect-lily:hover .figcaption h2 {
    bottom: auto;
    /*top: 15px;*/
    position:relative;
}
figure.effect-lily:hover h2 i {
    opacity: 0;
    display:none;
}
.fourcolumn figure.effect-lily .figcaption{padding: 15px 0 15px 15px;}
.fourcolumn figure.effect-lily h2 {margin-bottom:0; line-height:20px;}
.fourcolumn figure.effect-lily h2 i {
    /*display: none;*/
    vertical-align:middle;
}
.fourcolumn figure.effect-lily p {
    font-size: 12px;
    padding-top: 0;
}

figure.effect-lily p {
    color: rgba(255, 255, 255, 1);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
    font-size: 14px;
    padding-right: 20px;
    padding-top: 5px;
}
figure.effect-lily .readmore {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
    height: 22px;
}
figure.effect-lily .readmore i {
    font-size: 8px;
    /*border: 1px solid #fff;*/
    background-size:cover;
    background:url(../images/right-arrow-white.svg) no-repeat;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 0;
    margin-left: 5px;
    vertical-align: middle;
    position:relative;
}
figure.effect-lily .readmore i
figure.effect-lily:hover img,
figure.effect-lily:hover p,
figure.effect-lily:hover .readmore {
    opacity: 1;
}
figure.effect-lily .readmore i.fa-arrow-right:before {
    display: table-cell;
    height: 13px;
    display:none;
    width: 13px;
    vertical-align: middle;
    text-align: center;
    line-height: 11px;
}
.Section figure.effect-lily h2:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.blue-bg {
    background-color: #c7effc;
}
.blue-bg p,
.box-shadow p {
    font-size: 16px;
    margin-top: 20px;
}
.section03 .SOcolumns .item figure h3, .item.promoajx figure h3{
    max-width: none;
    font-size: 20px; margin-top:15px;
}
.section03 .SOcolumns .item figure h3 a, .item.promoajx figure h3 a {
    color: #444;
}
.section03 .SOcolumns .item figure h3 a:hover, .item.promoajx figure h3 a:hover {
    color: #e30175;
}

.item.promoajx{
    padding: 7px;
}

.item.promoajx:hover {
    background: #fff;
    -webkit-transition: opacity 0.3s, height 0.3s, background 0.3s;
    -moz-transition: opacity 0.3s, height 0.3s, background 0.3s;
    transition: opacity 0.3s, height 0.3s, background 0.3s;
}
.section03 .SOcolumns .item {
    -webkit-backface-visibility: hidden;
    padding: 7px;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    /*-webkit-transition: opacity 0.3s, height 0.3s, background 0.3s;
    -moz-transition: opacity 0.3s, height 0.3s, background 0.3s;
    transition: opacity 0.3s, height 0.3s, background 0.3s;*/
}
.section03 .SOcolumns .item:hover {
     background:#fff;  -webkit-transition: opacity 0.3s, height 0.3s, background 0.3s;
    -moz-transition: opacity 0.3s, height 0.3s, background 0.3s;
    transition: opacity 0.3s, height 0.3s, background 0.3s;
}
.section03 .SOcolumns .item:hover figure {

    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
   
}
.section03 .SOcolumns .item figure p {
    margin: 0;
    font-size: 14px;
    min-height: inherit;
    padding-bottom: 5px;
    border-bottom: 0;
}
.offtag {
    border-color: #e30175 #e30175 #e30175 rgba(0, 0, 0, 0);
    border-style: solid;
    border-width:18px 15px 18px 7px;
    height: 0;
    position: absolute;
    top: 27px;
    /*width: 164px;*/
    line-height: 1px;
    z-index: 8;
    right: 7px;
    border-left: 7px solid transparent;
    color: #fff;
    padding-left:15px;
    font-size: 14px;
}
.offtag01 {
    position: absolute;
    top: 27px;
    line-height: 2px;
    z-index: 99;
    right: 7px;
    border-left: 7px solid transparent;
}
.offtagright {
    background: #e30175;
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
    line-height: 40px;
    float: left;
}
.box-shadow {
    -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, .22);
    -moz-box-shadow: 0 5px 50px rgba(0, 0, 0, .22);
    box-shadow: 0 5px 50px rgba(0, 0, 0, .22);
    background: none;
}
.box-shadow:before,
.box-shadow:after {
    display: none;
}
.footer-box-shadow {
    -webkit-box-shadow:inset 0 5px 50px rgba(0, 0, 0, .22);
    -moz-box-shadow:inset 0 5px 50px rgba(0, 0, 0, .22);
    box-shadow:inset 0 5px 50px rgba(0, 0, 0, .22);
    background: none;
    padding-top: 50px;
}
.box-shadow .thumbnail_container.small-thumb {
    float: left;
    width:40%;
    padding-bottom: 27%;
    margin-right:10px;
}
.section03.box-shadow .SOcolumns .item figure h3 {
    font-size: 18px;

}
.border-top {
    border-top: 1px solid #d5d5d5;
    padding: 19px 0;
    overflow:hidden;
    margin-right:25px;
}
.section03.two-col-article-details .item .border-top{margin-right:25px;}
.section03.two-col-article-details .item:nth-child(2n+1) .border-top{margin-right:0;}

.section03.box-shadow .item {
    margin-top: 0px;
}
.section03.bgnone:before,
.section03.bgnone:after {
    display: none;
}
.grayitem {
    padding: 18px;
}
.thumb238x16 {
    width: 238px;
    padding-bottom: 160px;
}
.col-sm-9.detailbanner .grayitem .thumb238x16 {
    float: left;width:25%;padding-bottom:17%
}
.grayitem .thumb238x16 {
    float: left;width:37%;padding-bottom:25%
}
.britishpound-icon {
    display: block;
    background: url(../images/sprite.png) no-repeat left -49px;
    margin: 3px auto 0;
    width: 8px;
    height: 9px;
}
.europeoncurren-icon {
    display: block;

    background: url(../images/sprite.png) no-repeat left -60px;
    margin: 3px auto 0;
    width: 6px;
    height: 9px;
}
.chinese-yuan-icon {
    display: block;
    background: url(../images/sprite.png) no-repeat left -71px;
    margin: 2px auto 0;
    width: 8px;
    height: 11px;
}
.Indian-Rupee-icon {
    display: block;
    background: url(../images/sprite.png) no-repeat left -84px;
    margin: 2px auto 0;
    width: 7px;
    height: 11px;
}
.Jamaican-Dollar-icon {
    display: block;
    background: url(../images/sprite.png) no-repeat -10px -49px;
    margin: 2px auto 0;
    width: 10px;
    height: 10px;
}
.Russian-Rouble-icon {
    display: block;
    background: url(../images/sprite.png) no-repeat -10px -61px;
    margin: 2px auto 0;
    width: 9px;
    height: 11px;
}
.Philippine-Peso-icon {
    display: block;
    background: url(../images/sprite.png) no-repeat -10px -74px;
    margin: 2px auto 0;
    width: 8px;
    height: 10px;
}
.bottomsection .item .info a img {
    border: 3px solid;
    border-color: transparent;
    border-radius: 10px;
}
.bottomsection .item .info a:hover img {
    border: 3px solid #34c2ef;
    transition: all 0.5s ease-in-out 0s;
}
/*.businessitem .thumbnail_container {
    vertical-align: top;
    float: none;
    display: table-cell
}*/
.businessitem figcaption {
    overflow: hidden;
    display:block;
    padding-left: 13px;
    position: relative;
	width:62%;min-height:150px
}

.col-sm-9.detailbanner .businessitem figcaption{width:74%}

.section03 .item .businessitem figcaption h3 {
    max-width: none;
    font-size: 18px;
    margin: 0 0 10px;
    min-height: inherit;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height:20px;
    color:#666;

}
.section03 .item .businessitem figcaption p {
    font-size: 14px;
    min-height: inherit;
    line-height:22px;
    margin-top:10px;
}
.padnone {
    padding: 0;
}
.section03 .item .businessitem a.readmore {
    font-size: 14px;
    color: #e30175;
    display: inline-block;
    /*vertical-align: middle;*/
}
.section03 .item .businessitem a.readmore i {    
    background:url(../images/right-arrow-pink.svg);
    border-radius: 50%;
    font-size: 7px;
    height: 12px;
    line-height: 10px;
    margin-left: 3px;
    position: relative;
    text-align: center;
    top: -1px;
    width: 12px;
    display: inline-block;
    vertical-align: middle;

}
.section03 .item .businessitem a.readmore:hover{color:#000000;}
.section03 .item .businessitem a.readmore:hover i{color:#000000; background:url(../images/right-arrow-black.svg);}
.section03 .item .businessitem a.readmore i:before{
    display:none;
}
/*.section03 .item .businessitem a.readmore:hover {
    color: #000;
}
.section03 .item .businessitem a.readmore:hover i {
    border: 1px solid #000;
    
}*/
.section03 .item .businessitem .offtagline {
    font-size: 12px;
    margin: 3px 0;
}
.section03 .item .businessitem .offtagline i {
    color: #3ecffc;
    font-size: 17px;
    margin-right: 5px;
    position: relative;
    top: 2px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fixbtm {
    position: absolute;
    bottom: 2px;
    width: 100%;
    padding-right: 13px;
}
.Section .fixbtm a.btn-default {
    font-size: 12px;
    line-height: 32px;
    padding: 0 15px;
    background: #e30175;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.Section .fixbtm a.btn-default:hover {
    background: #31ccfd;
    color: #fff;
}
.Section .fixbtm .phone {
    font-size: 15px;
    float: right;
    display: block;
    margin-top: 4px;
}
.Section .fixbtm .phone a {
    color: #666;
}
.Section .fixbtm .phone i {
    border: 2px solid #3ecffc;
    color: #3ecffc;
    width: 20px;
    height: 20px;
    line-height: 17px;
    font-size: 13px;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
    position: relative;
    top: 0px;
}
.businesssec.section03 .item {
    margin-top:0px;
}
.section03.innersection.viewmapbtnbrd:after {
    height: 1px;
    background: #d6f1fa;
    position: absolute;
    content: '';
    width:18%;
    right: 0;
    display: block;
    top: 227px;
    display:none;
}
.section03.innersection.viewmapbtnbrd .row {
    background: #fff;
    position: relative;
    z-index: 3;
}
/*.section03.innersection.viewmapbtnbrd:before {
    background: #fff;
    position: absolute;
    content: '';
    width: 90%;
    left: 0;
    display: block;
    z-index: 3;
    top: 227px;
    height: 30px;
}*/
.viewmapbtnbrd .viewmap, .viewmapbtnbrd .viewmap-btn{ position:relative; z-index:99; margin-bottom:25px; top:-10px;}
.viewmap {
    float: right;
    border-radius: 50%;
    width: 111px;
    height: 111px;
    background: #d6f1fa;
    font-size: 24px;
    color: #666;
    line-height: 22px;
    text-align: center;
    position: absolute;
    right: 0;
    z-index: 99;
}
.viewmap i {
    display: block;
    color: #31ccfd;
    margin: 7px 0 2px;
    font-size: 34px;
}
.viewmap:hover {
    backcolor: #124b98;
}

.viewmap-btn {
    float: right;
    border-radius: 50%;
    width: 111px;
    height: 111px;
    background: #d6f1fa;
    font-size: 24px;
    color: #666;
    line-height: 22px;
    text-align: center;
    position: absolute;
    right: 0;
    z-index: 99;
}
.viewmap-btn i {
    display: block;
    color: #31ccfd;
    margin: 7px 0 2px;
    font-size: 34px;
}
.viewmap-btn:hover {
    backcolor: #124b98;
}

@keyframes hvr-ripple-out {
    100% {
        bottom: -12px;
        left: -12px;
        opacity: 0;
        right: -12px;
        top: -12px;
    }
}
@keyframes hvr-ripple-out {
    100% {
        bottom: -12px;
        left: -12px;
        opacity: 0;
        right: -12px;
        top: -12px;
    }
}
.hvr-ripple-out {
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    transform: translateZ(0px);
    vertical-align: middle;
}
.hvr-ripple-out::before {
    animation-duration: 1s;
    border: 2px solid #d6f1fa;
    bottom: 0;
    border-radius: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.hvr-ripple-out:hover::before,
.hvr-ripple-out:focus::before,
.hvr-ripple-out:active::before {
    animation-name: hvr-ripple-out;
}
.itemshadow {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .09);
    box-shadow: 0 0 10px rgba(0, 0, 0, .09);
    padding: 7px 7px 15px 7px;
    position: relative;
}
.section03 .item .itemshadow .thumbnail_container {
    background:#eee;
}
.section03 .SOcolumns .item .itemshadow:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .06);
    box-shadow: 0 0 10px rgba(0, 0, 0, .06);
    background: #d6f1fa;
}
.section03 .SOcolumns .item .itemshadow:hover figure {
    background: none;
}
.activityby {
    /*color: #e30175;*/
    font-size: 12px;
    margin: 10px 0;
    display: block;
    line-height: 135%;
}
.section03.box-shadow .SOcolumns .item .itemshadow h3 {
    font-size: 20px; line-height: 125%;
    min-height: inherit;
}
.section03 .item .itemshadow a.btn-default {
    font-size: 12px;
    line-height: 32px;
    padding: 0 15px;
    background: #124b98;
    color: #fff;
    text-transform: uppercase;
    margin: 20px 0 0;
}
.section03 .item .itemshadow a.btn-default:hover {
    background: #31ccfd;
    color: #fff;
}
.price-txt {
    float: right;
    font-size: 12px;
    line-height:16px;
}
.price-txt span {
    font-size: 36px;
    color: #124b98;
    display: block;
    line-height: 32px;
    text-align:right;
}
.price-txt span b {
    font-weight: normal;
    text-decoration: line-through;
    font-size: 24px;
    color: rgba(102, 102, 102, 0.75);
    margin-left:10px;
}
.Section.innersection a.btn-default.viewmore,.Section.blue-bg a.btn-default.viewmore{
    font-size: 16px;
    line-height: 32px;
    padding: 0 25px;
    background: #e30175;
    color: #fff;
    text-transform: uppercase;
    margin: 30px 0 0;font-family:'ralewaysemibold'
}
.Section.innersection a.btn-default.viewmore:hover,.Section.blue-bg a.btn-default.viewmore:hover{
    background: #124b98;
}
.innerbanner {
    position: relative;
}
.innerbanner .thumbnail_container {
    padding-bottom: 29%;
}
.detailbanner .thumbnail_container {
    padding-bottom: 44%;
}
/*.detailbanner .listingbox .thumbnail_container {
    padding-bottom: 160px;
}*/
.detailbanner .listingbox .promo-list .thumbnail_container{padding-bottom:67%;}
.detailbanner .listingbox .activity-left-panel .thumbnail_container{padding-bottom:67%}

/*.detailbanner .listingbox .grayitem.businessitem .thumbnail_container{float:left;width:25%;padding-bottom:17%}*/
.innerbanner .carousel-caption h3, .innerbanner .carousel-caption h2 {
    font-size: 70px;
    position: relative;
    line-height: 70px;
    padding-bottom: 20px;
}
.innerbanner .carousel-caption p {
    font-size: 30px;
}
.innerbanner .carousel-caption h3:after, .innerbanner .carousel-caption h2:after {
    width: 125px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    background: #31ccfd;
    height: 5px;
    bottom: 0;
}
.innerheader {
    position: relative;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}
.businesssec.section03 .divtable .item {
    background: #f4f2f2;
    border: 5px solid #fff;
}
.innersection p.boxtopmarg {
    margin-top: 50px;
}
.Section h2.titlemargtop {
    margin-top: 44px;
    margin-bottom:40px;
}

.favbox.activity {
    top: 17px;
    left: 17px;
}
.two-column {
    max-width: 1128px;
    margin: auto;
}
.backlist {
    font-size: 18px;
    color: #e30175;
}
.backlist i {
    border: 1px solid #e30175;
    border-radius: 50%;
    font-size: 8px;
    height: 16px;
    line-height: 13px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    top: -1px;
    width: 16px;
    display: inline-block;
    vertical-align: middle;
}
.breadcrumb > .active,
.breadcrumb > li a:hover {
    color: #e30175;
}
ul.sharinglinks {
    margin-left: 20px;
    text-align: right;
    overflow:visible !important;
    float:right;    
    position:relative;
    z-index:9;
}
.sharinglinks li:before{display:none;}
.sharinglinks li {
    list-style-type: none;
    margin: 0 10px;
    margin-right:0;
    font-size: 16px;
    display: inline-block;
}
.sharinglinks .detail-share table tr td a{color:#fff; font-size:15px;}
.sharinglinks li > a{font-size:24px !important; color:#e30175 !important; font-weight:normal; margin:0 !important;}
.sharinglinks li > a:hover{color:#31ccfd !important;}
.sharinglinks li a {
    color: #c4c4c4;
}
.sharinglinks li a:hover {
    color: #e30175;
}
.detailtitle {
   /* padding-left: 50px;*/
    position: relative;
    margin-bottom: 10px;
}
.detailtitle h1,.detailtitle h3 {
    font-size: 40px;
    color: #666;
    margin-top: 20px;
    padding-bottom: 0px;font-family:"ralewayextrabold"
}
.detailtitle h1:after {
    display: none;
}
.detailtitle h1{
    margin-bottom: 20px;padding-left:40px !important;
}
.detailcontainer {
    max-width: 1200px;
    margin: auto;
}
.detailtitle .favbox {
    left: 0;
}
.review {
    margin-right: 20px;
    float: left;
}
.review i {
    margin-right: 2px;
    font-size: 18px;
    color: #e30175;
}
.review i.fa-star-o {
    color: #b4b4b4;
}
.detailtitle .smalltxt {
    font-size: 12px;
    float: left;
}
/*.section03.box-shadow .item .itemshadow {
    min-height: 466px;
}*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */

.detailbanner item {
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 0px;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
    clear: left;
}
.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);
}
/* mouse grab icon */

.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}
/* fix */

.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 Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    
    margin: 5px;
    height: 62px;
    text-indent: -9999;
    font-size: 0;
    position: absolute;
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    line-height: 55px;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    border: 3px solid #fff;
    font-kerning: auto;
    font-language-override: normal;
    font-size: 24px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 28px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 28px;
    background-position: -63px 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:before {
    content: "\f060"
}
.owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\f061"
}
.blue {
    color: #124b98
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    
    opacity: 1;
    text-decoration: none;
}
#owl-demo .item img {
    display: block;
   margin:auto;
    height: auto;
}
.owl-item h3 {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-style: italic;
    color: #31ccfd;
    text-shadow: 0 0 3px #000;
}
.detailrightpan  {
    border-left: 1px dashed #cfcfcf;
}
.detailrightpan h2 {
    color: #e30175;
    font-size: 30px;
    margin: 30px 0; text-align:left;
}
.detailrightpan h2 span {
    font-size: 18px;
    display: block; overflow:hidden;
    vertical-align: middle;
    margin-left: 15px;
    padding: 12px 0 12px 15px;
    border-left: 1px dashed #a5a5a5;
}
/*center images*/

.event-list {
    font-family: 'ralewaybold';
}
.event-list li.last {
    border-bottom: 0px dotted #dddddd;
    padding: 10px 20px 0;
}
.event-list li:before {
    font-family: FontAwesome;
    content: '\f101';
    color: #31ccfd;
    position: absolute;
    left: 0;
}
.event-list li {
    font-size: 14px;
    color: #8c8c8c;
    line-height: 23px;
    list-style: none;
    border-bottom: 1px dotted #dddddd;
    padding: 10px 0 10px 20px;
    position: relative;
}
.event-list li a{color:#8c8c8c}
.event-list li span {
    display: block;
    font-size: 12px;
    color: #e40175;
    font-style: italic;
}
.clender {
    color: #31ccfd;
    float: left;
    font-size: 20px;
    margin: -2px 10px 0 0
}
.right-panel h4,
.event h4 {
    font-size: 16px;
    color: #31ccfd;
    font-family: 'ralewaybold';
}
.right-panel ul {
    margin: 0 0 0 19px; position:relative; z-index:999;
}
.right-panel li {
    font-size: 12px;
    color: #666666;
    line-height: 28px;
}
.right-panel .you-may-icon-bg li{line-height:18px;margin-bottom:10px}

.border-dashed {
    border-right: 1px dotted #dddddd;
}
.border-dashed-btm {
    border-bottom: 1px dotted #dddddd;
    margin: 28px 0;
}
.border-dashed-left {
    border-left: 1px dotted #dddddd;    
}
.section03 .thumbnaildetail {
    background-position: center;
    background-repeat: no-repeat;
}
.section03 .thumbnaildetail img,
.section03 .thumbnaildetail-big img {
    transform: scale(1, 1);
    transition: all 0.5s ease-in-out 0s;
}
.section03 .thumbnaildetail:hover img,
.section03 .thumbnaildetail-big:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}
.thumbnaildetail_container {
    position: relative;
    width: 100%;
    padding-bottom: 233px;
    margin-bottom: 0px;
    overflow: hidden;
    border-radius: 0px;
}
.event-advertise .thumbnaildetail_container {padding-bottom:84%}
.thumbnaildetail,
.thumbnaildetail-big {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 0;
    border: 0px solid #ddd;
    background: rgba(0, 0, 0, 0.04);
}
.thumbnaildetail img,
.thumbnaildetail-big img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.80s ease 0s;
    -webkit-transition: all 0.80s ease 0s;
}
.thumbnaildetail-big_container {
    position: relative;
    width: 100%;
    padding-bottom:200%;
    margin-bottom: 0px;
    overflow: hidden;
    border-radius: 0px;
}
/*style start*/

.favbox-title {
    padding: 6px 7px;
    /*background: #e30175;*/
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    color: #fff;
    top:8px;
    z-index: 9;
    font-size: 17px;
}
.favbox-main {
    float: left;
    margin: 8px 0 0 0;
    width: 40px;
}
.detail-title {
    margin: 27px 0 0 26px;
}
.detailbanner {    
    color: #959595;
    font-size: 12px;
}
.detailtitle .col-sm-9 h3,.detailtitle .col-sm-9 h1{margin-top:0}
.detailtitle .col-sm-9 .favbox{ top:10px; left:10px}
.detailtitle .col-sm-9 .itemshadow .favbox{ top:15px; left:15px; }
.detailtitle .favbox-title{line-height:21px; padding:0; height:20px; top:0; bottom:0; margin:auto;}
.detailcontainer .owl-carousel{/*max-height:450px;*/background:#EEE;overflow:hidden}
.detailcontainer #owl-demo .item {padding:0}
/*.detailcontainer #owl-demo .item img{max-height:450px;}*/
.section03 .detailcontainer .item h3{max-width:100%}
.detailbanner .owl-carousel{background:#EEE}




.detailbanner p {
    padding-left: 0px !important;
    color: #959595;
	font-size:15px
    /*font-size:12px !important; font-family:'ralewaybold';*/
}
.detailbanner h4{font-family: 'ralewayextrabold', sans-serif;
color: #124b98;
letter-spacing: 1px;
font-weight: 400;
text-transform: uppercase;}
.detailrightpan a.btn {
    background: #31ccfd;
    padding: 0 13%;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    border: 1px solid;
    border-color: transparent;
    text-transform: uppercase;margin-bottom:15px
}
.detailrightpan a.btn.pink{background-color:#e30175;}
.detailrightpan a.btn:hover {
    color: #31ccfd;
    border: 1px solid #31ccfd;
    background: none;
}

.detailrightpan a.btn.pink:hover {
    color: #e30175;
    border: 1px solid #e30175;
    background: none;
}
.detailrightpan a.btn i {
    font-size: 22px;
    margin-right: 10px;
}
.highlightsbox h3 {
    font-size: 30px;
    color: #666;
    margin-top: 30px;
    margin-bottom: 18px;
    font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
}
.highlightsbox ul {
    margin: 10px 0;
}
.highlightsbox li {
    position: relative;
    font-size: 14px;
    margin-bottom: 15px;
    list-style-type: none;
    padding-left: 18px;
    font-family: 'ralewayregular', Arial, Helvetica, sans-serif;

}
.highlightsbox li:before {
    width: 7px;
    height: 7px;
    content: '';
    background: #31ccfd;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 8px;
}
.activityinfo {
    padding-left: 30px;
    position: relative;
  margin-top: 20px;
}
.activityinfo strong {
    font-weight:normal;
}
.activityinfo span {
    color: #e30175;
}
.activityinfo span a {
    color: #e30175;
}
.activityinfo span a:hover {
    color: #666;
}
.activityinfo i {
    position: absolute;
    left: 0;
    color: #31ccfd;
    font-size: 18px;
    top: 2px;
}
.activityinfo a {
    color: #666;
}
a.btn.pinkbtn {
    background: #e30175;
    float: right;
    padding: 0 8%;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    border: 1px solid;
    border-color: transparent;
    text-transform: uppercase;
    margin-top: -6px;
}
a.btn.pinkbtn:hover {
    color: #e30175;
    border: 1px solid #e30175;
    background: none;margin-left:0
}
.activitiydetail.first {
    margin-top: 0;
}
.activitiydetail.first > li {
    border-bottom: 1px dashed #666;
    border-top: none;
    padding-bottom: 15px;
}
ul.activitiydetail {
    margin-top: 25px;
}
ul.activitiydetail li {
    list-style-type: none;
    padding: 10px 0 10px 30px;
    border-top: 1px dashed #cfcfcf;
    position: relative;
}
ul.activitiydetail li i {
    position: absolute;
    left: 0;
    color: #31ccfd;
    font-size: 18px;
    top: 13px;
}
ul.activitiydetail li i.departure-icon {
    background: url(../images/sprite.png) no-repeat -100px -20px;
    width: 16px;
    height: 16px;
    display: block;
}
ul.activitiydetail li i.fa-tag {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
ul.activitiydetail li span {
    display: block;
}

ul.activitiydetail li li {
    width: 33.33%;
    float: left;
    border: none;
    padding: 0;
}
ul.activitiydetail li li span {
    font-size: 30px;
    color: #e30175;
    line-height: 30px;
}
/*.bottominfo {
    position: absolute;
    bottom: 10px;
    width: 96%;
}*/
.offtagright:before {
    background: url(../images/sprite.png) no-repeat -88px top;
    width: 11px;
    height: 40px;
    margin-left: 1px;
    position: absolute;
    left: -8px;
    content: '';
}
.paddleft {
    padding-left: 30px;
}
.paddright {
    padding-right: 30px;
}
.cms .reviewlist li {
    margin-bottom: 20px;
    list-style-type: none;
    background: #f4f2f2;
    padding:0;
}
.reviewlist li {
    margin-bottom: 20px;
    list-style-type: none;
    background: #f4f2f2;
    padding:0 15px;
    display:table;
    width:100%;
}
.reviewlist li h3 {
    font-size: 18px;
    color: #666;
    margin:10px 0 10px;
}
.reviewlist li h3 a {
    color: #666;
}
.reviewlist li h3 a:hover {
    color: #e30175;
}

.reviewlist li i {
    /*color: #31ccfd;*/
    margin-right: 10px;
    /*font-size: 18px;*/
    position: absolute;
    left: 0;
    top: 0;
}
.reviewlist li > div {
    padding:5px;
}
.reviewlist li > div.ratting {
    background: #d9d9d9;
    padding: 0;min-height:227px
}
.reviewlist li > div p {
    font-size: 14px;margin:0 0 15px 0
}
.reviewlist li > div .info {
    color: #e30175;
    padding-left: 25px;
    position: relative;
}
.reviewlist li > div .info span {
    color: #626161;
    margin: 0 10px;
}
.reviewlist li > div .posted-by {
    padding-left: 25px;
    position: relative;
    font-size: 12px;
}
.reviewlist li i.fa-user {
    line-height: 14px;
}
.reviewlist li > div.ratting li {
    list-style-type: none;
    border-bottom: 1px solid #c9c9c9;
    border-top: 1px solid #e6e6e6;
    padding: 10px;
    background: none;
    margin-bottom: 0;
    overflow: hidden;
}
.staricon {
    background: url(../images/sprite.png) no-repeat -100px top;
    width: 17px;
    height: 16px;
    display: inline-block;
}

.stariconhalf{
    background: url(../images/sprite.png) no-repeat -100px -40px;
    width: 17px;  height: 16px;  display: inline-block;
}


.reviewlist li > div.ratting li:last-child {
    border-bottom: none;
}
.disable-staricon {
    background: url(../images/sprite.png) no-repeat -120px top;
    width: 17px;
    height: 16px;
    display: inline-block;
}
.arrow_box {
    position: relative;
    background: #fff;
}
.arrow_box:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 24px;
    margin-top: -24px;
}
.reviewlist li > div.ratting li .arrow_box {
    margin: -10px -10px -10px 0;
    height: 48px;
    line-height: 48px;
    -webkit-box-shadow: -4px 0 7px rgba(0, 0, 0, .16);
    -moz-box-shadow: -4px 0 7px rgba(0, 0, 0, .16);
    box-shadow: -4px 0 7px rgba(0, 0, 0, .16);
}
.tags {
    color: #e30175;
}
.btmbtn {
    margin: 30px 0;
    float: left;
}
.btmbtn i {
    border: 1px solid #e30175;
    border-radius: 50%;
    font-size: 14px;
    height: 26px;
    line-height: 24px;
    margin-right: 17px;
    position: relative;
    text-align: center;
    top: -1px;
    width: 26px;
    display: inline-block;
    vertical-align: middle;
}
.btmbtn.right {
    float: right;
}
.btmbtn.right i {
    margin-left: 17px;
    margin-right: 0;
}
.sparator {
    clear: both;
    height: 40px;
}
/*born css*/

/* .you-may-also {
    overflow: hidden;
    position: relative;
    z-index: 999;
    border: 1px solid #eee;
    box-shadow: 0 5px 10px #eee;
    border-radius: 10px;width:98%
} */
/* .you-may-also::after {
    background: url(../images/you-may-also-like.png) no-repeat;
    position: absolute;
    content: "";
    top: 0;
    display: block;
    background-color: rgba(255, 255, 255, 0.2);
    overflow: hidden;
    width: 282px;
    height: 154px;
} */
/* .you-may-icon-bg {
    background: url(../images/bg-youmay.png) repeat-y;
    padding:105px 10px 18px;
} */
.news_listing_08 .news_contant p {
    margin-top: 10px;
    background-position: 0 bottom;word-wrap:break-word;
}
.news_listing_08 .date-format i{position:inherit}
.fixbtm-news {
    width: 100%;
    padding-right: 13px;
}
.news_listing_08 .news_contant .fixbtm-news .btn {
    padding: 0 15px 0 20px;
    float: left;
    margin-top: 10px;
    margin-right: 5px;
}
.Section .fixbtm-news a.btn-default:last-child {
    background: #31ccfd;
}
.Section .fixbtm-news a.btn-default:last-child:hover {
    background: #e30175;
}
.date-format {
    color: #31ccfd;
    font-size: 14px;
}
.date-format i {
    margin-right: 10px; position:absolute; left:0; top:5px;
}
.Section .fixbtm-news a.btn-default {
    font-size: 12px;
    line-height: 32px;
    padding: 0 15px;
    background: #e30175;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.Section .fixbtm-news a.btn-default:hover {
    background: #31ccfd;
    color: #fff;
}
.Section .fixbtm-news .phone {
    font-size: 12px;
    float: right;
    display: block;
    margin-top: 5px;
}
.Section .fixbtm-news .phone a {
    color: #666;
}
.Section .fixbtm-news .phone i {
    border: 2px solid #3ecffc;
    color: #3ecffc;
    width: 20px;
    height: 20px;
    line-height: 17px;
    font-size: 13px;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.offtag-news {
    border-color: #e30175 #e30175 #e30175 rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 25px 17px 25px 7px;
    height: 0;
    position: absolute;
    top: 27px;
    width: 164px;
    line-height: 2px;
    z-index: 99;
    right: 0px;
    border-left: 7px solid transparent;
    color: #fff;
    padding-left: 20px;
    font-size: 18px;
}
.pagination_04 {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
}
.pagination_04 li {
    display: inline;
}
.pagination_04 li a {
    background-color: #fff;
    border: 1px solid #31ccfd;
    color: #31ccfd;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 8px 12px;
    position: relative;
    text-decoration: none;
}
.pagination_04 li a:hover {
    background-color: #31ccfd;
    color: #fff;
}
.pagination_04 li span {
    border-bottom: 1px solid #31ccfd;
    border-top: 1px solid #31ccfd;
    float: left;
    line-height: 36px;
    padding: 0 10px;
}
.pagination_04 .active > a,
.pagination_04 .active > a:hover {
    background-color: #31ccfd;
    color: #fff;
}
.news_listing_08 {
    padding-bottom: 30px;
}
.news_listing_08 .border-btm {
    border-bottom: 1px solid #eaeaea;
    padding: 0px 0px 25px 0;
}
.border-btm.last {
    border-bottom: none;
}
.news_listing_08 .triangle_date {
    background: rgba(78, 205, 196, 1);
    color: #fff;
    height: 100%;
    font-family: "ralewayregular";
    font-weight: 700;
    font-style: normal;
    display: block;
    font-size: 13px;
    padding: 15px 5px 15px 22px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.news_listing_08 .triangle_date:after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 24px 20px 24px;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}
.news_listing_08 .news_images .image_link {
    -webkit-transition: transform 0.5s ease 0s;
    -khtml-transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -ms-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    display: block;
}
.news_listing_08 .news_images .image_link img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.5s ease 0s;
    -khtml-transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -ms-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
}
.news_listing_08 .news_images .image_link span i {
    background: #124b98;
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: -50%;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    width: 40px;
    z-index: 100;
    text-align: center;
}
.news_listing_08 .news_images .image_link:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.news_listing_08 .news_images .image_link:hover span i {
    top: 50%;
}
.news_listing_08 .news_images .image_link:hover:after {
    background: rgba(0, 0, 0, 0.5);
}
.news_listing_08 .news_images .image_link:after {
    -webkit-transition: transform 0.5s ease 0s;
    -khtml-transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -ms-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    content: "";
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.news_listing_08 .news_contant .news_title:after {
    height: 0;
    width: 0;
    display: none;
}
.news_listing_08 .news_contant .news_title {
    margin: 0 0 5px;
    font-size: 22px;
    line-height: 22px;
    font-family: "ralewayregular";
    font-style: normal;
    color: #556270;
    padding: 0;
    border-bottom: 0;
   
}
.news_listing_08 .news_contant .news_title a {
    color: #556270;
}
.news_listing_08 .news_contant .news_title a:hover {
    color: #e30175;
}
.news_listing_08 .news_contant p {} .news_listing_08 .news_contant .btn {
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    padding: 8px 15px 8px 20px;
}
.news_listing_08 .news_contant .btn:after {
    border-color: transparent transparent transparent #fff;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}
.btn i {
    margin: 0 10px 0 0;
}
.sitemap_01 ul {
    margin: 0px;
    padding: 0px;
}
.sitemap_01 ul li {
    list-style: none;
    margin-bottom: 50px;
    display: block;
}
.sitemap_01 ul li:last-child{margin-bottom:0}
.sitemap_01 ul li a span {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background-color: #fff;
    float: left;
    border: 2px solid #31ccfd;
    text-align: center;
    position: absolute;
}
.sitemap_01 ul li a span i {
    color: #31ccfd;
    font-size: 20px;
    line-height: 47px;
    text-align: center;
    vertical-align: middle;
}
.sitemap_01 ul li a b {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    padding-left: 58px;
    padding-top: 15px;
    vertical-align: middle;
    text-transform: capitalize;
    color: #31ccfd;
}
.sitemap_01 ul li a:hover span {
    border-color: #e61c84;
}
.sitemap_01 ul li a:hover span i {
    color: #e61c84;
}
.sitemap_01 ul li a:hover b {
    color: #e61c84;
}
.sitemap_01 .sitemap_01_submenu ul {
    padding: 15px 0 0;
}
.sitemap_01 .sitemap_01_submenu ul li {
    margin-bottom: 0px;
}
.sitemap_01 .sitemap_01_submenu ul li a {
    font-size: 16px;
    font-weight: normal;
    margin: 5px 0;
    display: inline-block;
    padding-top: 0px;
    padding-left: 58px;
    color: #556270;
}
.sitemap_01 .sitemap_01_submenu ul li a:hover {
    color: #31ccfd;
}
.sitemap_01 .sitemap_01_submenu .sitemap_01_submenu_sub ul {
    padding: 0px;
}
.sitemap_01 .sitemap_01_submenu .sitemap_01_submenu_sub ul li a {
    font-size: 14px;
}
.sitemap_01 .sitemap_01_main::before {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 40px;
    position: absolute;
    z-index: 0;
}
.contact-list h4 {
    text-transform: none !important
}
.location-bg-main {
    position: relative
}
.location-bg-main h4{margin-bottom:0}
.location-bg {
    position: absolute;
    border-radius: 100%;
    top: -23px;
    left: 0;
    right: 0;
    margin: auto;
    background: #e30175;
    /* padding: 4% 7%; */
    
    width: 46px;
    height: 46px;
    text-align: center;
    font-size: 23px;
    line-height: 45px;
    color: #fff;
}
.contactinfo {
    margin-top: 25px
}
.contactinfo a {
    color: #6f6f6f
}
.contactinfo a:hover {
    color: #000
}
.tourism .cards {
    float: left;
    margin: 6px 0 0
}

.tourism .pay-detail {
    float: left;
    font-size: 16px;
    color: #6f6f6f
}
.tab-content #gridbody > .tab-pane {
    display: none
}
.tab-content  #gridbody >.active {
    display: block
}
.req-note {
    color: #f00;
    float: right;

    font-size: 13px;
    margin: 0 50px;

    right: 0;
    top: 10px;
}
.req-note span {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
form {
    font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px
}
.input01 label {
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    display: block;
    color: #124b98;
    letter-spacing: 1px
}
.req-star {
    color: #F00;
    margin-left: 2px;
    font-family: Arial, Helvetica, sans-serif;
}
.input01,
.radio01 {
    margin-bottom: 25px
}
.input01 input[type="text"],
.input01 textarea,
.input01 input[type="password"] {
    background: none;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    resize: none;
    font-size: 15px;height:40px
}
.contact h2 {
    padding: 0;
    margin: 0;
    line-height: 40px;
}
.contact .tab-content {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 5px 10px #eee;
    padding: 35px;
    position: relative;
    margin-bottom: 60px;
}
.contact .req-note {
    margin: 8px 0 10px 0;
}
.recaptcha-demo img {
    width: 350px;
}
.error {
    color: #f00;
}
.contact .list {
    background: #ebfdff;
    border: 1px solid #c4f4f8;
    margin-bottom: 50px;
    padding: 25px;
    transition: all 0.5s ease-in-out 0;
    -webkit-transition: all 0.5s ease-in-out 0;
    border-radius: 10px;
    text-align: center;
}
.contact iframe {
    width: 100%;
    height: 280px;
    border: none
}
.contact .list p {
    margin-bottom: 0;
}
hr {
    margin: 10px 0;
    border-color: #C4F4F8;
}
.contact .contact-list {
 /*   margin-bottom: 20px;*/
}
.contact .contact-list i {
    font-size: 18px;
    position: absolute;
    width: 25px;
    margin-top: 2px;
}
.contact .contact-list p {
    padding-left: 0px;
    text-align: center;
    line-height: 20px;
}
/*Contact Us e*/

.news-detail-title h3 {
    font-size: 48px;
    font-family: "ralewayextrabold";
    margin: 0 0 15px 0;
}
.title_section {
    background: #EEE;
    font-family: "Dosis", sans-serif;
    font-weight: 500;
    letter-spacing: 1px
}
.title_section h1 {
    color: #0a5fa4;
    text-transform: uppercase;
    font-weight: 400
}
.responsive {
    border: 1px solid #CCC;
    border-radius: 3px;
    margin-bottom: 25px;
    padding: 10px 0;
}
.responsive table {
    width: 100%;
}
.responsive table tr:nth-child(2n+1) td {
    background: #F8F8F8 none repeat scroll 0 0;
}
.responsive table th {
    color: #0a5fa4;
    font-size: 15px;
    font-weight: normal;
    padding: 7px 15px 20px;
    font-weight: 400;
    text-transform: uppercase
}
.responsive table td {
    color: #797a7b;
    font-size: 14px;
    padding: 10px 15px;
    font-weight: normal
}
.cms{font-size:15px; line-height: 25px; color: #666;}
.cms ol{padding-left:25px;}
.cms h1,
.cms h2,
.cms h3,
.cms h4,
.cms h5,
.cms h6 {
    font-family: 'ralewayextrabold', sans-serif;
    color: #124b98;
    letter-spacing: 1px;
    font-weight: 400;
}
.cms h1 {
    font-size: 40px;
    padding-left:0;
}
.cms h2 {
    font-size: 35px;
    padding-bottom:0;
    margin-bottom:5px;
}
.cms h2:after {
    display:none;
}
.cms h3 {
    font-size: 28px
}
.cms h4 {
    font-size: 20px;
    text-transform:uppercase;
}
.cms h5 {
    font-size: 16px
}
.cms h6 {
    font-size: 12px
}
.cms p {
    font-size: 15px;
    color: #666;
    line-height: 25px;
    margin-bottom: 15px;
    /*text-align: justify;*/
    margin-top:0;
}
.cms a {
    color: #0a5fa4;
    font-weight:bold;
}
.cms a:hover {
    color: #e30175
}
.cms .files a {
    display: inline-block;
    font-size: 16px;
    margin-right: 15px;
    border-right: solid 1px #CCC;
    padding-right: 15px;
    margin-bottom: 10px
}
.cms .files a:last-child {
    border: none
}
.cms .files {
    margin-bottom: 25px
}
.cms ul {
    padding-left: 25px;
    overflow: hidden
}
.cms ol li{ text-align:left;}
.cms ul li {
    color: #777978;
    text-align:left;
    font-size: 15px;
    list-style-type: none;
    position: relative; 
    margin-bottom:5px;
    line-height:25px;
    /*padding-left: 5px;*/
}
.cms ul li:before{width: 7px; height: 7px; content: ''; background-color:#777978; position: absolute; border-radius: 50%; left: -18px; top: 8px;}
.cms ul li a {
    color: #0a5fa4;
    display: inline-block;
    font-size: 15px;
    /*margin: -5px 0 0;*/
    /*vertical-align: middle;*/
}
/*.cms ul li a:hover {
    margin-left: 5px
}*/
.cms .btn a {
    color: #FFF
}
.spacer30 {
    height: 30px;
    display: block;
}
.box-shadowleft:before,
.box-shadowleft:after {
    display: none;
}
.box-shadowleft .thumbnail_container.small-thumb {
    float: left;
    width: 153px;
    padding-bottom: 101px;
    margin-right: 15px;
}
.section03.two-col-article-details.box-shadowleft .SOcolumns .item figure h3 {
    font-size: 16px;padding:0;margin-top:10px
}
.businesssec.section03 .divtable-left .item {
    float: none;
    vertical-align: text-bottom;
    background: #f4f2f2;
    border: 5px solid #fff;
    padding: 0;
}
.activity-left-panel {
    margin: 31px 0px 0 0 !important;
}
.owl-carousel .item {
    margin-top: 0px !important;
}
.top-space {
    margin: 20px 0 0 0;
}
.detail-space {
    padding: 0 15px;
}
.detail-title h3 {
    font-size: 48px;
    font-family: "ralewayextrabold";
}
.detail-combo {
    appearance: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/arrow.png) no-repeat 76% 45%;
    margin: 0 10px;
    width: 100px;
    padding: 0 30px 0 0;
    float: left;
    border: 0;
    cursor: pointer;
}
.detail-combo:active,
.detail-combo:hover,
.detail-combo:focus,
.detail-combo:visited {
    outline: none;
    border: 0;
}
/*Death css*/

.col-with-info {
    max-width: 1031px;
    margin: auto;
}
.col-with-info .item p {
    color: #686868;
    opacity: 1;
    transform: none;
    margin-top: 0;
   /*border-bottom: 1px solid #f4f4f4;*/
   /* padding-bottom: 15px;
    min-height: 75px*/
}
.events .col-with-info .item p{ padding-bottom:10px;}
.events .col-with-info .item  p .fa-map-marker{font-size:18px;color:#e30175;margin:0 5px 0 0}
.col-with-info .item .readmore-brd{border-top: 1px solid #f4f4f4;}
.col-with-info .item .readmore-brd .readmore{margin:10px 0 0}
.col-with-info figure.effect-lily {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    padding: 5px;
}
.col-with-info figure.effect-lily .readmore {
    color: #114c98;
    transform: none !important;
    opacity: 1;
    display: inline;
    float: right;
    position: relative;
    margin: 8px 0;
}
.col-with-info figure.effect-lily .readmore i {
    /*border-color: #114c98;*/
    vertical-align: middle;
    background:url(../images/right-arrow-blue.svg);
    background-size:cover;
}
.col-with-info figure.effect-lily .readmore:hover i{
    background:url(../images/right-arrow-pink.svg);
}
.col-with-info figure.effect-lily .readmore i:before{display:none;}
.col-with-info figure.effect-lily .readmore:hover {
    color: #e30175
}
.col-with-info figure.effect-lily .readmore:hover i {
    border-color: #e30175;
}
.col-with-info figure.effect-lily:hover figcaption {
    background: none;
}
.col-with-info figure.effect-lily:hover .figcaption {
    background: none;
}
.col-with-info figure.effect-lily figcaption {
    position: relative;
    padding: 15px 20px 7px;
    box-shadow: none;
}
.col-with-info figure.effect-lily .figcaption {
    position: relative;
    padding: 15px 10px 6px;
    box-shadow: none;
    overflow:hidden;
    cursor:default;
}
.col-with-info.cust-module figure.effect-lily .figcaption{min-height:185px; height:inherit;}
.col-with-info.cust-module figure.effect-lily .figcaption p{min-height:110px}

.col-with-info figure.effect-lily h2 {
    position: inherit;
    font-size: 18px;
    transform: none;
    margin: 0;
    padding: 0;
    line-height: 22px;
}
.col-with-info figure.effect-lily h2 a {
    color: #114c98;
}
.col-with-info figure.effect-lily h2 i {
    display: none;
}
.col-with-info figure.effect-lily:hover p,
.col-with-info figure.effect-lily:hover h2,
.col-with-info figure.effect-lily:hover .readmore {
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;    
    -moz-transform: none;
    -o-transform: none;
}
.col-with-info .Section figure.effect-lily h2:after {
    background: none;
}
.columns.col-with-info .item {
    margin-top: 35px;
    height: auto;
}
.columns.col-with-info .item p {
    line-height: 22px;
    margin-bottom: 0;
}
/*.col-with-info figure.effect-lily .readmore i.fa-arrow-right:before { position:absolute; top:36%;}*/

.event-search {
    position: relative;
    padding: 0;
}
.event-search .search-input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 30px 5px 10px;
    font-style: normal;
    font-size: 14px;
    height:35px;
}
.event-search .search-icon {
    color: #7f7f7f;top:9px
}
.event-search .search-icon:hover{color:#e61c84;}
.eventbox .nav-tabs > li {
    float: right;
}
.eventbox .nav-tabs {
    border-bottom-style: dashed;
    border-color: #7f7f7f;
}
.eventbox .nav-tabs > li > a {
    font-size: 16px;
}
.eventbox .nav-tabs > li.active > a,
.eventbox .nav-tabs > li.active > a:focus,
.eventbox .nav-tabs > li.active > a:hover {
    border-style: dashed;
    border-color: #7f7f7f #7f7f7f transparent;
}
.tab-pane .col-with-info {
    max-width: none;
    margin: auto;
}
#cust_info .btn {
    background: #e30175;
    color: #fff;
    text-transform: uppercase;
}
#cust_info .btn:hover {
    background: #31ccfd;
}
.eventbox .nav-tabs > li > a i.pinboard-icon {
    background: url(../images/sprite.png) no-repeat -118px -20px;
    width: 19px;
    height: 19px;
    float: left;
    margin-right: 8px;
    margin-top: 2px;
}
.eventbox .nav-tabs > li > a i.agenda-icon {
    background: url(../images/sprite.png) no-repeat -137px -20px;
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    margin-top: 2px;
}
.eventbox .nav-tabs > li > a i.calender-icon {
    background: url(../images/sprite.png) no-repeat -139px 0;
    width: 19px;
    height: 19px;
    float: left;
    margin-right: 8px;
    margin-top: 2px;
}
.col-with-info .item p.eventstag {
    min-height: inherit;
    padding-bottom: 6px;
}
.pinboardevent {
    width: 100%;
    margin: 2em auto;
}
.pinboardevent {
    -moz-column-count: 3;
    -moz-column-gap: 3%;
    -moz-column-width: 10%;
    -webkit-column-count: 3;
    -webkit-column-gap: 3%;
    -webkit-column-width: 10%;
    column-count: 3;
    column-gap: 3%;
    column-width: 20%;
}
.box {
    margin-bottom: 20px;
}
.columns.col-with-info.pinboardevent .item {
    display: inline-block;
    width: 100%;
    padding: 0;
    float: none;
    margin-top: 8px;
}
.tab-content > div {
    padding: 20px 0;
}
.tab-content > div .date-format {
    color: #e30175;
    margin-top: 10px;
    display: block; position:relative; padding-left:20px;
}
.tab-content > div .date-format.times { margin-top: 3px; }
.tab-content > div .date-format.times i { font-size: 15px; }
.view-more { font-size:14px;}

.contact .tab-content > div {
    padding: 0;
}
.responsive.calender {
    border: none;
}
.responsive.calender table tr:nth-child(2n+1) td {
    background: none;
}
.responsive.calender .thead {
    background: #f8f8f8;
    padding: 7px 15px;
    color: #0a5fa4;
    font-size: 15px;
    text-transform: uppercase;
}
.responsive.calender .td {
    height: 140px;
    border: 1px solid #ccc;
    border-right: 0;
    border-bottom: 0;
}
.responsive.calender .td h3 {
    margin: 0 0 5px;
}
ul.eventlist {
    text-align: center;
    margin: 35px 0 15px;
    /*float: right;*/
}
ul.eventlist li {
    list-style-type: none;
    color: #666;
    text-align: left;position:relative;background:#fafafa;padding:10px 15px
}
ul.eventlist li.eventcalendarcontainer{padding-right:0;background:none;padding:0;margin-bottom:20px}
ul.eventlist li.area-filter{background:none;padding:0;border-top:solid 1px #EEE}

ul.eventlist li.event-search{padding:0;border-bottom:solid 1px #EEE;padding-bottom:20px;background:none;margin-bottom:0px; padding-right:10px; margin-bottom:20px;}
ul.eventlist li span.selected::before{position:absolute;content: "\f00c";font-family:FontAwesome;font-size:18px;right:25px;color:#e30175;font-size:12px;height:20px;width:20px;line-height:16px;border:solid 2px;border-radius:100%;text-align:center}
ul.eventlist li span {width: 24px;height: 24px;display: block;margin: 0 auto 5px;border-radius: 50%;float: left;margin-left: 15px;}
.event-tt-detail{font-size:14px;padding: 10px;background:#fbfbfb;border:solid 1px #f1f1f1}
.tab-content > div .event-tt-detail .contentbox .date-format{margin:0}
.tab-content > div .event-tt-detail .contentbox .date-format i{font-size:15px;color:#124b98;margin-right:5px;width:15px;text-align:center}

/*ul.eventlist li.eventtypeclick.selected span::before{position:absolute;content: "\f00c";font-family:FontAwesome;font-size:18px;right:25px;color:#e30175;font-size:12px;height:20px;width:20px;line-height:16px;border:solid 2px;border-radius:100%;text-align:center}*/


ul.eventlist li span.FD {
    background: #02a336;
}
ul.eventlist li span.ME {
    background: #ca008b;
}
ul.eventlist li span.Family {
    background: #fa5341;
}
ul.eventlist li span.AC {
    background: #f0b216;
}
ul.eventlist li select {
    height: 35px;
    background: rgba(0, 0, 0, 0) url("../images/selectbox-arrow.png") no-repeat scroll 95% 12px;
}
ul.eventlist .major-event {
    text-transform: uppercase;background:#FFF;margin:20px 0 10px;padding:0
}
ul.eventlist .major-event input {
    margin-right:4px;
    margin-left:4px;
}
.events .tab-content > div {
    padding: 0 15px;
}
.events h2 {
    font-size: 35px;
    text-align: center
}
ul.eventlist li .form-control {
    width: 100%;
    border-radius: 4px !important;
    font-size: 12px;
}
ul.eventlist li .input-group {
    display: block;
}
ul.eventlist li .form-group {
    display: inline-block;
    margin-bottom: 0;
    width:90%;
}
ul.eventlist li .input-group-addon {
    color: #124b98;
    cursor: pointer;
    position: absolute;
    right: 0;
    z-index: 9;
    padding: 0;
    margin: 10px 5px 0 0;
    border-radius: 0;
    border: none;
    background: none;
}
ul.eventlist li .input-group-addon span {
    margin: 0;
}
ul.eventlist li span.Sporting {
    background: #0d1995;
}
ul.eventlist li span.Kids {
    background: #4f67ff;
}
ul.eventlist li span.Charity {
    background: #00c1c6;
}
ul.eventlist li span.National {
    background: #a45315;
}
ul.eventlist li span.PH {
    background: #5d5d5d;
}
ul.eventlist li span.Nature {
    background: #99cf00;
}
.calender-top h2 {
    font-size: 36px;
}
/*.calender-top h2:after {
    display: none;
}*/
.calender-top .btmbtn {
    position: absolute;
    left: 0;
    z-index: 1;
}
.calender-top .btmbtn.right {
    right: 0;
    left: auto;
}
.event {
    position: relative;
    font-size: 12px;
}
.calendarview .event span{white-space: nowrap; overflow: hidden;text-overflow: ellipsis; line-height:24px}
.event span {/*white-space: nowrap;*/display: block; width: 100%;/*overflow: hidden;text-overflow: ellipsis;*/color: #fff;padding: 2px 5px;margin-top: 3px; line-height:18px;}

.event span a {
    color: #fff;
}
.event-content {
    position: absolute;
    left: 0;
    display: none;
    width: 340px;
}
.event:hover .event-content {
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}
.responsive.calender {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    /*border: 1px solid #ccc;*/
    padding: 0;
}
.responsive.calender .col-xs-2 {
    width: 14.28%;
    padding: 0 8px;
}
.responsive.calender .col-xs-2.thead:nth-of-type(1){border-left: solid 1px #ccc;}
.responsive.calender .col-xs-2.thead {
    padding: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.event.FD span {
    background: #02a336;
}
.event.FD span a {
    color: #fff;
}
.event.FD .event-content {
    background: #fff;
    border: 1px solid #02a336;
    padding: 10px;
    z-index: 1
}
.event.FD .event-content:before {
    border-color: transparent transparent #02a336;
}
.event.ME span {
    background: #ca008b;
}
.event.ME .event-content {
    background: #fff;
    border: 1px solid #ca008b;
    padding: 10px;
    z-index: 1
}
.event.ME .contentbox h4 a {
    color: #ca008b;
}
.event.ME .contentbox h4 a:hover {
    color: #666;
}
.event.ME .event-content:before {
    border-color: transparent transparent #ca008b;
}
.event.Family span {
    background: #fa5341;
}
.event.Family .event-content {
    background: #fff;
    border: 1px solid #fa5341;
    padding: 10px;
    z-index: 1
}
.event.Family .contentbox h4 a {
    color: #fa5341;
}
.event.Family .contentbox h4 a:hover {
    color: #666;
}
.event.Family .event-content:before {
    border-color: transparent transparent #fa5341;
}
.event.AC span {
    background: #f0b216;
}
.event.AC .event-content {
    background: #fff;
    border: 1px solid #f0b216;
    padding: 10px;
    z-index: 1
}
.event.AC .contentbox h4 a {
    color: #f0b216;
}
.event.AC .contentbox h4 a:hover {
    color: #666;
}
.event.AC .event-content:before {
    border-color: transparent transparent #f0b216;
}
.event.Sporting span {
    background: #0d1995;
}
.event.Sporting .event-content {
    background: #fff;
    border: 1px solid #0d1995;
    padding: 10px;
    z-index: 1
}
.event.Sporting .contentbox h4 a {
    color: #0d1995;
}
.event.Sporting .contentbox h4 a:hover {
    color: #666;
}
.event.Sporting .event-content:before {
    border-color: transparent transparent #0d1995;
}
.event.Kids span {
    background: #4f67ff;
}
.event.Kids .event-content {
    background: #fff;
    border: 1px solid #4f67ff;
    padding: 10px;
    z-index: 1
}
.event.Kids .contentbox h4 a {
    color: #4f67ff;
}
.event.Kids .contentbox h4 a:hover {
    color: #666;
}
.event.Kids .event-content:before {
    border-color: transparent transparent #4f67ff;
}
.event.Charity span {
    background: #00c1c6;
}
.event.Charity .event-content {
    background: #fff;
    border: 1px solid #00c1c6;
    padding: 10px;
    z-index: 1
}
.event.Charity .contentbox h4 a {
    color: #00c1c6;
}
.event.Charity .contentbox h4 a:hover {
    color: #666;
}
.event.Charity .event-content:before {
    border-color: transparent transparent #00c1c6;
}
.event.National span {
    background: #a45315;
}
.event.National .event-content {
    background: #fff;
    border: 1px solid #a45315;
    padding: 10px;
    z-index: 1
}
.event.National .contentbox h4 a {
    color: #a45315;
}
.event.National .contentbox h4 a:hover {
    color: #666;
}
.event.National .event-content:before {
    border-color: transparent transparent #a45315;
}
.event.PH span {
    background: #5d5d5d;
}
.event.PH .event-content {
    background: #fff;
    border: 1px solid #5d5d5d;
    padding: 10px;
    z-index: 1
}
.event.PH .contentbox h4 a {
    color: #5d5d5d;
}
.event.PH .contentbox h4 a:hover {
    color: #666;
}
.event.PH .event-content:before {
    border-color: transparent transparent #5d5d5d;
}
.event.Nature span {
    background: #99cf00;
}
.event.Nature .event-content {
    background: #fff;
    border: 1px solid #99cf00;
    padding: 10px;
    z-index: 1
}
.event.Nature .contentbox h4 a {
    color: #99cf00;
}
.event.Nature .contentbox h4 a:hover {
    color: #666;
}
.event.Nature .event-content:before {
    border-color: transparent transparent #99cf00;
}
.event .event-content:after,
.event .event-content:before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    width: 0;
    height: 0;
    border-style: solid;
}
.event .event-content:after {
    top: -14px;
    border-color: transparent transparent #fff;
    border-width: 7px;
}
.event .event-content:before {
    top: -15px;
    border-width: 7px;
}
.responsive.calender .col-xs-2 a.btn {
    padding: 0;
}
.responsive.calender .col-xs-2 a.btn i {
    width: 15px;
    height: 15px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
    font-size: 8px;
    border: 1px solid #e30175;
    border-radius: 50%;
    position: relative;
    margin-left: 7px;
}
.tooltipimgbox {
    float: left;
    width: 100px;
    padding-bottom:67px;
    margin-right: 10px;
}
.contentbox {
    overflow: hidden;
}
.contentbox h4 {
    color: #02a336;
    font-size: 14px;
    margin: 0;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}
.contentbox.tooltipbox h4{min-height:45px}
.thumbnail_container.tooltipimgbox .thumbnail{background:#EEE}
.contentbox h4 a {
    color: #02a336;
}
.contentbox h4 a:hover {
    color: #666;
}
.tab-content > div .contentbox .date-format {
    color: #666;
    font-size: 12px;
}
.yearcombo {
    position: absolute;
    left: 30px;
    top: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px;
}
a,
a:hover,
button,
button:hover {
    transition: 0.5s all;
    -webkit-transition: 0.5s all
}
.bootstrap-select .btn.dropdown-toggle {
    background: none !important;
    box-shadow: none;
}
.bootstrap-select .dropdown-menu > li > a {
    padding: 3px 10px;
}
#container {
    position: relative;
}
.eventstag i.circle {
    width: 7px;
    height: 7px;
    display: inline-block;
    background: #666;
    border-radius: 50%;
    margin: 0 8px;
    position: relative;
    top: -1px;
}
.carousel,
.item,
.active {
    height: 100%;
}
.loginbg {
   /* position: absolute;*/
   /* height: 100%;*/
    width: 100%;
    background: url(../images/login-bg.jpg) no-repeat left top;
    background-size: cover;padding:1px 0 40px 0
   /* overflow: auto*/
}
.loginbox {
    max-width: 500px;
    margin: 40px auto auto;
    background: #fff;
    padding: 20px;
    font-family: "ralewaymedium"
}
.loginbox h2 {
    color: #124b98;
    font-size: 28px;
    line-height: 48px;
    margin-top: 10px;
    position: relative;
    padding-bottom: 10px;
}
.loginbox h2:after {
    width: 125px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    background: #31ccfd;
    height: 5px;
    bottom: 0;
}
.inputbox {
    background: #f4f4f4;
    margin-left: -66px;
    height: 46px;
    margin-top: 30px;
	margin-bottom:30px
}
.inputbox i {
    background: #31ccfd;
    text-align: center;
    width: 46px;
    height: 46px;
    float: left;
    line-height: 46px;
    font-size: 22px;
    color: #fff;
    position: absolute;
}
.inputbox input {
    width: 100%;
    padding-left: 65px;
    height: 46px;
    border: none;
    background: none;
    padding-right: 20px;
    font-size: 16px;
}
.txt-ar{position:relative}
.txt-ar i{background: #31ccfd;text-align: center;width: 46px;height: 46px;float: left;line-height: 46px;font-size: 22px;color: #fff;position: absolute;height:100%}
.txt-ar .inputbox{height:auto;}
.inputbox.textarea{height:auto;background:none;}
.inputbox.textarea textarea{height:auto;background:#f4f4f4;resize:none;border:0;padding-left: 65px;width:100%;padding:10px 10px 10px 65px}
.recaptcha-demo .input01{margin-bottom:0}
.recaptcha-demo .captcha{margin-bottom:5px}

.gendermain{}
.gendermain .input01{padding:11px 0 11px 65px;padding-left:65px;height:46px}
.gendermain .input01 label{display:inline-block;margin-left:5px}
.gendermain .input01 label input[type="radio"]{display:inline-block;vertical-align:middle;margin:-4px 3px 0 0}
.gendermain .inputbox{height:auto;}
.gendermain .inputbox input{width:auto;height:auto}


.userful-links li{padding: 10px 0;
border-left: solid 1px #124b98;
padding-left: 10px;
background-color: rgba(250,250,250,0.8);
list-style: none;
margin-bottom: 20px;
box-shadow: 0 2px 2px #EEE;
line-height: 20px;
}
.userful-links li a{letter-spacing:1px;color: #124b98;font-size:15px}

.inputbox select{    width: 90%;float:right;
    height: 46px;
    border: none;
    padding-right: 20px;
    font-size: 16px;}
.inputbox label.error{padding-left:65px}
button.loginbtn {
    background: #124b98;
    color: #FFF;
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 18px;
    border: none;
    display: inline-block;
    margin: 20px 0 0;
    border: solid 2px transparent
}
button.loginbtn:hover {
    border-color: #124b98;
    color: #124b98;
    background: none
}
.remeber {
    margin-top: 11px;
    padding: 20px;
    text-align: center
}
.remeber label {
    font-size: 16px;
    color: #666
}
.remeber label input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 7px 0 0
}
.forgot-pwd a {
    font-size: 16px;
    color: #666;
    text-transform: capitalize;
    padding: 10px 0;
    display: inline-block
}
.forgot-pwd a:hover {
    color: #124b98
}
.or {
    border-bottom: solid 1px #CCC;
    position: relative;
    height: 7px;
    margin-bottom: 20px
}
.or span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 35px;
    height: 35px;
    padding: 5px;
    display: inline-block;
    top: 0;
    bottom: 0;
    border: solid 1px #CCC;
    font-size: 14px;
    border-radius: 100%;
    background: #FFF;
    text-align: center;
}
.loginbox .social {
    padding: 10px 0 25px;
    border-bottom: solid 1px #CCC;
    text-align:center;
}
.loginbox .facebook-btn,
.loginbox .twitter-btn {
    background: #475fa1;
    color: #FFF;
    border: solid 2px transparent;
    text-align: center;
    width: 48%;
    display: inline-block;
}
.loginbox .facebook-btn a,
.loginbox .twitter-btn a {
    color: #FFF;
    display: block;
    padding: 10px 0;
    font-size: 15px
}
.loginbox .facebook-btn i,
.loginbox .twitter-btn i {
    font-size: 22px;
    vertical-align: middle;
    margin-right: 15px
}
.loginbox .twitter-btn {
    background: #00c7ff;
    float: right
}
.loginbox .facebook-btn:hover {
    border-color: #475fa1;
    background: none
}
.loginbox .facebook-btn a:hover {
    color: #475fa1
}
.loginbox .twitter-btn:hover {
    border-color: #00c7ff;
    background: none
}
.loginbox .twitter-btn a:hover {
    color: #00c7ff;
}
.loginbox .account {
    padding: 12px 0;
    line-height: 25px
}
.loginbox .account .dont_acc {
    display: inline-block;
    color: #124b98;
    margin-right: 15px;
    font-size: 15px
}
.loginbox .account .register {
    font-size: 14px;
    float: right
}
.loginbox .account .register i {
    margin-right: 5px;
    font-size: 18px
}
.signup-check {
    padding: 15px 0 10px
}
.signup-check label {
    font-size: 15px
}
.signup-check label input[type="checkbox"] {
    margin: -4px 7px 0 0;
    vertical-align: middle
}
.register-btn button, .register-btn input[type=reset] {
    width: 48%;
    margin: 0 0 25px 0px
}
.register-btn button:first-child {
    margin-right: 14px;
}
/*.major-event-listing{display:none}*/

.eventbox .nav-tabs > li.major-event {
    float: left;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 4px 25px;
    text-transform: uppercase;
}
.eventbox .nav-tabs > li.major-event input[type="checkbox"] {
    vertical-align: middle;
    margin: -3px 4px 0 0
}
.tag {
    border-radius: 0 20px 20px 0;
    box-shadow: 3px 1px 2px #666;
    color: #fff;
    font-family: "ralewaymedium";
    left: 0;
    letter-spacing: 0.5px;
    line-height: 100%;
    padding: 10px 20px 10px 30px;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
    z-index: 99;
    font-weight: bold
}
.tag::before {
    position: absolute;
    height: 10px;
    width: 10px;
    display: block;
    background-color: rgba(255, 255, 255, 0.4);
    left: 10px;
    top: 0;
    content: "";
    bottom: 0;
    margin: auto;
    border-radius: 100%;
}
.pink {
    background: #e30175
}
/*.major-event-hr.col-with-info figure.effect-lily {
    background: #EEE;
    box-shadow: none
}*/
.darkbg {
    background: #EEE;
    box-shadow: none
}
/*Promotions Listing*/

.promotions.listview .thumbnail_container {
    width: 33%
}
.promotions .date-format ul li strong,
.detailcontainer .date-format ul li strong {
    color: #333;
    font-weight: normal
}
.promotions .fav-pro {
    display: inline-block;
    position: absolute;
    right: 54px;
    top: 5px;

}
.promotions .by {
    margin: 8px 0
}
.promotions .date-format {
    margin-bottom: 5px;
    color: #e30175
}
.promotions.col-with-info figure.effect-lily .figcaption {
    padding: 15px 15px 6px
}
.promotions .date-format ul {
    display: inline-block;
    margin-bottom: 0
}
.promotions .date-format ul li,
.detailcontainer .date-format ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: solid 1px #EEE
}
.promotions .date-format ul li:last-child,
.detailcontainer .date-format ul li:last-child {
    border: none;
    margin: 0;
    padding: 0
}
.detailcontainer .date-format {
    display: inline-block;
    float: right; position:relative; padding-left:20px;
}
.detailcontainer .date-format ul {
    display: inline-block;
}
.detailcontainer .date-format {
    margin-left: 15px;
    color: #e30175
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    width:100%;
    border: none;
    height: 41px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding:0px 40px 0 7px ;
    background: url(../images/selectbox-arrow.png) no-repeat 98% 15px;
    font-size: 15px
}
select::-ms-expand {
    display: none;
}
#welcome{min-height:200px;position:relative;z-index:1}
.col-sm-3 select {
    background-position: 95% 15px
}
.review-rates {
    background: #fbfbfb;
    border: solid 1px #efefef;
    padding: 15px 10px 0;
    margin-bottom: 25px;
    border-radius: 4px
}

.review-rates select {
    background-color: #FFF;
    width: 98.5%
}
.reviewform {
	margin-top:50px;
    padding-bottom: 35px;
    padding-top: 70px;
    position: relative;
    box-shadow: 0 -1px 6px 3px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 -1px 6px 3px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 -1px 6px 3px rgba(0, 0, 0, 0.09);
}
.reviewform:before {
    background: url(../images/spiral.jpg)repeat-x scroll 8px 0;
    position: absolute;
    content: "";
    height: 55px;
    left: 0;
    position: absolute;
    right: 0;
    top: -20px;
}
.reviewform label {
    color: #124b98;
    letter-spacing: 1px;
    font-size: 15px;
    margin-bottom: 0
}
textarea {
    min-height: 120px
}
.dropdown-menu.my-ac-stick.myaccount{ left: -65px;margin: -2px 0 0;}
.require-note {
    float: right;
    color: #F00;
    font-size: 15px;
    letter-spacing: 1px;
    margin: -10px 30px 10px 0
}
.input01 {
    position: relative
}
.help-note i {
    position: absolute;
    right: 10px;
    top: 34px;
    font-size: 22px;
    color: #124b98;
    cursor: pointer
}
.note {
    background: #124b98 none repeat scroll 0 0;
    border-radius: 4px;
    color: #FFF;
    font-size: 14px;
    padding: 10px;
    position: absolute;
    right: 0;
    width: 230px;
    z-index: 99;
    display: none;
    cursor: text
}
.help-note i.fa-caret-up {
    font-size: 30px;
    position: absolute;
    top: -20px;
    right: 11px
}
.help-note:hover .note {
    display: block
}
.formbuttons {
    margin-top: 25px;
    font-family: "ralewaybold"
}
.formbuttons input[type="submit"],
.formbuttons input[type="reset"],
.formbuttons input[type="button"] {
    background: #31ccfd;
    border: 1px solid transparent;
    color: #fff;
    font-size: 16px;
    line-height: 39px;
    padding: 0 20px;
    border-radius: 4px;
    margin-right: 15px;
    letter-spacing: 1px;
    border: solid 2px trasparent;
    transition: 0.5s all;
    -webkit-transition: 0.5s all
}
.formbuttons input[type="submit"]:hover,
.formbuttons input[type="button"]:hover {
    border-color: #31ccfd;
    color: #31ccfd;
    background: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all
}
body .error {
    color: #F00;
    font-size: 14px
}
/** 404 page **/

.fourzero-page {
    min-height: 100%;
    height: 100%;
}
.fourzero-page {
    padding: 30px 15px 0;
    text-align: center;
    font-family: "raleway-regular";
    position: relative;
    background: url("../images/404-bg.jpg") no-repeat center 0px;
    background-size: cover;
    height: 100%;
    min-height: 100%;
}
.fzf-logo {
    margin: 50px auto 0px;
}
.fzf-wrap {
    max-width: 725px;
    margin: 100px auto;
    font-family: "ralewaymedium";
}
.fzf-box .box {
    width: 135px;
    height: 135px;
    background-color: rgba(18, 75, 152, 0.85);
    float: left;
    margin: 4px 0 0 4px;
}
.bx-rw {
    display: table;
    width: 100%;
    height: 100%;
}
.fzf-box .box span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 70px;
    color: #fff;
}
.fzf-box .box-a span {
    text-transform: uppercase;
}
.fzf-box .box-e span {
    font-size: 28px;
}
.backhm-link {
    color: #fff;
}
.backhm-link:hover {
    color: #fff;
}
.fzf-box .box-a {
    width: 280px;
    height: 274px;
}
.fzf-box .box-b {
    background-color: rgba(92, 170, 62, 0.85);
}
.fzf-box .box-c {
    background-color: rgba(240, 107, 34, 0.85);
}
.fzf-box .box-d {
    background-color: rgba(227, 1, 117, 0.85);
}
.fzf-box .box-e {
    width: 274px;
    background: rgba(49, 204, 253, 0.85);
}
.fzf-box .box-f {
    background-color: rgba(67, 73, 83, 0.85);
}
/*Thank You*/

.thankyou {
    font-family: 'ralewayregular';
    padding: 20px 0;    
}
.thank-icon {
    width: 120px;
    height: 120px;
    margin: 0px auto 30px;
    background: #f5f5f5;
    border-radius: 50%;
}
.thank-icon .fa {
    font-size: 60px;
    line-height: 120px;
    color: #124b98;
}
.thankyou h2 {
    font-family: 'ralewaybold';
    padding-bottom: 15px;
    margin: 0px;
    font-size: 60px;
    line-height: normal;
}
.thankyou h2:after {
    display: none;
}
.thank-line {
    width: 45%;
    background: #a8a8a8;
    height: 1px;
    margin: 0px auto;
    position: relative;
}
.thank-line:before,
.thank-line:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #31ccfd;
    left: -25px;
    top: 0px;
    margin-top: -7px
}
.thank-line:after {
    left: auto;
    right: -25px;
}
.thankyou .errornote {
    font-size: 20px;
    font-family: 'ralewaylight';
    margin-top:30px;
    margin-bottom:30px;
    line-height:30px;
}
.thankyou .btn {
    background: #e30175;
    border: 1px solid transparent;
    color: #fff;
    font-size: 16px;
    line-height: 39px;
    padding: 0 20px;
    font-family: "ralewaybold";
    /*margin-top:30px;*/
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
    text-shadow:none;
}
.thankyou .btn:hover {
    background: #124B98;
}
.captcha {
    margin-bottom: 20px
}
.agree-txt {
    margin: 13px 0;
    font-size: 14px
}
.agree-txt input[type="checkbox"] {
    vertical-align: middle;
    margin: -4px 5px 0 0
}
.orderform .formbuttons {
    margin-top: 0
}
.orderform label {
    color: #124b98;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.orderform label.error {
    color: #F00;
}
.payment-card {
    text-align: right
}
.payment-card img {
    display: inline-block;
    margin: -10px 0 0
}
.bill-note {
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin-top: 20px;
    font-size: 15px;
    border-radius: 5px
}
.sum-table h3 {
    margin-bottom: 20px;
    font-family: "ralewaybold";
    font-size: 35px;
    color: #124b98;
}
.sum-table h4 {
    font-family: "ralewaybold";
    font-size: 20px;
    color: #333;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 1.2;
}
.tbl-box {
    border: 1px solid #ccc;
    padding: 25px 25px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    background: #fbfbfb;
    border-radius: 5px
}
.tbl-box .sum-box {
    border-top: 1px dashed #ccc;
    clear: both
}
.sum-box:first-child {
    border: none
}
.sum-lable {
    color: #333;
    font-family: "ralewaybold";
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 0
}
.sum-qut {
    font-size: 16px;
    padding: 10px 0;
    text-align: right
}
.sum-total,
.price-sum {
    font-size: 20px;
    color: #124b98;
    font-family: "ralewaybold";
    text-transform: uppercase;
    padding: 10px 0;
}
.price-sum {
    font-size: 18px;
    text-align: right
}
.price-sum.red {
    color: #c42222;
    padding:0;
}
.articles-section .border-top {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    border-top: 0;
    padding: 15px;
    margin-right:0px;
}
/*14 oct 2016*/

.photo-credit {
    float: right;
    left: 20px;
    bottom: 20px;
    position: absolute;
    z-index: 99;
    color: #ffffff;
    font-size:16px;
}
.social_link {
    border-top: 1px dashed #cfcfcf;
    margin-top: 10px;
    padding-top: 10px;
}
.social_link .activityinfo {
    margin-top: 10px;
}
#major-event-container {
    position: relative;
}
.major-event-listing h2 {
    margin-top: 30px;
}
.event-advertise {
    clear: right;
}
.filter-panel .event-advertise .thumbnaildetail_container a img {
    transform: scale(1, 1);
    transition: all 0.5s ease-in-out 0s;
}
.filter-panel .event-advertise .thumbnaildetail_container a:hover img {
    transform: scale(1.1, 1.1);
}
.filter-panel .event-advertise .thumbnaildetail-big_container a img {
    transform: scale(1, 1);
    transition: all 0.5s ease-in-out 0s;
}
.filter-panel .event-advertise .thumbnaildetail-big_container a:hover img {
    transform: scale(1.1, 1.1);
}
.filter-panel {
    float: right;
}


/*Search Listing*/
.search-listing .col-with-info{ max-width: 1280px;    position: relative;    width: auto;}
.search-listing .columns.col-with-info .item{margin-top:25px}
.search-filter {background: #f8f8f8;border: 1px solid #EEE;margin: 0 10px;padding: 15px 15px;}
.search-filter .area label{margin-right:25px;margin-bottom:0; position: relative;}
.search-filter .area ul li{margin-left:25px;}
.search-filter .area ul li.multiselect-all{margin-left:0;}
.search-filter .area ul li.multiselect-group{margin-left:0;}
.search-filter .area ul li.multiselect-all label{ font-family:'ralewaybold';}
/*.search-filter label b{ font-family: 'ralewayregular', Arial, Helvetica, sans-serif;}*/
.search-filter label input[type="checkbox"]{display:inline-block;vertical-align:middle;margin:0;}
.search-listing .col-with-info figure.effect-lily .figcaption{height:auto}
.search-listing .effect-lily .figcaption .date-format{position:relative; padding-left: 22px; color:#e30175;}
/*.search-listing .effect-lily .figcaption .date-format.times{margin-top:5px;}*/
/*Advanced Search*/
.search-input{width:170px}
.advanced-btn{background:none;border:none}
.advanced-btn:focus { outline: none; }
.advanced-popup input[type="checkbox"]{margin-right:5px}
.advanced-popup .input01 > label:first-child{font-weight:bold}
.advanced-popup .multiple-select{height:135px;overflow-y:scroll;border:1px solid #cccccc;padding:10px;border-radius:4px}
.advanced-popup .multiple-select label{margin-bottom:1px}

ul.toplist li .advanced-popup .btn,.advanced-popup btn{padding:6px 12px;background:#e30175;color:#FFF;text-transform:uppercase;font-family:"ralewaybold";font-size:14px;letter-spacing:0.5px;margin:10px 10px 0 0 }
ul.toplist li .advanced-popup .btn:hover,.advanced-popup btn:hover{background:#31ccfd }

.advance-note{  border-top: 1px dashed #cccccc;font-size: 13px;margin-top: 25px;padding: 10px 0;}
.advance-note strong{color:#124b98;font-size:15px}
.userful-links {margin:20px}

.modal-content{border:solid 2px #31ccfd;line-height:100%}
.mainpopup{padding:0 30px;position:relative;z-index:1;text-align:left}
.modal-title{display:none}
.modal-header{position:absolute;width:70px;z-index:99;border:none;right:0}
.mainpopup .req-note{position:relative;margin:auto}
.modal-body{padding:0;position:relative}
.modal-body::after{background:url(../images/iconbg01.png);content:"";position:absolute;width:100%;height:100%;display:block;left:0;opacity:0.4;top:0}
.modal-footer{display:none}
.modal-header .close{opacity:1;margin-top:-15px;margin-right:-15px;font-size:20px;color:#124b98;opacity:1;background:#31ccfd;height:40px;width:40px;border-radius:0 4px 0 0;text-shadow:none}
.modal-header .close:focus { outline: none; }
/*.modal {background-color:rgba(0,0,0,0.7)}*/
.modal .input01,.modal .radio01{margin-bottom:10px}
.modal .Section h2{font-size:35px;line-height:28px;margin-top:0;padding-bottom:25px}
.modal .captcha{margin-bottom:0}
.modal .Section{padding:50px 0 10px}

/*Trip Listing*/
.trip-listing .reviewlist ul{padding-left:0;min-height:182px;background:rgba(0, 0, 0, 0) none repeat scroll 0 0}
.trip-listing .reviewlist ul li{list-style-type:none;position:relative; float: left; width:100%;}
.trip-listing .reviewlist li > div{display:inline-block;}
.trip-listing .reviewlist li > div.col-md-8{min-height:227px;padding:10px;word-wrap:break-word}
.trip-listing .reviewlist li > div.ratting{float:right}
.clearfix{clear:both;width:100%;padding:0 !important}
.trip-listing .trip-left{width:24%;margin-right:0.4%;border-right:dashed 1px #CCC;display:inline-block;vertical-align:top}
.trip-listing .trip-right{display:inline-block;width:75%;vertical-align:top}
.tour-links h3{color:#124b98;font-size:25px;font-family:"ralewayextrabold"}
.tourpopup{padding:0 10px 0 0}
.modal-body img,.modal-body iframe{position:relative;z-index:1;width:100%;border:none}
.map-popup img{width:auto}
/*.modal-open {overflow:auto}*/
.modal-dialog{margin:50px auto}
.tour-links ul .panel-group{margin-bottom:0}
.tour-links ul li{list-style-type:none}
.cms .tour-links ul{padding-left:0;margin-bottom:0}
.tour-links ul li {border-bottom: 1px dashed #cccccc;list-style-type: none;padding: 10px 0;position:relative}
.counter{background:#e30175;border-radius:100%;color:#fff;display:inline-block;font-size:12px;font-weight:600;height:22px;line-height:21px;margin-left:5px;text-align: center;width:22px}
.tour-links ul li i{font-size:16px;margin-right:10px}
.cms .tour-links ul li a{margin:0;line-height:100%}
.cms.trip-listing .ratting li span a{margin:0}
.cms .tour-links ul ul.sub-menu{background:#F8F8F8;margin:10px 0 -10px 0px}
.cms .tour-links ul ul.sub-menu li{list-style-type:none;padding-left:30px;position:relative}
.cms .tour-links ul ul.sub-menu li::before{position:absolute;height:7px;width:7px;border-radius:100%;background:#999;display:block;left:15px;top:17px;content:""}
.cms .tour-links ul ul.sub-menu li:last-child{border-bottom:none}
.tour-links .droparrow {float:right;position:absolute;right:15px;font-size:18px}

.tour-links .panel{box-shadow:none;-webkit-box-shadow:none;background:none;margin:0;border:0;border-bottom:1px dashed #ccc;border-radius:0}
.tour-links .panel .panel-heading{background:none;border:0;position:relative;padding-left:25px}
.tour-links .panel span.fa-plus,.tour-links .panel span.fa-minus{font-size:18px;color:#777978}
.tour-links .panel .panel-title{font-size:15px;font-weight:normal;font-family:'ralewayregular', Arial, Helvetica, sans-serif;text-transform:capitalize;}
.tour-links .panel .panel-title a{color:#777978;position:relative;display:block}
.tour-links .panel .panel-title a.accordion-toggle{position:absolute;right:15px;top:10px}
.tour-links .panel .panel-title a i{margin-right:5px}
.tour-links .panel .panel-title a i.fa-caret-right{position:absolute;left:0;margin:0;display:none}
.tour-links .panel .panel-title .accordion-toggle.selected {padding-left:0}
.tour-links .panel .panel-title .accordion-toggle.selected i{position:inherit;}
.tour-links .panel .panel-title a:hover{color:#e30175}

.tour-links .panel .panel-heading+.panel-collapse.collapse.in{background:#F8F8F8;padding-left:13px;transition:0.5s all;-webkit-transition:0.5s all;height:100% !important}
.tour-links .panel .panel-title label.parent{display:block}
.tour-links .panel .panel-title label{cursor:pointer;margin-bottom:0}
.tour-links .panel-group .panel + .panel{margin:0}
.tour-links .panel-group .panel .panel-title input[type="checkbox"]+label.checkbox,.tour-links .free-pickup input[type="checkbox"]+label.checkbox{position:absolute;top:1px;left:4px;transform:rotate(360deg);-webkit-transform:rotate(360deg);transition:0.5s all;-webkit-transition:0.5s all}

.tour-links .panel-group .panel .panel-title input[type="checkbox"],.tour-links .free-pickup input[type="checkbox"]{z-index:99;position:absolute;top:7px;left:4px;opacity:0;appearance:none;-moz-appearance:none;}

.mapfilter .tour-links .panel-group .panel .panel-title input[type="checkbox"],.mapfilter .tour-links .free-pickup input[type="checkbox"]{left:16px;cursor:pointer}

.tour-links .panel-group .panel .panel-title input[type="checkbox"]+label.checkbox,.tour-links .free-pickup input[type="checkbox"]+label.checkbox{background:url(../images/checkbox.jpg) no-repeat;width:14px;height:14px;display:inline-block;border:0;transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;transform:rotate(1deg);-webkit-transform:rotate(1deg)}


.tour-links .panel-group .panel .panel-title input[type="checkbox"]:checked+label.checkbox,.tour-links .free-pickup input[type="checkbox"]:checked+label.checkbox{background:url(../images/checkbox-active.jpg) no-repeat;width:14px;height:14px;display:inline-block;border:0;transform:rotate(360deg);-webkit-transform:rotate(360deg);transition:0.5s all;-webkit-transition:0.5s all}


.tour-links .price-filter,.tour-links .age-filter{background:#fcfcfc}
.price-filter input[type="text"]{border:1px solid #ccc;border-radius:4px;font-size:15px;height:40px;padding:10px;resize:none;width:100%;margin-bottom:15px}
.price-filter input[type="text"]:last-child{margin-bottom:0}
.price-filter .panel-heading{padding:10px !important}

.age-filter .panel-heading{padding:10px !important}
.age-filter select{margin-bottom:15px}
.age-filter select:last-child{margin:0}
.booktour-booking{padding:0;margin-bottom:10px}
.booktour-booking .activityinfo.phone{display:inline-block;margin-right:10px;padding-left:20px;line-height:20px;margin-top:10px}
.booktour-booking .activityinfo.phone i{top:4px}
.reviewlist .offtag{top:0;right:0;width:auto;border-width:30px 17px 30px 7px}
.reviewlist .booktag .price-txt { font-size:18px; margin-top:-9px;}
.reviewlist .offtag.booktag{ border-width:20px 17px 20px 7px;}
/*.reviewlist .thumbnail_container{padding-bottom:67%}*/
.reviewlist .price-txt{line-height:16px;float:none;display:block;margin:-24px 0  0 0;text-align:center}
.reviewlist .price-txt span{font-size:25px;color:#FFF}
.reviewlist .price-txt span b.oldprice{font-size:18px;color:#EEE;font-family:"ralewaysemibold"}
.booktour-booking .activityinfo.booking{display:inline-block;padding-left:25px;font-family:"ralewayregular",Arial,Helvetica,sans-serif;}
.booktour-booking .activityinfo.booking .title {display:inline-block;margin-right:10px}
.activityinfo.booking {padding-left:0;margin-bottom:10px}
.activityinfo.booking a{color:#e30175;margin:0;line-height:22px;font-family:"ralewaysemibold"}
.activityinfo.booking a.btn{background:#e30175;color:#FFF;padding:5px 15px}
.activityinfo.booking a.btn:hover{background:#31ccfd;margin:0}
.activityinfo.booking i{top:4px}
.cms .reviewlist h3 a{font-size:20px;text-transform:capitalize}
.reviewlist li .freepickup{display:inline-block}
.reviewlist li .freepickup i{position:inherit;display:inline-block;vertical-align:middle; color: #31ccfd;}
.freepickup{margin-right:10px}
.booktour-booking .booking i{top:2px}
/*19-1-17*/
.trip-listing .modal-dialog{margin: 0;padding: 15px;position: fixed;width: 100%;height:100%}
.trip-listing .modal-dialog iframe{width:100% !important;height:100% !important}
.trip-listing .modal-content{height:100%}
.trip-listing .modal-body{height:100%}
.cms .tour-links ul ul.sub-menu li.selected::before{content:"\f00c";font-size:15px;font-family:FontAwesome;background:none;top:10px;left:10px}
.cms .tour-links ul ul.sub-menu li.selected,.cms .tour-links ul ul.sub-menu li.selected a{color:#e30175;font-family:"ralewaysemibold"}
.close-event{position:absolute;right:5px;top:8px;cursor:pointer;color:#124b98}
/*full width map*/
#myMaps .modal-dialog{position:fixed;padding:15px;margin:0;width:100%;height:100%}
.fixed-map{height:100%}
#map{width:100%;margin:0;height:100%;}
#myMaps .modal-content{height:100%; overflow:hidden;}
#myMaps .modal-body{height:100%}
.all-address {padding:15px;width:345px;overflow:auto;top:15px;left:15px;background:#FFF;border-radius:5px; margin-bottom:15px;}
.all-address .title{font-size:20px;color:#31ccfd;font-family:"ralewayextrabold";line-height:30px;margin-top:5px}
/*.all-address .left-list-box{  border-bottom: 1px dashed #ccc;margin-bottom: 10px;padding-bottom: 10px;padding-top: 5px;}*/
.all-address .left-list-box ul{padding-left:15px;}
.all-address .left-list-box ul li{color:#EEE;margin-bottom:15px;line-height:18px}
.all-address .left-list-box ul li a{color:#FFF;font-size:14px}
.all-address .left-list-box ul li a:hover{color:#e30175}
.map-popup{width:100%;overflow:hidden}
.map-popup{text-align:left}
.map-popup .title{font-size:20px;font-weight:500;color:#124b98;letter-spacing:1px;margin:0 0 20px;border-bottom:dashed 1px #124b98;padding-bottom:10px}
/*.map-popup .title i{font-size:20px}*/
.map-popup .photo{margin-bottom:10px;text-align:center; position:relative;}
/*.map-popup .photo{width:100px;height:100px;border-radius:100%;overflow:hidden;display:inline-block;border:solid 2px #124b98;position:relative;margin-bottom:10px}
.map-popup .photo img{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:100%;height:100%}*/
.map-popup .detail{font-size:15px;line-height:22px;color:#666;margin-bottom:10px;word-wrap:break-word}
.map-popup .area{letter-spacing:0.5px;font-size:14px;margin:10px 0;color:#e30175;text-transform:capitalize;display:flex;line-height:18px;background:#f7f7f7;padding:10px}
.all-address .map-popup .location-links1 .area{border:solid 1px #EEE}
.map-popup .area i{font-size:18px;margin-right:5px;margin-top: -2px;vertical-align: middle;line-height:20px}

.info-box-wrap {background:#fff;overflow: hidden;box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.08);}
.info-box-text-wrap {height:40px !important;width:120px;float:left;overflow: hidden;}
.action-btns {float:left;width:70px;overflow: hidden;position: relative;top:12px;left: 6px;}
.action-btns i {font-size: 18px;color: #78A737;margin-left: 3px;}
.action-btns i:hover {transition: color 0.5s ease;color:#ccc;cursor: pointer;}
.action-btns i.fa-heart-o {font-weight: bold;}
.info-box-text-wrap h6.address{padding:6px 5px 1px 0;margin:0;font-family:"Roboto Slab";color:#0c99c8;font-weight:700;overflow:hidden;text-overflow: ellipsis;white-space:nowrap}
.info-box-text-wrap p {padding:0 0 0 0;margin:0 0 0 0;}
.info-box-text-wrap p.price {color:#B25B00;}
.info-box-wrap  img {width:40px !important;height:40px;float:left;margin-right: 10px;padding-top:0;margin-top:0;}
.infoBox{background:#FFF;border:solid solid 1px #CCC}
.infoBox img{width: auto !important}
.infoBox:before{content : " ";width: 0;height: 0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:17px solid #fff;position:absolute;top:15px;left:-17px;transform:rotate(-90deg);-webkit-transform:rotate(-90deg)}

.infoBox .map-popup .title{font-size:18px;margin-bottom:15px}
.infoBox .map-popup .area{background:none;color:#666;margin:0;padding:0;letter-spacing:1px}
.myaccount{background:#e61c84;border:none;margin-top:10px}
ul.toplist > li ul.myaccount li a{color:#FFF;padding:4px 0 4px 15px;display:inline-block}
.dropdown-menu.myaccount:before{left:0;right:0;margin:auto;width:10px;content:"\f0d8";font-family:FontAwesome;position:absolute;font-size:25px;color:#e61c84;top:-15px}

.sharinglinks li{position:relative}
.detail-share{background:#e30175;padding:15px;border:none;min-width:180px;left:-155px;top:32px;z-index:1; position:absolute; text-align:left; border-radius:4px; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);}
.detail-share .title{color:#FFF !important; font-family:'ralewaybold';font-size:20px !important; display:inline-block;line-height:25px !important;margin-bottom:10px !important; padding-bottom:10px !important; border-bottom:dashed 1px;text-align:center; margin-top:0 !important}
.detail-share .title:after{display:none;}
.detail-share table{width:142px;margin:auto}
.detail-share table a{color:#FFF;margin-bottom:5px;display:inline-block}
.detail-share table a:hover{color:#FFF}
.detail-share table a i{margin-right:5px;width:20px}
.detail-share .fa-caret-up{color:#e30175;top:-16px;left:auto;right:8px;margin:auto;width:17px;font-size:25px;position:absolute}

.event-date h4 a{display:inline-block}
.event-date h4 a.click-event{margin-left:5px}
.event-date h4 a.click-event div.selected i::before{content:"\f004"}
.event-date.tooltipbox .click-event{float:left;margin:1px 5px 0 3px}
.event-date.tooltipbox .title{display:inline;overflow:hidden}
.event-category p{margin:0}


#frmregister .recaptcha-demo .recaptcha-demo{margin-bottom:0}
#frmregister .captcha{margin:0}
#frmregister .recaptcha-demmo .input01{margin-bottom:0}
#frmforgotpassword button{/*margin-right:10px*/}
#frmforgotpassword button a{color:#FFF}
#frmforgotpassword button.loginbtn:hover a{color:#124b98}

.no-record{text-align:center;background:#F8F8F8;margin:50px 10%;padding:20px 15px;font-size:20px;text-transform:capitalize;font-family:'ralewaybold';letter-spacing: 1px;border: dashed 1px #CCC;color:#124b98}

.business-left .bus_title{color:#124b98;font-family:"ralewaybold";border-bottom:1px dashed #124b98;padding-bottom:15px;font-size:30px}
.busi_title{color:#124b98;font-family:"ralewaybold";border-bottom:1px dashed #124b98;padding:0 15px;font-size:30px;clear:both;margin-bottom:15px}
.busi_title h3 i{margin-right:8px}

#Agenda figure.effect-lily .figcaption{width:auto}
#Agenda figure.effect-lily .figcaption h2{text-align:left}

/*.fav-sub-title{box-shadow:none}*/
.Section .fav-sub-title .sub-title{font-family:"ralewaybold";font-size:40px;padding-bottom:0;margin-top:20px}
.fav-sub-title .sub-title::after,.fav-sub-title .sub-title::before{display:none}
.fav-sub-title h3{font-size:40px;color:#e30175;font-family:"ralewaybold"}
.fav-business.businesssec .grayitem.businessitem{background: #f4f2f2;vertical-align: text-bottom;}
.fav-article h2.sub-title,.fav-business h2.sub-title,.fav-activity h2.sub-title{margin-top:20px; margin-bottom:20px;}
.fav-promotion h2.sub-title, .fav-event h2.sub-title{margin-bottom:0;}

.clearcalendar{float:right;font-size:20px;margin:5px -5px 0 0}
.tour-links .panel .panel-title .accordion-toggle.selected{color:#e30175}
.tour-links .panel .panel-title .accordion-toggle.selected i.fa-caret-right::before{content:"\f00c"}
.tour-links .panel .panel-title .accordion-toggle.parent.selected i.fa-caret-right::before{content:"\f0da"}

/*Loader Css Main*/
.loaderprocess svg{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}
@-webkit-keyframes uil-ripple {
  0% {width: 0;height: 0;opacity: 0;margin: 0 0 0 0;}
  33% {width: 44%;height: 44%;margin: -22% 0 0 -22%;opacity: 1;}
  100% {width: 88%;height: 88%;margin: -44% 0 0 -44%;opacity: 0;}
}
@-webkit-keyframes uil-ripple {
  0% {width: 0;height: 0;opacity: 0;margin: 0 0 0 0;}
  33% {width: 44%;height: 44%;margin: -22% 0 0 -22%;opacity: 1;}
  100% {width: 88%;height: 88%;margin: -44% 0 0 -44%;opacity: 0;}
}
@-moz-keyframes uil-ripple {
  0% {width: 0;height: 0;opacity: 0;margin: 0 0 0 0;}
  33% {width: 44%;height: 44%;margin: -22% 0 0 -22%;opacity: 1;}
  100% {width: 88%;height: 88%;margin: -44% 0 0 -44%;opacity: 0;}
}
@-ms-keyframes uil-ripple {
  0% {width: 0;height: 0;opacity: 0;margin: 0 0 0 0;}
  33% {width: 44%;height: 44%;margin: -22% 0 0 -22%;opacity: 1;}
  100% {width: 88%;height: 88%;margin: -44% 0 0 -44%;opacity: 0;}
}
@-moz-keyframes uil-ripple {
  0% {width: 0;height: 0;opacity: 0;margin: 0 0 0 0;}
  33% {width: 44%;height: 44%;margin: -22% 0 0 -22%;opacity: 1;}
  100% {width: 88%;height: 88%;margin: -44% 0 0 -44%;opacity: 0;}
}
@-webkit-keyframes uil-ripple {
  0% {width: 0;height: 0;opacity: 0;margin: 0 0 0 0;}
  33% {width: 44%;height: 44%;margin: -22% 0 0 -22%;opacity: 1;}
  100% {width: 88%;height: 88%;margin: -44% 0 0 -44%;opacity: 0;}
}
@-o-keyframes uil-ripple {
  0% {width: 0;height: 0;opacity: 0;margin: 0 0 0 0;}
  33% {width: 44%;height: 44%;margin: -22% 0 0 -22%;opacity: 1;}
  100% {width: 88%;height: 88%;margin: -44% 0 0 -44%;opacity: 0;}
}
@keyframes uil-ripple {
  0% {width: 0;height: 0;opacity: 0;margin: 0 0 0 0;}
  33% {width: 44%;height: 44%;margin: -22% 0 0 -22%;opacity: 1;}
  100% {width: 88%;height: 88%;margin: -44% 0 0 -44%;opacity: 0;}
}
.pageloader {background: none;position: absolute;width: 200px;height: 200px;top:0;bottom:0;left:0;right:0;margin:auto}
.pageloader div{position:absolute;top:50%;left:50%;margin:0;width:0;height: 0;opacity: 0;border-radius: 50%;border-width: 10px;border-style: solid;
  -ms-animation: uil-ripple 2s ease-out infinite;-moz-animation: uil-ripple 2s ease-out infinite;-webkit-animation: uil-ripple 2s ease-out infinite;-o-animation: uil-ripple 2s ease-out infinite;animation: uil-ripple 2s ease-out infinite;
}
.pageloader div:nth-of-type(1) {border-color: #e30175;}
.pageloader div:nth-of-type(2) {
  border-color: #114c98;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
/*Loader Css Main*/

.event-detail-info span p{margin-top:5px}
.event-detail-tag ul{padding-left:15px;margin-top:5px}
ul.eventlist li span.check-event {display:inline-block;width:auto;float:none; margin:0}
ul.eventlist li span.check-event#event_cat_title{height:inherit; overflow:hidden; display:block; border-radius:0;}
.thumbnail_container.event-detail-img{padding-bottom:45%}
.detailcontainer .thumbnail_container.event-detail-img{padding-bottom:38%}
.section03 .event-detail-img .thumbnail:hover img{transform:none;-webkit-transform:none}
li.area-filter select{padding-right:0}
footer{padding-bottom:30px}
.signupfornews{background:#FFF}
.signupfornews .mainpopup{background:#FFF;border:solid 2px #e30175; border-radius:5px;box-shadow:0 5px 10px #CCC}
.signupfornews .mainpopup .input01 label{color:#666; margin-bottom:10px; font-size:16px; font-family:ralewaysemibold;}
.signupfornews .mainpopup .input01{width:100%; position:relative; text-align:center;}
.signupfornews .mainpopup .input01 input.email{padding:7px 10px 7px 10px;height:38px;  background: none; border: 1px solid #ccc;       
    border-radius: 4px; resize: none; font-size: 15px; height: 40px; min-width:262px;}
.signupfornews .mainpopup .input01 .clear{position:relative;}
.signupfornews .mainpopup .input01 .clear .btn{font-size:12px; border:none; position:relative; height:35px; margin-top:10px; padding: 10px 20px;}
.signupfornews .fa-times-circle-o{   font-size: 21px;position: absolute;right: -15px;top: -15px;color:#e30175}
.signupfornews{position:absolute;z-index:11;margin-top:20px}
ul.toplist .signupfornews .mainpopup i{position:absolute;top:-18px;left:0;right:0;text-align:center;font-size:25px}
ul.toplist .signupfornews .btn{padding:9px 12px;position:absolute;right:0;top:0;margin:1px 0;line-height:18px}
ul.toplist .signupfornews .input01{margin-bottom:0}
.tooltip-fav-icon{float:left}
.signupfornews .mainpopup .listview .tab-pane{padding: 15px 0;}
.section03.noadd.innersection.viewmapbtnbrd::after,.section03.noadd.innersection.viewmapbtnbrd::before{top:107px}

.mCSB_inside > .mCSB_container{ margin-right: 30px; }
.mCSB_outside > .mCSB_container{ margin-right: 30px; }

.mCustomScrollBox{  position: relative; overflow: hidden; height: 100%;  max-width: 100%;  outline: none;  direction: ltr;    }
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 2px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 4px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		text-align: center;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 2px;
		margin: 7px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px; /* minimum dragger width */
		height: 100%;
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px; /* auto-expanded scrollbar */
		margin: 2px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px; /* auto-expanded scrollbar */
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}
	
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }
	
	/* non-visible horizontal scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }
	
	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }
	
	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ padding-right: 0; }
	
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ padding-bottom: 0; }
	
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}
	
	/* non-visible horizontal scrollbar */
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}



/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

	/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
	
	/* default theme ("light") */

	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
	
	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=1)"; -ms-filter: "alpha(opacity=1)"; }
	
	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #124b98; /*background-color: rgba(0,0,0,0.4);*/
		filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #31ccfd;
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #31ccfd; background-color: rgba(49,204,253,0.85);
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #31ccfd; background-color: rgba(49,204,253,0.9);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(mCSB_buttons.png); /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
	

	/* theme: "dark" */

	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #124b98; background-color: rgba(18,75,152,0.15); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #124b98; background-color: rgba(18,75,152,0.75); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(18,75,152,0.85); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(18,75,152,0.9); }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-2", "dark-2" */

	.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }
	
	
	/* theme: "dark-2" */

	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thick", "dark-thick" */

	.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 6px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 4px;
		margin: 6px 0;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 6px;
		margin: 5px auto;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{	background-position: -16px -20px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -20px -40px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }


	/* theme: "dark-thick" */
	
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thin", "dark-thin" */
	
	.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

	.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 2px;
		margin: 7px auto;
	}


	/* theme "dark-thin" */
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{	background-position: -80px 0; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 14px;
		margin: 0 1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 14px;
		margin: 1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		width: 16px; /* auto-expanded scrollbar */
		height: 16px;
		margin: -1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 16px; /* auto-expanded scrollbar */
		width: 16px;
		margin: 0 -1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 4px; /* auto-expanded scrollbar */
		margin: 6px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }
	
	
	/* theme "rounded-dark", "rounded-dots-dark" */
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }
	
	
	/* theme "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		background-color: transparent;
		background-position: center;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
		background-repeat: repeat-y;
		opacity: 0.3;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		height: 4px;
		margin: 6px 0;
		background-repeat: repeat-x;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }
	
	
	/* theme "rounded-dots-dark" */
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
	}
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-y;
		background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-x;
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	
	/* theme "3d", "3d-dark" */
	
	.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }
	
	.mCS-3d.mCSB_scrollTools, 
	.mCS-3d-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 8px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 	 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 8px;
		margin: 4px 0;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
	}

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 8px;
		margin: 4px auto;
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "3d-dark" */
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "3d-thick", "3d-thick-dark" */
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
	
	.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }
	
	.mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
		bottom: 1px;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
		width: 12px;
		margin: 2px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 12px;
		width: auto;
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #000; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -40px -128px; }
	
	
	/* theme: "3d-thick-dark" */
	
	.mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }
	 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #fff; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "minimal", "minimal-dark" */
	
	.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		right: 0; 
		margin: 12px 0; 
	}
	
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
		bottom: 0; 
		margin: 0 12px; 
	}
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		left: 0; 
		right: auto;
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }
	
	.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color: #31ccfd;}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #31ccfd; 	}
	
	
	/* theme: "minimal-dark" */
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	/* ---------------------------------------- */
	
	
	
	/* theme "light-3", "dark-3" */
	
	.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
		width: 6px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }

	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 6px;
		margin: 5px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		width: 12px;
	}
	
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "dark-3" */
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
	
	.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
		width: 6px;
		margin: 3px 5px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 6px;
		margin: 5px 3px;
		position: absolute;
		width: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	
	/* theme "inset-2", "inset-2-dark" */
	
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: transparent;
		border-width: 1px;
		border-style: solid;
		border-color: #fff;
		border-color: rgba(255,255,255,0.2);
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }
	
	
	/* theme "inset-3", "inset-3-dark" */
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }
	
	/* ---------------------------------------- */
.loaderprocess {
    background-color: rgba(0, 0, 0, 0.5);
   /* background-image: url("../images/x-6-15-ajax-loader.gif");*/
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2147483647;
}
.displayinline{display: inline;}
.eventscat{color: #e30175;}
/*.eventscat:hover{color: #000;}*/

.successmsg{color:green;}
.errormsg{color:red;}
.resetbtn {
    background: #124b98;
    color: #FFF;
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 18px;
    border: none;
    display: inline-block;
    margin: 20px 0 0;
    border: solid 2px transparent
}
.resetbtn:hover {
    border-color: #124b98;
    color: #124b98;
    background: none
}
.vieweventscalendar{margin-bottom:10px;}
.searchtext{width: 100% !important;height: auto !important;}

.dont_acc {    border: 2px solid #e30175;
    border-radius: 5px;
    display: inline-block;
    font-family: "ralewaybold";
    font-size: 16px;
    margin-bottom: 25px;
    padding: 10px 20px;
    text-transform: capitalize;} 
.dont_acc i { margin-right:10px; font-size:20px; position:relative; top:2px;}

.reservation-request .req-note{margin:0}
.detailleftpan{word-wrap:break-word}

.detailcontainer .activitiydetail li .viewmap{position:relative;float:none;height:auto;width:auto;left:0; }
.detailcontainer .activitiydetail li .viewmap i.fa-map-marker{display:none}
.detailcontainer .activitiydetail li .hvr-ripple-out{background:none;font-size:16px;color:#e30175}
.detailcontainer .activitiydetail li .hvr-ripple-out:hover{color:#31ccfd}
.detailcontainer .activitiydetail li .hvr-ripple-out::before{border:none}
.section03 .item.cust-m-list p{border:0}

.pro-old div:nth-child(3n+1).promo-list{clear:left}
.cust-module div:nth-child(3n+1).cust-m-list{clear:left}

.activity-old-tmp div:nth-child(2n+1).activity-left-panel{clear:left;}


.event-three-old div:nth-child(3n+1).event-th-list{clear:left}

.detailtitle.newstitle h1 {padding-left:0; padding-bottom: 0px;}
/*.news_contant{min-height:200px}*/
.news_listing_08 .news_images img{max-height:100%}
.detailtitle .detailbanner.col-sm-9 .grayitem .favbox{top:10px;left:10px}

.activityinfo a.btn.pinkemailbtn{font-size:13px;font-family:"ralewaybold";padding:5px 15px;margin:-4px 0 0 0}
.search-input{    transition: all 0.5s ease 0s;-webkit-transition: all 0.5s ease 0s;appearance:inherit;-webkit-appearance:inherit;border-radius:0}
.search-input:focus {
    box-shadow: 0 0 4px #ccc inset;
    padding: 5px 40px 5px 10px;
    transition: all 0.5s ease 0s;-webkit-transition: all 0.5s ease 0s;
}
.sucess-detail-thank table{background:#FFF;width:500px;margin:auto;border:solid 1px #EEE;margin-bottom:25px}
.sucess-detail-thank table tr td{padding:8px;width:50%;text-align:left;border-left:solid 1px #EEE;border-bottom:solid 1px #EEE}
.sucess-detail-thank table tr td:first-child{font-family:"ralewaybold";background:#fcfcfc}
.sucess-detail-thank h3{color:#008328;font-family:"ralewaybold";font-size:20px;margin:28px 0 20px;text-transform:capitalize;letter-spacing:1px;line-height:30px}
.find-events{background:#FCFCFC;}

.filer-event{text-align:center}
.filer-event .form-title{display:inline-block;float:left;width:20%}
.filer-event ul{float:left;margin-bottom:0;text-align:center;width:80%}
.filer-event{margin:-92px auto 60px;background:#124b98 url('../images/iconbg03.png') repeat scroll center top;padding:25px;width:80%;position:relative;z-index:10}
.find-date .col-sm-6{padding-left:0;margin-bottom:0}
.filer-event ul{text-align:center;margin-bottom:0}
.filer-event ul li{list-style-type:none;display:inline-block;vertical-align:top;padding-left:0;}
.filer-event ul li:last-child{margin-right:0}
.filer-event .clearcalendar{position:absolute}
.filer-event li.area-filter select{height:35px;background-color:#FFF;background-position: 97% 13px}
.filer-event .input-group .form-control,.filer-event .input-group-addon{background:#FFF}
.filer-event h3 i{font-size:22px;margin-right:8px}
.filer-event h3{font-family:"ralewaybold";color:#FFF;margin-bottom:0;text-align:right;margin-top:0;font-size:22px;line-height:35px;margin-right:15px}
.event-find-btn button,.event-find-btn input[type="reset"].btn{background:#31ccfd;color:#FFF;font-family:"ralewaybold";font-size:16px;text-transform:uppercase;height:35px;transition:0.5s all;-webkit-transition:0.5s all;margin-right:10px}
.event-find-btn input[type="reset"].btn{margin-right:10px;transition:0.5s all;-webkit-transition:0.5s all}
.event-find-btn button:hover,.event-find-btn input[type="reset"].btn:hover{border-color:#31ccfd;color:#31ccfd;background:none}
.filer-event .major-event{font-size:13px;margin-left:1%;padding:6px 10px;border-radius:4px;background:#FFF;height:35px}
.filer-event .major-event input[type="checkbox"]{margin:-2px 0 0;vertical-align:middle}
.filer-event .clearcalendar{color:#FFF;margin-left:-5px}
.find-date .form-control{height:35px}
.filer-event .form-group{margin-bottom:0}
.filer-event ul li.event-find-btn{text-align:left;padding-right:0;padding-left:13px}
.banner-readmore a{background:#e30175;color:#FFF;padding:10px 25px;text-transform:uppercase;font-family:"ralewaybold";border-radius:5px;text-shadow:none}
.banner-readmore a:hover{background:#31ccfd}
.find-events .date-format i{position:inherit;margin-right:5px}
.find-events .col-with-info{max-width:100%}
.find-events .section03 .item p{margin-bottom:0;padding-bottom:5px}
.find-events .col-with-info figure.effect-lily h2{margin-bottom:5px;min-height:45px}
.find-events .date-format{margin-bottom:5px;color:#e30175;display:inline-block}
.find-events .innersection p.find-event-desc{line-height:25px;padding:0 15px}
.find-events i.fa-map-marker{color:#e30175;display: inline-block;font-size:18px;margin:0 2px;vertical-align:middle;}
.find-events .container div:nth-child(3n+1).col-with-info{clear:both}
.find-events .section03 .figcaption p.address{min-height:56px}
.viewmapbtnbrd a.viewmap+p.text-center, .viewmapbtnbrd a.viewmap-btn+p.text-center{margin-left:120px;margin-right:120px;margin-bottom:50px}
.innersection h2.text-center + p.text-center {padding:0 15px}
.Section.innersection .event-btn-global a.btn{background:#e30175;color:#FFF;display:inline-block}
.Section.innersection .event-btn-global a.btn:first-child{margin-right:10px}
.paddingnone{padding:0}
.search-dropdown-mobile i.fa-plus{display:none}
.reviewlist .thumbnail{margin-bottom:0}
.mapfilter{position:absolute; z-index:99;left:10px;top:10px;width:362px; max-height:97%; overflow:hidden;overflow-y:auto}
ul.mapfilter li{list-style-type:none}
ul.mapfilter li #address_bar_title,ul.mapfilter li #filter_title{background-color:rgba(0, 0, 0, 0.7);border-radius:5px;color:#fff; margin-bottom: 10px;padding: 12px 15px;width:345px;font-family:"ralewaybold";letter-spacing:1px;position:relative}
ul.mapfilter li #address_bar_title .fa-search,ul.mapfilter li #filter_title .fa-filter{font-size:18px;margin-right:5px}
#filter_bar .tour-links{background:#FFF;margin-bottom:30px;width:345px;border-radius:5px}
.tour-links .panel .panel-heading select.min-age{ display: inline-block;margin-bottom: 0;margin-right: 2%;width: 48%;}
.tour-links .panel .panel-heading select.max-age{ display: inline-block;margin-bottom: 0;width: 49%;float:right}
.tour-links .panel .panel-heading select.min-age,.tour-links .panel .panel-heading select.max-age{background-position:92% 15px}
.tour-links .panel .panel-heading .min-price{ display: inline-block;margin-bottom: 0;margin-right: 2%;width: 48%;}
.tour-links .panel .panel-heading .max-price{ display: inline-block;margin-bottom: 0;width:49%;float:right}
.mapfilter .tour-links .panel .panel-heading{padding-left:40px}
.mapfilter .tour-links .panel-group .panel .panel-title input[type="checkbox"] + label.checkbox,.mapfilter .tour-links .free-pickup input[type="checkbox"] + label.checkbox{left:15px}
.mapfilter .all-address,.mapfilter #filter_bar .tour-links{background-color:rgba(255,255,255,0.9)}
.mapfilter #filter_bar .fa.fa-angle-down,.mapfilter #filter_bar .fa.fa-angle-right {font-size: 22px;position: absolute;right: 15px;top:9px;}

@media (max-width: 1366px) {
.loginbox {margin: 12% auto auto}
.filer-event .major-event{width:auto}
.event-find-btn button{padding:6px 10px;font-size:15px}
.filer-event ul li.event-find-btn{padding-left:10px}
.filer-event{width:90%}
.event-search .search-icon{right:20px}
.tour-links .panel .panel-heading select.min-age, .tour-links .panel .panel-heading select.max-age{font-size:13px}
.tour-links .panel .panel-heading .min-price,.tour-links .panel .panel-heading .max-price{font-size:13px}
}
@media (max-width: 1280px) {
.innersection .container {max-width: 1250px;}
.loginbox {margin: 18% auto auto}
/*book a tour*/
.cms .tour-links ul li a{font-size:12px}	
.cms .tour-links ul{margin-bottom:0}
.mapfilter{width:320px}
.all-address,#filter_bar .tour-links,ul.mapfilter li #address_bar_title, ul.mapfilter li #filter_title{width:100%}
}
@media (min-width: 1025px) {
.slider-text {width: auto;}
#myCarousel .carousel-control {display: block;background-image: url(../images/sprite.png);background-repeat: no-repeat;width: 48px;height: 133px;}
#myCarousel .carousel-control.left {background-position: -21px -62px;}
#myCarousel .carousel-control.right {background-position: -73px -62px;
    }
    #myCarousel .carousel-control span {
        font-size: 0;
    }
    .fourcolumn figure.effect-lily h2 {
        font-size: 17px;
        line-height: 22px;
        padding-bottom: 10px;
    }
    .fourcolumn figure.effect-lily .readmore{font-size:14px;}
    .businesssec.section03 .divtable .item {
        float: left;
        display: table-cell;
        vertical-align: text-bottom;
        background: #f4f2f2;
        border: 5px solid #fff;
        padding: 0;
        margin-top:0;
    }
    .section03 .item .businessitem .offtagline {
        margin: 0;
    }
    figure.effect-lily h2,
    figure.effect-lily p,
    figure.effect-lily .readmore {
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
        margin-top:0;
        padding-top:0;
    }
    figure.effect-lily:hover h2,
    figure.effect-lily:hover p,
    figure.effect-lily:hover .readmore {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    figure.effect-lily:hover p,
    figure.effect-lily:hover .readmore {
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
        -webkit-transition-duration: 0.35s;
        transition-duration: 0.35s;
    }
    .Section figure.effect-lily:hover h2:after {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 0;
    }
/*.detailleftpan,.detailrightpan {float: none;display: table-cell;}*/
.reviewlist li > div {display: table-cell;vertical-align: top;float: none;}
.listview .thumbnail_container {width: 35%;padding: 0 0 218px;float: left;}
.listview figure.effect-lily .figcaption {overflow: hidden;}
}
@media (min-width: 769px) {
    #page-content {
        left: 0!important
    }
    .navbar.navbar-fixed-top.slide-active {
        position: fixed
    }
    .navbar-header {
        left: 0!important
    }
}
@media (max-width: 1192px) {
	.news_contant{min-height:inherit}
    .news_listing_08 .triangle_date {
        font-size: 11px;
        padding: 15px 10px 15px 24px;
        height: 61px;
        display: table;
    }
    .news_listing_08 .triangle_date span {
        display: table-cell;
        vertical-align: middle;
    }
    .news_listing_08 .triangle_date:after {
        border-width: 30px 16px;
    }
}


@media(max-width:1199px){
    .logo {
        margin-top: 30px;
    }
    .search-input {
        width: 170px;
    }
    ul.toplist > li {
        margin-right: 10px;
    }
    ul.toplist {
        margin-top: 25px;
    }
    footer ul.toplist > li {
        margin-right: 20px;
    }
    footer ul.toplist {
        margin-top: 0;
    }
    .mobile-menu .navbar-nav {
        float: none;
        text-align: center;
        border-top: 1px solid #d6d6d6;
        padding-top: 10px;
    }
    .mobile-menu .navbar-nav > li {
        float: none;
        display: inline-block;
    }
   
    header.sticky ul.navigation li a {
        margin-left: 15px;
        margin-right: 15px;
    }
    header .searchbox {
        margin-top:28px;
    }
    header .searchbox {
        margin-top:28px;
    }
    header.sticky .searchbox{margin-top: 35px;}
}
@media (max-width: 1024px) {
	.Section.innersection.nobanner .event-btn-global { position:inherit; margin-bottom:20px;}
.find-events .date-format i{font-size:14px}
.find-events .date-format{font-size:12px}
.find-events .section03 .figcaption p.address{min-height:80px}
.find-events .section03 .item p{min-height:100px}
.viewmapbtnbrd a.viewmap+p.text-center, .viewmapbtnbrd a.viewmap-btn+p.text-center{margin-left:50px;margin-right:180px}
.section03 .two-column.activity-old-tmp figure.effect-lily figcaption p{min-height:111px}
.detailrightpan h2{font-size:25px}
.businessitem figcaption{min-height:160px}
.col-sm-9.detailbanner .businessitem figcaption{min-height:118px}
	
.detailrightpan.business-right{padding:0}
/*==============08-3-2017==================*/
.section03.innersection.viewmapbtnbrd:before { background: none}	
.section03.innersection.viewmapbtnbrd:after { background: none}	
/*==============08-3-2017==================*/

	.reviewlist li > div.ratting li{font-size:12px}

    .viewmap {
        right: 15px;
    }
    .viewmap-btn {
        right: 15px;
    }
    .logo {
        margin-top: 30px;
    }
    .search-input {
        width: 170px;
    }
    ul.toplist > li {
        margin-right: 10px;
    }
    ul.toplist {
        margin-top: 25px;
    }
    footer ul.toplist > li {
        margin-right: 20px;
    }
    footer ul.toplist {
        margin-top: 0;
    }
    .mobile-menu .navbar-nav {
        float: none;
        text-align: center;
        border-top: 1px solid #d6d6d6;
        padding-top: 10px;
    }
    .mobile-menu .navbar-nav > li {
        float: none;
        display: inline-block;
    }
   
    header.sticky ul.navigation li a {
        margin-left: 15px;
        margin-right: 15px;
    }
    header .searchbox {
        margin-top:28px;
    }
    header .searchbox {
        margin-top:28px;
    }
    header.sticky .searchbox{margin-top: 35px;}
   /* figure.effect-lily figcaption {
        position: relative;
        padding: 15px 20px 7px;
        box-shadow: none;
    }*/
   /* figure.effect-lily .figcaption {
        position: relative;
        padding: 15px 20px 7px;
        box-shadow: none;
    }*/

    /*figure.effect-lily h2 {
        position: inherit;
        font-size: 18px;
        transform: none;
        margin: 0;
        padding: 0;
        line-height: 22px;
    }*/
    /*figure.effect-lily h2 a {
        color: #114c98;
    }*/
   /* .section03 .item p {
        color: #686868;
        opacity: 1;
        transform: none;
        margin-top: 0;
        border-bottom: 1px solid #f4f4f4;
        padding-bottom: 15px;
        min-height:85px
    }*/
	
	.section03 .columns div:nth-child(3n+1).fourcolumn{clear:left}
	
    /*figure.effect-lily {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
        padding: 5px;
    }
    figure.effect-lily .readmore {
        transform: none;
        color: #114c98;
        transform: none;
        opacity: 1;
        display: inline;
        float: right;
    }
    figure.effect-lily .readmore i {
        border-color: #114c98;
        vertical-align: middle;
    }
    figure.effect-lily .readmore:hover {
        color: #e30175
    }
    figure.effect-lily .readmore:hover i {
        border-color: #e30175;
    }
    figure.effect-lily:hover figcaption {
        background: none;
        box-shadow:none;
    }
    figure.effect-lily:hover .figcaption {
        background: none;
    }
    figure.effect-lily h2 i {
        display: none;
    }*/
    .section03 .item .businessitem figcaption h3 {
        font-size: 16px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .section03 .item .businessitem figcaption p {
        margin: 0;
        padding: 0;
    }
    .innerbanner .carousel-caption h3, .innerbanner .carousel-caption h2 {
        font-size: 52px;
        line-height: 52px;
    }
    .innerbanner .carousel-caption p {
        font-size: 24px;
    }
    figure.effect-lily:hover p,
    figure.effect-lily:hover .readmore {
        transform: none;
    }
    .news_listing_08 .news_images .image_link:hover:after {
        background: none;
    }
    .reviewform:before {
        background: url("../images/spiral.jpg") repeat-x scroll -20px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) { 
#things_to_do .col-md-4:nth-child(odd) { clear:left}
 }
@media (max-width: 991px) {
.trip-listing .reviewlist li > div.col-md-12{display:block;}
ul.eventlist li{font-size:14px}
.filer-event{margin:-50px auto 50px;width:100%}
.find-events .section03 .item p{min-height:80px}
.find-events .container div.col-with-info:nth-child(3n+1){clear:inherit}
.viewmapbtnbrd a.viewmap + p.text-center, .viewmapbtnbrd a.viewmap-btn + p.text-center{margin-left:20px;margin-right:130px}
.filer-event h3{font-size:16px}
.filer-event h3 i{font-size:18px}
.filer-event .input-group.date{width:95%}
.find-date .enddate{margin-left:-10px}
.filer-event .clearcalendar{margin-left:-14px}
.event-find-btn input.btn[type="reset"]{margin-right:0}
.filer-event .major-event{margin-left:0;width:25%;text-align:left}
.filer-event ul li.area-filter{padding-right:0}
.filer-event ul li.event-find-btn{padding-left:5px}
.tag{font-size:12px}
.section03 .two-column.activity-old-tmp figure.effect-lily figcaption p{min-height:155px}
.section03 .columns div.fourcolumn:nth-child(3n+1){clear:inherit}
.section03 .columns div.fourcolumn:nth-child(2n+1){clear:left}
.col-sm-9.detailbanner .grayitem .thumb238x16{width:38%;padding-bottom:27%}
.col-sm-9.detailbanner .businessitem figcaption{width:60%}
.grayitem .thumb238x16{width:25%;padding-bottom:17%}
.businessitem figcaption{width:74%}
.activityinfo.phone span a{color:#e30175 !important}
.reviewlist li > div.ratting{min-height:inherit}
.trip-listing .trip-left{width:35%}
.trip-listing .trip-right{width:64%}

.currency .dollar-icon-list::before{content:""}
.pro-old div:nth-child(3n+1).promo-list{clear:none}
.pro-old div:nth-child(2n+1).promo-list{clear:left}


.cust-module div:nth-child(2n+1).cust-m-list{clear:left}
.cust-module div:nth-child(3n+1).cust-m-list{clear:none}


.activity-three-old div:nth-child(2n+1).activity-th-list{clear:left}

.event-three-old div:nth-child(odd).event-th-list{clear:left !important;}
.event-three-old div:nth-child(3n+1).event-th-list{clear:none;};


.col-sm-9.detailbanner .businessitem figcaption{min-height:140px}

.innerlastsection{margin-bottom:10px}
.business-left.detailleftpan {padding:0}
.business-left .bus_title{font-size:24px}
.detailrightpan{border:none;margin:0}
.reservation-request h3.title{margin-left:0}
.busi_title{padding:0}
.navigation > li > a.active { border-bottom:none;  }
.calendarview { width:100%;  overflow-x: auto; border:1px solid #ccc;}
.Section .calender-top h2 { font-size:26px;}
.responsive.calender { width:1170px; margin-bottom:0; }
.calender-top .btmbtn { margin:45px 0 0;}
.trip-listing .reviewlist li > div.ratting{width:100%;float:none}
.trip-listing .reviewlist ul li{line-height:100%}
.business-right{padding:0}
.reservation-request h3.title{margin-left:15px;padding-left:0}
.business-right{margin-top:15px}
.business-right{padding:0}
.reservation-request h3.title{margin-left:15px;padding-left:0}
.detailtitle .col-sm-9 .favbox{left:5px; top:5px;}
.detailtitle .favbox {top:5px}
.promotions.listview .thumbnail_container {width: 100%}
.netclues {width: 50px;background-size: 100%;top: 3px;}
.slider-one {font-size: 50px;line-height: 50px;}
.slider-two {font-size: 24px;line-height: 24px}
.slider .carousel-caption {bottom: 26%;}
header ul.toplist {display: none;}
.stickysearch,ul.navigation li.top-two-item {display: block;}
ul.navigation li.top-two-item {float: none;}
ul.navigation .mega-menu li ul > li.col-md-8 {border: none;}
ul.navigation li {padding-left: 15px;}
footer ul.toplist {margin-top: 30px;text-align: left;}
/*ul.navigation > li:nth-child(5) {box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06) inset;padding-top: 10px;}*/
ul.navigation li li.container {width: auto;}
ul.navigation li.home {display: none;}
.nav-mobile > ul li > a .caret {position: absolute;right: 3px;margin-right: 0;}
.nav-mobile > ul li li a {font-size: 16px;font-family: 'ralewayregular';}
ul.navigation .mega-menu li li a {color: #666;}
ul.navigation .mega-menu li li li ul {margin-left: 0;}
ul.navigation .mega-menu li li a.btn-default {font-size: 16px;float: none; }
ul.navigation .mega-menu li li a.btn-default i {top: 0px;}
.mega-menu .btn-default i {top: -3px;}
ul.navigation .mega-menu li li li li ul {margin-left: 25px;}
ul.navigation .mega-menu li li a {padding: 0 0 0 10px;}
ul.navigation .mega-menu li li li li:before {top: 5px; left:2px;}
.mega-menu {padding-top: 0;}
    .nav-mobile > ul li > a.btn,
    .nav-mobile > ul li.top-two-item a,
    .nav-mobile > ul li.small-fnt a {
        text-align: left;
        font-size: 15px;
        border:none;
    }
    ul.navigation .mega-menu li li {
        padding-left: 0;
    }
    ul.navigation .mega-menu li li {
        font-weight: normal;
    }
    .nav-mobile > ul li.top-two-item a i.fa {
        color: #e61c84;
        font-size: 18px;
        margin-right: 5px;
    }
    .nav-mobile > ul li.top-two-item a i.fa-facebook {
        color: #e61c84;
        font-size: 20px;
        margin-right: 20px;
    }
    .nav-mobile > ul li.top-two-item a i.fa-twitter {
        color: #e61c84;
        font-size: 20px;
        margin-right: 5px;
    }
    ul.navigation li .guide-icon {
        top: -6px;
    }
    .navigation .open > a,
    .navigation .open > a:hover,
    .navigation > a:hover,
    .navigation > li > a:focus,
    .navigation > li > a:hover {
        border: none;
    }
    .top-two-item {
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06) inset;
    }
    ul.toplist {
        margin-top: 25px;
    }
    .logo {
        margin: 15px 0 0;
    }
    .nav-mobile > ul li > a {
        text-transform: inherit;
        padding-left: 0;
        padding-right: 0;
    }
    .main-nav .nav .open > a,
    .main-nav .nav .open > a:hover,
    .main-nav .nav .open > a:focus,
    .main-nav .nav li > a.active,
    .main-nav .nav li > a:hover {
        background-color: #fff;
        border-bottom: none;
    }
    .nav-mobile .dropdown-mobile li a:hover {
        background-color: #48c7f7
    }
    .nav-mobile::after {
        background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
        content: "";
        display: none;
        height: 100%;
        opacity: 1;
        position: absolute;
        right: 0;
        top: 0;
        transition: opacity 0.5s ease 0s;
        -webkit-transition: opacity 0.5s ease 0s;
        width: 100%;
    }
    .nav-mobile.open {
        -webkit-transform: translate3d(0px, 0px, 0px);
        -khtml-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        -ms-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        -webkit-transition: all 0.2s ease 0s;
        -khtml-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
        visibility: visible;
    }
    .nav-mobile.open::after {
        height: 0;
        opacity: 0;
        transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
        -webkit- transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
        width: 0;
    }
    #wrapper.open {
        /*overflow: hidden;*/
        -webkit-box-shadow: -3px 0 8px 0 rgba(0, 0, 0, 0.4) 2px 5px rgba(0, 0, 0, .4);
        -khtml-box-shadow: -3px 0 8px 0 rgba(0, 0, 0, 0.4) 2px 5px rgba(0, 0, 0, .4);
        -moz-box-shadow: -3px 0 8px 0 rgba(0, 0, 0, 0.4) 2px 5px rgba(0, 0, 0, .4);
        -ms-box-shadow: -3px 0 8px 0 rgba(0, 0, 0, 0.4) 2px 5px rgba(0, 0, 0, .4);
        -o-box-shadow: -3px 0 8px 0 rgba(0, 0, 0, 0.4) 2px 5px rgba(0, 0, 0, .4);
        box-shadow: -3px 0 8px 0 rgba(0, 0, 0, 0.4) 2px 5px rgba(0, 0, 0, .4);
        -webkit-transform: translate3d(250px, 0px, 0px);
        -khtml-transform: translate3d(250px, 0px, 0px);
        -moz-transform: translate3d(250px, 0px, 0px);
        -ms-transform: translate3d(250px, 0px, 0px);
        -o-transform: translate3d(250px, 0px, 0px);
        transform: translate3d(250px, 0px, 0px);
        -webkit-transition: all 0.5s ease 0s;
        -khtml-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        /*position: fixed;*/
    }
    header .searchbox {
        margin-top:13px; margin-left:15px;
    }
    .nav-mobile {
        background: #fff;
        box-shadow: -5px 0 20px 0 rgba(0, 0, 0, 0.3) inset;
        height: 100%;
        left: 0;
        overflow-y:auto;
        overflow-x: hidden;
        padding: 15px 0;
        position: fixed;
        top: 0;
        transform: translate3d(-100%, 0px, 0px);
        -webkit-transform: translate3d(-100%, 0px, 0px);
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        visibility: hidden;
        width: 260px;
        z-index: 99999;
    }
    .navbar-nav {
        display: block;
        width: 100%;
    }
    #nav-mobile-btn,
    .nav-mobile {
        display: none
    }
#nav-mobile-btn {
        background-color: transparent;
        border: 0 none;
        border-radius: 4px;
        color: #e30175;
        line-height: 1;
        padding: 3px;
        float: right;
        text-align: center;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        width: 40px;
        z-index: 99;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 600;
        margin-top: 6px; margin-right:10px;
    }
    #nav-mobile-btn span {
        font-size: 30px;
    }
    .nav-mobile > ul li > a {
        width: auto;
        display: inherit;
    }
    ul.navigation li.dropdown > a:after {
        right: 0
    }
    .nav-mobile h2 {
        color: #31ccfd;
        font-size: 24px;
        margin: 0px 0 0;
        padding-bottom: 15px;
        text-align: center;
        text-transform: uppercase;
        font-family: 'ralewaybold';
    }
    .nav-close {
        float: left;
        font-size: 24px;
        margin-left: 15px;
    }
    .nav-mobile h2 i {
        font-size: 21px;
        margin-right: 10px;
        display: none;
    }
    .mobile-menu {
        display: none
    }
    #nav-mobile-btn,
    .nav-mobile {
        display: block
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    #slide-nav .navbar-toggle {
        display: block;
    }
    ul.navigation li {
        float: none;
    }
    #slide-nav .container {
        margin: 0;
        padding: 0!important;
    }
    #slide-nav .navbar-header {
        margin: 0 auto;
        padding: 0 15px;
    }
    #slide-nav .navbar.slide-active {
        position: absolute;
        width: 80%;
        top: -1px;
        z-index: 1000;
    }
    #slide-nav #slidemenu {
        background: #f7f7f7;
        left: -100%;
        width: 280px;
        min-width: 0;
        position: fixed;
        padding-left: 0;
        overflow-x: hidden;
        overflow-y: scroll;
        z-index: 2;
        top: 0;
        bottom: 0;
        margin: 0;
    }
    #slide-nav #slidemenu .navbar-nav {
        min-width: 0;
        width: 100%;
        margin: 0;
    }
    #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
        min-width: 0;
        width: 80%;
        white-space: normal;
    }
    #slide-nav {
        border-top: 0
    }
    #slide-nav.navbar-inverse #slidemenu {
        background: #fff;
        box-shadow: 0 0 22px #cccccc inset;
    }
    /* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
    
    #slide-nav.navbar-inverse #navbar-height-col {
        background: #333;
        z-index: 1;
        border: 0;
    }
    #slide-nav .navbar-form {
        width: 100%;
        margin: 8px 0;
        text-align: center;
        overflow: hidden;
        /*fast clearfixer*/
    }
    #slide-nav .navbar-form .form-control {
        text-align: center
    }
    #slide-nav .navbar-form .btn {
        width: 100%
    }
    .section03:before,
    .section03:after {
        display: none;
    }
    .dropdown-menu.currency li a {
        display: inline-block;
    }
    .dropdown-menu.currency > li > a {
        padding: 3px 0;
    }
    .dropdown-menu.currency a span {
        position: relative;
        top: 4px;
    }
    .innerbanner .carousel-caption h3, .innerbanner .carousel-caption h2 {
        font-size: 38px;
        line-height: 38px;
    }
    .innerbanner .carousel-caption p {
        font-size: 20px;
        margin: 0;
    }
    .innersection h1 {
        font-size: 38px;
        line-height: 38px;
    }
    .innersection h2{font-size:38px;  line-height: 38px;}
    .businessitem figcaption {
        display: block;
        min-height:120px;
    }
    .businessitem .thumbnail_container {
        float: left;
    }
    .businesssec.section03 .divtable .item {
        clear: left;
    }
    figure.effect-lily .readmore i.fa-arrow-right:before {
        line-height: 12px;
    }
    .detailrightpan.paddleft {
        padding-left: 15px;
    }
    .detailleftpan .paddright {
        padding-right: 15px;
    }
    .detailleftpan {
        border-right: none;
    }
    .footerlinks ul {
        margin-top: 15px;
    }
    .orderform .payment-card img {
        width: 60px;
    }
    .viewmap, .viewmap-btn{position:inherit;float:none;height:inherit;margin:auto;font-size:16px;border-radius:5px;padding:0 5px;display:block;width:119px;line-height:35px;right:auto}
    .viewmap i, .viewmap-btn i {display: inline-block;font-size: 21px;margin-right: 10px;}
}
@media (max-width: 768px) {
.sitemap_01 ul li a b {line-height: 17px;margin-top: 10px;padding-top: 3px;}
.trip-listing .reviewlist li > div.col-md-8{min-height:inherit}
.trip-listing .reviewlist ul{min-height:inherit}
.trip-listing .reviewlist li > div.col-md-8{width:100%}
}
@media (max-width: 767px) {
.mapfilter{left:0;width:96%;right:0;margin:auto;top:40px}
.tourpopup{padding:0}
.tourpopup img{width:100%}
.trip-listing .trip-left{border-right:0}
h3.search-dropdown-mobile{background:#EEE;padding:10px}
.search-dropdown-mobile i.fa-plus{display:block;float:right;font-size:20px;margin:5px 5px 0 0}
.category-mob{height:0;transition:1s all;-webkit-transition:1s all;overflow:hidden}
.mapfilter .category-mob{height:auto}
.mapfilter .tour-links{height:250px;overflow:auto}
.category-mob.open{height:auto;transition:1s all;-webkit-transition: 1s all;}
.filer-event .input-group.date{width:100%}
.filer-event ul{width:100%}
.filer-event .form-title{width:100%}
.filer-event h3{font-size:22px;text-align:left;margin-bottom:10px}
.filer-event h3 i{font-size:22px}
.find-events .section03 .figcaption p.address,.find-events .section03 .item p,.find-events .col-with-info figure.effect-lily h2{min-height:inherit}
.filer-event .major-event{width:100%}
.filer-event .event-search .search-icon{right:15px}
.filer-event ul li{width:100%;padding:0;margin-bottom:15px}
.find-date .col-xs-11{padding:0}
.filer-event ul li.event-find-btn{width:100%;text-align:left;padding:0}
.sucess-detail-thank table{width:100%}
.sucess-detail-thank table tr td{font-size:15px}
.innersection p.boxtopmarg{margin:50px 15px  10px}
.businesssec .viewmap{margin-top:25px}
.detailbanner {padding-right:0}
.detailtitle .col-sm-3.border-dashed{border:0}
.n-logo{margin:0;width:100%;display:block}
.reservation-request .input01{padding:0}
.reservation-request h3.title{margin-left:0}
header.sticky .logo { margin:10px 0;}
/*#nav-mobile-btn { width:34px;}*/
#nav-mobile-btn span { font-size:24px; }
.detail-title { margin-left:0;}
/* 8-3-2017	.detailbanner .title-fav a { margin-top:0; }*/
.detail-title h3 { font-size:30px;}
.Section a.btn-default { margin:20px 0px 20px;}
.footerlinks ul { margin-top:0;}

/*Book a Tour*/
.trip-listing .trip-left{width:100%}
.trip-listing .trip-right{width:100%;/*margin-top:25px*/}
.modal-dialog{margin:20px}
.fourzero-page {height: auto;}
.fourzero-page .fourzero-main {padding-left: 5px;padding-right: 5px;}
.fzf-logo {margin: 25px auto 0;max-width: 250px;}
.fzf-wrap {max-width: 420px;margin: 55px auto;overflow: hidden}
.fzf-box .box span {font-size: 50px;}
.fzf-box .box-e span {font-size: 20px;}
.fzf-box .box {width: 136px;}
.fzf-box .box-a {width: 100%;height: 200px;}
.fzf-box .box-e {width: 276px;}
/*.detailtitle .favbox {top: 30px}*/
.detailtitle h1, .detailtitle h3{font-size:26px}
.col-sm-3 select {background-position: 98% 15px}
#major-event-container {height: auto !important}
.major-event-listing .columns.col-with-info .item {left: auto !important;position: relative !important;top: auto !important;width: 100% !important}
    .eventbox .nav-tabs > li.major-event {
        width: 58%;
        text-align: right;
        padding: 5px;
        margin-bottom: 15px
    }
    .eventbox .nav-tabs > li {
        width: 31%;
        text-align: center
    }
    .loginbox {
        margin: 0 auto;
    }
    .loginbg {
        background: none;
        padding: 0px;
    }
    
    .slider-one {
        font-size: 32px;
        line-height: 32px;
    }
    .slider-two {
        font-size: 20px;
        line-height: 20px;
    }
    .section02 .item h3 {
        font-size: 24px;
    }
    .back-to-top {
        display: none !important;
    }
    .footerlinks li {
        display: block;
    }
    .section03 .item h3 {
        min-height: inherit;
    }
    .section03 .item p {
        min-height: inherit;
    }
    .downarrow {
        display: none;
    }
    .Section h1 {
        font-size: 36px;
    }
    footer ul.toplist > li {
        margin-bottom: 20px;
        margin-right: 13px;
    }
    .footermainlinks ul {
        margin: 0;
    }
    .footermainlinks li {
        display: block;
    }
    .Section h1 {
        font-size: 28px;
        line-height: 28px;
    }
    ul.container-social {
        text-align: center;
    }
    figure.effect-lily p {
        padding-right: 0;
    }
    .Section h2 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 15px;
    }
    
    .Section {
        padding: 20px 0;
    }
	/*.Section.businesssec.viewmapbtnbrd{padding-top:0px;}*/
    .section03.box-shadow .SOcolumns .item figure h3 {
        font-size: 16px;
    }
	.searchbox {
        margin: 32% 0 0 13px;
    }
    .innersection h1 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
    .yearcombo {
        position: inherit;
        top: 0;
        margin: 0 auto 15px !important;
        display: block !important;
        height: 35px;
        left: 0;
    }
   /* ----------8-3-2017-----.owl-theme .owl-controls .owl-buttons div {
        display: none;
    }*/
    .responsive {
        border: none
    }
    .responsive table,
    .responsive thead,
    .responsive tbody,
    .responsive th,
    .responsive td,
    .responsive tr {
        display: block;
    }
    .responsive thead tr {
        left: -9999px;
        position: absolute;
        top: -9999px;
    }
    .responsive tr {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #ccc #ccc -moz-use-text-color;
        border-image: none;
        border-style: solid solid none;
        border-width: 1px 1px 0
    }
    .responsive tr:last-child {
        border-bottom: 1px solid #ccc;
    }
    .responsive td {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: -moz-use-text-color -moz-use-text-color #eee;
        border-image: none;
        border-style: none none solid;
        border-width: medium medium 1px;
        font-size: 13px;
        padding-left: 50% !important;
        position: relative;
        text-align: left;
    }
    .responsive td::before {
        left: 0;
        padding: 10px 10px 9px 10px;
        position: absolute;
        text-align: left;
        width: 45%;
        color: #0a5fa4;
        background: #EEE;
        top: 0
    }
    .responsive td::before {
        content: attr(data-title);
    }
    .contact .tab-content {
        padding: 10px;
    }
    .news_listing_08 .news_contant p,
    .cms p {
        text-align: justify;
    }
    .sitemap_01 .sitemap_01_sub_line::after {
        border-left: 1px solid rgba(0, 0, 0, 0.2);
        content: "";
        height: auto;
        left: 40px;
        position: absolute;
        top: auto;
        z-index: 0;
    }
    .sitemap_01 .sitemap_01_main::before {
        height: 100%;
    }
    .news_listing_08 .news_contant .news_title {
        margin-top: 15px;
    }
    .news_listing_08 .news_images {
        width: 60%;
        margin: 0 0 10px 0;
    }
    .news_listing_08 .news_images .image_link:hover span {
        display: none;
    }
    .news_listing_08 .triangle_date {
        font-size: 13px;
        display: block;
        height: auto;
    }
    .news_listing_08 .triangle_date span {
        display: block;
    }
    .news_listing_08 .triangle_date:after {
        border-width: 25px 18px;
    }
    .inputbox {
        margin-left: auto
    }
    .loginbox {
        max-width: inherit;
    }
    #pinboard #container {
        width: 100% !important;
        height: 100% !important;
    }
    #pinboard .columns.col-with-info .item {
        position: relative !important;
        width: 100% !important;
        left: auto !important;
        top: auto !important
    }
    /* 10-03-16 */
    
    .orderform form {
        margin-left: -15px;
        margin-right: -15px;
    }
    .sum-box .col-sm-6 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .orderform .form-section-title h3,
    .sum-table h3 {
        font-size: 24px;
    }
    .orderform .form-section-title h3 {
        margin-top: 0px;
        margin-bottom: 25px;
    }
    .sum-table h4 {
        font-size: 18px;
    }
    .tbl-box {
        padding: 15px;
    }
    .sum-lable,
    .sum-qut {
        font-size: 14px;
        line-height: 1.2;
    }
    .sum-total {
        font-size: 18px;
    }
    .price-sum {
        font-size: 16px;
    }
    .orderform .formbuttons input {
        margin-right: 10px;
    }
    .orderform .payment-card {
        margin-top: 20px;
        text-align: left;
    }
    .orderform .payment-card img {
        width: 48px;
    }
    .orderform textarea {
        display: block;
    }
    .filter-panel {
        float: none;
    }
    .filter-panel ul.eventlist {
        float: none;
    }
    ul.eventlist li {
        margin-left: 0;
    }
    .event-advertise {
        margin-left: 0;
    }

/*searchlisting*/
.search-filter label {font-size: 14px;margin-right: 10px;}	
.detailtitle .col-sm-3.border-dashed-left{border:none;}
	
}
@media (max-width: 568px) {
.businessitem figcaption .fixbtm {position: inherit;margin-top: 15px;}
.innerbanner .carousel-caption h3, .innerbanner .carousel-caption h2 {font-size: 34px;line-height: 34px;}
.innerbanner .carousel-caption p {font-size: 18px;}
.businessitem figcaption {min-height: inherit;}
figure.effect-lily .readmore i.fa-arrow-right:before {line-height: 11px;}
.n-logo {display: block;}
}
@media (max-width: 480px) {

.bottomsection .item .info {max-width: 100%;text-align:center;}
.bottomsection .item{margin-bottom:25px;text-align:center}
.bottomsection .item img.border{margin:auto}
.section03 .item h3{max-width:100%}
.bottomsection .item img {float: none;margin:0}
.slider-one {font-size: 24px;line-height: 24px;}
.carousel-caption {bottom: 10px;padding-bottom: 0;left: 0;right: 0}

/*.innerbanner .carousel-caption h3:after, .innerbanner .carousel-caption h2:after{background:none;content:"...";display:block;height:auto;left:auto;right:0;top:0;width:auto}*/
.innerbanner .carousel-caption h3, .innerbanner .carousel-caption h2{font-size:17px;line-height:23px; overflow:hidden; padding-right:10px;}
.filer-event{margin:-21px auto 50px}

.innerbanner .carousel-caption p {font-size: 14px;line-height:18px;padding:0 10px}
figure.effect-lily h2 {font-size: 16px}

/*search listing*/
.search-filter{padding:15px;text-align:left}
.search-filter label.title{display:block;letter-spacing:1px}
.search-filter label{text-align:left;width:44%}	
.mainpopup{padding:0 10px}
.modal .Section h2{font-size:30px;margin-top:15px}
.modal .g-recaptcha{ left: -25px;position: relative;transform: scale(0.8);-webkit-transform: scale(0.8);}
.n-logo { margin-left:0;}
}
@media (max-width: 479px) {
.event-btn-global{text-align:center}
.Section.innersection .event-btn-global a.btn{margin: 0 0 25px 0}
.Section.innersection .event-btn-global a.btn:first-child{margin:25px 0 15px 0}


.filer-event .clearcalendar{margin-left:-7px}
#popup_container{max-width:95% !important;margin:auto !important}
.fzf-logo {max-width: 200px;}
.fzf-wrap {max-width: 280px;}
.fzf-box .box {width: 89px;height: 100px;}
.fzf-box .box-a {width: 100%;height: 180px;}
.fzf-box .box-e {width: 182px;}
.eventbox ..all-addressnav-tabs > li > a i {float: none !important;display: block;margin: auto auto 5px !important}
.eventbox .nav-tabs > li > a {text-align: center;font-size: 14px}

#nav-mobile-btn { margin-right:0;}
a.btn.pinkbtn {float: none;margin-top: 20px;display: block;}
.news_listing_08 .news_images {width: 100%;}
.loginbox .account .register {font-size: 12px}
.loginbox .account .register i {font-size: 14px}
.loginbox .account .dont_acc {font-size: 12px;margin-right: 5px}
.loginbox .facebook-btn,.loginbox .twitter-btn {width: 100%;margin-bottom: 20px}
.loginbox .twitter-btn {margin-bottom: 0}
.remeber label {font-size: 14px}
.remeber {font-size: 14px;padding: 23px 0}
.forgot-pwd a {padding: 10px 0 20px}
.promotions .date-format ul li {border: none;margin: 0;padding: 0}
.promotions .date-format ul {display: block;overflow: hidden}
.promotions .date-format i {float: left;margin: 6px 11px 0 0}
.col-sm-3 select,select {background-position: 95% 15px}
.no-record{font-size:15px}
button.loginbtn{font-size:14px;padding:7px 10px;width:50%}
.resetbtn{line-height:23px;font-size:14px;border-radius:0 !important}
/*.detailtitle .col-sm-9 .favbox{left:10px; top:10px;}*/
.box-shadowleft .thumbnail_container.small-thumb{padding-bottom:68px;width:100px;margin-right:10px}
.section03.box-shadowleft .SOcolumns .item figure h3{font-size:14px}
#art_sec .small-thumb figcaption{overflow:hidden}
.section03 .threecolumneffect .item{margin-top:20px;}
.section03 .item{margin-top:8px}
.businessitem figcaption{padding-left:0}
.fixbtm{padding-right:0}

.col-with-info figure.effect-lily .readmore{float:none;display:inline-block;height:auto}
.all-address{width:100%;/*height:180px;*/  height:100%; top:auto;bottom:0;left:0}

.grayitem .thumb238x16,.col-sm-9.detailbanner .grayitem .thumb238x16{width:100%;float:none;margin-bottom:15px;padding-bottom:67%}
.businessitem figcaption,.col-sm-9.detailbanner .businessitem figcaption{width:100%}
.booktour-booking .activityinfo.booking a.btn.pinkbtn{float:right}
.booktour-booking .activityinfo.phone{margin-bottom:10px}
.freepickup{margin-bottom:10px}
}
@media (max-width: 320px) {
.fzf-box .box-b,.fzf-box .box-c,.fzf-box .box-d,.fzf-box .box-f {width: 79px}
.fzf-box .box-e {width: 162px}
.reviewform:before {background: url("../images/spiral.jpg") repeat-x scroll -25px 0;}
header .searchbox { margin-left:15px; margin-right:5px;}
.signupfornews .mainpopup{width:280px}
.form-control.date-picker{font-size:11px}
}

a.btn.pinkemailbtn {
    background: #e30175;
    float: right;
    padding: 0 8%;
    
    color: #fff;
    font-size: 15px;
    border: 1px solid;
    border-color: transparent;
    text-transform: uppercase;
    
}
a.btn.pinkemailbtn:hover {
    color: #e30175;
    border: 1px solid #e30175;
    background: none;margin-left:0
}
.events-search{max-width:1280px !important; margin-bottom:30px; float:left; width:100%;}
.events-search.col-with-info .item p{min-height: 60px;}
.sotitle { float:left; margin:12px 15px 0 0}
/*Added by dpandya on 18 Dec, 2017 */
.section03 .SOcolumns .item figure .offtag {
    width: auto;
}
.detailrightpan.paddleft h2{text-align:center;}
.detailrightpan.paddleft h2.noeffect { text-align:left;}
.detailrightpan.paddleft h2.noeffect:after { display:none;}
.trip-listing .reviewlist ul li .offtag{top: 20px;  border-width: 20px 17px 20px 7px; top:20px;} 
.fb-frame{border:none; overflow:hidden; width:223px; height:37px;padding-top:11px;}
.social_link .activityinfo span{/*display:block;*/}
.detailrightpan.paddleft h2.noeffect span a{    line-height: 25px;  display: inline-block; vertical-align: middle;}

.social_link .activityinfo a i{position: static; color: #e30175; margin-left: 6px; vertical-align: -1px;}
.social_link .activityinfo a:hover i{color: #666;}
.viewmapbtnbrd h2.titlemargtop{margin-left:auto; margin-right:auto; max-width:70%; margin-top:10px;}
.relative{position:relative !important;}
.section03.two-col-article-details .item{margin-top:0; padding:0; padding-left:7px; padding-right:7px;}
.detailleftpan .activityinfo .title{float: left; display:block; margin-right:5px;}
.detailleftpan .activityinfo .info-number{overflow:hidden;}
.detailleftpan .activityinfo .info-number span{display:block;}
.detailleftpan .activityinfo a.btn.pinkemailbtn{min-width: 132px;}
.highlightsbox.tworowhighlights ul{width:50%; float: left;}
.highlightsbox.tworowhighlights ul:first-of-type{float: left; width: calc(50% - 15px); border-right: 1px dashed #cfcfcf; margin-right: 15px; padding-right: 15px;}
ul.activitiydetail.fax li span{display:inline-block}
.col-with-info.threecolumninfo figure.effect-lily h2{min-height:50px;}
.col-with-info.threecolumninfo.cust-module figure.effect-lily .figcaption p{min-height: 130px;}
.twocolumninfo.col-with-info figure.effect-lily h2{min-height: 50px;}
.twocolumninfo.columns.col-with-info .item p{min-height:110px;}
.fourcolumninfo figure.effect-lily h2{min-height: 60px;}
.fourcolumninfo figure.effect-lily p{min-height: 200px;}
.threecolumneffect h2{line-height:26px;}
.threecolumneffect figure.effect-lily h2{ line-height:30px;}
.twocolumneffect h2{line-height:26px !important; margin-bottom:15px;}
.fourcolumneffect figure.effect-lily p{line-height: 14px; line-height:18px;}
.fourcolumneffect figure.effect-lily:hover figcaption h2{font-size: 14px;padding-bottom: 0;}

@media(max-width:1024px){
    .highlightsbox.tworowhighlights ul{width:100%; border-right:none; }
    .highlightsbox.tworowhighlights ul:first-of-type{width: calc(100% - 0px); border-right:none; margin-right:0; padding-right:0;}
    .highlightsbox.tworowhighlights ul{margin-bottom:0;}
    .highlightsbox.tworowhighlights ul + ul{margin-top:0;}
    .twocolumneffect figure.effect-lily h2{bottom:0;}
    #bussiness_sec .fixbtm{position:relative;}    

}
@media(max-width:992px){
    .responsive.calender .col-xs-2{margin-left:-1px} 
    .responsive.calender{border-top:none; border-bottom:none;}
    .detailtitle h1{padding-left:40px !important;}
    .viewmapbtnbrd h2.titlemargtop{max-width:100%;}
    
}
@media(max-width:767px){
.viewmapbtnbrd h2.titlemargtop{max-width:100%;}    
.highlightsbox h3{font-family:'ralewayregular';}
.sotitle{width:100%;}
.detailrightpan h2 span{overflow:inherit; margin-left:0; padding-left:0; border-top: 1px dashed #a5a5a5; padding-top:10px; margin-top:10px; float:left; border-left:none; width:100%;}
/*.detailcontainer .owl-carousel .owl-wrapper-outer .item h3{ display:none;}*/
ul.container-social li{font-size: 22px; margin-left: 12px;}
.detailbanner .title-fav a{margin-top:0;}
.owl-theme .owl-controls .owl-buttons div{width: 40px; height: 40px; font-size: 12px; line-height: 36px; border: 2px solid #fff;}
.threecolumneffect figure.effect-lily h2{min-height:inherit;}
.threecolumneffect figure.effect-lily p{min-height:inherit;}
}


#related-activity { background:none; overflow:inherit;}
#related-activity .item{margin-top:6px;}
#related-activity .item h3 { position:inherit; font-style:normal; text-shadow:none; text-align:left; color:#444;}
#related-activity .item h3 a { color:#444;}
#related-activity .item h3 a:hover { color:#e30175;}
.relact h2 { margin:50px 0;}
#related-activity .owl-controls .owl-buttons div { color:#34c2ef; border-color:#34c2ef; top:23%; bottom:auto; }

.section03 #related-activity .item { padding:5px; }
/*.blog-article .activity-left-panel figcaption{min-height:200px;}*/
/*.sidebar-business-list .activity-left-panel figcaption{min-height:200px;}*/
/*.sidebar-activity-list .activity-left-panel figcaption{min-height:200px;}*/
/*.activity-listing figure figcaption{min-height:200px;}*/
.activity-listing figure figcaption h3{min-height:50px;}
.feat-events .tab-content > div{min-height:250px;}
.innerbanner.subbanner .carousel-caption h2{font-size:50px; line-height:50px;}
.innerbanner .carousel-caption p{font-size: 26px; line-height:26px;}
.reviewlist li .freepickup span .plus{font-size: 27px; color: #777978; font-style: normal; font-weight: lighter; font-family: ralewaylight;  margin-left: 2px;}
.menu-section{text-align:center;}
.small-menu-img{width: 90px; height:60px; margin-right: 20px; float: left; margin-top: 13px; }
.menu-section .title{ text-align:center; font-size:30px; color:#124b98; float: left; margin-top:40px; margin-bottom:40px; padding-bottom:20px; position:relative; width:100%; }
.menu-section .title:after{width:80px; margin: auto; position: absolute; left: 0; right:0; content: ''; background: #31ccfd; height: 5px; bottom:0px}
.menu-section .news_contant{min-height: inherit; text-align: left;  border-bottom: 1px dotted #666; font-size: 14px; padding-bottom: 8px; overflow: hidden; float: left; width: calc(50% - 40px); margin-right: 80px; padding-right:130px; position:relative;}
.menu-section .news_listing_08 .news_contant:nth-of-type(2n){margin-right:0;}
.menu-section .item-title{font-size: 16px; margin-top: 10px; margin-bottom: 5px; padding-top: 0; padding-bottom: 0;display: flex;flex-wrap: wrap;} 
.menu-section .news_contant span.price{float: right; font-size: 24px; color:#124b98; font-family: 'ralewaysemibold'; position:absolute; right:0; bottom:10px;}
.menu-section .news_contant span.price sup{color: #666; margin-right: 5px; top: 0px; font-size: 12px; font-family: 'ralewayregular';}
.menu-section .news_listing_08{padding:20px !important; background-color:#f7f7f7;}
.menu-section .news_listing_08:before{content: ""; position: absolute; left: -10px; right: -10px; top: -10px; bottom: -10px; border: 1px solid #efefef; display: block; z-index:-1;}
.download-icon{float: right; position: relative; right: 0; bottom: 40px;}
.download-icon a{margin-left:15px; font-size:15px;}
.download-icon a i{margin-right:2px;}
.menu-section h2{padding-bottom:20px; margin-bottom:0; padding-left:35px; padding-right:35px;}
.menu-section h1.menu-title{ color: #124b98; font-size: 48px; line-height: 48px; margin-top: 10px;
    position: relative; padding-bottom:20px !important; margin-bottom:0; padding-left:35px; padding-right:35px;}
.menu-section h1.menu-title:after{width: 125px; margin: auto; position: absolute; left: 0; right: 0; content: ''; background: #31ccfd; height: 5px; bottom: 0; display:block !important;}
footer { padding-bottom: 0px; }

@media(max-width:1024px){
    .feat-events .tab-content > div{min-height: 290px;}
    .innerbanner.subbanner .carousel-caption h2{font-size:36px; line-height:36px;}
    .innerbanner .carousel-caption p{font-size: 18px; line-height:20px;}
    .feat-events .tab-content > div{min-height:275px;}
}
@media(max-width:992px){
    .menu-section .news_contant{width:100%; margin-right:0;}  
    .menu-section h1.menu-title{font-size:38px;}  
}
@media(max-width:767px){
    .innerbanner.subbanner .carousel-caption { padding-top: 0px; }
    .innerbanner.subbanner .carousel-caption h2{font-size: 22px; line-height:30px;}
    .innerbanner .carousel-caption p{font-size: 16px; line-height:20px;}
    .download-icon{bottom:0; margin-bottom:25px;}
    .menu-section h1.menu-title{font-size:30px;} 

}
@media(max-width:499px){
    .innerbanner.subbanner .carousel-caption h2{font-size: 17px; line-height:23px;}
    .innerbanner .carousel-caption p{font-size: 15px; line-height:18px;}

}

.costum-column .thumbnail_container{padding-bottom:100%;}
.costum-column .costum-column-second .thumbnail_container{padding-bottom:calc(50% - 10px);}
.costum-column .costum-column-second figure:first-of-type{margin-bottom:20px;}

/*3-feb-2018*/
.map-page-section .right-panel .title{font-size: 30px;padding-bottom: 15px;line-height: 30px; margin-bottom:30px; margin-top:0px;}
.map-page-section .right-panel .title:after{left:0; right:auto;}
.map-page-section .right-panel .content{ overflow:hidden; position: relative; width:100%; max-width: 100%; height:525px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; z-index:1;}
.map-page-section .right-panel ul{list-style:none; margin-left:0;}
.map-page-section .right-panel ul li .title{margin-top:0px; margin-bottom:0px; font-size: 16px; padding-bottom: 0; line-height: 18px; margin-bottom:5px; color:#666; text-align:left;}
.map-page-section .right-panel ul li{border-bottom:dashed 1px #d6d6d6; padding-bottom:10px; margin-bottom:10px;}
.map-page-section .right-panel ul li a{line-height:20px; color:#777;}
.map-page-section .right-panel ul li a:hover{color:#e30175;}
.map-page-section .right-panel ul li i{float: left; margin-right: 5px; vertical-align: middle; font-size: 12px; margin-top: 4px; color:#3ecffc;}
.map-page-section .right-panel ul li span{overflow: hidden; display: block; float: none; font-size: 12px; vertical-align: middle; font-family:'ralewaybold';}
.map-page-section .left-panel.map{height:650px;}
.map-page-section .map-filter{margin: auto; display: block; text-align: center; max-width: 895px;}
.map-page-section .map-filter label{float: left; color:     #333; margin-top: 9px; margin-right: 10px; font-size: 15px;}
.map-page-section .map-filter select{overflow:hidden;float:none; width:260px;}
.map-page-section hr{ border-color:#ccc; margin:40px 0px;}
.map-page-section .right-panel .map-detail{ background-color:#ebfdff; padding:25px 10px 25px 25px; overflow:hidden;}
.map-page-section .right-panel .map-detail #mapdetails{overflow:hidden !important ; }
.map-page-section .mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.4);  filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)";  }
.map-page-section .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color:#31ccfd; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)";  }
.map-page-section .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#31ccfd; filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; }
.map-page-section .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .map-page-section.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
        background-color:#31ccfd; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
.map-page-section .right-panel .mCSB_scrollTools .mCSB_draggerRail { background-color: #124b98;}        


@media print {
    .breadcrumb, .download-icon {display:none !important;}
    .menu-section h2{font-size:40px; margin-bottom:0; position:relative; top:30px; line-height:55px;}
    .menu-section h1.menu-title{font-size:40px; margin-bottom:0; position:relative; top:30px; line-height:55px; color:#124b98 !important;}
    .menu-section h1.menu-title:after{border-bottom:solid 5px #31ccfd;}
    .menu-section .news_contant{border-bottom: 1px dotted #666; font-size: 14px; padding-bottom: 8px; overflow: hidden; float: left; width:100%;  position: relative;}
   header{display:none;}
   footer{display:none;}
   h2{color: #124b98; margin-bottom:0; padding-bottom:0; font-family:arial;}
   .news_listing_08{background:#fff;  background-color: #f7f7f7 !important;-webkit-print-color-adjust: exact; }
   .Section h2{color:#124b98 !important; font-family:arial;}
   .menu-section .title{color:#124b98 !important; font-family:arial;}
   .price{color:#124b98 !important; font-family:arial;}
   .price sup{color: #666 !important;  font-family:arial;}
   .news_contant{color: #666 !important;  font-family:arial;}
   .Section h2:after{border-bottom:solid 5px #31ccfd;}
   .menu-section .title:after{border-bottom:solid 5px #31ccfd;}
   .menu-section .item-title{color: #666 !important; font-family:arial;}
   .menu-section .news_contant span.price{font-family:arial;}
   .sharinglinks{display:none;}
   .bottomsection{display: none;}
   .menu-section .menu-bottom-info{display:none;}
   .download-icon.download-bottom{display:none;}
   .feedback-btn{display:none;}
   .Section.innersection a.btn-default.viewmore, .Section.blue-bg a.btn-default.viewmore{display:none;}

}

.detailrightpan.paddleft h2.noeffect span a i { font-size:14px; }
.menu-section .item-title .veg_icon { position: relative; width: 17px; top: -1px; margin: 0 0 0 2px; }
.fourcolumneffect figure.effect-lily h2 a, .threecolumneffect figure.effect-lily h2 a, .twocolumneffect figure.effect-lily h2 a  { color: #fff; }
.fourcolumneffect figure.effect-lily:hover figcaption h2, .fourcolumneffect figure.effect-lily:hover  h2 a, .threecolumneffect figure.effect-lily:hover h2, .threecolumneffect figure.effect-lily:hover h2 a, .twocolumneffect figure.effect-lily:hover h2, .twocolumneffect figure.effect-lily:hover h2 a { color: #fff }
.contact .req_text { float: left; width: 100%; }
.contact .req_text .req-note { margin: 0 0 7px 0 }
.tab-content > div .contentbox.calender_view .date-format {padding: 0px;margin: 0px;}
@media(max-width:992px){
    header, header.sticky { padding-bottom: 12px; }
    header.sticky .logo { margin: 15px 0 0 0; }
    header.sticky .logo { width: auto; }
    #nav-mobile-btn { margin-right: 0px; position: relative; top: 4px; }
    .searchbox, header .searchbox { font-size: 24px; margin: 20px 0 0 13px; }
    header.innerheader .container .row { margin-left: -15px; margin-right: -15px; }
    ul.navigation li.dropdown > a:after { font-size: 21px; top: 14px; }
    .navigation .top-two-item .caret { border-top: 6px dashed; border-right: 6px solid transparent; border-left: 6px solid transparent }
    .nav-mobile > ul li > a .caret { right: -1px; margin-top: 7px; }
    .map-page-section .right-panel .content{margin-bottom:0px;}
    .section03.two-col-article-details .item .border-top{margin-right:0px;}
    .map-page-section .right-panel .map-detail{margin-bottom:25px;}
    .map-page-section .right-panel .content{height:300px;}
    
  



}  
@media(max-width:767px){
    p { text-align: justify; hyphens: auto; -webkit-hyphens: auto; -moz-hyphens: auto; }
    .logo, header.sticky .logo { max-width: 185px; }
    .cms h2 { padding-bottom: 0px;}
    .cms h3 { font-size: 22px; line-height: 25px; }
    .cms h4 {font-size: 18px; line-height: 23px; }
    .searchbox, header .searchbox { margin: 13px 0 0 13px; }
    #nav-mobile-btn { top: 3px; }
    #nav-mobile-btn span { font-size: 22px; }
    .Section h2{margin-bottom:20px;}
    .Section h2.titlemargtop { margin-top: 20px; margin-bottom:20px;}
    .blog-article .activity-left-panel figcaption, .twocolumninfo.col-with-info figure.effect-lily h2, .twocolumninfo.columns.col-with-info .item p, .section03.box-shadow .item .itemshadow, .activity-listing figure figcaption, .col-with-info.cust-module figure.effect-lily .figcaption, .col-with-info.threecolumninfo figure.effect-lily h2, .col-with-info.threecolumninfo.cust-module figure.effect-lily .figcaption p { min-height: inherit; }
    #promo_sec .SOcolumns.detail-space { padding: 0px; }
    .section03 .SOcolumns .item figure h3 { font-size: 16px; line-height: 20px; }
    .price-txt span { font-size: 24px; }
    footer { padding-bottom: 0px; }
    footer .footer { padding-bottom: 40px; }
    .highlightsbox h3 { font-size: 24px; margin-bottom: 10px; width:100%;}
    .reviewlist li h3, .cms .reviewlist h3 a { font-size: 17px; line-height: 23px; }
    .tour-links h3 { font-size: 22px; }
    .feat-events .tab-content > div, .events-search.col-with-info .item p, .col-sm-9.detailbanner .businessitem figcaption { min-height: inherit; }
    .col-with-info figure.effect-lily h2 { text-align: left; }
    .events .tab-content > div { padding: 0px; }
    .col-with-info figure.effect-lily .readmore { margin-bottom: 0px; }
    .contact .list { padding: 25px 12px; }
    #cust_info #Contact_frm .btn { margin-bottom: 10px; }
    .news_listing_08 .news_contant .news_title { font-size: 18px; }
    .detailtitle h1 { padding-bottom: 0px; }
    .sitemap_01 { margin-bottom: 25px; }
    .Section .fav-sub-title .sub-title { font-size: 24px; margin-top: 2px; margin-bottom: 0px; }
    
    .no-record { margin: 20px auto; padding: 13px; }
    .loginbox .account .dont_acc { margin: 0px; }
    .section03.box-shadow .SOcolumns .item .itemshadow h3 { font-size: 17px; line-height: 23px; }
    .recaptcha-demo.input01 { margin-bottom: 0px; }
    .contact .req_text .req-note { margin: 5px 0 }
    .modal .mainpopup.Section h2 { font-size: 24px; line-height: 30px padding-bottom:15px; margin-top: 5px; }
    .innerbanner .carousel-caption p { text-align: center; }
    .relact h2 { margin: 30px 0 }
    .map-page-section .right-panel .content{height:200px;}    
    .map-page-section .right-panel .map-detail #mapdetails{overflow:visible; height:100%;}
}
@media(max-width:480px){.eventbox .nav-tabs > li > a i{float: none !important; display: block; margin: auto !important; margin-bottom: 5px !important;}}
@media(max-width:359px){
    .price-txt span { font-size: 18px; }
    .price-txt span b{ font-size: 18px; }
    
    .eventbox .nav-tabs > li > a{padding:10px !important;}
}  

.eventshow .event_btn a {display: block; text-align: left; color: #fff; font-size: 16px; background: #e40975; position:relative;}
.eventshow .event_btn a i { margin: 0; float: right; position: relative;  top: 5px;}
.eventshow .event_btn { display: none; }
.eventshow .event_btn .icons{float: right; position: absolute; right: 10px;}
/*.fourcolumneffect .fourcolumn figure.effect-lily:hover .figcaption h2{position: relative; top:0;}*/
.col-with-info figure.effect-lily .figcaption:before{display:none;}
.two-column.costum-column figure.effect-lily figcaption:before{background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to top, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
position: absolute; content: ''; width: 100%; bottom: 0; left: 0; right: 0; height: 110px; }
.calendarview .event span{padding: 0px 5px;}
.container-social.share .social-sub:before{ top: -11px;right: 6px;content: "";position: absolute;width: 25px;height: 25px;background: #fff;transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); box-shadow: -2px -2px 2px -2px rgba(0, 0, 0, 0.5); -webkit-box-shadow: -2px -2px 2px -2px rgba(0, 0, 0, 0.5); -moz-box-shadow: -2px -2px 2px -2px rgba(0, 0, 0, 0.5);}
ul.container-social.share li:hover .social-sub{visibility:visible; opacity:1;}
.container-social.share .social-sub{position: absolute; background-color: #fff; transition: 0.5s all; -webkit-transition: 0.5s all; width: 215px; right: -10px; text-align: left; padding:5px 10px; box-shadow:0px 0px 4px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow:0px 0px 4px 0 rgba(0, 0, 0, 0.5); -moz-box-shadow:0px 0px 4px 0 rgba(0, 0, 0, 0.5); -ms-box-shadow:0px 0px 4px 0 rgba(0, 0, 0, 0.5); margin-top:20px; visibility:hidden; opacity:0;}
.container-social.share .social-sub li{border-bottom:solid 1px #eee; margin-left:0; width:100%;}
.container-social.share .social-sub li:last-child{border-bottom:none;}
.container-social.share .social-sub li a{padding:5px 0; display:block;}
.container-social.share .social-sub li a:hover{color:#31ccfd;}
.container-social.share .social-sub li i{font-size:18px; display:inline-block; vertical-align:middle; width:28px;}
.container-social.share .social-sub li span{font-size:14px; display:inline-block; vertical-align:middle;}
.map-page .thumbnail_container{width: 125px; float: left; padding-bottom: 23%; margin-right: 15px;}
.map-page .thumbnail_container .thumbnail{margin-bottom:0;}
.infoBox .map-popup.map-page .title{font-size:14px; overflow:hidden; margin-bottom:10px;}
.infoBox .map-popup.map-page .area{font-size:12px;}
.infoBox .map-page .area i{font-size:12px;}
.map-page .thumbnail_container img{max-width:100%}
/*.col-with-info figure.effect-lily h2, .col-with-info  figure.effect-lily p, .col-with-info figure.effect-lily .readmore {  -webkit-transform: translate3d(0,    0px, 0); transform: translate3d(0, 0px, 0);}*/
.detailcontainer #related-activity.owl-carousel{max-height:inherit;}
ul.eventlist li .label{color:#666; font-size:16px; font-weight:normal;}
ul.eventlist li .label__text{position:absolute; left:0; top:8px; width:100%; right:0; cursor:pointer;}
ul.eventlist li .label__checkbox { display: none;}
ul.eventlist li .label__check { display: inline-block;border-radius: 50%; /*border: 1px solid rgba(0,0,0,0.1); background: white;*/vertical-align: middle; margin-left:0px;
  font-size:14px;  width: 20px;  height: 25px;  cursor: pointer;  display: flex;  align-items: center;  justify-content: center;  transition: border .3s ease;}
/*ul.eventlist li .label__check:hover { border: 2px solid rgba(0,0,0,0.2);}*/
ul.eventlist li .label__check  i.icon { opacity: 0.3; font-size:12px; line-height:22px; transition: opacity .3s .1s ease; /*-webkit-text-stroke: 1px rgba(0,0,0,.5); -ms-text-stroke: 1px rgba(0,0,0,.5); */ color:#fff;}
ul.eventlist li .label__checkbox:checked + .label__text .label__check {  /*animation: check .5s cubic-bezier(0.895, 0.030, 0.685, 0.220) forwards; background-color:#00d478;*/}
ul.eventlist li .label__checkbox:checked + .label__text .label__check .icon {   opacity: 1;  /*transform: scale(0); -webkit-transform: scale(0);  -ms-transform: scale(0);*/ color: white; -webkit-text-stroke: 0; -ms-text-stroke: 0; /*animation: icon .3s cubic-bezier(1.000, 0.008, 0.565, 1.650) .1s 1 forwards;*/  }
ul.eventlist li .center { position: absolute; top: 50%; left: 50%;  transform: translate(-50%,-50%);}
.map-page-section .right-panel .mCSB_scrollTools .mCSB_draggerRail{background-color:#124b98;}
ul.eventlist.event-weekfilter{margin-bottom:0px; margin-top:0;}
ul.eventlist.event-weekfilter li{background:none; margin-bottom:15px; padding:0;}
ul.eventlist.event-weekfilter li .form-group{width:100%; vertical-align:bottom;}
ul.eventlist.event-weekfilter li .form-group .calendar{width: calc(50% - 5px); position: relative; float: left;}
ul.eventlist.event-weekfilter li .form-group .calendar.start-date{ margin-right:10px;}
ul.eventlist.event-weekfilter li.major-event label{margin-bottom:0; line-height:14px; font-size:14px;}
ul.eventlist.event-weekfilter li.major-event label input{margin-top:0px;}
ul.eventlist.event-weekfilter li:last-child{margin-bottom:0;}
.tab-content ul.eventlist{margin-top:15px;}
.tab-content ul.eventlist.first_search{margin-top:35px;}
.section03.box-shadow.articles-section .SOcolumns .item figure h3{margin-top:5px;}
.event-detail-page ul.sharinglinks{float:right;}
.title-relative{position:relative; z-index:9;}
.title-relative ul.sharinglinks{position:absolute; right:0; top:0; margin-top:15px;}
.title-relative h1{padding-left:30px; padding-right:30px;}
#sharesection{display:none;}
#sharesection.open{display:block;}
.events .columns.col-with-info .item h2{text-align:left;}
.col-with-info.new_custom_module figure.effect-lily h2{min-height:50px;}
.col-with-info.new_custom_module figure.effect-lily p{min-height:80px;}
.search-listing .col-with-info .effect-lily h2{min-height:50px;}
.events-search.col-with-info.feat-events .item p.info-location{min-height: 0; margin-bottom: 10px;}
/*3 April 2018*/
.map-filter .category{float: left; margin-right:15px;}
.map-filter .search-box{float:left; position:relative;}
.map-filter .search-box input{float:left; height: 41px; border: 1px solid #ccc; border-radius: 4px; padding: 0; font-size: 15px; padding:10px; padding-right:30px; width:260px;}
.map-filter .category-multi-select{position:relative; float: left; margin-right:15px;}
.map-filter .category-multi-select .btn-default{ position:relative; float:left; height: 41px; border: 1px solid #ccc; border-radius: 4px; padding: 0; font-size: 14px; padding:10px; width:260px; background: url(../images/selectbox-arrow.png) no-repeat 97% 15px;
    text-align:left; paint-order:30px;    
    color:#666; text-shadow:none;
}
.map-filter .category-multi-select .multiselect-selected-text{display:block; overflow:hidden; width:95%;}
.map-filter .category-multi-select .caret{display:none;}
.map-filter .search-box input::placeholder { color: #666; opacity: 1;}
.map-filter .search-box input:-ms-input-placeholder {color: #666;}
.map-filter .search-box input::-ms-input-placeholder { color: #666;}
.category-multi-select span.multiselect-native-select select { border: 0!important; clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px -1px -1px -3px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    left: 50%;
    top: 30px
}
.category-multi-select{position:relative;}
.category-multi-select .multiselect-container {
    position: absolute; list-style-type: none; margin: 0; padding: 5px 0px; width:100%; overflow-x: hidden; height: 250px;}
.category-multi-select .multiselect-container .input-group { margin: 5px}
.category-multi-select .multiselect-container>li { padding: 0; height:auto;}
.category-multi-select .multiselect-container>li>a.multiselect-all label { font-weight: 700}
.category-multi-select .multiselect-container>li.multiselect-group label {margin: 0; padding: 3px 20px 3px 20px;
    height: 100%; font-weight: 700}
.category-multi-select .multiselect-container>li.multiselect-group-clickable label { cursor: pointer}
.category-multi-select .multiselect-container>li>a { padding: 0}
.category-multi-select .multiselect-container>li>a>label {margin: 0; height: 100%; width:100%; cursor: pointer;
    font-weight: 400; padding: 3px 0 3px 30px}
.category-multi-select .multiselect-container>li>a>label.radio, .multiselect-container>li>a>label.checkbox { margin: 0}
.category-multi-select .multiselect-container>li>a>label>input[type=checkbox] { margin-bottom: 5px}
.category-multi-select .btn-group>.btn-group:nth-child(2)>.multiselect.btn { border-top-left-radius: 4px; border-bottom-left-radius: 4px}
.category-multi-select .form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {  padding: 3px 20px 3px 40px}
.category-multi-select .form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {    margin-left: -20px;
    margin-right: 0
}
.category-multi-select .btn-default{background-image:none}
.favbox i{position: relative !important; color: #fff; font-size:22px;  margin-right: 0 !important;}
.favbox:hover i, .favbox.selected i{color:#e30175}
.reviewlist ul li .readmore{font-size: 14px; color: #e30175; display: inline-block; /*vertical-align: middle;*/ margin:0; font-weight: normal;}
.reviewlist ul li .readmore i{border-radius: 50%; height: 12px; line-height: 10px; margin-left: 5px; position: relative; text-align: center; width: 12px; display: inline-block; vertical-align: middle; color: #e30175; font-weight: normal;}
.reviewlist ul li .readmore i{background:url(../images/right-arrow-pink.svg) no-repeat; background-size:cover;}
.reviewlist ul li .readmore:hover i{background:url(../images/right-arrow-black.svg) no-repeat;}
.reviewlist ul li .readmore i:before{display:none;}
.reviewlist ul li .readmore:hover{color:#000;}
.reviewlist ul li .readmore:hover i{color:#000; border-color:#000;}
.book-tours-list.reviewlist .price-txt.tour-price{float:right; color:#666; margin: -10px 0 0 0px; text-align:left;}
.book-tours-list.reviewlist .price-txt.tour-price span{color:#0a5fa4; font-size:30px; }
.trip-left .price-sort{width:98%;}

.event .readmore{text-align:right; /*float:right;*/ font-size:14px;}
.event .readmore i{ border: 1px solid #e30175; border-radius: 50%; height: 13px; line-height: 12px; margin-left: 5px; position: relative; text-align: center; font-size: 7px; top: -1px; width: 13px; display: inline-block;  vertical-align: middle;}
.event .readmore:hover i{border: 1px solid #000;}
#srcdiv_mob #accordion.panel-group{margin-bottom:0;}
.reviewlist li .booktour-booking .freepickup i{font-size:18px;}
.favbox-title i{color:#9c9c9c;}
.small-thumb .favbox{left:5px; top:5px;}
.detailbanner .title-fav a .favbox{padding-left:0; padding-right:0; top:2px;}
.map-page-section .mapcms-text p{margin-bottom:35px; margin-top:0; text-align:center;}
.deals-section .trip-right .reviewlist .deallist-info .date-format{margin-bottom: 5px; display: inline-block; vertical-align: middle;}
.deals-section .trip-right .reviewlist .deallist-info .date-format ul{ min-height:inherit;}
.deals-section .trip-right .reviewlist .deallist-info .date-format ul li{margin-bottom:0;  display: inline-block; margin-right: 10px; padding-right: 10px; border-right: solid 1px #d6d6d6; width:inherit; color: #e30175;}
.deals-section .trip-right .reviewlist .deallist-info .date-format ul li:last-child{border-right:none; margin-right:0; padding-right:0;}
.deals-section .trip-right .reviewlist .deallist-info .date-format ul li strong{color:#000;}
.deals-section .trip-right .reviewlist .deallist-info .date-format ul li:before{display:none;}
.deals-section .trip-right .reviewlist .deallist-info .date-format i{position:inherit; margin-top:5px; float: left; color: #e30175;}
.detailtitle.title-relative .date-format ul{margin-bottom:0;}
.favbox-title{ padding:0; height:20px; top:0; bottom:0; margin:auto;}
.search-box .dropdown-menu>li>a:hover {background-image:none; background-color: #dedede; color: #000;} .search-box .dropdown-menu>.active>a{background-image:none; background-color: #dedede; color: #000;}
.tour-links .eventlist.first_search .dropdown-menu{max-width:97%; padding:0;}
.tour-links .eventlist.first_search .dropdown-menu>li{border-bottom: solid 1px #eee; padding: 0; margin-bottom:0;}
.tour-links .eventlist.first_search .dropdown-menu>li>a{white-space: normal; padding: 5px 10px; color:#666; width:100%;}
.tour-links .eventlist.first_search .dropdown-menu>li>a:hover, .tour-links .eventlist.first_search .dropdown-menu>li.active>a {background-image:none; background-image:none; background-color: #dedede; color: #000; font-weight:normal;} 

.mapfilter #filter_box .dropdown-menu{max-width:100%; padding:0;}
.mapfilter #filter_box .dropdown-menu>li{border-bottom: solid 1px #eee; padding: 0; margin-bottom:0;}
.mapfilter #filter_box .dropdown-menu>li>a{white-space: normal; padding: 5px 10px; color:#666;}
.mapfilter #filter_box .dropdown-menu>li>a:hover, .mapfilter #filter_box .dropdown-menu>li.active>a {background-image:none; background-image:none; background-color: #dedede; color: #000;} 
.mapfilter #filter_box #category{position:relative;}
.mapfilter #filter_box .dropdown-menu{top:52px !important; width:90%; margin:auto; left:0; right:0; }
.mapfilter #filter_box .dropdown-menu > li > a strong{color:#000;}

#Agenda .htmlreplace_agenda figure.effect-lily .figcaption p{padding-top:5px;}
ul.activitiydetail .ck-content li{width:100%;}
ul.activitiydetail li li span.kyd{font-size:14px; color: #666666;}
.mapfilter #filter_bar #filter_box.tour-links{margin-bottom:0}
.mapfilter #filter_bar #filter_box.tour-links .title{padding-left:15px;}
.mapfilter .search-input{width:calc(100% - 30px); margin:15px 15px 0px 15px; padding:5px 5px 5px 5px; height:35px; border: 1px solid #ccc; border-radius: 4px; font-size:14px;}
.mapfilter h3{padding-left:15px;}
.mapfilter .map_sortby{padding:0 15px;}
.trip-listing .trip-left ul.eventlist{margin-top:15px; overflow:visible;}
.book-tours-list .time{position:relative; padding-left:22px; margin-bottom:5px;}
.book-tours-list .time strong{margin-right:5px;}
.book-tours-list .time i{color:#31ccfd; top:4px; font-size:18px;}
.book-tours-list .duration{position:relative; padding-left:22px;}
.book-tours-list .duration strong{margin-right:5px;}
.book-tours-list .duration i{color:#31ccfd; top:4px; font-size:18px;}
ul.eventlist li.event-search:before{display:none;}
.twocolumninfo.columns.col-with-info .item p{border-bottom:none;}
.fourcolumninfo figure.effect-lily p{font-size:14px;}
.col-with-info.new_custom_module figure.effect-lily p{border-bottom:none;}
.book-tours-list .by a{color: #e30175; font-size: 14px; font-weight: 400; display: block; overflow: hidden;}
.book-tours-list .by a:hover{color:#114c98;}
.book-tours-list .by{font-size:14px; margin-bottom:10px;}
.tour-links .eventlist.first_search .dropdown-menu > li > a strong{color:#000;}
.book-tours-list .activityinfo.phone{margin-top:0;}
.book-tours-list .by{margin-bottom:5px;}
.book-tours-list .duration{margin-bottom: 5px; display: inline-block; margin-right: 10px; vertical-align: middle;}
.book-tours-list .booktour-booking{display: inline-block; vertical-align: middle;}
.book-tours-list .by span{float: left; display:block;}
.activity-th-list figcaption .activityby{color:#666;}
.activity-th-list figcaption .activityby span{float: left;}
.activity-th-list figcaption .activityby a{ overflow:hidden; display:block; }
header.sticky ul.navigation li.top-two-item.mob-currency a i{margin-right:0;}
header.sticky ul.navigation li.top-two-item.mob-currency a i{color:#fff;}
header.sticky ul.navigation li.top-two-item.mob-currency a span i{color: #fff;
    width: 15px; display: block; height: 15px; font-size: 12px;}
header.sticky ul.navigation li.top-two-item.mob-currency a span i.britishpound-icon{margin: 3px 4px;}
header.sticky ul.navigation li.top-two-item.mob-currency a span i.europeoncurren-icon{margin: 3px 4px;}
header.sticky ul.navigation li.top-two-item.mob-currency a span i.chinese-yuan-icon{ margin: 3px 3px;}
header.sticky ul.navigation li.top-two-item.mob-currency a span i.Indian-Rupee-icon{margin:3px;}
header.sticky ul.navigation li.top-two-item.mob-currency a span i.Jamaican-Dollar-icon{margin:2px;}
header.sticky ul.navigation li.top-two-item.mob-currency a span i.Russian-Rouble-icon{margin:3px;}
header.sticky ul.navigation li.top-two-item.mob-currency a span i.Philippine-Peso-icon{margin:3px;}

/*For Inner Banner Center image */
.detailbanner #owl-demo .thumbnail_container{padding-bottom: 38.5%;}


.detailbanner #owl-demo.owl-theme .owl-controls{margin:0;}
.detailbanner #owl-demo .thumbnail:hover img{transform:scale(1); -webkit-transform:scale(1); -ms-transform:scale(1);  -moz-transform:scale(1);}
/*.detailbanner .owl-carousel .item .thumbnail_container{float:left;}*/
.detailbanner .owl-carousel .title-relative .date-format{margin-left:0;}
.border-left-dashed{border-left:1px dotted #dddddd;}
.detailbanner #owl-demo .owl-item .item {padding:0;}

/*24 April 2018*/
.filter-panel ul.eventlist li.event-search{padding-right:0;}

/*Deal Detail Calender */
.detailcontainer .detailtitle.title-relative .date-format{margin-left:0;}

/*Reservations page css*/
.reservation-page .business-left{float: left; }
.reservation-page .business-right{float: right; }
.reservation-page .business-right .tab-pane{padding-top:0;}
.reservation-page .business-right .reservation-request .req-note{margin-top:-13px !important;}

/*Map popup Css z-index*/
#myMaps .modal-dialog #map{z-index:1;}

/*Detail page left Address panel*/
.activityinfo a i.fa-angle-right{position: static; color: #e30175; margin-left: 6px; vertical-align: -1px;}
.activityinfo a:hover i.fa-angle-right{color:inherit;}
.activitiydetail a i.fa-angle-right{position: static; color: #e30175; margin-left: 6px; vertical-align: -1px;}
.activitiydetail a:hover i.fa-angle-right{color:inherit;}
.detailtitle.newstitle.none-icon h1{padding-left:0 !important;}/*News title favorite icon remove*/
.new_custom_module.col-with-info .item .readmore-brd .readmore{margin: 8px 0 0 0;}/*Deal page read more margin*/
.event-btn-global .event-btn{margin: 30px 0 !important;}
.activity-listing .SOcolumns .item.activity-th-list, .sidebar-activity-list .SOcolumns .item.activity-left-panel, .sidebar-business-list .SOcolumns .item.activity-left-panel, .blog-article .SOcolumns .item.activity-left-panel, .activity-old-tmp.blog-article .item.activity-left-panel{padding: 12px; margin:0 !important;} /*Activities box spacing*/ 

/*7 May 2018*/
#Agenda.tab-pane .listview .thumbnail_container{background-color:#eee;}
/*Advertise */
.midad.custome-bottom .MiddleBannerImg{ margin-top:50px; margin-bottom:0; }
/*.MiddleBannerImg.advert-with-sidebar{margin-top:0;}*/
/*inner pages botttom spacing manage*/
.innerlastsection{margin-bottom:0; padding-bottom:0;}
.event-search .autoclose{position: absolute; right: 10px; top: 10px; cursor: pointer; color:#666; font-size:15px;}
ul.eventlist li span.typetitle{width: inherit; margin-right: 0; line-height: 20px; margin-left:5px;}
.threecolumneffect figure.effect-lily .readmore{ margin-bottom:5px !important; }
.info-box.map-detail.box-brd .map-popup .favbox i{ color:#fff; }
.info-box.map-detail.box-brd .map-popup .favbox:hover i,.info-box.map-detail.box-brd .map-popup .favbox.selected i{color: #e30175;}
.col-with-info.new_custom_module figure.effect-lily p{margin-bottom:15px;}
/*Events page */
.events-calenderpage .events-search-box .info-location, .events-calenderpage .htmlreplace_pinboard .info-location, .events-calenderpage .htmlreplace_agenda .info-location {position:relative;  padding-left:20px; padding-right:0; border-bottom:none;}
.events-calenderpage .events-search-box .info-location i, .events-calenderpage .htmlreplace_pinboard .info-location i, .events-calenderpage .events-search-box .info-location i, .events-calenderpage .htmlreplace_agenda .info-location i{position:absolute; left:0; top:2px;}
.events-calenderpage .events-search-box p{border-bottom: 1px solid #f4f4f4; padding-right:0;}
.events-calenderpage .tab-content > div .htmlreplace_pinboard p, .events-calenderpage .tab-content > div .htmlreplace_agenda p {border-bottom: 1px solid #f4f4f4; padding-right:0;}
.events-calenderpage .tab-content > div .htmlreplace_pinboard p.info-location, .events-calenderpage .tab-content > div .htmlreplace_agenda p.info-location{border-bottom:none;}
.events-calenderpage .tab-content > div .htmlreplace_pinboard p.eventstag, .htmlreplace_agenda .tab-content > div .htmlreplace_pinboard p.eventstag{padding-top:6px;}
.events-calenderpage .tab-content > div .htmlreplace_pinboard .readmore, .events-calenderpage .tab-content > div .htmlreplace_agenda .readmore{margin-bottom:0;}
.section03.newsdetailpage .item{padding:0;}
.eventmainpopup.mainpopup .event-content .date-format i{top:2px; font-size:14px;}
.restaurant-listing.businesssec figcaption .fixbtm{position:relative;}
.mag-combo #quantity select option{padding:0; line-height:0; background-color:#000 !important;}
.map-page-section .title-relative ul.sharinglinks{right:15px;}
.reservation-leftpanel .activityinfo{ padding-bottom:10px; /*border-bottom:1px dashed #666;*/ margin-top:10px;}
.reservation-leftpanel .social_link{border-bottom:1px dashed #cfcfcf;}
.reservation-leftpanel ul.activitiydetail{margin-top:0;}
.reservation-leftpanel ul.activitiydetail li{margin-top:0; border-top:none; border-bottom:1px dashed #cfcfcf;}
.reservation-leftpanel ul.activitiydetail li:last-child{border-bottom:none;}
.customck-info{padding-bottom:50px;}
.eventmainpopup .tab-content > div:last-child .event-content{bottom:36px;}
.eventmainpopup .tab-content > div:last-child .event-content:before{bottom:-14px; top:auto; transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg);}
.eventmainpopup .tab-content > div:last-child .event-content:after{bottom:-14px; top:auto; transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg);}

.eventmainpopup .tab-content > div:nth-last-child(2) .event-content{bottom:36px;}
.eventmainpopup .tab-content > div:nth-last-child(2) .event-content:before{bottom:-14px; top:auto; transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg);}
.eventmainpopup .tab-content > div:nth-last-child(2) .event-content:after{bottom:-14px; top:auto; transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg);}
.MiddleBannerImg .thumbnail_container img{max-height:inherit; } /*Advert Banner*/
.feat-events .tab-content.figcaption > div{padding:0}
.fixbtm-news a.btn-default i{top: 0; margin-right: 10px; border: none; font-size: 18px; vertical-align: middle;}
.fixbtm-news a.btn-default:hover i{border:none;}
.map-listedtitle p span{font-size:22px !important; color:#124b98 !important;}
/*View map circle button*/
.viewmapbtnbrd{overflow:hidden;}
.viewmapbtnbrd .viewmap.business-map:after, .viewmapbtnbrd .viewmap-btn.business-map:after{height: 1px; position: absolute; content: ''; background-color: #d6f1fa; width: 100vh; left: 110px; z-index: -1; top: 0; bottom: 0; margin: auto}
 .book-tours-list ul li h3 a{ font-weight:400; }
 .detailbanner.news-detail .thumbnail_container{padding-bottom:38.5%;}
 .detailbanner.news-detail .thumbnail_container .thumbnail:hover img{transform: scale(1, 1); -webkit-transform: scale(1, 1);}
 /*Tag Page Css*/
.tag-page-section h2.sub-title{font-size: 40px; line-height: 40px;  padding-bottom: 25px;}
.loader-mini{ display: block; position: relative; width: 100%; text-align: center;  clear: left; padding: 100px 0;}
.pd-bottom-none{padding-bottom:0 !important}
.filter-title{ font-size:18px; color:#124b98; font-family: 'ralewaybold';}
.event-search .autoclose.event{top: 6px;}
.event-search .autoclose.event:hover{color:#e30175;}
.search-filter label.title{vertical-align:middle; margin-right:15px;}
.search-filter .type select, .search-filter .area select{ overflow: hidden; float: none; width: 260px;}
.search-filter .type, .search-filter .area{float: none; display: inline-block; position:relative; vertical-align:top;}
.search-filter .type{margin-right:15px; }
.search-filter .type span.multiselect-native-select select, .search-filter .area span.multiselect-native-select select{ border: 0!important; clip: rect(0 0 0 0)!important; height: 1px!important; margin: -1px -1px -1px -3px!important; overflow: hidden!important; padding: 0!important; position: absolute!important; width: 1px!important; left: 50%; top: 30px;}
.search-filter .btn-default{ position:relative; float:left; height: 41px; border: 1px solid #ccc; border-radius: 4px; padding: 0; font-size: 14px; padding:10px; width:260px; background: url(../images/selectbox-arrow.png) no-repeat 98% 15px;
    text-align:left; paint-order:30px;  color:#666; text-shadow:none;}
.search-filter .multiselect-selected-text{display:block; overflow:hidden; width:95%;}
.search-filter .type .dropdown-menu, .search-filter .area .dropdown-menu{width:100%;}
.search-filter .type .dropdown-menu>li>a, .search-filter .area .dropdown-menu>li>a{ padding-right:5px; padding-left:35px;}
.search-filter label input[type="checkbox"]{ position: absolute;left: -25px;top: 2px;}
.search-filter .caret{display:none;}
.map-filter .autoclose{ position: absolute; right: 10px; top: 9px; cursor: pointer; color: #666; font-size: 15px;}
.map-filter .autoclose:hover{color:#e30175;}
.restaurant-listing .tour-links .eventlist.first_search .dropdown-menu{width:100%;}
.restaurant-listing .tour-links .eventlist.first_search .event-search .autoclose{top:6px;}
.restaurant-listing .tour-links .eventlist.first_search .event-search .autoclose:hover{color:#e30175;}
 .events-calenderpage .tab-content .filter-panel .eventlist.first_search .event-search .search-input{ width: 90%;}
 .events-calenderpage .tab-content .filter-panel .eventlist.first_search .event-search .search-icon{right:13%;}
 .events-calenderpage .tab-content .filter-panel .eventlist.first_search .event-search .autoclose.event{ right: 5px; color:#e30175; font-size:16px;}
 .events-calenderpage .tab-content .filter-panel .eventlist.first_search .event-search .autoclose.event:hover{color:#000;}
 .favorite-hart .favorite-main{margin-left: -55px; position: absolute; width: 35px; height: 25px; vertical-align: middle; top: 8px; text-align: left;}
 .favorite-hart .favorite-main:hover .favbox-title i{color:#e30175;}

 /*Footer App Section*/
 footer .explore-app{float: right; /*margin-top: 15px;*/ position:relative; top:15px; border: solid 1px #cccccc; padding: 10px; border-radius: 4px; transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s;}
 footer .explore-app:hover{border: solid 1px #e61c84;}
 footer .explore-app:hover .info{color:#e61c84;}
 footer .explore-app a{color:#000; }
 footer .explore-app .app-icon{
 width: 45px; height: 47px;
  background: url(../images/sprite.png) no-repeat left top;
  background-position:-133px -48px;
  float: left;
  margin-top:2px;
}
footer .explore-app .info{float: left;
margin-left: 10px;
font-size: 11px;
line-height: 15px;
font-family: 'ralewaybold';
border-left: dotted 1px;
padding-left: 10px;
padding-top:0px;
min-height: 50px;
transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s;
}
footer .explore-app .info .title{text-align: left; color: #114c98; font-family: 'ralewaybold'; display: block;font-size: 16px;margin-bottom: 6px;}
footer .explore-app .info span{color:#686868;}
.inner-haader-shadow{-webkit-box-shadow:inset 0 5px 50px rgba(0, 0, 0, .22);
    -moz-box-shadow:inset 0 5px 50px rgba(0, 0, 0, .22);
    box-shadow:inset 0 5px 50px rgba(0, 0, 0, .22);
}
.deals-section .deallist-info h3 a{font-weight:normal;}
.section03 .item .itemshadow p{font-size:14px;}
/*DetailReating*/
.detailrightpan .reviewlist.showallreviews ul li{padding:0;}
.detailrightpan .reviewlist.showallreviews ul li > div{padding:15px;}
.detailrightpan .reviewlist.showallreviews ul li > div.ratting{padding:0;}
.detailrightpan .reviewlist.showallreviews ul li > div.ratting ul li{padding:10px;}
.fav-sub-title .sub-title{font-size:40px !important; margin-top:0 !important;}
.fav-event.section03 .SOcolumns .item figure p{min-height:75px;}
.search-filter .area .mapdrp{width:100% !important;}
.col-with-info.events-search.events-top-box.feat-events .figcaption .info{min-height:210px;}
.col-with-info.events-search.events-top-box.feat-events .figcaption .info p{border-bottom:none;}
.viewmap.mobile{display:none;}
.related-articles{ margin-top: 25px;  margin-bottom:25px;}
.related-articles h3{font-family: 'ralewaybold';border-bottom: 1px dashed #666; padding-bottom: 10px; font-size: 18px; margin-top:0;}
.related-articles ul{list-style:none;}
.related-articles ul li{margin-bottom:5px; }
.related-articles ul li a{position:relative; padding-left:20px; font-size:16px; display:inline-block;}
.related-articles ul li a:before{font-family: FontAwesome;content: '\f101';color: #31ccfd;position: absolute;left: 0;}




/*Currency Popup*/
#popup_overlay{background: rgb(0, 0, 0) none repeat scroll 0% 0% !important; opacity: 0.5 !important;}
#popup_container { font-family: Arial, sans-serif;font-size: 12px;
 min-width: 200px !important; /* Dialog will be no smaller than this */
max-width: 459px !important; /* Dialog will wrap after this width */
    color: #fff;  border-radius: 5px; }
#popup_title { font-weight: bold; text-align: center; line-height: 25px; padding:10px 20px; font-size:22px; color:#142e41; cursor: default; padding:3px 0; margin: 0em;}
#popup_content {background: 16px 16px no-repeat url(images/info.gif); padding: 1em 1.75em; margin: 0em;}
#popup_content.alert { background-image: url(images/info.gif);}
#popup_content.confirm { background-image: url(images/important.gif);}
#popup_content.prompt { background-image: url(images/help.gif);}
#popup_message { text-align:center; line-height:23px; font-size:14px;}
#popup_panel { text-align: center; margin: 1em 0em 0em 1em;}
#popup_prompt {margin: .5em 0em;}
.pop-top-bg { background:url(../../images/bg-images.png) no-repeat left -786px; width:459px; height:12px; float:left;}
.pop-btm-bg { background:url(../../images/bg-images.png) no-repeat left -799px; width:459px; height:12px; float:left;}
.alert-popup-title-bg { background: url(../../images/title-bg.png) repeat; padding:10px 20px; font-size:20px; color:#142e41;}
.alert-popup-bg{background-color:#fff; box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);}
#popup_container{color: #68687b;}
#popup_title{color:#124b98;}
.popup-ok-button, .popup-cancel-button{background-color: #e30175; color: #fff; border: none; padding: 5px 15px; border-radius: 40px; font-size: 14px; font-family: 'ralewayextrabold'; margin: 0 2px; transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s;}
.popup-ok-button:hover, .popup-cancel-button:hover{background-color:#31ccfd; color:#fff;}
.popup-ok-button:focus, .popup-cancel-button:focus{border:none; outline:none;}
.tab-content .monthly-calendar .loader-mini{margin:150px 0;}
/*.book-tours-list.reviewlist .price-txt.tour-price.min-price{margin-right:25px;}*/
.book-tours-list .book-tour-info hr{border-color:#dadada !important;}
.book-tours-list .book-tour-info .activityinfo.booking{margin-top: 15px;}
.book-tours-list .book-tour-info .tour-book-prise-box{float:right;}
/*.book-tours-list .book-tour-info .tour-book-prise-box .price-txt.tour-price{float: left; margin-right:25px;}*/
.book-tours-list.reviewlist .book-tour-info .price-txt.tour-price.min-price{margin-right:0px;}
.book-tours-list.reviewlist .book-tour-info .price-txt.tour-price span b{margin-left:0;}
.reviewlist.showallreviews li > div .info{display:block;}
.loginbox .account .dont_acc.privacy-policy{margin-bottom:0;}
.loginbox .account .register{margin-top:12px; margin-bottom:15px; font-family:'ralewaybold';}
.activity-listing .activity-th-list figcaption .recommendedtext{ margin-bottom: 10px; display: inline-block;}
#map-side-bar #all_address .map-detail .map-popup .title a.map-fav{float:left;margin-right:5px; margin-top: -2px;}
#map-side-bar #all_address .map-detail .map-popup .title a.map-fav .favbox-title{height:25px;}
#map-side-bar #all_address .map-detail .map-popup .title a.map-title{overflow:hidden; display:block; line-height:24px;}
#frmregister .signup-check label input[type="checkbox"]{margin: 0 7px 0 0;}
.bottomsection .download-app-i-paid .info h3{margin-top:0;}
.events #Agenda .col-with-info .item p .fa-map-marker{margin-top:5px;}
.deallist-info .businessbay{ display: inline-block; margin-right: 15px; margin-bottom: 5px; vertical-align: middle;}
.deallist-info .businessbay strong{float: left;}
.deallist-info .businessbay span{display:block; overflow:hidden;}
.deallist-info .booktour-booking .activityinfo.phone{margin-top:0;}

.menu-section .additional-info .activityinfo{width:calc(33.33% - 20px); display:inline-block; text-align:left; margin-right:26px; margin-top:0; background-color:#fff; padding:10px; line-height:30px; padding-left:35px; border-radius:4px; margin-left:-1px;}
.menu-section .additional-info .activityinfo a.btn.pinkemailbtn{margin:0;}
.menu-section .additional-info .activityinfo:last-child{margin-right:0;}
.menu-section .additional-info .activityinfo .title-sub{float:left; margin-right:15px;}
.menu-section .additional-info .activityinfo .info-number{position:relative;}
.menu-section .additional-info .activityinfo .info-number .number-list{position: absolute; background-color: #fff; padding: 10px; top: 30px; left: 62px; box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); display:none; z-index:9;}
.menu-section .additional-info .activityinfo .info-number .number-list:after{content:''; position:absolute; width: 0; height: 0; border-style: solid; border-width: 0 5px 10px 5px; border-color: transparent transparent #ffffff transparent; top:-10px;}
.menu-section .additional-info .activityinfo .info-number .number-list:before{content:''; position:absolute; width: 0; height: 0; border-style: solid; border-width: 0 6px 11px 6px; border-color: transparent transparent #dddddd transparent; top:-12px;}
.menu-section .additional-info .activityinfo .info-number .number-list .name{color:#666; margin-right:5px; float: left; line-height:18px;}
.menu-section .additional-info .activityinfo .info-number .number-list ul{margin-bottom:0;}
.menu-section .additional-info .activityinfo .info-number .number-list ul li{list-style:none;}
.menu-section .additional-info .activityinfo .info-number .number-list ul li span.number{    overflow: hidden; display: block;}
.menu-section .additional-info .activityinfo .info-number .number-list ul li span.number a{display:block; line-height:18px; margin-bottom:5px;}
.menu-section .additional-info .activityinfo .info-number .number-list ul li span.number a:last-child{margin-bottom:0;}
.menu-section .additional-info .activityinfo .info-number .number-list ul li span.number a:hover span{color:#000;}
.reservation-leftpanel ul.activitiydetail.first{margin-bottom:0;}
.reservation-leftpanel ul.activitiydetail.first li ul li{border-bottom:none;}
.reservation-leftpanel ul.activitiydetail.first li{border-bottom: 1px dashed #cfcfcf;}
.reservation-leftpanel ul.activitiydetail p{margin:0;}
.menu-section .menu-bottom-info{margin-top:50px; margin-bottom:30px;}
.menu-section .additional-info .activityinfo i{top: 16px; left: 10px;}
/*.menu-section a.btn.view-detail.view-detail{background:#124b98;}
.menu-section a.btn.view-detail.view-detail:hover{background:#e30175;}*/
.download-icon{display:block;}
.download-icon.download-bottom{bottom:0; display:none !important;}  
ul.activitiydetail li.pickup strong{display:block;}
ul.activitiydetail li.pickup span.free-pickup{position:relative;}
ul.activitiydetail li.pickup span.free-pickup i{top:4px; color:#009900;}
ul.activitiydetail li.pickup span{display:inline-block;}
ul.activitiydetail li.pickup span.pickup-info{margin-right:10px;}
ul.activitiydetail li span.free-pickup{color: #009900; font-family:'ralewaysemibold';}
.detailleftpan .download-links a{display:block;}
.reservation-leftpanel ul.activitiydetail li a span{display:inherit;}
.tag-section{padding: 50px 0; padding-top:0; box-shadow: none; background-color: #ffffff; z-index: 9; position: relative;}
.tag-section-box strong{float: left; margin-right:5px;}
.tag-section-box{padding:15px; font-size:14px;  box-shadow:1px -1px 3px 0px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.1); -webkit-box-shadow:1px -1px 3px 0px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.1);}
.tag-section-box .tags{overflow:hidden;}
.tag-section .tags-list{overflow:hidden;}
.detailleftpan .activityinfo.time p{display:block; color:#666; font-family:'ralewayregular'; margin-top:5px;}
.detailrightpan .tag-section-box{margin-top:15px;}
.detailbanner .owl-carousel .owl-wrapper-outer .item h3{z-index:9; font-family:'ralewayregular'; min-height:inherit; text-shadow:none;}  
#addRestaurantBusiness .businessitem figcaption p{min-height:128px;}
.icon-cover{position:relative;}
.icon-cover i{position:absolute; top:12px; right:10px; color:#124b98; z-index:-1;}
.deals-section .trip-right .deal-fav{float: left;}

.section03 figure.effect-lily .thumbnail img.lazy-loaded{ object-fit: cover; height:100%;width:100%; }
.section03 .thumbnail img.lazy-loaded{ width: 100% !important; object-fit: cover; height: 100%;}
.detailbanner #owl-demo .item img.lazyOwl{max-width:100%; width:100%; object-fit:cover;}
.Section.events .thumbnail img.lazy-loaded{object-fit: cover; width: 100%; height: 100%;}
.infoBox > img{ position: relative !important; cursor: pointer !important; margin: -10px -10px 0 !important;}
.MiddleBannerImg .thumbnail_container img.lazy-loaded{object-fit:contain; width:inherit; height:inherit;}

/*Feedback popup*/
.feedback-popup .tagline{text-align:center; font-size:18px; color:#000000; font-family: 'ralewaysemibold'; margin-bottom: 25px;
margin-top: 25px;}
.feedback-popup .expression {text-align: center; background-color: #fff; padding: 2px 5px;  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); margin-bottom:25px; border-radius: 100px; display:inline-block;}
.feedback-popup .expression .feedback-sprite{background:url(../images/expression-sprite.png) no-repeat; width:50px; height:50px; display:inline-block; margin:1px; border-radius:25px; border: solid 5px #ffffff; vertical-align:middle;}
.feedback-popup .expression .feedback-sprite:hover, .feedback-popup .expression .feedback-sprite.active{box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);}
.feedback-popup .expression .feedback-01{ background-position:0 0;}
.feedback-popup .expression .feedback-02{background-position:-44px 0;}
.feedback-popup .expression .feedback-03{background-position:-88px 0;}
.feedback-popup .expression .feedback-04{background-position:-133px 0;}
.feedback-popup .expression .feedback-05{background-position:-178px -2px;}
.feedback-popup .tabing-section .nav-tabs > li > a{font-family: 'ralewaysemibold'; font-size: 16px; color:#124b98;}
.feedback-popup .tabing-section .nav-tabs > li > a i{margin-right:5px;}
.feedback-popup .feedback-star label{font-size:15px; color:#000; display:block; margin-bottom: 15px; font-family: 'ralewaysemibold';}
.feedback-popup .feedback-star .star .staricon{margin-right:5px; cursor:pointer;}
.feedback-popup .feedback-star ul{list-style:none; overflow:hidden; margin-bottom:25px; margin-top:25px;}
.feedback-popup .feedback-star ul li{width:33.33%; float:left; text-align:center;}
.feedback-popup  .input01 label{margin-bottom:5px;}
.feedback-popup .nav-tabs{border-bottom: 1px dashed #7f7f7f;}
.feedback-popup .nav-tabs > li.active > a, .feedback-popup .nav-tabs > li.active > a:focus, .feedback-popup .nav-tabs > li.active > a:hover{
cursor: default; background-color: #fff; border: 1px dashed #7f7f7f; border-bottom-color: rgb(221, 221, 221); border-bottom-color: transparent;}
.feedback-popup .tabing-section .tab-pane{background-color: #fff; padding: 15px;}
.feedback-popup .btn{font-family: 'ralewaybold'; background: #e30175; color: #fff; text-transform: uppercase;}
.feedback-popup .btn:hover{background-color:#31ccfd;}
.feedback-btn{position: fixed; background-color: #f8991d; background-image: none; border: none; font-size: 18px; right: -54px; z-index: 9; top: 50%; transform: rotate(-90deg); font-family: 'ralewaysemibold'; text-shadow:none; padding: 8px 15px; border-radius:4px 4px 0 0;}
.feedback-btn:hover, .feedback-btn:focus{background-color:#ed8600;}
.feedback-star div.stars {display: inline-block; position: relative; top: -4px;}
.feedback-star input.star { display: none; }
.feedback-star label.star {float: right; padding: 5px; font-size: 18px; color: #d1d1d1; transition: all .2s; margin-bottom:0; cursor:pointer;}
.feedback-star input.star:checked ~ label.star:before { content: '\f005'; color: #ffc905;  transition: all .25s;}
.feedback-star input.star-5:checked ~ label.star:before {color: #ffc905;}
.feedback-star input.star-1:checked ~ label.star:before { color: #ffc905; }
.feedback-star label.star:hover { transform: rotate(-15deg) scale(1.3); }
.feedback-star label.star:before {content: '\f005'; font-family: FontAwesome;}
.feedback-popup .feedback-star label.error{color:#F00; font-size:14px; font-family: 'ralewayregular';}
.feedback-popup .input01 label.error{margin-top:5px;}
.reviewlist.showallreviews li > div .info i{top:3px;}
.iconic-section .item p{min-height:80px;}
.loginbox form .inputbox label.error{float:left;}
ul.navigation .mega-menu li ul > li.col-md-8 ul.menu-sroll{overflow: hidden; max-height:400px; position: relative;}
.mega-menu .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mega-menu .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{    background-color: rgba(0,0,0,0.4);}
ul.navigation .mega-menu li ul > li.col-md-8 ul.menu-sroll .col-md-6{display:inline-block; float:none; margin:0 -2px; vertical-align:top;}
.detailbanner .owl-carousel .owl-wrapper-outer .item h3{font-size: 18px;}
.detailbanner .photo-credit{font-size: 14px;}
.order-magazine h2{margin-bottom:20px;}
.search-filter .type .dropdown-menu>li>a, .search-filter .area .dropdown-menu>li>a label{position:relative;}
.search-filter .type .dropdown-menu>li>a, .search-filter .area .dropdown-menu>li{margin-left:25px;}
.search-filter .type .dropdown-menu>li>a, .search-filter .area .dropdown-menu>li.multiselect-group{margin-left:0;}
.search-filter .type .dropdown-menu>li>a, .search-filter .area .dropdown-menu>li.multiselect-all{margin-left:0; font-family: 'ralewaybold';}
.bottomsection .item .info h3 a{color:#666666;}
.bottomsection .item .info h3 a:hover{color:#e40779;}
.detailbanner #owl-demo .owl-item.loading:before{background: url(../images/ajax-loader.gif) no-repeat center center; content: '';
    position: absolute; left: 0; right: 0; top: 0;    bottom: 0; margin: auto; height: 25px; z-index: 9;}
header .blackbg .search-bg .fa-close {
    float: right;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    margin-bottom: 18px;
    cursor: pointer;
}
header .blackbg{display:none;}
header .blackbg .search-bg{ margin: 50px auto;  width: 600px; position: relative;}
header .blackbg .search-bg .search-icon{ top: 55px; right: 10px;}
header .blackbg.open{display:block;}


/*10 Aug 2018*/
.prizes-winners .banner-contest{margin-bottom:25px; text-align:center;}
.prizes-winners .tab-sections{margin-bottom:25px;}
.prizes-winners .tab-sections .nav-tabs{padding:0; border-bottom:none}
.prizes-winners .tab-sections .nav-tabs li a{background-color:#86ceba; color:#0A3165; font-family: 'ralewaysemibold'; font-size:16px; font-weight:normal; border:none;}
.prizes-winners .tab-sections .nav-tabs li{padding-left:0; margin:0; margin-right:5px; list-style:none;}
.prizes-winners .tab-sections .nav-tabs li.active a{background-color:#a22122; color:#fff;}
.prizes-winners .tab-sections .nav-tabs li:before{display:none;}
.prizes-winners .tab-sections .nav-tabs li a:hover{margin:0;}
.prizes-winners .tab-sections .nav-tabs li a{margin:0;}
.prizes-winners .tab-sections .tab-pane{padding:25px; padding-top:50px; border: 1px solid #eee; border-top:none; border-radius:0 0 10px 10px; box-shadow:0px 3px 2px 1px #eee; -webkit-box-shadow:0px 3px 2px 1px #eee; position:relative; border:none;}
.prizes-winners .tab-sections .btn.submit{background: #e30175; color: #fff; text-transform: uppercase; font-family: 'ralewaysemibold'; font-size: 16px;}
.prizes-winners .tab-sections .btn.submit:hover{background: #31ccfd;}
.prizes-winners .tab-sections .btn{margin-right:5px;}
.prizes-winners .tab-sections .btn.cancel{background: #31ccfd; color: #fff; text-transform: uppercase; font-family: 'ralewaysemibold'; font-size: 16px;}
.prizes-winners .tab-sections .btn.cancel:hover{background: #e30175;}
.prizes-winners .tab-sections .image-cover{background-color: #86ceba; display: block; float: left; width: 100%; position:relative; background: url(../images/drawdate-pattern.png) #86ceba repeat-y; background-position: top right -1px; text-align:left;}
.prizes-winners .tab-sections .image-box{float:left; width:60%; float:left;}
.prizes-winners .tab-sections .image-box .thumbnail_container{background-color:#eee;}
.prizes-winners .tab-sections .drawdate{width: 40%; float: left; text-align: center; vertical-align: middle; float: none; display: inline-block; position: absolute; top: 50%; transform: translate(0%, -50%); -webkit-transform: translate(0%, -50%); line-height: 28px;}
.prizes-winners .tab-sections .drawdate .draw-title{font-size:22px; color:#0e3c7a; text-align:center;}
.prizes-winners .tab-sections .drawdate .draw-date{font-size:22px; color:#fff; }
.prizes-winners .tab-sections .description{float:left; margin-top: 15px;}
.prizes-winners .tab-sections .description p{text-align:justify;}
.prizes-winners .tab-sections .description .title{color: #114c98; margin-bottom: 15px; font-size: 18px; line-height: 28px; font-family: 'ralewaysemibold'; text-align:left;}
.prizes-winners .tab-sections .description .highlight{color:#86ceba;}
.prizes-winners .tab-sections .description ul li a{color:#86ceba; font-family: 'ralewayregular'; font-weight:normal; font-size:14px;}
.prizes-winners .tab-sections .description ul li a:hover{color:#A22122;  }
.prizes-winners .tab-sections .description .winnerlist{background-color:#f6f6f6;}
.prizes-winners .tab-sections .description .winnerlist .title{margin-bottom: 0; padding: 10px; font-size:16px;}
.winnerlist ul{padding:0;}
.winnerlist ul li{background-color: #a22122; color: #fff; font-size: 14px; font-family: 'ralewaysemibold'; padding: 5px 15px;}
.winnerlist ul li:before{display:none;}
.prizes-winners .tab-sections .listing{float:none; margin:-2px; display:inline-block; vertical-align:top;}
.prizes-winners .tab-sections .tab-pane#winners{text-align:center;}
.prizes-winners .tab-sections .filter-tab{text-align: center; margin-bottom: 45px; margin-top: 15px; position:relative;}
.prizes-winners .tab-sections .filter-tab a{text-transform: uppercase; background-color: #e8e8e8; color: #0e3c7a; display: inline-block; padding: 5px 20px; border-radius: 4px; margin: 0 5px; font-size: 14px; font-family: 'ralewaybold'; font-weight:normal;}
.prizes-winners .tab-sections .filter-tab a:hover, .prizes-winners .tab-sections .filter-tab a.active{background-color:#a22122; color:#fff;}
.prizes-winners .tab-sections .tab-pane.active:before{
background: rgba(162,33,33,1);
background: -moz-linear-gradient(top, rgba(162,33,33,1) 0%, rgba(255,194,195,1) 82%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(162,33,33,1)), color-stop(82%, rgba(255,194,195,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(162,33,33,1) 0%, rgba(255,194,195,1) 82%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(162,33,33,1) 0%, rgba(255,194,195,1) 82%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(162,33,33,1) 0%, rgba(255,194,195,1) 82%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(162,33,33,1) 0%, rgba(255,194,195,1) 82%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a22121', endColorstr='#ffffff', GradientType=0 );
 content:''; width:100%; top:0; left:0; right:0; position:absolute; height:150px;}
.prizes-winners .tab-sections #registration.tab-pane.active:before{ height:100%;}
.prizes-winners .tab-sections #terms-conditions.tab-pane ul li{color:#000;}
.prizes-winners .tab-sections #terms-conditions.tab-pane p{color:#000; position:relative;}
.prizes-winners .tab-sections form{background-color: #fff; position: relative; padding: 20px; border-radius: 4px;}
.prizes-winners .tab-sections .tab-pane h5{position:relative;}
.prizes-winners .drawnon-list .image-box{width: 350px; float: left; margin-right: 20px;}
.prizes-winners .drawnon-list{margin-bottom: 25px; float: left; background-color: #f4f2f2; border: solid 15px #f4f2f2;}
.prizes-winners .drawnon-list .description{overflow:hidden;}
.prizes-winners .drawnon-list .description .title{margin-top: 0; margin-bottom: 15px; font-size: 20px;}
.prizes-winners .drawnon-list .description .drawondate{color: #86ceba; text-transform: uppercase; font-family: 'ralewaysemibold'; font-size: 16px;}
.prizes-winners .drawnon-list .description .drawondate span{color:#124b98}
.prizes-winners .thumbnail:hover img{transform: scale(1, 1); -webkit-transform: scale(1, 1);}
.prizes-winners #registration .input01 .interested{display:none;}
.tab-content .eventfilterright ul.eventlist{margin-top:35px;}
.search-filter .multiselect-native-select{float:left; position:relative;}
.search-filter label.title{float:left; margin-top:7px; margin-bottom:5px;}
.prizes-winners .category-multi-select .btn-default { position: relative; float: left; height: 41px; border: 1px solid #ccc;
    border-radius: 4px; padding: 0; font-size: 14px; padding: 10px;  background: url(../images/selectbox-arrow.png) no-repeat 97% 15px;
    text-align: left;  paint-order: 30px; color: #666; text-shadow: none;}
.prizes-winners .multiselect-native-select{float:left; position:relative; width:100%;}  
.prizes-winners .multiselect-native-select .caret{display:none;}
.prizes-winners .multiselect-native-select label{color: #333;}
.prizes-winners .multiselect-native-select label.error{color: #F00;}
.prizes-winners .category-multi-select{float: left;}
.prizes-winners .category-multi-select .multiselect-container>li>a{width:100%;}
.prizes-winners-sharenow{background-color: #86ceba; padding:15px; margin-bottom:35px;}
.prizes-winners-sharenow .main-title{color: #000000; text-align: left; margin-bottom: 30px;}
.prizes-winners-sharenow .sub-title{color: #124b98; font-size: 18px; text-transform: capitalize; margin-top: 20px; margin-bottom: 20px;}
.prizes-winners-sharenow .personinfo .title{color:#124b98; font-size:18px; text-transform:capitalize; font-family: 'ralewayextrabold', sans-serif; margin-bottom:5px;}
.prizes-winners-sharenow .personinfo span{    float: left; color: #124b98; font-size: 14px; font-family: 'ralewayextrabold', sans-serif; margin-right: 5px; font-weight: normal;}
.prizes-winners-sharenow .personinfo{color:#000000; /* border-bottom:solid 1px #ffffff; padding-bottom:10px; margin-bottom:10px; */ line-height:32px;}
.prizes-winners-sharenow .personinfo .inputemail{float:left; display:inline-block; margin-right:0; margin-left:10px; font-family: 'ralewayregular'; color:#000; vertical-align:top;}
.prizes-winners-sharenow .personinfo .inputemail input{ background: #fff; border: 1px solid #ccc; padding: 10px; width:300px; border-radius: 4px; resize: none; font-size: 15px; height: 35px;}
.prizes-winners-sharenow .personinfo .name .more-btn{float:left; display:inline-block; color:#a22122;}
.prizes-winners-sharenow .personinfo .name .more-btn i{ margin-left: 15px; color: #fff; border-radius: 25px; background-color: #a22122; width: 25px; height: 25px; text-align: center; line-height: 27px; margin-top:4px; font-size: 16px; transition: 0.5s all; -webkit-transition: 0.5s all;}
.prizes-winners-sharenow .personinfo .name .more-btn i.fa-times{line-height: 26px;}
.prizes-winners-sharenow .personinfo .name .more-btn i.fa-plus{background-color:#008000;}
.prizes-winners-sharenow .personinfo .name .more-btn a:hover i{background-color:#ffffff; color:#008000;}
.prizes-winners-sharenow .personinfo .name .more-btn a:hover i.fa-times{background-color:#ffffff; color:#a22122;}
.winners-sharenow-button .btn{margin:0 5px;}
.winners-sharenow-button .btn.submit{background: #e30175; color: #fff; text-transform: uppercase; font-family: 'ralewaysemibold'; font-size: 16px;}
.winners-sharenow-button .btn.cancel{background: #31ccfd; color: #fff; text-transform: uppercase; font-family: 'ralewaysemibold'; font-size: 16px}
.winners-sharenow-button .btn.submit:hover{background: #31ccfd;}
.winners-sharenow-button .btn.cancel:hover{background: #e30175;}
.winners-sharenow-button{text-align:center;}
.contest-winners_bg{background-color:#86ceba;}
.contest-winners-congratulation .contest-winners_bg{padding:50px; margin-bottom:25px;}
.contest-winners-congratulation .sub-text{text-transform: uppercase; color: #fff; margin-top: 35px; margin-bottom: 35px; font-size: 26px; font-family: 'ralewaybold'; letter-spacing:2px; line-height:32px;}
.contest-winners-congratulation .info{color: #000; font-family: 'ralewaybold'; line-height: 26px; font-size: 18px; max-width: 625px; letter-spacing: 1px; margin: auto;}
.contest-winners-congratulation .info span{color:#fff;}
.contest-winners-congratulation .thank-line{background: #124b98;}
.contest-winners-congratulation .thank-line:before, .contest-winners-congratulation .thank-line:after{background: #124b98;}
.contest-winners-congratulation.thankyou .btn.btn-primary.backtohome{background:#31ccfd;}
.contest-winners-congratulation.thankyou .btn.btn-primary.backtohome:hover{background:#e30175;}
.contest-winners-congratulation.thankyou .btn:hover{background:#31ccfd}
.winners-thankyou .info{text-transform:uppercase; letter-spacing: inherit; max-width: 765px;}
.winners-thankyou .follow-instagram{margin-bottom:25px; margin-top:25px} 
.winners-thankyou .follow-instagram img{max-width:260px; }
.winners-thankyou .facebook-box-bg .facebook-box-iframe{border:none; overflow:hidden; width:260px; height:182px;}
.prizes-winners .tab-sections .listing.no-data{font-size: 18px; font-family: 'ralewaysemibold';  padding: 25px 0;  color: #a22122;}
.prizes-winners .tab-sections #newTab{padding:0;}
.prizes-winners #contest.owl-theme .owl-controls{ width: 80px;  float: right; position: relative; margin-top: 10px; text-align: center; margin-bottom: 25px;}
.prizes-winners #contest.owl-theme .owl-controls .owl-buttons .owl-prev{top:0; left:0;}
.prizes-winners #contest.owl-theme .owl-controls .owl-buttons .owl-next{top:0; right:0;}
.prizes-winners #contest.owl-theme .owl-controls .owl-buttons div{border: 3px solid #124b98; color:#124b98; width:35px; height:35px;  line-height: 30px; font-size: 14px;}
.prizes-winners .price-title{font-family: 'ralewaybold'; color: #86ceba; font-size: 28px; margin-bottom: 15px; margin-top: 35px;}
.contest-footer {color: #000; text-align: center; font-size: 14px; margin-bottom: 35px; margin-top: 35px}
.contest-footer strong{font-family: 'ralewaysemibold';}
.prizes-winners-sharenow .personinfo .inputemail label.error{display: block; line-height: 22px; margin-top: 5px;}
#contestRegistration .recaptcha-demo .captcha{margin-bottom:0; }
.prizes-winners-sharenow .prizes-winners-sharenow-bg{display:flex; flex-wrap: wrap; overflow:hidden;}
.prizes-winners-sharenow .person-list{float: left; border-bottom: solid 1px #ffffff; padding-bottom: 15px; margin-bottom: 15px;
    padding-left: 0; padding-right: 0; margin-left: 15px; margin-right: 15px; width:calc(50% - 30px);}
.prizes-winners-sharenow .person-list.addnew{width:100%;}
.prizes-winners-sharenow .person-list.addnew .personinfo{float:left; width:50%;}
.prizes-winners-sharenow .person-list.addnew .personinfo:nth-child(2){padding-left:15px;}
/* 12 September 2017 */

.you-may-also h4{color:#124b98; font-size:20px; margin-bottom:15px;}
.you-may-also ul{list-style:none; margin:0;  }
.you-may-also ul li{border-bottom:1px solid #dddddd; padding-top:15px; padding-bottom:15px; margin-bottom:0 !important;}
.you-may-also ul li:last-child{border-bottom:none; padding-bottom:0;}
.you-may-also ul li a{font-size:15px; color:#8c8c8c; font-family: 'ralewaysemibold';}
.you-may-also ul li a:hover{color:#e40175;}
.book-tour-info .taglist{position:relative; padding-left:22px;}
.book-tour-info .taglist a{font-family: 'ralewaymedium'; font-weight: normal;}
.book-tour-info .taglist i{position: absolute; top:6px; color:#31ccfd; font-size:16px;}

.restaurant-listing .trip-right .taglist{position:relative; padding-left:22px;}
.restaurant-listing .trip-right .taglist a{font-family: 'ralewaymedium'; font-weight: normal;}
.restaurant-listing .trip-right .taglist i{position: absolute; top: 5px; color: #31ccfd; font-size: 16px; left: 0;}
#things_to_events .itemshadow .date-format{position:relative; padding-left:20px;}


@keyframes icon { from { opacity: 0; transform: scale(0.3); } to { opacity: 1; transform: scale(1) }}
@keyframes check {  0% { width: 24px; height: 24px; border-width: 5px;} 100% { width: 25px; height: 25px; background: #00d478; border: 0; opacity: 1;}}


@media(max-width:1366px){
    .search-input{width:170px;}
    header .container{max-width: 1200px; width:inherit;}
    ul.navigation li{font-size: 16px;}
    header.sticky ul.navigation > li{font-size: 16px;}
    ul.navigation .mega-menu li li li li{font-size:18px;}
    ul.navigation .mega-menu li li li li::before{top:7px;}
}

@media(max-width:1024px){
    .feat-events .tab-content > div{min-height: 260px;}
    .innerbanner.subbanner .carousel-caption h2{font-size:36px; line-height:36px;}
    .innerbanner .carousel-caption p{font-size: 18px; line-height:20px;}
    /*figure.effect-lily .figcaption:before{display:none;}*/
    /*.fourcolumneffect figure.effect-lily h2 a, .threecolumneffect figure.effect-lily h2 a, .twocolumneffect figure.effect-lily h2 a{color: #114c98}
    .two-column.costum-column figure.effect-lily figcaption:before{display:none;}
    .two-column.costum-column figure.effect-lily h2{ transform: none}
    */.section02 .item h3{font-size:28px;}
    /*.fourcolumneffect figure.effect-lily h2 {position:relative; bottom:0; transform:none; -webkit-transform:none; -moz-transform:none -ms-transform:none; -o-transform:none}
    .fourcolumneffect figure.effect-lily:hover h2 a{color:#114c98;}
    .fourcolumneffect figure.effect-lily:hover figcaption h2, .fourcolumneffect figure.effect-lily:hover  h2 a, .threecolumneffect figure.effect-lily:hover h2, .threecolumneffect figure.effect-lily:hover h2 a, .twocolumneffect figure.effect-lily:hover h2, .twocolumneffect figure.effect-lily:hover h2 a { color:#114c98;}*/
    ul.navigation .mega-menu li li a{overflow:hidden; display:inline-block;}
    ul.navigation .mega-menu li li{font-size:20px;}
    /*ul.navigation .mega-menu li li a.btn-default i{top:0;}*/
    ul.eventlist li .label{font-size: 14px; padding-left:5px;}
    ul.eventlist li{padding: 10px 10px;}
    ul.eventlist li span{margin-right: 10px;}
    header.sticky ul.navigation > li {font-size:17px; margin-right:10px;}    
    ul.navigation .mega-menu li li li{font-size:18px; margin-bottom:0;}
    ul.navigation .mega-menu li li li a{margin-left:15px; margin-right:15px;}
    /*fourcolumninfo*/
    .fourcolumninfo figure.effect-lily p { min-height: 150px;}
    ul.eventlist li span.typetitle{font-size:13px; line-height:20px;}
    /*.fourcolumneffect .effect-lily .figcaption .readmore{margin-bottom:5px;}*/
    .fourcolumneffect .effect-lily .figcaption h2{line-height:30px;}
    /*.fourcolumneffect .effect-lily .figcaption p{font-size: 14px; padding-top: 0; line-height: 20px !important;}*/
    .pro-old .effect-lily .figcaption .readmore{margin-bottom:5px;}
    .section03 .thumbnail:hover img{transform: scale(1, 1);-webkit-transform: scale(1, 1);} /*remove image hover effact*/
    .Section.events .thumbnail:hover img{transform: scale(1, 1);-webkit-transform: scale(1, 1);} /*remove image hover effact*/

    /*I-Paid Effact Remove*/
    figure.effect-lily:hover .figcaption{background:none;}
    figure.effect-lily:hover .figcaption h2{position:absolute; bottom:0; top:auto;}
    figure.effect-lily:hover p, figure.effect-lily:hover .readmore{display:none;}
    figure.effect-lily p{display:none;}
    figure.effect-lily:hover h2 i{opacity:1; display:inherit;}
    figure.effect-lily h2{left:20px; right:20px; bottom:0px; width:calc(100% - 40px);}
   .col-with-info figure.effect-lily:hover .figcaption h2{position:relative; bottom:0; top:auto;}
   .col-with-info figure.effect-lily h2{left: 0; right: 0; width:100%;}
   .col-with-info figure.effect-lily:hover h2 i{display:none;}
   .col-with-info figure.effect-lily p{display:block;}
    .col-with-info figure.effect-lily:hover p, .col-with-info figure.effect-lily:hover .readmore{display:block;}
    .costum-column figure.effect-lily:hover figcaption h2 { bottom:0; top: auto; position: absolute;}
    .costum-column figure.effect-lily figcaption:hover{box-shadow:none;}
    footer .explore-app{padding:5px;}
    footer .explore-app .info .title{font-size:14px;}
    footer ul.toplist > li{margin-right:18px;}
    .hvr-ripple-out:hover::before, .hvr-ripple-out:focus::before, .hvr-ripple-out:active::before{display:none;}
    .hvr-ripple-out::before{display:none;}
    footer .explore-app .info{font-size:11px;}
    .newsletterform #frm_newsletter .error{line-height:14px; line-height: 16px; font-size: 12px; margin-top: 8px}
    .activity-listing .bottominfo .price-txt span, .sidebar-business-list .bottominfo .price-txt span, .activity-old-tmp .bottominfo .price-txt span{font-size:24px;}
    .activity-listing .bottominfo .price-txt, .sidebar-business-list .bottominfo .price-txt, .activity-old-tmp .bottominfo .price-txt{font-size:12px;}
    #addRestaurantBusiness .businessitem figcaption p{min-height:100px;}
    .restaurant-listing .trip-right .taglist{margin-bottom:5px;}
        

}
@media(max-width:992px){
    .menu-section .news_contant{width:100%; margin-right:0;}
    .map-page-section .right-panel .title{text-align:center;}
    .map-page-section .right-panel .title:after{right:0;}
    .title-relative ul.sharinglinks{margin-top:8px;}
    .map-page-section .map-filter select{width: 200px;}
    .map-filter .search-box input{width: 200px;}
    .map-filter .category-multi-select .btn-default{width:200px;}
    .deals-section .trip-right .reviewlist .deallist-info .date-format i{margin-top:0;}
    .detailleftpan.paddright{margin-bottom:25px; padding-right:15px;}
    .book-tours-list .time i{top:0; font-size:17px}
    .book-tours-list .duration i{top:4px; font-size:17px}
    .book-tours-list .time{margin-bottom:10px;}
    .book-tours-list .by{margin-bottom:10px;}
    .book-tours-list .duration{margin-bottom:10px;}
    .trip-listing .reviewlist.book-tours-list ul li{line-height:150%;}
    .reservation-page .business-right .reservation-request .req-note{margin-top:0 !important}
    .viewmapbtnbrd .viewmap.business-map::after, .viewmapbtnbrd .viewmap-btn.business-map::after{display:none;}
    .tag-page-section h2.sub-title{font-size: 32px; line-height: 30px; padding-bottom: 25px;}
    .bottomsection .item{margin-bottom:25px;}
    .bottomsection{padding-bottom:20px;}
    .favorite-hart .favorite-main{top: 2px;}
    figure.effect-lily h2{font-size:20px; line-height:30px;}
    .footermainlinks ul{margin-top:0;}
    .col-sm-9.detailbanner .businesssec .viewmap{margin-bottom:25px;}
    footer .explore-app{top:5px;}
    .viewmap.mobile{display:block; opacity:1;}
    .viewmap.web {display:none;}
    .viewmapbtnbrd .viewmap, .viewmapbtnbrd .viewmap-btn{top:0;}
    .tab-content .monthly-calendar .loader-mini{margin:100px 0;}
    .book-tours-list .book-tour-info .tour-book-prise-box .price-txt.tour-price{margin-bottom:10px;}
    .menu-section .additional-info .activityinfo{width: 100%; margin-right:0; margin-bottom:15px; border-radius:4px;}
    .menu-section .additional-info .activityinfo:last-child{margin-bottom:0;}
    #addRestaurantBusiness .businessitem figcaption p{min-height:inherit; margin-bottom:15px;}
    ul.navigation .mega-menu li ul > li.col-md-8 ul.menu-sroll{max-height:100%; overflow:visible;}
    .detailbanner .slider-caption{position: absolute; bottom: 0; width: 100%}
    .detailbanner .photo-credit{position: relative; width:100%; font-size:14px; left:0; right:0; margin-top:10px;}
    .detailbanner .owl-carousel .owl-wrapper-outer .item h3{position:relative; margin:0;}
    header.sticky .searchbox{margin-top: 20px;}
    .map-page-section .right-panel .title{margin-top:30px;}
    .prizes-winners .tab-sections .filter-tab a{font-size: 12px; padding: 5px 10px;}
    .prizes-winners .tab-sections form{ padding: 15px 10px;}
    .search-filter .type{margin-right:15px;}
    .book-tour-info .taglist{margin-bottom:10px;}
    .book-tour-info .taglist i{top:4px;}
    .prizes-winners-sharenow .personinfo .inputemail input{width: 225px;}
        
} 

@media(max-width:767px){
    .innerbanner.subbanner .carousel-caption h2{font-size: 26px; line-height:30px;}
    .innerbanner .carousel-caption p{font-size: 16px; line-height:20px;}
    .map-page-section .left-panel.map{height:400px;}
    .map-page-section .left-panel.map .infoBox{width:150px !important;}
    .map-page-section .left-panel.map .infoBox .map-page .thumbnail_container{width: 100%; float: left; padding-bottom: 70%; margin-right: 0;}
    .map-page-section .left-panel.map .infoBox .map-page .title{font-size: 14px; overflow: visible; float: left; margin-bottom: 10px;  display: block; margin-top: 10px;}
    .map-page-section .left-panel.map .infoBox .map-page .location-links1{float: left;}
    .map-page-section .right-panel .title{font-size:22px;}
    .eventshow .event_btn { display: block; }    
    .eventshow .event_btn .btn.collapsed .fa-plus:before { content: "\f067"; }
    .eventshow .event_btn .btn .fa-plus:before { content: "\f068"; }
    .eventshow .event_content .eventcalendarcontainer .clearcalendar { margin-right: 0px; }
    .calender-top .btmbtn{position:relative; margin:0;}
    .Section .calender-top h2{display: block; overflow: hidden; width: 100%; float: left;}
    /*.mapfilter{height:inherit;}*/
    .container-social.share .social-sub{right:-90px;}
    .container-social.share .social-sub::before{right: 85px;}
    figure.effect-lily h2{bottom:0;}
    .detailtitle .favbox{top:0px;}
    .innersection h1{margin-top:20px;}
    #welcome .section03 .all-event-btn{margin:30px 0;}
    .section03.innersection.viewmapbtnbrd .row{background-color:transparent;}
    .feat-events .tab-content > div{min-height:inherit;}
    .slider .carousel-caption{left: 0; width: 80%; right: 0; margin: auto;}
    ul.sharinglinks{text-align:center;}
    .event-detail-page ul.sharinglinks .detail-share{left: -155px;}    
    .event-detail-page ul.sharinglinks .detail-share .fa-caret-up{left:auto; right: 7px;}
    .title-relative ul.sharinglinks{ margin-top:5px}
    .detailbanner{padding-left: 0px !important;}
    .businesssec .viewmap, .businesssec .viewmap-btn{margin-bottom:10px;}
    .col-with-info.new_custom_module figure.effect-lily h2{min-height:inherit;}
    .col-with-info.new_custom_module figure.effect-lily p{min-height:inherit;}
    .search-listing .col-with-info .effect-lily h2{min-height:inherit; margin-bottom:5px;}    
    .sharinglinks li > a{font-size:18px !important;}
    .menu-section h2{font-size: 28px; line-height: 32px;}
    .menu-section h1.menu-title{font-size: 28px; line-height: 32px;}
    .menu-section .title{font-size: 26px;  margin-top: 45px;}
    .map-filter .search-box{width:100%; margin-right:0;}
    .map-filter .search-box input{width:100%;}
    .map-filter .category-multi-select .btn-default{width:100%; }
    .map-filter .category-multi-select{width:100%;}
    .map-filter .category{width:100%; margin-bottom:15px; margin-right:0}
    .map-page-section .map-filter select{width:100%;}
    .book-tours-list.reviewlist .price-txt.tour-price span{font-size:26px;}
    .book-tours-list.reviewlist .price-txt.tour-price{margin: -12px 0 0 0;}
    .trip-left .tour-links h3{margin-bottom:0;}
    .trip-left .price-sort{margin-top:15px; width:100%;}
    .eventbox .nav-tabs > li:nth-child(2){display:none;}
    .eventbox .nav-tabs > li{width:50%; text-align:center;}
    .eventbox .nav-tabs > li a i{float:none !important; display:inline-block; vertical-align:middle; margin-right:5px;}
    .map-page-section .mapcms-text p{margin-bottom:10px;}
    .sitemap_01 ul li:last-child{padding-bottom:50px;}
    .sitemap_01 .sitemap_01_main.second-list ul li:last-child{padding-bottom:0}
    .cust-module .cust-m-list figure.effect-lily .figcaption p{display:none;}
    .cust-module .cust-m-list figure.effect-lily .figcaption h2{margin-bottom:12px;}
    .mapfilter #price_sort .search-dropdown-mobile{background:transparent;}
    .mapfilter #price_sort .search-dropdown-mobile i{display:none;}
    .fourcolumninfo figure.effect-lily h2{min-height:inherit; padding-bottom:15px;}
    .fourcolumninfo figure.effect-lily p{display:none;}
    .twocolumninfo.columns.col-with-info .item p{display:none;}
    .twocolumninfo.columns.col-with-info .item h2{padding-bottom:15px;}
    .col-with-info.new_custom_module figure.effect-lily p{display:none;}    
    .detailbanner #owl-demo .thumbnail_container{padding-bottom:67%;}    
    .sidebar-activity-list .activity-left-panel figcaption{min-height:inherit;}
    .innerbanner .thumbnail_container{padding-bottom: 46%;}
    .reservation-page .business-left{float:none;}
    .reservation-page .business-right{float:none;}
    /*Search Page 26 April 2018*/
    .search-listing .col-with-info figure.effect-lily .figcaption{overflow:hidden;}    
    .new_custom_module.col-with-info .item h2{margin-bottom:10px;}
    .event-btn-global .event-btn{margin-top:0px!important;}
    .activity-listing .SOcolumns .item.activity-th-list, .sidebar-activity-list .SOcolumns .item.activity-left-panel, .sidebar-business-list .SOcolumns .item.activity-left-panel, .blog-article .SOcolumns .item.activity-left-panel{padding: 12px; margin:0 !important;} /*Activities box spacing*/ 
    .MiddleBannerImg{margin: 0px auto 30px;}
    .innersection .MiddleBannerImg{margin-top:20px;}
    .midad.custome-bottom .MiddleBannerImg{margin-top:30px; margin-bottom:10px;}/*advertise */
    .innersection .MiddleBannerImg.article-custom-addvet{margin-top: 30px; margin-bottom: 10px;}/*advertise Aticle*/     
    .innerlastsection{margin-bottom:40px; padding-bottom:0;}/*inner pages botttom spacing manage*/
    .Section a.btn-default{font-size:20px;}
    .Section a.btn-default i{top:-4px; font-size: 12px; width: 25px; height: 25px; line-height: 20px;}
    ul.eventlist li span.typetitle{margin-left:5px; font-size:15px;}
    /*Mobile Spacing */
    .section03 .columns .item{padding:0;}
    .section03 .SOcolumns .item{padding: 7px 0;}
    .two-col-article-details #art_sec .item {padding:0;}
    .activity-listing .SOcolumns .item.activity-th-list, .sidebar-activity-list .SOcolumns .item.activity-left-panel, .sidebar-business-list .SOcolumns .item.activity-left-panel, .blog-article .SOcolumns .item.activity-left-panel{padding: 12px 0;}
    .activity-listing .SOcolumns .item.activity-th-list, .sidebar-activity-list .SOcolumns .item.activity-left-panel, .sidebar-business-list .SOcolumns .item.activity-left-panel, .blog-article .SOcolumns .item.activity-left-panel, .activity-old-tmp.blog-article .item.activity-left-panel{padding: 12px 0;}
    .mobpdnone{padding:0;}
    .right-panel-mobpdnone{padding:0;}
    .SOcolumns #promotion_section .item{padding:7px;}
    .columns.col-with-info .item{margin-top:25px;}
    .activity-left-panel{margin: 25px 0px 0 0 !important;}
    .contact .row,.sitemap_01 .sitemap_01_main, .map-page-section .row, .newslistpage .row, .newsdetailpage .row {margin-left:-15px; margin-right:-15px;}
    .tour-links ul.eventlist li.event-search{margin-bottom:0;}
    .events-top-box .item{padding:0;}
    .activity-listing .recommendedtext{font-size:14px;}
    .detailleftpan.paddright{padding-left:0; padding-right:0;}
    /*.news_listing_08{padding:0;}*/
    .news_listing_08 .news_images{width:100%;}
    .menu-section .news_contant{padding-right:0;} /*Restaurant Menu Css*/
    .menu-section .news_contant span.price{position: relative; display: block; width: 100%; text-align: right; margin-top: 20px;}
    .customck-info{padding-bottom:30px;}
    .detailbanner.news-detail .thumbnail_container{padding-bottom:58.5%;}
    .tag-page-section h2.sub-title{ font-size: 22px; line-height: 22px; padding-bottom: 20px; }
    .two-column.twocolumneffect.activity-old-tmp .effect-lily .figcaption p{display:none;}
    .two-column.twocolumneffect.activity-old-tmp .effect-lily .figcaption .readmore{ border-top: 1px solid #f4f4f4; padding-top: 10px; padding-bottom: 0;  height: inherit; width: 100%;  margin-top: 10px; text-align: right;}
    .threecolumneffect.pro-old .effect-lily .figcaption p{display:none;}
    .threecolumneffect.pro-old .effect-lily .figcaption .readmore{ border-top: 1px solid #f4f4f4; padding-top: 10px; padding-bottom: 0;  height: inherit; width: 100%;  margin-top: 10px; text-align: right;}
    .fourcolumneffect .figcaption p{display:none;}
    .fourcolumneffect .figcaption .readmore{ border-top: 1px solid #f4f4f4; padding-top: 10px; padding-bottom: 0;  height: inherit; width: 100%;  margin-top: 10px; text-align: right;}
    .fourcolumneffect figure.effect-lily h2{margin-bottom:0px !important;}
    .two-column.costum-column figure.effect-lily figcaption p{display:none;}
    .two-column.costum-column figure.effect-lily figcaption .readmore{ border-top: 1px solid #f4f4f4; padding-top: 10px; padding-bottom: 0;  height: inherit; width: 100%;  margin-top: 10px; text-align: right;}
    .search-filter .btn-default{width:100%; margin-right:0;}
    .search-filter label.title{float: left; width:100%; text-align:left;}
    .search-filter .type, .search-filter .area{width:100%; float:left; margin-left:0; margin-top:15px;}
    .favorite-hart .favorite-main{top:-2px;  margin-left: -45px;}
    .favorite-hart .favorite-main .favbox-title i{font-size:20px;}
    footer .explore-app{float: right; margin-top: 0; margin-bottom: 30px !important; width: 100%; display: block;}    
    .fourcolumneffect .effect-lily .figcaption h2 { line-height: 25px;}
    footer .explore-app{padding:10px; width:inherit; float: left;}
    #about_cayman .promo-list.item{margin-top: 25px;}
    #things_to_do .promo-list.item{margin-top: 25px;}
    #things_to_events .promo-list.item{margin-top: 25px;}
    .listingbox .blue-bg .SOcolumns.detail-space .promo-list{padding:7px;}
    .businesssec .MiddleBannerImg{margin-left:15px; margin-right:15px;}
    .footer-box-shadow{padding-top: 30px;}
    .bottomsection{ padding: 30px 0; padding-bottom:0px;}
    .footermainlinks{clear:left;}
    .businesssec.section03 .item {margin-top:15px;}
    footer .explore-app{top:0px;}
    .fav-sub-title .sub-title{font-size: 24px !important; margin-top: 10px !important; margin-bottom: 20px !important; padding-bottom: 0;}
    .fav-promotion .item {margin-top:25px;}
    .book-tourpage.trip-listing .trip-right{margin-top:25px;}
    .favourite-link{float: left;}
    footer .explore-app .info{font-size:12px;}
    .deals-section .trip-right{margin-top:25px;}
    .event-advertise .you-may-also{max-width:284px;}
    .col-with-info.events-search.events-top-box.feat-events .figcaption .info{min-height:inherit;}
    .mapfilter{max-height:85%;}
    /*read more buton arrow*/
    .section03 .item a.btn i:before{position:absolute; left:0; right:0; top:0; bottom:0; height:12px; margin:auto;}

    figure.effect-lily .readmore i.fa-arrow-right:before{position: absolute; left: 0;  right: 0;  height:15px; top: 0; bottom: 0;  margin: auto; line-height:15px; }
    .map-filter .category-multi-select .btn-default{background-position: 98% 15px;}
    .tab-content .monthly-calendar .loader-mini{margin:0;}
    .Section.innersection a.btn-default.viewmore,.Section.blue-bg a.btn-default.viewmore{margin-top:20px;}
    .deallist-info .businessbay{float: left; width: 100%; margin-bottom: 15px; display: block;}
    .deals-section .trip-right .reviewlist .deallist-info .date-format{float: left; width: 100%; display: block; margin-bottom: 10px;}
    .deals-section .trip-right .reviewlist .deallist-info .booktour-booking{float:left; }
    .cms p{text-align:justify;}
    .download-icon{display:none;}
    .download-icon.download-bottom{bottom:0; display:block !important; margin-bottom:10px; width:100%;}
    .owl-theme .owl-controls .owl-buttons .owl-prev{left: 15px;}
    .owl-theme .owl-controls .owl-buttons .owl-next{right: 15px;}
    .thankyou .errornote{font-size: 18px; line-height: 26px;}
    .infoBox > img{margin: -20px -20px 0 !important;}
    .feedback-popup .feedback-star ul{margin-bottom: 15px; margin-top: 15px;}
    .feedback-popup .feedback-star ul li{width:100%; text-align:left;}
    .feedback-popup .feedback-star label.title{margin-right: 10px; margin-bottom:15px; float:left;}
    .feedback-popup .tabing-section .tab-pane{padding: 15px 0;}
    .feedback-popup .tabing-section .req-note{top:0;}
    .feedback-popup .expression .feedback-sprite{background-size:cover;}
    .feedback-popup .expression .feedback-sprite{width:40px; height:40px;}
    .feedback-popup .expression .feedback-02{background-position: -32px 0;}
    .feedback-popup .expression .feedback-03{background-position: -65px 0;}
    .feedback-popup .expression .feedback-04{background-position: -99px 0;}
    .feedback-popup .expression .feedback-05{background-position: -134px -2px;}
    .feedback-popup .tabing-section #bug.tab-pane{padding: 25px 0;}
    .feedback-btn{font-size: 12px; right: -41px; padding: 3px 15px;}
    .feedback-popup .feedback-star label.star {margin-right:0; margin-bottom:0; font-size: 17px; padding: 4px;}    
    .iconic-section .item p{text-align:center; min-height:inherit;}
    .iconic-section .item{margin-top: 35px;}    
    .review-rates .input01:last-child{margin-bottom:0;}
    .feedback-popup #recaptcha1{transform: scale(0.7); -webkit-transform: scale(0.7); -ms-transform: scale(0.7); float:left; margin-left: -45px;}
    #feedback.modal{position:absolute; height:inherit; outline:none;} 
    .modal-open{overflow:visible;}
    header.sticky .searchbox{margin-top:13px;}
    header .blackbg .search-bg{width:90%; margin: 25px auto;}
    .map-filter .category-multi-select{margin-bottom:15px; margin-right:0;}    
    .innerbanner.subbanner.mobilebanner{display:none;}
    .prizes-winners .tab-sections .tab-pane{padding-top: 25px;}
    .prizes-winners .tab-sections .filter-tab a{margin:5px;}
    .prizes-winners .drawnon-list .image-box{margin-right:0 margin-bottom:15px; width:100%; max-width:350px; float:none; margin:auto; margin-bottom:15px;}
    .prizes-winners .drawnon-list .description .title{font-size:18px;}
    .prizes-winners .tab-sections .drawdate .draw-title{font-size:16px;}
    .prizes-winners .tab-sections .drawdate .draw-date{font-size:16px;}
    .prizes-winners .tab-sections .tab-pane{padding:0; padding-top:25px;}
    .prizes-winners .tab-sections .tab-pane#terms-conditions{padding:15px; padding-top:25px;}
    .prizes-winners .tab-sections .tab-pane#registration{padding:15px; padding-top:25px;}
    .prizes-winners .tab-sections .nav-tabs{white-space: nowrap; overflow:scroll;}
    .prizes-winners .tab-sections .nav-tabs li{white-space: nowrap; float: none; display: inline-block; margin-right: 2px;}
    .prizes-winners .tab-sections .recaptcha-demo.input01{margin-bottom:25px;}
    .tab-content .eventfilterright ul.eventlist{margin-top:25px;}    
    .tab-content .eventfilterright ul.eventlist{margin-top: 10px;}
    .eventfilterright ul.eventlist.event-weekfilter li{margin-bottom:25px;}
    .search-filter .multiselect-native-select{float:none; width:100%;}
    .search-filter .type, .search-filter .area{margin-top:0;} 
    .search-filter .type{margin-bottom:15px; margin-right:0;}
    .prizes-winners .category-multi-select{width:100%;}
    .prizes-winners-sharenow{padding: 5px 0;}
    .contest-winners-congratulation .contest-winners_bg{ padding: 50px 15px;}
    .winners-thankyou .follow-instagram img{max-width:220px;}
    .winners-thankyou .facebook-box-bg .facebook-box-iframe{width:260px;}
    .you-may-also::after{display:none;}    
    .prizes-winners #contest.owl-theme .owl-controls{margin-bottom: 45px;}
    .prizes-winners .price-title{ margin-top: 25px; font-size: 24px;}
    .prizes-winners-sharenow .person-list{width: calc(100% - 30px)}  
    .prizes-winners-sharenow .person-list.addnew .personinfo{width:100%;}  
    .prizes-winners-sharenow .personinfo .inputemail input{width:300px;}
    .prizes-winners-sharenow .person-list.addnew .personinfo:nth-child(2){padding-left:0; margin-top:10px;}
    @media print{
        .download-icon.download-bottom{display:none !important;}
    }
   
}

@media(max-width:480px){
    .map-page-section .map-filter select{width:100%;}
    .section03 .fourcolumneffect .item, .section03 .two-column.costum-column .item{margin-top:25px}
    .deals-section .trip-right .reviewlist .deallist-info .date-format ul li{width:100%; border-right:0;}
    .deals-section .trip-right .reviewlist .deallist-info .date-format i{margin-top:2px;}
    .deals-section .trip-right .reviewlist .deallist-info .booktour-booking .activityinfo.phone{margin-bottom:0;}
    .detailcontainer .detailtitle.title-relative .date-format ul li{width:100%; float: left; margin-right:0; padding-right:0; border-right:none;}
    .detailcontainer .detailtitle.title-relative .date-format{width: 100%;}
    .map-filter .category-multi-select .btn-default{background-position: 95% 15px;}
    .menu-section .additional-info .activityinfo{font-size:16px; padding-left:30px; line-height: 24px;} 
    .menu-section .additional-info .activityinfo a.btn.pinkemailbtn{padding: 4px 5px; font-size: 11px;}
    .menu-section .additional-info .activityinfo i{top: 14px;  left: 10px; font-size: 15px;}   
    .detailbanner .owl-carousel .owl-wrapper-outer .item h3{font-size: 14px;}
    .detailbanner .photo-credit { font-size: 12px;line-height: 16px; margin-top: 5px; bottom:10px;}
    .prizes-winners .tab-sections .nav-tabs li a{font-size:14px; padding: 10px 12px;}
    .prizes-winners .tab-sections .drawdate .draw-title{font-size:12px;}
    .prizes-winners .tab-sections .drawdate .draw-date{font-size:12px;}
    .prizes-winners .tab-sections .drawdate{line-height:18px;}
    /* .prizes-winners-sharenow .personinfo span{width:100%; display:block;} */
    .prizes-winners-sharenow .person-list.addnew{width:100%; display:block;}
    .prizes-winners-sharenow .personinfo .inputemail{margin-left: 0; width: inherit; display: inline-block;}
    .prizes-winners-sharenow .personinfo .inputemail input{ width: 215px;}
    .prizes-winners-sharenow .personinfo .name .more-btn i{margin-left:10px;}
    .winners-thankyou .sub-text{ font-size: 20px; line-height: 25px;}
}


@media(max-width:991px){
    header.sticky ul.navigation li.top-two-item {display:none;}
     .eventfeaturetoplist div:nth-child(2n+1).item{clear: left};

}

@media(max-width:1024px){
	/*Event page Calender mobile for Click*/
	.calendarview .mobclick{display:block;}
	.calendarview .eventwebclick{display:none;}
}

@media(min-width:1023px){
    /*Event page Calender mobile for Click*/
    .calendarview .mobclick{display:none;}
    .calendarview .eventwebclick{display:block;}

}

@media(min-width:992px){
    .activity-three-old div:nth-child(3n+1).activity-th-list{clear:left}
    .eventfeaturetoplist div:nth-child(3n+1).item{clear: left;}
}

@media(min-width:768px){
    .eventshow .event_content { display: block; }  
    .calender-top .btmbtn{top:0; bottom:0; height:30px; margin:auto;}
}
@media(max-width:480px){
    .event.FD .event-content{width: 285px;}
    ul.activitiydetail li li{width:100%;}
}

.new_unconfirmed .sub_title{
    font-size: 24px;
    color: #124b98;
    line-height: 20px;
    padding: 0 0 20px 0;
    margin-bottom: 15px;  
    margin-top:10px;
}

.new_unconfirmed.columns.col-with-info .item {
    margin-top: 10px;
    margin-bottom: 5px;    
} 
@media(max-width:1192px){
    .new_unconfirmed .sub_title{
        margin-top:25px;
    }
}
.ipaid-fram-banner{
    background: url(../images/ipad-fram.png) no-repeat center top;
    width: 260px;
    padding-top: 32px;
    height: 390px;
    background-size: contain;
    padding-left: 12px;
    padding-right:12px;
    float:left;
    margin-right:25px;
}
.ipaid-fram-banner .thumbnail_container{max-width:226px; padding-bottom:134%; background-color:#000 !important;}
.ipaid-fram-banner .thumbnail_container .thumbnail:hover img{transform: scale(1); -webkit-transform: scale(1); -ms-transform: scale(1);}
.ipaid-fram-banner .owl-theme .owl-controls .owl-buttons div{
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 16px;
}

.ipaid-fram-banner .owl-theme .owl-controls .owl-buttons .owl-prev{
        left: 10px;
}
.ipaid-fram-banner .owl-theme .owl-controls .owl-buttons .owl-next{
        right:10px;
}

.ipaid-fram-banner-main {
    float:left;
    text-align:center;
}
.ipaid-fram-banner-main .download-app-btn{
    margin:auto;
    margin-bottom:25px;
}
.left_img{
 float: left;margin: 0 10px 5px 0;width: 625px;text-align:center;
}

/* Start RK 
30-07-2018 */
.title-relative ul.sharinglinks{
right:15px;
}
@media(max-width:992px){
 .left_img{
 float: none;
 width: 100%;
 margin: 0 auto 15px;
 text-align: center;
 }
}

/* For Event calender popup */
@media (max-width: 1023px) {
    .eventmainpopup .eventwebclick {
        display: none;
    }
}

@media (min-width: 1023px){
    .eventmainpopup .mobclick {
        display: none;
    }
.eventmainpopup .eventwebclick {
        display: block;
    }
}
/* 02-08-2018 */
.new_unconfirmed .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* End RK */


/*6 August 2018*/
@media(max-width:991px){
    .detailrightpan.paddleft {border-top:1px dashed #cfcfcf; padding-top:20px;}
    .detailleftpan.paddright ul.activitiydetail li:last-child{margin-bottom:0;}
}

/*7 Aug 2018*/
.trip-listing .reviewlist ul li .businessbay span a{vertical-align:inherit;}
.map-filter .search-box .search-icon{position: absolute; right: 10px;  top: 9px;
    color: #7f7f7f;  padding: 0;  font-size: 16px;  border: 0; background: none; transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s;}
.map-filter .search-box .search-icon:hover i{color:#e30175;}
.trip-listing.restaurant-listing .trip-left .tour-links .eventlist.first_search .search-icon{top:5px; cursor:pointer; transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s;}
.trip-listing.restaurant-listing .trip-left .tour-links .eventlist.first_search .search-icon:hover i{color:#e30175;}

@media(max-width:1366px){
    .trip-listing .trip-left .tour-links .eventlist.first_search .search-icon i{margin-right:0;} 
}

/* 10 oct 2018 */
.cms table {
    border-collapse: collapse;
    width: 100%;
}
.cms table td, th {
    border: 1px solid #ccc;
    padding: 8px;
}

.cms table tr:nth-child(even) {
     background-color: #f2f2f2;
}

/*27 Nov 2018*/
.detailrightpan.paddleft .noeffect{overflow:hidden; margin:0; padding:0;}

/* 5 December 2018 */
.detailbanner.detailbanner-medium .owl-carousel{max-height:540px;}
.detailbanner.detailbanner-medium #owl-demo .thumbnail_container{padding-bottom: 46.2%;}
.detailbanner.detailbanner-medium #owl-demo .thumbnail{margin-bottom:0;}
.event-detail-container .event-image-banner{position:relative; display:inline-block; margin:0 0px 25px 0px;}
.event-detail-container .event-image-banner.event-device-banner{display:none;}
.event-detail-container .event-image-banner.event-web-banner{display:block;}
/*.event-detail-container .event-image-banner.event-web-banner .owl-item .item img{width: 100%;}*/
.event-detail-container .event-image-banner.event-web-banner .owl-wrapper{display:flex !important;align-items:center;}
.event-detail-container .event-image-banner .slider-shadow{position:absolute; top:0; bottom:0; left:0; right:0;}
.event-detail-container .event-image-banner h3{position: absolute; bottom: 15px; width: 100%; text-align: center; font-size: 20px;
font-style: italic; color: #31ccfd; text-shadow: 0 0 3px #000; z-index:9;}
.event-detail-container .detailleftpan.paddright .activityinfo:first-child{margin-top:0;}
.event-detail-container .event-web-banner{text-align:center;}
.event-detail-container .event-slide .owl-carousel{background:#fff;}
.event-detail-container .owl-controls .owl-pagination .owl-page{display:inline-block; margin:2px;}
.event-detail-container .owl-controls .owl-pagination .owl-page span{width:10px; height:10px; border-radius:100%; display:inline-block; background-color:#31ccfd;}
.event-detail-container .owl-controls .owl-pagination .owl-page.active span{opacity:0.5;}
.event-detail-container .owl-carousel{background-color:#fff}


ul.activitiydetail.price-list ul{margin-top:15px;}
ul.activitiydetail.price-list li li{width:100%; margin-bottom:15px;}
ul.activitiydetail.price-list li .info{float:left;}
ul.activitiydetail.price-list .price{float:right;}
ul.activitiydetail.price-list li span{float:right;}
ul.activitiydetail.price-list li span.kyd{float:left; margin-right:5px;}
ul.activitiydetail.price-list li li:last-child{margin-bottom:0px;}
.bottomsection .info.app-div .btn{background-color:#e30175; border-color:#e30175;}
.bottomsection .info.app-div .btn:hover{color:#e30175; border-color:#e30175;}
.bottomsection .download-app-i-paid .app-img{margin-right: 25px; display: inline-block; float: left;}
.dealsubtitle{ margin-bottom:0 !important; font-size:34px !important; padding-bottom:15px !important; margin-top:0 !important}
.dealsubtitle:after{display:none;}
.event .event-content .tooltipimgbox img{ max-width: 100%; width: 100%; height: 100%; object-fit: cover; -webkit-object-fit: cover;}
.Section #pinboard h2.titlemargtop{margin-bottom:0}

  #mc-embedded-subscribe-form input[type=checkbox]{display: inline; width: auto;margin-right: 10px;}
    #mergeRow-gdpr {margin-top: 20px;}
    #mergeRow-gdpr fieldset label {font-weight: normal;}
    #mc-embedded-subscribe-form .mc_fieldset{border:none;min-height: 0px;padding-bottom:0px;}

@media(max-width:1024px){
    ul.eventlist li span{margin-left: 10px;}
    ul.eventlist li .label__check{width:22px;}
}
@media(max-width:991px){
    /* .event-detail-container .detailleftpan{border-right:none;} */
    .event-detail-container .event-image-banner{width:100%; text-align:center; margin:0 auto 25px auto;}   
     ul.activitiydetail.price-list li:last-child{margin-bottom:10px !important;} 
     .event-detail-container .event-image-banner.event-device-banner{display:block;}
     .event-detail-container .event-image-banner.event-web-banner{display:none;}
     .dealsubtitle{font-size:28px !important; line-height:28px !important;}
}
@media(max-width:767px){
	.detailbanner.detailbanner-medium #owl-demo .thumbnail_container{padding-bottom: 67%;}
	.btn-default.viewalllists {opacity:1 !important}
    .dealsubtitle{font-size:20px !important; line-height:20px !important;}
    ul.eventlist li .label__check{width:21px;}
}
@media(max-width:480px){
	.bottomsection .download-app-i-paid .app-img{float:none; margin-right:0;}
	.bottomsection .download-app-i-paid .info h3{margin-top:20px;}
}

.eventdetailmain {
    display: none;
}

@media(max-width:992px){
    .eventdetailmain {
        display: block;
    }
    .event-detail-container .eventdetailmain .event-image-banner.event-web-banner{
        display: block;
    }
}
.detailrightpan .cms p{font-size: 16px;}
.fancybox-wrap, #fancybox-overlay{display:none !important;height: 0 !important;}
.menu-desc-main{max-width:800px;margin:0 auto;margin-top:20px;}

.news_contant .item-title .veg-cat{padding-left: 7px;}
.news_contant .item-title .menu-type{letter-spacing: 0.5px;text-transform: uppercase;font-style: normal; margin-right: 7px; height: 20px; width: 20px; line-height: 10px; font-size: 9px; margin-top: 0; text-align: center;padding: 4px;border-radius: 50px; display: inline-flex;align-items: center;justify-content: center; }  
.news_contant .item-title .menu-type.veg-icon{border:1px solid #2a8424;color:#2a8424;}
.news_contant .item-title .menu-type.vegan-icon{border:1px solid #92b80d;color:#92b80d;width:46px!important;position:relative;}
.news_contant .item-title .menu-type.gluten-icon{border:1px solid #e79106;color:#e79106;position:relative;}
.news_contant .item-title .price-main{font-size: 16px;line-height: 20px; color: #2a2a2a;position: absolute;right: 0;top: 10px;}
@media(max-width:767px){
.news_contant .item-title{padding-right: 45px;} 
}
@media(max-width:479px){
.news_contant .item-title .veg-cat{padding-left: 0;width: 100%;margin-top: 5px;}
}

.download-icon.desktop-icon{bottom: 53px; right: 50px;z-index: 11;} 
.filter-check-list.checked-list{display:flex;flex-wrap:wrap;flex:1;padding-top:10px;padding-bottom:0;margin-bottom:0;list-style:none;}
.filter-check-list.checked-list li{display:flex;margin-bottom:5px;} 
.filter-check-list.checked-list li + li{margin-left:10px;}
.filter-check-list.checked-list li a{font-size:14px;padding:0 10px;border-radius:4px;border:1px solid #e30175;display:flex;}
.filter-check-list.checked-list li a:hover{border:1px solid #000000;}
.filter-check-list.checked-list li a .close-list{margin-left:5px;}
/*19-jan-2021*/
button.fancybox-button.fancybox-button--thumbs, button.fancybox-button.fancybox-button--zoom {display: none!important; }
/*19-jan-2021*/
/*20-jan-2021*/
    .Section.innersection a.btn-default.viewmore{
        white-space: normal;
    }
/*20-jan-2021*/
/*21-jan-2021*/
    .news_contant .content_wrap{ overflow: hidden;}
    .small-menu-img {width: 90px;height: 70px; overflow: hidden; }
    @media(min-width: 768px){
        .menu-section .news_contant{padding-right: 110px}
    }
    @media(max-width: 767px){
        .innersection .newstitle p{text-align: center;}
    }
    @media(max-width: 479px){
     .news_contant .item-title {padding-right: 0; }
    }
    @media(max-width: 380px){
        .recaptcha-demo>.input01{ 
            -webkit-transform: scale(0.85);
            -ms-transform: scale(0.85);
            transform: scale(0.85);
            -webkit-transform-origin: left;
            -ms-transform-origin: left;
            transform-origin: left;
        }
    } 
/*21-jan-2021*/
/*17-Feb-2021*/
.event .event-content .tooltipimgbox img.play-icon {
    width: 20px;
    height: 20px;
}
/*17-Feb-2021*/
/*27 March 2021*/
    .resto_box_wrap{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin: 0 0 20px;
        flex-wrap: wrap;
    }
    .resto_box_wrap .resto_details_box{
        display: flex;
        align-items: flex-start; 
    }
    .resto_box_wrap .download-icon.desktop-icon{
        bottom: inherit;
        right: inherit;
        z-index: 11;
        display: flex;
        position: relative;
        margin: 20px 0 0;
    }
    .resto_details_box{
        display: flex;
        align-items: center;
    }
    .resto_details_box .rest-logo{
        width: 150px;
        margin-right: 20px;
    }
    .resto_details_box .rest-logo .thumbnail_container{
        padding-bottom: 100%;
    }
    .resto_details_box .rest-logo .thumbnail_container img{} 
    .resto_details_box .rest-detail{}
    .resto_details_box .rest-detail .rest-title{
        margin-top:0;
        padding-bottom: 0;
        margin-bottom: 10px;
    }
    .resto_details_box .rest-detail .rest-title:after{
        display: none;
    }
    .resto_details_box .rest-detail .rest-title .rest-title-name{
        display: block;
        font-size: 18px;
        font-weight: 600;
        color: #124b98;
        margin: 0 0 10px;
    }
    .resto_details_box .rest-detail .rest-title a{
        font-size: 28px;
        font-weight: 600;
    }
    .resto_details_box .rest-detail .resto_contact_info{
        list-style: none;
    }
    .resto_details_box .rest-detail .resto_contact_info li{
        position: relative;
        padding-left: 25px;
    }
    .resto_details_box .rest-detail .resto_contact_info li p,
    .resto_details_box .rest-detail .resto_contact_info li a{
        margin: 0 0 10px;
        display: inline-block;
    }
    .resto_details_box .rest-detail .resto_contact_info i{
        position: absolute;
        left: 0;
        top: 4px;
        font-size: 18px;
    } 
    @media(max-width: 991px){
        .resto_box_wrap .resto_details_box .rest-logo{width: 120px;}
        .resto_box_wrap .resto_details_box{flex: 0 0 100%; width: 100%;}
        .resto_box_wrap .download-icon.desktop-icon{
            flex: 0 0 100%;
            width: 100%;
        }
    }
    @media(max-width: 767px){ 
        .resto_box_wrap .resto_details_box{flex: 0 0 100%; width: 100%;}
        .resto_box_wrap .download-icon.desktop-icon{
            flex: 0 0 100%;
            width: 100%;
            padding: 10px 15px;
            background: #f7f7f7;
            display: flex;
            justify-content: center;
        }
    }
    @media(max-width: 575px){ 
        .resto_box_wrap .resto_details_box .rest-logo {
            width: 100px;
            margin-right: 10px;
        }
        .resto_details_box .rest-detail .rest-title a {
            font-size: 22px;
            font-weight: 600;
        }
        .resto_details_box .rest-detail .resto_contact_info li p, .resto_details_box .rest-detail .resto_contact_info li a{
            text-align: left;
        }
    }
/*27 March 2021*/
.video_thumb_icon a{position:absolute;left:0;top:0;width:100%;height:100%;display:flex !important;align-items:center;justify-content:center;}
.video_thumb_icon a i{width:70px;text-align:center;height:30px;border-radius:5px;background:#dfdfdf;display:flex;align-items:center;justify-content:center;position: relative;z-index: 1;}

.video_thumb_icon.small a i{width: 30px;height: 30px;}

@media print {
  a[href]:after {
    content: none !important;
  }
}