@charset 'UTF-8';
@font-face {
font-family: 'FontAwesome';
src: url(//akangau.com/wp-content/themes/akangau/vendors/font-awesome/fonts/fontawesome-webfont.eot?v=4.4.0);
src: url(//akangau.com/wp-content/themes/akangau/vendors/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format('embedded-opentype'), url(//akangau.com/wp-content/themes/akangau/vendors/font-awesome/fonts/fontawesome-webfont.woff2?v=4.4.0) format('woff2'), url(//akangau.com/wp-content/themes/akangau/vendors/font-awesome/fonts/fontawesome-webfont.woff?v=4.4.0) format('woff'), url(//akangau.com/wp-content/themes/akangau/vendors/font-awesome/fonts/fontawesome-webfont.ttf?v=4.4.0) format('truetype'), url(//akangau.com/wp-content/themes/akangau/vendors/font-awesome/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}@font-face {
font-family: 'icomoon';
src: url(//akangau.com/wp-content/themes/akangau/fonts/icomoon/icomoon.eot?pnm0hs);
src: url(//akangau.com/wp-content/themes/akangau/fonts/icomoon/icomoon.eot?pnm0hs#iefix) format('embedded-opentype'), url(//akangau.com/wp-content/themes/akangau/fonts/icomoon/icomoon.ttf?pnm0hs) format('truetype'), url(//akangau.com/wp-content/themes/akangau/fonts/icomoon/icomoon.woff?pnm0hs) format('woff'), url(//akangau.com/wp-content/themes/akangau/fonts/icomoon/icomoon.svg?pnm0hs#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^='icon-'],
[class*=' icon-'] { font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-cart-add:before {
content: '\e97a';
}
.icon-user-add:before {
content: '\e97b';
}
.icon-download:before {
content: '\e979';
}
.icon-remove-favourite:before {
content: '\e978';
}
.icon-heart:before {
content: '\e976';
}
.icon-reply:before {
content: '\e977';
}
.icon-level7:before {
content: '\e900';
}
.icon-acitivities:before {
content: '\e901';
}
.icon-africa:before {
content: '\e902';
}
.icon-angle-down:before {
content: '\e903';
}
.icon-arctic:before {
content: '\e904';
}
.icon-arrow-left:before {
content: '\e905';
}
.icon-arrow-down:before {
content: '\e906';
}
.icon-angle-right:before {
content: '\e907';
}
.icon-arrow-right:before {
content: '\e908';
}
.icon-asia:before {
content: '\e909';
}
.icon-beach:before {
content: '\e90a';
}
.icon-big-cat:before {
content: '\e90b';
}
.icon-bird:before {
content: '\e90c';
}
.icon-boat:before {
content: '\e90d';
}
.icon-boating:before {
content: '\e90e';
}
.icon-budget:before {
content: '\e90f';
}
.icon-bulb:before {
content: '\e910';
}
.icon-bungee:before {
content: '\e911';
}
.icon-camping:before {
content: '\e912';
}
.icon-cart:before {
content: '\e913';
}
.icon-cross:before {
content: '\e914';
}
.icon-culture:before {
content: '\e915';
}
.icon-culture1:before {
content: '\e916';
}
.icon-cup:before {
content: '\e917';
}
.icon-desert:before {
content: '\e918';
}
.icon-diamond:before {
content: '\e919';
}
.icon-distance:before {
content: '\e91a';
}
.icon-dolphin-60:before {
content: '\e91b';
}
.icon-dolphin-76:before {
content: '\e91c';
}
.icon-dribble:before {
content: '\e91d';
}
.icon-drop:before {
content: '\e91e';
}
.icon-duration:before {
content: '\e91f';
}
.icon-egypt:before {
content: '\e920';
}
.icon-email:before {
content: '\e921';
}
.icon-europe:before {
content: '\e922';
}
.icon-facebook:before {
content: '\e923';
}
.icon-family:before {
content: '\e924';
}
.icon-favs:before {
content: '\e925';
}
.icon-fax-big:before {
content: '\e926';
}
.icon-fax:before {
content: '\e927';
}
.icon-filter:before {
content: '\e928';
}
.icon-fish-jumping:before {
content: '\e929';
}
.icon-food-wine:before {
content: '\e92a';
}
.icon-foot-step:before {
content: '\e92b';
}
.icon-foots:before {
content: '\e92c';
}
.icon-globe:before {
content: '\e92d';
}
.icon-google-plus:before {
content: '\e92e';
}
.icon-grid:before {
content: '\e92f';
}
.icon-group-large:before {
content: '\e930';
}
.icon-group-medium:before {
content: '\e931';
}
.icon-group-small:before {
content: '\e932';
}
.icon-hiking-camping:before {
content: '\e933';
}
.icon-home:before {
content: '\e934';
}
.icon-hunting:before {
content: '\e935';
}
.icon-jeep:before {
content: '\e936';
}
.icon-jungle:before {
content: '\e937';
}
.icon-level1:before {
content: '\e938';
}
.icon-level2:before {
content: '\e939';
}
.icon-level3:before {
content: '\e93a';
}
.icon-level4:before {
content: '\e93b';
}
.icon-level5:before {
content: '\e93c';
}
.icon-level6:before {
content: '\e93d';
}
.icon-level8:before {
content: '\e93e';
}
.icon-linkedin:before {
content: '\e93f';
}
.icon-list:before {
content: '\e940';
}
.icon-locals:before {
content: '\e941';
}
.icon-lock:before {
content: '\e942';
}
.icon-luggage:before {
content: '\e943';
}
.icon-middle-east:before {
content: '\e944';
}
.icon-minus-normal:before {
content: '\e945';
}
.icon-plus-normal:before {
content: '\e946';
}
.icon-minus:before {
content: '\e947';
}
.icon-mount:before {
content: '\e948';
}
.icon-mountain-biking:before {
content: '\e949';
}
.icon-mountain:before {
content: '\e94a';
}
.icon-music:before {
content: '\e94b';
}
.icon-north-america:before {
content: '\e94c';
}
.icon-panda:before {
content: '\e94d';
}
.icon-peak-climbing:before {
content: '\e94e';
}
.icon-peak:before {
content: '\e94f';
}
.icon-penguin:before {
content: '\e950';
}
.icon-person-budget:before {
content: '\e951';
}
.icon-person:before {
content: '\e952';
}
.icon-tel:before {
content: '\e953';
}
.icon-pin:before {
content: '\e954';
}
.icon-plane:before {
content: '\e955';
}
.icon-plant:before {
content: '\e956';
}
.icon-plus:before {
content: '\e957';
}
.icon-rural:before {
content: '\e958';
}
.icon-scuba-diving:before {
content: '\e959';
}
.icon-search:before {
content: '\e95a';
}
.icon-share:before {
content: '\e95b';
}
.icon-snow-ice:before {
content: '\e95c';
}
.icon-star:before {
content: '\e95d';
}
.icon-step:before {
content: '\e95e';
}
.icon-sunny:before {
content: '\e95f';
}
.icon-tel-big:before {
content: '\e960';
}
.icon-tent:before {
content: '\e961';
}
.icon-tick:before {
content: '\e962';
}
.icon-trash:before {
content: '\e963';
}
.icon-tree:before {
content: '\e964';
}
.icon-hiking:before {
content: '\e965';
}
.icon-twitter:before {
content: '\e966';
}
.icon-urban:before {
content: '\e967';
}
.icon-vimeo:before {
content: '\e968';
}
.icon-water-sea:before {
content: '\e969';
}
.icon-water-spot:before {
content: '\e96a';
}
.icon-water:before {
content: '\e96b';
}
.icon-weight:before {
content: '\e96c';
}
.icon-wildlife:before {
content: '\e96d';
}
.icon-world:before {
content: '\e96e';
}
.icon-link:before {
content: '\e96f';
}
.icon-copyright:before {
content: '\e970';
}
.icon-order-history:before {
content: '\e971';
}
.icon-signout:before {
content: '\e972';
}
.icon-update-billing:before {
content: '\e973';
}
.icon-update-profile:before {
content: '\e974';
}
.icon-user:before {
content: '\e975';
}
  html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
display: block;
}
audio,canvas,progress,video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],template {
display: none;
}
a {
background-color: transparent;
}
a:active,a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: .67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -.5em;
}
sub {
bottom: -.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,kbd,pre,samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,input,optgroup,select,textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,select {
text-transform: none;
}
button,html input[type='button'],input[type='reset'],input[type='submit'] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type='checkbox'],input[type='radio'] {
box-sizing: border-box;
padding: 0;
}
input[type='number']::-webkit-inner-spin-button,input[type='number']::-webkit-outer-spin-button {
height: auto;
}
input[type='search'] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,input[type='search']::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: .35em .625em .75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,th {
padding: 0;
} @media print {
*,*:before,*:after {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,a:visited {
text-decoration: underline;
}
a[href]:after {
content: ' (' attr(href) ')';
}
abbr[title]:after {
content: ' (' attr(title) ')';
}
a[href^='#']:after,a[href^='javascript:']:after {
content: '';
}
pre,blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,h2,h3 {
orphans: 3;
widows: 3;
}
h2,h3 {
page-break-after: avoid;
}
.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 th,.table-bordered td {
border: 1px solid #ddd !important;
}
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url(//akangau.com/wp-content/themes/akangau/fonts/bootstrap/glyphicons-halflings-regular.eot);
src: url(//akangau.com/wp-content/themes/akangau/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(//akangau.com/wp-content/themes/akangau/fonts/bootstrap/glyphicons-halflings-regular.woff2) format('woff2'), url(//akangau.com/wp-content/themes/akangau/fonts/bootstrap/glyphicons-halflings-regular.woff) format('woff'), url(//akangau.com/wp-content/themes/akangau/fonts/bootstrap/glyphicons-halflings-regular.ttf) format('truetype'), url(//akangau.com/wp-content/themes/akangau/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
content: '\002a';
}
.glyphicon-plus:before {
content: '\002b';
}
.glyphicon-euro:before,.glyphicon-eur:before {
content: '\20ac';
}
.glyphicon-minus:before {
content: '\2212';
}
.glyphicon-cloud:before {
content: '\2601';
}
.glyphicon-envelope:before {
content: '\2709';
}
.glyphicon-pencil:before {
content: '\270f';
}
.glyphicon-glass:before {
content: '\e001';
}
.glyphicon-music:before {
content: '\e002';
}
.glyphicon-search:before {
content: '\e003';
}
.glyphicon-heart:before {
content: '\e005';
}
.glyphicon-star:before {
content: '\e006';
}
.glyphicon-star-empty:before {
content: '\e007';
}
.glyphicon-user:before {
content: '\e008';
}
.glyphicon-film:before {
content: '\e009';
}
.glyphicon-th-large:before {
content: '\e010';
}
.glyphicon-th:before {
content: '\e011';
}
.glyphicon-th-list:before {
content: '\e012';
}
.glyphicon-ok:before {
content: '\e013';
}
.glyphicon-remove:before {
content: '\e014';
}
.glyphicon-zoom-in:before {
content: '\e015';
}
.glyphicon-zoom-out:before {
content: '\e016';
}
.glyphicon-off:before {
content: '\e017';
}
.glyphicon-signal:before {
content: '\e018';
}
.glyphicon-cog:before {
content: '\e019';
}
.glyphicon-trash:before {
content: '\e020';
}
.glyphicon-home:before {
content: '\e021';
}
.glyphicon-file:before {
content: '\e022';
}
.glyphicon-time:before {
content: '\e023';
}
.glyphicon-road:before {
content: '\e024';
}
.glyphicon-download-alt:before {
content: '\e025';
}
.glyphicon-download:before {
content: '\e026';
}
.glyphicon-upload:before {
content: '\e027';
}
.glyphicon-inbox:before {
content: '\e028';
}
.glyphicon-play-circle:before {
content: '\e029';
}
.glyphicon-repeat:before {
content: '\e030';
}
.glyphicon-refresh:before {
content: '\e031';
}
.glyphicon-list-alt:before {
content: '\e032';
}
.glyphicon-lock:before {
content: '\e033';
}
.glyphicon-flag:before {
content: '\e034';
}
.glyphicon-headphones:before {
content: '\e035';
}
.glyphicon-volume-off:before {
content: '\e036';
}
.glyphicon-volume-down:before {
content: '\e037';
}
.glyphicon-volume-up:before {
content: '\e038';
}
.glyphicon-qrcode:before {
content: '\e039';
}
.glyphicon-barcode:before {
content: '\e040';
}
.glyphicon-tag:before {
content: '\e041';
}
.glyphicon-tags:before {
content: '\e042';
}
.glyphicon-book:before {
content: '\e043';
}
.glyphicon-bookmark:before {
content: '\e044';
}
.glyphicon-print:before {
content: '\e045';
}
.glyphicon-camera:before {
content: '\e046';
}
.glyphicon-font:before {
content: '\e047';
}
.glyphicon-bold:before {
content: '\e048';
}
.glyphicon-italic:before {
content: '\e049';
}
.glyphicon-text-height:before {
content: '\e050';
}
.glyphicon-text-width:before {
content: '\e051';
}
.glyphicon-align-left:before {
content: '\e052';
}
.glyphicon-align-center:before {
content: '\e053';
}
.glyphicon-align-right:before {
content: '\e054';
}
.glyphicon-align-justify:before {
content: '\e055';
}
.glyphicon-list:before {
content: '\e056';
}
.glyphicon-indent-left:before {
content: '\e057';
}
.glyphicon-indent-right:before {
content: '\e058';
}
.glyphicon-facetime-video:before {
content: '\e059';
}
.glyphicon-picture:before {
content: '\e060';
}
.glyphicon-map-marker:before {
content: '\e062';
}
.glyphicon-adjust:before {
content: '\e063';
}
.glyphicon-tint:before {
content: '\e064';
}
.glyphicon-edit:before {
content: '\e065';
}
.glyphicon-share:before {
content: '\e066';
}
.glyphicon-check:before {
content: '\e067';
}
.glyphicon-move:before {
content: '\e068';
}
.glyphicon-step-backward:before {
content: '\e069';
}
.glyphicon-fast-backward:before {
content: '\e070';
}
.glyphicon-backward:before {
content: '\e071';
}
.glyphicon-play:before {
content: '\e072';
}
.glyphicon-pause:before {
content: '\e073';
}
.glyphicon-stop:before {
content: '\e074';
}
.glyphicon-forward:before {
content: '\e075';
}
.glyphicon-fast-forward:before {
content: '\e076';
}
.glyphicon-step-forward:before {
content: '\e077';
}
.glyphicon-eject:before {
content: '\e078';
}
.glyphicon-chevron-left:before {
content: '\e079';
}
.glyphicon-chevron-right:before {
content: '\e080';
}
.glyphicon-plus-sign:before {
content: '\e081';
}
.glyphicon-minus-sign:before {
content: '\e082';
}
.glyphicon-remove-sign:before {
content: '\e083';
}
.glyphicon-ok-sign:before {
content: '\e084';
}
.glyphicon-question-sign:before {
content: '\e085';
}
.glyphicon-info-sign:before {
content: '\e086';
}
.glyphicon-screenshot:before {
content: '\e087';
}
.glyphicon-remove-circle:before {
content: '\e088';
}
.glyphicon-ok-circle:before {
content: '\e089';
}
.glyphicon-ban-circle:before {
content: '\e090';
}
.glyphicon-arrow-left:before {
content: '\e091';
}
.glyphicon-arrow-right:before {
content: '\e092';
}
.glyphicon-arrow-up:before {
content: '\e093';
}
.glyphicon-arrow-down:before {
content: '\e094';
}
.glyphicon-share-alt:before {
content: '\e095';
}
.glyphicon-resize-full:before {
content: '\e096';
}
.glyphicon-resize-small:before {
content: '\e097';
}
.glyphicon-exclamation-sign:before {
content: '\e101';
}
.glyphicon-gift:before {
content: '\e102';
}
.glyphicon-leaf:before {
content: '\e103';
}
.glyphicon-fire:before {
content: '\e104';
}
.glyphicon-eye-open:before {
content: '\e105';
}
.glyphicon-eye-close:before {
content: '\e106';
}
.glyphicon-warning-sign:before {
content: '\e107';
}
.glyphicon-plane:before {
content: '\e108';
}
.glyphicon-calendar:before {
content: '\e109';
}
.glyphicon-random:before {
content: '\e110';
}
.glyphicon-comment:before {
content: '\e111';
}
.glyphicon-magnet:before {
content: '\e112';
}
.glyphicon-chevron-up:before {
content: '\e113';
}
.glyphicon-chevron-down:before {
content: '\e114';
}
.glyphicon-retweet:before {
content: '\e115';
}
.glyphicon-shopping-cart:before {
content: '\e116';
}
.glyphicon-folder-close:before {
content: '\e117';
}
.glyphicon-folder-open:before {
content: '\e118';
}
.glyphicon-resize-vertical:before {
content: '\e119';
}
.glyphicon-resize-horizontal:before {
content: '\e120';
}
.glyphicon-hdd:before {
content: '\e121';
}
.glyphicon-bullhorn:before {
content: '\e122';
}
.glyphicon-bell:before {
content: '\e123';
}
.glyphicon-certificate:before {
content: '\e124';
}
.glyphicon-thumbs-up:before {
content: '\e125';
}
.glyphicon-thumbs-down:before {
content: '\e126';
}
.glyphicon-hand-right:before {
content: '\e127';
}
.glyphicon-hand-left:before {
content: '\e128';
}
.glyphicon-hand-up:before {
content: '\e129';
}
.glyphicon-hand-down:before {
content: '\e130';
}
.glyphicon-circle-arrow-right:before {
content: '\e131';
}
.glyphicon-circle-arrow-left:before {
content: '\e132';
}
.glyphicon-circle-arrow-up:before {
content: '\e133';
}
.glyphicon-circle-arrow-down:before {
content: '\e134';
}
.glyphicon-globe:before {
content: '\e135';
}
.glyphicon-wrench:before {
content: '\e136';
}
.glyphicon-tasks:before {
content: '\e137';
}
.glyphicon-filter:before {
content: '\e138';
}
.glyphicon-briefcase:before {
content: '\e139';
}
.glyphicon-fullscreen:before {
content: '\e140';
}
.glyphicon-dashboard:before {
content: '\e141';
}
.glyphicon-paperclip:before {
content: '\e142';
}
.glyphicon-heart-empty:before {
content: '\e143';
}
.glyphicon-link:before {
content: '\e144';
}
.glyphicon-phone:before {
content: '\e145';
}
.glyphicon-pushpin:before {
content: '\e146';
}
.glyphicon-usd:before {
content: '\e148';
}
.glyphicon-gbp:before {
content: '\e149';
}
.glyphicon-sort:before {
content: '\e150';
}
.glyphicon-sort-by-alphabet:before {
content: '\e151';
}
.glyphicon-sort-by-alphabet-alt:before {
content: '\e152';
}
.glyphicon-sort-by-order:before {
content: '\e153';
}
.glyphicon-sort-by-order-alt:before {
content: '\e154';
}
.glyphicon-sort-by-attributes:before {
content: '\e155';
}
.glyphicon-sort-by-attributes-alt:before {
content: '\e156';
}
.glyphicon-unchecked:before {
content: '\e157';
}
.glyphicon-expand:before {
content: '\e158';
}
.glyphicon-collapse-down:before {
content: '\e159';
}
.glyphicon-collapse-up:before {
content: '\e160';
}
.glyphicon-log-in:before {
content: '\e161';
}
.glyphicon-flash:before {
content: '\e162';
}
.glyphicon-log-out:before {
content: '\e163';
}
.glyphicon-new-window:before {
content: '\e164';
}
.glyphicon-record:before {
content: '\e165';
}
.glyphicon-save:before {
content: '\e166';
}
.glyphicon-open:before {
content: '\e167';
}
.glyphicon-saved:before {
content: '\e168';
}
.glyphicon-import:before {
content: '\e169';
}
.glyphicon-export:before {
content: '\e170';
}
.glyphicon-send:before {
content: '\e171';
}
.glyphicon-floppy-disk:before {
content: '\e172';
}
.glyphicon-floppy-saved:before {
content: '\e173';
}
.glyphicon-floppy-remove:before {
content: '\e174';
}
.glyphicon-floppy-save:before {
content: '\e175';
}
.glyphicon-floppy-open:before {
content: '\e176';
}
.glyphicon-credit-card:before {
content: '\e177';
}
.glyphicon-transfer:before {
content: '\e178';
}
.glyphicon-cutlery:before {
content: '\e179';
}
.glyphicon-header:before {
content: '\e180';
}
.glyphicon-compressed:before {
content: '\e181';
}
.glyphicon-earphone:before {
content: '\e182';
}
.glyphicon-phone-alt:before {
content: '\e183';
}
.glyphicon-tower:before {
content: '\e184';
}
.glyphicon-stats:before {
content: '\e185';
}
.glyphicon-sd-video:before {
content: '\e186';
}
.glyphicon-hd-video:before {
content: '\e187';
}
.glyphicon-subtitles:before {
content: '\e188';
}
.glyphicon-sound-stereo:before {
content: '\e189';
}
.glyphicon-sound-dolby:before {
content: '\e190';
}
.glyphicon-sound-5-1:before {
content: '\e191';
}
.glyphicon-sound-6-1:before {
content: '\e192';
}
.glyphicon-sound-7-1:before {
content: '\e193';
}
.glyphicon-copyright-mark:before {
content: '\e194';
}
.glyphicon-registration-mark:before {
content: '\e195';
}
.glyphicon-cloud-download:before {
content: '\e197';
}
.glyphicon-cloud-upload:before {
content: '\e198';
}
.glyphicon-tree-conifer:before {
content: '\e199';
}
.glyphicon-tree-deciduous:before {
content: '\e200';
}
.glyphicon-cd:before {
content: '\e201';
}
.glyphicon-save-file:before {
content: '\e202';
}
.glyphicon-open-file:before {
content: '\e203';
}
.glyphicon-level-up:before {
content: '\e204';
}
.glyphicon-copy:before {
content: '\e205';
}
.glyphicon-paste:before {
content: '\e206';
}
.glyphicon-alert:before {
content: '\e209';
}
.glyphicon-equalizer:before {
content: '\e210';
}
.glyphicon-king:before {
content: '\e211';
}
.glyphicon-queen:before {
content: '\e212';
}
.glyphicon-pawn:before {
content: '\e213';
}
.glyphicon-bishop:before {
content: '\e214';
}
.glyphicon-knight:before {
content: '\e215';
}
.glyphicon-baby-formula:before {
content: '\e216';
}
.glyphicon-tent:before {
content: '\26fa';
}
.glyphicon-blackboard:before {
content: '\e218';
}
.glyphicon-bed:before {
content: '\e219';
}
.glyphicon-apple:before {
content: '\f8ff';
}
.glyphicon-erase:before {
content: '\e221';
}
.glyphicon-hourglass:before {
content: '\231b';
}
.glyphicon-lamp:before {
content: '\e223';
}
.glyphicon-duplicate:before {
content: '\e224';
}
.glyphicon-piggy-bank:before {
content: '\e225';
}
.glyphicon-scissors:before {
content: '\e226';
}
.glyphicon-bitcoin:before {
content: '\e227';
}
.glyphicon-btc:before {
content: '\e227';
}
.glyphicon-xbt:before {
content: '\e227';
}
.glyphicon-yen:before {
content: '\00a5';
}
.glyphicon-jpy:before {
content: '\00a5';
}
.glyphicon-ruble:before {
content: '\20bd';
}
.glyphicon-rub:before {
content: '\20bd';
}
.glyphicon-scale:before {
content: '\e230';
}
.glyphicon-ice-lolly:before {
content: '\e231';
}
.glyphicon-ice-lolly-tasted:before {
content: '\e232';
}
.glyphicon-education:before {
content: '\e233';
}
.glyphicon-option-horizontal:before {
content: '\e234';
}
.glyphicon-option-vertical:before {
content: '\e235';
}
.glyphicon-menu-hamburger:before {
content: '\e236';
}
.glyphicon-modal-window:before {
content: '\e237';
}
.glyphicon-oil:before {
content: '\e238';
}
.glyphicon-grain:before {
content: '\e239';
}
.glyphicon-sunglasses:before {
content: '\e240';
}
.glyphicon-text-size:before {
content: '\e241';
}
.glyphicon-text-color:before {
content: '\e242';
}
.glyphicon-text-background:before {
content: '\e243';
}
.glyphicon-object-align-top:before {
content: '\e244';
}
.glyphicon-object-align-bottom:before {
content: '\e245';
}
.glyphicon-object-align-horizontal:before {
content: '\e246';
}
.glyphicon-object-align-left:before {
content: '\e247';
}
.glyphicon-object-align-vertical:before {
content: '\e248';
}
.glyphicon-object-align-right:before {
content: '\e249';
}
.glyphicon-triangle-right:before {
content: '\e250';
}
.glyphicon-triangle-left:before {
content: '\e251';
}
.glyphicon-triangle-bottom:before {
content: '\e252';
}
.glyphicon-triangle-top:before {
content: '\e253';
}
.glyphicon-console:before {
content: '\e254';
}
.glyphicon-superscript:before {
content: '\e255';
}
.glyphicon-subscript:before {
content: '\e256';
}
.glyphicon-menu-left:before {
content: '\e257';
}
.glyphicon-menu-right:before {
content: '\e258';
}
.glyphicon-menu-down:before {
content: '\e259';
}
.glyphicon-menu-up:before {
content: '\e260';
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: transparent;
}
body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.428571429;
color: #5c5e62;
background-color: #fff;
}
input,button,select,textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #5c5e62;
text-decoration: none;
}
a:hover,a:focus {
color: #37383b;
text-decoration: none;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 0;
}
.img-thumbnail {
padding: 10px;
line-height: 1.428571429;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 0;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
[role='button'] {
cursor: pointer;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
font-family: inherit;
font-weight: 700;
line-height: 1.1;
color: #474d4b;
}
h1 small,h1 .small,h2 small,h2 .small,h3 small,h3 .small,h4 small,h4 .small,h5 small,h5 .small,h6 small,h6 .small,.h1 small,.h1 .small,.h2 small,.h2 .small,.h3 small,.h3 .small,.h4 small,.h4 .small,.h5 small,.h5 .small,.h6 small,.h6 .small {
font-weight: normal;
line-height: 1;
color: #777;
}
h1,.h1,h2,.h2,h3,.h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h1 small,h1 .small,.h1 small,.h1 .small,h2 small,h2 .small,.h2 small,.h2 .small,h3 small,h3 .small,.h3 small,.h3 .small {
font-size: 65%;
}
h4,.h4,h5,.h5,h6,.h6 {
margin-top: 10px;
margin-bottom: 10px;
}
h4 small,h4 .small,.h4 small,.h4 .small,h5 small,h5 .small,.h5 small,.h5 .small,h6 small,h6 .small,.h6 small,.h6 .small {
font-size: 75%;
}
h1,.h1 {
font-size: 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 {
background-color: #fcf8e3;
padding: .2em;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase,.initialism {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #777;
}
.text-primary {
color: #337ab7;
}
a.text-primary:hover,a.text-primary:focus {
color: #286090;
}
.text-success {
color: #3c763d;
}
a.text-success:hover,a.text-success:focus {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover,a.text-info:focus {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover,a.text-warning:focus {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover,a.text-danger:focus {
color: #843534;
}
.bg-primary {
color: #fff;
}
.bg-primary {
background-color: #337ab7;
}
a.bg-primary:hover,a.bg-primary:focus {
background-color: #286090;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover,a.bg-success:focus {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover,a.bg-info:focus {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover,a.bg-warning:focus {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover,a.bg-danger:focus {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee;
}
ul,ol {
margin-top: 0;
margin-bottom: 10px;
}
ul ul,ul ol,ol ul,ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
dl {
margin-top: 0;
margin-bottom: 20px;
}
dt,dd {
line-height: 1.428571429;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
.dl-horizontal dd:before,.dl-horizontal dd:after {
content: ' ';
display: table;
}
.dl-horizontal dd:after {
clear: both;
}
@media (min-width: 992px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777;
}
.initialism {
font-size: 90%;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eee;
}
blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,blockquote small,blockquote .small {
display: block;
font-size: 80%;
line-height: 1.428571429;
color: #777;
}
blockquote footer:before,blockquote small:before,blockquote .small:before {
content: '\2014 \00A0';
}
.blockquote-reverse,blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eee;
border-left: 0;
text-align: right;
}
.blockquote-reverse footer:before,.blockquote-reverse small:before,.blockquote-reverse .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before,blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,.blockquote-reverse small:after,.blockquote-reverse .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after,blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.428571429;
}
code,kbd,pre,samp {
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 0;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
box-shadow: none;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.428571429;
word-break: break-all;
word-wrap: break-word;
color: #333;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 0;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.container:before,.container:after {
content: ' ';
display: table;
}
.container:after {
clear: both;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1230px) {
.container {
width: 1200px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.container-fluid:before,.container-fluid:after {
content: ' ';
display: table;
}
.container-fluid:after {
clear: both;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.row:before,.row:after {
content: ' ';
display: table;
}
.row:after {
clear: both;
}
.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
float: left;
}
.col-xs-1 {
width: 8.3333333333%;
}
.col-xs-2 {
width: 16.6666666667%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-4 {
width: 33.3333333333%;
}
.col-xs-5 {
width: 41.6666666667%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-7 {
width: 58.3333333333%;
}
.col-xs-8 {
width: 66.6666666667%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-10 {
width: 83.3333333333%;
}
.col-xs-11 {
width: 91.6666666667%;
}
.col-xs-12 {
width: 100%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-pull-1 {
right: 8.3333333333%;
}
.col-xs-pull-2 {
right: 16.6666666667%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-4 {
right: 33.3333333333%;
}
.col-xs-pull-5 {
right: 41.6666666667%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-7 {
right: 58.3333333333%;
}
.col-xs-pull-8 {
right: 66.6666666667%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-10 {
right: 83.3333333333%;
}
.col-xs-pull-11 {
right: 91.6666666667%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-push-1 {
left: 8.3333333333%;
}
.col-xs-push-2 {
left: 16.6666666667%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-4 {
left: 33.3333333333%;
}
.col-xs-push-5 {
left: 41.6666666667%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-7 {
left: 58.3333333333%;
}
.col-xs-push-8 {
left: 66.6666666667%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-10 {
left: 83.3333333333%;
}
.col-xs-push-11 {
left: 91.6666666667%;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-offset-0 {
margin-left: 0;
}
.col-xs-offset-1 {
margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-4 {
margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-7 {
margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-10 {
margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
margin-left: 100%;
}
@media (min-width: 768px) {
.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
float: left;
}
.col-sm-1 {
width: 8.3333333333%;
}
.col-sm-2 {
width: 16.6666666667%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-4 {
width: 33.3333333333%;
}
.col-sm-5 {
width: 41.6666666667%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-7 {
width: 58.3333333333%;
}
.col-sm-8 {
width: 66.6666666667%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-10 {
width: 83.3333333333%;
}
.col-sm-11 {
width: 91.6666666667%;
}
.col-sm-12 {
width: 100%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-pull-1 {
right: 8.3333333333%;
}
.col-sm-pull-2 {
right: 16.6666666667%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-4 {
right: 33.3333333333%;
}
.col-sm-pull-5 {
right: 41.6666666667%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-7 {
right: 58.3333333333%;
}
.col-sm-pull-8 {
right: 66.6666666667%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-10 {
right: 83.3333333333%;
}
.col-sm-pull-11 {
right: 91.6666666667%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-push-1 {
left: 8.3333333333%;
}
.col-sm-push-2 {
left: 16.6666666667%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-4 {
left: 33.3333333333%;
}
.col-sm-push-5 {
left: 41.6666666667%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-7 {
left: 58.3333333333%;
}
.col-sm-push-8 {
left: 66.6666666667%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-10 {
left: 83.3333333333%;
}
.col-sm-push-11 {
left: 91.6666666667%;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-offset-0 {
margin-left: 0;
}
.col-sm-offset-1 {
margin-left: 8.3333333333%;
}
.col-sm-offset-2 {
margin-left: 16.6666666667%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-4 {
margin-left: 33.3333333333%;
}
.col-sm-offset-5 {
margin-left: 41.6666666667%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-7 {
margin-left: 58.3333333333%;
}
.col-sm-offset-8 {
margin-left: 66.6666666667%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-10 {
margin-left: 83.3333333333%;
}
.col-sm-offset-11 {
margin-left: 91.6666666667%;
}
.col-sm-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 992px) {
.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
float: left;
}
.col-md-1 {
width: 8.3333333333%;
}
.col-md-2 {
width: 16.6666666667%;
}
.col-md-3 {
width: 25%;
}
.col-md-4 {
width: 33.3333333333%;
}
.col-md-5 {
width: 41.6666666667%;
}
.col-md-6 {
width: 50%;
}
.col-md-7 {
width: 58.3333333333%;
}
.col-md-8 {
width: 66.6666666667%;
}
.col-md-9 {
width: 75%;
}
.col-md-10 {
width: 83.3333333333%;
}
.col-md-11 {
width: 91.6666666667%;
}
.col-md-12 {
width: 100%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-pull-1 {
right: 8.3333333333%;
}
.col-md-pull-2 {
right: 16.6666666667%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-4 {
right: 33.3333333333%;
}
.col-md-pull-5 {
right: 41.6666666667%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-7 {
right: 58.3333333333%;
}
.col-md-pull-8 {
right: 66.6666666667%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-10 {
right: 83.3333333333%;
}
.col-md-pull-11 {
right: 91.6666666667%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-push-0 {
left: auto;
}
.col-md-push-1 {
left: 8.3333333333%;
}
.col-md-push-2 {
left: 16.6666666667%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-4 {
left: 33.3333333333%;
}
.col-md-push-5 {
left: 41.6666666667%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-7 {
left: 58.3333333333%;
}
.col-md-push-8 {
left: 66.6666666667%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-10 {
left: 83.3333333333%;
}
.col-md-push-11 {
left: 91.6666666667%;
}
.col-md-push-12 {
left: 100%;
}
.col-md-offset-0 {
margin-left: 0;
}
.col-md-offset-1 {
margin-left: 8.3333333333%;
}
.col-md-offset-2 {
margin-left: 16.6666666667%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-4 {
margin-left: 33.3333333333%;
}
.col-md-offset-5 {
margin-left: 41.6666666667%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-7 {
margin-left: 58.3333333333%;
}
.col-md-offset-8 {
margin-left: 66.6666666667%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-10 {
margin-left: 83.3333333333%;
}
.col-md-offset-11 {
margin-left: 91.6666666667%;
}
.col-md-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 1230px) {
.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
float: left;
}
.col-lg-1 {
width: 8.3333333333%;
}
.col-lg-2 {
width: 16.6666666667%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-4 {
width: 33.3333333333%;
}
.col-lg-5 {
width: 41.6666666667%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-7 {
width: 58.3333333333%;
}
.col-lg-8 {
width: 66.6666666667%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-10 {
width: 83.3333333333%;
}
.col-lg-11 {
width: 91.6666666667%;
}
.col-lg-12 {
width: 100%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-pull-1 {
right: 8.3333333333%;
}
.col-lg-pull-2 {
right: 16.6666666667%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-4 {
right: 33.3333333333%;
}
.col-lg-pull-5 {
right: 41.6666666667%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-7 {
right: 58.3333333333%;
}
.col-lg-pull-8 {
right: 66.6666666667%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-10 {
right: 83.3333333333%;
}
.col-lg-pull-11 {
right: 91.6666666667%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-push-1 {
left: 8.3333333333%;
}
.col-lg-push-2 {
left: 16.6666666667%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-4 {
left: 33.3333333333%;
}
.col-lg-push-5 {
left: 41.6666666667%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-7 {
left: 58.3333333333%;
}
.col-lg-push-8 {
left: 66.6666666667%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-10 {
left: 83.3333333333%;
}
.col-lg-push-11 {
left: 91.6666666667%;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-offset-0 {
margin-left: 0;
}
.col-lg-offset-1 {
margin-left: 8.3333333333%;
}
.col-lg-offset-2 {
margin-left: 16.6666666667%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-4 {
margin-left: 33.3333333333%;
}
.col-lg-offset-5 {
margin-left: 41.6666666667%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-7 {
margin-left: 58.3333333333%;
}
.col-lg-offset-8 {
margin-left: 66.6666666667%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-10 {
margin-left: 83.3333333333%;
}
.col-lg-offset-11 {
margin-left: 91.6666666667%;
}
.col-lg-offset-12 {
margin-left: 100%;
}
}
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 > thead > tr > th,.table > thead > tr > td,.table > tbody > tr > th,.table > tbody > tr > td,.table > tfoot > tr > th,.table > tfoot > tr > td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
border-top: 1px solid transparent;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid transparent;
}
.table > caption + thead > tr:first-child > th,.table > caption + thead > tr:first-child > td,.table > colgroup + thead > tr:first-child > th,.table > colgroup + thead > tr:first-child > td,.table > thead:first-child > tr:first-child > th,.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid transparent;
}
.table .table {
background-color: #fff;
}
.table-condensed > thead > tr > th,.table-condensed > thead > tr > td,.table-condensed > tbody > tr > th,.table-condensed > tbody > tr > td,.table-condensed > tfoot > tr > th,.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid transparent;
}
.table-bordered > thead > tr > th,.table-bordered > thead > tr > td,.table-bordered > tbody > tr > th,.table-bordered > tbody > tr > td,.table-bordered > tfoot > tr > th,.table-bordered > tfoot > tr > td {
border: 1px solid transparent;
}
.table-bordered > thead > tr > th,.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: transparent;
}
.table-hover > tbody > tr:hover {
background-color: #f5f5f5;
}
table col[class*='col-'] {
position: static;
float: none;
display: table-column;
}
table td[class*='col-'],table th[class*='col-'] {
position: static;
float: none;
display: table-cell;
}
.table > thead > tr > td.active,.table > thead > tr > th.active,.table > thead > tr.active > td,.table > thead > tr.active > th,.table > tbody > tr > td.active,.table > tbody > tr > th.active,.table > tbody > tr.active > td,.table > tbody > tr.active > th,.table > tfoot > tr > td.active,.table > tfoot > tr > th.active,.table > tfoot > tr.active > td,.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,.table-hover > tbody > tr > th.active:hover,.table-hover > tbody > tr.active:hover > td,.table-hover > tbody > tr:hover > .active,.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,.table > thead > tr > th.success,.table > thead > tr.success > td,.table > thead > tr.success > th,.table > tbody > tr > td.success,.table > tbody > tr > th.success,.table > tbody > tr.success > td,.table > tbody > tr.success > th,.table > tfoot > tr > td.success,.table > tfoot > tr > th.success,.table > tfoot > tr.success > td,.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,.table-hover > tbody > tr > th.success:hover,.table-hover > tbody > tr.success:hover > td,.table-hover > tbody > tr:hover > .success,.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,.table > thead > tr > th.info,.table > thead > tr.info > td,.table > thead > tr.info > th,.table > tbody > tr > td.info,.table > tbody > tr > th.info,.table > tbody > tr.info > td,.table > tbody > tr.info > th,.table > tfoot > tr > td.info,.table > tfoot > tr > th.info,.table > tfoot > tr.info > td,.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,.table-hover > tbody > tr > th.info:hover,.table-hover > tbody > tr.info:hover > td,.table-hover > tbody > tr:hover > .info,.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,.table > thead > tr > th.warning,.table > thead > tr.warning > td,.table > thead > tr.warning > th,.table > tbody > tr > td.warning,.table > tbody > tr > th.warning,.table > tbody > tr.warning > td,.table > tbody > tr.warning > th,.table > tfoot > tr > td.warning,.table > tfoot > tr > th.warning,.table > tfoot > tr.warning > td,.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,.table-hover > tbody > tr > th.warning:hover,.table-hover > tbody > tr.warning:hover > td,.table-hover > tbody > tr:hover > .warning,.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,.table > thead > tr > th.danger,.table > thead > tr.danger > td,.table > thead > tr.danger > th,.table > tbody > tr > td.danger,.table > tbody > tr > th.danger,.table > tbody > tr.danger > td,.table > tbody > tr.danger > th,.table > tfoot > tr > td.danger,.table > tfoot > tr > th.danger,.table > tfoot > tr.danger > td,.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,.table-hover > tbody > tr > th.danger:hover,.table-hover > tbody > tr.danger:hover > td,.table-hover > tbody > tr:hover > .danger,.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.table-responsive {
overflow-x: auto;
min-height: .01%;
}
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid transparent;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,.table-responsive > .table > thead > tr > td,.table-responsive > .table > tbody > tr > th,.table-responsive > .table > tbody > tr > td,.table-responsive > .table > tfoot > tr > th,.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,.table-responsive > .table-bordered > thead > tr > td:first-child,.table-responsive > .table-bordered > tbody > tr > th:first-child,.table-responsive > .table-bordered > tbody > tr > td:first-child,.table-responsive > .table-bordered > tfoot > tr > th:first-child,.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,.table-responsive > .table-bordered > thead > tr > td:last-child,.table-responsive > .table-bordered > tbody > tr > th:last-child,.table-responsive > .table-bordered > tbody > tr > td:last-child,.table-responsive > .table-bordered > tfoot > tr > th:last-child,.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,.table-responsive > .table-bordered > tbody > tr:last-child > td,.table-responsive > .table-bordered > tfoot > tr:last-child > th,.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
input[type='search'] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type='radio'],input[type='checkbox'] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
input[type='file'] {
display: block;
}
input[type='range'] {
display: block;
width: 100%;
}
select[multiple],select[size] {
height: auto;
}
input[type='file']:focus,input[type='radio']:focus,input[type='checkbox']:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 5px;
font-size: 14px;
line-height: 1.428571429;
color: #9d9d9d;
}
.form-control {
display: block;
width: 100%;
height: 30px;
padding: 4px 10px;
font-size: 14px;
line-height: 1.428571429;
color: #9d9d9d;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999;
}
.form-control::-webkit-input-placeholder {
color: #999;
}
.form-control::-ms-expand {
border: 0;
background-color: transparent;
}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
background-color: #eee;
opacity: 1;
}
.form-control[disabled],fieldset[disabled] .form-control {
cursor: not-allowed;
}
textarea.form-control {
height: auto;
}
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: 30px;
}
input[type='date'].input-sm,.input-group-sm > input[type='date'].form-control,.input-group-sm > input[type='date'].input-group-addon,.input-group-sm > .input-group-btn > input[type='date'].btn,.input-group-sm input[type='date'],input[type='time'].input-sm,.input-group-sm > input[type='time'].form-control,.input-group-sm > input[type='time'].input-group-addon,.input-group-sm > .input-group-btn > input[type='time'].btn,.input-group-sm
input[type='time'],input[type='datetime-local'].input-sm,.input-group-sm > input[type='datetime-local'].form-control,.input-group-sm > input[type='datetime-local'].input-group-addon,.input-group-sm > .input-group-btn > input[type='datetime-local'].btn,.input-group-sm
input[type='datetime-local'],input[type='month'].input-sm,.input-group-sm > input[type='month'].form-control,.input-group-sm > input[type='month'].input-group-addon,.input-group-sm > .input-group-btn > input[type='month'].btn,.input-group-sm
input[type='month'] {
line-height: 30px;
}
input[type='date'].input-lg,.input-group-lg > input[type='date'].form-control,.input-group-lg > input[type='date'].input-group-addon,.input-group-lg > .input-group-btn > input[type='date'].btn,.input-group-lg input[type='date'],input[type='time'].input-lg,.input-group-lg > input[type='time'].form-control,.input-group-lg > input[type='time'].input-group-addon,.input-group-lg > .input-group-btn > input[type='time'].btn,.input-group-lg
input[type='time'],input[type='datetime-local'].input-lg,.input-group-lg > input[type='datetime-local'].form-control,.input-group-lg > input[type='datetime-local'].input-group-addon,.input-group-lg > .input-group-btn > input[type='datetime-local'].btn,.input-group-lg
input[type='datetime-local'],input[type='month'].input-lg,.input-group-lg > input[type='month'].form-control,.input-group-lg > input[type='month'].input-group-addon,.input-group-lg > .input-group-btn > input[type='month'].btn,.input-group-lg
input[type='month'] {
line-height: 46px;
}
}
.form-group {
margin-bottom: 15px;
}
.radio,.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,.checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type='radio'],.radio-inline input[type='radio'],.checkbox input[type='checkbox'],.checkbox-inline input[type='checkbox'] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9;
}
.radio + .radio,.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.radio-inline + .radio-inline,.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type='radio'][disabled],input[type='radio'].disabled,fieldset[disabled] input[type='radio'],input[type='checkbox'][disabled],input[type='checkbox'].disabled,fieldset[disabled]
input[type='checkbox'] {
cursor: not-allowed;
}
.radio-inline.disabled,fieldset[disabled] .radio-inline,.checkbox-inline.disabled,fieldset[disabled]
.checkbox-inline {
cursor: not-allowed;
}
.radio.disabled label,fieldset[disabled] .radio label,.checkbox.disabled label,fieldset[disabled]
.checkbox label {
cursor: not-allowed;
}
.form-control-static {
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 0;
min-height: 34px;
}
.form-control-static.input-lg,.input-group-lg > .form-control-static.form-control,.input-group-lg > .form-control-static.input-group-addon,.input-group-lg > .input-group-btn > .form-control-static.btn,.form-control-static.input-sm,.input-group-sm > .form-control-static.form-control,.input-group-sm > .form-control-static.input-group-addon,.input-group-sm > .input-group-btn > .form-control-static.btn {
padding-left: 0;
padding-right: 0;
}
.input-sm,.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-sm,.input-group-sm > select.form-control,.input-group-sm > select.input-group-addon,.input-group-sm > .input-group-btn > select.btn {
height: 30px;
line-height: 30px;
}
textarea.input-sm,.input-group-sm > textarea.form-control,.input-group-sm > textarea.input-group-addon,.input-group-sm > .input-group-btn > textarea.btn,select[multiple].input-sm,.input-group-sm > select[multiple].form-control,.input-group-sm > select[multiple].input-group-addon,.input-group-sm > .input-group-btn > select[multiple].btn {
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 textarea.form-control,.form-group-sm select[multiple].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,.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: 0;
}
select.input-lg,.input-group-lg > select.form-control,.input-group-lg > select.input-group-addon,.input-group-lg > .input-group-btn > select.btn {
height: 46px;
line-height: 46px;
}
textarea.input-lg,.input-group-lg > textarea.form-control,.input-group-lg > textarea.input-group-addon,.input-group-lg > .input-group-btn > textarea.btn,select[multiple].input-lg,.input-group-lg > select[multiple].form-control,.input-group-lg > select[multiple].input-group-addon,.input-group-lg > .input-group-btn > select[multiple].btn {
height: auto;
}
.form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 0;
}
.form-group-lg select.form-control {
height: 46px;
line-height: 46px;
}
.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control {
height: auto;
}
.form-group-lg .form-control-static {
height: 46px;
min-height: 38px;
padding: 11px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 37.5px;
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback,.input-group-lg > .form-control + .form-control-feedback,.input-group-lg > .input-group-addon + .form-control-feedback,.input-group-lg > .input-group-btn > .btn + .form-control-feedback,.input-group-lg + .form-control-feedback,.form-group-lg .form-control + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.input-sm + .form-control-feedback,.input-group-sm > .form-control + .form-control-feedback,.input-group-sm > .input-group-addon + .form-control-feedback,.input-group-sm > .input-group-btn > .btn + .form-control-feedback,.input-group-sm + .form-control-feedback,.form-group-sm .form-control + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label {
color: #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;
border-color: #3c763d;
background-color: #dff0d8;
}
.has-success .form-control-feedback {
color: #3c763d;
}
.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
color: #8a6d3b;
}
.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede;
}
.has-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: #9c9ea2;
}
@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 .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control {
width: auto;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label,.form-inline .checkbox label {
padding-left: 0;
}
.form-inline .radio input[type='radio'],.form-inline .checkbox input[type='checkbox'] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 5px;
}
.form-horizontal .radio,.form-horizontal .checkbox {
min-height: 25px;
}
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
}
.form-horizontal .form-group:before,.form-horizontal .form-group:after {
content: ' ';
display: table;
}
.form-horizontal .form-group:after {
clear: both;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 5px;
}
}
.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;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 4px 10px;
font-size: 14px;
line-height: 1.428571429;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.btn:focus,.btn.focus,.btn:active:focus,.btn:active.focus,.btn.active:focus,.btn.active.focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,.btn:focus,.btn.focus {
color: #fff;
text-decoration: none;
}
.btn:active,.btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
cursor: not-allowed;
opacity: .65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
a.btn.disabled,fieldset[disabled] a.btn {
pointer-events: none;
}
.btn-default {
color: #fff;
background-color: #6b6957;
border-color: #e2e2e2;
}
.btn-default:focus,.btn-default.focus {
color: #fff;
background-color: #4f4d40;
border-color: #a2a2a2;
}
.btn-default:hover {
color: #fff;
background-color: #4f4d40;
border-color: #c3c3c3;
}
.btn-default:active,.btn-default.active,.open > .btn-default.dropdown-toggle {
color: #fff;
background-color: #4f4d40;
border-color: #c3c3c3;
}
.btn-default:active:hover,.btn-default:active:focus,.btn-default:active.focus,.btn-default.active:hover,.btn-default.active:focus,.btn-default.active.focus,.open > .btn-default.dropdown-toggle:hover,.open > .btn-default.dropdown-toggle:focus,.open > .btn-default.dropdown-toggle.focus {
color: #fff;
background-color: #3b3a30;
border-color: #a2a2a2;
}
.btn-default:active,.btn-default.active,.open > .btn-default.dropdown-toggle {
background-image: none;
}
.btn-default.disabled:hover,.btn-default.disabled:focus,.btn-default.disabled.focus,.btn-default[disabled]:hover,.btn-default[disabled]:focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default:hover,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default.focus {
background-color: #6b6957;
border-color: #e2e2e2;
}
.btn-default .badge {
color: #6b6957;
background-color: #fff;
}
.btn-primary {
color: #5c5e62;
background-color: #fff;
border-color: #5c5e62;
}
.btn-primary:focus,.btn-primary.focus {
color: #5c5e62;
background-color: #e6e6e6;
border-color: #1e1f20;
}
.btn-primary:hover {
color: #5c5e62;
background-color: #e6e6e6;
border-color: #3e4042;
}
.btn-primary:active,.btn-primary.active,.open > .btn-primary.dropdown-toggle {
color: #5c5e62;
background-color: #e6e6e6;
border-color: #3e4042;
}
.btn-primary:active:hover,.btn-primary:active:focus,.btn-primary:active.focus,.btn-primary.active:hover,.btn-primary.active:focus,.btn-primary.active.focus,.open > .btn-primary.dropdown-toggle:hover,.open > .btn-primary.dropdown-toggle:focus,.open > .btn-primary.dropdown-toggle.focus {
color: #5c5e62;
background-color: #d4d4d4;
border-color: #1e1f20;
}
.btn-primary:active,.btn-primary.active,.open > .btn-primary.dropdown-toggle {
background-image: none;
}
.btn-primary.disabled:hover,.btn-primary.disabled:focus,.btn-primary.disabled.focus,.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary.focus {
background-color: #fff;
border-color: #5c5e62;
}
.btn-primary .badge {
color: #fff;
background-color: #5c5e62;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:focus,.btn-success.focus {
color: #fff;
background-color: #449d44;
border-color: #255625;
}
.btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active,.btn-success.active,.open > .btn-success.dropdown-toggle {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active:hover,.btn-success:active:focus,.btn-success:active.focus,.btn-success.active:hover,.btn-success.active:focus,.btn-success.active.focus,.open > .btn-success.dropdown-toggle:hover,.open > .btn-success.dropdown-toggle:focus,.open > .btn-success.dropdown-toggle.focus {
color: #fff;
background-color: #398439;
border-color: #255625;
}
.btn-success:active,.btn-success.active,.open > .btn-success.dropdown-toggle {
background-image: none;
}
.btn-success.disabled:hover,.btn-success.disabled:focus,.btn-success.disabled.focus,.btn-success[disabled]:hover,.btn-success[disabled]:focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success:hover,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success.focus {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #fff;
}
.btn-info {
color: #fff;
background-color: #b0a377;
border-color: #b0a377;
}
.btn-info:focus,.btn-info.focus {
color: #fff;
background-color: #9a8c5a;
border-color: #6a603e;
}
.btn-info:hover {
color: #fff;
background-color: #9a8c5a;
border-color: #948656;
}
.btn-info:active,.btn-info.active,.open > .btn-info.dropdown-toggle {
color: #fff;
background-color: #9a8c5a;
border-color: #948656;
}
.btn-info:active:hover,.btn-info:active:focus,.btn-info:active.focus,.btn-info.active:hover,.btn-info.active:focus,.btn-info.active.focus,.open > .btn-info.dropdown-toggle:hover,.open > .btn-info.dropdown-toggle:focus,.open > .btn-info.dropdown-toggle.focus {
color: #fff;
background-color: #84774d;
border-color: #6a603e;
}
.btn-info:active,.btn-info.active,.open > .btn-info.dropdown-toggle {
background-image: none;
}
.btn-info.disabled:hover,.btn-info.disabled:focus,.btn-info.disabled.focus,.btn-info[disabled]:hover,.btn-info[disabled]:focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info:hover,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info.focus {
background-color: #b0a377;
border-color: #b0a377;
}
.btn-info .badge {
color: #b0a377;
background-color: #fff;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:focus,.btn-warning.focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d;
}
.btn-warning:hover {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active,.btn-warning.active,.open > .btn-warning.dropdown-toggle {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active:hover,.btn-warning:active:focus,.btn-warning:active.focus,.btn-warning.active:hover,.btn-warning.active:focus,.btn-warning.active.focus,.open > .btn-warning.dropdown-toggle:hover,.open > .btn-warning.dropdown-toggle:focus,.open > .btn-warning.dropdown-toggle.focus {
color: #fff;
background-color: #d58512;
border-color: #985f0d;
}
.btn-warning:active,.btn-warning.active,.open > .btn-warning.dropdown-toggle {
background-image: none;
}
.btn-warning.disabled:hover,.btn-warning.disabled:focus,.btn-warning.disabled.focus,.btn-warning[disabled]:hover,.btn-warning[disabled]:focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning:hover,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning.focus {
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 > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active:hover,.btn-danger:active:focus,.btn-danger:active.focus,.btn-danger.active:hover,.btn-danger.active:focus,.btn-danger.active.focus,.open > .btn-danger.dropdown-toggle:hover,.open > .btn-danger.dropdown-toggle:focus,.open > .btn-danger.dropdown-toggle.focus {
color: #fff;
background-color: #ac2925;
border-color: #761c19;
}
.btn-danger:active,.btn-danger.active,.open > .btn-danger.dropdown-toggle {
background-image: none;
}
.btn-danger.disabled:hover,.btn-danger.disabled:focus,.btn-danger.disabled.focus,.btn-danger[disabled]:hover,.btn-danger[disabled]:focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger:hover,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger.focus {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
.btn-link {
color: #5c5e62;
font-weight: normal;
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:hover,.btn-link:focus,.btn-link:active {
border-color: transparent;
}
.btn-link:hover,.btn-link:focus {
color: #37383b;
text-decoration: none;
background-color: transparent;
}
.btn-link[disabled]:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:hover,fieldset[disabled] .btn-link:focus {
color: #777;
text-decoration: none;
}
.btn-lg,.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 0;
}
.btn-sm,.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs,.btn-group-xs > .btn {
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='submit'].btn-block,input[type='reset'].btn-block,input[type='button'].btn-block {
width: 100%;
}
.fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid \9;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropup,.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #252525;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: 0;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.428571429;
color: #5c5e62;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,.dropdown-menu > .active > a:hover,.dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
outline: 0;
background-color: #337ab7;
}
.dropdown-menu > .disabled > a,.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus {
color: #777;
}
.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
left: auto;
right: 0;
}
.dropdown-menu-left {
left: 0;
right: auto;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.428571429;
color: #777;
white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid \9;
content: '';
}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
@media (min-width: 992px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto;
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
.btn-group,.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover,.btn-group > .btn:focus,.btn-group > .btn:active,.btn-group > .btn.active,.btn-group-vertical > .btn:hover,.btn-group-vertical > .btn:focus,.btn-group-vertical > .btn:active,.btn-group-vertical > .btn.active {
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:before,.btn-toolbar:after {
content: ' ';
display: table;
}
.btn-toolbar:after {
clear: both;
}
.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-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group > .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-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle,.btn-group-lg.btn-group > .btn + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn .caret {
margin-left: 0;
}
.btn-lg .caret,.btn-group-lg > .btn .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret,.dropup .btn-group-lg > .btn .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:before,.btn-group-vertical > .btn-group:after {
content: ' ';
display: table;
}
.btn-group-vertical > .btn-group:after {
clear: both;
}
.btn-group-vertical > .btn-group > .btn {
float: none;
}
.btn-group-vertical > .btn + .btn,.btn-group-vertical > .btn + .btn-group,.btn-group-vertical > .btn-group + .btn,.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 0;
border-top-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-right-radius: 0;
border-top-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.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-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified > .btn,.btn-group-justified > .btn-group {
float: none;
display: table-cell;
width: 1%;
}
.btn-group-justified > .btn-group .btn {
width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
left: auto;
}
[data-toggle='buttons'] > .btn input[type='radio'],[data-toggle='buttons'] > .btn input[type='checkbox'],[data-toggle='buttons'] > .btn-group > .btn input[type='radio'],[data-toggle='buttons'] > .btn-group > .btn input[type='checkbox'] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group[class*='col-'] {
float: none;
padding-left: 0;
padding-right: 0;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.input-group .form-control:focus {
z-index: 3;
}
.input-group-addon,.input-group-btn,.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon,.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.input-group-addon {
padding: 4px 10px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #9d9d9d;
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 0;
}
.input-group-addon.input-sm,.input-group-sm > .input-group-addon,.input-group-sm > .input-group-btn > .input-group-addon.btn {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.input-group-addon.input-lg,.input-group-lg > .input-group-addon,.input-group-lg > .input-group-btn > .input-group-addon.btn {
padding: 10px 16px;
font-size: 18px;
border-radius: 0;
}
.input-group-addon input[type='radio'],.input-group-addon input[type='checkbox'] {
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:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.input-group-addon:first-child {
border-right: 0;
}
.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child > .btn,.input-group-btn:last-child > .btn-group > .btn,.input-group-btn:last-child > .dropdown-toggle,.input-group-btn:first-child > .btn:not(:first-child),.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-bottom-left-radius: 0;
border-top-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:hover,.input-group-btn > .btn:focus,.input-group-btn > .btn:active {
z-index: 2;
}
.input-group-btn:first-child > .btn,.input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.input-group-btn:last-child > .btn,.input-group-btn:last-child > .btn-group {
z-index: 2;
margin-left: -1px;
}
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.nav:before,.nav:after {
content: ' ';
display: table;
}
.nav:after {
clear: both;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.nav > li > a:hover,.nav > li > a:focus {
text-decoration: none;
background-color: #eee;
}
.nav > li.disabled > a {
color: #777;
}
.nav > li.disabled > a:hover,.nav > li.disabled > a:focus {
color: #777;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
.nav .open > a,.nav .open > a:hover,.nav .open > a:focus {
background-color: #eee;
border-color: #5c5e62;
}
.nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid transparent;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.428571429;
border: 1px solid transparent;
border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
border-color: #eee #eee transparent;
}
.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus {
color: #9d9d9d;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default;
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 0;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a,.nav-pills > li.active > a:hover,.nav-pills > li.active > a:focus {
color: #fff;
background-color: #337ab7;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified,.nav-tabs.nav-justified {
width: 100%;
}
.nav-justified > li,.nav-tabs.nav-justified > li {
float: none;
}
.nav-justified > li > a,.nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-justified > li,.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a,.nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified,.nav-tabs.nav-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a,.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 0;
}
.nav-tabs-justified > .active > a,.nav-tabs.nav-justified > .active > a,.nav-tabs-justified > .active > a:hover,.nav-tabs.nav-justified > .active > a:hover,.nav-tabs-justified > .active > a:focus,.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a,.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 0 0 0 0;
}
.nav-tabs-justified > .active > a,.nav-tabs.nav-justified > .active > a,.nav-tabs-justified > .active > a:hover,.nav-tabs.nav-justified > .active > a:hover,.nav-tabs-justified > .active > a:focus,.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
}
.navbar:before,.navbar:after {
content: ' ';
display: table;
}
.navbar:after {
clear: both;
}
@media (min-width: 992px) {
.navbar {
border-radius: 0;
}
}
.navbar-header:before,.navbar-header:after {
content: ' ';
display: table;
}
.navbar-header:after {
clear: both;
}
@media (min-width: 992px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
-webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,.navbar-collapse:after {
content: ' ';
display: table;
}
.navbar-collapse:after {
clear: both;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 992px) {
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
}
.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
max-height: 200px;
}
}
.container > .navbar-header,.container > .navbar-collapse,.container-fluid > .navbar-header,.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 992px) {
.container > .navbar-header,.container > .navbar-collapse,.container-fluid > .navbar-header,.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 992px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-fixed-top,.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 992px) {
.navbar-fixed-top,.navbar-fixed-bottom {
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;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
height: 50px;
}
.navbar-brand:hover,.navbar-brand:focus {
text-decoration: none;
}
.navbar-brand > img {
display: block;
}
@media (min-width: 992px) {
.navbar > .container .navbar-brand,.navbar > .container-fluid .navbar-brand {
margin-left: -15px;
}
}
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 0;
}
.navbar-toggle:focus {
outline: 0;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 992px) {
.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: 991px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 992px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px;
}
}
.navbar-form {
margin-left: -15px;
margin-right: -15px;
padding: 10px 15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
margin-top: 10px;
margin-bottom: 10px;
}
@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 .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control {
width: auto;
}
.navbar-form .input-group > .form-control {
width: 100%;
}
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio,.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio label,.navbar-form .checkbox label {
padding-left: 0;
}
.navbar-form .radio input[type='radio'],.navbar-form .checkbox input[type='checkbox'] {
position: relative;
margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 991px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
margin-bottom: 0;
}
}
@media (min-width: 992px) {
.navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-btn {
margin-top: 10px;
margin-bottom: 10px;
}
.navbar-btn.btn-sm,.btn-group-sm > .navbar-btn.btn {
margin-top: 10px;
margin-bottom: 10px;
}
.navbar-btn.btn-xs,.btn-group-xs > .navbar-btn.btn {
margin-top: 14px;
margin-bottom: 14px;
}
.navbar-text {
margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 992px) {
.navbar-text {
float: left;
margin-left: 15px;
margin-right: 15px;
}
}
@media (min-width: 992px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
margin-right: -15px;
}
.navbar-right ~ .navbar-right {
margin-right: 0;
}
}
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
color: #fff;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus {
color: #e6e6e6;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #fff;
}
.navbar-default .navbar-nav > li > a {
color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus {
color: #fff;
background-color: #202020;
}
.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus {
color: #fff;
background-color: #202020;
}
.navbar-default .navbar-nav > .disabled > a,.navbar-default .navbar-nav > .disabled > a:hover,.navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888;
}
.navbar-default .navbar-collapse,.navbar-default .navbar-form {
border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:hover,.navbar-default .navbar-nav > .open > a:focus {
background-color: #202020;
color: #fff;
}
@media (max-width: 991px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: #202020;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #202020;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #fff;
}
.navbar-default .navbar-link:hover {
color: #fff;
}
.navbar-default .btn-link {
color: #fff;
}
.navbar-default .btn-link:hover,.navbar-default .btn-link:focus {
color: #fff;
}
.navbar-default .btn-link[disabled]:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:hover,fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc;
}
.navbar-inverse {
background-color: #222;
border-color: #090909;
}
.navbar-inverse .navbar-brand {
color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,.navbar-inverse .navbar-nav > .active > a:hover,.navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,.navbar-inverse .navbar-nav > .disabled > a:hover,.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,.navbar-inverse .navbar-nav > .open > a:hover,.navbar-inverse .navbar-nav > .open > a:focus {
background-color: #090909;
color: #fff;
}
@media (max-width: 991px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
color: #fff;
}
.navbar-inverse .btn-link {
color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus {
color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:hover,fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444;
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 0;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
content: '/ ';
padding: 0 5px;
color: #ccc;
}
.breadcrumb > .active {
color: #777;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 0;
}
.pagination > li {
display: inline;
}
.pagination > li > a,.pagination > li > span {
position: relative;
float: left;
padding: 4px 10px;
line-height: 1.428571429;
text-decoration: none;
color: #5c5e62;
background-color: #f8f8f8;
border: 1px solid #ddd;
margin-left: -1px;
}
.pagination > li:first-child > a,.pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.pagination > li:last-child > a,.pagination > li:last-child > span {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.pagination > li > a:hover,.pagination > li > a:focus,.pagination > li > span:hover,.pagination > li > span:focus {
z-index: 2;
color: #fff;
background-color: #b0a377;
border-color: #b0a377;
}
.pagination > .active > a,.pagination > .active > a:hover,.pagination > .active > a:focus,.pagination > .active > span,.pagination > .active > span:hover,.pagination > .active > span:focus {
z-index: 3;
color: #fff;
background-color: #b0a377;
border-color: #b0a377;
cursor: default;
}
.pagination > .disabled > span,.pagination > .disabled > span:hover,.pagination > .disabled > span:focus,.pagination > .disabled > a,.pagination > .disabled > a:hover,.pagination > .disabled > a:focus {
color: #777;
background-color: #fff;
border-color: #ddd;
cursor: not-allowed;
}
.pagination-lg > li > a,.pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,.pagination-lg > li:first-child > span {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,.pagination-lg > li:last-child > span {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.pagination-sm > li > a,.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
}
.pagination-sm > li:first-child > a,.pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,.pagination-sm > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.pager {
padding-left: 0;
margin: 20px 0;
list-style: none;
text-align: center;
}
.pager:before,.pager:after {
content: ' ';
display: table;
}
.pager:after {
clear: both;
}
.pager li {
display: inline;
}
.pager li > a,.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #f8f8f8;
border: 1px solid #ddd;
border-radius: 15px;
}
.pager li > a:hover,.pager li > a:focus {
text-decoration: none;
background-color: #b0a377;
}
.pager .next > a,.pager .next > span {
float: right;
}
.pager .previous > a,.pager .previous > span {
float: left;
}
.pager .disabled > a,.pager .disabled > a:hover,.pager .disabled > a:focus,.pager .disabled > span {
color: #777;
background-color: #f8f8f8;
cursor: not-allowed;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -1px;
}
a.label:hover,a.label:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.label-default {
background-color: #777;
}
.label-default[href]:hover,.label-default[href]:focus {
background-color: #5e5e5e;
}
.label-primary {
background-color: #337ab7;
}
.label-primary[href]:hover,.label-primary[href]:focus {
background-color: #286090;
}
.label-success {
background-color: #5cb85c;
}
.label-success[href]:hover,.label-success[href]:focus {
background-color: #449d44;
}
.label-info {
background-color: #5bc0de;
}
.label-info[href]:hover,.label-info[href]:focus {
background-color: #31b0d5;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:hover,.label-warning[href]:focus {
background-color: #ec971f;
}
.label-danger {
background-color: #d9534f;
}
.label-danger[href]:hover,.label-danger[href]:focus {
background-color: #c9302c;
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
color: #fff;
line-height: 1;
vertical-align: middle;
white-space: nowrap;
text-align: center;
background-color: #777;
border-radius: 10px;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.btn-xs .badge,.btn-group-xs > .btn .badge,.btn-group-xs > .btn .badge {
top: 0;
padding: 1px 5px;
}
.list-group-item.active > .badge,.nav-pills > .active > a > .badge {
color: #5c5e62;
background-color: #fff;
}
.list-group-item > .badge {
float: right;
}
.list-group-item > .badge + .badge {
margin-right: 5px;
}
.nav-pills > li > a > .badge {
margin-left: 3px;
}
a.badge:hover,a.badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.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 {
border-radius: 0;
padding-left: 15px;
padding-right: 15px;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
.container .jumbotron,.container-fluid .jumbotron {
padding-left: 60px;
padding-right: 60px;
}
.jumbotron h1,.jumbotron .h1 {
font-size: 63px;
}
}
.thumbnail {
display: block;
padding: 10px;
margin-bottom: 20px;
line-height: 1.428571429;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 0;
-webkit-transition: border .2s ease-in-out;
-o-transition: border .2s ease-in-out;
transition: border .2s ease-in-out;
}
.thumbnail > img,.thumbnail a > img {
display: block;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
}
.thumbnail .caption {
padding: 9px;
color: #5c5e62;
}
a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active {
border-color: #5c5e62;
}
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 0;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable,.alert-dismissible {
padding-right: 35px;
}
.alert-dismissable .close,.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
}
.alert-warning hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
color: #66512c;
}
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.alert-danger hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.progress {
overflow: hidden;
height: 20px;
margin-bottom: 20px;
background-color: #f5f5f5;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #b0a377;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
-webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;
}
.progress-striped .progress-bar,.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.progress.active .progress-bar,.progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, 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 {
zoom: 1;
overflow: hidden;
}
.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-left,.media-right,.media-body {
display: table-cell;
vertical-align: top;
}
.media-middle {
vertical-align: middle;
}
.media-bottom {
vertical-align: bottom;
}
.media-heading {
margin-top: 0;
margin-bottom: 5px;
}
.media-list {
padding-left: 0;
list-style: none;
}
.list-group {
margin-bottom: 20px;
padding-left: 0;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
}
.list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
a.list-group-item,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:hover,a.list-group-item:focus,button.list-group-item:hover,button.list-group-item:focus {
text-decoration: none;
color: #555;
background-color: #f5f5f5;
}
button.list-group-item {
width: 100%;
text-align: left;
}
.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus {
background-color: #eee;
color: #777;
cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text {
color: #777;
}
.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading > small,.list-group-item.active .list-group-item-heading > .small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading > small,.list-group-item.active:hover .list-group-item-heading > .small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading > small,.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text {
color: #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:hover,a.list-group-item-success:focus,button.list-group-item-success:hover,button.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active,button.list-group-item-success.active:hover,button.list-group-item-success.active:focus {
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:hover,a.list-group-item-info:focus,button.list-group-item-info:hover,button.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active,button.list-group-item-info.active:hover,button.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
a.list-group-item-warning,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:hover,a.list-group-item-warning:focus,button.list-group-item-warning:hover,button.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active,button.list-group-item-warning.active:hover,button.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
a.list-group-item-danger,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:hover,a.list-group-item-danger:focus,button.list-group-item-danger:hover,button.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active,button.list-group-item-danger.active:hover,button.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442;
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 0;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
padding: 15px;
}
.panel-body:before,.panel-body:after {
content: ' ';
display: table;
}
.panel-body:after {
clear: both;
}
.panel-heading {
padding: 0;
border-bottom: 1px solid transparent;
border-top-right-radius: -1;
border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
}
.panel-title > a,.panel-title > small,.panel-title > .small,.panel-title > small > a,.panel-title > .small > a {
color: inherit;
}
.panel-footer {
padding: 0;
background-color: #f5f5f5;
border-top: 1px solid transparent;
border-bottom-right-radius: -1;
border-bottom-left-radius: -1;
}
.panel > .list-group,.panel > .panel-collapse > .list-group {
margin-bottom: 0;
}
.panel > .list-group .list-group-item,.panel > .panel-collapse > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: -1;
border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: -1;
border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.list-group + .panel-footer {
border-top-width: 0;
}
.panel > .table,.panel > .table-responsive > .table,.panel > .panel-collapse > .table {
margin-bottom: 0;
}
.panel > .table caption,.panel > .table-responsive > .table caption,.panel > .panel-collapse > .table caption {
padding-left: 15px;
padding-right: 15px;
}
.panel > .table:first-child,.panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: -1;
border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: -1;
border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: -1;
}
.panel > .table:last-child,.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: -1;
border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-left-radius: -1;
border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,.panel > .panel-body + .table-responsive,.panel > .table + .panel-body,.panel > .table-responsive + .panel-body {
border-top: 1px solid transparent;
}
.panel > .table > tbody:first-child > tr:first-child th,.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.panel > .table-bordered,.panel > .table-responsive > .table-bordered {
border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,.panel > .table-bordered > thead > tr > td:first-child,.panel > .table-bordered > tbody > tr > th:first-child,.panel > .table-bordered > tbody > tr > td:first-child,.panel > .table-bordered > tfoot > tr > th:first-child,.panel > .table-bordered > tfoot > tr > td:first-child,.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,.panel > .table-bordered > thead > tr > td:last-child,.panel > .table-bordered > tbody > tr > th:last-child,.panel > .table-bordered > tbody > tr > td:last-child,.panel > .table-bordered > tfoot > tr > th:last-child,.panel > .table-bordered > tfoot > tr > td:last-child,.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,.panel > .table-bordered > thead > tr:first-child > th,.panel > .table-bordered > tbody > tr:first-child > td,.panel > .table-bordered > tbody > tr:first-child > th,.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,.panel > .table-bordered > tbody > tr:last-child > th,.panel > .table-bordered > tfoot > tr:last-child > td,.panel > .table-bordered > tfoot > tr:last-child > th,.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.panel > .table-responsive {
border: 0;
margin-bottom: 0;
}
.panel-group {
margin-bottom: 20px;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 0;
}
.panel-group .panel + .panel {
margin-top: 5px;
}
.panel-group .panel-heading {
border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,.panel-group .panel-heading + .panel-collapse > .list-group {
border-top: 1px solid transparent;
}
.panel-group .panel-footer {
border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid transparent;
}
.panel-default {
border-color: #ddd;
}
.panel-default > .panel-heading {
color: #333;
background-color: none;
border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
color: none;
background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd;
}
.panel-primary {
border-color: #337ab7;
}
.panel-primary > .panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
color: #337ab7;
background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #337ab7;
}
.panel-success {
border-color: #d6e9c6;
}
.panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6;
}
.panel-info {
border-color: #bce8f1;
}
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1;
}
.panel-warning {
border-color: #faebcc;
}
.panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc;
}
.panel-danger {
border-color: #ebccd1;
}
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1;
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
}
.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
padding-bottom: 75%;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, .15);
}
.well-lg {
padding: 24px;
border-radius: 0;
}
.well-sm {
padding: 9px;
border-radius: 3px;
}
.close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .2;
filter: alpha(opacity=20);
}
.close:hover,.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: .5;
filter: alpha(opacity=50);
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.modal-open {
overflow: hidden;
}
.modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform .3s ease-out;
-moz-transition: -moz-transform .3s ease-out;
-o-transition: -o-transform .3s ease-out;
transition: transform .3s ease-out;
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #fff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
background-clip: padding-box;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.in {
opacity: .5;
filter: alpha(opacity=50);
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.modal-header:before,.modal-header:after {
content: ' ';
display: table;
}
.modal-header:after {
clear: both;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.428571429;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer:before,.modal-footer:after {
content: ' ';
display: table;
}
.modal-footer:after {
clear: both;
}
.modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 900px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.428571429;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 12px;
opacity: 0;
filter: alpha(opacity=0);
}
.tooltip.in {
opacity: .9;
filter: alpha(opacity=90);
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #5c5e62;
border-radius: 0;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #5c5e62;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #5c5e62;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #5c5e62;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #5c5e62;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #5c5e62;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #5c5e62;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #5c5e62;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #5c5e62;
}
.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-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.428571429;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 14px;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 0;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 14px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: -1 -1 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover > .arrow,.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow:after {
border-width: 10px;
content: '';
}
.popover.top > .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999;
border-top-color: rgba(0, 0, 0, .25);
bottom: -11px;
}
.popover.top > .arrow:after {
content: ' ';
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #fff;
}
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999;
border-right-color: rgba(0, 0, 0, .25);
}
.popover.right > .arrow:after {
content: ' ';
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #fff;
}
.popover.bottom > .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999;
border-bottom-color: rgba(0, 0, 0, .25);
top: -11px;
}
.popover.bottom > .arrow:after {
content: ' ';
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #fff;
}
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999;
border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
content: ' ';
right: 1px;
border-right-width: 0;
border-left-color: #fff;
bottom: -10px;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: .6s ease-in-out left;
-o-transition: .6s ease-in-out left;
transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
-webkit-transition: -webkit-transform .6s ease-in-out;
-moz-transition: -moz-transform .6s ease-in-out;
-o-transition: -o-transform .6s ease-in-out;
transition: transform .6s ease-in-out;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
perspective: 1000px;
}
.carousel-inner > .item.next,.carousel-inner > .item.active.right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
left: 0;
}
.carousel-inner > .item.prev,.carousel-inner > .item.active.left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0;
}
.carousel-inner > .item.next.left,.carousel-inner > .item.prev.right,.carousel-inner > .item.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
left: 0;
}
}
.carousel-inner > .active,.carousel-inner > .next,.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: .5;
filter: alpha(opacity=50);
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
background-color: transparent;
}
.carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
left: auto;
right: 0;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,.carousel-control:focus {
outline: 0;
color: #fff;
text-decoration: none;
opacity: .9;
filter: alpha(opacity=90);
}
.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
margin-top: -10px;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.carousel-control .icon-prev,.carousel-control .icon-next {
width: 20px;
height: 20px;
line-height: 1;
font-family: serif;
}
.carousel-control .icon-prev:before {
content: '\2039';
}
.carousel-control .icon-next:before {
content: '\203a';
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #fff;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: transparent;
}
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #fff;
}
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
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-prev,.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -10px;
font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
margin-right: -10px;
}
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.clearfix:before,.clearfix:after {
content: ' ';
display: table;
}
.clearfix:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs {
display: none !important;
}
.visible-sm {
display: none !important;
}
.visible-md {
display: none !important;
}
.visible-lg {
display: none !important;
}
.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table !important;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table !important;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1229px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table !important;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1229px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1229px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1229px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1230px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table !important;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1230px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1230px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1230px) {
.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: 1229px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1230px) {
.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;
}
th.visible-print,td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
} .owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} .grabbing { 
cursor:url(//akangau.com/wp-content/themes/akangau/vendors/owl-carousel/grabbing.png) 8 8, move;
} .owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
}
.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020;
}
.fancybox-skin {
position: relative;
background: #f9f9f9;
color: #444;
text-shadow: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.fancybox-opened {
z-index: 8030;
}
.fancybox-opened .fancybox-skin {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
position: relative;
}
.fancybox-inner {
overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
}
.fancybox-error {
color: #444;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0;
padding: 15px;
white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}
.fancybox-image {
max-width: 100%;
max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(//akangau.com/wp-content/themes/akangau/vendors/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}
#fancybox-loading div {
width: 44px;
height: 44px;
background: url(//akangau.com/wp-content/themes/akangau/vendors/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
}
.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: transparent url(//akangau.com/wp-content/themes/akangau/vendors/fancybox/blank.gif); -webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 8040;
}
.fancybox-prev {
left: 0;
}
.fancybox-next {
right: 0;
}
.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden;
}
.fancybox-prev span {
left: 10px;
background-position: 0 -36px;
}
.fancybox-next span {
right: 10px;
background-position: 0 -72px;
}
.fancybox-nav:hover span {
visibility: visible;
}
.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
} .fancybox-lock {
overflow: hidden !important;
width: auto;
}
.fancybox-lock body {
overflow: hidden !important;
}
.fancybox-lock-test {
overflow-y: hidden !important;
}
.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 8010;
background: url(//akangau.com/wp-content/themes/akangau/vendors/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}
.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: scroll;
} .fancybox-title {
visibility: hidden;
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
position: relative;
text-shadow: none;
z-index: 8050;
}
.fancybox-opened .fancybox-title {
visibility: visible;
}
.fancybox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
text-align: center;
}
.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent; background: rgba(0, 0, 0, 0.8);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}
.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}
.fancybox-title-inside-wrap {
padding-top: 10px;
}
.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, .8);
} @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(//akangau.com/wp-content/themes/akangau/vendors/fancybox/fancybox_sprite@2x.png);
background-size: 44px 152px; }
#fancybox-loading div {
background-image: url(//akangau.com/wp-content/themes/akangau/vendors/fancybox/fancybox_loading@2x.gif);
background-size: 24px 24px; }
}.owl-theme .owl-controls{
margin-top: 10px;
text-align: center;
} .owl-theme .owl-controls .owl-buttons div{
color: #FFF;
display: inline-block;
zoom: 1;
*display: inline; margin: 5px;
padding: 3px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background: #869791;
filter: Alpha(Opacity=50); opacity: 0.5;
}  .owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100); opacity: 1;
text-decoration: none;
} .owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-controls .owl-page span{
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50); opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100); opacity: 1;
} .owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
} .owl-item.loading{
min-height: 150px;
background: url(//akangau.com/wp-content/themes/akangau/vendors/owl-carousel/AjaxLoader.gif) no-repeat center center
}@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,100italic,100,400italic,500,500italic,700,700italic,900,900italic");
.default-list,
.cart-list,
.top-user-panel,
.top-right-panel,
.side-list,
.testimonial-holder .owl-pagination,
.dropdown-menu ul,
.feature-block ul,
.gallery-list,
.breadcrumbs ul,
.pagination-wrap .pagination,
.article .ico-action,
.article .ico-list,
.meta-article .ico-action,
.meta-article .ico-list,
.list-view .article .ico-list,
.star-rating,
.social-networks,
.booking-form .option,
.twocol-form .option,
.trip-detail .img-list,
.reviews-info,
.reviews-info .ico-list,
.content-list ul,
.search-form .ui-autocomplete,
.footer-nav ul,
.social-wrap,
.payment-option,
.demo-feature-list,
.material-icons-list {
list-style: none;
margin: 0;
padding: 0;
}
.gallery-list:after,
.filter-option:after,
.article:after,
.article .thumbnail:after,
.list-view .article .info-footer:after,
.recent-block footer:after,
.bar-holder:after,
.reviews-info > li:after,
.nav-wrap:after,
.contact-form .form-group:after,
.cart-option:after,
.footer-holder:after {
content: '';
display: block;
clear: both;
}
.wraper{
max-width: 1024px !important;
margin:0 auto;
float: none !important;
}
.row-separator{ }
.comunidades h2{
margin-top: 0;
}
.trip-detail .detail .img-list,
.tab-container .nav-tabs {
text-align: justify;
line-height: 0;
}
.trip-detail .detail .img-list > *,
.tab-container .nav-tabs > * {
display: inline-block;
vertical-align: top;
text-align: left;
line-height: inherit;
}
.trip-detail .detail .img-list:after,
.tab-container .nav-tabs:after {
content: '';
width: 100%;
display: inline-block;
vertical-align: top;
}
.gallery-list .hover,
.gallery-list a,
.btn,
.recent-block.recent-wide-thumbnail .thumbnail,
.social-wrap {
-webkit-transition: all .3s linear;
transition: all .3s linear;
}
body{
background-color: #fd9a00;
}
#main{
margin: 0 auto;
background-color: #fff;
overflow: hidden;
} html,
body {
height: 100%;
}
body {
min-width: 320px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: none;
}
img {
max-width: 100%;
height: auto;
}
video {
width: 100%;
max-width: 100%;
height: auto;
vertical-align: top;
} input[type='text'],
input[type='search'],
input[type='password'],
input[type='submit'],
input[type='reset'],
button,
textarea,
input[type='email'] {
-webkit-appearance: none;
border-radius: 0;
}
iframe {
vertical-align: top;
}
a {
outline: none !important;
}
.form-group {
margin-bottom: 30px;
} #wrapper {
width: 100%;
overflow: hidden;
height: 100%;
display: table;
position: relative;
table-layout: fixed;
}
.page-wrapper {
position: relative;
}
.layout-fluid {
max-width: 1600px;
}
.form-control {
border: 2px solid #f8f8f8;
height: 37px;
font-size: 14px;
line-height: 18px;
box-shadow: none;
outline: none;
font-weight: 400;
}
.form-control::-webkit-input-placeholder {
color: #5c5e62;
}
.form-control:-moz-placeholder {
color: #5c5e62;
}
.form-control::-moz-placeholder {
color: #5c5e62;
}
.form-control:-ms-input-placeholder {
color: #5c5e62;
}
.form-control:focus {
border-color: #dfdfdf;
box-shadow: none;
}
.bg-quarter-spanish-white {
background: #f8f0de;
} .has-overlay {
position: relative;
}
.has-overlay:before {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background: rgba(0, 0, 0, .65);
}
.has-overlay.has-overlay-dark:before {
background: rgba(0, 0, 0, .85);
} .bg-stretch {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
overflow: hidden;
z-index: 1;
}
.bg-stretch img {
max-width: none;
width: 100%;
height: 100%;
}
img {
vertical-align: top;
-webkit-backface-visibility: hidden;
}
.blog-full-width .img-wrap img {
width: 100%;
}
.blog-full-width #content {
float: none;
} #content {
margin-bottom: 50px;
}
.content-inner {
padding: 45px 0;
}
.content-both-sidebar #sidebar,
.content-both-sidebar #sidebar-right {
max-width: 500px;
margin-left: auto;
margin-right: auto;
}
.content-both-sidebar #content {
margin-top: 30px;
}
.default-list li {
display: inline-block;
vertical-align: top;
padding: 0 10px 10px;
}
.common-spacing {
padding-top: 60px;
padding-bottom: 60px;
} .resize-active * {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
} .touch-device-detected .parallax {
background-attachment: scroll;
background-position: 50% 50% !important;
} .has-border {
border: 8px solid #e2e2e2;
} .text-white {
color: #fff;
} body {
font: 1.4em/1.71428571 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
.h3,
h4 {
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #fd9a00;
margin: 0 0 15px;
}
h2{
margin-top: 30px;
}
h1 {
font-size: 2.571428em;
}
h2 {
font-weight: 700;
font-size: 1.2857em;
letter-spacing: 1px;
}
h3,
.h3 {
font-size: 1.142857em;
font-weight: normal;
}
h2.title-heading,
h3.title-heading {
font-weight: 400;
letter-spacing: .02em;
}
h2.intro-heading,
h3.intro-heading {
font-size: 1.71428em;
letter-spacing: 0;
font-weight: 400;
margin-bottom: 15px;
}
h1.small-size {
font-size: 1.71428em;
letter-spacing: 2px;
text-transform: capitalize;
}
h2.small-space,
h3.small-space {
margin-bottom: 5px;
}
h2.no-space,
h3.no-space {
margin-bottom: 0;
}
h2.small-size {
font-size: 1.143em;
line-height: 1.2;
}
h1.content-main-heading,
h2.content-main-heading {
font-size: 1.714285em;
letter-spacing: 1px;
margin: 0 0 30px;
}
p.intro {
font-size: 1em;
margin-bottom: 35px;
}
p.special-text {
font-size: 1.5em;
font-weight: 300;
text-align: center;
letter-spacing: .035em;
margin: 0;
}
p.special-text strong {
font-weight: 700;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
p.special-text a {
color: #fff;
display: inline-block;
}
blockquote {
border: none;
font-size: 1.428571em;
line-height: 1.2;
font-style: italic;
font-weight: normal;
margin: 0;
padding: 0;
quotes: none;
}
blockquote cite {
text-transform: uppercase;
letter-spacing: 2px;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 700;
font-style: normal;
}
blockquote.testimonial-quote {
font-style: normal;
font-size: 1em;
line-height: 1.6;
}
blockquote.normal {
font-size: 1.28571em;
}
.main-heading {
letter-spacing: 2px;
text-transform: uppercase;
}
.main-subtitle {
font-size: 1.371428em;
line-height: 1.25;
font-weight: 300;
font-style: italic;
letter-spacing: .04em;
}
.content-title {
display: block;
font-size: 1.143em;
margin: 0 0 10px;
text-transform: capitalize;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 400;
}
.info-title {
font-size: 1em;
font-style: italic;
font-weight: normal;
}
.inner-main-heading {
font-size: 2.571em;
line-height: 1.2;
font-weight: normal;
text-transform: capitalize;
} .preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
white-space: nowrap;
text-align: center;
background: #f8f8f8;
z-index: 99;
-webkit-transition: all linear .3s;
transition: all linear .3s;
background-color: #474d4b;
}
.preloader:before {
content: '';
display: inline-block;
vertical-align: middle;
height: 100%;
margin-right: -.25em;
}
.preloader.loaded {
opacity: 0;
visibility: hidden;
z-index: -1;
}
.preloader .holder {
display: inline-block;
vertical-align: middle;
white-space: normal;
} .coffee_cup {
width: 40px;
height: 50px;
border: 2px #6b6957 solid;
border-radius: 0 0 5px 5px;
position: relative;
margin: 36px auto;
}
.coffee_cup:after,
.coffee_cup:before {
position: absolute;
content: '';
}
.coffee_cup:after {
width: 10px;
height: 20px;
border: 2px #6b6957 solid;
border-left: none;
border-radius: 0 20px 20px 0;
left: 40px;
top: 5px;
}
.coffee_cup:before {
width: 3px;
height: 10px;
background-color: #6b6957;
top: -16px;
left: 12px;
box-shadow: 5px 0 0 0 #6b6957,
5px -5px 0 0 #6b6957,
10px 0 0 0 #6b6957;
-webkit-animation: steam 700ms linear infinite alternate;
animation: steam 700ms linear infinite alternate;
}  #header {
position: relative;
z-index: 10;
background: transparent;
-webkit-transition: all .2s linear;
transition: all .2s linear;
min-width: 320px;
border-top: 1px solid #fd9a00;
}  .logo {
padding: 21px 0;
text-align: center;
position: relative;
margin: 0 90px;
z-index: 9;
-webkit-transition: all .2s linear;
transition: all .2s linear;
}
.logo .gray-logo {
display: none;
}
.logo:before {
content: '';
display: inline-block;
vertical-align: middle;
height: 100%;
margin-right: -.25em;
}
.logo a {
display: inline-block;
vertical-align: middle;
width: 100px;
-webkit-transition: all .2s linear;
transition: all .2s linear;
}
.cart-wrap .footer {
padding: 20px 0;
overflow: hidden;
}
.cart-wrap .footer .btn {
float: right;
padding: 2px 20px;
margin-left: 5px;
}
.cart-wrap .footer .btn:hover {
color: #fff;
}
.cart-wrap .total {
color: #adadad;
font-size: 16px;
line-height: 18px;
font-weight: 700;
display: inline-block;
vertical-align: middle;
padding-top: 2px;
} .cart-list li {
overflow: hidden;
padding: 10px 0;
border-bottom: 1px solid #181818;
}
.cart-list li:hover {
-webkit-transition: color .2s linear;
transition: color .2s linear;
}
.cart-list .img {
float: left;
width: 40px;
margin: 5px 10px 0 0;
}
.cart-list .img a {
display: block;
border: 2px solid #fff;
-webkit-transition: border .2s linear;
transition: border .2s linear;
}
.cart-list .img a:hover {
border-color: #adadad;
}
.cart-list .text-holder {
overflow: hidden;
}
.cart-list .amount {
float: right;
margin-left: 10px;
}
.cart-list .text-wrap {
overflow: hidden;
}
.cart-list .name {
display: block;
font-weight: 400;
text-transform: uppercase;
}
.cart-list .name a {
display: inline-block;
color: #9d9d9d;
-webkit-transition: color .2s linear;
transition: color .2s linear;
}
.cart-list .price {
display: block;
}  .default-page #header.default-white-header,
#header.default-white-header {
background: #f8f8f8;
}
.default-page #header.default-white-header.fixed-position,
#header.default-white-header.fixed-position {
background: #f8f8f8;
}
.default-page #header.default-white-header .logo,
#header.default-white-header .logo {
border-right-color: #eaeaea;
}
.default-page #header.default-white-header .logo .normal,
#header.default-white-header .logo .normal {
display: none;
}
.default-page #header.default-white-header .logo .gray-logo,
#header.default-white-header .logo .gray-logo {
display: block;
}
.default-page #header.default-white-header .search-form .search-opener,
#header.default-white-header .search-form .search-opener {
color: #5c5e62;
}
.default-page #header.default-white-header .search-form .search-opener:hover,
#header.default-white-header .search-form .search-opener:hover {
color: #000;
}
.default-page #header.default-white-header .search-form .search-opener.close,
#header.default-white-header .search-form .search-opener.close {
color: #fff;
}
.default-page #header.default-white-header .navbar-default .navbar-nav > li > a,
#header.default-white-header .navbar-default .navbar-nav > li > a {
color: #fff;
}
.default-page #header.default-white-header .navbar-default .nav-opener .icon-bar,
#header.default-white-header .navbar-default .nav-opener .icon-bar {
background: #5c5e62;
border-color: #5c5e62;
}
.covid-menu{
background: none !important;
}
.covid-menu a{
display: inline-block !important;
margin-left: 2px;
}
.covid-menu:before{
content: '!';
display: inline-block;
width: 15px;
height: 15px;
text-align: center;
border-radius: 100%;
background-color: yellow;
color: #000;
line-height: 16px;
}
.covid-nineteen .content-heading{
display: none;
} .header-top {
background: #292929;
padding: 10px;
position: absolute;
left: 0;
right: 0;
bottom: 100%;
border-bottom: 1px solid #1b1b1b;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.header-top .drop-wrap {
font-size: .9em;
}
.top-user-panel,
.top-right-panel,
.top-right-panel {
margin: 0 -10px;
float: left;
max-width: 67%;
}
.top-user-panel > li,
.top-right-panel > li,
.top-right-panel > li {
display: inline-block;
vertical-align: top;
padding: 0 10px;
}
.top-user-panel > li > a,
.top-right-panel > li > a,
.top-right-panel > li > a {
color: #fff;
}
.top-user-panel > li > a:hover,
.top-right-panel > li > a:hover,
.top-right-panel > li > a:hover {
color: #b0a377;
}
.last-dropdown .dropdown-menu {
left: auto;
right: 0;
}
.top-right-panel {
float: right;
max-width: 33%;
}
.top-header {
margin-top: 44px;
}
.top-header.fixed-position {
margin-top: 0;
} .header-v1 .logo {
text-align: left;
border: 0;
}
.header-v1 .navbar-default .navbar-nav li:last-child {
padding-right: 0;
}
.header-v1 .has-mega-dropdown .dropdown-menu {
left: 0;
right: 0;
}
.header-v1 .has-mega-dropdown.mega-md .dropdown-menu {
right: 30px;
} .header-v2 .logo {
border-right: 0;
}  .sidebar {
font-weight: 500;
}
.sidebar label {
font-weight: 500;
}
.sidebar .sidebar-holder {
box-shadow: 0 2px 2px rgba(1, 2, 2, .1);
}
.sidebar .heading {
padding: 20px 30px;
background: #fff;
}
.sidebar .sub-link {
margin-left: 30px;
display: block;
font-weight: 500;
}
.sidebar .sub-link a {
color: #9d9d9d;
}
.sidebar .sub-link a:hover {
color: #474d4b;
}
.sidebar h3 {
margin: 0;
padding: 0 0 0 50px;
color: #5c5e62;
font-size: 1.143em;
line-height: 1.5em;
position: relative;
text-transform: uppercase;
}
.sidebar h3:before {
content: '\e928';
font: 24px/18px 'icomoon';
position: absolute;
left: 0;
top: 5px;
}
.sidebar .side-block {
box-shadow: 0 2px 2px rgba(1, 2, 2, .1);
}
.sidebar .panel-group .panel-default {
border: 0;
margin: 0;
}
.sidebar .panel-title {
font-size: 1em;
line-height: 1.7124em;
letter-spacing: .05em;
}
.sidebar .panel-heading a {
display: block;
text-transform: uppercase;
padding: 10px 50px 10px 30px;
background: #f8f8f8;
color: #b0a377;
box-shadow: 0 1px 1px rgba(1, 2, 2, .1);
position: relative;
}
.sidebar .panel-heading a.collapsed:after {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.sidebar .panel-heading a:after {
content: '\e906';
font: 14px/12px 'icomoon';
position: absolute;
right: 30px;
top: 15px;
-webkit-transition: -webkit-transform .3s linear;
transition: transform .3s linear;
}
.sidebar .title {
display: block;
font-size: 1.143em;
margin-bottom: 10px;
}
.sidebar .panel-body {
background: #fff;
padding: 30px 30px;
color: #9d9d9d;
} .side-list.check-list {
margin-bottom: 5px;
}
.side-list.check-list li {
margin-bottom: 5px;
}
.side-list.post-list li {
position: relative;
margin-bottom: 30px;
padding-bottom: 5px;
}
.side-list.post-list li:last-child {
margin-bottom: 0;
}
.side-list.post-list li:before {
content: '';
position: absolute;
left: 0;
top: 100%;
height: 2px;
width: 30px;
background: #e2e2e2;
}
.side-list.post-list time {
display: block;
font-size: 12px;
}
.side-list.horizontal-list li {
display: inline-block;
vertical-align: top;
padding: 0 15px;
margin-bottom: 20px;
margin-right: -.25em;
text-align: center;
}
.side-list.gallery-side-list.horizontal-list li {
width: 33%;
padding-left: 5px;
padding-right: 5px;
margin-bottom: 10px;
}
.side-list.gallery-side-list.horizontal-list img {
width: 100%;
}
.side-list.hovered-list a {
color: #9d9d9d;
}
.side-list.hovered-list a:hover {
color: #b0a377;
}
.side-list.region-list .text {
width: calc(100% - 50px);
}
.side-list [class^='icon-'],
.side-list [class*=' icon-'] {
font-size: 25px;
display: inline-block;
vertical-align: middle;
}
.side-list a {
position: relative;
}
.side-list a:hover .popup {
display: block;
}
.side-list li {
margin-bottom: 15px;
}
.side-list li.active a {
color: #b0a377;
}
.side-list li:last-child {
margin-bottom: 0;
}
.side-list .ico-holder {
display: inline-block;
vertical-align: middle;
width: 45px;
}
.side-list .ico-holder img {
width: 25px;
}
.side-list .hover {
display: none;
}
.side-list .text {
display: inline-block;
vertical-align: middle;
width: calc(100% - 20px);
}
.price-input {
width: 100%;
border: 0;
background: none;
color: #5c5e62;
font-size: 14px;
} .boxed-layout {
background: #6b6957;
}
.boxed-layout.bg-pattern {
background: url(//akangau.com/wp-content/themes/akangau/img/retina_wood.png);
}
.boxed-layout.bg-image {
background: url(//akangau.com/wp-content/themes/akangau/img/banner/img-15.jpg) no-repeat;
background-attachment: fixed;
background-size: cover;
}
.boxed-layout #wrapper {
background: #fff;
}
.boxed-layout #wrapper {
max-width: 1230px;
margin: 0 auto;
}
.boxed-layout #header {
max-width: 1230px;
margin: 0 auto;
width: 100%;
left: 0;
right: 0;
}
.boxed-layout.search-active .search-wrap {
max-width: 1232px;
margin: 0 auto;
}
.boxed-layout .has-mega-dropdown .dropdown-menu {
left: 10px;
right: 10px;
}
.wow {
visibility: hidden;
}
.ui-widget {
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
} .testimonial-holder {
position: relative;
color: #fff;
text-align: center;
padding: 60px 0;
}
.testimonial-holder .owl-pagination {
position: static;
text-align: center;
padding: 45px 0 0;
}
.testimonial-holder .owl-pagination .owl-page {
margin: 0 6px;
}
.testimonial-holder .owl-pagination .owl-page.active span:after,
.testimonial-holder .owl-pagination .owl-page:hover span:after {
visibility: visible;
}
.testimonial-holder .owl-pagination .owl-page span {
height: 12px;
width: 12px;
border: 0;
background: none;
position: relative;
border-radius: 12px;
text-indent: -9999px;
opacity: 1;
}
.testimonial-holder .owl-pagination .owl-page span:before {
top: -1px;
left: -1px;
right: -1px;
bottom: -1px;
border: 1px solid #fff;
content: '';
position: absolute;
border-radius: 100%;
}
.testimonial-holder .owl-pagination .owl-page span:after {
position: absolute;
left: 2px;
top: 2px;
right: 2px;
bottom: 2px;
background: #fff;
content: '';
border-radius: 10px;
visibility: hidden;
}
.testimonial-holder blockquote .img {
border: 2px solid #fff;
width: 90px;
border-radius: 100%;
margin: 0 auto 45px;
}
.testimonial-holder blockquote .img img {
max-width: 100%;
border-radius: 100%;
}
.testimonial-holder blockquote cite {
display: block;
border-bottom: 1px solid #e2e2e2;
padding-bottom: 20px;
margin-bottom: 45px;
position: relative;
}
.testimonial-holder blockquote cite:after {
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
width: 170px;
height: 8px;
background: #e2e2e2;
content: '';
position: absolute;
left: 50%;
bottom: 0;
} .services-block {
position: relative;
padding: 60px 0;
}
.services-block .ico-holder {
font-size: 40px;
}
.services-block.has-bg {
color: #fff;
}
.services-block.has-bg .ico-article {
line-height: 24px;
}
.services-block.has-bg .ico-article .content-title,
.services-block.has-bg .ico-article a {
color: #fff;
-webkit-transition: color .3s;
transition: color .3s;
}
.services-block.has-bg .ico-article .ico-holder {
-webkit-transition: color .3s;
transition: color .3s;
}
.services-block.has-bg .ico-article:hover .content-title,
.services-block.has-bg .ico-article:hover a {
color: #b0a377;
}
.services-block.has-bg .ico-article:hover .ico-holder {
color: #b0a377;
}
.services-block.has-bg .ico-holder {
min-height: 50px;
}
.services-block.has-bg .title {
text-transform: uppercase;
margin-bottom: 15px;
}
.services-block .ico-article {
margin-top: 45px;
}
.services-block .row {
margin-top: -45px;
}
.description-text {
margin-top: 45px;
} .parallax {
overflow: hidden;
background-repeat: no-repeat;
background-color: transparent;
background-attachment: initial;
background-size: cover;
background-position: 50% 0;
z-index: 1;
position: relative;
}
.parallax:before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden;
background: rgba(0, 0, 0, .7);
z-index: -1;
}
.parallax.banner:before {
background: rgba(0, 0, 0, .1);
}
.parallax.banner-inner:before {
background: rgba(0, 0, 0, .5);
}
.parallax.services-block:before {
background: rgba(0, 0, 0, .85);
}
.no-overlay:before {
display: none;
}
#testimonial-home-page {
background-image: url(//akangau.com/wp-content/themes/akangau/img/generic/img-05.jpg);
}
#banner-homeparallax-default {
background-image: url(//akangau.com/wp-content/themes/akangau/img/banner/img-07.jpg);
}
#gridview-2-col {
background-image: url(//akangau.com/wp-content/themes/akangau/img/banner/img-23.jpg);
}
#gridview-3-col {
background-image: url(//akangau.com/wp-content/themes/akangau/img/banner/img-24.jpg);
}
#gridview-4-col {
background-image: url(//akangau.com/wp-content/themes/akangau/img/banner/img-25.jpg);
}
#gridview-sidebar {
background-image: url(//akangau.com/wp-content/themes/akangau/img/banner/img-26.jpg);
}
#gridview-full-width {
background-image: url(//akangau.com/wp-content/themes/akangau/img/banner/img-27.jpg);
}
#list-view-normal {
background-image: url(//akangau.com/wp-content/themes/akangau/img/banner/img-29.jpg);
}
#list-view-detail {
background-image: url(//akangau.com/wp-content/themes/akangau/img/banner/img-28.jpg);
}
#activity-hiking {
background-image: url(//akangau.com/wp-content/themes/akangau/img/banner/img-31.jpg);
}
#activity-jungle {
background-image: url(//akangau.com/wp-content/themes/akangau/img/banner/img-12.jpg);
}
#activity-city-tour {
background-image: url(//akangau.com/wp-content/themes/akangau/img/banner/img-27.jpg);
}
#activity-summer {
background-image: url(//akangau.com/wp-content/themes/akangau/img/banner/img-25.jpg);
}
#about-banner {
background-image: url(//akangau.com/wp-content/themes/akangau/img/banner/img-13.jpg);
}
#about-service-block {
background-image: url(//akangau.com/wp-content/themes/akangau/img/generic/img-15.jpg);
}
#about-step-block {
background-image: url(//akangau.com/wp-content/themes/akangau/img/generic/img-16.jpg);
}
#banner-layout-bothsidebar {
background-image: url(//akangau.com/wp-content/themes/akangau/img/banner/img-14.jpg);
}
#banner-layout-fullwidth-wide {
background-image: url(//akangau.com/wp-content/themes/akangau/img/banner/img-14.jpg);
}
#banner-layout-fullwidth {
background-image: url(//akangau.com/wp-content/themes/akangau/img/banner/img-14.jpg);
}
#banner-layout-leftsidebar {
background-image: url(//akangau.com/wp-content/themes/akangau/img/banner/img-14.jpg);
}
#banner-layout-rightsidebar {
background-image: url(//akangau.com/wp-content/themes/akangau/img/banner/img-14.jpg);
}
#blog-default {
background-image: url(//akangau.com/wp-content/themes/akangau/img/banner/img-16.jpg);
}
#blog-leftsidebar {
background-image: url(//akangau.com/wp-content/themes/akangau/img/banner/img-16.jpg);
}
#blog-rightsidebar {
background-image: url(//akangau.com/wp-content/themes/akangau/img/banner/img-16.jpg);
}
#blog-fullwidth {
background-image: url(//akangau.com/wp-content/themes/akangau/img/banner/img-16.jpg);
}
#blog-single {
background-image: url(//akangau.com/wp-content/themes/akangau/img/banner/img-16.jpg);
}
#banner-contact {
background-image: url(//akangau.com/wp-content/themes/akangau/img/banner/img-17.jpg);
}
#banner-intro {
background-image: url(//akangau.com/wp-content/themes/akangau/img/intro/img-01.jpg);
}  .navbar-default {
background: transparent;
border: none;
min-height: 1px;
height: 100%;
margin: 0;
font-size: 14px;
letter-spacing: .05em;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.navbar-default .container-fluid,
.navbar-default .navbar-header {
height: 100%;
}
.navbar-default .navbar-toggle {
margin-top: 23px;
margin-right: 48px;
border: none;
padding: 0;
position: absolute;
margin: 0;
left: 20px;
top: -52px;
padding: 10px;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
background: none;
}
.navbar-default .navbar-toggle .icon-bar {
width: 28px;
height: 1px;
background-color: #fff;
border-radius: 0;
border: 1px solid #fff;
}
.navbar-default .navbar-toggle .icon-bar + .icon-bar {
margin-top: 6px;
}
.navbar-default .icon-angle-down {
font-size: 8px;
float: right;
margin-top: 7px;
}
.navbar-default .navbar-nav {
margin: 0;
}
.navbar-default .navbar-nav > li {
border-top: 1px solid #000;
padding: 0;
-webkit-transition: all linear .2s;
transition: all linear .2s;
background-image: url(//akangau.com/wp-content/themes/akangau/imgs/img04.jpg);
background-repeat: no-repeat;
background-position: top 48% left 0px;
}
.navbar-default .navbar-nav > li > a {
color: #fff;
padding: 20px 30px;
text-transform: uppercase;
-webkit-transition: all .2s linear;
transition: all .2s linear;
}
.navbar-default .navbar-nav .icon {
display: inline-block;
vertical-align: middle;
margin-right: 5px;
}
.navbar-default .navbar-nav .text {
display: inline-block;
vertical-align: middle;
}
.navbar-collapse {
background: #292929;
margin: 0;
padding: 0;
}
.navbar-collapse.in {
overflow-y: auto;
} .dropdown-menu {
border: 0;
padding: 0;
position: static;
width: 100%;
min-width: 210px;
font-size: 12px;
color: #9d9d9d;
border-radius: 0;
}
.dropdown-menu [class^='icon-'],
.dropdown-menu [class*=' icon-'] {
margin-right: 5px;
-webkit-transition: margin .2s linear;
transition: margin .2s linear;
}
.dropdown-menu > ul > li > a {
text-transform: uppercase;
padding: 10px 10px 10px 30px;
}
.dropdown-menu > ul > li > a:hover {
padding-left: 35px;
}
.dropdown-menu a {
display: block;
-webkit-transition: all .2s linear;
transition: all .2s linear;
color: #9d9d9d;
}
.dropdown-menu a:hover {
color: #b0a377;
}
.dropdown-menu a:hover [class^='icon-'],
.dropdown-menu a:hover [class*=' icon-'] {
margin-right: 10px;
margin-left: -5px;
}
.dropdown-menu .top-title {
overflow: hidden;
}
.dropdown-menu .top-title .back {
float: left;
}
.dropdown-menu .top-title .menu-title {
float: right;
}
.dropdown-menu .title {
padding: 10px 0;
display: block;
text-transform: uppercase;
cursor: pointer;
position: relative;
font-size: 1.18em;
}
.dropdown-menu .sub-link-opener:before {
content: '\e903';
font-family: 'icomoon' !important;
font-size: 8px;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
position: absolute;
right: 10px;
top: 7px;
}
.dropdown-menu .drop-wrap {
padding: 0 30px;
}
.dropdown-menu .drop-wrap ul {
padding: 0;
}
.dropdown-menu .header-link li {
padding: 10px 0;
}
.dropdown-menu .header-link li a {
padding: 0;
text-transform: uppercase;
display: inline-block;
}
.dropdown-menu .header-link li a:hover {
padding-left: 5px;
}
.dropdown-menu .drop-holder a {
padding: 0;
}
.dropdown-menu .drop-holder .des {
max-width: 400px;
}
.dropdown-menu .drop-holder .col {
margin: 20px auto 0;
max-width: 400px;
}
.dropdown-menu .drop-holder .img-wrap {
display: block;
margin-bottom: 15px;
}
.dropdown-menu .drop-holder .img-wrap img {
width: 100%;
max-width: 300px;
}
.dropdown-menu .five-col {
overflow: hidden;
}
.dropdown-menu .five-col .col {
margin-top: 0;
}
.dropdown-menu .five-col ul {
text-transform: none;
}
.dropdown-menu .five-col .active .sub-link-opener:before {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
} .has-mega-dropdown > .dropdown-menu {
width: 100%;
} .menu-item-has-children .icon-angle-down {
-webkit-transition: -webkit-transform .3s linear;
transition: transform .3s linear;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.menu-item-has-children.open .icon-angle-down {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.navbar-nav > li:last-child .dropdown-menu,
.navbar-nav > li.last-dropdown .dropdown-menu {
left: auto;
right: 0;
}
.navbar-nav > li.has-mega-dropdown:last-child .dropdown-menu,
.navbar-nav > li.has-mega-dropdown.last-dropdown .dropdown-menu {
left: 10px;
right: 10px;
} .lang-wrap .lang-row {
overflow: hidden;
}
.lang-wrap .lang-col {
padding: 2px;
}
.lang-wrap a {
display: block;
padding: 2px 5px;
}
.lang-wrap a .text {
color: #9d9d9d;
font-weight: 400;
text-transform: uppercase;
letter-spacing: .01em;
margin-left: 5px;
}
.lang-wrap a:hover {
background: #181818;
}  .banner {
overflow: hidden;
position: relative;
z-index: 1;
background-position: 50% 0;
}
.banner.banner-slider {
background-position: 0 0;
min-height: 1px;
}
.banner.banner-slider .trip-form {
white-space: normal;
}
.banner.banner-slider .trip-form .holder {
margin-bottom: 10px !important;
}
.banner.banner-slider .solid-border {
overflow: visible;
border-radius: 0;
}
.banner.banner-slider .banner-text {
width: 1170px;
position: static;
font-size: 14px;
}
.banner .banner-video {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: -1;
background: url(//akangau.com/wp-content/themes/akangau/videos/video-thumb.jpg) no-repeat;
background-size: cover;
background-position: 50% 50%;
}
.banner .banner-video.has-overlay:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
content: '';
background-color: rgba(51, 51, 51, .7);
}
.banner .banner-video video {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
max-width: none;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
-webkit-transition: 1s opacity;
transition: 1s opacity;
}
.banner.banner-inner {
height: 100vh;
min-height: 320px;
max-height: 500px;
padding-top: 0;
color: #fff;
}
.banner.banner-inner .banner-image {
height: 100%;
}
.banner.banner-inner .img-holder {
float: left;
position: relative;
min-width: 1920px;
width: 100%;
height: auto;
left: 50%;
}
.banner.banner-inner .img-holder:after {
content: '';
position: absolute;
left: -9999px;
right: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, .25);
}
.banner.banner-inner .img-holder img {
width: 100%;
position: relative;
left: -50%;
width: 100%;
}
.banner.banner-inner .banner-text {
text-align: left;
top: auto;
}
.banner.banner-inner .banner-text .center-text {
padding: 0;
}
.banner.banner-inner .subtitle {
display: block;
font-size: 1.428571em;
line-height: 1.1;
font-style: italic;
margin-bottom: 10px;
font-weight: 400;
}
.banner.banner-inner h1 {
line-height: 1.2;
margin-bottom: 15px;
color: #fff;
}
.banner-inner .banner-text h1 {
font-weight: 400;
text-shadow: 1px 1px 3px #000000;
}
#slider-wrapper {
position: relative;
} .banner-image {
height: 100%;
min-height: 320px;
position: relative;
background-color: #000;
}
.banner-image .has-overlay:before {
background: rgba(0, 0, 0, .35);
}
.banner:hover .slick-arrow {
opacity: 1;
}
.banner-home .banner-text h1 {
font-size: 3.571em;
}
.banner-home .banner-text h1 span {
display: block;
font-weight: 400;
font-size: .8em;
font-style: normal;
}
.banner-home .banner-text .subtitle {
font-size: 1.429em;
color: #b0a377;
font-weight: 300;
font-style: italic;
display: block;
margin-bottom: 25px;
} .banner-text {
position: absolute;
top: 70px;
bottom: 100px;
left: 0;
right: 0;
white-space: nowrap;
z-index: 22;
text-align: center;
}
.banner-text h1 {
line-height: .9em;
color: #fff;
font-weight: 700;
margin-bottom: 0;
}
.banner-text h1 span {
color: #b0a377;
}
.banner-text:after {
content: '';
display: inline-block;
vertical-align: middle;
height: 100%;
margin-right: -.25em;
}
.banner-text .center-text {
display: inline-block;
vertical-align: middle;
white-space: normal;
width: 100%;
padding: 0 10px;
}
.banner-icon-search .banner-text h1 {
font-size: 3.571em;
}
.banner-icon-search .banner-text .center-text {
margin-top: 0;
}
.heading-home {
font: 700 3.571em/.9em 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
color: #fff;
margin-bottom: 0;
text-align: center;
}
.heading-home span {
display: block;
font-weight: 400;
font-size: .8em;
}
.banner-caption-s1 .center-text,
.banner-home .banner-caption-s1 .center-text {
max-width: 750px;
text-align: right;
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.banner-caption-s1 .center-text h1,
.banner-home .banner-caption-s1 .center-text h1 {
color: #b0a377;
font-style: italic;
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.banner-caption-s1 .center-text h1 span,
.banner-home .banner-caption-s1 .center-text h1 span {
color: #fff;
font-style: normal;
font-weight: 100;
}
.banner-caption-s1 .center-text .banner-subtitle,
.banner-home .banner-caption-s1 .center-text .banner-subtitle {
font-weight: 300;
color: #fff;
margin-top: 30px;
}  .feature-block {
background: #292929;
z-index: 99;
padding: 10px 0;
text-transform: uppercase;
text-align: center;
font-size: 1em;
position: relative;
}
.feature-block.hover .swipe.left {
opacity: 1;
}
.feature-block .ico {
position: relative;
top: 0;
display: block;
margin: 0 auto 10px;
-webkit-transition: top .2s linear;
transition: top .2s linear;
font-size: 25px;
line-height: 1;
}
.feature-block .info {
-webkit-transition: color .2s linear;
transition: color .2s linear;
}
.feature-block .holder {
overflow-x: auto; -webkit-overflow-scrolling: touch; }
.feature-block ul {
text-align: center;
overflow: hidden;
}
.feature-block li {
display: inline-block;
vertical-align: middle;
margin-left: -.25em;
padding: 10px;
position: relative;
width: 12.5%;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.feature-block li:first-child:before {
display: none;
}
.feature-block li:before {
content: '';
position: absolute;
left: -1px;
top: 0;
bottom: 0;
background: #000;
width: 1px;
}
.feature-block li a {
display: block;
height: 100%;
color: #9d9d9d;
}
.feature-block li a:hover {
color: #b0a377;
}
.feature-block li a:hover .ico {
top: -5px;
} .content-heading {
text-align: center;
position: relative;
}
.content-heading .subtitle {
display: block;
}
.gallery-home-holder {
margin-top: 45px;
}
.gallery-home-holder h2 {
color: #5c5e62;
} .content-block {
padding: 60px 0;
background: #fafafa;
}
.content-block.content-sub {
padding: 45px 0;
}
.content-block.content-sub .article {
margin-top: 30px;
}
.content-block.content-sub .content-holder {
margin: 0 0 45px;
}
.content-block.content-sub .list-view.content-holder {
margin-top: 45px;
}
.content-block.content-sub .list-view .article {
margin-top: 15px;
}
.content-block.content-center .img-wrap {
width: 110px;
margin: 0 auto 20px;
}
.content-block.guide-sub .img-article {
margin-top: 45px;
}
.content-block.guide-sub .description,
.content-block.guide-sub .bar-holder {
max-width: 500px;
margin-left: auto;
margin-right: auto;
}
.content-block.guide-sub .holder {
position: relative;
}
.content-block.guide-sub .holder:before {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
content: '';
background: rgba(0, 0, 0, .4);
z-index: 1;
opacity: 0;
-webkit-transition: opacity linear .5s;
transition: opacity linear .5s;
}
.content-block.guide-sub .holder:hover:before {
opacity: 1;
}
.content-block.guide-sub .holder:hover .social-networks {
opacity: 1;
}
.content-block.guide-sub .holder:hover .caption {
color: #b0a377;
margin-left: 0;
margin-right: 0;
}
.content-block.guide-sub .holder:hover .caption h3 {
color: #b0a377;
}
.content-block.guide-sub .thumbnail {
padding: 0;
background: none;
border: 0;
margin-bottom: 0;
}
.content-block.guide-sub .img-wrap img {
width: 100%;
}
.content-block.guide-sub .designation {
letter-spacing: .05em;
}
.content-block.guide-sub .description {
font-size: 1.143em;
line-height: 1.875;
}
.content-block.guide-sub .description p {
margin-bottom: 0;
}
.content-block.guide-add .social-networks {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 2;
width: 160px;
text-align: center;
opacity: 0;
-webkit-transition: all .3s linear;
transition: all .3s linear;
}
.content-block.guide-add .social-networks li {
padding: 1px;
}
.content-block.guide-add .social-networks a {
display: block;
height: 35px;
width: 35px;
display: block;
text-align: center;
font-size: 17px;
line-height: 34px;
background: #2e3436;
-webkit-transition: background .2s linear;
transition: background .2s linear;
}
.content-block.guide-add .social-networks a:hover {
color: #fff;
}
.content-block.guide-add .social-networks a:hover span {
color: #fff;
}
.content-block.guide-add .social-networks a span:before {
line-height: 34px;
}
.content-block.guide-add .social-networks a:hover {
background: #b0a377;
}
.content-block .content-boxed .thumbnail {
border: 0;
}
.content-block .content-boxed .article {
margin-top: 45px;
}
.content-block.article-boxed .content-heading {
margin-bottom: 0;
}
.content-block.content-spacing .content-heading {
margin-bottom: 0;
}
.content-sub-holder .article {
margin-top: 30px;
}
.content-with-sidebar .content-sub-holder {
padding-bottom: 45px;
} .adventure-holder .text-block {
white-space: nowrap;
}
.adventure-holder .text-block:after {
display: inline-block;
vertical-align: middle;
height: 100%;
margin-right: -.25em;
content: '';
}
.adventure-holder .text-block .centered {
display: inline-block;
vertical-align: middle;
white-space: normal;
width: 100%;
padding: 30px 0 15px;
}
.adventure-holder.featured-content {
text-align: center;
}
.adventure-holder.featured-content .centered {
padding: 60px 15px;
}
.grid-view-sidebar {
padding-bottom: 60px;
}
.grid-view-sidebar #content {
float: none;
margin-top: 30px;
}
.grid-view-sidebar #sidebar {
margin-top: 30px;
}
.grid-view-sidebar .db-3-col .article {
display: block;
margin-right: auto;
}
.grid-view-sidebar .pagination-wrap {
max-width: 470px;
margin-left: auto;
margin-right: auto;
}
.grid-view-sidebar .filter-option {
max-width: 470px;
} a.thumbnail {
padding: 0;
background: transparent;
border: none;
border-radius: 0;
overflow: hidden;
}
a.thumbnail img {
width: 100%;
max-width: none;
}  .gallery-list {
margin: 0 -5px 20px;
}
.gallery-list.has-center {
text-align: center;
}
.gallery-list.has-center .caption {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
padding: 10px;
white-space: nowrap;
color: #5c5e62;
z-index: 2;
}
.gallery-list.has-center .caption:before {
content: '';
position: absolute;
left: 10px;
right: 10px;
bottom: 10px;
top: 10px;
border: 1px solid #5c5e62;
z-index: 8;
}
.gallery-list.has-center .caption:after {
display: inline-block;
vertical-align: middle;
content: '';
margin-right: -.25em;
height: 100%;
}
.gallery-list.has-center .caption .centered {
display: inline-block;
vertical-align: middle;
white-space: normal;
font-weight: 700;
z-index: 9;
}
.gallery-list.has-center .title {
display: block;
font-size: 1.286em;
font-weight: 700;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
padding-bottom: 5px;
margin-bottom: 5px;
position: relative;
}
.gallery-list.has-center .title:after {
position: absolute;
left: 50%;
width: 50px;
height: 5px;
background: #5c5e62;
content: '';
bottom: 0;
margin-left: -25px;
}
.gallery-list.has-center a:after {
background: rgba(255, 255, 255, .9);
opacity: 0;
}
.gallery-list.has-center a:hover:after,
.gallery-list.has-center a:hover .caption:before,
.gallery-list.has-center a:hover .centered {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.gallery-list.has-center a .caption:before,
.gallery-list.has-center a .centered {
opacity: 0;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: all linear .3s;
transition: all linear .3s;
}
.gallery-list.has-center img {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
display: block;
}
.gallery-list .hover {
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
left: 50%;
top: 30%;
position: absolute;
font-size: 30px;
color: #fff;
display: block;
z-index: 4;
margin: -25px 0 0 -20px;
}
.gallery-list a {
overflow: hidden;
margin: 0;
background-color: black;
height: 100%;
display: block;
position: relative;
overflow: hidden;
z-index: 2;
}
.gallery-list a img {
-webkit-transition: -webkit-transform .3s linear;
transition: transform .3s linear;
opacity: 0.5;
}
.gallery-list a:hover img {
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
}
.gallery-list a:after {
content: '';
position: absolute;
left: 0;
right: -1px;
top: 0;
bottom: 0;
background: rgba(253, 154, 0, .92);
opacity: 0;
-webkit-transition: opacity .2s linear;
transition: opacity .2s linear;
}
.gallery-list a:hover:after {
opacity: 1;
}
.gallery-list a:hover .hover {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.gallery-list li {
float: left;
width: 50%;
padding: 0 5px;
margin-bottom: 10px;
position: relative;
overflow: hidden;
clear: right;
}
.gallery-list .info {
position: absolute;
bottom: 10px;
left: 5px;
letter-spacing: 1px;
right: 5px;
text-align: center;
color: #fff;
z-index: 2;
font-size: 14px;
line-height: 1.5;
font-weight: 700;
text-transform: uppercase;
background-color: rgba();
text-overflow: ellipsis;
overflow: hidden;
} .btn {
text-transform: uppercase;
}
.btn.radius {
border-radius: 25px;
}
.btn.btn-h-slide,
.btn.btn-default {
position: relative;
z-index: 1;
}
.btn.btn-h-slide:before,
.btn.btn-default:before {
content: '';
width: 0;
overflow: hidden;
position: absolute;
left: 0;
top: 0;
bottom: 0;
z-index: -1;
-webkit-transition: width .2s linear;
transition: width .2s linear;
-webkit-transition: all .2s linear;
transition: all .2s linear;
}
.btn.btn-h-slide:hover:before,
.btn.btn-default:hover:before {
width: 100%;
}
.btn.btn-shadow {
box-shadow: 1px 2px 5px rgba(0, 0, 0, .35);
}
.btn.btn-primary {
background: none;
}
.btn.btn-primary:hover {
border-color: #b0a377;
background: #b0a377;
color: #fff;
}
.btn.btn-default {
font-weight: 700;
padding: 3px 20px;
letter-spacing: 1px;
min-width: 150px;
font-size: 16px;
line-height: 20px;
border-color: #e2e2e2;
background: #fd9a00;
}
.btn.btn-default:before {
background: #b0a377;
}
.btn.btn-default:hover {
background: #b0a377;
border-radius: 0;
border-color: #e2e2e2;
}
.btn.btn-trip {
border-radius: 3px;
font-style: normal;
font-weight: 700;
width: 100%;
color: #b0a377;
background: #292929;
letter-spacing: .05em;
}
.btn.btn-trip:hover {
background: #4f4d40;
}
.btn.btn-info-sub {
background: #fd9a00;
color: #fff;
font-weight: 700;
}
.btn-info{
border: none !important;
}
.kc_text_block a{
color: #fd9a00;
text-decoration: underline;
font-weight: bold;
}
.btn.btn-info-sub:hover {
box-shadow: none;
color: #fff;
background: #87856e;
}
.btn.btn-info {
background: #fd9a00;
color: #fff;
}
.btn.btn-info:hover {
background: #9a8c5a;
color: #fff;
}
.btn.btn-white {
border: 1px solid #fff;
color: #fff;
padding: 3px 15px;
min-width: 260px;
}
.btn.btn-white:hover {
background: #fff;
color: #b0a377;
}
.btn.btn-lg {
padding: 10px;
min-width: 250px;
}
.btn.btn-md,.kc_button {
font-size: 18px;
line-height: 24px;
padding: 12px;
min-width: 250px;
letter-spacing: 1px;
}
.btn-banner {
z-index: 8;
white-space: nowrap;
font-size: 12px;
line-height: 16px;
font-weight: 700;
color: #b0a377;
background-color: transparent;
padding: 7px 45px;
border: 1px solid #57a751;
text-transform: uppercase;
}
.btn-banner:hover {
border-color: #57a751;
background: #57a751;
color: #fff;
}
.banner-caption-s1 .center-text .btn-banner-holder,
.banner-home .banner-caption-s1 .center-text .btn-banner-holder {
margin-top: 20px;
}
.banner-caption-s1 .center-text .btn-banner,
.banner-home .banner-caption-s1 .center-text .btn-banner {
border-radius: 25px;
} .breadcrumbs {
color: #fff;
font-size: 1.143em;
text-transform: uppercase;
}
.breadcrumbs li {
display: inline;
}
.breadcrumbs li:first-child:before {
display: none;
}
.breadcrumbs li:before {
content: '/';
display: inline-block;
vertical-align: middle;
margin: -5px 2px 0;
}
.breadcrumbs a {
color: #fff;
-webkit-transition: color .2s linear;
transition: color .2s linear;
}
.breadcrumbs a:hover {
color: #e6e6e6;
} .filter-option {
position: relative;
max-width: 470px;
margin: 0 auto;
}
.filter-option .btn-filter {
margin: 0 15px;
border-width: 2px;
line-height: 40px;
padding: 0 10px;
}
.filter-option .btn-filter i {
font-size: 25px;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
margin-top: -2px;
}
.filter-option .select-col.sidebar-filter-opener {
display: none;
}
.filter-option .filter-slide {
max-height: 0;
-webkit-transition: all linear .3s;
transition: all linear .3s;
overflow: hidden;
width: calc(100% + 130px);
margin-bottom: -10px;
padding-top: 10px;
}
.filter-option .filter-slide .select-col {
margin-top: 10px;
width: 100%;
}
.filter-option.filter-box {
background: #fff;
padding: 15px 25px 5px 20px;
}
.filter-option.filter-box .select-holder {
text-align: right;
}
.filter-option.filter-box .result-info {
padding-top: 5px;
}
.filter-option.filter-box .link {
width: 34px;
height: 34px;
font-size: 18px;
line-height: 34px;
margin-left: 15px;
}
.filter-option.filter-box .select-holder {
width: calc(100% - 77px);
text-align: left;
}
.filter-option .result-info {
font-size: 1.143em;
line-height: 1.5em;
padding-top: 10px;
display: block;
margin-bottom: 15px;
}
.filter-option .select-col {
padding: 0 15px 10px;
width: 180px;
display: inline-block;
vertical-align: top;
margin-right: -.25em;
}
.filter-option .select-holder {
float: left;
width: calc(100% - 100px);
margin: 0 -15px;
}
.filter-option .layout-action {
float: right;
max-width: 140px;
}
.filter-option .link {
display: inline-block;
vertical-align: top;
height: 44px;
width: 44px;
border: 2px solid #e2e2e2;
line-height: 44px;
text-align: center;
color: #e2e2e2;
margin: 0 -.25em 0 19px;
font-size: 25px;
-webkit-transition: all .3s linear;
transition: all .3s linear;
}
.filter-option .link:last-child {
margin-right: 0;
}
.filter-option .link.active,
.filter-option .link:hover {
color: #b0a377;
}
.filter-active .filter-slide {
max-height: 350px;
}  .pagination-wrap {
padding: 25px 20px;
text-align: center;
background: #fff;
box-shadow: 0 1px 1px rgba(1, 2, 2, .1);
}
.pagination-wrap.bg-gray {
background: #f8f8f8;
}
.pagination-wrap .pagination {
font-size: 0;
line-height: 0;
min-width: 170px;
}
.pagination-wrap .btn-next,
.pagination-wrap .btn-prev {
font-size: 14px;
padding-top: 5px;
}
.pagination-wrap .btn-next a,
.pagination-wrap .btn-prev a {
margin: 0;
width: auto;
height: auto;
border: 0;
}
.pagination-wrap .btn-next a:hover,
.pagination-wrap .btn-prev a:hover {
background: none;
color: #b0a377;
border: 0;
}
.pagination-wrap .btn-prev {
float: left;
}
.pagination-wrap .btn-prev span {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
display: inline-block;
}
.pagination-wrap .btn-next {
float: right;
}
.pagination-wrap li {
display: inline-block;
padding: 0 5px;
vertical-align: middle;
font-weight: 700;
font-size: 16px;
line-height: 20px;
}
.pagination-wrap li a {
padding: 0;
background: none;
border: 0;
line-height: 20px;
font-size: 16px;
width: 22px;
height: 22px;
display: block;
color: #5c5e62;
}
.pagination-wrap li a:hover {
background: #b0a377;
color: #fff;
border: 1px solid #f8f8f8;
}
.pagination-wrap li.active a {
color: #fff;
border: 1px solid #f8f8f8;
border-color: transparent;
background: #b0a377;
}
.pagination-wrap li.active a:hover {
background: #b0a377;
color: #fff;
border-color: transparent;
} .count-block {
color: #fff;
text-align: center;
}
.count-block .icon {
display: block;
margin: 0 auto 15px;
position: relative;
top: 0;
-webkit-transition: top .2s linear;
transition: top .2s linear;
font-size: 50px;
}
.count-block .icon.icon-duration {
font-size: 38px;
height: 50px;
}
.count-block .info,
.count-block .txt {
display: block;
margin-bottom: 0;
text-transform: uppercase;
}
.count-block .txt {
margin: 0;
display: block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.count-block .info {
font-size: 1.667em;
font-weight: 700;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin-bottom: 10px;
}
.count-block .block-1 {
background: #6b6957;
}
.count-block .block-2 {
background: #565335;
}
.count-block .block-3 {
background: #474d4b;
}
.count-block .block-4 {
background: #b0a377;
}
.count-block .holder {
padding: 45px 10px;
font-size: 1.286em;
text-align: center;
}
.count-block .holder:hover .icon {
top: -15px;
}
.count-block .wpb_wrapper {
display: inline-block;
vertical-align: middle;
white-space: normal;
} .article {
line-height: 1.714;
max-width: 500px;
margin: 45px auto 0;
}
.article.thumb-full .thumbnail {
border-radius: 5px 5px 0 0;
}
.article.thumb-full .thumbnail .img-wrap {
margin: -10px -10px 25px;
overflow: hidden;
border-radius: 5px 5px 0 0;
}
.article.has-hover-s1 .img-wrap {
overflow: hidden;
}
.article.has-hover-s1 .img-wrap img {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: -webkit-transform .2s linear;
transition: transform .2s linear;
}
.article.has-hover-s1:hover .img-wrap img {
-webkit-transform: scale(1.4);
-ms-transform: scale(1.4);
transform: scale(1.4);
}
.article.has-hover-s2 .img-wrap {
position: relative;
overflow: hidden;
}
.article.has-hover-s2 .img-wrap img {
margin: -10px 0 0 -10px;
max-width: none;
width: calc(100% + 10px);
-webkit-transition: opacity .35s, -webkit-transform .35s;
transition: opacity .35s, transform .35s;
-webkit-transform: translate3d(10px, 10px, 0);
transform: translate3d(10px, 10px, 0);
}
.article.has-hover-s2 .img-wrap .text:before {
position: absolute;
right: -120px;
bottom: -140px;
width: 250px;
height: 250px;
border: 2px solid #fff;
border-radius: 50%;
box-shadow: 0 0 0 900px rgba(255, 255, 255, .2);
content: '';
opacity: 0;
-webkit-transform: scale3d(.5, .5, 1);
transform: scale3d(.5, .5, 1);
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
background: rgba(0, 0, 0, .2);
}
.article.has-hover-s2 .img-wrap .text:before,
.article.has-hover-s2 .img-wrap p {
-webkit-transition: opacity .35s, -webkit-transform .35s;
transition: opacity .35s, transform .35s;
}
.article.has-hover-s2 .img-wrap p {
margin: 0;
color: #fff;
font-size: 42px;
line-height: 1;
position: absolute;
right: 0;
bottom: 0;
padding: 0 28px 25px 0;
width: 110px;
text-align: right;
opacity: 0;
-webkit-transform: translate3d(20px, 20px, 0);
transform: translate3d(20px, 20px, 0);
}
.article.has-hover-s2:hover h3 a {
color: #474d4b;
}
.article.has-hover-s2:hover img {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.article.has-hover-s2:hover .text:before {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.article.has-hover-s2:hover p {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.article.has-hover-s3 img,
.article.has-hover-s3 .info-footer,
.article.has-hover-s3 .hover-article {
-webkit-transition: opacity .35s, -webkit-transform .35s;
transition: opacity .35s, transform .35s;
}
.article.has-hover-s3 .star-rating > span {
color: #b0a377;
}
.article.has-hover-s3 .star-rating > span.disable {
color: #fff;
}
.article.has-hover-s3 .star-rating > span:hover {
color: #9a8c5a;
}
.article.has-hover-s3:hover img {
opacity: .4;
-webkit-transform: scale3d(1.2, 1.2, 1);
transform: scale3d(1.2, 1.2, 1);
}
.article.has-hover-s3:hover .hover-article {
opacity: 1;
}
.article.has-hover-s3:hover .img-caption {
color: #fff;
}
.article.has-hover-s3:hover .info-footer {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.article.has-hover-s3:hover h3 a {
color: #b0a377;
}
.article.has-hover-s3:hover .more {
color: #b0a377;
}
.article.has-hover-s3 .img-wrap {
background: #000;
overflow: hidden;
}
.article .hover-article {
color: #fff;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
text-align: left;
opacity: 0;
}
.article .hover-article a {
color: #fff;
}
.article .hover-article a:hover {
color: #b0a377;
}
.article .hover-article .icons {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
left: 50%;
top: 50%;
font-size: 25px;
}
.article .hover-article .star-rating {
position: absolute;
top: 15px;
left: 15px;
}
.article .hover-article .price {
display: inline-block;
vertical-align: middle;
width: 50%;
font-size: 1em;
margin-right: -.25em;
font-weight: 400;
letter-spacing: 1px;
font-style: italic;
}
.article .hover-article .price span {
font-size: 1.286em;
display: block;
margin-top: -5px;
font-weight: 900;
font-style: normal;
}
.article .hover-article .link-more {
max-width: 50%;
text-align: right;
float: right;
margin: 20px 0 0;
text-transform: uppercase;
font-weight: 900;
font-size: 1.143em;
letter-spacing: 1px;
}
.article .hover-article .info-footer {
-webkit-transform: translate(0, -20px);
-ms-transform: translate(0, -20px);
transform: translate(0, -20px);
font-weight: 700;
position: absolute;
bottom: 15px;
left: 15px;
right: 15px;
}
.article .link-view a:after {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
content: '\e906';
display: inline-block;
vertical-align: middle;
margin-left: 5px;
font: 10px/10px 'icomoon';
margin-top: -3px;
}
.article .ico-action {
display: inline-block;
vertical-align: middle;
}
.article .ico-action li {
display: inline-block;
vertical-align: middle;
padding: 0 5px;
}
.article .ico-action a:hover {
color: #474d4b;
}
.article .heading {
margin-bottom: 15px;
font-weight: 700;
}
.article h3 a {
color: #5c5e62;
}
.article h3 a:hover {
color: #b0a377;
}
.article .more {
color: #5c5e62;
font-style: italic;
font-weight: 400;
letter-spacing: .05em;
}
.article .more:hover {
color: #b0a377;
}
.article .social-networks {
font-size: 21px;
margin: 0 -10px;
}
.article .social-networks li {
padding: 0 10px;
font-size: 17px;
}
.article .social-networks a {
color: #5c5e62;
}
.article .ico-list {
line-height: 1;
}
.article .ico-list li {
display: inline-block;
vertical-align: middle;
padding: 0 3px;
}
.article .sub-title {
font-style: italic;
font-size: 1em;
display: block;
margin-bottom: 10px;
}
.article .img-wrap,
.article .img-wrap1 {
margin: 0 0 40px;
text-align: center;
}
.article h2 {
color: #000;
letter-spacing: .1em;
}
.article .col {
display: table-cell;
vertical-align: middle;
padding: 0 30px;
}
.article .col:first-child {
width: 51.3%;
}
.article .img-wrap {
position: relative;
}
.article .img-wrap img {
width: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.article .img-wrap .social-networks {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 2;
width: 160px;
text-align: center;
opacity: 0;
-webkit-transition: all linear .2s;
transition: all linear .2s;
}
.article .img-wrap .social-networks li {
margin-right: -.25em;
padding: 0 1px;
}
.article .img-wrap .social-networks a {
width: 36px;
height: 34px;
display: block;
text-align: center;
line-height: 34px;
background: #474d4b;
}
.article .img-wrap .social-networks a:hover {
background: #000;
color: #fff;
}
.article .img-caption {
position: absolute;
top: 15px;
right: 0;
background: #000;
color: #b0a377;
font-size: 14px;
line-height: 18px;
padding: 4px 10px;
font-weight: 400;
z-index: 2;
letter-spacing: .02em;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.article .thumbnail {
margin-bottom: 0;
padding: 10px;
border: none;
line-height: 1.7142857;
box-shadow: 0 2px 2px rgba(1, 2, 2, .05);
}
.article .thumbnail:hover h3 a {
color: #b0a377;
}
.article .thumbnail:hover footer .price span {
color: #b0a377;
}
.article .thumbnail .info-title {
display: block;
margin-bottom: 10px;
}
.article .thumbnail .img-wrap {
margin: 0 0 25px;
}
.article .thumbnail .meta {
padding-bottom: 25px;
margin-bottom: 0px;
}
.article .thumbnail .meta .country {
padding-right: 5px;
}
.article .thumbnail .meta .country,
.article .thumbnail .meta .activity {
max-width: 50%;
display: inline-block;
vertical-align: top;
margin-right: -.25em;
}
.article .thumbnail .meta .country [class^='icon-'],
.article .thumbnail .meta .country [class*=' icon-'],
.article .thumbnail .meta .activity [class^='icon-'],
.article .thumbnail .meta .activity [class*=' icon-'] {
font-size: 15px;
display: inline-block;
vertical-align: middle;
margin: -1px 5px 0 0;
}
.article .thumbnail .star-rating [class^='icon-'],
.article .thumbnail .star-rating [class*=' icon-'] {
margin-right: 0;
}
.article .thumbnail p {
letter-spacing: .03em;
margin-bottom: 25px;
}
.article footer,
.article .info-aside {
overflow: hidden;
margin: 15px 0 -5px;
padding-top: 5px;
border-top: 1px solid #dedede;
}
.article footer .social-networks,
.article .info-aside .social-networks {
max-width: 68%;
float: right;
padding-top: 5px;
}
.article footer .price,
.article .info-aside .price {
overflow: hidden;
display: block;
font-style: italic;
letter-spacing: 1px;
max-width: 100%;
font-weight: 400;
}
.article footer .price span,
.article .info-aside .price span {
display: block;
font-weight: 900;
font-style: normal;
font-size: 1.286em;
margin-top: -5px;
}
.article .ico-list {
overflow: hidden;
}
.article .ico-list li {
display: inline-block;
vertical-align: middle;
padding: 0 5px;
}
.article .info-aside {
text-align: center;
border-top: 0;
border-left: 1px solid #ebebeb;
}
.article .info-aside .price {
font-size: 1.286em;
margin-bottom: 15px;
}
.article .info-aside .price span {
font-size: 2.143em;
line-height: 1.5em;
}
.article .activity-level {
margin-bottom: 15px;
}
.article .activity-level .text {
display: block;
margin-top: 5px;
color: #9d9d9d;
} .meta-article {
overflow: hidden;
margin: 30px 0 5px -5px;
padding-top: 5px;
}
.meta-article .ico-action {
display: inline-block;
vertical-align: middle;
}
.meta-article .ico-action li {
display: inline-block;
vertical-align: middle;
padding: 0 5px;
}
.meta-article .ico-action a {
color: #5c5e62;
}
.meta-article .ico-action a:hover {
color: #474d4b;
}
.meta-article .ico-list {
display: inline-block;
}
.meta-article .ico-list li {
display: inline-block;
vertical-align: middle;
padding: 0 5px;
}
.meta-article .star-rating,
.meta-article .comment,
.meta-article .ico-action,
.meta-article .rate-info {
display: inline-block;
vertical-align: middle;
position: relative;
padding: 0 10px;
}
.meta-article .star-rating:before,
.meta-article .comment:before,
.meta-article .ico-action:before,
.meta-article .rate-info:before {
content: '';
position: absolute;
left: 0;
top: 4px;
bottom: 3px;
width: 1px;
background: #e2e2e2;
}
.meta-article .star-rating {
padding-left: 0;
}
.meta-article .star-rating:before {
display: none;
} .img-article {
max-width: 500px;
margin: 0 auto;
}
.img-article .img-wrap {
margin-bottom: 0;
}
.img-article .img-wrap img {
width: 100%;
}
.img-article.article-light:hover .text-block {
background: #ebebeb;
}
.img-article.article-light .text-block {
background: #f8f8f8;
color: #5c5e62;
}
.img-article.article-light .text-block a {
color: #5c5e62;
}
.img-article .caption {
margin: -50px 40px 0;
position: relative;
z-index: 4;
background: #6b6957;
padding: 20px 10px;
color: #fff;
text-align: center;
box-shadow: 1px 2px 1px rgba(1, 2, 2, .3);
-webkit-transition: margin .2s linear;
transition: margin .2s linear;
}
.img-article .caption h3 {
color: #fff;
}
.img-article .text-block {
background: #6b6957;
padding: 30px 15px 15px;
color: #fff;
-webkit-transition: background .2s linear;
transition: background .2s linear;
}
.img-article .text-block h3 {
text-transform: none;
font-weight: 700;
color: #fff;
letter-spacing: 1px;
margin-bottom: 15px;
}
.img-article .text-block h3 a {
color: #fff;
}
.img-article .text-block p {
margin-bottom: 25px;
}
.img-article .holder:hover .caption,
.img-article .holder:hover .text-block {
background: #474d4b;
}
.img-article .social-networks {
margin: 0 -10px;
}
.img-article .social-networks li {
font-size: 22px;
padding: 0 10px;
}
.img-article .social-networks a {
color: #fff;
}
.guide-info {
margin-top: 45px;
} .list-view .filter-option {
max-width: 500px;
}
.list-view .star-rating {
margin-right: 15px;
}
.list-view .star-rating .disable {
color: #787878;
}
.list-view .activity-level .hover {
display: none;
}
.list-view .activity-level .ico {
font-size: 67px;
line-height: 1;
color: #9d9d9d;
}
.list-view .article {
max-width: 500px;
}
.list-view .article .thumbnail:hover h3 a {
color: #b0a377;
}
.list-view .article .thumbnail:hover .price span {
color: #b0a377;
}
.list-view .article .thumbnail:hover .activity-level .ico {
color: #b0a377;
}
.list-view .article .thumbnail:hover .star-rating {
color: #b0a377;
}
.list-view .article .img-wrap {
text-align: center;
margin: 0 auto 20px;
}
.list-view .article .img-wrap img {
border-radius: 5px;
width: 100%;
}
.list-view .article .info-aside {
border: solid #ebebeb;
border-width: 1px 0 0;
margin-bottom: 20px;
padding-top: 15px;
}
.list-view .article .info-aside .price {
max-width: none;
}
.list-view .article .info-aside .price span {
color: #5c5e62;
font-size: 1.186em;
}
.list-view .article h3 {
overflow: hidden;
}
.list-view .article .star-rating,
.list-view .article .info-rate {
display: inline-block;
vertical-align: middle;
max-width: 42%;
}
.list-view .article .info-rate {
max-width: 56%;
}
.list-view .article .info-footer {
overflow: visible;
}
.list-view .article .info-footer li {
display: inline-block;
vertical-align: middle;
margin: 0 10px;
padding: 0;
}
.list-view .article .info-footer [class^='icon-'],
.list-view .article .info-footer [class*=' icon-'] {
font-size: 20px;
}
.list-view .article .reviews-holder {
margin-bottom: 15px;
}
.list-view .article .ico-list {
display: inline-block;
vertical-align: middle;
border-right: 1px solid #ebebeb;
overflow: visible;
}
.list-view .article footer {
border: 0;
margin-top: 0;
padding-top: 0;
padding-bottom: 5px;
}
.list-view .article .ico-action a {
color: #9d9d9d;
}
.list-view .article .ico-action a:hover {
color: #b0a377;
} .recent-block {
padding: 45px 0;
}
.recent-block h2 {
margin: 0;
}
.recent-block .thumbnail {
padding: 20px 10px;
}
.recent-block .thumbnail:hover .sub-info span:last-child {
color: #474d4b;
}
.recent-block.recent-wide-thumbnail .img-wrap {
margin: 0 -10px 25px;
}
.recent-block.recent-wide-thumbnail .thumbnail:hover {
box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
}
.recent-block.recent-list .thumbnail {
background: #fafafa;
box-shadow: none;
}
.recent-block .article {
margin-top: 30px;
}
.recent-block.recent-gray {
background: #fafafa;
}
.recent-block.recent-gray .thumbnail {
background: #fff;
}
.recent-block.recent-gray .article .col-holder {
background: #fff;
box-shadow: none;
}
.recent-block.recent-gray .article footer {
margin: 0;
}
.recent-block .thumbnail {
background: #f8f8f8;
}
.recent-block h3 {
color: #5c5e62;
}
.recent-block .article .img-wrap {
margin-bottom: 20px;
}
.recent-block .article .img-wrap img {
width: 100%;
}
.recent-block footer {
overflow: visible;
border-top: 0;
margin-top: 0;
}
.recent-block .sub-info {
float: right;
width: 124px;
font-size: 1.143em;
line-height: 1em;
font-weight: 700;
margin: 0 -10px;
}
.recent-block .sub-info span {
display: inline-block;
vertical-align: middle;
padding: 0 10px;
position: relative;
margin-right: -.25em;
}
.recent-block .sub-info span:before {
content: '';
left: 0;
top: 2px;
bottom: 2px;
background: #5c5e62;
width: 1px;
position: absolute;
}
.recent-block .sub-info span:first-child:before {
display: none;
}
.recent-block .ico-list {
overflow: visible;
float: left;
width: calc(100% - 112px);
margin: 0 -5px;
}
.recent-block .ico-list li {
margin: 0 5px 5px;
padding: 0;
}
.recent-block .ico-list .popup {
padding: 5px;
}
.recent-block .ico-list [class^='icon-'],
.recent-block .ico-list [class*=' icon-'] {
font-size: 20px;
}
.recent-block .ico-list .hover {
display: none;
}
.recent-block .ico-list img {
display: inline-block;
} .image-slide {
position: relative;
height: 100%;
margin-left: -15px;
margin-right: -15px;
}
.image-slide .controls {
position: absolute;
bottom: 0;
z-index: 9;
right: 0;
}
.image-slide .controls a {
background: #b0a377;
color: #fff;
width: 50px;
height: 50px;
float: left;
text-align: center;
line-height: 50px;
font-size: 14px;
-webkit-transition: background linear .3s;
transition: background linear .3s;
}
.image-slide .controls a:hover {
background: #c3b997;
}
.image-slide .controls a.btn-prev {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.image-slide .controls a.btn-next {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.image-slide .slide {
position: absolute;
z-index: 1;
left: 0;
top: 0;
}
.image-slide .slide.active {
z-index: 2;
}
.image-slide.not-enough-slides a.btn-prev,
.image-slide.not-enough-slides a.btn-next {
visibility: hidden;
} .popup {
-webkit-transform: translate(-50%, 15px);
-ms-transform: translate(-50%, 15px);
transform: translate(-50%, 15px);
width: 100px;
position: absolute;
left: 50%;
top: 100%;
border-radius: 7px;
background: #b0a377;
color: #fff;
padding: 2px 5px;
text-align: center;
text-transform: uppercase;
display: none;
z-index: 999;
font-size: 12px;
}
.popup:before {
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 7px solid #b0a377;
content: '';
position: absolute;
left: 50%;
bottom: 100%;
}
.pop-opener {
position: relative;
}
.pop-opener:hover [class^='icon-'],
.pop-opener:hover [class*=' icon-'] {
color: #b0a377;
}
.pop-opener:hover .popup {
display: block;
}
.recent-block .popup {
top: auto;
bottom: 100%;
margin-bottom: 25px;
}
.recent-block .popup:before {
border-bottom: 0;
border-top: 7px solid #474d4b;
bottom: auto;
top: 100%;
} .article .pop-opener:hover [class^='icon-'],
.article .pop-opener:hover [class*=' icon-'] {
color: #474d4b;
}
.article .popup {
background: #474d4b;
}
.article .popup:before {
border-bottom-color: #474d4b;
} .comment-slot.v-middle .thumb,
.comment-slot.v-middle .text {
vertical-align: middle;
}
.comment-slot .thumb {
display: inline-block;
vertical-align: top;
width: 50px;
margin-right: 15px;
overflow: hidden;
border-radius: 50px;
}
.comment-slot .thumb img {
border-radius: 100%;
}
.comment-slot .name {
display: block;
font-size: 1.143em;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.comment-slot .name a {
color: #5c5e62;
}
.comment-slot .name a:hover {
color: #474d4b;
}
.comment-slot .text {
display: inline-block;
vertical-align: middle;
width: calc(100% - 70px);
} .comments {
padding: 30px 15px;
border: 1px solid #f8f8f8;
box-shadow: 0 0 1px 1px rgba(1, 2, 2, .1);
}
.comments .comment-head {
overflow: hidden;
margin: 0 0 15px;
}
.comments .comment-head .left {
float: left;
width: 50%;
padding-right: 10px;
}
.comments .comment-head .meta {
font-style: italic;
}
.comments .comment-head .name {
display: block;
font-weight: 400;
margin-bottom: 5px;
}
.comments .comment-head .right {
width: 50%;
text-align: right;
float: left;
padding-top: 5px;
}
.comments p {
margin: 0 0 30px;
}
.comments.reply {
padding: 0;
box-shadow: none;
border: 0;
padding: 40px 0 0 100px;
}
.comments.reply .comment-slot .comment-detail {
max-width: 570px;
}
.comments .comment-slot {
overflow: hidden;
border-bottom: 0;
padding: 20px 0 15px;
}
.comments .comment-slot .text:hover a {
color: #b0a377;
}
.comments .comment-slot .text:hover .star-rating {
color: #b0a377;
}
.comments .comment-slot:first-child {
padding-top: 0;
}
.comments .comment-slot .thumb {
width: 75px;
padding-right: 20px;
margin-right: 0;
margin-top: 10px;
}
.comments .comment-slot .text {
width: calc(100% - 80px);
}
.comments .comment-slot .comment-detail {
max-width: 670px;
border-bottom: 1px solid #e2e2e2;
padding: 0 20px 30px 0;
}
.comments .link-holder {
font-style: italic;
}
.comments .link-holder a {
color: #5c5e62;
}
.comments .link-holder a:hover {
color: #474d4b;
}
.comments .comment-holder {
margin: 0 0 20px;
}
.comments .link-more {
font-size: 1.143em;
font-weight: 700;
padding-top: 2px;
margin-left: 175px;
}
.comments .link-more a {
color: #5c5e62;
}
.comments .link-more a:hover {
color: #b0a377;
} .star-rating > span {
display: inline-block;
vertical-align: middle;
margin-right: -2px;
}
.star-rating > span:hover {
cursor: pointer;
color: #b0a377;
}
.star-rating [class^='icon-'],
.star-rating [class*=' icon-'] {
font-size: 15px;
line-height: 1em;
}
.star-rating .disable {
color: #adadad;
}  .social-networks li {
display: inline-block;
vertical-align: middle;
padding: 0 5px;
}
.social-networks a span {
-webkit-transition: color .2s linear;
transition: color .2s linear;
}
.social-networks a.facebook:hover {
color: #136ad5;
}
.social-networks a.twitter:hover {
color: #00aced;
}
.social-networks a.google:hover {
color: #dd4b39;
}
.social-networks a.pin:hover {
color: #cb2027;
}
.social-networks .icon-twitter:hover {
color: #00aced;
}
.social-networks .icon-facebook:hover {
color: #136ad5;
}
.social-networks .icon-google-plus:hover {
color: #dd4b39;
}
.social-networks .icon-linkedin:hover {
color: #007bb5;
} .seperator {
border-bottom: 1px solid #e2e2e2;
position: relative;
padding-bottom: 30px;
}
.seperator:before {
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
content: '';
position: absolute;
left: 50%;
bottom: 0;
width: 120px;
height: 4px;
background: #e2e2e2;
} .booking-form .form-holder,
.twocol-form .form-holder {
box-shadow: .5px .9px 1px rgba(1, 2, 2, .1);
background: #f8f8f8;
padding: 20px 10px;
margin-bottom: 45px;
}
.booking-form .form-holder .form-control,
.twocol-form .form-holder .form-control {
border-color: #dfdfdf;
background: transparent;
color: #5c5e62;
height: 40px;
}
.booking-form .form-holder .form-control::-webkit-input-placeholder,
.twocol-form .form-holder .form-control::-webkit-input-placeholder {
font-style: italic;
}
.booking-form .form-holder .form-control:-moz-placeholder,
.twocol-form .form-holder .form-control:-moz-placeholder {
font-style: italic;
}
.booking-form .form-holder .form-control::-moz-placeholder,
.twocol-form .form-holder .form-control::-moz-placeholder {
font-style: italic;
}
.booking-form .form-holder .form-control:-ms-input-placeholder,
.twocol-form .form-holder .form-control:-ms-input-placeholder {
font-style: italic;
}
.booking-form .form-holder .form-control:focus,
.booking-form .form-holder .form-control:active,
.twocol-form .form-holder .form-control:focus,
.twocol-form .form-holder .form-control:active {
border-color: #c5c5c5;
}
.booking-form .col-md-6:last-child .form-holder,
.twocol-form .col-md-6:last-child .form-holder {
margin-bottom: 0;
}
.booking-form textarea.form-control,
.twocol-form textarea.form-control {
min-height: 190px !important;
resize: none;
}
.booking-form h2,
.twocol-form h2 {
color: #5c5e62;
padding-bottom: 30px;
margin-bottom: 25px;
border-bottom: 1px solid rgba(125, 125, 125, .2);
}
.booking-form label,
.twocol-form label {
margin-bottom: 20px;
text-transform: capitalize;
}
.booking-form .hold,
.twocol-form .hold {
margin-bottom: 20px;
}
.booking-form .option,
.twocol-form .option {
padding-bottom: 20px;
padding-top: 10px;
}
.booking-form .option li,
.twocol-form .option li {
overflow: hidden;
margin-bottom: 5px;
}
.booking-form .option label,
.twocol-form .option label {
margin-bottom: 0;
}
.booking-form .option .info-hold,
.twocol-form .option .info-hold {
padding-left: 30px;
}
.booking-form .payment-option,
.twocol-form .payment-option {
display: none;
float: none;
padding-left: 30px;
}
.booking-form .order-block,
.twocol-form .order-block {
padding-top: 25px;
}
.booking-form [type='submit'].btn,
.twocol-form [type='submit'].btn {
width: 100%;
padding: 10px;
} .product-table {
border: 2px solid #dfdfdf;
width: 100%;
margin-bottom: 60px;
}
.product-table td,
.product-table th {
padding: 10px;
}
.product-table th {
border-bottom: 1px solid rgba(125, 125, 125, .2);
}
.product-table tfoot td {
font-weight: 700;
border-top: 1px solid rgba(125, 125, 125, .2);
}
.product-table .amount {
font-weight: 700;
}
.product-table .title,
.product-table time {
display: block;
}
.product-table .title {
font-weight: 700;
} .top-box {
font-size: 16px;
line-height: 1.2;
font-weight: 400;
margin-bottom: 25px;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.top-box .holder {
color: #5c5e62;
display: block;
border: 2px solid #f8f8f8;
padding: 10px 20px;
overflow: hidden;
position: relative;
-webkit-transition: border .2s linear;
transition: border .2s linear;
}
.top-box .holder:hover .arrow {
right: 20px;
}
.top-box .left {
display: none;
}
.top-box .right {
float: left;
}
.top-box .arrow {
position: absolute;
right: 35px;
top: 50%;
-webkit-transform: translate(0, -50%) rotate(270deg);
-ms-transform: translate(0, -50%) rotate(270deg);
transform: translate(0, -50%) rotate(270deg);
-webkit-transition: right .2s linear;
transition: right .2s linear;
}
.top-box .arrow:before {
content: '\e906';
font: 18px/1 'icomoon';
} .featured-content {
position: relative;
overflow: hidden;
text-align: center;
}
.featured-content.feature-small {
background: #474d4b;
color: #fff;
}
.featured-content.feature-small .column {
min-height: 0;
}
.featured-content.feature-small .bg-stretch {
z-index: 1;
}
.featured-content.feature-small .btn-lg {
min-width: 260px;
}
.featured-content .bg-stretch {
z-index: 1;
}
.featured-content .row {
overflow: hidden;
margin: 0;
}
.featured-content .row:nth-child(even) .image {
float: right;
}
.featured-content .article {
padding: 20px;
}
.featured-content .container-fluid {
padding: 0;
} .bar-holder {
margin-bottom: -5px;
}
.bar-holder .title {
font-size: 1.143em;
line-height: 1;
display: block;
margin-bottom: 25px;
} .progress {
height: 20px;
background: #414141;
box-shadow: none;
margin-bottom: 30px;
overflow: visible;
}
.progress .progress-bar {
position: relative;
box-shadow: none;
background: #b0a377;
}
.progress .value {
position: absolute;
right: -35px;
font-style: italic;
font-size: 14px;
line-height: 1.2;
background: #474d4b;
color: #fff;
padding: 5px;
min-width: 50px;
top: -40px;
}
.progress .value:before {
content: '';
position: absolute;
left: 50%;
top: 100%;
width: 0;
height: 0;
border-style: solid;
border-width: 8px 8px 0 0;
margin-left: -11px;
border-color: #474d4b transparent transparent;
}
.progress-holder {
padding-top: 45px;
margin-bottom: -10px;
} .block-quotation {
padding: 15px 10px;
color: #fff;
position: relative;
text-align: center;
z-index: 1;
background: #b0a377;
margin: 40px 0;
}
.block-quotation.no-bottom {
margin-bottom: 0;
}
.block-quotation:after {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(176, 163, 119, .69);
z-index: -1;
}
.block-quotation img {
opacity: .52;
}  .partner-block {
padding: 60px 0;
text-align: center;
background: #fafafa;
}
.partner-block .partner {
margin-top: 45px;
padding: 0 15px;
padding-bottom: 1px;
}
.partner-block a {
display: block;
height: 100%;
border-bottom: 1px solid #dedede;
padding-bottom: 45px;
position: relative;
min-height: 117px;
}
.partner-block a:before {
content: '';
background: #474d4b;
left: 50%;
bottom: -1px;
width: 0;
height: 1px;
position: absolute;
-webkit-transition: width .2s linear, left .2s linear;
transition: width .2s linear, left .2s linear;
}
.partner-block a .hover {
display: none;
}
.partner-block a img {
-webkit-transition: opacity .2s linear;
transition: opacity .2s linear;
display: inline-block;
}
.partner-block a:hover img {
display: none;
}
.partner-block a:hover img.hover {
display: inline-block;
}
.partner-block a:hover:before {
left: 0;
width: 100%;
} .ico-article {
margin-top: 30px;
line-height: 1.714;
max-width: 500px;
margin-left: auto;
margin-right: auto;
}
.ico-article .ico-holder {
margin: 0 0 13px;
min-height: 35px;
} .step-block {
padding: 45px 0;
color: #fff;
position: relative;
overflow: hidden;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.step-block .container {
position: relative;
z-index: 2;
} .content-intro {
padding-bottom: 60px;
}
.content-intro .text-holder {
padding-top: 60px;
margin-bottom: 45px;
text-align: center;
}
.content-intro .text-holder .btn-holder {
margin-top: 45px;
}
.content-intro .map-col {
position: relative;
z-index: 1;
text-align: center;
margin-top: 20px;
}
.content-intro .map-col .holder {
background: #474d4b;
border: 10px solid #2f3231;
padding: 10px;
max-width: 400px;
margin: 0 auto;
}
.content-intro .map-holder {
margin: 0 0 20px;
border: 0;
}
.content-intro .info {
color: #fff;
}
.content-intro .info strong {
display: block;
font-size: 18px;
font-weight: 700;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.content-intro .info .sub {
font-style: italic;
} .trip-info {
background: #fafafa;
}
.trip-info .height:first-child {
padding-left: 0;
padding-right: 0;
}
.trip-info .text-col {
white-space: nowrap;
text-align: center;
}
.trip-info .text-col:after {
content: '';
display: inline-block;
vertical-align: middle;
height: 100%;
margin-right: -.25em;
}
.trip-info .text-col .holder {
display: inline-block;
vertical-align: middle;
width: 100%;
white-space: normal;
max-width: 755px;
padding: 30px 0;
}
.trip-info h1 {
margin-bottom: 35px;
}
.trip-info .price {
font-size: 1.7124em;
line-height: 1.33333em;
font-weight: 300;
font-style: italic;
margin: 0 0 30px;
}
.trip-info .price strong {
font-style: normal;
font-weight: 700;
display: block;
color: #474d4b;
margin-top: 10px;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.trip-info .description {
margin-bottom: 30px;
}
.trip-info .reviews-info .star-rating {
color: #474d4b;
}
.trip-info .social-share {
display: table;
width: 100%;
table-layout: fixed;
}
.trip-info .social-share li {
display: table-cell;
}
.trip-info .social-share .ico {
display: inline-block;
vertical-align: middle;
font-size: 18px;
}
.trip-info .btn-holder {
margin: 0 0 45px;
}
.reviews-slot .name {
font-size: 1.143em;
}
#tour-slide {
height: 100%;
}
#tour-slide .owl-wrapper-outer,
#tour-slide .owl-item,
#tour-slide .owl-wrapper {
height: 100%;
}
#tour-slide .owl-controls {
margin: 0;
}
#tour-slide .slide {
min-height: 320px;
}
#tour-slide .owl-buttons {
position: absolute;
bottom: 0;
right: 0;
}
#tour-slide .owl-prev,
#tour-slide .owl-next {
float: left;
background: #292929;
color: #fff;
width: 50px;
height: 50px;
float: left;
text-align: center;
line-height: 50px;
font-size: 14px;
-webkit-transition: background linear .3s;
transition: background linear .3s;
border: 0;
font-size: 0;
z-index: 9;
position: relative;
border-radius: 0;
margin: 0;
opacity: 1;
}
#tour-slide .owl-prev:after,
#tour-slide .owl-next:after {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
content: '\e906';
font: 14px/50px 'icomoon';
display: block;
text-align: center;
position: absolute;
left: 0;
top: 0;
right: 0;
}
#tour-slide .owl-prev:hover,
#tour-slide .owl-next:hover {
background: #b0a377;
}
#tour-slide .owl-prev:after {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
} .trip-detail {
padding-top: 45px;
padding-bottom: 45px;
}
.trip-detail .img-article {
max-width: none;
margin-bottom: 30px;
}
.trip-detail .img-article .text-block {
padding: 25px 20px 15px;
font-size: .857em;
font-weight: 400;
letter-spacing: .02em;
}
.trip-detail .img-article h3 {
font-size: 1.333em;
font-weight: 400;
margin-bottom: 10px;
}
.trip-detail .img-article p {
margin: 0;
}
.trip-detail .comments {
padding-bottom: 45px;
}
.trip-detail .comments .thumb {
width: 80px;
}
.trip-detail .comments .text {
width: auto;
}
.trip-detail .comments .des {
border-top-color: #9d9d9d;
}
.trip-detail .comments .link-more {
margin: 0;
letter-spacing: .04em;
}
.trip-detail .comments .comment-holder {
margin-bottom: 30px;
}
.trip-detail .header-box {
margin-bottom: 20px;
}
.trip-detail .gallery-list {
margin: 0 -15px;
}
.trip-detail .gallery-list.has-center .title {
padding-bottom: 10px;
margin-bottom: 15px;
letter-spacing: .03em;
}
.trip-detail .gallery-list li {
width: auto;
margin: 0 auto 30px;
float: none;
max-width: 400px;
padding: 0 15px;
}
.trip-detail .gallery-list li img {
width: 100%;
}
.trip-detail [class^='col-'],
.trip-detail [class*=' col-'] {
margin-bottom: 30px;
}
.trip-detail .nav-wrap {
background: #b0a377;
padding: 20px 0;
}
.trip-detail .img-list li {
display: inline-block;
vertical-align: middle;
padding: 0 20px;
}
.trip-detail .tab-content {
padding: 30px 0;
font-size: 14px;
line-height: 24px;
}
.trip-detail .detail {
padding: 20px 10px 10px;
background: #f8f8f8;
box-shadow: 1px 1px 1px rgba(1, 2, 2, .1);
}
.trip-detail .detail p {
margin: 0 0 25px;
}
.trip-detail .detail .reviews-slot {
padding-top: 25px;
border-top: 1px solid #e6e6e6;
margin-top: 15px;
padding-bottom: 5px;
}
.trip-detail .detail .img-list {
padding-bottom: 10px;
}
.trip-detail .text-box {
padding-left: 55px;
padding-bottom: 35px;
}
.trip-detail .text-box.not-included:before {
content: '\e947';
}
.trip-detail .text-box:before {
font: 40px/1 'icomoon';
position: absolute;
left: 10px;
top: 10px;
content: '\e957';
color: #adadad;
}
.trip-detail .accomodation-block .text-box {
padding-right: 30px;
padding-bottom: 45px;
}
.trip-detail .accomodation-block .text-box .sub-title {
margin-bottom: 30px;
} .reviews-info {
margin-bottom: 45px;
}
.reviews-info > li {
padding: 0 0 5px;
position: relative;
margin: 0 0 15px 0;
}
.reviews-info > li:before {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 1px;
background: #e2e2e2;
}
.reviews-info .info-left {
width: 50%;
padding-right: 10px;
float: left;
text-align: left;
}
.reviews-info .info-right {
float: right;
max-width: 50%;
text-align: right;
}
.reviews-info .title {
display: block;
}
.reviews-info .ico-list {
margin-left: -5px;
margin-right: -5px;
}
.reviews-info .ico-list li {
display: inline-block;
vertical-align: middle;
padding: 0 5px;
}
.question-select {
margin-bottom: 20px;
}
.question-select .jcf-select {
border: 1px solid #f8f8f8;
display: block;
padding: 10px;
margin: 0;
}
.question-select .jcf-select:hover .jcf-select-text {
color: #b0a377;
}
.question-select .jcf-select .jcf-select-text {
font-size: 14px;
line-height: 24px;
font-weight: normal;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #5c5e62;
margin-right: 30px;
letter-spacing: 0;
text-transform: none;
}
.question-select .jcf-select .jcf-select-opener {
width: 31px;
}
.question-select .jcf-select .jcf-select-opener:after {
color: #9d9d9d;
left: 0;
right: auto;
font-size: 15px;
line-height: 1;
margin-top: -7px;
}
.question-select .nav {
display: none;
} .header-box {
padding: 10px;
border: 1px solid #f8f8f8;
display: block;
margin: 0 0 30px;
overflow: hidden;
font-weight: 400;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.header-box:hover {
color: #b0a377;
}
.header-box:hover .star-rating {
color: #474d4b;
}
.header-box .title {
font-weight: 400;
margin-right: 10px;
display: inline-block;
vertical-align: middle;
}
.header-box .star-rating {
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
.header-box .value {
display: inline-block;
vertical-align: middle;
}
.header-box .link-right {
float: right;
max-width: 40%;
}
.header-box a:hover {
color: #b0a377;
} .tab-container {
position: relative;
}
.tab-container .tab-pane {
display: block !important;
position: absolute;
top: -9999px;
left: -9999px;
}
.tab-container .tab-pane.active {
position: static;
}
.nav-wrap {
background: #fd9a00;
z-index: 99;
}
#sticky-tab .nav{
display: block !important;
}
#sticky-tab.fixed-nav{
position: fixed;
top: 50px;
}
.departure-layer{
position: absolute;
padding: 5px;
background-color:rgba(255,255,255,0.8) ;
color: #000;
bottom: 0;
left: 0;
} .nav-tabs {
font-size: 1.286em;
padding: 10px 0;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.nav-tabs > li {
border: 0;
float: none;
display: inline-block;
margin: 0;
padding: 10px 5px;
width: 49%;
}
.nav-tabs > li.active a,
.nav-tabs > li:focus a {
background: none;
border: 0;
color: #fff;
font-weight: bold;
margin: 0;
}
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a.active,
.nav-tabs > li.active a:focus,
.nav-tabs > li:focus a:hover,
.nav-tabs > li:focus a.active,
.nav-tabs > li:focus a:focus {
background: none;
margin: 0;
border: 0;
color: #b0a377;
}
.nav-tabs > li > a {
background: none;
border: 0;
margin: 0;
color: #fff;
padding: 0;
display: inline-block;
}
.nav-tabs > li > a:hover {
background: none;
color: #b0a377;
} .has-mega-dropdown .nav-hover {
display: inline-block;
vertical-align: top;
width: 150px;
padding-right: 15px;
font-size: inherit;
}
.has-mega-dropdown .nav-hover li {
margin: 0 0 10px;
padding: 0;
}
.has-mega-dropdown .nav-hover li a {
padding: 0;
}
.has-mega-dropdown .nav-hover li a:focus {
background: none;
}
.has-mega-dropdown .tab-content {
display: inline-block;
vertical-align: top;
width: calc(100% - 155px);
}
.has-mega-dropdown .tab-content .header-link {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
.dropdown-menu {
top: 99%;
}
.no-icons .navbar-nav .mega-center.has-mega-dropdown.mega-md .dropdown-menu {
right: 0;
}
.navbar-nav .mega-center.has-mega-dropdown.mega-md .dropdown-menu {
left: 0;
right: 0;
width: auto;
box-shadow: none;
}
.navbar-nav .mega-center.has-mega-dropdown.mega-md .drop-wrap {
max-width: 800px;
margin: 0 0 0 auto;
}
.navbar-nav .mega-center.has-mega-dropdown.mega-md .nav-hover li {
margin-bottom: 20px;
}
.navbar-nav .mega-center.has-mega-dropdown.mega-md .tab-content .header-link li {
padding: 0;
margin-bottom: 20px;
}  .table-container .date-text {
display: block;
font-size: 16px;
margin-bottom: 5px;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.table-container .sub-text {
display: block;
font-weight: 400;
font-style: italic;
letter-spacing: .09em;
}
.table-container .btn {
float: right;
} .table-striped tbody tr:nth-child(even) {
background: #f8f8f8;
}
.table-striped tbody tr:nth-child(odd) {
background: transparent;
}
.table-hover tbody tr {
-webkit-transition: background .2s linear;
transition: background .2s linear;
}
.table-hover tbody tr:hover {
background: #f8f8f8;
} table.table {
font-size: .9em;
min-width: 725px;
}
table.table tbody tr td,
table.table thead tr td {
vertical-align: middle;
}
table.table .btn {
min-width: 1px;
font-size: 1em;
}
table.table tbody td:last-child .cell {
border-right: 1px solid #f8f8f8;
}
table.table tbody tr {
border-color: #fff;
border-style: solid;
border-width: 15px 0;
background: transparent;
}
table.table tbody tr td:first-child .cell {
border-left: 1px solid #f8f8f8;
}
table.table tbody tr td .cell {
border: solid #f8f8f8;
border-width: 1px 0;
}
table.table > thead > tr > th {
border: 0;
padding: 10px 5px 15px;
}
table.table > tbody > tr {
background: none;
font-weight: 500;
}
table.table > tbody > tr:first-child td {
border-top: 0;
}
table.table > tbody > tr > td {
padding: 0;
}
table.table > tbody > tr .middle {
padding: 5px;
min-height: 65px;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
white-space: normal;
}
.table .cell {
display: table;
width: 100%;
min-height: 65px;
}
.table .cell .middle {
display: table-cell;
vertical-align: middle;
} .detail-accordion {
margin: 0;
padding: 0;
list-style-type: none;
counter-reset: ol-counter;
}
.detail-accordion > li {
position: relative;
margin-bottom: 5px;
border: 1px solid #f8f8f8;
}
.detail-accordion > li:before {
content: counter(ol-counter);
counter-increment: ol-counter;
position: absolute;
top: 6px;
left: 12px;
width: 43px;
line-height: 55px;
font-size: 16px;
text-align: center;
}
.detail-accordion > li:after {
border: 2px solid #e2e2e2;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
content: '';
left: 16px;
height: 35px;
width: 35px;
position: absolute;
top: 16px;
}
.detail-accordion > li:hover:after {
border-color: #5c5e62;
}
.detail-accordion > li:not(.active) > a:after {
transform: rotate(270deg);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
}
.detail-accordion > li.active {
box-shadow: 1px 1px 1px rgba(1, 2, 2, .07);
}
.detail-accordion > li.active:after {
border-color: #5c5e62;
}
.detail-accordion > li.active > a:after {
color: #9d9d9d;
}
.detail-accordion > li.active > a:before {
border-color: #9d9d9d;
}
.detail-accordion > li > a {
display: block;
padding: 10px 20px 10px 80px;
position: relative;
-webkit-transition: all linear .2s;
transition: all linear .2s;
}
.detail-accordion > li > a:after {
content: '\e906';
font: 18px/10px 'icomoon';
position: absolute;
right: 20px;
top: 50%;
color: #e2e2e2;
margin-top: -5px;
-webkit-transition: all linear .2s;
transition: all linear .2s;
}
.detail-accordion > li > a span {
font-style: italic;
}
.detail-accordion .title {
display: block;
font-size: 1.143em;
margin-bottom: -5px;
font-weight: 400;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.detail-accordion .slide {
padding: 0 20px;
}
.detail-accordion .slide-holder {
padding: 25px 0 20px;
border-top: 1px solid #e1e1e1;
margin-left: 60px;
margin-top: 10px;
} .fancybox-overlay {
background: rgba(0, 0, 0, .87);
min-width: 320px;
}
.fancybox-skin {
border-radius: 0;
padding: 20px !important;
background: none;
box-shadow: none !important;
}
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
width: 30px;
height: 30px;
border-radius: 100%;
background: rgba(0, 0, 0, .6);
box-shadow: 0 0 1px rgba(0, 0, 0, .4);
}
.fancybox-close:after,
.fancybox-prev span:after,
.fancybox-next span:after {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
left: 50%;
top: 50%;
font: 8px/30px 'icomoon';
}
.fancybox-prev span,
.fancybox-next span {
display: block;
vertical-align: middle;
background: none;
box-shadow: none;
visibility: visible;
position: relative;
left: auto;
right: auto;
width: 30px;
height: 30px;
margin: 0;
top: 0;
}
.fancybox-close {
top: 20px;
right: 20px;
border-radius: 0;
position: absolute;
color: #fff;
}
.fancybox-close:hover {
background: #000;
}
.fancybox-close:hover:after {
color: #fff;
}
.fancybox-close:after {
content: '\e914';
font-size: 14px;
}
.fancybox-nav {
width: 30px;
height: 30px;
top: 50%;
margin-top: -15px;
background: rgba(0, 0, 0, .6);
text-align: center;
color: #fff;
}
.fancybox-nav:hover {
background: #000;
color: #fff;
}
.fancybox-prev span:after,
.fancybox-next span:after {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
content: '\e906';
text-align: center;
left: 3px;
top: 0;
font-size: 20px;
}
.fancybox-next span:after {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
left: auto;
right: 3px;
}
.fancybox-title {
right: 0;
left: 0;
margin: 0 20px -9px;
width: auto !important;
}
.fancybox-title .child {
margin: 0;
display: block;
border-radius: 0;
padding: 5px 20px;
background: #292929;
}  .carousel.carousel-fade .carousel-inner .item {
opacity: 0;
-webkit-transition-property: opacity;
transition-property: opacity;
}
.carousel.carousel-fade .carousel-inner .item,
.carousel.carousel-fade .carousel-inner .active.left,
.carousel.carousel-fade .carousel-inner .active.right {
opacity: 0;
}
.carousel.carousel-fade .carousel-inner .active,
.carousel.carousel-fade .carousel-inner .next.left,
.carousel.carousel-fade .carousel-inner .prev.right {
opacity: 1;
z-index: 2;
}
.carousel.carousel-fade .carousel-inner .next,
.carousel.carousel-fade .carousel-inner .prev,
.carousel.carousel-fade .carousel-inner .active.left,
.carousel.carousel-fade .carousel-inner .active.right {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.carousel .carousel-control {
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
background: #292929;
width: 30px;
height: 30px;
top: 50%;
opacity: 1;
font-size: 8px;
line-height: 30px;
text-shadow: none;
z-index: 2;
}
.carousel .carousel-control span {
display: inline-block;
}
.carousel .carousel-control.left span {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.carousel .carousel-control.right span {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.carousel .carousel-control:hover {
background: #b0a377;
} .content-list.tick-list ul li:before {
content: '\e962';
}
.content-list.cross-list ul li:before {
content: '\e914';
}
.content-list ul li {
padding-left: 35px;
position: relative;
margin-bottom: 5px;
}
.content-list ul li:before {
position: absolute;
left: 0;
top: 7px;
font: 16px/16px 'icomoon';
color: #adadad;
} .reviews-slot.v-middle .thumb,
.reviews-slot.v-middle .text {
display: inline-block;
vertical-align: middle;
}
.reviews-slot.v-middle .thumb {
width: 75px;
}
.reviews-slot.v-middle .text {
width: calc(100% - 82px);
letter-spacing: .04em;
}
.reviews-slot .name a:hover {
color: #b0a377;
}
.reviews-body {
background: #f8f8f8;
}
.reviews-body .comment-slot {
border-bottom: 1px solid rgba(157, 157, 157, .15);
padding-bottom: 30px;
padding-top: 30px;
} .ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
border-radius: 0;
}
.ui-widget-content {
background: #9d9d9d;
}
.ui-slider-horizontal {
height: 6px;
border: none;
margin-top: 6px;
}
.ui-slider-horizontal .ui-widget-header {
background: #9d9d9d;
}
.ui-slider-horizontal .ui-slider-handle {
height: 18px;
width: 6px;
border: none;
margin-left: 0;
outline: none;
background: #9d9d9d;
top: -6px;
}
.ui-slider-horizontal .ui-slider-handle.ui-state-active {
background: #9d9d9d;
}
.price-input {
text-align: center;
padding: 0;
margin-top: 10px;
color: #5c5e62;
}  .blog-full-width {
padding-bottom: 100px;
} .article.blog-article {
max-width: none;
}
.article.blog-article:first-child {
margin-top: 0;
}
.article.blog-article .img-wrap {
overflow: hidden;
border-radius: 5px;
}
.article.blog-article .img-wrap img {
border-radius: 5px;
}
.article.blog-article .thumbnail .meta {
border-bottom: 0;
padding-bottom: 15px;
}
.article.blog-article:hover .heading {
color: #b0a377;
}
.article.blog-article:hover .heading h3 a {
color: #b0a377;
}
.article.blog-article:hover .link-view a {
color: #b0a377;
}
.article.blog-article:hover .star-rating .disable a,
.article.blog-article:hover .star-rating .disable span {
color: #adadad;
}
.article.blog-article:hover .star-rating a,
.article.blog-article:hover .star-rating span {
color: #b0a377;
}
.article.blog-article footer {
padding-top: 0;
margin-top: 0;
border-top: 0;
padding-bottom: 15px;
}
.article.blog-article .image-slide {
height: auto;
}
.article.blog-article .description {
padding: 10px;
border: 1px solid #f8f8f8;
}
.article.blog-article .footer-sub {
margin: 0 -10px;
}
.article.blog-article .footer-sub > * {
display: inline-block;
vertical-align: top;
padding: 0 10px;
}
.article.blog-article .footer-sub a:hover {
color: #b0a377;
}
.article.blog-article .star-rating {
padding-left: 0;
}
.article.blog-article .star-rating:before {
display: none;
} .blog-list.list-view .article.blog-article .description {
border: 0;
padding: 0;
overflow: hidden;
}
.blog-list .article.blog-article .thumbnail {
border: 1px solid #f8f8f8;
box-shadow: none;
}
.blog-holder {
margin-bottom: 45px;
}
.blog-holder.no-pagination {
margin-bottom: 0;
} .blog-single .img-wrap {
margin: 0 0 30px;
overflow: hidden;
border-radius: 5px;
}
.blog-single .img-wrap img {
width: 100%;
}
.blog-single h1 {
color: #5c5e62;
}
.blog-single .description {
border: 1px solid #f8f8f8;
padding: 30px 10px;
margin: 0 0 30px;
}
.blog-single .description p {
margin: 0 0 25px;
}
.blog-single .block-quotation p {
margin: 0;
}
.blog-single .header-box {
padding: 15px 25px 20px;
}
.blog-single .meta-article .footer-sub {
display: inline-block;
}
.blog-single .meta-article a:hover {
color: #b0a377;
}  .search-form {
position: absolute;
right: 20px;
top: 23px;
font-size: 20px;
z-index: 2;
-webkit-transition: top .2s linear;
transition: top .2s linear;
line-height: 0;
z-index: 999;
}
.search-form .search-opener {
color: #9d9d9d;
padding: 10px;
}
.search-form .ui-autocomplete {
position: static;
background: transparent;
border: none;
padding-top: 20px;
}
.search-form .ui-menu .ui-menu-item {
padding: 5px 0;
list-style-image: none;
color: #fff;
text-transform: capitalize;
font-weight: 300;
font-size: 20px;
line-height: 30px;
border: none;
-webkit-transition: padding .2s linear;
transition: padding .2s linear;
cursor: pointer;
}
.search-form .ui-menu .ui-menu-item.ui-state-focus,
.search-form .ui-menu .ui-menu-item.ui-state-hover,
.search-form .ui-menu .ui-menu-item.ui-state-active {
margin: 0;
background: transparent;
border: none;
padding-left: 5px;
}
.search-wrap {
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, .87);
position: fixed;
z-index: 999999;
visibility: hidden;
opacity: 0;
white-space: nowrap;
text-align: center;
overflow-y: auto;
padding: 60px 0;
line-height: 1.2;
-webkit-transition: opacity .3s linear;
transition: opacity .3s linear;
}
.search-wrap:before {
content: '';
display: inline-block;
vertical-align: middle;
height: 100%;
margin-right: -.25em;
}
.search-wrap .form-group {
display: inline-block;
vertical-align: middle;
text-align: left;
white-space: normal;
width: 100%;
max-width: 1200px;
margin-bottom: 90px;
padding: 0 20px;
}
.search-wrap .close {
height: 40px;
width: 40px;
position: absolute;
right: 30px;
top: 30px;
font-size: 20px;
line-height: 40px;
border: 1px solid #fff;
-webkit-transition: opacity .3s linear;
transition: opacity .3s linear;
opacity: 1;
text-shadow: none;
color: #fff;
padding: 0;
}
.search-wrap .close:hover {
opacity: .8;
}
.search-wrap .input-holder {
overflow: hidden;
}
.search-wrap .form-control {
width: 100%;
height: 50px;
font-size: 20px;
line-height: 50px;
font-weight: 300;
color: #fff;
border: solid #fff;
border-width: 0 0 1px;
background: none;
outline: none;
box-shadow: none;
padding: 0;
-webkit-transition: all .2s linear;
transition: all .2s linear;
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.search-wrap .form-control::-webkit-input-placeholder {
color: #fff;
overflow: hidden;
text-overflow: ellipsis;
}
.search-wrap .form-control:-moz-placeholder {
color: #fff;
overflow: hidden;
text-overflow: ellipsis;
}
.search-wrap .form-control::-moz-placeholder {
color: #fff;
overflow: hidden;
text-overflow: ellipsis;
}
.search-wrap .form-control:-ms-input-placeholder {
color: #fff;
overflow: hidden;
text-overflow: ellipsis;
}
.search-wrap .form-control:focus {
border-bottom-color: #fff;
} .search-active .search-wrap {
visibility: visible;
opacity: 1;
z-index: 99999;
max-width: none;
}
.search-active .search-slide .search-wrap {
max-width: 500px;
}
.search-active .navbar-default {
z-index: 9;
}
.ui-helper-hidden-accessible {
display: none;
} .trip-form {
font-size: 1.143em;
line-height: 1.5em;
font-style: italic;
font-weight: 700;
color: #fff;
max-width: 1170px;
margin: 0 auto;
box-shadow: none;
background: #6b6957;
border: 10px solid #414141;
padding: 20px 10px;
margin-top: 5%;
}
.trip-form .holder {
padding: 0 5px;
text-align: left;
margin-bottom: 10px;
}
.trip-form .select-holder {
margin: 10px 0 0;
}
.trip-form .input-group.date {
max-width: none;
}
.trip-form-v2.trip-search-main {
display: inline-block;
vertical-align: top;
margin-top: 10%;
width: 100%;
font-size: 14px;
white-space: normal;
max-width: 1010px;
}  .jcf-select {
display: inline-block;
vertical-align: top;
position: relative;
cursor: pointer;
}
.jcf-select.jcf-select-filter-select {
background: #b0a377;
box-shadow: 0 1px 1px rgba(1, 2, 2, .1);
height: 44px;
width: 100%;
}
.jcf-select.jcf-select-filter-select.jcf-select-bg-white {
background: #fff;
}
.jcf-select.jcf-select-filter-select.jcf-select-bg-white .jcf-select-text {
color: #5c5e62;
}
.jcf-select.jcf-select-filter-select.jcf-select-bg-white .jcf-select-opener:after {
color: #5c5e62;
}
.jcf-select.jcf-select-filter-select.jcf-select-bg-gray {
background: #f8f8f8;
}
.jcf-select.jcf-select-filter-select.jcf-select-bg-gray .jcf-select-text {
color: #5c5e62;
}
.jcf-select.jcf-select-filter-select.jcf-select-bg-gray .jcf-select-opener:after {
color: #5c5e62;
}
.jcf-select.jcf-select-filter-select .jcf-select-text {
font-size: 14px;
color: #5c5e62;
font-weight: 700;
line-height: 44px;
padding-left: 15px;
color: #fff;
margin-right: 35px;
}
.jcf-select.jcf-select-filter-select .jcf-select-opener {
width: 44px;
}
.jcf-select.jcf-select-filter-select .jcf-select-opener:after {
color: #fff;
right: 15px;
content: '\e906';
font-size: 14px;
}
.jcf-select.jcf-select-language .jcf-select-opener:after {
content: '\e903';
}
.jcf-select.jcf-select-language:hover .jcf-select-opener:after {
color: #e6e6e6;
}
.jcf-select.jcf-select-sort-select {
background: #b0a377;
box-shadow: none;
text-align: left;
height: 34px;
}
.jcf-select.jcf-select-sort-select .jcf-select-text {
line-height: 32px;
color: #fff;
}
.jcf-select.jcf-select-sort-select .jcf-select-opener:after {
color: #fff;
}
.jcf-select.jcf-select-trip {
background: rgba(37, 37, 37, .7);
border-radius: 4px;
font-size: 14px;
line-height: 20px;
padding: 5px 10px;
min-width: 75px;
color: #9d9d9d;
width: 100%;
}
.jcf-select.jcf-select-trip .jcf-select-text {
font-size: 14px;
line-height: 24px;
font-style: normal;
color: #b0a377;
}
.jcf-select.jcf-select-trip .jcf-select-opener:after {
right: 10px;
color: #b0a377;
font-size: 14px;
}
.jcf-select-trip .jcf-list .jcf-option {
color: #9d9d9d;
letter-spacing: .05em;
}
.jcf-select-trip.jcf-select-dark .jcf-list .jcf-option {
color: #9d9d9d;
}
.jcf-select select {
z-index: 1;
left: 0;
top: 0;
}
.jcf-select .jcf-select-text {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
cursor: default;
display: block;
font-size: 18px;
line-height: 26px;
margin: 0 20px 0 0;
color: #fff;
letter-spacing: .05em;
text-transform: uppercase;
}
.jcf-select .jcf-select-opener {
position: absolute;
text-align: center;
width: 25px;
bottom: 0;
right: 0;
top: 0;
}
.jcf-select .jcf-select-opener:after {
content: '\e906';
position: absolute;
right: 0;
top: 50%;
font: 14px/14px 'icomoon';
margin-top: -7px;
color: #fff;
}
body > .jcf-select-drop {
position: absolute;
margin: -1px 0 0;
z-index: 9999;
min-width: 90px;
}
body > .jcf-select-drop.jcf-drop-flipped {
margin: 1px 0 0;
}
.jcf-select .jcf-select-drop {
position: absolute;
margin-top: 0;
z-index: 9999;
top: 100%;
left: -1px;
right: -1px;
}
.jcf-select .jcf-drop-flipped {
bottom: 100%;
top: auto;
}
.jcf-select-drop .jcf-select-drop-content {
border: 0;
}
.jcf-list-box {
overflow: hidden;
display: inline-block;
border: 1px solid #b8c3c9;
min-width: 200px;
margin: 0 15px;
}
.jcf-list {
display: inline-block;
vertical-align: top;
position: relative;
background: #fff;
font-size: 14px;
line-height: 16px;
width: 100%;
}
.jcf-list .jcf-list-content {
vertical-align: top;
display: inline-block;
overflow: auto;
width: 100%;
}
.jcf-list ul {
list-style: none;
padding: 0;
margin: 0;
}
.jcf-list ul li {
overflow: hidden;
display: block;
}
.jcf-list ul li:first-child {
display: none;
}
.jcf-list .jcf-overflow {
overflow: auto;
}
.jcf-list .jcf-option {
white-space: nowrap;
overflow: hidden;
cursor: default;
display: block;
padding: 10px;
color: #656565;
height: 1%;
}
.jcf-list .jcf-disabled {
background: #fff !important;
color: #9d9d9d !important;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
background: #e6e6e6;
color: #000;
}
.jcf-list .jcf-optgroup-caption {
white-space: nowrap;
font-weight: bold;
display: block;
padding: 5px 10px;
cursor: default;
color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
padding-left: 30px;
}
.jcf-select-drop {
box-shadow: 0 1px 1px 0 rgba(157, 157, 157, .5);
}
.jcf-select-drop.jcf-select-filter-select .jcf-option {
padding-left: 15px;
color: #fff;
}
.jcf-select-drop.jcf-select-filter-select .jcf-option.jcf-hover {
background: #8a7d50;
}
.jcf-select-drop.jcf-select-filter-select .jcf-list {
background: #a79867;
}
.jcf-select-drop.jcf-select-filter-select.jcf-select-bg-white .jcf-list {
background: #fff;
}
.jcf-select-drop.jcf-select-filter-select.jcf-select-bg-white .jcf-option {
color: #5c5e62;
}
.jcf-select-drop.jcf-select-filter-select.jcf-select-bg-white .jcf-option.jcf-hover {
background: #e6e6e6;
}
.jcf-select-drop.jcf-select-filter-select.jcf-select-bg-gray .jcf-option {
color: #5c5e62;
}
.jcf-select-drop.jcf-select-filter-select.jcf-select-bg-gray .jcf-option.jcf-hover {
background: #dfdfdf;
}
.jcf-select-drop.jcf-select-filter-select.jcf-select-bg-gray .jcf-list {
background: #f8f8f8;
}
.jcf-select-drop.jcf-select-question .jcf-select-drop-content {
border: 1px solid #f8f8f8;
}
.jcf-select-drop.jcf-select-question .jcf-list {
font-size: 14px;
line-height: 16px;
}
.jcf-select-drop.jcf-select-question .jcf-list li:first-child {
display: block;
}
.jcf-select-drop.jcf-select-question .jcf-option {
padding: 10px;
}
.custom-checkbox input {
display: none;
}
.custom-checkbox input[type='checkbox']:checked + .check-input:after {
opacity: 1;
}
.custom-checkbox .check-input {
width: 15px;
height: 15px;
border: 1px solid #9d9d9d;
display: inline-block;
vertical-align: middle;
position: relative;
margin-right: 10px;
}
.custom-checkbox .check-input:after {
content: '\e962';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
font: 8px/13px 'icomoon';
text-align: center;
opacity: 0;
}
.custom-checkbox .check-label {
display: inline-block;
vertical-align: middle;
}
.custom-radio input {
display: none;
}
.custom-radio input[type='radio']:checked + .check-input:after {
opacity: 1;
}
.custom-radio .check-input {
width: 15px;
height: 15px;
border-radius: 15px;
border: 2px solid #adadad;
display: inline-block;
vertical-align: middle;
position: relative;
margin-right: 12px;
}
.custom-radio .check-input:after {
content: '';
position: absolute;
left: 3px;
right: 3px;
top: 3px;
bottom: 3px;
background: #adadad;
border-radius: 50%;
text-align: center;
opacity: 0;
}
.custom-radio .check-label {
display: inline-block;
vertical-align: middle;
}
.jcf-select-trip .jcf-select-drop-content {
background: rgba(37, 37, 37, .7);
color: #b0a377;
}
.jcf-select-trip .jcf-list {
background: rgba(37, 37, 37, .7);
color: #b0a377;
}
.jcf-select-trip .jcf-hover {
background: rgba(12, 12, 12, .7);
color: #b0a377;
} .subscribe-form .form-control {
border: 0;
background: #f8f8f8;
box-shadow: none;
font-size: 14px;
height: 30px;
border-radius: 0;
font-weight: 400;
}
.subscribe-form .form-control::-webkit-input-placeholder {
color: #9d9d9d;
}
.subscribe-form .form-control:-moz-placeholder {
color: #9d9d9d;
}
.subscribe-form .form-control::-moz-placeholder {
color: #9d9d9d;
}
.subscribe-form .form-control:-ms-input-placeholder {
color: #9d9d9d;
}
.subscribe-form .form-control:focus {
background: #ebebeb;
}
.subscribe-form .form-group {
margin-bottom: 20px;
}
.subscribe-form .btn {
font-size: 14px;
min-width: 110px;
}  .comment-form {
padding: 45px 0 0;
max-width: 765px;
}
.comment-form h3 {
margin: 0 0 45px;
color: #5c5e62;
}
.comment-form .form-control {
font-style: italic;
padding: 0 15px;
height: 40px;
}
.comment-form .form-rate {
position: relative;
}
.comment-form .form-rate .form-control {
padding-right: 110px;
}
.comment-form .form-rate .star-rating {
position: absolute;
top: 5px;
right: 30px;
}
.comment-form .form-rate .star-rating > span:hover {
color: #474d4b;
}
.comment-form textarea.form-control {
width: 100% !important;
min-height: 190px;
resize: none;
padding-top: 10px;
}
.comment-form .btn {
width: 100%;
height: 40px;
}
.comment-form .btn-holder {
margin-top: 15px;
}  .map-col-main {
margin-top: 40px;
}
.contact-info {
margin-top: 45px;
margin-bottom: 45px;
}
.contact-info .col-sm-4 {
margin-bottom: 30px;
}
.contact-info .tel {
padding: 20px 5px;
display: block;
background: #292929;
text-align: center;
font-size: 24px;
line-height: 62px;
font-weight: 700;
letter-spacing: 2px;
height: 118px;
margin-bottom: 20px;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.contact-info .tel [class^='icon-'],
.contact-info .tel [class*=' icon-'] {
font-size: 30px;
color: #fff;
display: inline-block;
vertical-align: middle;
}
.contact-info .tel a {
color: #fff;
display: inline-block;
vertical-align: middle;
}
.contact-info .tel.bg-blue {
background: #474d4b;
}
.contact-info h3 {
color: #5c5e62;
} .contact-form {
background: #f8f8f8;
color: #5c5e62;
padding: 15px;
letter-spacing: .04em;
margin-bottom: 16px;
}
.contact-form .form-group {
margin-bottom: 20px;
}
.contact-form .form-title {
display: block;
font-size: 16px;
line-height: 20px;
padding-top: 13px;
text-transform: capitalize;
}
.contact-form .form-control {
background: transparent;
border-width: 0 0 1px;
border-color: #adadad;
border-style: solid;
outline: none;
box-shadow: none;
color: #5c5e62;
height: 31px;
width: 100%;
padding: 4px 0;
}
.contact-form .form-control:focus {
box-shadow: none;
}
.contact-form textarea.form-control {
resize: none;
height: 115px;
width: 100% !important;
min-height: 115px !important;
}
.contact-form [type='submit'].btn {
background: transparent;
width: 100%;
font-size: 16px;
line-height: 20px;
font-weight: 700;
padding: 14px 10px;
border-color: #b0a377;
color: #5c5e62;
min-width: 1px;
}
.contact-form [type='submit'].btn:hover {
background: #b0a377;
color: #fff;
}
.map-holder {
min-height: 320px;
}
.map-holder iframe {
width: 100%;
border: 0;
}
.contact-confirmation {
color: #474d4b;
padding: 20px 0;
}
.error {
color: #474d4b;
padding: 5px 0;
} .accomodation-block .text-box .sub-title {
padding-bottom: 0;
border-bottom: 0;
} .text-box {
box-shadow: .5px .9px 1px rgba(1, 2, 2, .07);
padding: 10px;
position: relative;
border: 1px solid #f8f8f8;
margin: 0 0 20px;
}
.text-box p {
margin: 0 0 20px;
}
.text-box .title {
display: block;
font-size: 1.143em;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 400;
line-height: 1.2;
margin-bottom: 5px;
padding-top: 4px;
}
.text-box .sub-title {
display: block;
font-style: italic;
line-height: 1.2;
padding-bottom: 25px;
border-bottom: 1px solid #f8f8f8;
margin-bottom: 25px;
} .load-more a {
font-size: 1.143em;
line-height: 1.5625em;
font-weight: 700;
box-shadow: 0 1px 1px rgba(1, 2, 2, .1);
background: #f8f8f8;
display: block;
padding: 15px;
-webkit-transition: background linear .3s, color linear .3s;
transition: background linear .3s, color linear .3s;
}
.load-more a:hover {
background: #dfdfdf;
} .error-page #main {
padding-top: 30px;
}
.error-page #header.fixed-position .cart-holder:before {
background: #eaeaea;
}
.error-holder {
background-color: #6b6957;
color: #fff;
text-align: center;
padding: 30px 0 45px;
position: relative;
overflow: hidden;
}
.error-holder .container {
position: relative;
z-index: 3;
}
.error-holder h1 {
color: #fff;
font-size: 5.714em;
line-height: 1.3;
margin-bottom: 30px;
font-weight: 400;
}
.error-holder .title {
display: block;
font-size: 1.786em;
line-height: 1.2;
margin-bottom: 45px;
}
.error-holder .button-holder .btn {
margin: 0 0 10px;
} .inner-search {
font-size: 1em;
line-height: 1.4;
margin: 0 auto 45px;
}
.inner-search .input-wrap {
max-width: 570px;
margin: 0 auto 40px;
background: #fff;
height: 50px;
position: relative;
}
.inner-search [type='text'] {
width: 100%;
height: 100%;
border: 1px solid transparent;
padding: 10px 45px 10px 20px;
color: #9d9d9d;
font-size: 14px;
line-height: 20px;
outline: none;
text-transform: uppercase;
-webkit-transition: border .3s linear;
transition: border .3s linear;
}
.inner-search [type='text']::-webkit-input-placeholder {
color: #9d9d9d;
}
.inner-search [type='text']:-moz-placeholder {
color: #9d9d9d;
}
.inner-search [type='text']::-moz-placeholder {
color: #9d9d9d;
}
.inner-search [type='text']:-ms-input-placeholder {
color: #9d9d9d;
}
.inner-search [type='text']:focus {
border-color: #9d9d9d;
}
.inner-search [type='submit'] {
position: absolute;
background: transparent;
border: none;
color: #818181;
right: 20px;
font-size: 15px;
top: 50%;
padding: 0;
margin: 2px 0 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.inner-search [type='submit']:hover {
color: #000;
}  .single-jungle_tours #header,.home #header {
background: #292929;
background: #292929;
border-bottom: 1px solid #181818;
}
.default-page .navbar-default .navbar-nav > li.has-mega-dropdown .dropdown-menu {
border-color: #000;
}
.default-page .logo {
border-right-color: #181818;
}
.default-page .header-right .login-holder > a:hover,
.default-page .header-right .cart-holder > a:hover {
color: #fff;
opacity: .7;
}
.default-page .header-right .login-holder.active > a,
.default-page .header-right .cart-holder.active > a {
color: #fff;
}
.inner-top {
background: #f8f8f8;
padding: 30px 0;
box-shadow: 1px 1.7px 2px rgba(173, 173, 173, .35);
}
.inner-top h1 {
margin: 0 0 15px;
color: #5c5e62;
}
.inner-top .breadcrumbs {
font-size: .8em;
color: #5c5e62;
}
.inner-top .breadcrumbs a {
color: #5c5e62;
}
.inner-top .breadcrumbs a:hover {
color: #000;
}
.inner-main .contact-form {
padding: 20px 10px;
margin-bottom: 20px;
background: #9d9d9d;
}
.inner-main .contact-form .form-title {
padding-top: 5px;
}
.inner-main .contact-form .form-control {
border: 1px solid transparent;
border-bottom-color: #adadad;
-webkit-transition: border .2s linear;
transition: border .2s linear;
padding: 5px;
}
.inner-main .contact-form .form-control:focus {
border-bottom-color: #000;
}
.inner-main .contact-form .btn-holder {
padding-top: 0;
}
.inner-main .contact-form .forgot {
display: inline-block;
margin-bottom: 15px;
color: #fff;
font-size: .8em;
}
.inner-main .contact-form .forgot:hover {
color: #000;
}
.inner-main .contact-form [type='submit'].btn {
padding: 8px 25px;
width: auto;
font-size: 14px;
} .special-block {
background: #474d4b;
padding: 30px 0;
border: 20px solid #5f6865;
color: #fff;
}
.special-block .special-text {
text-align: center;
}
.special-block .special-text a {
color: #fff;
display: inline-block;
} .browse-block {
overflow: hidden;
font-size: 1em;
}
.browse-block a {
color: #fff;
display: block;
height: auto;
-webkit-transition: background .3s linear;
transition: background .3s linear;
}
.browse-block a span {
display: block;
padding: 0 10px;
height: 100%;
line-height: 85px;
}
.browse-block .column {
letter-spacing: 2px;
text-align: center;
overflow: hidden;
}
.browse-block .column.browse-destination a {
background: #b0a377;
}
.browse-block .column.browse-destination a:hover {
background: #9a8c5a;
}
.browse-block .column.browse-adventures a {
background: #474d4b;
}
.browse-block .column.browse-adventures a:hover {
background: #2f3231;
} .cart-holder table.table {
table-layout: initial;
}
.cart-holder table.table tbody tr .middle {
padding-top: 20px;
padding-bottom: 20px;
}
.cart-holder .price {
font-weight: 700;
}
.cart-holder .delete {
font-size: 24px;
color: #292929;
}
.cart-holder .delete:hover {
color: #b0a377;
}
.cart-holder .img-wrap {
width: 85px;
float: left;
margin-right: 20px;
}
.cart-holder .text-wrap {
overflow: hidden;
}
.cart-holder .product-title {
display: block;
font-weight: 400;
margin-bottom: 5px;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.cart-holder .time {
display: block;
font-style: italic;
font-weight: normal;
}
.cart-holder .num-hold {
width: 150px;
height: 32px;
background: #f8f8f8;
border: 1px solid #e1e1e1;
text-align: center;
line-height: 29px;
}
.cart-holder .num-hold .control {
float: left;
height: 100%;
border-style: solid;
border-color: #e1e1e1;
border-width: 0 1px 0 0;
width: 41px;
color: #5c5e62;
font-size: 14px;
line-height: 31px;
}
.cart-holder .num-hold .control:hover {
background: #e1e1e1;
}
.cart-holder .num-hold .control.plus {
float: right;
border-width: 0 0 0 1px;
}
.cart-holder .num-hold .val {
padding: 0 10px;
font-weight: 700;
}
.cart-option {
padding-top: 15px;
max-width: 400px;
margin: 0 auto;
}
.cart-option .btn {
height: 41px;
width: 100%;
float: none;
}
.cart-option .button-hold {
text-align: center;
}
.cart-option .button-hold .btn {
margin: 0 0 20px;
padding: 10px 20px;
}
.cart-option .button-hold .btn:last-child {
margin-bottom: 0;
} .coupon-hold {
margin-bottom: 20px;
display: table;
table-layout: fixed;
width: 100%;
}
.coupon-hold .submit-wrap {
display: table-footer-group;
height: 1%;
}
.coupon-hold .input-hold {
overflow: hidden;
}
.coupon-hold .form-control {
margin-bottom: 10px;
height: 41px;
} .show-grid [class^='col-'] {
background-color: rgba(176, 163, 119, .15);
border: 1px solid #a79867;
padding-bottom: 10px;
padding-top: 10px;
} .font-demo-wrapper {
font-size: 24px;
}
.font-demo-wrapper .glyph.fs1 {
padding: 0 10px;
margin-bottom: 20px;
}
.font-demo-wrapper .mls {
font-size: 18px;
display: inline-block;
vertical-align: middle;
}
.font-demo-wrapper [class^='icon-'],
.font-demo-wrapper [class*=' icon-'] {
display: inline-block;
vertical-align: middle;
margin-right: 5px;
}  #footer {
background: #292929 url(//akangau.com/wp-content/themes/akangau/img/footer/footer-pattern.png);
display: table-footer-group;
height: 1%;
overflow: hidden;
}
#footer > .container {
padding-top: 60px;
padding-bottom: 45px;
}
#footer.fullscreen-footer {
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 99;
} .newsletter-form {
margin: 0 0 45px;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.newsletter-form .info {
font-style: italic;
display: block;
letter-spacing: .04em;
color: #9d9d9d;
}
.newsletter-form .form-control {
width: 100%;
background: transparent;
border: none;
font-size: 18px;
line-height: 22px;
font-weight: 400;
letter-spacing: 3px;
color: #6b6957;
padding: 0 0 6px;
height: auto;
box-shadow: none;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.newsletter-form .form-control::-webkit-input-placeholder {
color: #6b6957;
}
.newsletter-form .form-control:-moz-placeholder {
color: #6b6957;
}
.newsletter-form .form-control::-moz-placeholder {
color: #6b6957;
}
.newsletter-form .form-control:-ms-input-placeholder {
color: #6b6957;
}
.newsletter-form .input-holder {
position: relative;
padding-right: 90px;
margin-bottom: 6px;
border-bottom: 2px solid #6b6957;
}
.newsletter-form [type='submit'] {
border-width: 0 0 5px;
border-style: solid;
border-color: transparent transparent #6b6957;
background: transparent;
font-size: 18px;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
line-height: 28px;
font-weight: 400;
color: #6b6957;
position: absolute;
right: 0;
bottom: 0;
padding: 0 6px;
margin: 0;
}
.footer-holder {
margin: 0 -15px 45px;
} .footer-nav {
letter-spacing: .02em;
margin-bottom: 15px;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.footer-nav h3 {
font-weight: 700;
color: #6b6957;
text-transform: capitalize;
cursor: default;
position: relative;
}
.footer-nav h3:before {
-webkit-transition: -webkit-transform .2s linear;
transition: transform .2s linear;
font-size: 8px;
position: absolute;
right: 0;
top: 8px;
content: '\e906';
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.footer-nav.active h3:before {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.footer-nav ul li {
margin-bottom: 1px;
color: #9d9d9d;
}
.footer-nav a {
color: #9d9d9d;
-webkit-transition: color .3s linear;
transition: color .3s linear;
}
.footer-nav a:hover {
color: #e2e2e2;
}
.footer-nav [class^='icon-'],
.footer-nav [class*=' icon-'] {
float: left;
width: 30px;
margin-top: 7px;
}
.footer-nav address {
display: block;
overflow: hidden;
margin: 0;
line-height: 24px;
font-style: normal;
}
.wrap-text {
white-space: nowrap;
}
.address-block li:first-letter {
text-transform: inherit;
} .social-wrap {
display: table;
width: 100%;
text-align: center;
}
.social-wrap li {
display: table-cell;
vertical-align: middle;
}
.social-wrap li a {
display: inline-block;
position: relative;
vertical-align: top;
color: #6b6957;
}
.social-wrap li a:hover {
color: #b0a377;
}
.social-wrap li a:hover .txt {
opacity: 1;
}
.social-wrap [class^='icon-'],
.social-wrap [class*=' icon-'] {
font-size: 32px;
margin-left: 1px;
display: block;
}
.social-wrap .txt {
position: absolute;
left: 50%;
bottom: 100%;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
font-size: 14px;
width: 176px;
opacity: 0;
margin-bottom: 15px;
font-weight: normal;
letter-spacing: 1px;
}
.footer-bottom {
background: #292929;
padding: 10px 0;
font-size: 1em;
text-align: center;
color: #9d9d9d;
position: relative;
}
.footer-bottom a {
color: #9d9d9d;
}
.footer-bottom a:hover {
color: #e2e2e2;
}
.copyright {
font-weight: normal;
letter-spacing: .03em;
font-size: .9em;
line-height: 1;
}
.copyright .icon-copyright {
font-size: .9em;
display: inline-block;
vertical-align: middle;
margin-top: -2px;
} .payment-option {
float: right;
margin: 15px -14px 0;
display: none;
}
.payment-option li {
display: inline-block;
vertical-align: middle;
padding: 0 14px;
}  .bg-white {
background: #fff;
}
.bg-light-gray {
background: #fafafa;
}
.bg-gray {
background: #f8f8f8;
} .banner.banner-inner.intro-banner {
background: #32353f;
max-height: 550px;
}
.banner.banner-inner.intro-banner:before {
background: rgba(45, 49, 47, .87);
}
.banner.banner-inner.intro-banner .banner-text {
text-align: center;
top: 0;
bottom: 0;
}
.banner.banner-inner.intro-banner .center-text .container {
max-width: 1020px;
}
.banner.banner-inner.intro-banner .ico-holder {
margin-bottom: 30px;
}
.banner.banner-inner.intro-banner .logo-holder {
margin-bottom: 30px;
}
.banner.banner-inner.intro-banner .subtitle {
font-style: normal;
color: #b0a377;
font-size: 24px;
font-weight: 700;
}
.slider-top {
padding: 30px 0;
text-align: center;
}
.slider-top .column {
margin: 10px 0;
}
.demo-wrap {
padding: 45px 0;
}
.demo-wrap .img-wrap {
position: relative;
z-index: 1;
display: block;
overflow: hidden;
max-height: 300px;
}
.demo-wrap .img-wrap:hover:after {
visibility: visible;
opacity: 1;
}
.demo-wrap .img-wrap:hover .icon {
opacity: 1;
z-index: 9;
visibility: visible;
}
.demo-wrap .img-wrap:after {
background: rgba(0, 0, 0, .7);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: '';
-webkit-transition: all linear .2s;
transition: all linear .2s;
opacity: 0;
visibility: hidden;
}
.demo-wrap .img-wrap img {
width: 100%;
}
.demo-wrap .bg-mongoose .img-wrap:after {
background: rgba(176, 163, 119, .9);
}
.demo-wrap .bg-puerto-rico .img-wrap:after {
background: rgba(64, 194, 168, .9);
}
.demo-wrap .bg-yellow-metal .img-wrap:after {
background: rgba(128, 128, 64, .9);
}
.demo-wrap .bg-golden-grass .img-wrap:after {
background: rgba(227, 163, 29, .9);
}
.demo-wrap .icon {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #fff;
font-size: 40px;
opacity: 0;
}
.demo-wrap .content-heading {
margin-bottom: 30px;
}
.demo-wrap .content-heading h2 {
margin-bottom: 0;
}
.demo-wrap .column {
margin-top: 30px;
}
.demo-wrap .title {
display: block;
text-align: center;
font-size: 16px;
padding: 5px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.demo-feature-list {
margin-top: 40px;
}
.demo-feature-list li {
margin-top: 30px;
}
.demo-feature-list .ico {
display: inline-block;
vertical-align: middle;
width: 55px;
}
.demo-feature-list .text {
display: inline-block;
vertical-align: middle;
width: calc(100% - 60px);
}
.demo-footer {
background: #39382b;
text-align: center;
padding: 30px 0;
}
.demo-footer .btn-demo {
border: 2px solid #746e51;
background: none;
font-size: 18px;
line-height: 28px;
padding: 12px;
-webkit-transition: all .2s linear;
transition: all .2s linear;
color: #b0a377;
font-weight: 700;
position: relative;
}
.demo-footer .btn-demo:hover {
border-color: #bdb8a1;
}
.demo-footer .btn-demo img {
display: inline-block;
vertical-align: middle;
width: 32px;
margin-right: 15px;
}
.demo-footer .btn-demo .text {
display: inline-block;
vertical-align: middle;
} #scroll-to-top {
position: fixed;
bottom: 10px;
right: 15px;
background: rgba(0, 0, 0, .7);
width: 45px;
height: 45px;
text-decoration: none;
border-radius: 4px;
display: none;
-webkit-transition: all .3s ease;
transition: all .3s ease;
z-index: 99;
}
#scroll-to-top i {
color: #b0a377;
position: relative;
top: 12px;
font-size: 20px;
-webkit-transition: all .3s ease;
transition: all .3s ease;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
display: inline-block;
}
#scroll-to-top:hover {
background: rgba(0, 0, 0, .9);
}
#scroll-to-top:hover i {
color: #fff;
top: 10px;
} .dropdown-menu.datepicker-dropdown {
visibility: visible;
opacity: 1;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
position: absolute;
background: #292929;
color: #fff;
border-radius: 0;
width: 250px;
padding: 5px;
}
.dropdown-menu.datepicker-dropdown table {
width: 100%;
}
.datepicker-dropdown.dropdown-menu.datepicker-orient-bottom:before,
.datepicker-dropdown.dropdown-menu.datepicker-orient-bottom:after {
border-bottom-color: #292929;
}
.datepicker-dropdown.dropdown-menu.datepicker-orient-top:before,
.datepicker-dropdown.dropdown-menu.datepicker-orient-top:after {
border-top-color: #292929;
}
.datepicker-dropdown.dropdown-menu.datepicker-orient-bottom:after {
border-bottom-color: #292929;
}
.datepicker table tr td.day:hover,
.datepicker table tr td span:hover,
.datepicker table tr td.day.focused {
background: #b0a377;
}
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
background: #9a8c5a;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
background: #b0a377;
}
.datepicker table tr td.day.focused,
.datepicker table tr td span.focused {
background: #c3b997;
color: #292929;
}
.datepicker table tr td.old:hover,
.datepicker table tr td span.new:hover,
.datepicker table tr td span.old:hover,
.datepicker table tr td.new:hover {
background: none;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
background: #474d4b;
color: #fff;
}
.input-group.date {
max-width: 400px;
}
.input-group.date .form-control {
margin: 0;
border: 1px solid #ccc;
}
.trip-form .input-group.date {
background: rgba(37, 37, 37, .7);
border-radius: 4px;
}
.trip-form .input-group.date input {
background: none;
border: 0;
font-size: 14px;
line-height: 24px;
font-style: normal;
color: #b0a377;
font-weight: 700;
}
.trip-form .input-group.date .input-group-addon {
background: rgba(24, 24, 24, .7);
border-color: rgba(24, 24, 24, .7);
border-radius: 0 4px 4px 0;
color: #b0a377;
} .trip-form-v2 {
background: rgba(36, 36, 34, .88);
border-color: rgba(54, 54, 54, .88);
color: #a0a0a0;
max-width: 670px;
text-align: left;
margin: 0 auto;
font-size: 14px;
}
.trip-form-v2 label {
color: #a0a0a0;
font-weight: 400;
font-style: italic;
text-transform: uppercase;
letter-spacing: .1em;
}
.trip-form-v2 select {
width: 100%;
}
.trip-form-v2 .form-control {
height: 44px;
color: #a0a0a0;
font-weight: 500;
font-size: 14px;
font-style: normal;
}
.trip-form-v2 .form-control::-webkit-input-placeholder {
color: #a0a0a0;
}
.trip-form-v2 .form-control:-moz-placeholder {
color: #a0a0a0;
}
.trip-form-v2 .form-control::-moz-placeholder {
color: #a0a0a0;
}
.trip-form-v2 .form-control:-ms-input-placeholder {
color: #a0a0a0;
}
.trip-form-v2 .input-group {
position: relative;
padding-left: 40px;
}
.trip-form-v2 .input-group:before {
content: '\e979';
font: 16px/18px 'icomoon';
position: absolute;
left: 15px;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.trip-form-v2 .input-group.date {
border: 4px solid #464646;
background: none;
border-radius: 0;
}
.trip-form-v2 .input-group.date input {
color: #a0a0a0;
}
.trip-form-v2 .input-group.date input::-webkit-input-placeholder {
color: #a0a0a0;
}
.trip-form-v2 .input-group.date input:-moz-placeholder {
color: #a0a0a0;
}
.trip-form-v2 .input-group.date input::-moz-placeholder {
color: #a0a0a0;
}
.trip-form-v2 .input-group.date input:-ms-input-placeholder {
color: #a0a0a0;
}
.trip-form-v2 .input-group.date .input-group-addon {
background: none;
color: #a0a0a0;
border: 0;
}
.trip-form-v2 .holder {
margin-bottom: 30px;
}
.banner.banner-home-search .banner-image {
min-height: 600px;
}
.banner.banner-home-search .center-text {
text-align: left;
}
.trip-note {
font-style: italic;
margin: 0 25px 20px;
line-height: 1.4;
font-weight: 400;
letter-spacing: .1em;
}
.btn-holder {
padding: 0 25px;
}
.jcf-select.jcf-select-trip-select-v2 {
background: none;
border: 4px solid #464646;
height: 52px;
width: 100%;
}
.jcf-select.jcf-select-trip-select-v2 .jcf-select-text {
color: #a0a0a0;
font-size: 14px;
font-style: normal;
padding: 13px 0 13px 50px;
position: relative;
}
.jcf-select.jcf-select-trip-select-v2 .jcf-select-text:before {
content: '\e979';
font: 16px/18px 'icomoon';
position: absolute;
left: 15px;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.jcf-select.jcf-select-trip-select-v2 .jcf-select-opener {
padding: 0 10px;
}
.jcf-select.jcf-select-trip-select-v2 .jcf-select-opener:after {
content: '\e91e';
right: 10px;
color: #a0a0a0;
}
.jcf-select-drop.jcf-select-trip-select-v2 {
background: #292929;
}
.jcf-select-drop.jcf-select-trip-select-v2 .jcf-list {
background: #292929;
text-transform: capitalize;
}
.jcf-select-drop.jcf-select-trip-select-v2 .jcf-option {
color: #fff;
}
.jcf-select-drop.jcf-select-trip-select-v2 .jcf-hover {
background: #b0a377;
}
.trip-form-v2 .input-group.date:before {
content: '\e109';
font-family: 'Glyphicons Halflings';
}
.jcf-select.jcf-select-trip-select-v2.jcf-select-region .jcf-select-text:before {
content: '\e92d';
}
.jcf-select.jcf-select-trip-select-v2.jcf-select-acitvity .jcf-select-text:before {
content: '\e95e';
}
.jcf-select.jcf-select-trip-select-v2.jcf-select-price .jcf-select-text:before {
content: '\e90f';
} .non-collapsible-link {
position: static !important;
left: 0 !important;
top: 0 !important;
width: auto !important;
}
.non-collapsible-link li {
padding: 10px 0;
}
.demo-thumb {
background: #474d4b;
border: 10px solid #2f3231;
padding: 10px;
margin: 0 0 20px;
text-align: center;
}
.partner-list a {
height: 155px;
min-height: 0;
white-space: nowrap;
}
.partner-list a:after {
display: inline-block;
vertical-align: middle;
height: 100%;
margin-right: -.25em;
content: '';
}
.partner-list a img {
vertical-align: middle;
}
.column-demo {
margin-bottom: 45px;
}
.carousel-wrapper h3 {
padding-left: 25px;
}
.carousel-wrapper .article h3 {
padding-left: 0;
}
.carousel-wrapper .single-item h3 {
padding-left: 0;
}
.demo-animation .demo-wrapper h3 {
margin-bottom: 10px;
}
.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-next,
.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev {
position: absolute;
top: 50%;
width: 20px;
height: 40px;
margin-top: -10px;
border-radius: 2px;
font-size: 0;
opacity: 1;
-webkit-transition: all linear .3s;
transition: all linear .3s;
opacity: 0;
visibility: hidden;
background: #6b6957;
}
.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-next:hover,
.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
background: #b0a377;
}
.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-next:after,
.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev:after {
font: 14px/14px 'icomoon';
content: '\e907';
position: absolute;
top: 50%;
left: 0;
right: 0;
text-align: center;
margin-top: -7px;
}
.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-next {
right: 10px;
}
.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev {
left: 10px;
}
.demo-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev:after {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.demo-wrapper .owl-theme .article {
padding: 0 15px;
}
#common-multiple-slide-v1 .owl-controls {
position: absolute;
bottom: 100%;
right: 10px;
}
#common-multiple-slide-v1 .owl-next,
#common-multiple-slide-v1 .owl-prev {
position: relative;
top: 0;
margin: 0;
right: inherit;
left: inherit;
margin: 0 5px 10px;
}
.btn.btn-trip-v2 {
background: #6b6957;
color: #fff;
padding: 0 40px;
height: 52px;
border: 0;
position: relative;
border-radius: 0;
}
.btn.btn-trip-v2:before {
right: 10px;
content: '\e91e';
color: #fff;
font: 14px/14px 'icomoon';
position: absolute;
top: 50%;
margin-top: -7px;
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.btn.btn-solid {
font-style: normal;
font-weight: 500;
background: #3e3e3e;
color: #fff;
padding: 10px 20px;
font-size: 18px;
line-height: 27px;
border-radius: 5px;
}
.btn.btn-solid:hover {
background: #292929;
}
.owl-carousel:hover .owl-controls .owl-buttons .owl-next,
.owl-carousel:hover .owl-controls .owl-buttons .owl-prev {
opacity: 1;
visibility: visible;
}
.owl-item .demo-thumb {
margin-bottom: 0;
}
.owl-item .article {
margin: 0;
}
#common-slide {
margin: 0 0 30px;
}
.demo-wrapper {
padding-top: 50px;
padding-bottom: 50px;
}
.demo-wrapper .trip-form {
background: rgba(36, 36, 34, .88);
padding: 15px;
}
.demo-wrapper h3 {
margin-bottom: 50px;
}
.demo-wrapper .article h3 {
margin-bottom: 15px;
}
.btn-demo-wrapper .btn {
width: auto;
margin: 0 5px 10px;
}
blockquote,
.blockquote {
text-align: center;
}
blockquote .img,
.blockquote .img {
border: 2px solid #fff;
width: 90px;
border-radius: 100%;
margin: 0 auto 45px;
}
blockquote .img img,
.blockquote .img img {
max-width: 100%;
border-radius: 100%;
}
blockquote .text,
.blockquote .text {
font-size: 16px;
}
blockquote cite,
.blockquote cite {
display: block;
border-bottom: 1px solid #e2e2e2;
padding-bottom: 20px;
margin-bottom: 45px;
position: relative;
font-size: 18px;
}
blockquote cite:after,
.blockquote cite:after {
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
width: 170px;
height: 8px;
background: #e2e2e2;
content: '';
position: absolute;
left: 50%;
bottom: 0;
}
.seperator.double-border {
padding-bottom: 0;
margin: 30px 0;
height: 5px;
}
.seperator.double-border:before {
height: 1px;
left: 0;
top: 0;
right: 0;
-webkit-transform: translate(0);
-ms-transform: translate(0);
transform: translate(0);
width: auto;
}
.seperator.left:before {
left: 0;
-webkit-transform: translate(0);
-ms-transform: translate(0);
transform: translate(0);
}
.seperator.right:before {
left: auto;
right: 0;
-webkit-transform: translate(0);
-ms-transform: translate(0);
transform: translate(0);
}
h4,
.h4 {
font-size: 1.132857em;
font-weight: normal;
}
.hold {
margin-bottom: 20px;
}
.modal {
top: 10% !important;
}
.modal .modal-header {
padding: 30px 20px;
}
.modal .modal-body {
padding: 30px 20px;
}
.modal .modal-footer {
padding: 30px 20px;
}
.modal .hold.btn-holder {
padding: 0;
}
.modal .hold.btn-holder .btn {
margin: 0;
display: block;
width: 100%;
}
.modal-v2 .modal-header {
border-bottom: 0;
text-transform: uppercase;
text-align: center;
}
.modal-v2 .modal-footer {
border-top: 0;
padding-top: 0;
text-align: center;
}
.modal-v2 .modal-footer .btn {
margin-left: auto;
margin-right: auto;
}
.modal-v2 .modal-footer .btn + .btn {
margin-left: auto;
}
.modal-v2 .log-option {
margin-bottom: 20px;
}
.btn.no-border {
border: 0;
}
.btn.btn-fb-login {
background: #136ad5;
color: #fff;
}
.btn.btn-fb-login:hover {
background: #0f53a6;
}
.btn.btn-google-login {
background: #dd4b39;
color: #fff;
}
.btn.btn-google-login:hover {
background: #c23321;
}
.seperator.text {
padding: 0;
margin: 45px 0;
}
.seperator.text:before {
display: none;
}
.seperator.text span {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background: #ebebeb;
border-radius: 100%;
padding: 2px 5px;
}
.bottom-spacing {
margin-bottom: 45px;
}
.modal-footer {
text-align: center;
}
.modal-footer .btn {
margin: 10px 0;
font-size: 14px;
padding: 6px;
display: block;
}
.modal-footer .btn + .btn {
margin-left: 0;
}
.counter-small .holder {
padding: 45px 20px;
}
.counter-small .holder .info {
margin: 0;
}
.content-heading.text-left {
text-align: left;
}
.content-heading.text-right {
text-align: right;
}
.global-box {
padding: 45px 15px;
box-shadow: 0 0 1px 0 rgba(0, 0, 0, .2);
margin: 20px 0;
border-radius: 2px;
}
.global-box .btn {
margin-bottom: 5px;
margin-top: 5px;
}
.global-box.box-sm {
max-width: 400px;
}
.global-box.box-md {
max-width: 700px;
}
.icon-demo {
padding: 50px 0;
}
#set-1 {
background: #6b6957;
}
#set-2 {
background: #fff;
}
#set-3 {
background: #292929;
}
#set-4 {
background: #6b6957;
}
#set-5 {
background: #b0a377;
}
.badge.hot {
background: #f00;
}
.badge.trending {
background: #39f;
}
.badge.top-pos {
position: absolute;
bottom: 100%;
left: 100%;
}
.gallery-list.gallery-main li {
width: auto;
float: none;
max-width: 380px;
overflow: hidden;
margin: 0 auto 30px;
}
.video-wrapper {
position: relative;
padding-bottom: 56.25%; padding-top: 25px;
height: 0;
}
.video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.video-caption {
font-size: 18px;
text-align: center;
padding: 10px 0 0;
font-weight: 700;
}
.pagination-wrap.pagination-solid {
background: #b0a377;
color: #fff;
}
.pagination-wrap.pagination-solid .btn-prev a,
.pagination-wrap.pagination-solid .btn-next a {
color: #fff;
}
.pagination-wrap.pagination-solid .btn-prev a:hover,
.pagination-wrap.pagination-solid .btn-next a:hover {
color: #fff;
}
.pagination-wrap.pagination-solid .active a {
background: #fff;
color: #b0a377;
}
.pagination-wrap.pagination-solid .active a:hover,
.pagination-wrap.pagination-solid .active a:focus {
background: #fff;
color: #b0a377;
}
.pagination-wrap.pagination-solid a {
color: #fff;
}
.pagination-wrap.pagination-solid a:hover {
color: #fff;
}
.pagination-wrap.pagination-center .btn-prev,
.pagination-wrap.pagination-center .btn-next {
float: none;
display: inline-block;
vertical-align: middle;
padding-top: 0;
}
.pagination-wrap.pagination-center .pagination {
display: inline-block;
vertical-align: middle;
}
.demo-wrapper .social-networks {
font-size: 24px;
}
.demo-wrapper .social-networks.social-share {
font-size: 18px;
}
.demo-wrapper .social-networks li {
padding: 0 10px;
}
.demo-wrapper .social-networks .ico,
.demo-wrapper .social-networks .text {
display: inline-block;
vertical-align: middle;
}
.demo-wrapper .social-networks .ico {
margin-right: 10px;
}
.demo-wrapper .input-group.date {
max-width: none;
}
.headings-wrapper h1,
.headings-wrapper h2,
.headings-wrapper h3,
.headings-wrapper h4,
.headings-wrapper h5,
.headings-wrapper h6 {
margin-bottom: 40px;
}
.has-mega-dropdown.mega-md .dropdown-menu {
background: none;
}
.has-mega-dropdown.mega-md .dropdown-menu .drop-wrap {
background: #292929;
}
.accordion-v2 > li:before,
.accordion-v2 > li:after {
display: none;
}
.accordion-v2 > li > a {
padding-left: 20px;
background: #f8f8f8;
border-bottom: 1px solid #e2e2e2;
}
.accordion-v2 .slide {
padding: 0;
}
.accordion-v2 .slide-holder {
padding: 20px;
margin: 0;
border-top: none;
}
.material-icons-list {
text-align: justify;
padding: 50px 0 0;
}
.material-icons-list li {
display: inline-block;
vertical-align: top;
width: 16%;
margin-bottom: 40px;
min-width: 100px;
}
.material-icons-list .material-icons {
font-size: 40px;
}
.demo-wrapper .data-table,
.demo-wrapper .data-table thead,
.demo-wrapper .data-table tbody,
.demo-wrapper .data-table th,
.demo-wrapper .data-table td,
.demo-wrapper .data-table tr {
display: block;
overflow: hidden;
}
.demo-wrapper .data-table thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
.demo-wrapper table.table tbody tr td {
padding: 15px;
border-top: 1px solid #grey-nurse;
}
.demo-wrapper table.table thead tr th {
padding: 15px;
}
.demo-wrapper .data-table td {
padding: 10px;
}
.demo-wrapper .data-table td:before {
content: attr(data-label) ': ';
display: inline-block;
font-weight: bold;
width: 5em;
}
.hi-icon-wrap {
text-align: center;
margin: 0 auto;
padding: 2em 0 3em;
}
.hi-icon {
display: inline-block;
cursor: pointer;
margin: 15px 30px;
width: 90px;
height: 90px;
border-radius: 50%;
text-align: center;
position: relative;
z-index: 1;
color: #fff;
}
.hi-icon [class^='icon-'],
.hi-icon [class*=' icon-'] {
display: inline-block;
vertical-align: middle;
line-height: 90px;
font-size: 40px;
}
.hi-icon:after {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
content: '';
box-sizing: content-box;
} .hi-icon-effect-1 .hi-icon {
background: rgba(0, 0, 0, .5);
-webkit-transition: background .2s, color .2s;
transition: background .2s, color .2s;
}
.hi-icon-effect-1 .hi-icon:after {
top: -7px;
left: -7px;
padding: 7px;
box-shadow: 0 0 0 4px #fff;
-webkit-transition: -webkit-transform .2s, opacity .2s;
-webkit-transform: scale(.8);
-moz-transition: -moz-transform .2s, opacity .2s;
-moz-transform: scale(.8);
-ms-transform: scale(.8);
-webkit-transition: -webkit-transform .2s, opacity .2s;
transition: transform .2s, opacity .2s;
-webkit-transform: scale(.8);
-ms-transform: scale(.8);
transform: scale(.8);
opacity: 0;
} .hi-icon-effect-1a .hi-icon:hover {
background: white;
color: #333;
}
.hi-icon-effect-1a .hi-icon:hover:after {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
} .hi-icon-effect-1b .hi-icon:hover {
background: white;
color: #333;
}
.hi-icon-effect-1b .hi-icon:after {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.hi-icon-effect-1b .hi-icon:hover:after {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
} .hi-icon-effect-2 .hi-icon {
color: #fff;
box-shadow: 0 0 0 3px #b0a377;
-webkit-transition: color .3s;
transition: color .3s;
}
.hi-icon-effect-2 .hi-icon:after {
top: -2px;
left: -2px;
padding: 2px;
z-index: -1;
background: #fff;
-webkit-transition: -webkit-transform .2s, opacity .2s;
transition: transform .2s, opacity .2s;
} .hi-icon-effect-2 .hi-icon:after {
background: #b0a377;
color: #333;
}
.hi-icon-effect-2a .hi-icon:hover {
color: #fff;
}
.hi-icon-effect-2a .hi-icon:hover:after {
-webkit-transform: scale(.85);
-ms-transform: scale(.85);
transform: scale(.85);
} .hi-icon-effect-2b .hi-icon:hover:after {
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
opacity: 0;
-webkit-transition: -webkit-transform .4s, opacity .2s;
transition: transform .4s, opacity .2s;
}
.hi-icon-effect-2b .hi-icon:hover {
color: #fff;
} .hi-icon-effect-3 .hi-icon {
box-shadow: 0 0 0 4px #fff;
-webkit-transition: color .3s;
transition: color .3s;
}
.hi-icon-effect-3 .hi-icon:after {
top: -2px;
left: -2px;
padding: 2px;
z-index: -1;
background: #fff;
-webkit-transition: -webkit-transform .2s, opacity .3s;
transition: transform .2s, opacity .3s;
} .hi-icon-effect-3a .hi-icon {
color: #333;
}
.hi-icon-effect-3a .hi-icon:hover {
color: #fff;
}
.hi-icon-effect-3a .hi-icon:hover:after {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
opacity: 0;
} .hi-icon-effect-3b .hi-icon {
color: #fff;
}
.hi-icon-effect-3b .hi-icon:hover {
color: #333;
}
.hi-icon-effect-3b .hi-icon:after {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
opacity: 0;
}
.hi-icon-effect-3b .hi-icon:hover:after {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
} .hi-icon-effect-4 .hi-icon {
width: 92px;
height: 92px;
box-shadow: 0 0 0 4px #b0a377;
color: #b0a377;
}
.hi-icon-effect-4a .hi-icon {
-webkit-transition: box-shadow .2s;
transition: box-shadow .2s;
}
.hi-icon-effect-4 .hi-icon:before {
line-height: 92px;
}
.hi-icon-effect-4 .hi-icon:after {
top: -4px;
left: -4px;
padding: 0;
z-index: 10;
border: 4px dashed #b0a377;
}
.hi-icon-effect-4 .hi-icon:hover {
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
} .hi-icon-effect-4b .hi-icon:hover {
-webkit-transition: box-shadow .2s;
transition: box-shadow .2s;
}
.hi-icon-effect-4b .hi-icon:hover:after {
-webkit-animation: spinAround 9s linear infinite;
animation: spinAround 9s linear infinite;
} .hi-icon-effect-5 .hi-icon {
box-shadow: 0 0 0 4px white;
overflow: hidden;
-webkit-transition: background .3s, color .3s, box-shadow .3s;
transition: background .3s, color .3s, box-shadow .3s;
}
.hi-icon-effect-5 .hi-icon:after {
display: none;
}
.hi-icon-effect-5 .hi-icon:hover {
background: white;
color: #333;
box-shadow: 0 0 0 8px rgba(255, 255, 255, .3);
}
.hi-icon-effect-5a .hi-icon:hover:before {
-webkit-animation: toRightFromLeft .3s forwards;
animation: toRightFromLeft .3s forwards;
}
.hi-icon-effect-5b .hi-icon:hover:before {
-webkit-animation: toLeftFromRight .3s forwards;
animation: toLeftFromRight .3s forwards;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
#tour-slide {
height: 320px;
}
#tour-slide .bg-stretch {
position: absolute;
}
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
.trip-info .bg-stretch {
position: static;
}
.content-block{
padding:30px 15px;
}
.trip-info .bg-stretch img {
width: 100% !important;
height: auto !important;
margin: 0 !important;
}
}
@media only screen and (min-width: 480px) {
.newsletter-form .form-control {
font-size: 32px;
line-height: 36px;
}
.social-wrap [class^='icon-'],
.social-wrap [class*=' icon-'] {
font-size: 40px;
}
}
@media only screen and (min-width: 540px) {
.demo-feature-list li {
width: 49%;
display: inline-block;
vertical-align: top;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.trip-info .bg-stretch {
position: static;
}
.trip-info .bg-stretch img {
width: 100% !important;
height: auto !important;
margin: 0 !important;
}
}
@media screen and (min-width: 768px) {
.demo-wrapper .data-table {
display: table;
width: 100%;
}
.demo-wrapper .data-table thead {
display: table-header-group;
}
.demo-wrapper .data-table thead tr {
position: static;
top: auto;
left: auto;
}
.demo-wrapper .data-table tbody {
display: table-row-group;
overflow: visible;
}
.demo-wrapper .data-table tr {
display: table-row;
overflow: visible;
}
.demo-wrapper .data-table th,
.demo-wrapper .data-table td {
display: table-cell;
padding: 6px 12px;
vertical-align: top;
text-align: left;
overflow: visible;
}
.demo-wrapper .data-table td:before {
content: '';
width: auto;
}
}
@media only screen and (min-width: 768px) {
#content {
float: right;
margin-bottom: 0;
}
.content-with-sidebar.content-left #content {
float: left;
}
.content-with-sidebar.content-both-sidebar #content {
float: none;
margin-top: 45px;
}
.common-spacing {
padding-top: 90px;
padding-bottom: 90px;
}
.db-3-col [class^='col-'],
.db-3-col [class*=' col-'] {
display: inline-block;
vertical-align: top;
float: none;
margin-right: -.25em;
}
h1 {
font-size: 2.857142em;
}
h2 {
font-size: 1.714em;
}
h2.intro-heading,
h3.intro-heading {
font-size: 1.857142em;
margin-bottom: 25px;
}
h1.small-size {
font-size: 2.143em;
}
h1.content-main-heading,
h2.content-main-heading {
font-size: 2.142857em;
}
p.intro {
font-size: 1.286em;
line-height: 2;
}
p.special-text {
font-size: 2em;
}
blockquote {
font-size: 1.7857em;
}
blockquote cite {
letter-spacing: 1px;
}
blockquote.testimonial-quote {
font-size: 1.286em;
line-height: 2;
}
blockquote.normal {
font-size: 1.857142em;
}
.main-subtitle {
font-size: 1.857142em;
}
.side-list.horizontal-list li {
width: 25%;
padding: 0 5px;
margin-bottom: 10px;
}
.side-list.gallery-side-list {
margin: 0 -10px;
}
.side-list.gallery-side-list li {
width: 33.3333%;
padding: 0 10px;
margin-bottom: 20px;
}
.testimonial-holder blockquote cite {
padding-bottom: 45px;
letter-spacing: 1px;
}
.testimonial-holder blockquote {
margin: 0 8.2%;
}
.testimonial-holder {
padding: 90px 0;
}
.services-block {
padding: 90px 0;
}
.description-text {
margin-top: 60px;
}
.banner {
min-height: 600px;
}
.banner.banner-inner .subtitle {
font-size: 1.571428em;
}
.banner-image {
max-height: none;
position: static;
}
.banner-icon-search .banner-text h1 {
font-size: 4.571em;
}
.banner-caption-s1 .center-text .banner-subtitle,
.banner-home .banner-caption-s1 .center-text .banner-subtitle {
font-size: 1.714em;
}
.feature-block {
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
.gallery-home-holder {
margin-top: 60px;
}
.gallery-home-holder .text-block {
padding-bottom: 10px;
}
.gallery-home-holder .gallery-list {
margin-bottom: 0;
}
.content-block.content-center .img-wrap {
width: auto;
margin: 0 0 40px;
height: 120px;
}
.content-block.content-center p {
margin-bottom: 0;
}
.content-block.guide-sub .description,
.content-block.guide-sub .bar-holder {
max-width: none;
}
.content-block {
padding: 90px 0;
}
.content-block .article {
margin-top: 45px;
}
.content-block.content-sub {
padding-top: 60px;
padding-bottom: 60px;
}
.content-block.content-sub .content-holder {
margin-top: -35px;
}
.content-block.guide-sub .img-article {
margin-top: 60px;
}
.content-block.article-boxed .content-heading {
margin-bottom: 15px;
}
.content-block.content-spacing .content-heading {
margin-bottom: 15px;
}
.adventure-holder .text-block .centered {
padding: 60px 15px;
}
.adventure-holder.gallery-home-holder .text-block .centered {
padding-bottom: 0;
}
.grid-view-sidebar {
padding-bottom: 90px;
}
.grid-view-sidebar .container {
padding-top: 198px;
}
.grid-view-sidebar #content {
margin-top: 45px;
}
.grid-view-sidebar #sidebar {
margin-top: 45px;
}
.gallery-list .info {
letter-spacing: 1px;
}
.gallery-list .hover {
font-size: 48px;
}
.btn-banner {
font-size: 18px;
line-height: 22px;
padding: 12px 70px;
border-width: 2px;
letter-spacing: 1px;
}
.banner-caption-s1 .center-text .btn-banner-holder,
.banner-home .banner-caption-s1 .center-text .btn-banner-holder {
margin-top: 50px;
}
.filter-option {
max-width: none;
}
.filter-option .btn-filter {
display: none;
}
.filter-option .filter-slide {
position: static;
background: none;
max-height: none;
width: auto;
padding-top: 0;
}
.filter-option .filter-slide .select-col {
margin-top: 0;
width: 200px;
}
.count-block .holder {
font-size: 1em;
padding: 60px 10px;
}
.count-block .icon {
margin-bottom: 25px;
}
.count-block .info {
font-size: 2em;
margin-bottom: 15px;
}
.count-block .txt {
font-size: 1em;
text-transform: uppercase;
}
.article {
max-width: none;
}
.article .heading {
margin: 0 0 10px;
}
.article .heading h3 {
display: inline-block;
vertical-align: middle;
margin-right: -.25em;
max-width: 78%;
padding-right: 10px;
margin: 0;
}
.article .meta {
font-size: .9em;
}
.article .img-caption {
font-size: 16px;
}
.article .thumbnail .meta {
padding-bottom: 15px;
}
.article .thumbnail .country [class^='icon-'],
.article .thumbnail .country [class*=' icon-'],
.article .thumbnail .activities [class^='icon-'],
.article .thumbnail .activities [class*=' icon-'] {
font-size: 13px;
margin-right: 2px;
}
.article .thumbnail .img-wrap {
margin-bottom: 15px;
}
.article .info-day {
display: inline-block;
vertical-align: middle;
font-size: 1.143em;
line-height: 1em;
padding-left: 10px;
position: relative;
border-left: 1px solid #e2e2e2;
max-width: 20%;
}
.guide-info {
margin-top: 60px;
}
.content-with-sidebar .article .social-networks {
margin: 0 -5px;
}
.content-with-sidebar .article .social-networks li {
padding: 0 5px;
}
.list-view .filter-option {
max-width: none;
}
.list-view .article {
max-width: none;
}
.list-view .article .col-left {
float: left;
width: 70%;
padding: 15px 10px 15px 0;
}
.list-view .article .info-aside {
float: right;
width: 30%;
margin: 0;
border-width: 0 0 0 1px;
padding-top: 0;
}
.recent-block {
padding-bottom: 60px;
}
.recent-block h2 {
margin: 0 0 15px;
}
.booking-form .form-holder,
.twocol-form .form-holder {
padding: 45px 30px;
}
.booking-form .payment-option,
.twocol-form .payment-option {
display: block;
}
.booking-form h2,
.twocol-form h2 {
margin-bottom: 45px;
}
.booking-form .wrap,
.twocol-form .wrap {
padding-right: 30px;
}
.booking-form .btn-hold,
.twocol-form .btn-hold {
padding-top: 45px;
}
.top-box .holder {
padding: 25px 60px 25px 30px;
}
.top-box .left {
display: block;
float: left;
}
.top-box .right {
float: right;
}
.block-quotation {
padding: 30px 15px;
}
.partner-block {
padding: 90px 0;
}
.partner-block .partner {
margin-top: 60px;
}
.ico-article {
margin-top: 45px;
max-width: none;
}
.ico-article .ico-holder {
min-height: 65px;
}
.step-block {
padding: 60px 0;
}
.content-intro {
padding-bottom: 90px;
}
.content-intro .text-holder {
text-align: left;
padding-top: 90px;
}
.trip-info .text-col .holder {
padding: 45px 20px;
}
.trip-info .price {
margin-bottom: 15px;
font-size: 1.4em;
}
.trip-detail {
padding-top: 60px;
padding-bottom: 60px;
}
.trip-detail .gallery-list li {
width: 50%;
float: left;
}
.nav-tabs {
padding: 0;
}
.nav-tabs > li {
padding: 15px 10px;
}
table.table {
table-layout: fixed;
}
table.table.table-align-right td:last-child,
table.table.table-align-right th:last-child {
text-align: right;
}
.fancybox-close:after {
font-size: 16px;
}
.article.blog-article .star-rating,
.article.blog-article .comment,
.article.blog-article .ico-action,
.article.blog-article .rate-info {
display: inline-block;
vertical-align: middle;
position: relative;
padding: 0 10px;
}
.article.blog-article .star-rating:before,
.article.blog-article .comment:before,
.article.blog-article .ico-action:before,
.article.blog-article .rate-info:before {
content: '';
position: absolute;
left: 0;
top: 4px;
bottom: 3px;
width: 1px;
background: #e2e2e2;
}
.article.blog-article .star-rating {
padding-left: 0;
}
.article.blog-article .footer-sub {
margin: 0;
display: inline-block;
}
.blog-single .description {
padding: 25px 20px;
}
.trip-form .holder {
display: inline-block;
vertical-align: bottom;
width: 50%;
padding: 0 15px;
margin-right: -.25em;
}
.comment-form {
padding: 60px 0 0;
}
.contact-info {
margin-top: 60px;
margin-bottom: 60px;
}
.contact-form .form-title {
text-align: right;
}
.contact-form {
padding: 60px 80px 60px 30px;
}
.contact-form .btn-holder {
padding-top: 30px;
}
.error-page #main {
padding-top: 90px;
}
.error-holder {
padding-top: 90px;
}
.error-holder h1 {
font-size: 6.143em;
}
.error-holder .title {
font-size: 2.143em;
margin-bottom: 60px;
}
.error-holder .button-holder .btn {
width: auto;
min-width: 270px;
margin: 0 14px 20px;
}
.inner-search {
font-size: 1.286em;
line-height: 2;
margin-bottom: 60px;
max-width: 950px;
}
.inner-top {
padding: 45px 0;
}
.special-block .special-text {
font-size: 2em;
}
.special-block {
padding: 45px 0;
}
.browse-block {
display: table;
width: 100%;
table-layout: fixed;
font-size: 1.286em;
}
.browse-block .column {
display: table-cell;
width: 50%;
letter-spacing: 4px;
}
.browse-block a span {
line-height: 120px;
}
.font-demo-wrapper .glyph.fs1 {
display: inline-block;
vertical-align: top;
width: 49%;
}
#footer > .container {
padding-top: 90px;
padding-bottom: 60px;
}
.newsletter-form {
margin-bottom: 60px;
}
.newsletter-form .form-control {
font-size: 48px;
line-height: 55px;
}
.newsletter-form input[type='submit'] {
font-size: 36px;
line-height: 40px;
border-width: 0 0 11px;
}
.newsletter-form .info {
font-size: 1.286em;
}
.footer-holder {
margin-bottom: 45px;
}
.footer-nav {
margin-bottom: 30px;
}
.footer-nav.col-md-2 {
width: 15%;
}
.footer-nav.col-md-2:last-child {
width: 25%;
}
.footer-nav h3 {
margin-bottom: 15px;
pointer-events: none;
}
.footer-nav h3:before {
display: none;
}
.footer-nav ul li {
margin-bottom: 5px;
}
.footer-nav.last li {
margin-bottom: 9px;
}
.footer-nav .slide {
position: static !important;
width: auto !important;
}
.social-wrap [class^='icon-'],
.social-wrap [class*=' icon-'] {
font-size: 54px;
}
.footer-bottom {
padding: 30px 0;
}
.copyright {
font-size: 1em;
}
.copyright .icon-copyright {
font-size: 1.4em;
margin-right: 10px;
}
.demo-wrap .title {
padding: 10px;
}
.demo-footer {
padding: 45px 0;
}
.demo-footer .btn-demo {
min-width: 304px;
}
#scroll-to-top {
bottom: 25px;
right: 25px;
}
.demo-animation .row:nth-child(even) [class^='col-']:first-child,
.demo-animation .row:nth-child(even) [class*=' col-']:first-child {
float: right;
}
.demo-animation .demo-wrapper h3 {
margin-bottom: 30px;
}
blockquote cite,
.blockquote cite {
padding-bottom: 45px;
letter-spacing: 1px;
}
blockquote,
.blockquote {
margin: 0 8.2%;
}
.modal-v2 .modal-footer .btn + .btn {
margin-left: 20px;
}
.bottom-spacing {
margin-bottom: 60px;
}
.modal-footer {
text-align: left;
}
.modal-footer .btn {
font-size: 16px;
padding: 8px;
display: inline-block;
margin: 0;
}
.modal-footer .btn + .btn {
margin-left: 10px;
}
.gallery-list.gallery-main li {
width: 50%;
float: left;
max-width: none;
}
}
@media only screen and (min-width: 992px) {
.content-with-sidebar.content-both-sidebar #content {
float: left;
margin-top: 0;
}
.content-with-sidebar.content-both-sidebar #sidebar,
.content-with-sidebar.content-both-sidebar #sidebar-right {
max-width: none;
}
.common-spacing {
padding-top: 100px;
padding-bottom: 100px;
}
h1 {
font-size: 3.428571em;
}
h2 {
font-size: 2.143em;
margin-bottom: 14px;
}
h3,
.h3 {
font-size: 1.2857em;
}
h2.intro-heading,
h3.intro-heading {
font-size: 2.142857em;
margin-bottom: 35px;
}
h1.content-main-heading,
h2.content-main-heading {
font-size: 2.571428em;
}
p.special-text {
font-size: 2.571em;
}
blockquote {
font-size: 2.1428em;
}
blockquote.normal {
font-size: 2.142857em;
}
.main-subtitle {
font-size: 2.142857em;
}
.inner-main-heading {
font-size: 3.439em;
}
#header {
border-bottom: 1px solid #2d2d2d;
background: none;
position: absolute;
top: 0;
left: 0;
right: 0;
}
#header.fixed-position .logo {
padding-top: 15px;
padding-bottom: 22px;
}
.logo {
width: 180px;
margin: 0;
padding: 25px 15px 25px 0;
float: left;
}
.logo a {
width: 120px;
}
.logo img {
width: 100%;
}
.default-page #header.white-header.fixed-position .navbar-default .v-divider,
#header.white-header.fixed-position .navbar-default .v-divider {
border-color: #eaeaea;
}
.default-page #header.white-header.fixed-position .navbar-default .navbar-nav,
#header.white-header.fixed-position .navbar-default .navbar-nav {
border-right-color: #eaeaea;
}
.default-page #header.white-header.fixed-position .navbar-default .navbar-nav > li > a,
#header.white-header.fixed-position .navbar-default .navbar-nav > li > a {
color: #5c5e62;
}
.default-page #header.white-header.fixed-position .navbar-default .navbar-nav > li > a:hover,
#header.white-header.fixed-position .navbar-default .navbar-nav > li > a:hover {
color: #b0a377;
}
.default-page #header.white-header.fixed-position .navbar-default .navbar-nav > li.hover > a,
#header.white-header.fixed-position .navbar-default .navbar-nav > li.hover > a {
color: #b0a377;
}
.default-page #header.default-white-header,
#header.default-white-header {
border-bottom: 1px solid #eaeaea;
}
.default-page #header.default-white-header .navbar-default .navbar-nav .v-divider,
#header.default-white-header .navbar-default .navbar-nav .v-divider {
border-color: #eaeaea;
}
.default-page #header.default-white-header .navbar-default .navbar-nav > li > a,
#header.default-white-header .navbar-default .navbar-nav > li > a {
color: #5c5e62;
}
.default-page #header.default-white-header .navbar-default .navbar-nav > li > a:hover,
#header.default-white-header .navbar-default .navbar-nav > li > a:hover {
color: #b0a377;
}
.default-page #header.default-white-header .navbar-default .navbar-nav > li.hover > a,
#header.default-white-header .navbar-default .navbar-nav > li.hover > a {
color: #b0a377;
}
.header-v2 .navbar-default .navbar-nav {
float: left;
}
.header-v2 .navbar-default .navbar-right {
float: right;
}
.header-v2 .navbar-default .nav-center {
width: calc(100% - 340px);
text-align: center;
}
.header-v2 .navbar-default .nav-center > li {
float: none;
display: inline-block;
}
.header-v2 .navbar-nav .has-mega-dropdown.mega-md .dropdown-menu {
right: 20%;
left: 20%;
width: auto;
}
.sidebar {
float: left;
}
.side-list.horizontal-list {
margin-bottom: -25px;
}
.side-list.horizontal-list li {
margin-bottom: 40px;
}
.boxed-layout .logo {
width: 180px;
}
.testimonial-holder blockquote .img {
display: inline-block;
vertical-align: top;
width: 112px;
margin: 20px 0 0;
}
.testimonial-holder blockquote .text {
display: inline-block;
vertical-align: top;
width: calc(100% - 150px);
padding-left: 55px;
}
.testimonial-holder {
padding: 100px 0 100px;
}
.testimonial-holder .owl-pagination {
padding-left: 193px;
}
.services-block {
padding: 100px 0 100px;
}
.services-block .ico-article {
margin-top: 60px;
}
.services-block .row {
margin-top: -60px;
}
.navbar-default {
font-size: .9em;
}
.navbar-default .open .dropdown-menu {
display: none;
}
.navbar-default .navbar-nav {
max-width: calc(100% - 180px);
float: right;
}
.navbar-default .navbar-nav .menu-item-has-children.hover > .dropdown-menu {
display: block;
}
.navbar-default .navbar-nav .icon {
margin-right: 0;
}
.navbar-default .navbar-nav > li {
padding: 30px 8px 0;
border-top: 0;
}
.navbar-default .navbar-nav > li .dropdown-menu {
margin-top: 1px;
}
.navbar-default .navbar-nav > li.nav-visible {
display: inline-block !important;
}
.navbar-default .navbar-nav > li > a:hover {
color: #fff;
}
.navbar-default .navbar-nav > li.hover > a {
color: #fff;
}
.navbar-default .navbar-nav > li.has-mega-dropdown {
position: static;
}
.navbar-default .navbar-nav > li.active a,
.navbar-default .navbar-nav > li.open a,
.navbar-default .navbar-nav > li:focus a {
background: none;
}
.navbar-default .navbar-nav > li.active a:hover,
.navbar-default .navbar-nav > li.active a:focus,
.navbar-default .navbar-nav > li.open a:hover,
.navbar-default .navbar-nav > li.open a:focus,
.navbar-default .navbar-nav > li:focus a:hover,
.navbar-default .navbar-nav > li:focus a:focus {
background: none;
}
.navbar-default .navbar-nav > li > a {
background: none;
height: 46px;
padding: 0;
display: block;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
background: none;
}
.navbar-default .icon-angle-down {
display: none;
}
#header.fixed-position .search-form .search-opener {
display: none;
}
#header.fixed-position .search-form .search-wrap .search-opener {
display: block;
}
#header.fixed-position .navbar-default .navbar-nav > li {
padding-top: 25px;
}
#header.fixed-position .navbar-default .navbar-nav > li .dropdown-menu {
margin-top: 0;
border-top: 1px solid transparent;
}
.navbar-collapse {
background: none;
}
.dropdown-menu {
border-style: solid;
box-shadow: inset 0 -1px 0 1px #292929;
display: block;
position: absolute;
width: auto;
left: 0;
font-size: .9em;
visibility: hidden;
opacity: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-transition: -webkit-transform .3s cubic-bezier(.17, .67, .59, 1.21);
transition: transform .3s cubic-bezier(.17, .67, .59, 1.21);
}
.dropdown-menu.dropdown-md {
min-width: 300px;
}
.dropdown-menu.dropdown-sm {
min-width: 150px;
}
.dropdown-menu.dropdown-sm .drop-wrap {
padding: 10px;
}
.dropdown-menu.drop-thumb-wide .des {
max-width: 80%;
}
.dropdown-menu.drop-thumb-wide .img-wrap img {
max-width: 80%;
}
.dropdown-menu ul {
padding: 9px 0;
}
.dropdown-menu .drop-wrap {
padding-top: 10px;
padding-bottom: 10px;
}
.dropdown-menu .top-title {
display: none;
}
.dropdown-menu .sub-link-opener:before {
display: none;
}
.dropdown-menu .drop-holder .col {
max-width: none;
margin-top: 0;
}
.dropdown-menu .drop-holder .col:hover .title,
.dropdown-menu .drop-holder .col:hover .title a {
color: #b0a377;
}
.dropdown-menu .drop-holder .img-wrap img {
max-width: 400px;
}
.dropdown-menu .drop-holder li {
display: block;
margin-left: 0;
width: auto;
}
.dropdown-menu .five-col {
margin: 0 -15px;
}
.dropdown-menu .five-col .column {
float: left;
padding: 0 15px;
width: 20%;
position: relative;
}
.dropdown-menu .five-col .column:first-child:before {
display: none;
}
.dropdown-menu .five-col .column:before {
content: '';
position: absolute;
left: -10px;
background: #181818;
width: 1px;
top: 0;
bottom: 0;
}
.dropdown-menu .five-col ul {
display: block;
text-transform: uppercase;
}
.dropdown-menu .five-col ul li {
display: block;
width: auto;
margin: 0;
}
.dropdown-menu .five-col ul li a {
padding-left: 0;
}
.dropdown-menu .five-col ul li a:hover {
padding-left: 5px;
}
.dropdown-menu .five-col ul {
position: static !important;
width: auto !important;
}
.dropdown-menu .five-col .sub-link-opener {
pointer-events: none;
}
.has-mega-dropdown > .dropdown-menu {
left: 10px;
right: 10px;
width: auto;
}
.has-mega-dropdown .dropdown-menu {
border-left-width: 0;
border-right-width: 0;
}
.has-mega-dropdown .drop-wrap {
padding: 25px 40px;
}
.menu-item-has-children.open > .dropdown-menu {
overflow: visible;
transform: rotateX(0) translateZ(0);
-ms-transform: rotateX(0) translateZ(0);
-webkit-transform: rotateX(0) translateZ(0);
opacity: 1;
visibility: visible;
}
.menu-item-has-children:hover .dropdown-menu {
overflow: visible;
transform: rotateX(0) translateZ(0);
-ms-transform: rotateX(0) translateZ(0);
-webkit-transform: rotateX(0) translateZ(0);
opacity: 1;
visibility: visible;
}
.menu-item-has-children:hover .icon-angle-down {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.banner.banner-inner {
height: 453px;
}
.banner.banner-inner .subtitle {
font-size: 1.714285em;
}
.banner-image {
height: 100vh;
}
.banner-home .banner-text h1 {
font-size: 5.143em;
}
.banner-home .banner-text h1 span {
font-size: .72em;
}
.banner-home .banner-text .subtitle {
font-size: 1.714em;
}
.banner-text {
bottom: 0;
}
.banner-text .center-text {
margin: 5% 0;
}
.banner-text h1 {
margin-bottom: 30px;
}
.heading-home {
font-size: 7.143em !important;
margin-bottom: 30px;
}
.heading-home span {
font-size: .72em;
}
.banner-caption-s1 .center-text,
.banner-home .banner-caption-s1 .center-text {
max-width: 940px;
}
.banner-caption-s1 .center-text .banner-subtitle,
.banner-home .banner-caption-s1 .center-text .banner-subtitle {
font-size: 2.571em;
}
.gallery-home-holder {
margin-top: 90px;
}
.gallery-home-holder .text-block {
padding-bottom: 14px;
}
.content-block.guide-sub .img-article {
margin-top: 90px;
}
.content-block {
padding: 50px 0;
}
.content-block.content-sub {
padding-top: 90px;
padding-bottom: 100px;
}
.content-block.guide-sub .img-article {
margin-top: 90px;
}
.content-block.article-boxed .content-heading {
margin-bottom: 45px;
}
.content-block.content-spacing .content-heading {
margin-bottom: 45px;
}
.adventure-holder .text-block:before {
content: '';
display: inline-block;
vertical-align: middle;
height: 100%;
margin-right: -.25em;
}
.adventure-holder .text-block .centered {
display: inline-block;
vertical-align: middle;
white-space: normal;
max-width: 680px;
}
.grid-view-sidebar {
padding-top: 90px;
padding-bottom: 100px;
}
.grid-view-sidebar .container {
padding-top: 0;
}
.grid-view-sidebar #content {
float: right;
margin-top: 0;
}
.grid-view-sidebar #sidebar {
margin-top: 0;
}
.grid-view-sidebar .filter-option {
max-width: none;
}
.grid-view-sidebar .db-3-col .article {
display: inline-block;
margin-right: -.25em;
}
.grid-view-sidebar .pagination-wrap {
max-width: none;
}
.btn.btn-lg {
font-size: 30px;
line-height: 38px;
font-weight: 300;
min-width: 345px;
letter-spacing: 1px;
}
.pagination-wrap .btn-next,
.pagination-wrap .btn-prev {
width: 70px;
font-size: 20px;
padding-top: 0;
}
.pagination-wrap li {
padding: 0 15px;
}
.count-block .txt {
letter-spacing: 2px;
}
.article .heading h3 {
padding-right: 30px;
}
.article .meta {
font-size: 1em;
}
.article .thumbnail .meta {
padding-bottom: 25px;
}
.article .thumbnail .meta .country [class^='icon-'],
.article .thumbnail .meta .country [class*=' icon-'],
.article .thumbnail .meta .activities [class^='icon-'],
.article .thumbnail .meta .activities [class*=' icon-'] {
font-size: 15px;
margin-right: 5px;
}
.article .thumbnail .img-wrap {
margin-bottom: 25px;
}
.article footer .social-networks,
.article .info-aside .social-networks {
max-width: 68%;
float: right;
padding-top: 5px;
border-bottom: 0;
}
.article footer .price,
.article .info-aside .price {
overflow: hidden;
display: block;
font-style: italic;
letter-spacing: 1px;
max-width: 100%;
font-weight: 400;
}
.random-tours.article{
margin-top: 0 !important;
}
.article footer .price span,
.article .info-aside .price span {
display: block;
font-weight: 900;
font-style: normal;
font-size: 12px;
margin-top: -5px;
}
.guide-info {
margin-top: 90px;
}
.list-view .article .img-wrap {
float: left;
margin: 0 20px 0 0;
width: 350px;
}
.list-view .article .description {
width: calc(100% - 370px);
float: left;
}
.list-view .article .info-aside .price span {
font-size: 1.667em;
}
.recent-block {
padding: 60px 0 100px;
}
.recent-block .ico-list {
float: none;
width: auto;
}
.recent-block .sub-info {
float: none;
width: auto;
margin-bottom: 15px;
}
.image-slide {
height: calc(100% - 81px);
}
.image-slide .slide {
height: 100%;
width: 100%;
}
.seperator {
padding-bottom: 45px;
}
.seperator:before {
height: 8px;
width: 170px;
}
.booking-form .form-holder,
.twocol-form .form-holder {
margin-bottom: 0;
}
.product-table td,
.product-table th {
padding: 15px 20px;
}
.featured-content.feature-small .text-block {
padding: 60px 0;
}
.featured-content .text-block .holder {
padding: 90px 30px;
}
.featured-content .image {
min-height: 527px;
}
.progress-holder {
float: right;
padding-top: 0;
}
.block-quotation {
padding: 45px 25px;
}
.partner-block {
padding: 100px 0 100px;
}
.partner-block .partner {
margin-top: 90px;
}
.step-block {
padding: 90px 0;
}
.content-intro {
padding-bottom: 90px;
}
.content-intro .map-col {
text-align: left;
}
.content-intro .map-col .holder {
margin-top: -100px;
}
.content-intro .text-holder {
padding-top: 100px;
}
.trip-info .reviews-info {
margin-bottom: 0;
}
.trip-detail {
padding-top: 90px;
padding-bottom: 90px;
}
.trip-detail .text-box {
padding-left: 100px;
margin-bottom: 45px;
}
.trip-detail .text-box:before {
top: 19px;
font-size: 48px;
}
.trip-detail .comments .thumb {
width: 70px;
}
.trip-detail .comments .text {
width: calc(100% - 80px);
}
.trip-detail [class^='col-'],
.trip-detail [class*=' col-'] {
margin-bottom: 0;
}
.trip-detail .detail {
padding: 40px 40px 20px 30px;
}
.trip-detail .gallery-list li {
width: 33.3333%;
}
.trip-detail .text-box {
padding-right: 80px;
}
.reviews-info {
margin: 0 -30px 50px;
}
.reviews-info > li {
padding: 0 30px 5px;
display: inline-block;
vertical-align: top;
width: 50%;
margin-right: -.25em;
margin-bottom: 40px;
font-size: 16px;
}
.reviews-info > li:before {
left: 30px;
right: 30px;
}
.question-select .jcf-select {
padding: 20px 50px 20px 30px;
}
.question-select .jcf-select .jcf-select-text {
font-size: 16px;
line-height: 1.71429;
}
.question-select .jcf-select .jcf-select-opener {
width: 41px;
}
.question-select .jcf-select .jcf-select-opener:after {
font-size: 20px;
margin-top: -10px;
}
.header-box {
padding: 20px 30px;
font-size: 16px;
}
.nav-tabs > li {
width: auto;
padding: 25px 10px;
}
.navbar-nav .mega-center.has-mega-dropdown.mega-md .dropdown-menu {
right: 140px;
}
table.table .btn {
min-width: 150px;
}
table.table thead tr th {
padding: 10px 20px 15px;
}
table.table tbody td .middle {
padding: 5px 20px;
}
table.table {
font-size: 1em;
}
.detail-accordion > li > a {
padding-left: 100px;
}
.detail-accordion .slide-holder {
padding-right: 60px;
margin-left: 80px;
}
.detail-accordion .slide-holder p {
margin: 0 0 25px;
}
.fancybox-prev span:after,
.fancybox-next span:after {
left: 7px;
}
.fancybox-next span:after {
right: 7px;
}
.fancybox-close {
width: 60px;
height: 60px;
}
.fancybox-close:after {
line-height: 60px;
}
.fancybox-nav {
width: 60px;
height: 60px;
margin-top: -30px;
}
.fancybox-nav.fancybox-next span:after {
left: auto;
right: 20px;
}
.fancybox-nav span {
width: 60px;
height: 60px;
}
.fancybox-nav span:after {
line-height: 60px;
left: 20px;
}
.carousel .carousel-control {
width: 50px;
height: 50px;
line-height: 50px;
font-size: 11px;
}
.article.blog-article .description {
padding: 30px 30px;
}
.blog-list.list-view .img-wrap {
float: left;
width: 250px;
}
.blog-list.list-view .article.blog-article .description {
padding: 10px 0 10px 20px;
}
.blog-list.list-view .description {
width: calc(100% - 270px);
}
.blog-list.list-view .star-rating,
.blog-list.list-view .comment,
.blog-list.list-view .ico-action,
.blog-list.list-view .rate-info {
display: inline-block;
vertical-align: middle;
position: relative;
padding: 0 10px;
}
.blog-list.list-view .star-rating:before,
.blog-list.list-view .comment:before,
.blog-list.list-view .ico-action:before,
.blog-list.list-view .rate-info:before {
content: '';
position: absolute;
left: 0;
top: 4px;
bottom: 3px;
width: 1px;
background: #e2e2e2;
}
.blog-list.list-view .star-rating {
padding-left: 0;
}
.blog-list.list-view .rate-info,
.blog-list.list-view .ico-action {
padding-left: 0;
}
.blog-list.list-view .rate-info:before,
.blog-list.list-view .ico-action:before {
display: none;
}
.blog-list.list-view .footer-sub {
margin: 0;
display: block;
}
.blog-single .description {
padding: 30px 30px;
}
.search-form {
top: 19px;
}
.search-form .search-opener {
font-size: 11px;
color: #fff;
}
.search-form .ui-menu .ui-menu-item {
font-size: 30px;
line-height: 40px;
padding: 10px 0;
}
.search-form .ui-autocomplete {
padding-top: 45px;
}
.search-wrap {
padding: 30px 0;
}
.search-wrap .form-control {
font-size: 30px;
line-height: 50px;
}
.trip-form {
display: block;
margin-bottom: -30px;
}
.trip-form .holder {
width: 25%;
padding: 0 30px;
margin-bottom: 30px;
}
.trip-form-v2.trip-search-main {
vertical-align: middle;
margin-top: 0;
}
.trip-form-v2.trip-search-main .holder {
width: 33.33333%;
}
.jcf-select .jcf-select-text {
font-size: 12px;
line-height: 18px;
}
.jcf-select-drop.jcf-select-trip {
box-shadow: none;
}
.jcf-select-drop.jcf-select-question .jcf-option {
padding-left: 30px;
}
.comment-form {
padding: 90px 0 0;
}
.map-col-main {
margin-top: 0;
}
.contact-info {
margin-top: 90px;
margin-bottom: 104px;
}
.contact-info .col-sm-4 {
margin-bottom: 0;
}
.error-page #main {
padding-top: 100px;
}
.error-holder {
padding-top: 100px;
}
.error-holder h1 {
font-size: 7.143em;
}
.error-holder .title {
margin-bottom: 90px;
}
.inner-search {
margin-bottom: 90px;
}
.default-spacing.confirmation-block {
padding-bottom: 100px;
}
body #main {
padding-top: 70px;
}
.tax-tipo_tour #main,.home #main{
padding-top: 0px;
}
.inner-top {
padding: 60px 0;
}
.inner-top .breadcrumbs {
font-size: 1em;
}
.inner-main .contact-form {
padding: 60px 20px;
}
.inner-main .contact-form .btn-holder {
padding-top: 15px;
}
.special-block .special-text {
font-size: 2.571em;
}
.special-block {
padding: 60px 0;
}
.browse-block a span {
line-height: 150px;
}
.cart-option {
max-width: none;
}
.cart-option .coupon-hold {
margin-bottom: 0;
}
.cart-option .coupon-hold .input-hold .form-control {
margin-bottom: 0;
}
.cart-option .button-hold {
float: right;
max-width: 50%;
margin-bottom: 0;
}
.cart-option .button-hold .btn {
margin: 0 0 0 25px;
float: left;
}
.cart-option .btn {
width: auto;
}
.coupon-hold {
width: 400px;
float: left;
}
.coupon-hold .submit-wrap {
float: right;
height: auto;
margin-left: 20px;
}
.font-demo-wrapper .glyph.fs1 {
width: 32%;
}
#footer > .container {
padding-top: 100px;
padding-bottom: 90px;
}
.newsletter-form {
margin-bottom: 90px;
}
.banner.banner-inner.intro-banner .subtitle {
font-size: 36px;
}
.slider-top {
padding: 60px 0;
}
.demo-wrap {
padding: 60px 0;
}
.demo-wrap .title {
font-size: 15px;
font-size: 18px;
}
.demo-wrap .content-heading {
margin-bottom: 60px;
}
.demo-feature-list li {
width: 32%;
margin-top: 45px;
}
.demo-footer {
padding: 60px 0;
}
.trip-form-v2 .holder {
width: 50%;
}
.trip-form-v2 button {
height: 52px;
}
blockquote .img,
.blockquote .img {
display: inline-block;
vertical-align: top;
width: 112px;
margin: 20px 0 0;
}
blockquote .text,
.blockquote .text {
display: inline-block;
vertical-align: top;
width: calc(100% - 150px);
padding-left: 55px;
}
h4,
.h4 {
font-size: 1.2457em;
}
.bottom-spacing {
margin-bottom: 90px;
}
.modal-footer .btn {
font-size: 18px;
padding: 10px;
}
.gallery-list.gallery-main li {
width: 33%;
}
.pagination-wrap.pagination-center .btn-next,
.pagination-wrap.pagination-center .btn-prev {
padding-top: 5px;
}
.has-mega-dropdown.mega-md .dropdown-menu {
left: auto;
width: 850px;
right: 140px;
}
}
@media only screen and (min-width: 1025px) {
#header {
position: fixed;
}
#header.fixed-position {
background: #292929;
border-color: #181818;
border-top: 1px solid #fd9a00;
}
#header.fixed-position .logo {
border: 0;
}
#header.fixed-position .logo a {
width: 98px;
}
#header.fixed-position .navbar-default .navbar-nav > li > a:hover {
color: #b0a377;
}
#header.fixed-position .navbar-default .navbar-nav > li > a:active {
color: #b0a377;
}
#header.fixed-position .search-form {
top: 30px;
}
#header.fixed-position .search-form .search-opener {
color: #9d9d9d;
}
#header.fixed-position .search-form .search-opener:hover {
color: #b0a377;
}
.default-page #header.white-header.fixed-position,
#header.white-header.fixed-position {
background: #f8f8f8;
border-bottom: 1px solid #e2e2e2;
}
.default-page #header.white-header.fixed-position .logo,
#header.white-header.fixed-position .logo {
border-right-color: #eaeaea;
}
.default-page #header.white-header.fixed-position .logo .normal,
#header.white-header.fixed-position .logo .normal {
display: none;
}
.default-page #header.white-header.fixed-position .logo .gray-logo,
#header.white-header.fixed-position .logo .gray-logo {
display: block;
}
.default-page #header.white-header.fixed-position .search-form .search-opener,
#header.white-header.fixed-position .search-form .search-opener {
color: #5c5e62;
}
.default-page #header.white-header.fixed-position .search-form .search-opener:hover,
#header.white-header.fixed-position .search-form .search-opener:hover {
color: #000;
}
.default-page #header.white-header.fixed-position .search-form .search-opener.close,
#header.white-header.fixed-position .search-form .search-opener.close {
color: #fff;
}
.default-page #header.default-white-header.fixed-position,
#header.default-white-header.fixed-position {
border-bottom: 1px solid #e2e2e2;
}
.default-page #header.default-white-header.fixed-position .logo,
#header.default-white-header.fixed-position .logo {
border-right-color: #eaeaea;
}
#header.fixed-position .navbar-default .navbar-nav > li > a {
height: 44px;
}
#header.fixed-position .navbar-default .v-divider {
border-left-color: #181818;
}
.trip-form-v2 {
margin: 0;
}
}
@media only screen and (min-width: 1230px) {
#header {
height: 70px;
}
#header.fixed-position {
height: 70px;
}
#header.fixed-position .search-form {
right: 50px;
}
.logo {
width: 240px;
padding: 38px 15px 38px 0;
}
.header-v2 .navbar-default .nav-center {
width: calc(100% - 430px);
}
.navbar-default .navbar-nav {
max-width: calc(100% - 240px);
}
.navbar-default .navbar-nav > li {
padding: 40px 14px 0;
}
.navbar-default .navbar-nav > li .dropdown-menu {
margin-top: 0;
}
.navbar-default .navbar-nav > li.v-divider {
padding-left: 20px;
padding-right: 20px;
}
.navbar-default .navbar-nav > li > a {
height: 62px;
}
.navbar-default .navbar-nav .v-divider {
border-left: 1px solid #2d2d2d;
-webkit-transition: all .2s linear;
transition: all .2s linear;
}
.navbar-collapse {
padding-right: 0;
}
.dropdown-menu .five-col {
margin: 0 -40px;
}
.dropdown-menu .five-col .column {
padding: 0 40px;
}
.banner-caption-s1 .center-text,
.banner-home .banner-caption-s1 .center-text {
max-width: 1200px;
}
.gallery-list {
margin: 0 23px 0 -7px;
}
.gallery-list li {
padding: 0 7px;
margin-bottom: 14px;
}
.gallery-list.gallery-with-icon .info {
display: block;
}
.gallery-list .info {
letter-spacing: 3px;
bottom: 20px;
left: 10px;
right: 10px;
}
.filter-option.filter-box .result-info {
max-width: 45%;
}
.filter-option.filter-box .select-col {
width: 200px;
}
.filter-option .result-info {
float: left;
max-width: 40%;
margin-bottom: 0;
}
.filter-option .layout-holder {
float: right;
width: 60%;
}
.filter-option.filter-box .layout-holder {
width: 55%;
}
.filter-option.filter-box .select-holder {
text-align: right;
}
.count-block .info {
font-size: 2.857em;
}
.count-block .txt {
font-size: 1.286em;
letter-spacing: 4px;
}
.article .info-day {
padding-left: 30px;
font-size: 1.286em;
}
.article .img-caption {
font-size: 18px;
}
.content-with-sidebar .article .meta > span,
.content-with-sidebar .article .meta .country {
display: inline-block;
vertical-align: middle;
margin: 0 -.25em 0 0;
width: 49%;
}
.list-view .article .ico-list li {
margin: 0 30px 0 0;
}
.list-view .article .info-footer .ico-action li {
margin: 0 0 0 30px;
}
.recent-block h2 {
margin-bottom: 45px;
}
.recent-block .ico-list {
float: left;
width: calc(100% - 112px);
}
.recent-block .article {
margin-top: 0;
}
.recent-block .sub-info {
float: right;
width: 124px;
margin-bottom: 0;
}
.featured-content .image {
min-height: 627px;
}
.trip-detail {
padding-bottom: 90px;
}
.navbar-nav .mega-center.has-mega-dropdown.mega-md .dropdown-menu {
right: 236px;
}
.article.blog-article .meta {
padding-bottom: 25px;
}
.blog-list .img-wrap {
width: auto;
float: none;
}
.blog-list.list-view .img-wrap {
width: 350px;
}
.blog-list.list-view .description {
width: calc(100% - 370px);
}
.blog-list.list-view .rate-info,
.blog-list.list-view .ico-action {
padding-left: 10px;
}
.blog-list.list-view .rate-info:before,
.blog-list.list-view .ico-action:before {
display: block;
}
.blog-list.list-view .footer-sub {
margin: 0;
display: inline-block;
}
.search-form {
right: 50px;
}
.contact-info .tel {
margin-bottom: 43px;
}
.contact-info [class^='icon-'],
.contact-info [class*=' icon-'] {
margin: 0 10px;
}
.default-page #main {
padding-top: 100px;
}
.footer-nav {
margin-bottom: 15px;
}
.footer-nav h3 {
margin-bottom: 35px;
}
.footer-bottom {
text-align: left;
}
.payment-option {
margin-top: 0;
display: block;
}
.demo-feature-list li {
width: 24%;
margin-top: 60px;
}
.has-mega-dropdown.mega-md .dropdown-menu {
left: auto;
width: 800px;
right: 234px;
}
}
@media only screen and (min-width: 1230px) and (max-width: 1300px) {
.container {
max-width: 1110px;
}
}
@media only screen and (min-width: 1300px) {
.reviews-info {
margin-bottom: 80px;
}
}
@media only screen and (min-width: 1600px) {
.has-mega-dropdown > .dropdown-menu {
left: 170px;
right: 170px;
}
.navbar-nav > li.has-mega-dropdown:last-child .dropdown-menu,
.navbar-nav > li.has-mega-dropdown.last-dropdown .dropdown-menu {
left: 170px;
right: 170px;
}
.banner-home .banner-text h1 {
font-size: 7.143em;
}
.banner-home .banner-text h1 span {
font-size: .72em;
}
.banner-home .banner-text .subtitle {
font-size: 2.143em;
}
.banner-text h1 {
margin-bottom: 30px;
}
.banner-icon-search .banner-text h1 {
font-size: 5.571em;
}
.feature-block {
font-size: 1em;
padding: 30px 0 15px;
}
.feature-block ul li {
padding: 20px 10px;
}
.feature-block li a:hover .ico {
top: -10px;
}
.feature-block .ico {
font-size: 45px;
}
.count-block .holder {
padding: 90px 10px;
}
.trip-info {
padding-bottom: 0;
}
.trip-info > .row {
height: calc(100vh - 101px);
}
.trip-info > .row > .height {
min-height: 100%;
}
.trip-info .reviews-info {
margin-bottom: 45px;
}
.trip-info .social-share li .ico {
margin-right: 10px;
}
.trip-info .text-col .holder {
padding: 100px 20px 100px;
}
.trip-info .description {
margin-bottom: 90px;
}
.trip-info .btn-holder {
margin-bottom: 100px;
}
.trip-info .btn-holder {
margin-bottom: 100px;
}
.trip-form .trip-form {
margin-top: 10%;
}
}
@media only screen and (max-width: 1599px) {
.banner.banner-slider .banner-text {
width: 1000px;
}
}
@media only screen and (max-width: 1299px) {
.feature-block ul {
min-width: 1210px;
overflow: visible;
}
}
@media only screen and (max-width: 1169px) {
.banner.banner-slider .banner-text {
width: 950px;
}
}
@media only screen and (max-width: 1023px) {
.nav-wrap.is-stuck {
top: 0 !important;
}
}
@media only screen and (max-width: 991px) {
#header .container-fluid {
padding: 0;
}
.header-v1 .container {
width: auto;
padding: 0;
}
.header-v1 .header-top {
padding: 10px 30px;
}
.grid-view-sidebar .accordion .collapse {
display: block;
height: auto !important;
}
.grid-view-sidebar .accordion .collapsing {
height: auto !important;
}
.grid-view-sidebar .accordion .collapse.in {
display: none;
}
.navbar-default {
min-height: 0;
}
.navbar-default .navbar-collapse {
border-color: #292929;
}
.banner.banner-slider .banner-text {
width: 520px;
}
.grid-view-sidebar .container {
position: relative;
padding-top: 168px;
max-width: 500px;
}
.grid-view-sidebar [class^='col-'],
.grid-view-sidebar [class*=' col-'] {
position: static;
}
.grid-view-sidebar .filter-option {
position: absolute;
top: 60px;
left: 15px;
right: 15px;
max-width: none;
}
.grid-view-sidebar .filter-option .result-info {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.featured-content .bg-stretch {
position: static;
margin: 0 -15px;
}
.featured-content .bg-stretch img {
width: 100% !important;
height: auto !important;
margin: 0 !important;
}
.featured-content .height {
height: auto !important;
}
.featured-content .row:nth-child(even) .image {
float: none;
}
.navbar-nav .mega-center.has-mega-dropdown.mega-md .drop-wrap {
padding-top: 20px;
padding-bottom: 20px;
}
.table-responsive {
overflow: auto;
overflow-y: hidden;
width: 100%;
}
.wow {
visibility: visible !important;
-webkit-animation: none !important;
animation: none !important;
}
.animated {
-webkit-transition: none !important;
transition: none !important;
}
.contact-info .tel {
font-size: 18px;
}
.contact-info .tel [class^='icon-'],
.contact-info .tel [class*=' icon-'] {
font-size: 25px;
}
.footer-holder .col-xs-6 {
margin-bottom: 45px;
float: none;
display: inline-block;
vertical-align: top;
margin-right: -.27em;
}
.trip-form-v2 {
max-width: 600px;
padding: 10px 10px 20px;
}
.trip-form-v2 .form-control {
height: 32px;
font-size: 12px;
}
.trip-form-v2 label {
margin-bottom: 0;
}
.trip-form-v2 .input-group.date {
border-width: 2px;
}
.trip-form-v2 .holder {
margin-bottom: 15px;
}
.trip-form-v2 .input-group {
padding-left: 30px;
}
.trip-form-v2 .input-group:before {
font-size: 12px;
left: 10px;
}
.trip-note {
margin: 0 15px 10px;
font-size: 13px;
}
.btn-holder {
padding: 0 15px;
}
.jcf-select.jcf-select-trip-select-v2 {
border-width: 2px;
height: 32px;
}
.jcf-select.jcf-select-trip-select-v2 .jcf-select-text {
padding: 2px 0 1px 35px;
font-size: 12px;
}
.jcf-select.jcf-select-trip-select-v2 .jcf-select-text:before {
font-size: 12px;
left: 10px;
}
.btn.btn-solid {
font-size: 14px;
line-height: 20px;
padding: 10px;
}
.btn.btn-trip-v2 {
height: 32px;
}
}
@media only screen and (max-width: 767px) {
.header-top .visible-xs.cart-visible {
display: inline-block !important;
}
.mobile-openclose {
max-height: 0;
overflow: hidden;
padding: 0;
min-height: 0;
max-width: 470px;
margin: 0 auto;
}
.mobile-openclose .layout-holder {
padding-bottom: 30px;
}
.rev_slider .tparrows {
display: none !important;
}
.parallax {
background-attachment: scroll;
background-position: 50% 50% !important;
}
.adventure-holder .height {
height: auto !important;
}
.filter-option .select-col.sidebar-filter-opener {
display: inline-block;
width: 54px;
margin-left: 10px;
text-align: center;
font-size: 17px;
}
.filter-option .select-col.sidebar-filter-opener a {
display: block;
border: 2px solid #5c5e62;
height: 34px;
width: 34px;
}
.filter-option.filter-box {
padding: 10px;
}
.filter-option.filter-box .select-holder {
width: calc(100% - 86px);
}
.filter-option .select-col {
padding: 0 15px 10px;
}
.article.height {
height: auto !important;
}
.image-slide {
margin-right: -15px;
}
.blog-single .meta-article .footer-sub {
display: block;
}
.blog-single .meta-article .ico-action,
.blog-single .meta-article .rate-info {
padding-left: 0;
}
.blog-single .meta-article .ico-action:before,
.blog-single .meta-article .rate-info:before {
display: none;
}
.trip-form {
background: transparent;
box-shadow: none;
border: none;
padding: 0;
max-width: 450px;
margin-top: 0;
}
.trip-form label {
display: none;
}
.contact-info .tel {
line-height: 32px;
height: 72px;
padding: 12px 10px;
}
.contact-info .tel [class^='icon-'],
.contact-info .tel [class*=' icon-'] {
display: none;
}
.map-holder iframe {
height: 360px;
}
.trip-note {
margin: 0 5px 10px;
text-align: center;
}
.btn-holder {
padding: 0 5px;
text-align: center;
}
.btn.btn-trip-v2 {
height: 40px;
}
#common-slide .owl-buttons {
display: none;
}
.table.data-table tr:first-child td,
.table.data-table td {
border-top: 1px solid #e2e2e2;
}
}
@media only screen and (max-width: 539px) {
.banner.banner-slider .banner-text {
width: 300px;
}
.count-block [class^='col-'],
.count-block [class*=' col-'] {
width: 100%;
}
.nav-tabs > li {
font-size: 16px;
}
.navbar-nav .mega-center.has-mega-dropdown.mega-md .drop-holder {
position: relative;
}
.navbar-nav .mega-center.has-mega-dropdown.mega-md .drop-holder:before {
top: 0;
bottom: 0;
left: 95px;
width: 1px;
background: #181818;
content: '';
position: absolute;
}
.navbar-nav .mega-center.has-mega-dropdown.mega-md .nav-hover {
width: 100px;
font-size: 11px;
padding-right: 10px;
line-height: 1.2;
}
.navbar-nav .mega-center.has-mega-dropdown.mega-md .nav-hover li {
font-size: 11px;
width: auto;
}
.navbar-nav .mega-center.has-mega-dropdown.mega-md .tab-content {
width: calc(100% - 105px);
padding-left: 5px;
}
.navbar-nav .mega-center.has-mega-dropdown.mega-md .tab-content .header-link {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}
.navbar-nav .mega-center.has-mega-dropdown.mega-md .tab-content .header-link li {
padding: 0;
margin-bottom: 5px;
}
}
@media only screen and (max-width: 479px) {
.comments.reply {
padding-left: 0;
}
.comments .comment-slot .thumb {
display: block;
margin-bottom: 10px;
}
.comments .comment-slot .text {
display: block;
width: auto;
}
.comments .link-more {
margin-left: 0;
}
.contact-info {
margin-bottom: 20px;
}
.footer-holder .col-xs-6 {
width: auto;
}
}
@-webkit-keyframes steam {
0% {
height: 0;
}
100% {
height: 10px;
}
}
@keyframes steam {
0% {
height: 0;
}
100% {
height: 10px;
}
}
@-webkit-keyframes spinAround {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes spinAround {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes toRightFromLeft {
49% {
-webkit-transform: translate(100%);
}
50% {
opacity: 0;
-webkit-transform: translate(-100%);
}
51% {
opacity: 1;
}
}
@keyframes toRightFromLeft {
49% {
-webkit-transform: translate(100%);
transform: translate(100%);
}
50% {
opacity: 0;
-webkit-transform: translate(-100%);
transform: translate(-100%);
}
51% {
opacity: 1;
}
}
.bt-alltours{
margin-bottom: 50px;
}
#main{
margin-bottom: 25px;
padding-bottom: 25px;
}
.slider-title{
font-size:3em;
}
.yotube-video iframe{
max-width: 100%;
}
.mss-sent{
display: none;
position: fixed;
top: 0;
left: 0;
padding: 20px;
z-index: 99999;
background-color: green;
color: #fff;
font-size: 2em;
width:100%;
text-align: center;
}
.mss-ko{
display: none;
position: fixed;
top: 0;
left: 0;
padding: 20px;
z-index: 99999;
background-color: red;
width:100%;
color: #fff;
text-align: center;
font-size: 2em;
}
@media only screen and (max-width: 1024px){
.mobmenul-container{
top:5px;
}
}:root{--joinchat-ico:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0s4.686 12.283 0 16.97a12 12 0 0 1-13.754 2.299l-5.814.735a.392.392 0 0 1-.438-.44l.748-5.788A12 12 0 0 1 3.517 3.517zm3.61 17.043.3.158a9.85 9.85 0 0 0 11.534-1.758c3.843-3.843 3.843-10.074 0-13.918s-10.075-3.843-13.918 0a9.85 9.85 0 0 0-1.747 11.554l.16.303-.51 3.942a.196.196 0 0 0 .219.22zm6.534-7.003-.933 1.164a9.84 9.84 0 0 1-3.497-3.495l1.166-.933a.79.79 0 0 0 .23-.94L9.561 6.96a.79.79 0 0 0-.924-.445l-2.023.524a.797.797 0 0 0-.588.88 11.754 11.754 0 0 0 10.005 10.005.797.797 0 0 0 .88-.587l.525-2.023a.79.79 0 0 0-.445-.923L14.6 13.327a.79.79 0 0 0-.94.23z'/%3E%3C/svg%3E");--joinchat-font:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif}.joinchat{--bottom:20px;--sep:20px;--s:60px;display:none;position:fixed;z-index:9000;right:var(--sep);bottom:var(--bottom);font:normal normal normal 16px/1.625em var(--joinchat-font);letter-spacing:0;animation:joinchat_show .5s cubic-bezier(.18,.89,.32,1.28) 10ms both;transform:scale3d(0,0,0);transform-origin:calc(var(--s)/-2) calc(var(--s)/-4);-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgb(0 0 0/0)}.joinchat *,.joinchat :after,.joinchat :before{box-sizing:border-box}.joinchat--show{display:block;transform:scaleX(1)}.joinchat--left{right:auto;left:var(--sep)}.joinchat--noanim{animation:none}.joinchat__button{position:absolute;z-index:2;bottom:8px;right:8px;height:var(--s);min-width:var(--s);background:#25d366;color:inherit;border-radius:calc(var(--s)/2);box-shadow:1px 6px 24px 0 rgba(7,94,84,.24);cursor:pointer;transition:background-color .2s linear}.joinchat__button:hover{background:#128c7e}.joinchat__button:active{background:#128c7e;transition:none}.joinchat--left .joinchat__button{right:auto;left:8px}.joinchat__button__open{width:var(--s);height:var(--s);border-radius:50%;background:rgb(0 0 0/0) var(--joinchat-ico) 50% no-repeat;background-size:60%;overflow:hidden}.joinchat__button__image{position:absolute;top:1px;right:1px;width:calc(var(--s) - 2px);height:calc(var(--s) - 2px);border-radius:50%;overflow:hidden;opacity:0}.joinchat__button__image img{display:block;width:100%;height:100%;object-fit:cover}.joinchat--show .joinchat__button__image{animation:joinchat_image_loop 20s linear 5s infinite normal both}.joinchat--image .joinchat__button__image{opacity:1;animation:none}.joinchat__tooltip{position:absolute;top:calc(var(--s)/2 - 16px);right:calc(var(--s) + 16px);max-width:calc(100vw - var(--s) - 45px);height:32px;padding:0 14px;border:none;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);line-height:31px;white-space:nowrap;opacity:0;transition:opacity .3s ease-out .4s;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));pointer-events:none}.joinchat__tooltip:after{content:"";display:block;position:absolute;top:10px;right:-6px;border:8px solid transparent;border-width:6px 0 6px 8px;border-left-color:#fff}.joinchat__tooltip div{width:-moz-max-content;width:max-content;max-width:100%;overflow:hidden;text-overflow:ellipsis}.joinchat--tooltip .joinchat__tooltip{animation:joinchat_tootlip 20s linear 5s 1 normal both}.joinchat--left .joinchat__tooltip{right:auto;left:calc(var(--s) + 16px)}.joinchat--left .joinchat__tooltip:after{left:-6px;right:auto;border-color:transparent;border-width:6px 8px 6px 0;border-right-color:#fff}.joinchat__qr{position:absolute;bottom:calc(var(--s) + 16px);right:0;display:none;flex-direction:column-reverse;width:228px;min-height:200px;padding:14px 14px 10px;border:none;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);text-align:center;white-space:nowrap;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));animation:joinchat_badge_in .4s cubic-bezier(.11,.84,.83,1.01) .5s both;pointer-events:none}.joinchat__qr:after{content:"";display:block;position:absolute;bottom:-6px;right:calc(var(--s)/2 - 6px);border:8px solid transparent;border-width:8px 6px 0;border-top-color:#fff}.joinchat--left .joinchat__qr{left:0;right:auto}.joinchat--left .joinchat__qr:after{left:calc(var(--s)/2 - 6px);right:auto}.joinchat__qr div{font-size:14px;color:#4a4a4a;overflow:hidden;text-overflow:ellipsis}.joinchat__qr canvas{display:block;width:200px;height:200px;margin:0}@keyframes joinchat_show{0%{transform:scale3d(0,0,0)}to{transform:scaleX(1)}}@keyframes joinchat_badge_in{0%{opacity:0;transform:translate3d(0,50px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes joinchat_image_loop{0%{opacity:0}3%,20%{opacity:1}25%,to{opacity:0}}@keyframes joinchat_tootlip{0%{opacity:0;transform:scaleY(0)}1%,20%{opacity:1;transform:scaleX(1)}25%,to{opacity:0;transform:scaleX(1)}}.joinchat__woo-btn__wrapper{clear:both}.joinchat__woo-btn{--s:40px;display:inline-block;box-sizing:border-box;height:var(--s);max-width:100%;padding:0 calc(var(--s)/2) 0 var(--s);background:#25d366 var(--joinchat-ico) calc(var(--s)*0.2) 50% no-repeat;background-size:calc(var(--s)*0.6);color:#fff;border-radius:calc(var(--s)/2);font:700 normal calc(var(--s)*0.35)/var(--s) var(--joinchat-font);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;transition:background-color .2s}.joinchat__woo-btn:empty{padding-right:0}.joinchat__woo-btn:hover{background-color:#128c7e}@media (orientation:landscape) and (height >= 481px),(orientation:portrait) and (width >= 481px){.joinchat--mobile{display:none!important}}@media (width <= 767px){.joinchat--footer-bar{--bottom:76px!important}}@media (orientation:landscape) and (height <= 480px),(width <= 480px){.joinchat{--bottom:6px;--sep:6px}}@media (hover:hover){.joinchat__button:hover .joinchat__tooltip{opacity:1;animation:none;transition:opacity .2s}.joinchat--btn .joinchat__button:hover .joinchat__qr{display:flex}}@media (prefers-reduced-motion){.joinchat{animation:none}}.mob-menu-logo-holder > .headertext span,.mobmenu input.mob-menu-search-field{font-family:"Roboto";font-size:16px;font-weight:normal;font-style:normal;letter-spacing:normal;text-transform:none;}.left-menu-icon-text{font-family:"Dosis";color:#333;font-size:20px;font-weight:bolder;font-style:normal;line-height:1.5em;letter-spacing:normal;text-transform:none;}#mobmenuleft .mob-expand-submenu,#mobmenuleft > .widgettitle,#mobmenuleft li a,#mobmenuleft li a:visited,#mobmenuleft .mobmenu-content h2,#mobmenuleft .mobmenu-content h3,.mobmenu-left-panel .mobmenu-display-name{font-family:"Dosis";font-size:18px;font-weight:bold;font-style:normal;line-height:1.5em;letter-spacing:normal;text-transform:none;}.right-menu-icon-text{font-family:"Dosis";font-size:inherit;font-weight:inherit;font-style:normal;line-height:1.5em;letter-spacing:normal;text-transform:none;}#mobmenuright li a,#mobmenuright li a:visited,#mobmenuright .mobmenu-content h2,#mobmenuright .mobmenu-content h3,.mobmenu-left-panel .mobmenu-display-name{font-family:"Dosis";font-size:inherit;font-weight:inherit;font-style:normal;line-height:1.5em;letter-spacing:normal;text-transform:none;}.mob-menu-logo-holder > .headertext span,.mobmenu input.mob-menu-search-field{font-family:"Roboto";font-size:16px;font-weight:normal;font-style:normal;letter-spacing:normal;text-transform:none;}.left-menu-icon-text{font-family:"Dosis";color:#333;font-size:20px;font-weight:bolder;font-style:normal;line-height:1.5em;letter-spacing:normal;text-transform:none;}#mobmenuleft .mob-expand-submenu,#mobmenuleft > .widgettitle,#mobmenuleft li a,#mobmenuleft li a:visited,#mobmenuleft .mobmenu-content h2,#mobmenuleft .mobmenu-content h3,.mobmenu-left-panel .mobmenu-display-name{font-family:"Dosis";font-size:18px;font-weight:bold;font-style:normal;line-height:1.5em;letter-spacing:normal;text-transform:none;}.right-menu-icon-text{font-family:"Dosis";font-size:inherit;font-weight:inherit;font-style:normal;line-height:1.5em;letter-spacing:normal;text-transform:none;}#mobmenuright li a,#mobmenuright li a:visited,#mobmenuright .mobmenu-content h2,#mobmenuright .mobmenu-content h3,.mobmenu-left-panel .mobmenu-display-name{font-family:"Dosis";font-size:inherit;font-weight:inherit;font-style:normal;line-height:1.5em;letter-spacing:normal;text-transform:none;}@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.mob-menu-logo-holder .mob-retina-logo {
display: inline-block;
}
.mob-standard-logo {
display: none!important;
}
}
@media screen and ( min-width: 782px ){
body.admin-bar .mobmenu, body.admin-bar .mobmenu-panel {
top: 32px!important;
}
body.admin-bar .mobmenu-search-holder {
top: 82px!important;
}
}
@media screen and ( max-width: 782px ){
body.admin-bar .mobmenu, body.admin-bar .mobmenu-panel {
top: 46px!important;
}
body.admin-bar .mob-menu-header-banner {
top: 0px!important;
}
body.admin-bar .mobmenu-search-holder {
top: 96px!important;
}
body.admin-bar  .mob-menu-slideout .mobmenu-search-holder {
top: 50px!important;
}
}
@media screen and ( max-width: 479px ) {
.mob-menu-overlay .mobmenu-content {
padding-top: 5%;
}
}
@media screen and ( max-width: 782px ) {
.mob-menu-overlay .mobmenu-content {
padding-top: 10%;
}
}
@media screen and ( min-width: 782px ) {
#mobmenu-footer li:hover {
background-color: ;
}
#mobmenu-footer li:hover i {
color: ;
}
}
@media only screen and (min-width:1025px){
.mob_menu, .mobmenu-panel, .mobmenu, .mobmenu-cart-panel, .mobmenu-footer-menu-holder, .mobmenu-right-panel, .mobmenu-left-panel  {
display: none!important;
}
}
@media only screen and (max-width:1024px) {
.mobmenur-container i {
color: #222;
}
.mobmenul-container i {
color: #666;
}
.mobmenul-container img {
max-height:  50px;
float: left;
}
.mobmenur-container img {
max-height:  50px;
float: right;
}
.mob-expand-submenu i {
font-size: 25px;
}
#mobmenuleft li a , #mobmenuleft li a:visited, .mobmenu-content h2, .mobmenu-content h3, .show-nav-left .mob-menu-copyright, .show-nav-left .mob-expand-submenu i {
color: #000000;
}
.mob-cancel-button {
font-size: 30px!important;
} .mobmenu-content #mobmenuleft .sub-menu  .sub-menu li a:hover {
color: #ccc;
} .mobmenu-content #mobmenuleft .sub-menu .sub-menu li:hover {
background-color: #666;
}
.mobmenu-content #mobmenuleft li:hover, .mobmenu-content #mobmenuright li:hover  {
background-color: rgba(41,41,41,0.77);
}
.mobmenu-content #mobmenuright li:hover  {
background-color: #8dacba ;
} .mobmenu-content #mobmenuright .sub-menu .sub-menu li:hover {
background-color: #666;
} .mobmenu-content #mobmenuright .sub-menu  .sub-menu li a:hover {
color: #ccc;
}
.mobmenu-content #mobmenuleft .sub-menu {
background-color: #292929 ;
margin: 0;
color: #fd9a00 ;
width: 100%;
position: initial;
}
.mob-menu-left-bg-holder {
opacity: 1;
background-attachment: fixed ;
background-position: center top ;
-webkit-background-size:  cover;
-moz-background-size: cover;
background-size: cover;
}
.mob-menu-right-bg-holder { 
opacity: 1;
background-attachment: fixed ;
background-position: center top ;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size:  cover;
}
.mobmenu-content #mobmenuleft .sub-menu a {
color: #fd9a00 ;
}
.mobmenu-content #mobmenuright .sub-menu  a {
color: #fff ;
}
.mobmenu-content #mobmenuright .sub-menu .sub-menu {
background-color: inherit;
}
.mobmenu-content #mobmenuright .sub-menu {
background-color: #3a3a3a ;
margin: 0;
color: #fff ;
position: initial;
width: 100%;
}
#mobmenuleft li:hover a, #mobmenuleft li:hover i {
color: #fd9a00;
}
#mobmenuright li a , #mobmenuright li a:visited, .show-nav-right .mob-menu-copyright, .show-nav-right .mob-expand-submenu i {
color: #fff ;
}
#mobmenuright li a:hover {
color: #444 ;
}
.mobmenul-container {
top: 10px;
margin-left: 5px;
margin-top: 0px;
height: 50px;
float: left;
}
.mobmenur-container {
top: 10px;
margin-right: 5px;
margin-top: 0px;
}
.mob-menu-logo-holder {
padding-top:  10px;
margin-top:   0px;
text-align:   center;
margin-left:  0;
margin-right: 0;
height:       50px;
}
.mob-menu-header-holder {
width:  100% ;
background-color: #fd9a00 ;
height: 50px ;
position:fixed;
}
body {
padding-top: 50px;
}
.mobmenul-container, .mobmenur-container{
position: absolute; 
}
.mobmenu-left-panel {
background-color:#fd9a00;;
width:  270px;  
}
.mobmenu-right-panel {
background-color:#38404c;		width:  270px; 
}
.show-nav-left .mobmenu-overlay, .show-nav-right .mobmenu-overlay, .show-mob-menu-search .mobmenu-overlay  {
background: #e5e5e5;
}
.show-nav-left .mob-menu-header-holder, .show-nav-right .mob-menu-header-holder{
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}	
.mob-menu-slideout-top .mobmenu-overlay, .show-nav-right.mob-menu-slideout .mobmenur-container {
display:none!important;
}
.mob-menu-slideout.show-nav-left .mobmenu-push-wrap, .mob-menu-slideout.show-nav-left .mob-menu-header-holder {
-webkit-transform: translateX(270px);
-moz-transform: translateX(270px);
-ms-transform: translateX(270px);
-o-transform: translateX(270px);
transform: translateX(270px);
}
.mob-menu-slideout.show-nav-right .mobmenu-push-wrap, .mob-menu-slideout.show-nav-right .mob-menu-header-holder {
-webkit-transform: translateX(-270px);
-moz-transform: translateX(-270px);
-ms-transform: translateX(-270px);
-o-transform: translateX(-270px);
transform: translateX(-270px);
}
.mob-menu-slideout-top .mobmenu-panel {
width:  100%;
height: 100%;
z-index: 1;
position: fixed;
left: 0px;
top: 0px;
max-height: 100%;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.mob-menu-slideout-top.show-nav-left .show-panel, .mob-menu-slideout-top.show-nav-right .show-panel  {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
z-index: 300000;
}
.mob-menu-slideout-over.show-nav-left .mobmenu-left-panel {
overflow: hidden;
}
.show-nav-left .mobmenu-panel.show-panel , .show-nav-right .mobmenu-panel.show-panel {
z-index: 300000;
} .mob-menu-slideout .mobmenu-panel, .mob-menu-slideout-over .mobmenu-panel, .mob-menu-slideout .mobmenu-cart-panel, .mob-menu-slideout-over .mobmenu-cart-panel {
position: fixed;
top: 0;
height: 100%;
overflow-y: auto;   
overflow-x: hidden;
z-index: 1;
opacity: 1;
} .mobmenu .headertext { 
color: #ffffff ;
}
.headertext span {
position: initial;
line-height: 50px;
}
.mobmenu-search-holder {
top: 50px;
}  html, body {
overflow-x: hidden;
-webkit-overflow-scrolling: auto; 
overflow-y: scroll; 
}
.mobmenu-left-panel li a, .leftmbottom, .leftmtop{
padding-left: 10%;
padding-right: 10%;
}
.mobmenu-content li > .sub-menu li {
padding-left: calc(10*1%);
}
.mobmenu-right-panel li, .rightmbottom, .rightmtop{
padding-left: 10%;
padding-right: 10%;
}
.mobmenul-container i {
line-height: 40px;
font-size: 40px;
float: left;
}
.left-menu-icon-text {
float: left;
line-height: 40px;
color: #222;
}
.mobmenu-left-panel .mobmenu-display-name {
color: #000000;
}
.right-menu-icon-text {
float: right;
line-height: 30px;
color: #222;
}
.mobmenur-container i {
line-height: 30px;
font-size: 30px;
float: right;
}
.nav, .main-navigation, .genesis-nav-menu, #main-header, #et-top-navigation, .site-header, .site-branding, .ast-mobile-menu-buttons, .storefront-handheld-footer-bar, .hide {
display: none!important;
}
.mob-standard-logo {
display: inline-block;
height:50px!important;	}
.mob-retina-logo {
height:50px!important;	}
.mobmenu-content #mobmenuleft > li > a:hover {
background-color: rgba(41,41,41,0.77);
}
.mobmenu-content #mobmenuright > li > a:hover {
background-color: #8dacba;
}
.mob-blocks-user-profile {
background-color: ;
}
.mob-blocks-user-profile .mobmenu-display-name {
color: ;
}
.mobmenu-left-panel .mob-cancel-button {
color: #fff;
}
.mobmenu-right-panel .mob-cancel-button {
color: #fff;
}	
}